p {
    font-size: 18px !important;
}

#slide-1-layer-1 { 
    font-size: 5vw !important;
    line-height: 8vw !important;
}
@media only screen and (max-width: 767px) {
    #slide-1-layer-1 { 
        /* font-size: 3em !important; */
    }
}

@media only screen and (min-width: 1300px) {
    #slide-1-layer-1 { 
        font-size: 4em !important; 
        line-height: 1.5em !important;
    }
}

#logo > img.logo-main.scale-with-grid {
    max-height: 90px !important;
}

#menu>ul>li>a, a.action_button, #overlay-menu ul li a {
    font-size: 18px !important;
}

.ui-tabs .ui-tabs-nav li a {
    font-size: 18px !important;
}  

body.nosotros {
    background-image: url(../images/home_bg2.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
}

#whatsapp {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 2;
 }
 #whatsapp p {
     text-align: center;
     position: absolute;
     left: -27px;
     top: -75px;
     display: none;
     background-color: #38f2ba;
     color: white;
     border-radius: 20px;
}
#whatsapp:hover p {
    display: block;
    width: 106px;
    font-weight: bolder;
    padding: 10px;
    color: #23235a;
}

 #whatsapp svg {
    height: 6em;
 }

 span.correo {
    color: white !important;
 }

 .section-border-top {
    border-top: 1px solid rgba(0, 0, 0, .08);
}

body.equipos {
    background-image: url(../images/home_bg2.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
}

a.manual_equipo {
    font-weight: bolder;
    font-size: 15px;
}

.equipos .section-border-top {
    border-top: none !important;
}

p.clientes {
    line-height: normal;
    text-align: center;
}