/*ABSOLUTOS*/
body {
    font-family: 'Montserrat', sans-serif;
    color: #4c4c4c;
    background-color: #f7f5db;
}

/*MENU*/
#menuprincipal {
    display: block;
    width: 100%;
    text-align: center;
    background:#645a78;
    top: 0px;
    height: 65px;
    position: fixed;
    z-index: 999;
}
#franjaazul{
    width: 100%;
    height: 10px;
    background-color: #2f907e;
}
.logoprincipal {
    height: 100%;
}
.topnav {
    max-width: 1200px;
    display: block;
    margin: auto;
    text-align: left;
    height: 65px;
    overflow: visible;
}
.desplegable a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 16px 8px;
    /*padding: 10px 12px;*/
    text-decoration: none;
    font-size: 1rem;
}
.desplegable a::first-letter {
    text-transform: uppercase;
}
.desplegable a.linksubmenu{
    float: none;
}
.desplegable a.active {
    background-color: #4CAF50;
    color: white;
}
#mestrece {
    background: #f8f8e4;
    padding: 0px 10px;
    height: 65px;
    border-radius: 0px 0px 0px 0px;
}
.topnav .icon {
    display: none;
}
.topmenu {
    display: inline-block;
    vertical-align: middle;
}
.derechamenu {
    float: right;
    position: relative;
    margin: 2vh auto;
}
.desplegable a:hover {
    margin-bottom: -3px;
}
.desplegable a:after {
    position:relative;
    content:"";
    display:none;
    width:100%;
    height:3px;
    background-color:white;
}
.desplegable a:hover:after{
    display:block;
}
.desplegable a.linksubmenu:after {
    position:relative;
    content:"";
    display:none;
    width:100%;
    height:1px;
    background-color:orange;
}
.desplegable a.linksubmenu:hover:after:not(a.linksubmenu){
    display:block;
}
.submenu {
    opacity: 0;
    display: none;
}
.bordederecho.desplegable {
    float: left;
}
a.linksubmenu {
    background: #645a78;
    min-width: 120px;
}
.menuactivo {
    display: block;
    margin-top: 30px;
}
a.linksubmenu:hover {
    color: orange;
}
a.linksubmenu {
    background: #645a78;
    min-width: 120px;
    text-align: left;
}

@media all and (max-width: 1200px) {

    /* .topnav a {display: none;} */
    .topnav a.icon {
        float: right;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 1rem;
    }

    .desplegable {
        display: none;
        background: #645a78;

    }
    .primerhijo {
        margin-top: 40px;
    }
    .bordederecho.desplegable {
        float: none;
    }

    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

/*GENERICOS*/
.bordeabajomaxcont {
    text-align: left;
    border-bottom: 2px solid;
    display: block;
    width: max-content;
    margin-left: 30px;
}
.pnegritas {
    font-weight: bold;
}
.dosrenglones {
    line-height: 4rem;
}
.bloquecentro {
    display: block;
    margin: auto;
}

/*COLORES*/

/*morado*/
.b-c1{
    background-color: #63536f;
}
.c-c1{
    color: #63536f;
}
/*Verde agua*/
.b-c2{
    background-color: #31907d;
}
.c-c2{
    color: #31907d;
}
/*Beige*/
.b-c3{
    background-color: #f7f5db;
}
.c-c3{
    color: #f7f5db;
}
/*Anaranjado*/
.b-c4{
    background-color: #f5a038;
}
.c-c4{
    color: #f5a038;
}
/*Vino*/
.b-c5{
    background-color: #ab3c53;
}
.c-c5{
    color: #ab3c53;
}
/*Verde claro */
.b-c6{
    background-color: #cfe1c8;
}
.c-c6{
    color: #cfe1c8;
}
/*Blanco*/
.b-c7{
    background-color: #ffffff;
}
.c-c7{
    color: #ffffff;
}
/*Negro*/
.b-c8{
    background-color: #000000;
}
.c-c8{
    color: #000000;
}
/*Azul petroleo*/
.b-c9{
    background-color: #3b5f6f;
}
.c-c9{
    color: #3b5f6f;
}
/*Rosa*/
.b-c10{
    background-color: #e8a38f;
}
.c-c10{
    color: #e8a38f;
}

#boletines{
    padding-bottom: 3rem;
}

