body{
    color: #2d2d2d;
    font-weight: normal;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    min-height: 400px;
    font-family: 'Brandon Grotesque';
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    background: #fff;
}
body,html{
    overflow-x: hidden;
    max-width: 100%;
}

p b{
    font-weight: bold;
}

.clear{
    clear: both;
}

.wow{
    visibility: hidden;
}
.fadein {
    opacity: 0;
}

 .hidden_a{
    opacity: 0;
 }

.visible{
    opacity: 1;
}

.wrapper{
    position: relative;
}
.wrapper.wrapper-home{
    padding-top: 148px;
}

.wrap{
    max-width: 100%;
    width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}
.wrap2{
    padding: 0 80px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

figure{
    margin: 0;
}
*{
    outline: none !important;
}

a,button{
    transition: all 0.3s ease;
}
/*--HEADER--*/
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all .5s ease-in-out;
    padding: 25px 0 0;
}
header.menu-scroll{
    background: #fff;
    padding-top: 15px;
}
header .logo{
    width: 170px;
    display: inline-block;
    transition: all 0.3s ease;
}
header .logo img{
    width: 100%;
}

header.menu-scroll .logo{
    width: 120px;
    display: inline-block;
}
header .logo img.logo1{
    display: block;
}
header .logo img.logo2{
    display: none;
}
header.menu-scroll .logo img.logo1{
    display: none;
}
header.menu-scroll .logo img.logo2{
    display: block;
}

header nav{
    display: inline-block;
    float: right;
    margin-top: 30px;
}
header.menu-scroll nav{
    margin-top: 20px;
}
header nav .cerrar-menu{
    display: none;
}
header nav ul{
    list-style: none;
    padding-left: 0;
}
header nav ul li{
    display: inline-block;
    margin-left: 25px;
}
header nav ul li a{
    font-size: 16px;
    font-weight: 500;
    color:#fff;
    display: block;
	text-transform:uppercase;
}
header.menu-scroll nav ul li a{
    color:#888;
}
header nav ul li.current_page_item a{
    color:#05A6F3;
    border-bottom: 2px solid #05A6F3;
}
header nav ul li a:hover{
    text-decoration: none;
    color:#eee;
}
header.menu-scroll nav ul li a:hover{
    color:#333;
}
.btn-menu{
    display: none;
}
/*--FIN HEADER--*/

