#ss-row-1{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.ss-footer-row-1{
    padding: 0px !important;
}
#contacto .contacto-03 #contenedor-contacto, #contacto .contacto-03 iframe{
    width: 100%;
}
#contacto #form-whatsapp, #contacto #form-direccion{
    text-decoration: none;
}

#contacto #form-whatsapp:hover p span, #contacto #form-direccion:hover span{
    color: #ff0000 !important;
}

#obras .gallery-ss img{
    cursor: zoom-in;
    border-radius: 5px !important;
}

a#btn-llamador-wsp{
    background-color: #4dc247 !important;
    color:white !important;
    font-size: 20px;
}

.img-perfil-testimonio{
    margin: auto;
}
p.text-testimonio{
    min-height: 235px;
    display: grid;
    place-items: center;
    font-size: 12px;
}

#contenedor-testimonio{
    padding: 50px 50px;
}

#bton-ver-obras span{
    font-size: 18px !important;
}
.content-servicios{
    min-height: 260px; 
}

#contenedor-showroom{
    padding: 90px;
}
#contenedor-showroom #tarjeta-showroom{
    margin-left: 150px;
    margin-right: 150px ;
}

@media only screen and (max-width: 640px) {
    .logo-header{
        max-height: 70px !important;
        height: 60px !important;

    }
    #contenedor-testimonio{
        padding: 40px 15px;
    }
    #whatsapp-cta{
        text-align: center;
    }
    #whatsapp-cta h1 span{
        font-size: 24px;
    }
    #contenedor-showroom{
        padding: 10px;
    }
    #contenedor-showroom #tarjeta-showroom{
        margin: 5rem 1rem;
        padding: 1rem;
    }
}