section {
    position: relative
}

.texto_garrafon {
    font-size: 16px;
    color: #3E3E3E;
    margin-top: 30px
}

    .texto_garrafon b, .texto_garrafon strong {
        font-family: "Roboto Bold";
        font-size: 105%
    }

    .texto_garrafon b, .texto_garrafon strong, .texto_garrafon_yellow {
        color: #6f6e6e
    }

    .texto_garrafon p {
        text-align: justify;
        margin: 0;
        color: #3E3E3E; 
    }

        .texto_garrafon p + p {
            margin-top: 10px !important
        }

    .texto_garrafon .title:not(.mb_10) {
        margin: 0
    }

    .texto_garrafon .slogan, .texto_garrafon .subtitle, .texto_garrafon_blue {
        color: #0078a8
    }

    .texto_garrafon .title + .description {
        margin-top: 10px
    }

    .texto_garrafon .title {
        font-size: 26px;
    }

#section_facilities_garrafon img {
    width: 100%;
    height:auto; 
}

#section_facilities_garrafon #facilities_list .list_item:before {
    font-family: initial;
    content: "\2022";
    padding-right: 5px;
    color: #e61a95;
    font-size: 160% !important;
    line-height: 0
}

#section_facilities_garrafon #facilities_list .list_item b, #section_facilities_garrafon #facilities_list .list_item:before {
    font-size: 100%;
    vertical-align: middle;
    display: table-cell
}

#section_facilities_garrafon #facilities .installation h4 {
    font-family: "Roboto Bold";
    margin-top: 0;
    color: #0078a7;
    font-size: 18px;
}

#section_about_garrafon .btn-image, .opciones_garrafon .btn-image, .opciones_garrafon .btn-image button {
    border-radius: 8px;
    padding: 15px 20px;
    color: #fff;
    width: 260px;
    font-family: "Roboto Bold";
    font-size: 25px;
    text-decoration: none
}

    #section_about_garrafon .btn-image.htgt {
        background: #02a600
    }

    /* actividades */
.txt_img {
    display: flex;
    justify-content: space-between;
}
    .actividadeslista {
        margin: 30px 0 0 0;
    }

        .actividadeslista h2 {
            text-transform: uppercase;
            font-family: 'Roboto Black';
            font-size: 25px;
            color: #185B97;
            margin-bottom: 20px;
        }

        .actividadeslista ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
            display: flex;
            flex-wrap: wrap;
        }

            .actividadeslista ul li a {
                margin-right: 25px;
                height: 40px;
                font-size: 16px;
                font-family: 'Roboto Regular';
                color: #185B97 !important;
                border: 1px solid #185B97;
                border-radius: 5px;
                padding: 0 15px;
                line-height: 38px;
                text-align: center;
                margin-bottom: 15px;
                text-decoration: none;
                display: block;
            }

                .actividadeslista ul li a:hover {
                    color: #ffffff !important;
                    background-color: #185B97;
                }

    @media (max-width:767px) {
        .actividadeslista ul li a {
            margin-right: 10px;
        }
    }

.activity_header_image img {
    aspect-ratio: auto 1113/286;
    width: 100%;
    height: auto;
}
@media (max-width:600px) {
    .activity_header_image img {
        aspect-ratio: auto 390/371;
    }
}