/********* BODY */

body {
    width: 100vw;
    height: auto;
    margin: 0;
    padding: 0;
    background-color:#ffffff;
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    display: none;
}

body::-webkit-scrollbar {
    display: block;
    width: 8px;
}
  
body::-webkit-scrollbar-track {
    background: #929292;
}

body::-webkit-scrollbar-thumb {
    background: #474747;
}

/********* NAVEGADOR */

.navegador {
    width: 100%;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #cecece;
}

.navegador.active {
    background-color: rgba(0, 0, 0, 0.75);
    border: none;
}

.logo-navegador {
    width: 30px;
    height: 30px;
    margin: 5px 15px;
    background-image: url('../img/logo_rojo.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.opciones-navegador {
    width: auto;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 10px;
    display: flex;
}

.opcion-navegador {
    width: auto;
    height: 20px;
    line-height: 20px;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #b4b4b4;
    margin: 5px 20px;
}

.opcion-navegador.active {
    color: #bd1515;
}

.opcion-navegador:hover {
    cursor: pointer;
}

.btn-navegador {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #5b5b5b;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.btn-navegador.active {
    color: #fff;
}

.opciones-navegador-movil {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: -120vw;
    z-index: 15;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
}

.cerrar-navegador-movil {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 16;
    color: #5b5b5b;
    font-size: 20px;
    cursor: pointer;
}

.opciones-navegador-movil.active {
    left: 0;
}

.opcion-navegador-movil {
    width: 90%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    margin: 10px auto;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #929292;
    cursor: pointer;
}

.opcion-navegador-movil.active {
    font-weight: bold;
    color: #bd1515;
}

@media(max-width: 800px) {
    .opciones-navegador {
        display: none;
    }

    .btn-navegador {
        display: block;
    }
}

/******** WHATSAPP */

.whatsapp-chat {
    width: 50px;
    height: 50px;
    background-color: #25D366;
    color: #fff;
    position: fixed;
    top: calc(100% - 60px);
    left: calc(100% - 60px);
    border-radius: 1000px;
    text-align: center;
    line-height: 51px;
    font-size: 32px;
    cursor: pointer;
    z-index: 7;
}

/********* PORTADA */

.portada {
    width: 100%;
    height: 65vh;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #000;
}

.portada video {
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

@media(max-width: 700px) {
    .portada {
        height: 40vh;
    }
}

.portada2 {
    width: 100%;
    height: 60vh;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: center;
}

@media(max-width: 700px) {
    .portada2 {
        height: 40vh;
    }
}

/********* SECCION */

.seccion {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
}

.contenido-seccion {
    width: 90%;
    max-width: 1000px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.textos-seccion {
    width: 100%;
    max-width: 450px;
    height: auto;
    margin: 10px auto;
}

.titulo-seccion {
    width: 100%;
    height: auto;
    margin: 10px auto;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #5b5b5b;
}

.texto-seccion {
    width: 100%;
    max-width: 650px;
    height: auto;
    line-height: 22px;
    margin: 20px auto;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #777777;
}

.btn1-seccion {
    width: 180px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 10px 0;
    border: 1px solid #bd1515;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #bd1515;
    cursor: pointer;
}

.img-seccion {
    width: 100%;
    max-width: 450px;
    height: 280px;
    margin: 10px auto;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

/********* SECCION ALT */

.seccion-alt {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 40px 0;
    position: relative;
    background-color: #f0f0f0;
}

.titulo-seccion-alt {
    width: 100%;
    height: auto;
    margin: 10px auto;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #5b5b5b;
}

.elementos-seccion-alt {
    width: 97%;
    max-width: 1000px;
    height: auto;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.elemento-seccion-alt {
    width: 90px;
    height: 90px;
    margin: 15px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media(max-width: 650px) {
    .elemento-seccion-alt {
        width: 110px;
        height: 110px;
    }
}

.swiper > .swiper-wrapper {
    transition-timing-function : linear;
}

/********* PRODUCTOS */

.header-productos {
    width: 90%;
    height: auto;
    margin: 20px auto;
    border-bottom: 1px solid #cecece;
}

.logo-header-productos {
    width: 200px;
    height: 100px;
    margin: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.lista-productos {
    width: 90%;
    height: auto;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    position: relative;
}

.producto {
    width: 300px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 15px;
    position: relative;
}

@media(max-width: 700px) {
    .producto {
        width: 90%;
        margin: 15px auto;
    }
}

.img-producto {
    width: 100%;
    height: 300px;
    margin: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-size: cover;
    background-position: center;
}

.logo-producto {
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 5px;
}

.contenido-producto {
    width: 100%;
    height: auto;
    margin: 0;
    background-color: #e2e2e2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.titulo-producto {
    width: 90%;
    height: auto;
    margin: 15px auto;
    margin-bottom: 5px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.texto-producto {
    width: 90%;
    height: auto;
    margin: 10px auto;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #5b5b5b;
}


/********* CONTACTO */

.forma-contacto {
    width: 90%;
    max-width: 400px;
    height: 44px;
    background-color: #f0f0f0;
    border-radius: 5px;
    display: flex;
    margin: 10px 0;
    cursor: pointer;
}

.icono-contacto {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #5b5b5b;
    color: #fff;
    font-size: 17px;
    margin: 5px;
    border-radius: 5px;
}

.texto-contacto {
    width: calc(100% - 60px);
    height: 34px;
    line-height: 34px;
    text-align: left;
    margin: 5px auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #2B2B2B;
}

.texto-contacto a {
    color: #2B2B2B;
    text-decoration: none;
}

#btntel {
    background-color: #06d315;
    font-size: 14px;
}

#btnwa {
    background-color: #25D366;
    font-size: 16px;
}

#btnmail {
    background-color: #00a2ed;
    font-size: 14px;
}

#btninsta {
    background: #f09433;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    font-size: 16px;
}

#btnface {
    background-color: #3b5998;
    font-size: 14px;
}

#btntwitter {
    background-color: #1da1f2;
    font-size: 14px;
}

.mapa {
    width: 100%;
    max-width: 500px;
    height: 90vh;
    max-height: 380px;
    margin: 20px 0;
}

iframe {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

/* ********* LEGAL */

.seccion-legal {
    width: 90%;
    max-width: 1100px;
    height: auto;
    margin: 80px auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.titulo-seccion-legal {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 900;
    color: #000;
}

.separador-seccion-legal {
    width: 100%;
    height: 2px;
    background-color: #CECECE;
    margin: 5px auto;
}

.texto-seccion-legal {
    width: 100%;
    height: auto;
    margin: 10px auto;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #707070;
}

.subtitulo-seccion-legal {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 15px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #bd1515;
    text-transform: uppercase;
}

/* ********* TRADEMARK */

.trademark {
    width: 100%;
    height: auto;
    margin: 0;
    background-color: #5b5b5b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.text-trademark {
    width: 90%;
    max-width: 400px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    color: #ddd;font-family: 'Poppins', sans-serif;
    font-size: 12px;
}

.text-trademark a {
    color: #acacac;
    text-decoration: none;
}

.text-trademark a:hover {
    color: #bd1515;
}

.powered {
    width: 90%;
    max-width: 400px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    color: #cecece;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

.phantomy {
    font-family: "Times New Roman", Times, serif;
    color: #fff;
    font-size: 15px;
    padding-left: 5px;
    cursor: pointer;
}