/*H*/
h1 {
    font-weight: 800;
}
h2,h3,h4 {
    font-weight: 700;
}
h1 {
    font-size: 10rem;
}
h2 {
    font-size: 5.5rem;
}
h3 {
    font-size: 3rem;
}
h4 {
    font-size: 1.5rem;
}
.sub1 {
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
@media all and (max-width: 768px){
    h1 {
        font-size: 5rem !important;
    }
    h2 {
        font-size: 2.5rem !important;
    }
    h3 {
        font-size: 1.5rem !important;
    }
    h4 {
        font-size: 1rem !important;
    }
    
}

/*MODULOS*/
.h1mod {
    padding-top: 5px;
}
#headmodulo {
    height: calc(100vh - 70px);
    min-height: 700px;
    margin-top: 70px;
    overflow: hidden;
    border-bottom: 13vh solid;
}
#headsec {
   /* height: calc(127vh - 330px);*/
    height: calc(100vh - 70px);
   /* min-height: 700px;*/
    min-height: 530px;
    margin-top: 70px;
    overflow: hidden;
}


#headsec_bolsatrabajo {
    height: calc(23vh - 43px);
    min-height: 212px;
    margin-top: 71px;
    overflow: hidden;
}



#imagenpiemod {
    display: block;
    height: 33vh;
    position: absolute;
    bottom: 0;
    width: 100%;
}
#imagenpiemod img {
    height: 100%;
    width: auto;
    max-width: 100%;
    bottom: 0;
}


@media all and (max-width: 1496px) and (min-width: 768px){
    #imagenpiemod {
        height: 34vh;
        bottom: -200px;
        width: 100%;
    }

    #headmodulo {
        height: calc(94vh - 70px);
        min-height: 700px;
        margin-top: 60px;
    }
    .h1mod  h1{
	    font-size: 9rem;
    }

}

@media all and (max-width: 768px){
    #imagenpiemod {
        height: 30vh;
        bottom: -192px;
        /*display: none;*/
    }
    #headsec {
        height: calc(83vh - 319px);
        min-height: 264px;
    }

    #headmodulo{
        min-height: 812px;
        margin-top: 62px;
    }
    .botonreg{
    margin: 10px -5px;
    }
    strong{
        font-size: 1.9rem;
    }
    .btn_regresar{
        font-size: 1rem;
    }
    .capacitacion{
        font-size: 1.9rem;
    }
}

/*SECUNDARIAS*/
#primerafila img {
    max-width: 600px;
    display: block;
    margin: auto;
}

/*FILAS*/
.fullpage {
    display: block;
    margin: auto;
    text-align: center;
    padding: 20px;
    width: 100%;
}
.amarillo {
    background-color: #f0ad4e;
}
.morado {
    background-color: #645a78;
    color: white;
}
.cajarow {
    display: block;
    margin: auto;
}
.fulltext {
    display: block;
    margin: auto;
    padding: 30px 30px;
    font-weight: 400;
    font-size: 1.7rem;
}
.contenidocolumna {
    padding: 0px 30px;
    border-radius: 10px;
    text-align: left;
}
@media all and (max-width: 768px){
    .fulltext {
        padding: 10px 15px;
    }
    .contenidocolumna {
        padding: 0px 17px;
    }
    
    .botonreg{
        margin: auto;
        }
}
/*LIMITES DE CONTENIDO*/
.limite {
    max-width: 1200px;
}

.limitedetexto {
    margin: auto;
    max-width: 900px;
}

@media all and (max-width: 768px) {
    .limitedetexto {
        max-width: 100%;
        font-size: 1rem !important;
    }

    h1 {
        font-size: 3rem !important;
    }
}

