/* Ana Chavez WP – style.css v2.2 */

/* Reset Astra layout wrappers — never touch admin bar */
#masthead,.main-header-bar,.ast-above-header-bar,.ast-below-header-bar,
.site-header-focus-item,#colophon,.ast-builder-html-element { display:none!important; }
#wpadminbar,.admin-bar #wpadminbar { display:block!important; }

body  { margin:0!important; padding:0!important; }
img   { max-width:100%; height:auto; }

/* Scroll animations */
[data-animate] {
    opacity:0;
    transform:translateY(22px);
    transition:opacity .6s ease, transform .6s ease;
}
[data-animate].in-view { opacity:1; transform:none; }

/* line-clamp */
.line-clamp-2 {
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}

/* Range slider */
input[type=range] { accent-color:#45BE9B; width:100%; }

/* CF7 */
.wpcf7-form-control-wrap { display:block; width:100%; }
.wpcf7-form br           { display:none; }

/* Blog pagination */
.page-numbers.current {
    background:#45BE9B; color:#fff;
    border-radius:.75rem; padding:.4rem .9rem;
    font-size:.85rem; font-weight:700;
}

/* FA icon baseline alignment helper */
.fa-solid, .fa-brands, .fa-regular { vertical-align:middle; }

/*agregados*/

.hero-inicio-ac {
display: flex;
    justify-content: center;
    column-gap: 30px; 
}

.imagen-hero-inicio {
	width: 30%;
}

.text-hero-inicio {
	font-size: 1rem;
}

.max-h-ac {
	max-height:9rem;
}

.titulo-secundario-inicio {
	text-align: center;
    max-width: none !important;
    padding: 0 120px;
}

.imagen-estudios-inicio {
	aspect-ratio: 0 !important;
    margin: 50px 50px 0 50px;
}

.bloque-tarjetas-inicio {
	margin: 0 100px;
}