﻿:root {
  --main-color: #69dbc8; 
  --secun-color: #2c2c2c;
}

*{
	padding: 0;
	outline: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	font-size: inherit;
	color: inherit;
	line-height: 1;
}




::-webkit-scrollbar-track
	{
		border-radius: 10px;
		background: rgba(0, 0, 0, 0.1);
		transition-duration: 0.7s
	}

::-webkit-scrollbar
	{
		width: 10px;
		background: rgba(0, 0, 0, 0.1);
		transition-duration: 0.7s
	}

::-webkit-scrollbar-thumb
	{
		border-radius: 10px;
		background-color: #000;
		border: 1px solid rgba(255, 255, 255, 0.5);
		transition-duration: 0.7s
	}


::-webkit-scrollbar-thumb:hover
	{
		background-color: #000;
	}



img{
	display: block;
}
a{
	text-decoration: none;
}
.ancho_web{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	/*border: 1px solid red*/
}

.contenedor_general{
	background: #fbfbfb;
}


/*HEADER*/

.header{
	display: block;
	background: #fff
}
.logos_web{
	display: flex;
	justify-content: space-between;
	padding: 0 5%
}
.logo_up{
	width: 40%;
	margin: 0;
	max-width: 285px;
}
.logo_up img{
	width: 100%;
}

.cad{
	width: 33%;
	max-width: 235px
}
.cad img{
	width: 100%
}


/*BANNER*/

.banner{
	display: block;
	background: #fff;
	width: 100%;
	margin-bottom: 20px
}
.bn_dstk{
	/*display: none;*/
	width: 100%;
}
.bn_mobile{
	display: block;
	display: none;
	width: 100%;
}

.banner>div img{
	width: 100%;
}

/*SECCION 1*/

