a {
    text-decoration: none;
    color: #0094DE;
}
a:hover {
    color: #024263;
}
p, h1, h2, h3, h4, h5, table, span, li {
    color: #374044;
}
.col-20 {
    float: left;
    width: 20%;
}
.menu_renovo {
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%;
    z-index: 100000001;
}
.fondo_menu {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}
ul {
    padding-left: 18px;
}
.celeste {
    color: #0094DE;
}
.titulo_slider {
    font-size: 80px;
}
/* .footer {
    height: 400px;
} */
.footer a {
    color: #202020;
    text-decoration: none;
}
.footer a:hover {
    color: #014364;
}
.footer ul {
    padding-left: 0;
}
.footer ul li {
    list-style: none;
}
.btn {
    padding: 10px 20px;
}
.active {
    color: #0696C0 !important;
    font-weight: bold;
}
.p_carrusel {
    font-size: 30px;
}
.p_carrusel_2 {
    font-size: 20px;
}
.titulo_carrusel {
    font-size: 120px;
}
h1, h2, h3, h4, h5, p{
    font-family: "Montserrat", sans-serif;
}
.infos h1 {
    font-size: 50px;
    color: #93C353;
}
li {
    font-family: "Montserrat", sans-serif;
}
.trayectoria h1 {
    font-size: 40px;
    color: #0094DE;
}
.logo {
    width: 220px;
}
.slider { 
    height: 800px;
}
.logo_slider {
    width: 300px;
}
.presentacion {
    background: #f5f5f5;
}
.presentacion_imagen {
    width: 140px;
}
.presentacion h1 {
    font-size: 90px;
    color: #93C353;
}
.presentacion_p_izq {
    font-size: 30px;
}
.presentacion_p_der {
    font-size: 20px;
}
.span_verde_texto {
    color: #93C353;
}
.valor {
    padding-top: 80px; 
    padding-bottom: 80px;
}
.valor h1 {
    font-size: 50px;
}
.link_call {
    color: #93C353;
    text-decoration: none;
}
.link_call:hover {
    color: #5c7a35;
}
.desarrollo {
    text-align: right;
}
.desarrollo a {
    color: #0094DE;
    text-decoration: none;
}
.desarrollo a:hover {
    color: #014364;
}
.scrolltop {
    position: fixed; 
    z-index: 101;
    bottom: 120px;
    right: 30px;
    width: 70px;
    height: 70px;
    padding: 5px;
    background: #374044;
    display: flex; 
    align-items: center;
    text-align: center;
    color: #ffffff;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid #fff;
}
.scrollText {
    position: absolute; 
    top: 20px; 
    left: 20px; 
    font-size: 10px;
}

.ws {
    position: fixed; 
    z-index: 4;
    bottom: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    background: #198753;
    display: flex; 
    align-items: center;
    text-align: center;
    color: #ffffff;
    border-radius: 50px;
}

.whatsapp {
    position: fixed; 
    right: 120px; 
    bottom: 30px;
    width: 400px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    background: #E4DED6;
    z-index: 4;
    display: none;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #93C352;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}
.valores_p {
    height: 100px;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 35px;
}

@media screen and (max-width: 991px) {
    .box_slider {
        margin: 0 auto;
    }
    .titulo_slider {
        font-size: 30px;
    }
    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: 0px;
    }
    .valores_p {
        height: 50px;
    }
    p {
        font-size: 13px;
    }
    /* .footer {
        height: 900px;
        padding-top: 50px;
    } */
    .trayectoria h1 {
        font-size: 25px;
    }
    .logo {
        width: 150px;
    }
    .slider { 
        height: 300px;
    }
    .logo_slider {
        width: 200px;
    }
    .p_carrusel {
        font-size: 16px;
    }
    .p_carrusel_2 {
        font-size: 14px;
    }
    .titulo_carrusel {
        font-size: 30px;
    }
    .presentacion_imagen {
        width: 80px;
    }
    .presentacion h1 {
        font-size: 70px;
    }
    .presentacion_p_der {
        font-size: 16px;
        text-align: center;
    }
    .copyright {
        text-align: left;
    }
    .desarrollo {
        text-align: left;
    }
    .scrolltop {
        width: 60px;
        height: 60px;
        right: 10px;
        bottom: 100px;
    }
    .scrollText {
        position: absolute; 
        top: 17px; 
        left: 17px; 
        font-size: 8px;
    }
    .ws {
        bottom: 30px;
        right: 10px;
        width: 60px;
        height: 60px;
    }

    .whatsapp {
        right: 0px; 
        bottom: 0px;
        width: 100%;
    }
    .whatsapp a {
        color: #202020;
        text-decoration: none;
    }
}