/*
	Todd Motto Labs
	URL: www.toddmotto.com
*/


/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/

nav.nav {
    display: block;
    font-size: 12px;
    position: absolute;
    margin-top: 0;
    top: 0;
    right: 0;
    padding: 0;
    z-index: 2;
    width: 100%;
    
}
nav.nav.open {
    background: #333;
    height: 100%;
    z-index: 1;
}
nav.nav .nav-menu{
	display: none;
    background: #333;
}
.nav-list {
	text-align:left;
	display:none;
	  margin: 0;
	z-index: 1;
position: relative;
padding: 280px 0 0 0;
}
header.scroll.open .logo-header, header.open .logo-header {
    background-color: rgba(255,255,255,0);
    background-size: 180px 54px;
    opacity: 1;
}
/* Mobile navigation */
.nav-mobile {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 28px;
    left: 8%;
    height: 24px;
    width: 30px;
    z-index: 1;
}
.nav-mobile span {
    content: '';
    width: 30px;
    height: 4px;
    background-color: #333;
    display: block;
    position: absolute;
    top: 10px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.nav-mobile:before {
content: '';
    width: 30px;
    height: 4px;
    background-color: #333;
    display: block;
    position: absolute;
    top: 0;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.nav-mobile:after {
    content: '';
    width: 30px;
    height: 4px;
    background-color: #333;
    display: block;
    position: absolute;
    bottom: 0;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
header.scroll .nav-mobile:before, header.scroll .nav-mobile:after, header.scroll .nav-mobile span{
    background-color: #fff;
}
header.open .nav-mobile:before, header.open .nav-mobile:after, header.open .nav-mobile span{
    background-color: #fff;
}
header.open {
    height: 100%;
}
header.open .nav-menu li.menu-item a {
    color: #fff;
    border-color: #fff;
    margin: 10px auto 0;
}
/*header.open .nav-mobile:before{
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
header.open .nav-mobile:after{
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
}*/
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	border-left:1px solid #e0dd28;
	height:49px;
	width:50px;
	cursor:pointer;
}
.nav-click i {
	display:block;
	height:48px;
	width:48px;
	background-size:20px;
}
.nav-click:hover {
	background-color:#e0dd28;
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
ul.nav-menu-mobile {
    list-style: none;
    padding: 0;
    margin: 0;
	display: none;
    width: 100%;
}
ul.nav-menu-mobile li {
    list-style: none;
    text-align: center;
    width: 100%;
}
ul.nav-menu-mobile li a {
    color: #000;
    font-size: 25px;
text-transform: uppercase;
}
.desk {
    display: block;
}
.mobile {
    display: none !important;
}
nav.nav{
	display: none;
}
/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media only screen and (min-width: 1300px)  {
	.pilares.salud .container, .pilares.emprendimiento .container , .pilares.social .container {
    width: 76%;
}
}
@media only screen and (min-width: 960px) and (max-width: 1170px) {
}
@media only screen and (min-width: 0px) and (max-width: 960px) {
ul.sub-menu {
    position: relative;
    background: transparent;
}
	ul.nav-menu-mobile li ul.sub-menu a {
    font-size: 20px;
    line-height: 2;
}	
	.header-left {
    width: 230px;
}
.header-left svg {
    width: 230px;
    height: 38px;
}
	#siteHeader {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
}
	#siteHeader.visible ul.nav-menu-mobile {
		display: block;
	}
#siteHeader.visible {
    height: 101%;
}
#logo-cargador {
    width: 80px;
    height: 80px;
}
#siteHeader.open {
background-color: rgba(255, 255, 255, 0.95);
}
.open ul.nav-menu-mobile {
    display: block;
}
.header-content {
    height: 66px;
    width: calc(100% - 40px);
    padding: 20px;
}
	#siteHeader.activo .header-content{
    padding: 20px;
}
footer {
    display: block;
}
.toggle-button {
    width: 45px;
    left: auto;
    right: 7%;
    position: fixed;
}
	section {
    width: 100%;
    padding: 30px 0;
	}
