/*Theme Name: lti
Theme URI: lti.cl
Description: Template hecho para LTI por SOMOS JAM
Version: 1.0
Author: SOMOS JAV
Author URI: https://somosjam.cl/
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*::-webkit-scrollbar {
    -webkit-border-radius: 5px;
    background-color: transparent;
    border-radius: 5px;
    height: 10px;
    transition: background-color 0.2s linear;
    width: 10px;
  }
  ::-webkit-scrollbar:hover {
    background-color: rgba(0, 0, 0, 0.09);
    transition: background-color 0.2s linear;
  }
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    background: #aaa;
    background-clip: padding-box;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: background-color 0.2s linear;
  }
  ::-webkit-scrollbar-thumb:active {
    -webkit-border-radius: 5px;
    background: rgba(0, 0, 0, 0.4);
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb:vertical {
    min-height: 10px;
  }
  ::-webkit-scrollbar-thumb:horizontal {
    min-width: 10px;
  }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    color: #4a4f54;
}

html {
    scroll-behavior: smooth;
  }
 
img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}

.contenedorBanner{
    position: relative;
}

.contenedorBanner h5 {
    position: absolute;
    top: 55%;
    left: 9%;
    font-size: 50px;
    color: white;
    font-weight: 100;
    max-width: 584px;
    transform: translateY(-45%);
}

.contenedorBanner b{
    color: white;
}

.opciones_menu{
    background-color: white;
}
.list_menu{
    display: flex;
    justify-content: center;
    padding: 10px 0;
    flex-wrap: wrap;
}

.list_menu a{
    color: black;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    padding: 5px 10px;
    display: block;
    text-align: center;
}

.list_menu a:before{
    content: "";
    position: absolute;
    width: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.694);
}

#header > div.opciones_menu > div > div:nth-child(4) > a:after {
    content: "";
    position: absolute;
    width: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.694);
}

.contenedor_supervisores{
    background-color: #f4f4f3;
    padding: 60px 20px;
    position: relative;
}

.contenedor_supervisores h4{
    text-align: center;
	font-weight: 400;
    font-size: 30px;
    margin-bottom: 10px;
}

.contenedor_supervisores p{
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
}

.contenedor_feedback{
    padding: 70px 20px;
    position: relative;
}

.contenedor_feedback h3{
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}

.contenedor_feedback p{
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
}

.contenedor_modelo{
    padding: 0 20px 0 20px;
}

.contenedor_modelo h3{
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}

.contenedor_modelo p{
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
}

.contenedor_modelo span{
    display: block;
    margin-top: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}

.contenedor_pasos {
    display: flex;
    max-width: 950px;
    margin: 0 auto;
    padding: 0 20px 40px;
    align-items: flex-start;
}

.cartilla_textos_pasos p{
    font-size: 17px;
    font-weight: 300;
}

.cartilla_textos_pasos{
    padding-left: 80px;
    position: relative;
    margin-bottom: 20px;
	margin-top: 35px;
}

.pasos_red::before {
    content: "";
    background-image: url(./assets/forma5.png);
    width: 75px;
    height: 75px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pasos_orange::before {
    content: "";
    background-image: url(./assets/forma4.png);
    width: 75px;
    height: 75px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pasos_turquesa::before {
    content: "";
    background-image: url(./assets/forma3.png);
    width: 75px;
    height: 75px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.pasos_azulos::before {
    content: "";
    background-image: url(./assets/forma2.png);
    width: 75px;
    height: 75px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.c_red{
    color: #e00101;
}
.c_orange{
    color: #f87f09;
}
.c_turquesa{
    color:#00adb5
}
.c_azulos{
    color: #0e2f56;
}


.section_for_modelo{
    background-color: #f4f4f3;
    padding: 60px 0 0;
}


.contenedor_for_modelo{
    display: flex;
    align-items: flex-start;
    max-width: 950px;
    margin: 0 auto;
    gap: 40px;
}

.contenedor_for_modelo__texto > p {
    font-size: 18px;
    font-weight: 300;
}

.modelo_casos{
    margin-top: 50px;
}

.modelo_casos__card{
    position: relative;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}

.contenedor_for_modelo__imagen {
    width: 80%;
}

.p_1::before {
    content: "";
    background-image: url(./assets/1.png);
    width: 75px;
    height: 45px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p_2::before {
    content: "";
    background-image: url(./assets/2.png);
    width: 75px;
    height: 45px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p_3::before {
    content: "";
    background-image: url(./assets/3.png);
    width: 75px;
    height: 45px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p_4::before {
    content: "";
    background-image: url(./assets/4.png);
    width: 75px;
    height: 45px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.frase_for{
    background-color: #4a4f54;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px 20px;
    margin-top: 50px;
    position: relative;
    bottom: -24px;
}

.frase_for p{
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    padding: 0 80px;
}

.contenedor_practicas{
    background-color: #d9edf7;
    padding: 80px 0 60px;
    position: relative;
}

.contenedor_practicas h3{
    text-align: center;
    font-weight: 400;
    font-size: 30px;
}

.contenedor_practicas span{
    font-size: 18px;
    text-align: center;
    display: block;
    font-weight: 300;
    margin-top: 10px;
}

.espacio{
    height: 100px;
    position: relative;
}

.list_practicas{
    max-width: 950px;
    margin: 0 auto;
}

.card_practicas span {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
}
.card_practicas h4 {
    font-size: 22px;
    text-align: center;
    font-weight: 400;
}
.card_practicas {
    background: white;
    box-shadow: 0px 0px 4px 0px #00000047;
    padding: 30px;
    border-radius: 5px;
    max-width: 295px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 200ms;
}

.list_practicas {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
}


.contenedor_eleccion{
    padding: 80px 20px;
    max-width: 950px;
    margin: 0 auto;
}

.contenedor_eleccion h4{
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
}

.contenedor_eleccion p{
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    padding: 0 40px;
}

.analizis-criterios p{
	text-align:left;
	padding:0;
}

#eleccion > div > div.list_etapas > div:nth-child(3) > div > div.etapas__puntos_img > img{
	height:auto;
}

.list_etapas{
    margin-top: 40px;
}

.card_etapas_eleccion h5{
    font-size: 24px;
}

.card_etapas_eleccion{
    border-top: 1px solid black;
    padding-top: 20px;
    margin-bottom: 40px;
}


.card_etapas_eleccion.list4>div{
	margin-bottom:30px;
}

#eleccion > div > div.list_etapas > div.card_etapas_eleccion.list4 > div:nth-child(3){
	margin-top:20px;
}


.card_etapas_eleccion.list4>div>div{
	margin-top:10px;
}


.card_etapas_eleccion span{
    display: block;
    font-size: 18px;
    font-weight: 300;
}

.etapas__puntos_textos p {
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    padding: 0;
}

.etapas__puntos_img {
    max-width: 180px;
}

.card_etapas__puntos {
    display: flex;
    margin-top: 40px;
    gap: 30px;
}

.etapas__puntos_textos table{
	border-collapse: collapse;
}

.etapas__puntos_textos table thead tr th{
	text-align: left;
	color:#fff;
}

.etapas__puntos_textos table thead tr th:nth-child(2){
	text-align:center;
}
   
.etapas__puntos_textos table thead tr{
	background-color: #5B6977;
}

.etapas__puntos_textos table td,.etapas__puntos_textos table th{
	padding:7px;
}

.etapas__puntos_textos table tbody td{
	border-bottom:1px solid #5B6977;
}

.etapas__puntos_textos table tbody tr:not(:last-child) td:last-child{
	border-left:1px solid #5B6977;
	text-align:center;
}

.card_etapas__puntos.interno table tbody tr td:first-child{
	border-left:none;
	text-align: left;
}

.card_etapas__puntos.interno .etapas__puntos_textos{
	width:100%;
}

.card_etapas__puntos.interno .etapas__puntos_textos table{
	width:100%;
}
#eleccion > div > div.list_etapas > div.card_etapas_eleccion.list4 > div:nth-child(5) > div > div.etapas__puntos_textos > table > tbody > tr:nth-child(5){
	border-bottom:1px solid #5B6977;
}

.adicionales-4-criterios{
	margin:30px 0;
	background-color:#F4F4F3;
	padding:40px 20px;
}

.adicionales-4-criterios p{
	text-align:left;
}

.resultado-final{
	background-color:#4A4F54;
	padding:40px 20px;
	margin-top: 6rem;
}

.resultado-final p{
	color:#fff;
	text-align:left;
	margin-bottom:15px;
}

.resultado-final p b{
	color:#fff;
}

.contenedor_supervisores .flecha_abajo {
    max-width: 50px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.contenedor_practicas .flecha_abajo{
    max-width: 50px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.espacio .flecha_abajo{
    max-width: 50px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.espacio .arrow_left {
    position: absolute;
    top: -12%;
    max-width: 60px;
    right: 27%;
}

.contenedor_supervisores .arrow_left {
    position: absolute;
    right: 8%;
    max-width: 80px;
    top: 10%;
}

.contenedor_feedback .arrow_left {
    position: absolute;
    left: 12%;
    max-width: 80px;
    top: 10%;
}

footer{
    background: #ffffff;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    box-shadow: 4px 0px 4px 0px #0000003b;
    color: #89969f;
}

.copy{
    color: #89969f;
    font-weight: 300;
    text-align: center;
}

section#pasos{
	padding-top:98px;
	padding-bottom: 40px;
}
header#header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 999999;
    box-shadow: 0px 1px 4px 0px #00000047;
}
.frasemv{
    display: none;
}
.bannermv{
    display: none;
}

.imagen_mv{
    display: none;
}

.modelomv{ display: none;}

.list_menu a span {
    position: relative;
}
.list_menu a span:before {
    display: block;
    content: "";
    width: 0;
    height: 3px;
    bottom: 5px;
    left: 0;
    bottom: -3px;
    z-index: 0;
    position: absolute;
    background: #23abd4;
    transition: all 0.3s ease-in-out;
}
.list_menu a span:hover:before {
    width: 100%;
}

.descarga{
    font-size: 18px;
    font-weight: 300;
	color: #61baea;
}

/* SECCION VIDEOS */
section#videos{
	background-color: #f4f4f3;
    padding: 60px 20px;
	
}

