

/* ETIQUETAS CSS QUE INDICAN A WORDPRESS QUE ESTE ES EL TEMA HIJO */

/*

Theme Name: astra-hijo

Template: astra

*/
a, .page-title {
    color: grey!important;
}
.ast-header-button-1[data-section="section-hb-button-1"] {
    /*display: none; esto era para el botón del menú pero 
    puede quitarse desde apariencia*/
}

.ast-theme-transparent-header #masthead {
    position: relative;
    left: 0;
    right: 0;
    margin-bottom: 0px;
    background:white;}

.ast-theme-transparent-header .main-header-menu .menu-link {
    color: grey!important;
    font-weight: 900;
    font-size: 16px;

}
.ast-above-header-wrap{background:white!important;}

.fondorosa{background:white!important;font-size: 18px;text-align: justify!important;}/*en texto de portada se usa esta clase*/
.textoRojo{color:grey!important;font-size: 18px;
    font-weight: 900;}
.textoVerde{color:grey!important;font-size: 18px;
    font-weight: 900;}
.textoAzul{color:grey!important;font-size: 18px;
    font-weight: 900;}


.imgRedonda {
    width: 200px;
    height: 200px;
    border-radius: 105px;
    border: 5px solid #666;
}
.divImg{text-align: center;margin-bottom: 20px;}

.ast-builder-grid-row>.site-header-section {
    margin-bottom: -30px;}

.ast-builder-grid-row {
    margin-top: -30px;
}


.metaslider .caption-wrap {
    position: absolute!important;
    bottom: 25%!important;
    left: 65%!important;
    background: none!important; 
    color: white!important;
    opacity: 0.8!important;
    margin: 0!important;
    display: block!important;
    width: 100%!important;
    line-height: 1.4em!important;
}


.metaslider .caption {
    padding: 5px 10px;
    word-wrap: break-word;
    font-size: 35px;

}


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

.metaslider .caption-wrap {
    position: absolute!important;
    bottom: 25%!important;
    left: 48%!important;
    background: none!important; 
    color: white!important;
    opacity: 0.8!important;
    margin: 0!important;
    display: block!important;
    width: 100%!important;
    line-height: 1.4em!important;
}


.metaslider .caption {
    padding: 5px 10px;
    word-wrap: break-word;
    font-size: 26px;

}



.imgRedonda {
    width: 120px;
    height: 120px;
    border-radius: 105px;
    border: 5px solid #666;
}
.divImg{text-align: center;margin-bottom: 25px;margin-top: 10px;}

.elementor-1318 .elementor-element.elementor-element-0708f7f .elementor-heading-title {
    color: var( --e-global-color-astglobalcolor5 );
    font-size: 60px;
    letter-spacing: -3px;
}
.entry-content {
    
    font-size: 18px;
}

.metaslider.nav-hidden .flexslider {
    margin-bottom: 0;
    max-width: 100%;
    overflow: hidden;
}


/*estilo para divs cuyo id comienza por 'metaslider_'*/
div[id^='metaslider_'] ul li img{
    width:250%!important;
    margin-left: -50%!important;
}

.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img {
    max-width: 500px;
    width: 45%;
    margin-bottom: -10px;
    margin-top: -25px;
}

header .custom-logo-link img, .ast-header-break-point .site-branding img, .ast-header-break-point .custom-logo-link img{
    max-width: 500px;
    width: 55%;
    margin-bottom: -20px;
    margin-top: -25px;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill {
    color: var(--ast-global-color-5);
    border: none;
    background: grey;
    border-radius: 100px;
}


.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill {
    background: grey;
}

}