section.page-banner {
	padding: 10px 5%;
	width: 90%;
}
.caja-destacada-banner {
    width: 90%;
    margin: 20px 0 0;
    padding: 5%;
}
section#home {
    margin: 0;
    height: auto;
}
	.arrow-bottom:after {
    height: 25px;
	}
	h2.subtitulo {
    text-align: center;
}
.logo-fundacion-footer {
        margin: 20px 0 10px;
        font-size: 20px;
        text-align: center;
}
	.footer-menu li {
    margin: 0 5px;
}
	.colofon {
    float: left;
    width: 100%;
    text-align: center;
        font-size: 14px;
}
	ul.cat-areas.flex li {
    width: 48%;
    margin: 0 1%;
    float: left;
}
	.core-banner-picture {
    z-index: 3;
    width: 100%;
    position: relative;
}
.core-banner-text {
        z-index: 3;
        width: 100%;
        position: relative;
        right: auto;
        top: auto;
        padding: 0;
        border-radius: 10px 10px 0 0;
        margin: 0;
        background-position: right center;
        height: auto;
        font-size: 25px;
        line-height: 1.2;
}
.home .core-banner-text {
    margin-left: 0;
}
	.home .core-banner-text img {
    width: 32vw !important;
    min-width: 300px;
    margin: 0 auto;
}
	.parallax-bg {
    width: 100%;
    height: 50vh;
    position: relative;
    top: auto;
    margin: 0;
    float: left;
}
	.page-template-page-areas .parallax-bg {
    float: left;
    margin: 0;
}
	.core-banner-text h2 {
    font-size: 30px;
    margin-bottom: 15px;
	}
	.core-banner-text .text {
    width: 100%;
    line-height: 1.2;
}
.banner-principal {
    padding: 25px 10%;
    width: 80%;
    z-index: 3;
}
	.banner-principal .texto-banner {
    font-size: 14px;
}
	.texto-grande {
    font-size: 20px;
    margin-bottom: 20px;
}
.texto-cierre {
    width: calc(90% - 50px);
    padding: 25px;
}
	.texto-cierre p {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1;
    letter-spacing: 0.1em;
}
	.home .texto-cierre p {
    font-size: 20px;
}
	.flex {
    display: block;
}
nav.menu {
    float: left;
    margin: 0;
    width: 100%;
    position: relative;
}
	nav.nav{
		display: block;
	}
	.nav-menu{
	position: absolute;
    top: 20%;
	display:none;
	}
	.nav.open .nav-menu{display: block;}
	
.desk{
    display: none !important;
}
.mobile {
    display: block !important;
}
	nav.nav{
		display: inline-block;
	}
	.nav-mobile {
		display:block;
	}
	nav.normal  {
		display:none;
	}
	.nav-list {
		display:none;
	}
	nav.nav .menu-item {
		width:100%;
		float:none;
	    margin: 0;
	}
	.nav-click {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	}
	nav.nav .menu-item:hover .nav-submenu {
		display:none;
	}
	
	.nav-submenu {
		position:static;
		width:100%;
	}
	h2, .page-template-page-somos .principal h2 {
    font-size: 32px;
    margin-bottom: 30px;
	}
	.page-template-page-somos section.principal.section-gris {
    font-size: 16px;
}
	
ul.cat-areas h2 {
    font-size: 14px;
	}
	h3, .como-postular h3{
    font-size: 32px;
    margin-bottom: 30px;
}
	.frase h3 {
    text-align: center;
}
	.miembro-equipo h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
	h4, .miembro-equipo h4{
		font-size: 16px;
	}
	h5{
		font-size: 14px;
	}
	.box-left , .box-center, .box-right{
    padding: 5%;
    border-radius: 10px;
    width: 80%;
    margin: 0 5% 15px;
}
#overlay .logo {
    left: calc(50% - 100px);
    width: 200px;
    min-width: 200px;
}
	#loader-logo-hover span {
    min-width: 200px;
	}

	.columns-two {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}

	label, input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], select, ul#menu-menu-footer a, #subscription-form input[type="email"] {
    font-size: 12px;
}

	.container.flex {
    display: block;
}
	.cifra {
    width: 100%;
    margin-bottom: 40px;
}
	.noticias-cierre h2 {
    position: relative;
        width: 76%;
        margin: 0 7%;
}
	.noticias-cierre .cita {
    padding: 0% 5% 10% 5%;
	margin-bottom: 20px;
}
	.noticias h3{
    margin: 20px 0 20px;
        font-size: 21px;
}
	
.footer-logo {
	margin: 0 0 20px 0;
        text-align: center;
}
#logotipo-footer {
    width: 80px;
    margin: 0 auto 20px;
}
	.footer-menus {
    margin-top: 20px;
}
	.miembro-equipo {
    width: 100%;
}
    .paso_postulacion .texto {
        font-size: 20px;
        text-align: left;
        display: block;
        flex: 1;
    }
	.video-presentacion iframe {
    width: 90vw;
    height: 47vw;
}
    .paso_postulacion .numero-paso {
        text-align: center;
        font-size: 60px;
        margin-bottom: 0;
        line-height: 1.2;
        margin-right: 10px;
        padding-left: 12%;
    }
