body{
    background: url(../img/fondo1.webp);
    background-size: cover;
}

li{
    list-style: none;
}
/* Contacto */
.tituloserv{
    width: 50%;
    margin-bottom: 1em;
}
.footer-widget {
    height: 530px;
}

ul.footer-address li i {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 22px;
}

ul.footer-address li {
    position: relative;
    padding-left: 35px;
}

ul.footer-address li a {
    color: black;
}

.r-sociales {
    width: 70%;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    background-color: #FFF;
}

.r-sociales p {
    font-size: 18px;
    font-weight: bold;
}

.redes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
}

.redes a {
    margin-right: 10px;
}

.redes i {
    font-size: 24px;
}

#map {
    text-align: center;
    height: 500px;
    overflow: hidden;
    margin-top: 20px;
}

#map iframe {
    width: 90%;
    border-radius: 10px;
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {

    .row{
        width: 100%;
    }
    .col-md-4, .mapa{
        width: 100%;
    }
    .tituloserv{
        width: 90%;
    }
    .widget {
        padding: 5px;
        width: 100%;
    }
    .r-sociales{
        width: 90%;
    }
    .mapa{
        width: 100%;
        margin-top: -4em;
    }
}

@media only screen and (max-width: 576px) {

    .tituloserv{
        width: 90%;
    }
    .widget {
        padding: 5px;
        width: 100%;
    }
    .r-sociales{
        width: 90%;
    }
    .mapa{
        width: 100%;
        margin-top: -4em;
    }

}
/* Fin Contacto */