/*--BANNER HOME--*/
.slide-home{
    position: relative;
}
.slide-home button{
 display:none !important;
}
.carrusel-slide{
    height: 100vh;
    min-height: 500px;
}
.carrusel-slide .item{
    height: 100%;
    background: no-repeat top center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.texto-slide{
    position: absolute;
    width: 900px;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 30%;
    text-align: center;
    margin: 0 auto;
}
.texto-slide h3{
    font-weight: bold;
    color:#fff;
    font-size: 50px;
    line-height: 56px;
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.texto-slide p{
    font-weight: 300;
    color:#fff;
    font-size: 22px;
    line-height: 24px;
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 0;
}
.btn, .mauticform-button{
    font-size: 16px !important;
    font-weight: bold !important;
	text-transform:uppercase !important;
    color:#fff;
    border: 2px solid #fff !important;
    padding: 10px 20px 8px !important;
    display: inline-block;
    min-width: 180px;
    margin-top: 30px;
    position: relative;
    border-radius: 0 !important;
	background-color:transparent !important;
}
.btn:after, .mauticform-button::after{
    content:"";
    background-image: url('../images/flecha.png') !important;
    background-size: 100% 100%;
	background-color:transparent !important;
    width: 40px;
    height: 12px;
    position: absolute;
    right: -24px;
    top: 14px;
    color:#fff;
    font-size: 30px;
}
.btn:hover{
    background: #fff !important;
    color:#333;
    text-decoration: none;
}
.mauticform-button:hover{
    background: #fff;
    color:#333;
    text-decoration: none;
}

.btn.azul, .mauticform-button{
    color:#04A9F5 !important;
    border-color: #04A9F5 !important;
}
.btn.azul:after, .mauticform-button:after{
    background-image: url('../images/flecha-azul.png') !important;
}
.btn.azul:hover, .mauticform-button:hover{
    background:#04A9F5 !important;
    border-color: #04A9F5 !important;
    color:#fff !important;
}
.texto-slide .btn{
    padding: 12px 20px 10px;
}
.texto-slide .btn:after{
    width: 60px;
    height: 16px;
    right: -30px;
}
.slide-home .tns-nav{
    position: absolute;
    left: 40px;
    bottom: 30px;
    z-index: 99;
}
.slide-home .tns-nav button{
    border-radius: 100%;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background: #fff;
    padding: 0;
    margin-right: 10px;
}
.slide-home .tns-nav button.tns-nav-active{
    background: transparent;
}

.redes-slide{
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 99;
}
.redes-slide a{
    display: inline-block;
    color:#fff;
    opacity: 0.5;
    font-size: 20px;
    margin-left: 10px;
}
.redes-slide a:hover{
    opacity: 1;
}
/*
.slide-home .tns-controls{}
.slide-home .tns-controls button{
    position: absolute;
    top: 45%;
    z-index: 99;
    font-size: 0;
    background: none;
    border: none;
}
.slide-home .tns-controls button:first-child{
    left: 20px;
}
.slide-home .tns-controls button:first-child:after{
    content:"\f060";
    font-family: 'FontAwesome';
    font-size: 40px;
    color:#fff;
}

.slide-home .tns-controls button:last-child{
    right: 20px;
}
.slide-home .tns-controls button:last-child:after{
    content:"\f061";
    font-family: 'FontAwesome';
    font-size: 40px;
    color:#fff;
}
*/

.buscador{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    background: rgba(0,0,0,0.9);
    z-index: 999;    
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    transition:cubic-bezier(.77,0,.175,1) 0.8s;
}
.buscador.visible{
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.buscador .w-buscador{
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}
.buscador .w-buscador h3{
    color:#fff;
    font-size: 40px;
    margin: 0;
}
.buscador .w-buscador .form-group{
    position: relative;
}
.buscador .w-buscador input{
    width: 100%;
    height: 46px;
    border: 1px solid #ccc;
    background: transparent;
    padding: 5px 10px;
	color:#fff;
}
.buscador .w-buscador button{
    position: absolute;
    top: 0;
    right: 0;
    color:#fff;
    background: transparent;
    border: none;
    font-size: 20px;
    width: 60px;
    height: 100%;
    text-align: center;
}
.cerrar-buscador{
    cursor: pointer;
    color:#fff;
    font-size: 26px;
    position: absolute;
    top: 20px;
    right: 20px;
    transition:cubic-bezier(.77,0,.175,1) 0.5s;
}
.cerrar-buscador:hover{
    transform: rotate(180deg);
}
/*--FIN BANNER HOME--*/

/*--BOXES HOME--*/
.boxes-home{
    padding: 60px 0;
}
.box-home{
    overflow: hidden;
    position: relative;
    background: #272727;
}
.box-home .bg-box{
    width: 100%;
    height: 100%;
    background: no-repeat center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: all 0.5s ease;
}
.box-home:hover .bg-box{
    opacity: 0.7;
}
.box-home .texto-box{
    background: #272727;
    position: absolute;
    z-index: 10;
    width: 45%;
    height: 100%;
    top: 0;
    right: 0;
    padding: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: left;
}
.box-home .texto-box .categoria{
    font-family: 'Foundry Sterling';
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 5px;
	text-transform:uppercase;
}
.box-home .texto-box .categoria.azul{ color: #05A6F3; }
.box-home .texto-box .categoria.morado{ color: #BA59F7; }
.box-home .texto-box .categoria.amarillo{ color: #AA8D19; }
.box-home .texto-box h4{
    font-family: 'Foundry Sterling';
    font-weight: 900;
    color:#fff;
    margin: 0 0 5px;
    font-size: 24px;
    line-height: 26px;
}
.box-home .texto-box h4 a{
    color:#fff;
}
.box-home .texto-box h4 a:hover{
    text-decoration: none;
    opacity: 0.8;
}
.box-home .texto-box p{
    font-family: 'Foundry Sterling';
    font-weight: 300;
    color:#fff;
    font-size: 16px;
    line-height: 20px;
}
.box-home .texto-box a.a-flecha{
	color:#fff;
	margin-top:20px;
}
.box-home .texto-box a.a-flecha img{
    width: 40px;
}



.box-home1{
    height: 700px;
}
.box-home1 figure{
    width: 100%;
    position: relative;
    transition: all 0.5s ease;
}
.box-home1:hover figure{
    opacity: 0.7;
}
.box-home1 figure img{
    width: 100%;
}
.box-home1 .texto-box{
    width: 100%;
    padding: 30px 40px;
    -webkit-box-shadow: -3px -25px 37px 14px rgba(39,39,39,1);
    -moz-box-shadow: -3px -25px 37px 14px rgba(39,39,39,1);
    box-shadow: -3px -25px 37px 14px rgba(39,39,39,1);
    position: relative;
    display: block;
}
.box-home1 .texto-box .categoria{
    font-size: 16px;
}
.box-home1 .texto-box h4{
    font-size: 30px;
}
.box-home1 .texto-box p{
    font-size: 20px;
    line-height: 22px;
}
.box-home1 .texto-box a.flecha{}

.box-home2{
    width: 100%;
    height: 335px;
    margin-bottom: 25px;
}
.box-home2 .bg-box{
    width: 55%;
}
.box-home3{
    width: 100%;
    height: 340px;
}
/*--FIN BOXES HOME--*/

/*--NUESTRO TRABAJO--*/
.nuestro-trabajo{
    padding: 160px 0;
    background: no-repeat center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.nuestro-trabajo .texto-trabajo{
    text-align: center;
    margin: 0 auto;
    width: 1000px;
    max-width: 100%;
}
.nuestro-trabajo .texto-trabajo h5{
    font-weight: 500;
    letter-spacing: 4px;
    color:#fff;
    font-size: 18px;
    margin: 0 0 20px;
}
.nuestro-trabajo .texto-trabajo p{
    font-weight: 300;
    font-size: 38px;
    line-height: 42px;
    color:#fff;
    margin-bottom: 40px;
}
.nuestro-trabajo .texto-trabajo p b{
    font-weight: bold;
}
.nuestro-trabajo .texto-trabajo a{}
/*--FIN NUESTRO TRABAJO--*/

/*--HISTORIA--*/
.historia{
    padding: 100px 0;
}
.historia figure{
    float: left;
    width: 30%;
}
.historia figure img{
    width: 100%;
}
.historia .texto-historia{
    width: 70%;
    float: left;
    padding-left: 100px;
    margin-top: 50px;
}
.historia .texto-historia h4{
    font-size: 48px;
    color:#170C17;
    font-weight: bold;
}
.historia .texto-historia p{
    color:#817B81;
    font-size: 30px;
    line-height: 34px;
}
.historia .texto-historia a{}
/*--FIN HISTORIA--*/

/*--GALERIA--*/
.galeria{
    padding: 0 0 40px;
}
.galeria h3{
    font-size: 30px;
    color:#2C2C2C;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.galeria .c-gal{}
.galeria .c-gal img{
    width: 100%;
    transition: all 0.5s ease;
}
.galeria .c-gal img:hover{
    opacity: 0.8;
}

.carrusel-galeria{
    position: relative;
}
.carrusel-galeria .tns-controls{}
.carrusel-galeria .tns-controls button{
    position: absolute;
    top: -50px;
    z-index: 99;
    font-size: 0;
    background-color: transparent;
    border: none;
}
.carrusel-galeria .tns-controls button:first-child{
    right: 70px;
}
.carrusel-galeria .tns-controls button:first-child:after{
    content:"";
    background-image: url('../images/nav-left.png');
    background-size: 100% 100%;
    width: 60px;
    height: 39px;
    font-size: 40px;
    color:#fff;
    display: block;
}

.carrusel-galeria .tns-controls button:last-child{
    right: 0px;
}
.carrusel-galeria .tns-controls button:last-child:after{
    content:"";
    background-image: url('../images/nav-right.png');
    background-size: 100% 100%;
    width: 60px;
    height: 39px;
    font-size: 40px;
    color:#fff;
    display: block;
}
.siguenos{
    text-align: right;
    padding: 15px 0;
}
.siguenos p{
    color:#2C2C2C;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 2px;
}
.siguenos p a{
    color:#04A9F5;
}
/*--FIN GALERIA--*/

/*--FOOTER--*/
footer{
    background: url('../images/bg-footer.jpg') no-repeat top center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 160px 0 0px;
}
footer .texto-footer{
    text-align: center;
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}
footer .texto-footer h5{
    font-size: 16px;
    font-weight: 500;
    color:#fff;
    margin: 0;
}
footer .texto-footer h4{
    font-size: 40px;
    color:#fff;
    font-weight: 900;
    margin-bottom: 20px;
}
footer .texto-footer p{
    font-size: 22px;
    line-height: 32px;
    color:#fff;
    font-weight: 500;
    letter-spacing: 2px;
}

footer .box-suscribete, footer #mauticform_wrapper_fundacionchilenadeastronomiasuscribete{
    text-align: center;
    margin-top: 70px;
    margin-bottom: 60px;
}
footer .box-suscribete h3{
    font-size: 48px;
    font-weight: 300;
    color:#fff;
    margin-bottom: 10px;
}
footer .box-suscribete .form-group{
    display: inline-block;
    vertical-align: top;
}
footer .box-suscribete input, footer .box-suscribete .mauticform-input{
    border: 1px solid #707070;
    height: 46px !important;
    padding: 5px 10px !important;
    color: #fff;
    background-color: transparent !important;
	border-radius:0 !important;
}
footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #707070;
}
footer ::-moz-placeholder { /* Firefox 19+ */
  color: #707070;
}
footer :-ms-input-placeholder { /* IE 10+ */
  color: #707070;
}
footer :-moz-placeholder { /* Firefox 18- */
  color: #707070;
}

footer .box-suscribete button{
    margin-top: 0;
}
footer .mauticform-row{
	width:300px !important;
	display:inline-block !important;
	float:left;
	margin-right:2px;
}
footer .mauticform-field-3{
	width:180px !important;
	margin-right:0;
}
footer .mauticform_wrapper{
	min-width:820px;
}
footer .mauticform-message {
    margin-bottom: 10px;
    color: #fff !important;
	font-size:28px !important;
}
footer .mauticform-post-success .mauticform-innerform{
	display:none !important;
}
footer .footer-bottom{
    background: url('../images/footer2.png') no-repeat top center !important; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 120px 0 100px;
	clear:both;
}
footer .footer-bottom .logo{
    width: 190px;
    display: inline-block;
}
footer .footer-bottom .logo img{
    width: 100%;
}
footer .footer-bottom nav, .menu-footer-container{
    display: inline-block;
    float: right;
    margin-top: 40px;
}
footer .footer-bottom nav ul, .menu-footer-container ul{
    padding-left: 0;
    list-style: none;
}
footer .footer-bottom nav ul li, .menu-footer-container ul li{
    display: inline-block;
    margin-left: 25px;
}
footer .footer-bottom nav ul li a, .menu-footer-container ul li a{
    display: block;
    font-size: 16px;
    color:#fff;
    font-weight: 500;
	text-transform:uppercase;
}
footer .footer-bottom nav ul li a:hover, .menu-footer-container ul li a:hover{
    text-decoration: none;
    opacity: 0.8;
}
footer .footer-bottom nav ul li .redes-footer{}
footer .footer-bottom nav ul li .redes-footer a{
    display: inline-block;
    font-size: 18px;
    color:#fff;
    font-weight: 500;
    margin-left: 10px;
}
/*--FIN FOOTER--*/

/*--BANNER INTERIOR--*/
.banner-interior{
    background: no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
}
/*--FIN BANNER INTERIOR--*/

/*--FUNDACION--*/
h2.titulo{
    color:#2C2C2C;
    font-size: 50px;
    margin: 0 0 30px;
    font-weight: bold;
}
.fundacion{
    padding: 60px 0;
}
.fundacion .w-fundacion{
    text-align: center;
    width: 710px;
    margin: 0 auto;
    max-width: 100%;
}
.fundacion .w-fundacion h2{
	text-transform:uppercase;
}
.fundacion .w-fundacion p{
    font-size: 22px;
    font-weight: 300;
    color:#170C17;
    text-align: left;
    margin-bottom: 30px;
}

.box-dir{
    margin-bottom: 70px;
}
.box-dir figure{
    display: inline-block;
    width: 35%;
    vertical-align: top;
}
.box-dir figure img{
    width: 100%;
    transition: all 0.3s ease;
	border-radius:80%;
}
.box-dir figure:hover img{
    opacity: 0.9;
}
.box-dir .texto-dir{
    width: 60%;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
}
.box-dir .texto-dir h3{
    color:#4B4B4B;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px;
}
.box-dir .texto-dir h4{
    font-size: 30px;
    font-weight: 300;
    color:#4B4B4B;
    margin-top: 0;
}
.box-dir .texto-dir p{
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    color:#4B4B4B;
}

.equipo{}
.equipo h2.titulo{
    margin-bottom: 50px;
}
.box-equipo{
    margin-bottom: 60px;
}
.box-equipo h4{
    font-size: 20px;
    color:#4B4B4B;
    font-weight: bold;
    margin-bottom: 0;
	text-transform:uppercase;
}
.box-equipo p{
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
    color:#4B4B4B;
}
/*--FIN FUNDACION--*/

/*--NUESTRO TRABAJO--*/
.page-id-68 h2{
    color:#2C2C2C;
    font-size: 50px;
    margin: 0 0 30px;
    font-weight: bold;
	text-transform:uppercase;
}
/*--NUESTRO TRABAJO--*/

/*--ACTUALIDAD--*/
.actualidad{
    padding: 70px 0 100px;
	overflow:hidden;
}
.actualidad h2.titulo{
    margin-bottom: 60px;
	text-transform:uppercase;
}
.box-act{
    position: relative;
    /*padding-left: 200px;*/
    margin-bottom: 60px;
	float:left;
}
/*.box-act figure{
    width: 250px;
    position: absolute;
    top: 0;
    left: 0;
}*/
.box-act figure{
    /*width: 250px;*/
	float:left;
	margin-bottom: 20px;
}
.box-act figure img{
    width: 100%;
	height:250px;
	/*border-radius:50%;*/
}
/*.box-act .texto-act{
    width: 800px;
    max-width: 100%;
}*/
/*.box-act .texto-act{
	width:70%;
	padding-left:30px;
    max-width: 100%;
	float:left;
}*/
.box-act .texto-act{
    /*width: 70%;*/
	width: 100%;
    float: left;
    /*padding-left: 30px;*/
}
.box-act .texto-act h4{
    /*font-size: 35px;*/
	font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    /*margin: 0 0 30px;*/
	margin: 0 0 20px;
    color:#505050;
}
.box-act .texto-act h4 a{
    color:#505050;
    transition: all 0.3s ease;
}
.box-act .texto-act h4 a:hover{
    text-decoration: none;
    color:#333;
}
.box-act .texto-act p{
    /*font-size: 26px;*/
	font-size: 18px;
    line-height: 26px;
    color:#505050;
    font-weight: 300;
}
.box-act .texto-act .fecha{
    font-size: 18px;
    color:#A0A0A0;
    font-weight: 500;
    display: inline-block;
}
.box-act .texto-act .fecha:after{
    width: 20px;
    height: 2px;
    background: #A0A0A0;
    content:"";
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.box-act .texto-act a.ver-mas{
    color:#05A6F3;
    font-size: 18px;
}
.box-act .texto-act a.ver-mas:hover{
    color:#076592;
    font-size: 18px;
    text-decoration: none;
}
.box-act .texto-act a.ver-mas i{
    font-size: 12px;
}
/*--FIN ACTUALIDAD--*/

/*--TRABAJO--*/
.trabajo{
    padding: 80px 0 100px;
}
.trabajo .row {
  margin-right: -30px;
  margin-left: -30px;
}
.trabajo .row> [class^="col-"],
.trabajo .row > [class*=" col-"] {
  padding-right: 30px;
  padding-left: 30px;
}
.trabajo figure{}
.trabajo figure img{
    width: 100%;
}
.trabajo h2.titulo{}
.trabajo p{
    font-weight: 300;
    color:#4B4B4B;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
}
.trabajo p b{
    font-weight: bold;
}
/*--FIN TRABAJO--*/

/*--BITACORA--*/
.bitacora{
	overflow:hidden;
}
.bitacora h2.titulo{
    margin-bottom: 60px;
}
.box-bitacora{
    padding-left: 0;
    margin-bottom: 60px;
	float:left;
}
.box-bitacora:last-child{
    margin-bottom: 0;
}
.box-bitacora figure{
    /*width: 30%;*/
    float: left;
    position: relative;
	margin-bottom:20px;
}
.box-bitacora figure img{
	/*border-radius:50%;*/
	width:100%;
	height:250px;
}
.box-bitacora .texto-act{
	width: 100%;
    float: left;
}
/*--FIN BITACORA--*/

/*-BUSCADOR-*/
.search .item-rel{
	width:100%;
}
.search ul li{
	margin-bottom:30px;
	border-bottom:1px doted #ccc;
	font-size:18px;
}
/*-BUSCADOR-*/

/*-CONTACTO-*/
.page-id-428 .trabajo h4{
	color:#05A6F3;
	font-size:30px;
}
.page-id-428 .form-contacto .mauticform-field-1, .page-id-428 .form-contacto .mauticform-field-2, .page-id-428 .form-contacto .mauticform-field-3, .page-id-428 .form-contacto .mauticform-field-4{
	width:50% !important;
	float:left !important;
}
.page-id-428 .form-contacto .mauticform-field-1 input, .page-id-428 .form-contacto .mauticform-field-3 input{
	width:98% !important;
	float:left !important;
}
.page-id-428 .form-contacto .mauticform-field-2 input, .page-id-428 .form-contacto .mauticform-field-4 input{
	width:98% !important;
	float:right !important;
}
.page-id-428 .form-conacto .mauticform-button{
	margin-top: 0 !important;
	float:right;
}
/*-CONTACTO-*/

/*Botón subir*/
.ir-arriba{
  display:none;
  background-repeat:no-repeat;
  font-size:30px;
  color:#05A6F3 !important;
  cursor:pointer;
  position:fixed;
  bottom:20px;
  right:20px;
  z-index:99;
}

/**Paginador**/
.paginador .wp-pagenavi{
   width: 100%;
   float: left;
   text-align: center;
}
.paginador .pages{
   display: none;
}
.paginador a, .paginador span{
	padding: 0 10px;
	font-size:20px;
	font-weight: bold;
}

/*--POSCAST--*/
.podcast{
 padding: 0 0 60px;
 width: 100%;
 overflow: hidden;
}
.page-id-1077 .podcast{
 padding: 70px 0 100px;
}
.podcast h3{
  text-align: left;
  color: #54C497;
  font-size: 22px;
  padding-bottom: 30px;
}
.podcast .item{
 width: 31.3%;
 float: left;
 border-right: 1px solid #BEBEBE;
 margin-right: 2%;
 margin-bottom: 45px;
 min-height:220px;
}
.podcast .item:last-child{
 border-right: 0; 
}
.podcast .item img{
 vertical-align: top;
 width: 75px;
 margin-right: 5%;
 display:inline-block;
}
.podcast .c3 .item .texto, .podcast .item .texto{
 display:inline-block;
 width: 70%;
}
.podcast .c3 .item .texto h4, .podcast .item .texto h4{
 font-size:25px;
}
.podcast .c3 .item .texto .escuchar, .podcast .item .texto .escuchar{
 color:#54C497;
}
.podcast .c3 .item .texto .escuchar span, .podcast .item .texto .escuchar span{
	display: inline;
}
.podcast .c3 .item .texto .escuchar img, .podcast .item .texto .escuchar img{
	display: inline;
	width: 40px;
	vertical-align: middle;
	margin-right:10px;
}
.page-id-357 .podcast h2{
 font-size:35px;
}
.icon-podcast{
	width:50px;
}
.boton-verde{
 width: 100%;
 display: inline-block;
 text-align: center;
 padding: 60px 0;
 position: relative;
}
.boton-verde2{
    font-size: 16px !important;
    font-weight: bold !important;
	text-transform:uppercase !important;
    color:#54c497;
    border: 2px solid #54c497 !important;
    padding: 10px 20px 8px !important;
    min-width: 180px;
    margin: 30px auto 0;
    border-radius: 0 !important;
	background-color:transparent !important;
}
.boton-verde2:after{
    content: "";
	background-image: url('../images/flecha-verde.png') !important;
	background-size: 100% 100%;
	background-color: transparent !important;
	width: 40px;
	height: 12px;
	position: absolute;
	right: 40%;
	top: 68px;
	color: #fff;
	font-size: 30px;
}
.boton-verde2:hover{
    background: #fff !important;
    color:#343a40;
    text-decoration: none;
}
.single-post .boton-verde2{
	position: relative;
	text-align: left;
}
.single-post .boton-verde2::after{
	top:16px;
	right: -20%;
}
.single-post .boton-verde{
	text-align:left !important;
}
.lfi{
  width: 100%;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  text-align: right;
}
.lfi img{
 width:40px;
 margin-left: 10px;
}


@media (max-width: 1400px) {

}

@media (max-width: 1200px) {
    header nav ul{
        margin-left: 0px;
    }
    header nav ul li{
        margin-left: 20px;
    }
    header nav ul li a{
        font-size: 15px;
    }
}

@media (max-width: 991px) { 
    .btn-menu{
        display: block;
        color: #fff;
        font-size: 30px;
        float: right;
        cursor: pointer;
        margin-top: 7px;
        margin-right: 0px;
    }
    header nav .cerrar-menu{
        color: #fff;
        display: block;
        font-size: 28px;
        cursor: pointer;
        text-align: right;
    }
    header{
        padding-top: 15px;
    }
    header nav{
        position: fixed;
        top: 0;
        right: -400px;
        opacity: 0;
        height: 100%;
        max-width: 100%;
        width: 350px;
        padding: 30px;
        transition:cubic-bezier(.77,0,.175,1) 0.5s;
        background: #04A9F5;
        margin-top: 0;
    }
    header nav.visible{
        right: 0;
        opacity: 1;
    }
    header nav ul{
        margin-left: 0;
        margin-top: 0;
    }
    header nav ul li{
        display: block;
        margin-bottom: 14px;
        margin-left: 0;
    }
    header nav ul li a{
        padding: 0 5px;
        display: block;
        font-size: 18px;
    }
    header nav ul li a.activo{
        border: none;
    }
    .box-home1{
        margin-bottom: 30px;
        height: auto;
    }
    .box-home1 .texto-box{
        position: absolute;
        height: auto;
        top: auto;
        bottom: 0;
    }
    .historia .texto-historia {
        width: 70%;
        float: left;
        padding-left: 50px;
        margin-top: 0;
    }
    .trabajo figure{
        margin-bottom: 40px;
    }
}
@media (max-width: 853px) {
	footer .mauticform_wrapper, footer .mauticform-row{
	width:100% !important;
    }
	footer .mauticform_wrapper{
	min-width:auto !important;
    }	
}

@media (max-width: 768px) {

    .animated,
    .animated-delay1,
    .animated-delay2,
    .animated-delay3,
    .animated-delay4,
    .wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        visibility: visible !important;
    }
    .texto-slide h3{
        font-size: 40px;
        line-height: 48px;
    }
    .historia figure{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .historia figure img{
        width: 300px;
        margin: 0 auto;
        max-width: 100%;
		border-radius:50%;
    }
    .historia .texto-historia{
        width: 100%;
        padding-left: 0;
    }
}


@media (max-width: 640px) {
    .wrap,.wrap2{
        padding: 0 20px;
    }
    .box-home1 .texto-box{
        position: relative;
        margin-top: -50px;
    }
    .nuestro-trabajo .texto-trabajo p{
        font-size: 30px;
        line-height: 34px;
    }
    .galeria h3{
        margin-bottom: 60px;
    }

    .box-act{
        padding-left: 0;
    }
    .box-act figure{
        width: 100%;
        position: relative;
        margin-bottom: 30px;
        text-align: center;
    }
    .box-act figure img{
        max-width: 250px;
        margin: 0 auto;
    }
    .box-act .texto-act{
        width: 100%;
    }
    .box-act .texto-act h4{
        font-size: 30px;
        line-height: 36px;
    }

    .box-act.box-bitacora{
        padding-left: 0;
        margin-bottom: 40px;
    }
    .box-act.box-bitacora figure{
        width: 100%;
    }
    .box-act.box-bitacora figure img{
        width: 100%;
        max-width: 100%;
    }
    .box-act.box-bitacora .texto-act{
        padding-left: 0;
    }
}


@media (max-width: 480px) {
    .texto-slide h3{
        font-size: 34px;
        line-height: 40px;
    }

    .box-home2,
    .box-home3{
        height: auto;
    }
    .box-home2 .bg-box,
    .box-home3 .bg-box{
        width: 100%;
        height: 250px;
    }
    .box-home .texto-box{
        position: relative;
        width: 100%;
    }
    .box-home1 .texto-box{
        padding: 30px 20px;
        margin-top: 0;
    }
    .historia .texto-historia h4{
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    footer{
        padding-top: 100px;
    }
    footer .texto-footer h4{
        font-size: 34px;
    }
    footer .texto-footer p{
        font-size: 18px;
        line-height: 26px;
    }
    footer .footer-bottom{
        padding-bottom: 20px;
    }
    footer .footer-bottom nav ul li{
        margin-left: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .box-dir{
        margin-bottom: 40px;
    }
    .box-dir figure{
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .box-dir figure img{
        max-width: 280px;
        margin: 0 auto;
    }
    .box-dir .texto-dir{
        padding-left: 0;
        width: 100%;
    }
    .banner-interior{
        height: 200px;
    }
    h2.titulo{
        font-size: 36px;
        line-height: 42px;
    }
}

@media (max-width: 320px) {

}
.trabajo .alignnone {
	margin-bottom:5px;

	max-width: 100%;
	height: auto;
}
.trabajo .alignleft  {
	float:left;
	margin-right:15px;
	margin-bottom:5px;
	max-width: 100%;
	height: auto;
}
.box-act figure img,
.box-bitacora figure img {
	height: auto;
}