﻿/* --- SECTION HEALTH (TELEMEDICINA) --- */
#telmedicina.telemed-hero {
    --accent: #00e6c3;
    --accent-2: #08b8ff;
    --accent-3: #1bd1a4;
}

#telmedicina.telemed-hero .hero-card__image {
    height: 300px;
}

#telmedicina.telemed-hero .hero-card__image img {
    object-fit: cover;
    object-position: center;
}

#telmedicina.telemed-hero .hero-card__body {
    background: linear-gradient(180deg, rgba(11, 27, 46, 0.72), rgba(11, 27, 46, 0.95));
}

@media (max-width: 991px) {
    #telmedicina.telemed-hero .hero-card__image {
        height: 220px;
    }
}