/*BOTONES*/
.btn {
    border-radius: 7px;
    border: none;
    font-weight: lighter;
    white-space: normal;
}
.btn-primary {
    background: #315abc;
}
.btn:hover, .btn:active, .btn:focus, .btn:visited{
    opacity: .5;
}
/*TODO ESTILOS BOTONES*/
.btn-gd-n {
    font-size: 2.7rem;
    font-weight: bold;
}
.btn-ch-n{
    font-size: 1.7rem;
    font-weight: bold;
}
.btn-gd-l{
    font-size: 2.7rem;
    font-weight: 300;
}
.btn-ch-l{
    font-size: 1.7rem;
    font-weight: 300;
}
.btn-link {
    font-weight: 700;
    padding: 0px 5px;
    background: transparent !important;
}
.btn-sinfondo{
    background: transparent !important;
    font-weight: 700;
}
.btn-imagen {
    display: block;
    padding: 5%;
    border-radius: 15px;
}

/*INICIAN SECCIONES FIJAS */
/*HOME*/
#imagenpie {
    display: block;
    height: 35vh;
    position: absolute;
    bottom: 0;
    width: 100%;
}
#imagenpie img {
    height: 100%;
    width: auto;
    max-width: 100%;
    bottom: 0;
    /* top: 20vh; */
    position: relative;

}
#introduccionjovenes{
	z-index: 988;
    position: relative;
}
div#imagenprincipal {
    background: url(../../lib/img/fondo.png), url(../../lib/img/pasto.png);
    background-position: top , bottom;
    background-size: contain,contain;
    background-repeat: repeat-x, no-repeat;
    background-color: #f8f8e4;
    height: calc(100vh - 60px);
    min-height: 650px;
    margin-top: 60px;
    overflow: hidden;
}
.mestrecelogo {
    display: block;
    margin: auto ;
    padding-top: 60px;
    width: 35%;
}
.debajodeinfo{
    display: block;
    margin: auto;
    width: 100%;
    bottom: auto;
}
@media all and (max-width: 768px){
    .mestrecelogo{
        min-width: 30%;
    }
    #imagenpie img {
        height: auto;
        width: 100%;
        bottom: 0;
        /* position: absolute; */
        position: relative;
        top: 20vh;
    }
}

/*BOTONES GRANDES CON IMAGEN HOME*/
.botonesjov {
    background: #F5F4E6;
    border-radius: 20px 20px 20px 20px;

    border: 2px solid #685774;
    margin: 40px 20px 0px 20px;
    display: block;
}
#contenedorbotones{
    margin: auto;
    float: top;
    background-color: #f8f8e4;
    width: 100%;
}
.botones1 {
    width: 90%;
}
.limitebotones{
    max-width: 900px;
}

.cme_ul{
    margin-left:80px;
}

@media all and (max-width: 768px) {
    .botonesjov {
        margin: 10px 10px 0px 0px;
    }
    .cme_ul{
        margin-left:0px;
    }

}

/*TESTIMONIOS*/
#contgeneral{
    margin: auto;
    width: 100%;
    /*height: 450px;*/
}
.ultestimonios {
    border-left: 1px solid white;
    margin: 0;
    padding: 0px 20px;
    text-align: left;
    font-size: 1.6em;
    line-height: 40px;
}
.ultestimonios li {
    list-style: none;
}
.ultestimonios li:hover {
    color: black;
    cursor: pointer;
}

.submenuham h3 {
    display: block;
    margin: auto;
    padding-bottom: 10px;
}
.cuadrotestimonio img {
    max-width: 100%;
}
.cuadrotestimonio {
    overflow: hidden;
    padding: 0px;
    min-height: 400px;
}
a.various.fancybox.fancybox.iframe {
    display: block;
    position: relative;
}
span.textotest {
    position: absolute;
    /* color: #29336b; */
    BOTTOM: 0%;
    left: 0%;
    display: block;
    width: 100%;
    background-color: #ffffff;
    text-align: CENTER;
    font-weight: 600;
    margin: 0px 0px;
    font-size: 23px;
    height: auto;
    padding-top: 2%;
    padding-bottom: 2%;
}
span.textocarrete {
    
    display: inline-block;
    width: 100%;
    background-color: #ffffff;
    text-align: CENTER;
    font-weight: 600;
    margin: 10px 0px;
    font-size: 23px;
    height: auto;
    padding-top: 2%;
    padding-bottom: 2%;

}

