#hero {
    padding-top: 5rem !important;
}
@media screen and (max-width:375px) {
    #hero {
        padding-top: 0.6rem !important;
        padding-bottom: 0.6rem !important;
    }
}

#hero .btn-white-outline:hover,
#hero .btn-white-outline:focus {
    color: #3c3c3c !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    box-shadow: none !important;
}

#hero .socicon.socicon-whatsapp {
    color: var(--m-wa-green) !important;
}

#logo_hero img {
    opacity: 70%;
}

@media screen and (min-width:768px) {
    #logo_hero {
        text-align: center;
    }
    #logo_hero img {
        width: 30vw !important;
    }
}
@media screen and (max-width:768px) {
    #logo_hero {
        text-align: center;
    }
    #logo_hero img {
        width: 50vw !important;
    }
}
@media screen and (max-width:576px) {
    #logo_hero img {
        width: 40vw !important;
    }
}

#servs_title {
    background-color: #40404036 !important;
}

#servs_title .row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#servs_title .mbr-section-title {
    text-align: center !important;
    color: var(--m-bg-grey);
}

#servicios .container {
    width: 90%;
}

#servicios .mbr-section-title,
#servicios .mbr-text,
#servicios .mbr-section-btn {
    color: var(--m-bg-grey) !important;
}

#servicios img {
    border-radius: 10px !important;
    border: 1px solid var(--m-bg-cream);
}

#servicios .btn-black-outline:hover,
#servicios .btn-black-outline:focus {
    color: white !important;
    background-color: rgba(36, 36, 36, 0.29) !important;
    box-shadow: none !important;
}

#servicios {
    background-image: linear-gradient(rgba(237, 239, 235, 0.8), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1)), url("../../grs/images/backgrounds/servicios.jpg") !important;
}

#tresd .mbr-section-title,
#tresd .mbr-text,
#tresd .mbr-section-btn,
#lonas .mbr-section-title,
#lonas .mbr-text,
#lonas .mbr-section-btn {
    text-align: right !important;
}

/* juntamos datos de contacto y forma de contacto solo para que tenga un solo background */
.full-cto {
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1)), url("../../grs/images/backgrounds/full-cto.jpg") !important;
}

#ubi,
#forma_cto {
    background-color: unset !important;
}

#faqs {
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1)), url("../../grs/images/backgrounds/faqs.jpg") !important;
}

#faqs p {
    font-family: var(--m-font);
    font-size: 1.4rem;
    line-height: 1.3;
}

#faqs .card {
    border-radius: 5px !important;
}
