.banner {
    background-image: url("../img/Adaptaciones/04_wellness/head_1920x305/apto_pto_de_mogan_wellness_head_1920x305.jpg");
}


.intro {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto 30px;
    text-align: justify;
    font-size: 14px;
    color: #A3A3A3;
    line-height: 28px;
}

.espacios {
    background-color: #f9f9f9;
    padding: 40px 0;
    margin: 0 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.espacios.bg-white {
    background-color: #fff;
}

.espacios h3 {
    color: #508bb6;
    font-size: 15px;
    font-weight: bolder;
    letter-spacing: 5px;
    margin-bottom: 30px;
    padding: 0 10px;
}

.espacios .salas-img {
    width: 95%;
    max-width: 730px;
}

.funcionalidades {
    max-width: 1300px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.funcionalidades .tarjeta {
    background-color: #f9f9f9;
    border-radius: 15px;
    max-width: 370px;
    height: fit-content;
    padding: 30px;
    margin: 15px;
    color: #878787;
}

.funcionalidades .tarjeta h2 {
    color: #1C1C1C;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 20px;
}

.funcionalidades .tarjeta .text {
    font-size: 14px;
    line-height: 25px;
}

.servicios {
    width: 100%;
}