@charset "utf-8";

@font-face {
    font-family: "Roboto-Thin";
    src: url('font/Roboto-Thin.eot');
    src: url('font/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
         url('font/Roboto-Thin.ttf') format('truetype');
}
@font-face {
    font-family: "myriadpro";
    src: url('font/myriadpro.eot');
    src: url('font/myriadpro.eot?#iefix') format('embedded-opentype'),
         url('font/myriadpro.ttf') format('truetype');
}

/*general*/
html{overflow-x:hidden}
body{
	font-family:"myriadpro";
	color:#000;
	font-size:20px;
	overflow-x:hidden;
}
a { outline: none; text-decoration:none !important; color:inherit; }
a:hover { outline: none; text-decoration:none !important; color:inherit; cursor: pointer; color: inherit; }
img{ outline: none; text-decoration:none; border:0px;}
.btn-primary, .btn-secondary{
	background:#000 ;
	width:auto;
	padding:10px 0;
	text-align:center;
	display:inline-block;
	text-transform:uppercase;
	font-size:16px;
	color:#fff;
	transition:all .2s linear;
	display:inline-block;
	padding:10px 20px;
  border: 0;
}
.btn-primary:hover{
	background:#444;
	color:#fff;
}
.btn-secondary{
	background:#e9e9e9;
	color:#000;
}
.btn-secondary:hover{
	background:#d9d9d9;
	color:#000;
}
.btn-ghost{border: 2px solid #000; color: #000; display:inline-block;
padding:10px 20px;
width:auto;}

.wpcf7 p{margin:0;}
.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 input[type=tel],.wpcf7 textarea,.wpcf7 .wpcf7-select,.wpcf7 input[type=date] {
    width: 100%;
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius:6px;
    color:#444;
    margin-bottom:15px;
}
.wpcf7 textarea{height:125px;  border-radius:6px;}
.wpcf7 input[type=submit]{
	background:#85C14C;
	padding:10px 0;
	text-align:center;
	font-size:20px;
	color:#fff;
	transition:all .2s linear;
	border:0px;
    display: block;
    width: 100%;
}
.wpcf7 input[type=submit]:hover{
	background:#85C14C;
	color:#fff;
}
span.wpcf7-list-item{display: block; margin: 3px 0;}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
    display: block;
    position: absolute;
    bottom: 10px;
    left: 200px;
}

