@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Akrobat';
    src: url('assets/fonts/Akrobat-ExtraBold.otf') format('opentype'); 
}
@font-face {
    font-family: 'Akrobat ExtraLight';
    src: url('assets/fonts/Akrobat-ExtraLight.otf') format('opentype'); 
}

:root {
    --color-primario: #c6dfa6;
    --color-secundario: #717171;
    --color-terceario: #14a7eb;
    --color-letter: #fff;
    --menu-size: 65px;
    --background-color: rgba(248, 182, 29, 0.3);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    background-color: #14a7eb;
}

@media (min-width: 320px) {
/*=========================================HEADER=============================================*/
    header {
        height: 9vh;
        width: 100%;
        position: fixed;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        background: #000;
        z-index: 99;
        padding: 0rem 1rem 0rem 1rem;
    }   

    .logo--header {
        width: 16rem;
    }

    .menu-btn {
        background: url(assets/icons/menu.png) no-repeat;
        background-position: center;
        background-size: cover;
        width: 2.8rem;
        height: 2.8rem;
    }
    
    .menu-btn.active {
        background: url(assets/icons/cerrar.png) no-repeat;
        background-position: center;
        background-size: cover;
        width: 2.8rem;
        height: 2.8rem;
    }

    .navbar {
        display: none;
    }

    .navbar.active {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 28vh;
        background-color: #000;
        position: absolute;
        top: 50px;
        left: 0;
        justify-content: center;
    }
    .nav-list {
        width: 100%;
        height: 18vh;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
        padding: 0rem 1rem 0rem 1rem;
        list-style: none;
    }

    .redes {
        height: 7vh;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .item {
        color: #fff;
        font-size: 2rem;
        font-family: 'Akrobat';
        text-decoration: none;
    }
/*===========================================FONDO=============================================*/

    .background {
        width: 100%;
        height: 100vh;
        position: fixed;
        z-index: -3;
        background: url(assets/img/lavadoras.webp)no-repeat;
        background-size: cover;
        background-position: center;
        z-index: -3;
    }

/*=========================================SECCIONES=============================================*/

    .seccion {
        width: 100%;
        max-width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 2;
    }
    
    .seccion--main {
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.7);
    }

    .seccion--servicios {
        display: flex;
        flex-direction: column;
        height: 135vh;
        background: rgba(255, 255, 255, 0.7);
        justify-content: space-evenly;
        align-items: center;
       
    }

    .seccion--marcas {
        flex-direction: column;
        height: 65vh;
        justify-content: space-around;
    }

    .seccion--empresas {
        background: #154d68;
    }

    .seccion--tercero {
        height: 60vh;
        background: url(assets/img/bg-cupos.webp)no-repeat;
        background-position: center;
        background-size: cover;
    }

    .seccion--personas {
        background: #a5e452;
    }

    .seccion--eleginos {
        height: 80vh;
        background: #fff;
        justify-content: space-evenly;
        align-items: center;
    }

    .seccion--mapa {
        height: 60vh;
    }

    footer {
        width: 100%;
        height: 35vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #000;
    }

/*=========================================ARTICULOS=============================================*/

    .art--principal {
        width: 100%;
        height: 60vh;
        background: #f6f6f6;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding-top: 3vh;
    }

    .art--cta {
        width: 100%;
        height: 40vh;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .art--tercero {
        width: 100%;
        height: 60vh;
        background: rgba(0, 0, 0, 0.7);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .art--motivos {
        width: 100%;
        height: 60vh;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .mapa {
        width: 100%;
        height: 60vh;
    }

/*===========================================DIV'S==============================================*/

    .servicio {
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: center;
    }

    .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 30vh;
        width: 100%;
    }

    .cta--container {
        width: 75%;
        height: 15vh;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }

    .container--img {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: end;
        justify-content: flex-start;
    }

    .motivo {
        height: 20vh;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

/*=========================================IMAGENES=============================================*/

    .logo-home {
        width: 22rem;
    }

    .img-red {
        width: 2rem;
    }

    .img--art {
        width: 100%;
        max-width: 1050px;
    }

    .img--cta {
        width: 9rem;
    }

    .img--motivo{
        width: 7rem;
    }

/*=========================================BOTONES=============================================*/

    .whatsapp-btn {
        background: url(assets/icons/wsp-btn.webp)no-repeat;
        background-position: center;
        background-size: cover;
        position: fixed;
        z-index: 5;
        bottom: 15px;
        right: 15px;
        width: 6rem;
        height: 6rem;
    }

    .btn {
        width: 9em;
        height: 3.5em;
        border-radius: 30em;
        font-size: 15px;
        font-family: inherit;
        border: none;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .btn::before{
        content: '';
         width: 0;
         height: 3.5em;
         border-radius: 30em;
         position: absolute;
         top: 0;
         left: 0;
         background-image: linear-gradient(to right, #14a7eb 0%, #14a7eb 100%);
         transition: .5s ease;
         display: block;
         z-index: -1;
    }

    .btn-2::before {
        background-image: linear-gradient(to right, #5fd241 0%, #5fd241 100%)
    }

    .btn:hover::before {
        width: 9em;
    }

    .in-btn {
        font-family: 'Akrobat ExtraLight';
        text-decoration: none;
        color: #000000;
    }

    .volver {
        color: #fff;
        font-size: 1.5rem;
    }

/*=========================================TEXTOS Y TITULOS=============================================*/

    .frase--home {
        font-family: 'Akrobat';
        font-size: 4.5rem;
        margin: 1.25rem 0rem;
        text-align: center;
    }

    .titulo--servicio {
        font-family: 'Akrobat ExtraLight';
        font-size: 2rem;
        color: var(--color-terceario);
    }

    .titulo--marcas {
        font-family: 'Akrobat';
        font-size: 3.5rem;
        text-align: center;
        color: #fff;
    }

    .titulo--art {
        font-family: 'Roboto Slab', serif;
        font-size: 2.8rem;
        font-weight: 100;
        text-align: center;
        margin-top: 30px;
    }

    .texto--art {
        font-family: 'Akrobat ExtraLight';
        text-align: left;
        font-size: 1.9rem;
        width: 95%;
    }

    .titulo--tercero {
        font-family: 'Akrobat';
        font-size: 3rem;
        color: #ffffff;
        font-weight: 500;
        text-align: center;
        width: 70%;
    }

    .lavamos {
        color: #a5e452;
    }

    .titulo--eleginos {
        font-family: 'Akrobat';
        font-size: 3.5rem;
        color: #000000;
        text-align: center;
    }

    .titulo--motivo {
        font-family: 'Akrobat';
        font-size: 2.5rem;
        color: #000000;
        text-align: center;
    }

    .footer-info {
        font-size: 1.8rem;
        color: #fff;
        font-family: 'Akrobat ExtraLight';
    }

/*=========================================SLIDER=============================================*/

    .slider {
        width: 100%;
        height: 30vh;
        margin: auto;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        align-items: baseline;
    }

    .slider .slide-track {
        display: flex;
        animation: scroll 40s linear infinite;
        -webkit-animation: scroll 40s linear infinite;
        width: calc(200px * 14);
        background: rgba(255, 255, 255, 0.7);
    }

    .slider .slide {
        width: 200px;
    }

    .slider .slide img {
        width: 100%;
    }



    @keyframes scroll {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        100% {
            -webkit-transform: translateX(calc(-200px * 7));
            transform: translateX(calc(-200px * 7));
        }
    }

}

@media (min-width: 768px) {
    
}

@media (min-width: 1200px) {

    .logo--header {
        width: 17rem;
    }

    .menu-btn {
        display: none;
    }

    .navbar {
        width: 40%;
        display: flex;
        flex-direction: row;
    }

    .nav-list {
        width: 80%;
        height: 10vh;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }

    .redes {
        width: 10%;
    }

    .img-red {
        width: 2.5rem;
    }

/*=========================================SECCIONES=============================================*/

    .seccion--empresas {
        flex-direction: row;
    }

    .seccion--personas {
        flex-direction: row-reverse;
    }

    .seccion--servicios {
        height: 30vh;
        flex-direction: row;
    }

    .seccion--eleginos {
        height: 45vh;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;

    }

/*=========================================ARTICULOS=============================================*/

    .art--principal {
       width: 60%;
       height: 98vh;
    }

    .art--cta {
       width: 40%;
       height: 100vh;
    }

    .art--motivos {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 25vh;
    }

/*===========================================DIV'S==============================================*/

    .cta--container {
        width: 65%;
        height: 25vh;
    }


}