/* Estilo para el overlay del spinner */

.amarillo {
    color: #ffbb00;
    font-weight: 700;
}
#spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(39 39 39 / 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Animación del spinner */
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #5c4c93;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    left: 60px;
    position: relative;
}

/* Definición de la animación */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

body {
    font-family: Acumin-Variable-Concept !important;
    margin: 0px;
}

html,
body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.logo-img {
    width: 5vw;
}
.conten-logo {
    position: relative;
    left: 2vw;
}

header {
    background: #000000;
    color: white;
    padding: 1vw 68px;
    display: flex;
    justify-content: left;
    align-items: center;
    /* height: 6vw; */
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0px;
    position: relative;
    left: 24vw;
    width: 60vw;
    font-stretch: semi-condensed;
}

nav ul li {
    text-align: center !important;
    text-align: center !important;
    display: inline;
    margin-right: 5.6vw;
    font-weight: 400;
    letter-spacing: 0.02vw;
    font-family: Acumin-Variable-Concept !important;
    font-size: 1vw;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

/* Estilo para el menú hamburguesa */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle div {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 5px 0;
}

/* Estilo para el menú activo */
.menu-toggle.active {
    transform: translateY(0px) rotate(-90deg);
    display: inline-block;
    position: absolute;
    left: calc(50vw - 10px);
    top: 96vh;
}
.menu-toggle.active div:nth-child(1) {
    transform: translateY(0px) rotate(45deg);
}

.menu-toggle.active div:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active div:nth-child(3) {
    transform: translateY(-0px) rotate(-45deg);
}

header.active {
    background: #020202;
    color: white;
    padding: 27vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 173vw; */
    z-index: 9999;
    position: relative;
}

.logo.active {
    visibility: visible;
    left: -27vw;
    position: relative;
    display: block;
}

.cotiza-aqui {
    background-color: #ffbb00;
    width: 12vw;
    position: relative;
    display: inline-block;
    height: 2.3vw;
    text-align: center;
    align-content: center;
    border-radius: 0.2vw;
    left: 12vw;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0vw;
    font-size: 1vw;
}

main {
    flex: 1 0 auto;
}
footer {
    flex-shrink: 0;
    text-align: center;
    padding: 20px 0;
    background: #000000;
    color: white;
    height: 18vw;
}

.footer-contact {
    display: block;
    position: relative;
    text-align: left;
    line-height: 1.4vw;
    left: 4vw;
    margin-top: 1vw;
    font-size: 1.3vw;
    font-family: Acumin-Variable-Concept !important;
    font-weight: 500;
    font-stretch: condensed;
}

.descarga {
    width: 1.4vw;
    position: relative;
    display: inline-block;
    left: 0.5vw;
}

.slash {
    display: none;
}

.direction {
    margin-top: 1.5vw;
}

.telefono {
    color: #81bf4b;
}

.logo-img-footer {
    text-align: center;
    position: relative;
    display: inline;
    margin-top: 3vw;
    width: 9vw;
    align-items: center;
}

.aviso-privacidad {
    text-align: center;
    position: relative;
    display: block;
    margin-top: 3vw;
    font-size: 1.2vw;
    font-family: Acumin-Variable-Concept !important;
    font-weight: 400;
    font-stretch: semi-condensed;
}

.texto-siguenos {
    text-align: left;
    width: 100%;
    margin-top: 1.5vw;
    position: relative;
    display: block;
    margin-bottom: 1vw;
    font-size: 1.3vw;
    font-family: Acumin-Variable-Concept !important;
    line-height: 1.4vw;
    font-weight: 600;
    font-stretch: condensed;
}

.logo-img-redsocial {
    width: 2vw;
}

.facebook {
    width: 1.7vw;
}

.link {
    width: 1.5vw;
}
.instagram {
    width: 1.5vw;
}

.content-red {
    border-bottom: solid 1px #81bf4b;
    height: 2.5vw;
}

.section-fotter {
    text-align: left;
    color: white;
    text-decoration: none;
    font-size: 0.8vw;
    font-family: Acumin-Variable-Concept !important;
    font-weight: 400;
}

.section-fotter a {
    text-align: left;
    color: white;
    text-decoration: none;
    font-size: 1vw;
    font-family: Acumin-Variable-Concept !important;
    font-weight: 400;
}

.descktop {
    display: inline-block;
}

.movil {
    display: none !important;
}

.desktop {
    display: block;
}

.movil {
    display: none !important;
}

/*Boton flotante*/
.whatsapp {
    width: 13vw;
    height: 3vw;
    position: fixed;
    display: flex;
    right: 0vw;
    top: 35vw;
    z-index: 999;
    background-color: white;
    border-bottom-left-radius: 2vw;
    border-top-left-radius: 2vw;
    text-decoration: none;
    color: #000000;
    webkit-box-shadow: -1px 2px 10px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 2px 10px -3px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 2px 10px -3px rgba(0, 0, 0, 0.75);
}
.logo-whatsapp {
    width: 2vw;
    height: 2vw;
    position: relative;
    left: 1vw;
    top: 0.5vw;
}
.texto-whatsapp {
    position: relative;
    left: 1.5vw;
    align-content: center;
    font-weight: 700;
    font-size: 0.9vw;
}

.verderbold {
    color: #1faf38;
    font-weight: 800;
}
/* Responsive */
@media (max-width: 768px) {
    .menu-toggle {
        display: inline-block;
        position: absolute;
        left: 80vw;
        top: 2vh;
    }

    .logo {
        visibility: visible;
        left: -6vw;
        position: relative;
        top: -32vw;
        width: 8vw;
        display: block;
    }

    header {
        padding: 7vw;
    }

    .logo-img {
        width: 19vw;
        margin-top: 3vw;
    }

    .conten-logo {
        position: absolute;
        left: 40vw;
        top: 26vw;
    }

    nav ul {
        display: none;
        width: 100%;
        position: absolute;
        top: 50vw;
        left: 0;
        background: #000000;
        flex-direction: column;
        margin: 0px;
        height: 77vh;
    }

    nav ul li {
        display: block;
        text-align: center;
        margin: 3vw 0;
        font-size: 4.5vw;
    }

    nav.active ul {
        display: flex;
    }

    .cotiza-aqui {
        width: 47vw;
        position: relative;
        display: inline-block;
        height: 9vw;
        text-align: center;
        align-content: center;
        border-radius: 6vw;
        left: 0vw;
        font-size: 4vw;
        font-stretch: condensed;
        /* background: #FFBB00; */
    }

    .descktop {
        display: none;
    }

    .movil {
        display: inline-block;
    }

    footer {
        flex-shrink: 0;
        text-align: center;
        padding: 20px 0;
        background: #000000;
        color: white;
        height: 94vw;
        width: 100vw;
        overflow-x: hidden;
    }

    .logo-img-footer {
        text-align: center;
        position: relative;
        display: inline;
        margin-top: 3.5vw;
        width: 24vw;
        align-items: center;
    }

    .texto-siguenos {
        text-align: center;
        width: 100%;
        margin-top: 6.5vw;
        position: relative;
        display: block;
        margin-bottom: 1vw;
        font-size: 4vw;
        font-family: Acumin-Variable-Concept !important;
        font-weight: 600;
    }

    .texto-siguenos {
        text-align: center;
        width: 100%;
        margin-top: 6.5vw;
        position: relative;
        display: block;
        margin-bottom: 7vw;
        font-size: 4vw;
        font-family: Acumin-Variable-Concept !important;
        font-weight: 600;
    }

    .content-red {
        border-bottom: solid 1px #81bf4b00;
        height: 10.5vw;
        margin-bottom: 6vw;
    }

    .facebook {
        width: 5.7vw;
    }

    .instagram {
        width: 5vw;
    }

    .link {
        width: 4.5vw;
    }

    .section-fotter a {
        text-align: left;
        color: white;
        text-decoration: none;
        font-size: 3.5vw;
        font-family: Acumin-Variable-Concept !important;
        font-weight: 400;
    }

    .footer-contact {
        display: block;
        position: relative;
        text-align: left;
        left: 0vw;
        margin-top: 2vw;
        font-size: 3.5vw;
        font-family: Acumin-Variable-Concept !important;
        font-weight: 400;
        text-align: center;
        /* margin-top: 4vw; */
    }

    .direction {
        margin-top: 6vw !important;
        font-size: 4vw;
        font-stretch: condensed;
    }

    .aviso-privacidad {
        text-align: center;
        position: relative;
        display: block;
        margin-top: 5vw;
        font-size: 4vw;
        font-family: Acumin-Variable-Concept !important;
        font-weight: 400;
    }

    .desktop {
        display: none !important;
    }

    .movil {
        display: block !important;
    }

    .direction-description {
        text-align: left;
        position: relative;
        display: block;
        font-stretch: condensed;
        margin-top: 4vw !important;
        left: 8vw;
        font-size: 3.6vw;
        line-height: 5vw;
        text-transform: uppercase;
    }

    .siguenos {
        margin-top: 8vw !important;
        position: relative;
        display: block;
    }

    .descarga {
        width: 5.4vw;
        position: relative;
        display: inline-block;
        left: 0.5vw;
    }

    .texto-whatsapp {
        position: relative;
        left: 1.5vw;
        align-content: center;
        font-weight: 700;
        font-size: 0.9vw;
        display: none;
    }

    .whatsapp {
        width: 14vw;
        height: 9vw;
        position: fixed;
        display: flex;
        right: 0vw;
        top: 71vw;
        z-index: 999;
        background-color: #ffffff00;
        border-bottom-left-radius: 0vw;
        border-top-left-radius: 0vw;
        text-decoration: none;
        color: #000000;
        webkit-box-shadow: -1px 2px 10px -3px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -1px 2px 10px -3px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
    }
    .logo-whatsapp {
        width: 12vw;
        height: 12vw;
        position: relative;
        left: -1vw;
        top: 0.5vw;
    }
}