a[class^="imgtest"] {
    width: 97%;
    height: 95%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.imgtest1 {
    width: 100%;
    background-image: url("../img/imgstet/pablo.jpg");
    background-size: cover;
}
.imgtest2 {
    background-image: url("../img/imgstet/jesus.jpg");
    background-size: cover;
}

.imgtest3 {
    background-image: url("../img/imgstet/ADM.jpg");
    background-size: cover;
}
.imgtest4 {
    background-image: url("../img/imgstet/VEN.jpg");
    background-size: cover;
}
.imgtest5 {
    background-image: url("../img/imgstet/GEN.jpg");
    background-size: cover;
}
.imgtest6 {
    background-image: url("../img/imgstet/AGR.jpg");
    background-size: cover;
}
.imgtest7 {
    background-image: url("../img/imgstet/OFI.jpg");
    background-size: cover;
}
.imgtest8 {
    background-image: url("../img/imgstet/TEC.jpg");
    background-size: cover;
}
.imgtest9 {
    width: 100%;
    background-image: url("../img/imgstet/Portafolio_de_empleabilidad.png");
    background-size: cover;
}
.imgtest10 {
    background-image: url("../img/imgstet/Emprendimiento_colectivo.png");
    background-size: cover;
}

.imgtest11{
    margin: 0 auto;
    display: inline-block;
}

/*CONTACTO*/
.colorcontacto {
    background-color: #f8f8e4;
    color: #3c5e6f;
}
.contactotext{
    font-size: 1.2rem;
    text-align: right;
    font-weight: 600;
    margin-top: 40px;
    margin-right: 50px;
    margin-bottom: 0px;
}
#intro3 .select {
    min-width: 300px;
    overflow: hidden;
    border: 2px solid #3c5e6f;
    border-radius: 5px 5px 5px 5px;

}
#intro3 .input {
    min-width: 300px;
    border: 2px solid #3c5e6f;
    border-radius: 5px 5px 5px 5px;

}
#intro3 .inputtexto {
    min-width: 300px;
    height: 100px;
    border: 2px solid #3c5e6f;
    border-radius: 5px 5px 5px 5px;
}
.textocontacto{
    margin: auto;
    margin-top: 40px;
    text-align: left;
    font-size: 1.5rem;
}
#socialmedia {
    width: 70px;
    height: 70px;
    margin: 10px;
    float: left;
}
#intro3 .form-group {
    text-align: left;
}


/*MODALES*/
.fancybox-content {
    max-width: 500px;
    border-radius: 30px;
    width: 90%;
}


.columnatitulo h3.text-center {
    padding-top: 20px;
}

/*ACORDIONES*/

/*MENU*/
a {
	text-decoration: none !important;
}

.conmarginsup{
    margin-top: 3rem;
}

#contgeneral {
	margin: auto;
	width: 100%;
	padding: 0px 30px;
}
.fullpage {
	display: block;
	margin: auto;
	text-align: center;
	padding: 30px;
}
.c-c7 {
	color: #ffffff;
}
.b-morado {
	background-color: #645a78;
}

/* .titulo {
	text-align: center;
	font-weight: 700;
	padding: 10px;
} */
/* .bordeabajomaxcont {
	text-align: center !important;
	border-bottom: 2px solid;
	display: block;
	width: max-content;
	margin: auto;
	padding-top: 30px;
	margin-bottom: 15px;
} */

.accordion-container {
	width: 100%;
	margin: 0 0 20px;
	clear:both;
}

.accordion-titulo, .accordion-titulo:focus {
	position: relative;
	display: block;
	padding: 15px;
	font-size: 2.5rem;
	font-weight: 300;
	color: white;
	text-decoration: none;
}
.color_clase {
	background: #3b5f6f;
}
.color_aprendiz {
	background: #f5a038;
}
.color_tutor {
	background: #63536f;
}
.accordion-titulo.open {
	background: #16a085;
	color: #fff;
}
.accordion-titulo:hover {
    background: #1abc9c;
    color: #fff;
}

