/*FUENTES PERSONALIZADAS*/
@font-face {
    font-family: 'mulibold';
    src: url('fonts/muli-bold-webfont.woff2') format('woff2'),
         url('fonts/muli-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'muliregular';
    src: url('fonts/muli-regular-webfont.woff2') format('woff2'),
         url('fonts/muli-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light-webfont.woff2') format('woff2'),
         url('fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*ESTILOS GENERALES*/
p, a {
    font-family: 'muliregular' !important;
}

p {
    line-height: 2em;
}

.wp-block-kadence-column.full-height .kt-inside-inner-col { 
    height: 100%;
}

/*.full-height-image-overlay{
	height: 100%;
}*/

.full-height-image-overlay div{
	height: 100%; 
}

.full-height-image-overlay img{
	height: 100%; 
}

.kt-image-overlay-inner{
	display: flex;
    flex-direction: column-reverse;
}

.kt-image-overlay-inner h2{
	margin-bottom: 50px !important;
}

.texto-abajo>div{
	display: flex;
    flex-direction: column-reverse;
}
/*ESTILOS DE LA CABECERA*/

.contacto-header{
	display:flex;
    margin-right: 45px;
}

.contacto-header img{
	margin-right: 15px;
}

.contacto-header a { 
    align-self: flex-end;
 }

/*ESTILOS DEL FOOTER*/

.menu-footer-style ul li a {
    color: white;
    list-style: none;
}

.firmaPull {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 50px;
}

.firmaPull a, .firmaPull p {
    font-size: 14px;
}

.firmaPull img {
    width: 75px;
    height: auto;
}

/*ESTILOS LEER MÁS*/


.block-home .kt-blocks-post-readmore-wrap{
    display: flex;
    justify-content: flex-end;
}

.texto-pantalla-pequenna{display: none;}

/*ESTILOS ACORDEON*/

.kt-blocks-accordion-title-wrap{
    width: 100%;
}

.kt-blocks-accordion-title-wrap>span{
    margin: auto;
}

@media (max-width: 1500px){
    .imagen-galeria{
        flex: 40% !important;
    }

    .texto-galeria{
        display: none !important;
    }

    .texto-pantalla-pequenna{
        display: block;
    }
}

@media (max-width: 767px){


    .texto-pantalla-pequenna{
        display: block;
        /* margin: 0 20px; */
    }
}