.social-media span{background: #fff; color:#002957; padding:7px; border-radius:50%; font-size:17px;   transition:.1s all linear; margin-left: 3px; margin-right: 3px;}
.social-media .fa-facebook-f{ padding:7px 12px;}
.social-media span:hover{ background:#fff ; color:#002957;  }

.content-center{/*flex-flow:column;*/ display: flex; align-items: center; justify-content: center;}

h2{font-size: 35px;}
.section-description{font-size: 23px; letter-spacing: 1px;}
.space-header{height:160px;}

/*estructura*/
header{background: rgba(13,78,102,.6); width: 100%; height: 140px; position:absolute; z-index:2; padding: 10px 0;}
.banner-desktop{display:block}
.banner-movil{display:none;}
.logo {padding: 10px 0;}
.logo a img{width:auto; height:100px;}
.menu{text-align: right;}
.nav-responsive{display:none;}
.menu-top{margin-bottom: 25px; margin-top: 25px;}
.btn-register{display: inline-block;
    background: #85C14C;
    color: #fff;
    padding: 2px 30px;}
.gtranslate_wrapper{display: inline-block; margin: 0 10px;}
.gtranslate_wrapper a{color: #fff; margin: 0 5px;}

footer{background:#002957; padding: 0; position: relative; margin-top: 50px;}
footer:before{
    content: "";
    display: block;
    background: #002957;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    top: -50px;
    position: absolute;
    height: 100px;
    width: 120%;
    left: -10%;
}
.footer-content{ padding: 30px 0 0;}
footer .footer-content .logo-footer{width:auto; height:60px;}
footer .menu-footer{border-bottom: 1px solid #fff; padding: 15px 0px;}
footer .menu-footer a{display: inline-block; color: #fff; margin:0px 10px;}
footer .menu-footer .link-email{float: right;}
.footer-copyright{background:#002957; padding: 15px 0; color: #fff;}
.footer-copyright .fc-text{line-height: 35px;}
.footer-copyright .fc-social{text-align: right;}

/*HOME*/
.title{font-size: 35px; color: #000; font-weight: bold; text-align: center;}

.home-eltsa{padding-top: 50px; padding-bottom: 50px;}
.desc-eltsa{
    background:#408CA4;
    padding:50px;
    color: #fff;
    border-radius: 20px;
}
.item-eltsa{display: flex; justify-content: center; align-items: center;}
.item-eltsa-bullets{display: flex; justify-content: center; align-items: flex-start; margin-top: 30px;}
.item-eltsa-bullets a{
    display: inline-block;
    width: 23%;
    margin: 0 5px;
    text-align: center;
}
.item-eltsa-bullets a:before{
    content: "";
    display: inline-block; 
    height: 5px;
    background:#ddd;    
    border-radius: 4px;
    width: 100%;    
    margin-bottom: 5px;
}
.item-eltsa-bullets a.active:before{
    background:#408CA4;
}

.home-introductorio{
    background: #408CA4;
    padding-top: 20px;
    padding-bottom: 50px;
    color: #fff;
    text-align: center;
    margin-top: 100px;
    margin-bottom:40px;
    position:relative;
}
.home-introductorio:before{
    content: "";
    display: block;
    background: #408CA4;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    top: -50px;
    position: absolute;
    height: 100px;
    width: 120%;
    left: -10%;
}
.home-introductorio:after{
    content: "";
    display: block;
    background: #408CA4;
    border-bottom-left-radius: 50% 100%;
    border-bottom-right-radius: 50% 100%;
    bottom: -50px;
    position: absolute;
    height: 100px;
    width: 120%;
    left: -10%;
}

.section-modulo{
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-around;
}
.item-modulo{width: 32%;}
.item-modulo .item-title{margin-bottom: 10px;
    display: block;
    font-size: 23px;
    letter-spacing: 1px;}
.item-modulo .modulo-content{    
    background: #F2F2F2;
    border-radius: 8px;
    padding: 40px;
    color: #668633;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
	height:100%;
}
.item-modulo .icon-modulo{width: 80px;}
.item-modulo .title-modulo{ 
    font-size: 20px;
    line-height: 20px;
    font-weight: 100;
    margin-top: 15px;
    margin-bottom: 15px;}
.item-modulo .link-modulo{
    background: #E4E7DF;
    display: inline-block;
    padding: 12px 50px;
    border-radius: 60px;
}
.link-introductorio{
display: inline-block;
    margin-top: 50px;
    background: #fff;
    padding: 12px 50px;
    border-radius: 60px;
    color:#668633;
}
.link-introductorio:hover{
    background: #fff;
    color:#668633;
}


.home-oferta{
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.home-oferta h2{color:#008686;}
.section-ofertas{display:flex; justify-content: center;}
.item-oferta{box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;margin-top: 120px; border-radius: 60px;}
.oferta-img{width: calc(100% + 20px);
    position: relative;
    margin-left: -10px;
    margin-top: -45px;}
.oferta-title{
    font-size: 20px;
    color: #082F25;
    margin-top: 15px;
    line-height: 25px;
    font-weight: 900;}
.oferta-link{display: inline-block;
    background: #85C14C;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    position: relative;
    bottom: -20px;
    z-index:9;
}

.home-desc-oferta{
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background: #85C14C;
    color:#fff;
    margin-top:40px
}

.home-blog{ background:#F2F2F2; text-align: center; padding: 50px 0 70px;}
.home-blog h2{color:#008686;}
.item-blog {text-align: center; position:relative;}
.item-blog .item-blog-content{background: #fff; padding: 1px 20px 25px; color:#777;}
.item-blog .item-blog-img img{width: 100%; height: 250px; object-fit: cover;}
.item-blog .item-blog-content .item-blog-title{ font-size: 20px; color: #000; font-weight: 100; margin-bottom: -10px;}
.item-blog .item-blog-content .item-blog-cat{
position: absolute;
    top: 8px;
    background: #fff;
    color: #000;
    padding: 3px 30px 1px;
    left: 8px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
#novedadesCarousel .owl-stage{display:flex;}
#novedadesCarousel article{height:100%;}
#novedadesCarousel .item-blog{height:100%;}
#novedadesCarousel .item-blog .item-blog-content{height:100%;}

.link-all-novedades {
    display: inline-block;
    background: #85C14C;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    position: relative;
    bottom: -20px;
    z-index: 9;
}

.home-socios{ text-align: center; padding: 50px 0 50px;}
.home-socios .title-section{font-size: 25px; line-height: 25px; font-weight: 100; margin-bottom:30px; display:block; color: #668633;}
.section-formulario {margin-top: 80px;}
.section-formulario .title-section{color: #002957; font-size: 30px; line-height: 30px;}

/*Paginación*/
.custom-pagination{text-align:center; margin:40px 0 20px; background:none;}
.page-num{margin-right:10px; color:#000;}
.page-numbers{display:inline-block; padding:7px 14px; margin:0 5px; border-radius:50%; background:#e9e9e9; color:#000;}
.page-numbers.current{background:#008686; color:#fff; }

/*cursos*/
.section-titulo-page-cursos h1{font-size:30px; color:#008686;}
.item-curso{display:flex; margin-bottom:40px;}
.item-curso .curso-img{width: 35%;}
.item-curso .curso-img img{
	width: 100%;
    height: 100%;
    object-fit: cover;}
.item-curso .curso-descripcion{width: 65%;
    padding: 30px;
    background: #f5f5f5;}
.item-curso .curso-descripcion h2{
    margin: 0;
    font-size: 23px;
    letter-spacing: 1px;
}

.item-curso .curso-details{display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    color: #6a6f73;
	margin-top: 10px;
}
.item-curso .curso-details .det-item{width: 50%}
.item-curso .curso-details .det-item.det-institucion{width:100%;}
.item-curso .curso-details .det-title{text-decoration:underline; color:#444;}
.item-curso .curso-content{font-size: 18px;}
.item-curso .btn-curso{
    display: inline-block;
    background: #85C14C;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
}

/*novedades*/
.item-blog-cat-page {
    position: absolute;
    top: 15px;
    background: #fff;
    color: #000;
    padding: 3px 30px 1px;
    left: 30px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

@media screen and (max-width: 992px) 	{

}

@media screen and (max-width: 768px) 	{

    header{width: 100%;}
    header .logo {text-align:center;}
    header .logo a img{margin: 0 auto;}
    .nav-responsive{display:block;}
    .menu{display:none;}

    .banner-desktop{display:none; }
    .banner-movil{display:block; }

    .space-header{height: 117px;}

    .content-center{display: block;}

    footer{text-align:center;}
    .footer-copyright .fc-text{line-height: auto;}
    .footer-copyright .fc-social{text-align: center;}

}

@media screen and (max-width: 540px) 	{
	
	.logo a img{height:80px; margin-top:10px !important; margin-right: 50px !important;}
	.space-header{height:150px;}
	footer .menu-footer .link-email{float:none;}

	.item-eltsa{flex-direction:column;}
	.item-eltsa .col-md-6:nth-child(2){
		order: -1;
		margin-bottom: 30px;
	}

	.section-modulo{flex-direction:column;}
	.item-modulo {
		width: 100%;
		margin-bottom: 30px;
	}
	.link-introductorio{margin-top:0;}
	
	.section-ofertas{flex-direction:column;}
	.item-oferta{
		 width: 280px;
		margin-left: auto;
		margin-right: auto;
	}   
	
	.item-curso{flex-direction:column;}
	.item-curso .curso-img{width:100%}
	.item-curso .curso-descripcion{width:100%}
	
}


/*list arbol sidebar*/
.menu-movil {padding:0;list-style: none;}
.menu-movil li{ list-style:none;width: 100%;margin: 0 auto;padding: 0;}
.menu-movil li a{ display:block; text-decoration:none; padding:5px 20px; transition:all .1s linear;  cursor:pointer;}
.menu-movil>li>ul a:hover{background:rgba(0,0,0,0.1); color: #fff !important;}
ul.menu-movil li .sub-menu {
	display:none;
	padding:0;
	margin:0 0 0 0;
	background:#e9e9e9;
}
ul.menu-movil li .sub-menu a{
	color: #555;
}
ul.menu-movil li.desplegable > a:after,
ul.menu-movil li ul li.desplegable > a:after {
	float:right;
  content: "\25BA\00A0";
  color: #000;
}
ul.menu-movil li.desplegable.active > a:after,
ul.menu-movil li ul li.desplegable.active > a:after{
  content: "\25BC\00A0 ";
}