.videos__titulos{
	max-width: 820px;
    margin: 0 auto;
	margin-bottom:30px
}

.videos__titulos h4{
	text-align: center;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 20px;
	
}

.videos__titulos p{
	margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
}

.item_videos{
	max-width: 820px;
    margin: 0 auto;
}

.item_videos > div{
	margin-bottom:15px;
}

.item_videos > div >iframe{
	height:360px;
}

/* menu mobil */

#burger-menu {
    display: none;
    cursor: pointer;
    height: 27px;
    width: 27px;
    overflow: visible;
    position: relative;
    z-index:2;
    background: #2eb2e1;
    padding: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: fixed;
    top: 5%;
    left: 3%;
  }
  #burger-menu span,
  #burger-menu span:before,
  #burger-menu span:after {
    background: white;
    display: block;
    height: 2px;
    opacity: 1;
    position: absolute;
    transition: 0.3s ease-in-out;
  }
  #burger-menu span:before,
  #burger-menu span:after {
    content: "";
  }
  #burger-menu span {
    width: 27px;
  }
  #burger-menu span:before {
    left: 0px;
    top: -10px;
    width: 27px;
  }
  #burger-menu span:after {
    left: 0px;
    top: 10px;
    width: 27px;
  }
  
  #burger-menu.close span {
    transform: rotate(-45deg);
    width: 27px;
  }
  #burger-menu.close span:before {
    top: 0px;
    transform: rotate(90deg);
    width: 27px;
  }
  #burger-menu.close span:after {
    top: 0px;
    left:0;
    transform: rotate(90deg);
    opacity:0;
    width:0;
  }
  
  #menu{
    z-index:1;
    min-width:100%;
    min-height:100%;
    position: fixed;
    top:0;
    height:0;
    visibility: hidden;
    opacity: 0;
    text-align:center;
    padding-top:20px;
    transition: all 0.3s ease-in-out;
    
  }
  
  #menu.overlay{
    visibility: visible;
    opacity: 1;
    padding-top:100px;
    background:rgba(0,0,0,0.5);
  }
  
  #menu li{
    list-style:none;
  }
  #menu a{
    color:#fff;
    display:block;
    font-size: 32px;
    margin-bottom:30px;
    text-decoration:none;
  }

  #menu a span{
      color: white;
  }

