/* ----- General Styles ----- */

h2,
footer a,
.hero-banner {
    color: black;
}

li,
.mission-values ul,
.professional-list {
    list-style: none;
    padding-left: 0;
}

.mission-values ul {
    list-style-type: disc;
}

.mission-values ul li,
.list-icon {
    margin-right: 10px;
    vertical-align: middle;
    /* Align with text */
}

.hero-banner img,
.intro img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.news-section a {
    color: #007BFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* ----- Spacing and Alignment ----- */
.hero-banner,
.about-us,
.services,
.testimonials {
    padding: 60px 0;
}

.row,
.mission-values p,
.mission-values ul,
.mission-values h3,
.professional-list {
    text-align: center;
}

.about-header,
h3,
.mission-values h3 {
    margin-bottom: 20px;
}

footer h3 {
    margin-top: 0;
}

/* ----- Colors and Typography ----- */
footer {
    background-color: white;
    color: black;
    padding: 40px 0;
}

.hero-banner h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 2.5rem;
    line-height: 1.2;
}

.about-us {
    font-family: 'Arial', sans-serif;
    color: #333;
    background-color: #f4f4f4;
}

/* ----- Specific Styles ----- */
.about-us h3 {
    color: #007BFF;
    text-decoration: none;
}

.about-us p,
.about-us ul {
    font-size: 16px;
}

.about-header {
    font-size: 2em;
    margin-bottom: 30px;
}

.intro,
.mission-values,
.history-section,
.team-section,
.testimonials-section,
.faq-section,
.news-section {
    margin-bottom: 40px;
}

.intro img {
    margin-bottom: 20px;
}

.mission-values h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
}

.modal-content img {
    margin: 20px;
    max-width: calc(100% - 40px);
    /* Subtract the 20px margin on both sides */
}

.img-servicio {
    width: 416px;
    height: 234px;
    object-fit: cover;
    /* Maintains the image aspect ratio and crops if necessary */
}

.professional-list {
    font-size: 24px;
    margin: 20px 0;
}

.list-icon {
    width: 24px;
    height: 24px;
}

@media (max-width: 768px) {

    /* Estilos para dispositivos más pequeños, como tablets */
    h2,
    p {
        font-size: 18px;
        /* Reducir el tamaño de fuente */
    }

    .img-servicio {
        width: 100%;
        height: auto;
    }

    /* ... añadir más estilos según sea necesario ... */
}

img {
    max-width: 100%;
    height: auto;
}