.paso_postulacion p {
    margin: 0 0 8px;
}
	.slider-noticias .columns.noticia.full {
    width: 76%;
    margin: 0 7%;
}
	.noticias a.ver-mas.mobile {
    float: left;
    margin: 33px auto 0;
}
	.page-template-page-areas .noticias a.ver-mas.mobile {
	        float: left;
        margin: 33px 5% 0;
        width: 80%;
        padding: 10px 5%;
        text-align: center;
	}
	.slide.flex {
    padding: 0 0 0 5%;
    float: left;
}
	.core-banner .slide.flex {
    width: 90%;
}
	.core-banner .slider-home .slide{
    width: 100%;
}
    .luksic img {
        max-height: max-content;
        width: 50vw;
    }
	.core-banner-text .excerpt {
    margin-bottom: 20px;
    font-size: 14px;
}
	.core-banner-text h3,.banner-noticias .core-banner-text h3 {
    color: #4d7289;
    font-size: 23px;
    margin-bottom: 10px;
}
	.core-banner-text .tags {
    font-size: 20px;
    margin-bottom: 20px;
}
	.slider-testimonios {
    font-size: 18px;
}
	.slider-testimonios .testimonio {
    width: 84%;
    padding: 40px 3%;
}
	a.openAcordeonButton {
    padding: 20px 50px 20px 20px;
}
	section.page-banner img.thumb-noticia {
    margin: 0 0 20px;
}
	.core-banner img.thumb-somos {
    margin: 0 0 20px;
}
	.caja-imagen.luksic {
    margin: 0 0 40px;
}
.page-template-page-faq .core-banner-text, .page-template-page-faq .parallax-bg{
        width: 100%;
        padding: 0;
        margin: 5% 0 0;
}
	.galeria-interior.owl-carousel .owl-nav button.owl-next {
    width: 20px;
    margin-right: 20px;
}
	.galeria-interior.owl-carousel .owl-nav button.owl-prev {
    width: 20px;
    margin-left: 20px;
}
footer p {
    font-size: 20px;
}
	.footer-bottom, .footer-top {
    padding: 60px 5%;
    width: 90%;
}
	ul#menu-menu-redes-sociales, ul#menu-menu-redes-sociales-2 {
    margin: 15px 0;
}
	.footer-social li a {
        background-size: 20px 16px !important;
        margin: 0 10px;
        font-size: 15px;
        width: 35px;
        height: 35px;
}
	.footer-social + .footer-social {
    width: auto;
    padding-left: 0;
}
	.footer-newsletter {
    width: 100%;
	margin-top: 60px;
}
	#subscription-form {
    margin: 15px 0 0 0;
}
	#subscription-form .flex {
    width: 100%;
    display: flex;
}
	#subscription-form button {
    padding: 10px 15px;
    font-size: 12px;
}
	#subscription-form .flex {
    display: flex;
}
	.footer-links a {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 30px;
    background-size: 16px !important;
}
	.cont-luksic-home .texto {
    font-size: 22px;
}
	.luksic_firma {
    width: 55vw;
    margin-bottom: 30px;
}
	section#area .slide.flex, #pagina .slide.flex {
    padding: 5%;
}
	#area .core-banner-text {
    margin: 5% 0 0;
}
	.page-template-page-areas .core-banner-text p, .page-template-page-faq .core-banner-text p {
    font-size: 20px;
}
	.pilar {
    font-size: 15px;
}
	section.slider-somos .slide.flex {
    padding: 0 5%;
    width: 90%;
}
	.page-template-page-somos .texto-somos {
    font-size: 24px;
}
	.galeria-somos.half {
    width: 100%;
}
	.galeria-somos .owl-stage-outer {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
	select#tag-select {
    padding: 10px 15px;
    font-size: 12px;
}
	form#searchform {
    width: 55%;
float: left;
}
	.buscador input#s {
    padding: 10px;
    font-size: 12PX;
}
	.buscador input#searchsubmit {
    background-size: 20px;
    padding: 10px 25px;
}
	.noticia.grid-item {
    width: 100%;
}
	.top-cifra.flex {
    font-size: 70px;
}
}