@media(max-width:1320px){

    .contenedor_supervisores .arrow_left{
        right: 2%;
        width: 55px;
    }
    .contenedor_feedback .arrow_left{
        width: 55px;
    }
}

@media(max-width:991px){
    .contenedor_supervisores .arrow_left{
        display: none;
    }
    .contenedor_feedback .arrow_left{
        display: none;
    }
    .list_menu__opc {
        width: 100%;
        text-align: center;
    }
    .list_menu a{
        padding: 2px;
    }
    .list_menu a:before{
        display: none;
    }

    .card_etapas__puntos {
        flex-wrap: wrap;
    }

    .contenedor_eleccion p{
        padding: 0 5px;
    }
    
    .contenedor_eleccion h4{
        font-size: 29px;
    }

    .espacio .arrow_left{
        display: none;
    }
    .frase_for p{
        padding: 0 10px;
    }
    .contenedor_for_modelo__imagen {
        display: none;
    }
    .contenedor_for_modelo{
        padding: 0 10px;
    }
    .contenedor_pasos__imagen {
        display: none;
    }
    .cartilla_textos_pasos{
        padding-left: 0;
    }
    .cartilla_textos_pasos::before{
        display: none;
    }
    .contenedor_modelo{
        padding-bottom: 35px;
    }
    .frasepc{
        display: none;
    }
    .frasemv{
        display: block;
    }

    .bannerpc{
        display: none;
    }
    .bannermv{
        display: block;
    }

    .opciones_menu{
        display: none;
    }

    #burger-menu{
        display: flex;
    }
    header#header{
        position: relative;
        z-index: 2;
    }

    .imagen_mv{
        display: block;
        max-width: 120px;
        margin: 0 auto;
    }

    .modelomv{
        display: block;
        width: 100%;
    }
    .contenedor_for_modelo{
        flex-wrap: wrap;
    }
}

@media(max-width:580px){
	.item_videos > div >iframe{
		height:auto;
	}
	
}