.conte_form{
	/*background: var(--main-color);*/
	background-image: linear-gradient(#62c4bd, #3b80b1);
	border-radius: 15px;
	font-family: 'WorkSans';
	margin-bottom: 20px;
	padding: 15px;
	position: relative;
	overflow: hidden;
}
.conte_form:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 33px;
	background-image: url('../img/malla_corona.png');
	background-repeat: repeat;
	z-index: 5px;
}
.zona_segura{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.mensaje{
	/*color: #fff;*/
	color: #000;
	width: 290px;
	margin: 0px auto;
	margin-bottom: 20px;
	position: relative;
	z-index: 10
}
.ico_mensaje{
	width: 46px;
	margin: 0 auto
}
.ico_mensaje img{
	width: 100%;
	margin: 0
}
.text_mensaje{
	margin-top: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #fff
}
.text_mensaje h3{
	font-weight: 900;
	padding: 0 30px;
	font-size: 18px
}
.text_mensaje p{
	font-weight: 500;
	font-size: 11px;
}

	/*FORMULARIO*/

.formulario{
	width: 100%;
	min-width: 290px;
	background: #ffF;
	margin: 0 auto;
	padding: 20px 15px;
	position: relative;
	z-index: 10;
}

.text_form{
	padding: 10px 5px;
	/*border-top: 8px solid var(--main-color);*/
	/*border-bottom: 2px solid var(--main-color);*/
	border-top: 8px solid #7fbaba;
	border-bottom: 2px solid #7fbaba;
	margin-bottom: 20px;
	color: #4c4c4c;
}
.text_form h3{
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
}

.cuadro_textos{
	color: #4c4c4c;
	font-size: 12.5px;
	margin-bottom: 20px;
	overflow-y: hidden;
}

.cuadro_textos label{
	display: block;
	margin-bottom: 20px;
	border-bottom: 1px solid #4c4c4c
}

.cuadro_textos label input,
.cuadro_textos label select{
	padding: 6px 0;
	display: block;
	width: 100%;
	-webkit-appearance: none;
	background: #fff;
}

.label_select{
	position: relative;
}
.label_select:after{
	content: "";
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 8px solid #4c4c4c;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.cont_preguntas{
	display: block;
	font-size: 10px;
	overflow-y: hidden;
}

.pregunta{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px
}

.pregunta p{
	width: calc(100% - 75px);
}

.opciones{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	width: 65px;
}
.opciones label{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.opciones label input[type="radio"]{
	opacity: 0;
	position: absolute;
	transform: translateX(-100px);
	visibility: hidden;
}



.opciones label div{
	width: 16px;
	height: 13px;
	background-image: url(../img/check-off.png);
	background-size: cover;
	margin-right: 2px
}

.opciones label input[type="radio"]:checked~div{
	background-image: url(../img/check-on.png);
}


.fin_form {
    display: inline-table;
    overflow-y: hidden;
    text-align: center;
    margin-left: 40px;
    margin-top: 10px;
}

.btn_form{
	color: #fff;
	background: #6c9db6;
	width: 100%;
	text-align: center;
	padding: 8px;
	cursor: pointer;
	font-size: 16px;
	margin-bottom: 20px
}

.fin_form div>p {
    margin-bottom: 10px;
}

.fin_form div>p span {
	cursor: pointer;
	border-bottom: 1px solid;
	display: inline-block;
}


/*BENEFICIOS*/

.beneficios{
	font-family: 'WorkSans';
	/*background: #fffbf5;*/
	background-image: linear-gradient(#457da8, #314b98);
	padding: 15px;
	margin-bottom: 20px;
	color: #fff
}

.cont_titulo_beneficio{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 20px
}

.titulo_v1{}
.titulo_v1 img{
	width: 100%;
	width: 40px;
	margin-bottom: 10px;
	display: block;
}
.titulo_v1 h3{
	font-weight: 700;
	font-size: 16px;
}

.linea_negra{
	width: calc(100% - 150px);
	background: #fff;
	height: 4px
}

.list_beneficios{
	display: flex;
	flex-direction: column;
}

.item_beneficio{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px

}

.item_beneficio:last-child{
	margin-bottom: 0
}

.logo_beneficio{
	width: 40px;
}
.logo_beneficio img{
	display: block;
	width: 90%;
}

.text_beneficio{
	width: calc(100% - 50px);
}

.text_beneficio p{
	font-size: 10px;
	font-weight: 500;
	line-height: 1.2
}

/*MALLA CURRICULAR*/

.cuadro_malla {
    background: #fff;
    overflow: hidden;
    /*margin-bottom: 20px;*/
    padding: 15px;
    font-family: 'WorkSans'
}

.cont_titulo_malla {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.titulo_v2 {
    margin-bottom: 20px;
}

.titulo_v2 img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 40px;
}

.titulo_v2 h3 {
    text-align: center;
    font-size: 16px;
}
.paleta_color {
    width: 200px;
    margin: 0 auto;
}

.item_paleta {
    margin: 0 auto;
    margin-bottom: 20px;
}

.item_paleta h3 {
    font-size: 12px;
    color: #9f9f9f;
    text-align: center;
}

.item_paleta span {
    display: block;
    width: 100%;
    height: 8px;
    margin-top: 5px;
    background: #000;
}

.color-0 {
    background: #1dc5a9;
    /*color: #191919;*/
}
.color-1 {
    background: #75fae4;
}
.color-2 {
    background: #4b9c8f;
}
.color-3 {
    background: #69dbc8;
}
.color-4 {
    background: #650801;
}

.list_malla {
    color: #fff;
    width: 90%;
    margin: 20px auto;
    margin-bottom: 0;
    max-width: 970px;
}


.cont_slider {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.arrows {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    cursor: pointer;
    outline: 0;
}
.arrows img{
	width: 100%;
	display: block;
}

.slider_malla {
    white-space: nowrap;
    width: calc(100% - 40px);
    margin: 0;
    overflow: hidden;
    letter-spacing: -5px;
    vertical-align: top;
    display: inline-block;
}

.item_slider {
    width: 100%;
    padding: 0 11px;
    transition-duration: 0.7s;
    white-space: normal;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}

.numb_malla {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    height: 62px;
}
.numb_malla p {
    font-weight: 500;
    font-size: 24px;
    margin: 0 5px;
}

.numb_malla span {
    font-size: 16px;
}

.items_malla {
    text-align: center;
}

.items_malla>div {
    padding: 3px 10px;
    border-top: 4px solid #fff;
    font-size: 14px;
    font-weight: 200;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 62px;
}

.items_malla>div p {
    font-family: 'WorkSans';
    line-height: 1.2
}

/*DESCARGA*/

.cont_descarga {
    padding: 15px 0;
    text-align: center;
    background: #fff;
    font-family: 'WorkSans';
    margin-bottom: 30px;
    padding-top: 0;
}

.dowload {
    margin: 0 auto;
    padding: 10px 12px;
    text-decoration: none;
    font-size: 12px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-weight: 500;
    display: flex;
    width: 230px;
    align-items: center;
}

.dowload img {
    margin-right: 10px;
    width: 20px
}


/*DATOS CURSO*/

.linea_roja{
	height: 13px;
	/*background: var(--main-color);*/
	background: #b0dccc;
	margin-bottom: 20px;
}

.datos_curso{
	background: var(--main-color);
	background-image: linear-gradient(#96d3c4, #66cccc);
	background: ;
	padding: 15px;
	font-family: 'WorkSans';
	margin-bottom: 20px;
	border-radius: 15px
}

.list_datos{

}

.list_datos hr{
	background: #000;
	width: 100%;
	margin: 15px auto;
	height: 2px;
}

.item_dato{
	width: 100%;
}
.item_dato div{
	font-size: 12px;
	margin-bottom: 10px;
}

.item_dato div:last-child{
	margin-bottom: 0
}

.item_dato div h3{
	font-weight: 300;
	line-height: 1.2
}
.item_dato div p,
.item_dato div li{
	font-weight: 700;
	line-height: 1.2
}

.item_dato:last-child div p,
.item_dato:last-child div li{
	
	font-size: 17px
}


/*INFORMES*/

.informes{
	font-family: 'WorkSans';
}


.tt_informes{
	margin-bottom: 20px;
	padding: 0 15px;
}
.tt_informes h3{
	font-size: 26px;
	/*color: var(--main-color);*/
	color: #6f9daf;
	font-weight: 300
}

.list_asesoras{
	display: block;
	/*border-top: 13px solid var(--main-color);*/
	/*border-bottom: 3px solid var(--main-color);*/
	border-top: 13px solid #3a4894;
	border-bottom: 3px solid #3a4894;
	padding: 20px 15px
}
.asesora{
	display: block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
}
.asesora h3{
	font-weight: 700;
	line-height: 1.2
}
.asesora p{
	font-weight: 300;
	line-height: 1.2
}

.asesora:last-child{
	margin-bottom: 0
}

/*FOOTER*/

.footer{
	font-family: 'Arial';
	font-size: 10px;
	text-align: center;
	width: 95%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 15px 0
}

/*POP*/

.fondo_pop {
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 990;
    left: 0;
    top: 0;
    display: none;
}

.pop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    max-height: calc(100vh - 30px);
    overflow-y: auto;
    display: none;
}

.pop_term {
    background: #fff;
    width: 95%;
    max-width: 550px;
    padding: 25px 30px;
    font-family: 'WorkSans'
}

.cont_pop {
    position: relative;
    width: 100%;
}

.texto_term {
    overflow-y: auto;
    max-height: 90vh;
}

.cerar_pop {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 25px;
    cursor: pointer;
}
.cerar_pop img {
    width: 100%;
}

.texto_term h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}


/*GRACIAS*/

.respuesta .conte_form .zona_segura{
	display: flex;
	flex-direction: column-reverse;
}
.respuesta .conte_form .zona_segura .formulario{
	margin-bottom: 25px
}
.gracias{
	height: 200px;
	display: flex;
	align-items: center;
	margin: 7px 0;
	border-top: 9px solid var(--main-color);
	border-bottom: 3px solid var(--main-color);
}

.gracias h3{
	font-size: 25px;
	text-align: center;
	max-width: 400px;
	margin: 0 auto
}



/*LISTA UNICA*/


.list_unica{
	display: block;
	width: 100%;
	color: #000;
	max-width: 870px;
	margin: 0 auto;
	margin-bottom: 45px;
}

.list_unica div{
	font-size: 14px;
    font-weight: 200;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 62px;
    padding: 3px 10px;
    border-top: 8px solid rgb(255, 255, 255);
    text-align: center;
}

.list_unica div p{
	font-family: WorkSans;
    line-height: 1.2
}


.cont_titulo_malla_2 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
}
.linea_negra_2 {
    width: calc(100% - 175px);
    background: #000;
    height: 4px;
}

.cont_titulo_malla_2 .titulo_v2{
	margin: 0
}

.cont_titulo_malla_2 .titulo_v2 img{
	margin: 0;
	margin-bottom: 10px
}





/*0603*/

.cont_descarga{
	padding: 30px 0;
	padding-top: 0;
	margin-bottom: 15px

}

footer{
	border-bottom: 4px solid #000
}


/*18/07*/


.cont_capacidad{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #5e83a7
}

.mdr_ausp{
	display: flex;
	flex-direction: column;
	padding: 0 15px;
	font-family: WorkSans;

}

.mdr_ausp ul{
	list-style: none;
	margin: 20px 0;
	font-weight: bold;
	width: 100%;
	font-size: 12px;
}

.cdr_auspi{
	font-size: 14px;
	color: #9c181d;
	font-weight: 500;
	display: flex;
	align-items: center;
}

.cdr_auspi p{
	margin-right: 7px
}

.logo_ausp{
	width: 75px;
}

.logo_ausp img{
	width: 100%
}

.banner{
	position: relative;
}

.btn_extra{
	position: absolute;
    bottom: 5px;
    width: 15%;
    left: 12%;
    max-width: 237px;
}
.btn_extra img{
	width: 100%;
}


/*GRACIAS CALENDAR*/

.gracias_calendar{
	flex-direction: column;
	height: auto;
	padding: 50px 0;
	color: #4d4d4d;
	border-color: #7fbaba
}

.gracias_calendar h3{
	font-weight: 200;
	font-size: 11px;
	line-height: 1.2;
	margin-bottom: 35px
}

.gracias_calendar h3 strong{
	font-weight: 700;
	font-size: 18px;
}

.btns_calendar{
	display: flex;
	flex-direction: column;
	width: 100%
}
.btns_calendar h4{
	font-size: 16px;
	font-weight: 200;
	text-align: center;
}
.btns_calendar a{
	display: block;
	width: 55%;
	margin: 10px auto;
	max-width: 324px
}

.btns_calendar a img{
	width: 100%;
	display: block;
}

.pop_google{
	background: #00a0bb;
	color: #ffF;
    width: 300px;
    text-align: center;
    padding: 35px 0;
    z-index: 9999;
    font-family: 'worksans';
    font-size: 22px;
}