@charset "utf-8";
/* CSS Document */


/***********fonts*********************/

@font-face {
    font-family: 'Expert-Sans-Regular';
    src: url('fonts/expertsans-regular-webfont.eot'); /* Para Internet Explorer */
    src: local('expertsans-regular-webfont'), /* Para el resto de navegadores */
    url('fonts/expertsans-regular-webfont.ttf') format('truetype'), url('fonts/expertsans-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Expert-Sans-Regular-Italic';
    src: url('fonts/expertsans-regularitalic-webfont.eot'); /* Para Internet Explorer */
    src: local('expertsans-regularitalic-webfont'), /* Para el resto de navegadores */
    url('fonts/expertsans-regularitalic-webfont.ttf') format('truetype'), url('fonts/expertsans-regularitalic-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Expert-Sans-Light';
    src: url('fonts/expertsans-light-webfont.eot'); /* Para Internet Explorer */
    src: local('expertsans-light-webfont'), /* Para el resto de navegadores */
    url('fonts/expertsans-light-webfont.ttf') format('truetype'), url('fonts/expertsans-light-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Expert-Sans-Light-Italic';
    src: url('fonts/expertsans-lightitalic-webfont.eot'); /* Para Internet Explorer */
    src: local('expertsans-lightitalic-webfont'), /* Para el resto de navegadores */
    url('fonts/expertsans-lightitalic-webfont.ttf') format('truetype'), url('fonts/expertsans-lightitalic-webfont.woff') format('woff');
}



body, html {padding:0; margin:0; font-family:"Expert-Sans-Regular", Arial, Helvetica, sans-serif; overflow-x: hidden;}



/***********  ESTILOS QUE NO ENTRAN EN EL SITIO *********************/




/***footer y header *****/


.containerMenu {
	width: 1015px;
    margin: 0 auto;

}

.navbar-default {
    background-image: none;
    background-repeat: no-repeat;
    background: #005F86;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 0;
}

.navbar-header {
    margin-left: 0px!important;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}

footer img {
    vertical-align: middle;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.text-center {
    text-align: center;
}

.container-fluid > .navbar-header {
    margin-right: 0;
    margin-left:12%;
    margin-top:12px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-brand {
    font-size: 0;
    width: 220px;
    margin-top: 18.5px;
    float: left;
    height: auto;
    padding: 0;
    margin-right: 0px;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}


.navbar-brand,
.mobile .navbar-brand {
    width: 253px;
}


/******FIN HEADER******/




.custom-bullets li::marker {
    color: #908AC2!important;
    font-size: 1.5rem;
}

ul li, ol li {
	font-size: 16px;
	text-align: left;
	color: #222;
}

ol b, ul b {
	font-size: 16px;
	text-align: left;
	color: #222;
	display: block;
	margin: 10px 0;
}

section .content {text-align:center;}

.seccionUno { 
	background-image: url(img/bgelegiheader-desktopv3.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
    font-family: "Expert-Sans-Regular";
	box-sizing: border-box;
    width: 100%;
    display: flex;
    padding: 15px 0;
	
}


.seccionUno .flex { display: flex;
    flex-direction: column;
    align-items: center;
	text-align:center;} 

.seccionUno .flex01 {
    display: flex;
    flex-direction: column;
    align-items: center;
	
}

.seccionUno .flex img { width:400px;}

.seccionUno .flex02 {
    display: flex;
    margin-top: 200px;
    color: #005F86;
    gap: 2rem;
	
}

.seccionUno span.uno {font-size: 25px;}
.seccionUno span.dos {font-size: 17px; padding-bottom: 1rem; text-align:left;}

.seccionUno h1 {
	font-size: 36px;
    color: #FFFFFF;
    margin-block: 2rem;
	display: flex;
    flex-direction: column;
}

.seccionUno h1 img { margin-block:2rem;}




.seccionDos {
	background-color: #005F86;
    background-image: url(img/decoracion-box-ventajas.png);
    background-position: center;
    background-size: contain;
    padding: 1rem 0;
	padding-bottom: 4rem;
    margin: 0 auto;
    overflow: hidden;
	text-align:center;
	
	}
	
.seccionDos h2 {
	color:white;
	display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

.seccionDos h2 br,
.seccionDos .box p br { display:none;}
	
.seccionDos .boxes {
	display: grid;
    grid-auto-rows: minmax(100px,auto);
    justify-items: center;
    margin: 0 auto;
    grid-gap: 30px;
	grid-template-columns: repeat(3, 1fr);
    width: 852px;
	}

	.seccionDos .boxes a:hover {
	text-decoration: none;	
	}
	
	.seccionDos .box {
	border-radius: 10px;
    width: 200px;
    min-width: 200px;
    padding: 32px;
	}

.seccionDos .box p {
	color:white;
	font-size: 24px;
    text-align: center;
	}


.seccionDos .box.uno { background:rgb(242, 108, 41);}
.seccionDos .box.dos { background:rgb(0, 158, 201);}
.seccionDos .box.tres { background:rgb(143, 138, 189);}


.seccionTres { padding:30px 20px;}
.seccionTres h2 { color:rgb(0, 95, 134); font-size:21px;} 

.seccionTres p { color:rgb(0, 95, 134); font-size:18px; max-width:350px; margin: 45px auto;}
.seccionTres .boxes .box {
    min-height: 150px;
    max-height: 500px;
    background-color: rgb(0, 158, 201);
    max-width: 300px;
    margin: 40px 50px 10px 50px;
    border-radius: 20px;
    padding:0;
    display: inline-block;
    vertical-align: top;
	overflow:visible;
	width:400px;
	
}
.seccionTres .boxes .box:nth-child(2) { background:#F26C29;}


.seccionTres .boxes .box img {
    position: relative;
    margin-top: -50px;
}

.seccionTres .boxes .box h4 {
	color: white;
    font-size: 24px;
	min-height:45px;}



.seccionCuatro .manoNaranja { position:absolute;left: -200px; margin-top: -240px;}

.seccionCuatro { background:rgb(255, 241, 234); padding:15px 0;	}
.seccionCuatro h1 {color: #005F86;    font-size: 36px; margin-bottom:20px;}
.seccionCuatro h2 {color: #005F86;    font-size: 24px; font-weight:100; margin-top:0;}

.seccionCuatro .boxes.row .box {
	min-height: 120px;
    max-height: 500px;
    background-color: rgb(0, 158, 201);
	max-width: 300px;
	margin: 40px 15px 10px 15px;
	border-radius: 15px;
	padding:25px 20px 15px 20px;
	display:inline-block;
	vertical-align:top;
	border:none;
	
	}
	
	
.seccionCuatro p.titulo { margin:50px 0 30px 0;}
.seccionCuatro p.titulo img { padding:0 5px; }

.seccionCuatro .boxes.row .box img{
	position: relative;
    margin-top: -50px;
}
.seccionCuatro .boxes {
	display: flex;
    gap: 32px;
    padding-bottom: 32px;
	justify-content: center;
}

.seccionCuatro .boxes .col{
	display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
	}

.seccionCuatro .boxes.col>div { position:relative;}	
.seccionCuatro .boxes.col .box{
	font-size: 24px;}

.seccionCuatro .boxes.row .box h4{
	color:white;
	font-weight:100;
	font-size: 18px;
    min-height: 45px;
}

.seccionCuatro .lineaVertical {
	z-index: 10;
    width: 1px;
    position: absolute;
    height: 220px;
    border-right-style: solid;
    border-right-width: 1px;
    left: 50%;
	top:20px;
}

.seccionCuatro .izq .lineaVertical {    border-color: #009EC9;}
.seccionCuatro .der .lineaVertical {    border-color: #F26C29;}


.seccionCuatro .box {
	border-radius: 15px;
    text-align: center;
    padding: 32px;
	background:white;
	margin:20px 10px;
	position:relative;
	z-index:20;
	border-style:solid;
	border-width:1px;
}

.seccionCuatro .flechaAbajo {height: 20px; margin-bottom:50px;}

.seccionCuatro p.titulo {color: #005F86;    font-size: 22px;}

.seccionCuatro .boxes.col .izq .box {
	border-color: #009EC9;
	color:#009EC9;
}


.seccionCuatro .boxes.col .der .box {
	border-color: #F26C29;
	color: #F26C29;
}


.seccionCuatro .boxes.col .izq div:nth-child(2)  {
	background:#009EC9; 
}


.seccionCuatro .boxes.col .der div:nth-child(2)  {
	background:#F26C29;
}

.seccionCuatro .boxes.col div div:nth-child(2)  {
	color:white!important;
	font-weight:bold;
	}
	
	
/**************  seccion CINCO ****************************/

.seccionCinco { background:rgb(222, 220, 236); padding:70px 0 70px 0; position:relative;}

.seccionCinco .flechaVioleta { position:absolute; top:-30px;}


.seccionCinco .sectorAcordeon {
	max-width: 1000px;
	margin: 0 auto;
}



.seccionCinco .sectorAcordeon p, .seccionCinco .sectorAcordeon ul li { 
	text-align: left;
    font-size: 16px;
    color: #333;
    margin: 10px 0;
}





/**************  seccion SEIS ****************************/
.seccionSeis {}

.seccionSeis .boxes {
	grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 1248px;
    display: grid;
    grid-auto-rows: minmax(100px,auto);
    justify-items: center;
    margin: 0 auto;
	}

.seccionSeis .banner {
	border-radius: 10px;
    width: 550px;
	min-width: 200px;
	text-align:left;
	padding: 20px 15px 30px 40px;
	}
.seccionSeis .content>h2 { color:rgb(0, 95, 134); font-size:24px; margin: 45px 0;}

.seccionSeis .banner.izq { 
	background:rgb(0, 158, 201); 
	background-image: url(img/bg-educacion-modo-cardlanding2.svg);
    background-size: cover;
	}
.seccionSeis .banner.der div>img {  margin-top:10px;}
.seccionSeis .banner.der>img {width:100px; height:100px;}
.seccionSeis .banner.der { 
	background:rgb(0, 95, 134); 
	display: flex;
    justify-content: space-evenly;
	padding:20px 15px 30px 40px;
	align-items: center;
	color:white;
}
.seccionSeis .banner h2 { color:white; font-size:24px; font-weight:200;}

.seccionSeis a.boton {
	color: #ffffff;
    background-color: #005F86;
    border-radius: 5px;
    padding: 0.5rem 2rem;
    text-decoration: none;
	display:inline-block;
	}



.seccionSeis .sectorAcordeon {
	max-width: 1000px;
	margin: 50px auto;
}


.seccionSeis .sectorAcordeon p, .seccionSeis .sectorAcordeon ul li { 
	text-align: left;
    font-size: 16px;
    color: #333;
    margin: 10px 0;
}








/*FOOTER*/


footer {
	background-color: #e5e5e5;
	padding: 0;
	border-top: 1px solid #ccc;
	font-family: 'Expert-Sans-Regular', helvetica, arial, clean, sans-serif;
}


	footer .row {
		max-width: 100% !important;
		margin: 0;
	}

	
	footer .col-md-9,
	footer .col-md-12 {
		padding: 0;
	}
	
	footer .containerContent {
		margin: 0px auto;
    	width: 1015px;
	}


footer.interna {
	padding: 15px 0;}

footer.interna .row .col-md-9 {
	min-height: 50px;
	padding: 0px;
	width:100%;}
	
footer.interna ul {
	padding: 0;
	margin-top: 17px;
	margin-bottom: 0px;
	width: 80%;
	font-size: 11px;
	text-align: center;
	margin: 10px auto;}

footer.interna ul li {
	list-style: none;
	width: 100%;
	display: inline;}

footer.interna ul li a{
	font-family: 'Expert-Sans-Regular', helvetica, arial, clean, sans-serif;
	color: #333;
	font-size: 11px;
	line-height: 16px;
	padding: 0 7px;
	white-space: nowrap;	
	}


footer .footerNew .cuadroLegales {
	background-image:none;
	padding: 17px 0 0px 0;
	text-align: center;
}

	footer dd a {
		color: #444;
		font-size: 12px;
		padding-left: 15px;
	}

		footer dd a:hover {
			color: #000;
		}

	footer dd p {
		line-height: 15px;
		font-size: 11px;
		margin-top: 8px;
		margin-bottom: 0;
		color: #999;
	}

footer .footerNew dd {
	width: inherit;
	display: inline-block;
    text-align: center;
}

footer .footerNew span {
	padding: 0 4px;
}
	
	footer dd a.legal {
		color: #333;
		font-size: 12px;
		line-height: 20px;
		padding-left: 0px;
	}
		/*17*/

		footer dd a.legal:hover {
			color: #000;
			font-weight: bold;
		}


/*----------------END FOOTER----------------*/







/*----------------ACORDEON----------------*/

.panel-default > .panel-heading {
	background-color: #fff !important;
    color: #00586D;
    filter: none;
    padding: 30px;
    background-image: none !important;
}

.panel {
	border:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;}	

.panel-group {
	margin-bottom: 58px;}

.panel-group .panel {
	border-color: #fff;
    border-radius: 10px!important;
    box-shadow: 0px 0px 15px 0px #0000001A;
    margin-bottom: 20px!important;
    border-radius: 10px;
    overflow: hidden;
}

.panel-default>.panel-heading+.panel-collapse .panel-body .panel-group .panel {
	border-bottom: 1px solid #ccc;
    border-radius: 0px !important;
    box-shadow: none !important;}

.panel-default>.panel-heading+.panel-collapse .panel-body .panel-group .panel h3 {
	color: #333;
	font-soze: 16px;}

.panel-default>.panel-heading+.panel-collapse .panel-body {
	border:none!important;
	color: #666;
	font-size: 13px;}

.internas .panel-body li strong { color:#444;}

.panel-title a{
	width: 100%;
	display: block;}

.panel-title a h3{
	font-size: 18px;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 96%;
    font-family: 'Expert-Sans-Regular';
    color: #005F86;
    text-align: left;}

.panel-title a.collapsed h3{
	font-size: 18px;
	width: 96%;
}

.panel-title a .mas {
	margin: 0;
	float: right;
	font-size: 19px;
	line-height: 26px;
	width: 25px;
	height: 25px;
	text-align: center;
	display: block;}
	
.panel-title a .menos {
	margin: 0;
	float: right;
	font-size: 28px;
	line-height: 24px;
	width: 25px;
	height: 25px;
	text-align: center;
	display: block;}

	.panel-title a:hover .mas, .panel-title a:hover .menos {
		background-color: #00586D;
		color: #fff;
	}

.panel-title a .menos{
	display: inline-block;}
	
.panel-title a.collapsed .menos{
	display:none;}
	
.panel-title a .mas{
	display:none;}
	
.panel-title a.collapsed .mas{
	display: inline-block;}


.panel-default.legales .panel-title a.collapsed h3 {
	font-size:14px;
	color:#666; 
}

.panel-default.legales .panel-title a h3 {
	font-size:16px;
	color:#666; 
}

.panel-default.legales .panel-title a .mas, .panel-default.legales .panel-title a .menos {
	color: #666;
}

.panel-default.legales .panel-title a:hover .mas, .panel-default.legales .panel-title a:hover .menos {
	background-color: #ccc;
	color: #fff;
}

.panel-default.legales>.panel-heading {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}

.form-horizontal.formu .checkbox-inline input.checkLegales {
    height: 20px!important;
    width: 20px!important;
    min-width: inherit!important;}

.interna .panel-title h3 {
	color: #00586D !important;
}





	
	
/****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************/




@media only screen and (max-width: 1930px) and (hover: hover) {


} /* end max-width: 1400px */






@media only screen and (max-width: 1500px) and (hover: hover) {

body {min-width: 1400px;}
}



@media only screen and (max-width: 1300px) and (hover: hover) {


} /* end max-width: 1300px */




@media only screen and (max-width: 1024px) and (hover: hover) {


} /* end max-width: 1024px */




@media only screen and (max-height: 600px) and (hover: hover) {

} /* end max-width: 600px */


@media only screen and (max-height: 500px) and (hover: hover) {
} /* end max-width: 500px */





/******************************* SOLO MOBILE *********************************/
/******************************* SOLO MOBILE *********************************/
/******************************* SOLO MOBILE *********************************/
/******************************* SOLO MOBILE *********************************/
/******************************* SOLO MOBILE *********************************/
/******************************* SOLO MOBILE *********************************/
/******************************* SOLO MOBILE *********************************/
/******************************* SOLO MOBILE *********************************/
/******************************* SOLO MOBILE *********************************/
/******************************* SOLO MOBILE *********************************/
/******************************* SOLO MOBILE *********************************/
/******************************* SOLO MOBILE *********************************/
/******************************* SOLO MOBILE *********************************/



@media only screen and (hover: none) and (pointer: coarse) {
	
	
	.seccionUno .flex img {    max-width: 310px; width:80%;}
	.seccionUno { 	background-image: url(img/bgelegiheader-mobilev4.png);}
	.seccionUno h1 {align-items: center; font-size:24px; }
	.seccionUno .flex02 {    flex-direction: column; position:relative; top:-40px; }
	.seccionUno span.dos br { display:none;}
	.seccionUno span.dos { padding:0 40px; text-align:center;}
	.seccionUno span.dos text {white-space:nowrap;}
		
	.seccionDos { background-image:NONE;}
	.seccionDos .content { padding:0 30px;}
	.seccionDos h2 {font-weight: 100;}
	.seccionDos h2 br,
	.seccionDos .box p br { display:block;}
	.seccionDos .boxes { 
		display: flex;
		justify-items: center;
		margin: 0 auto;
		grid-gap: 30px;
		width: 100%;
		flex-direction: column;
		align-items: center;
	}
	
	.seccionDos .box {
    min-height: 70px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
	padding:15PX;
	width:80%;
}
	.seccionDos .box p { font-size:20px;}
	
	.seccionTres p { margin-top:30px; margin-bottom:30px;}
	
	.seccionTres .boxes .box {
		margin:30px auto 25px auto;
		width:80%;
		min-height: inherit;
   		max-height: inherit;	
		}
		
		.seccionTres h2 { padding-left:30px; padding-right:30px;}
		.seccionTres .boxes .box h4 { margin-top:20px; font-weight:100;}
		.seccionTres .boxes .box img {
    position: relative;
    margin-top: -25px;
    width: 18%;
}


.seccionCuatro .manoNaranja { display:none;}
.seccionCuatro .boxes { flex-direction: column; gap:10px;  align-items: center;}
.seccionCuatro .boxes.row .box {
    margin: 15px 50px;
	padding:25px;
	min-height: inherit;
    max-height: inherit;	
	width:60%;	
	}	
	

	
	.seccionCuatro .boxes.row .box h4 { min-height:inherit; margin:5px auto; font-size:15px;}
	.seccionCuatro .boxes.row .box img {    width: 14%; margin-top: -40px;}

.seccionCuatro .boxes.col .box { font-size:20px;}
.seccionCuatro .lineaVertical {    height: 220px;}
.seccionCuatro p.titulo { margin-top:20px;}
.seccionCuatro .flechaAbajo { margin-bottom:30px;}

	

.seccionCinco .flechaVioleta {    margin-left: -34px;}

.sectorAcordeon, .seccionCinco .sectorAcordeon, .seccionSeis .sectorAcordeon {
    max-width: 100%;
    margin: 20px 10px;
}
	
.panel-title a h3, .panel-title a.collapsed h3  {

	font-size: 18px;
    width: 90%;
}

.seccionSeis .boxes {
    width: 100%;
    display: flex;
    flex-direction: column;
	align-items: center;
}

.seccionSeis .banner { width:90%; box-sizing:border-box;}

.seccionSeis .banner.izq {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.seccionSeis .banner h2 {    font-size: 20px;}
.seccionSeis .banner.izq h2 img { width:65px; margin-right:5px;}
.seccionSeis .banner.izq a {font-size: 14px;
    padding: 10px 15px;}
	
.seccionSeis .banner.der img,
.seccionSeis .banner.der p { display:none;}

.seccionSeis .banner.der .appsDownload img { 
	display: block;
    width: 40%;
    margin-bottom: 20px;
	}
.seccionSeis .content>h2 { font-size:20px; padding:0 70px;}

.seccionSeis .banner.der {
    flex-direction: column;
}

.seccionSeis .banner.der .appsDownload {
    flex-direction: row;
	justify-content: space-evenly;
	display:flex;

}



footer .containerContent {
    margin: 0px auto;
    width: 100%;
}

	footer .footerNew dd {
    text-align: center;
    clear: both;
    display: block;
	margin: 5px 0;}
	
	footer .footerNew span {
    /* padding: 0 4px; */
    display: none;


	
	
}
	
	
	
	