﻿html {
    scroll-behavior: smooth;
    scroll-padding-top: 160px; /* alto del header fijo */
}

body{
    font-family: "Montserrat", sans-serif;
}

.cabecera-ayuda{
    height: 158px;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #030400;
    padding-top: 4px;
    padding-bottom: 4px;

    box-shadow: 2px 2px 2px black;
}

.logotipo img{
    width: 100%;
}

nav a{
    color: white;
    text-decoration:none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 25%;
    float: left;
}

.menuR{
    display: none;
}
.menu, .menuR{
    text-align: center;
    color: white;
    font-size: 19px;
    padding: 15px 0;
    cursor: pointer;
}
.menu:hover{
    color: #8fefe8;
    font-weight: bold;
}
.dosMenu{
    padding: 0 20px;
}

.datos{
    text-align: center;
    font-weight: bold;
    color: #8fefe8;
    padding: 0;
}


.efecto{
    padding: 0;
}



.servicios{
    padding-top: 40px;
    padding-bottom: 40px;
}

.titulo{
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}



.ser{
    text-align: center;
}

.ser strong{
    width: 100%;
    display: inline-block;
}

.ser img{
    height: 100px;
    filter: grayscale(100%);
}


.nosotros{
    background: url(../images/fondo1.webp) no-repeat center center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}

.seccion{
    color: white;
    font-size: 18px;
    padding: 45px;
}
.seccion strong{
    width: 100%;
    color: #8fefe8;
    font-size: 27px;
    display: inline-block;
    margin-bottom: 20px;
}

.seccion2{
    font-size: 20px;
    padding: 40px;
}
.seccion2 strong, .seccion2 h1{
    width: 100%;
    font-weight: bold;
    font-size: 27px;
    display: inline-block;
    margin-bottom: 15px;
}


.imagen img{
    width: 100%;
}

.imagen1 img{
    border-radius: 200px 65px 200px 174px;
}
.imagen2 img{
    border-radius: 200px 65px 200px 174px;
}

.imagen4 img{
    width: 16%;
    margin: 0 4%;
}


.clientes{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.clientes img{
    height: 110px;
    margin: 0 40px 40px;
}


.ventaja{
    background: #f7f7f7;
    font-size: 18px;
    padding: 30px;
}

.ventaja strong{
    width: 100%;
    text-align: center;
    color: #70bbb6;
    font-size: 27px;
    display: inline-block;
    margin-bottom: 20px;
}

.ventaja img{
    height: 160px;
}


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

}

@media screen and (max-width:1200px){
    .cabecera-ayuda{
        display: none;
    }
    header{
        position: relative;
    }
}

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

}

@media screen and (max-width:768px){
    nav{
        margin: 30px 0 !important;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menuR{
        display: block;
    }
    .seccion2, .seccion{
        padding: 12px;
    }
    .imagen4 img{
        width: 40%;
    }
}

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




.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: normal;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}





.footer{
    background: #030400;
    color: white;
    padding-top: 50px;
    padding-bottom: 25px;
}

.footer-brand img{
    width: 220px;
    max-width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
}

.footer-brand p{
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: rgba(255,255,255,0.85);
}

.footer-titulo{
    color: #8fefe8;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-links{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li{
    margin-bottom: 10px;
}

.footer-links a{
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    transition: all 0.2s;
}

.footer-links a:hover{
    color: #8fefe8;
    font-weight: bold;
}

.footer-contacto .dato{
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
}

.footer-contacto .icono{
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(143,239,232,0.12);
    color: #8fefe8;
    flex: 0 0 34px;
}

.footer-contacto .txt{
    font-size: 16px;
    line-height: 1.35;
}

.footer-contacto .txt a{
    color: rgba(255,255,255,0.9);
    text-decoration: none;
}

.footer-contacto .txt a:hover{
    color: #8fefe8;
    font-weight: bold;
}

.btn-footer-whatsapp{
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    background: #24d366;
    color: white;
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 14px;
    font-size: 18px;
}

.btn-footer-whatsapp:hover{
    filter: brightness(0.95);
    color: white;
}

.footer-redes{
    margin-top: 15px;
}

.footer-redes a{
    display: inline-block;
    margin-right: 12px;
    font-size: 26px;
    color: white;
    text-decoration: none;
    transition: all 0.2s;
}

.footer-redes a:hover{
    color: #8fefe8;
    transform: translateY(-2px);
}

.footer-linea{
    height: 1px;
    background: rgba(255,255,255,0.12);
    margin: 25px 0 15px;
}

.footer-bottom .copy{
    font-size: 14px;
    color: rgba(255,255,255,0.75);
}

.footer-bottom .legales{
    text-align: start;
    font-size: 14px;
}

.footer-bottom .legales a{
    color: rgba(255,255,255,0.75);
    text-decoration: none;
}

.footer-bottom .legales a:hover{
    color: #8fefe8;
    font-weight: bold;
}

.footer-bottom .sep{
    margin: 0 10px;
    color: rgba(255,255,255,0.35);
}

@media screen and (max-width:768px){
    .footer-bottom .legales{
        text-align: left;
        margin-top: 10px;
    }
}