.accordion-titulo span.toggle-icon:before {
	content:"+";
}

.accordion-titulo.open span.toggle-icon:before {
	content:"-";
}

.accordion-titulo span.toggle-icon {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 38px;
	font-weight:bold;
}

.accordion-content {
	display: none;
	padding: 0px 15px;
	overflow: auto;
}

.accordion-content p{
	margin:0;
}

.accordion-content img {
	display: block;
	margin: auto;
	width: 95%;
	height: auto;
	box-shadow: 0px 0px 5px gray;
}

.caja-contenedora {
	background: white;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tit-video_apre {
	font-size: 2rem;
	text-align: left;
	font-weight: 600;
	color: #e43250;
}
.tit-video_tut {
	font-size: 2rem;
	text-align: left;
	font-weight: 600;
	color: #315abc;
}
.subtit-video {
	font-size: 1.8rem;
	text-align: left;
	font-weight: 600;
	color: #4c4c4c;
}
.test-video {
	font-size: 1.5rem;
	text-align: justify;
	font-weight: 400;
	color: #4c4c4c;
}

.aire {
	margin-top: 3rem;
}
.borde_gris {
	border-bottom: 1px solid #cccccc;
	margin-top: 15px;
	margin-bottom: 0px;
}
.boton_icon {
	background: white;
	padding: 7px 20px 15px 28px;
	font-size: 3rem;
	font-weight: 600;
	color: #0db280;
	border: 4px solid #0db280;
	border-radius:30px 0px 0px 30px;
}

.boton_test {
	background: #0db280;
	padding: 15px 40px;
	font-size: 2rem;
	font-weight: 600;
	color: white;
	border: 4px solid #0db280;
	border-radius: 0px 30px 30px 0px;
}

.boton_test:hover {
	background: white;
	padding: 20px 50px;
	font-size: 2rem;
	font-weight: 600;
	color: #0db280;
	border: 4px solid #0db280;
	border-radius: 0px 30px 30px 0px;
}
.boton_test {
	transition: background-color 0.25s ease-in;
	border-color ease-in;
	transform 0.75s cubic-bezier(0.44, 0.51, 0.24, 0.99);
	box-shadow 1s cubic-bezier(0.44, 0.51, 0.24, 0.99);
}
.barrido_general{
	height: calc(80vh - 120px);
	overflow-y: scroll;
}

@media all and (max-width: 768px) {
	/* #contgeneral {
	    min-height: auto;
	    padding: 0px 15px;
	} */
	.con-margin {
		padding-left: 10px;
		padding-right: 10px;
	}
	.sin-padding {
		padding-left: 0px;
		padding-right: 0px;
	}
	.sin-padding_bis {
		padding-left: 10px;
		padding-right: 10px;
	}
	.tit-video_apre {
		padding-top: 1rem;
	}
	.tit-video_tut {
		padding-top: 1rem;
	}
	.boton_test {
	    padding: 10px 10px;
	    font-size: 1.45rem;
	}

	.boton_test:hover {
	    padding: 10px 10px;
	    font-size: 1.45rem;
	}

	.boton_icon {
	    padding: 8px 10px 11px 15px;
	    font-size: 2rem;
	    border-radius: 20px 0px 0px 20px;
	}
	.accordion-titulo, .accordion-titulo:focus {
	    padding: 5px;
	    font-size: 2rem;
	}
	.accordion-titulo span.toggle-icon {
	    top: 0px;
	    right: 10px;
	    font-size: 25px;
	}
	.accordion-content img {
		display: block;
		margin: auto;
		width: 99%;
		height: auto;
		box-shadow: 0px 0px 5px gray;
	}
	.barrido_general{
		height: auto;
		overflow-y: none;
	}
}
@media all and (max-width: 374px) {
	.boton_test {
	    padding: 10px 7px;
	    font-size: 1.2rem;
	}

	.boton_test:hover {
	    padding: 10px 7px;
	    font-size: 1.2rem;
	}

	.boton_icon {
	    padding: 8px 10px 11px 15px;
	    font-size: 1.5rem;
	    border-radius: 20px 0px 0px 20px;
	}
}
