/********* COLORES */

/* OSCUROS 1 = #000000
/* OSCUROS 2 = #353535
/* OSCUROS 3 = #5B5B5B

/* COLORES 1 = #fcbd0e
/* COLORES 2 = #b92929

/********* TIPOGRAFIAS */

/* font-family: "Montserrat", sans-serif;

/********* BODY */

html, body {
    max-width: 100vw;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

body {
    width: 100vw;
    height: auto;
    margin: 0;
    padding: 0;
    background-color:#fff;
    position: relative;
}

::-webkit-scrollbar {
    display: none;
}

body::-webkit-scrollbar:vertical {
    display: block;
    width: 8px;
}
  
body::-webkit-scrollbar-track:vertical {
    background: #929292;
}

body::-webkit-scrollbar-thumb:vertical {
    background: #474747;
}

/********* PORTADA */

.portada {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-end;
    position: relative;
    background-image: url('../img/portada_web.png');
    background-size: cover;
    background-position: center;
}

@media(max-width: 850px) {
    .portada {
        background-image: url('../img/portada_movil.png');
        background-position: right;
    }
}

.sombra-portada {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    background-color: rgba(0, 0, 0, 0.40);
}

.contenido-portada {
    width: 90%;
    max-width: 1150px;
    height: auto;
    z-index: 91;
    margin: 0 auto;
    margin-bottom: 70px;
}

.contenido-portada h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 800;
    font-style: italic;
    color: #fcbd0e;
    margin-bottom: 7.5px;
}

.contenido-portada p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #dadada;
    margin-top: 0;
    margin-bottom: 25px;
}

.botones-portada {
    width: auto;
    height: auto;
    margin: 15px auto;
    display: flex;
}

.boton-portada {
    width: 160px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #929292;
    border-radius: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #fafafa;
    cursor: pointer;
    margin-right: 10px;
}

.boton-portada.alt {
    width: 154px;
    height: 34px;
    line-height: 34px;
    border: 2px solid #fafafa;
    background-color: transparent;
}

/********* SECCION */

.seccion {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
    background-color: #fff;
    position: relative;
}

.seccion.alt {
    background-color: #f1f1f1;
}

.seccion.nav-space {
    margin-top: 40px;
}

.contenido-seccion {
    width: 90%;
    max-width: 1150px;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: space-between;
    justify-content: space-between;
    z-index: 90;
}

.header-contenido-seccion {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
}

.titulo-header-contenido-seccion {
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #000;
}

.boton-header-contenido-seccion {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    background-color: #fcbd0e;
    border-radius: 5px;
    cursor: pointer;
}

.titulo-contenido-seccion {
    width: 100%;
    height: auto;
    margin: 10px auto;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 25px;
}

.titulo-contenido-seccion.black {
    color: #000;
}

.titulo-contenido-seccion.white {
    color: #fff;
}

.titulo-contenido-seccion.left {
    text-align: left;
}

.subtitulo-contenido-seccion {
    width: 100%;
    height: auto;
    margin: 10px auto;
    margin-top: 20px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.subtitulo-contenido-seccion.black {
    color: #000;
}

.subtitulo-contenido-seccion.white {
    color: #fff;
}

.subtitulo-contenido-seccion.left {
    text-align: left;
}

.texto-contenido-seccion {
    width: 100%;
    height: auto;
    margin: 5px auto;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.texto-contenido-seccion.black {
    color: #5b5b5b;
}

.texto-contenido-seccion.white {
    color: #fafafa;
}

.texto-contenido-seccion.left {
    text-align: left;
}

.textos50-contenido-seccion {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-top: 25px;
}

.imagen50-contenido-seccion {
    width: 100%;
    max-width: 500px;
    height: 350px;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    margin-top: 25px;
}

@media(max-width: 650px) {
    .imagen50-contenido-seccion {
        height: 200px;
    }
}

.lista-contenido-seccion {
    width: 100%;
    height: auto;
    margin: 25px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.panel-contenido-seccion {
    width: 100%;
    max-width: 500px;
    height: auto;
    padding: 30px 0;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #cecece;
    background-color: #ffffff;
    box-shadow: 0px 10px 10px #d6d6d6;
    border-radius: 16px;
}

.subtitulo-panel-contenido-seccion {
    width: 90%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    margin: 0 auto;
    color: #272727;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.input-panel-contenido-seccion {
    width: 90%;
    height: 38px;
    line-height: 38px;
    display: flex;
    margin: 10px auto;
    background-color: #ffffff;
    border: 1px solid #cecece;
    border-radius: 5px;
}

.icono-input-panel-contenido-seccion {
    width: 20px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin-left: 10px;
    color: #fcbd0e;
    font-size: 17px;
}

.tfinput-panel-contenido-seccion {
    width: calc(100% - 140px);
    height: 38px;
    line-height: 38px;
    text-align: left;
    margin-left: 10px;
    background-color: transparent;
    appearance: none;
    outline: none;
    border: none;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #222222;
}

.btn-input-panel-contenido-seccion {
    width: 100px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #fff;
    margin: 0;
    padding: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fcbd0e;
}

.btn-input-panel-contenido-seccion i {
    margin-right: 5px;
}

.separador-panel-contenido-seccion {
    width: 90%;
    height: 1px;
    border-top: 1px dashed rgba(0,0,0,.15);
    margin: 20px auto;
}

.titulo-panel-contenido-seccion {
    width: 90%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    color: #272727;
}

.texto-panel-contenido-seccion {
    width: 90%;
    height: 15px;
    line-height: 15px;
    margin: 5px auto;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #5b5b5b;
}

.boton-panel-contenido-seccion {
    width: 180px;
    height: 38px;
    line-height: 38px;
    background-color: #22a829;
    margin-left: 5%;
    margin-top: 15px;
    border-radius: 5px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.leyenda-panel-contenido-seccion {
    width: 90%;
    height: 15px;
    line-height: 15px;
    text-align: left;
    margin: 0 auto;
    margin-top: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #929292;
    font-style: italic;
}

.imagen-contenido-seccion {
    width: 100%;
    max-width: 550px;
    height: 400px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media(max-width: 700px) {
    .imagen-contenido-seccion {
        width: 100%;
        height: 270px;
    margin-top: 40px;
    }
}

/********* ELEMENTO LISTA */

.elemento-contenido-seccion {
    width: 100%;
    max-width: 330px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #cecece;
    background-color: #eeeeee;
    box-shadow: 0px 10px 10px #d6d6d6;
    border-radius: 16px;
}

.imagen-elemento-contenido-seccion {
    width: 100%;
    height: 330px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.contenido-elemento-contenido-seccion {
    width: 90%;
    height: auto;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
}

.subtitulo-elemento-contenido-seccion {
    width: 100%;
    height: auto;
    margin: 5px auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #5b5b5b;
}

.titulo-elemento-contenido-seccion {
    width: 100%;
    height: auto;
    margin: 5px auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.texto-elemento-contenido-seccion {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin: 5px auto;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #5b5b5b;
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 1px dashed #cecece;
}

.leyendas-elemento-contenido-seccion {
    width: 100%;
    height: auto;
    margin: 5px auto;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.leyenda-elemento-contenido-seccion {
    width: auto;
    height: 15px;
    line-height: 15px;
    padding: 5px 7.5px;
    margin-right: 5px;
    background-color: #fff;
    border: 1px solid #cecece;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #222222;
    border-radius: 5px;
}

.precio-elemento-contenido-seccion {
    width: 90%;
    height: 25px;
    line-height: 25px;
    text-align: right;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #222222;
    margin: 0 auto;
    margin-top: 20px;
}

.precio {
    font-weight: 600;
    font-size: 25px;
    color: #e4ab0f;
}

.botones-contenido-seccion {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    align-content: space-between;
    justify-content: space-between;
}

.boton-elemento-contenido-seccion {
    width: auto;
    height: auto;
    padding: 10px;
    margin-top: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fafafa;
    text-align: center;
    border-radius: 5px;
}

.boton-elemento-contenido-seccion.alt {
    background-color: #929292;
}

.boton-elemento-contenido-seccion.green {
    background-color: #22a829;
}

@media(max-width: 680px) {
    .elemento-contenido-seccion {
        max-width: 100%;
    }

    .imagen-elemento-contenido-seccion {
        height: 380px;
    }
}

.mini-elemento-contenido-seccion {
    width: 240px;
    height: auto;
    padding: 20px 10px;
    margin: 10px 0;
    border-radius: 16px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
    box-shadow: 0px 10px 10px #d6d6d6;
}

.texto-mini-elemento-contenido-seccion {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 10px auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #272727;
}

.img-mini-elemento-contenido-seccion {
    width: 160px;
    height: 160px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

@media(max-width: 680px) {
    .mini-elemento-contenido-seccion {
        width: 140px;
    }

    .img-mini-elemento-contenido-seccion {
        width: 120px;
        height: 120px;
        margin: 0 auto;
    }

    .texto-mini-elemento-contenido-seccion {
        font-size: 15px;
    }
}

/********* INFO PRODUCTO */

.fotos-producto-contenido {
    width: 100%;
    max-width: 650px;
    height: auto;
    display: flex;
}

.SwiperPrincipal {
    height: 550px;
    width: calc(100% - 125px);
    margin-right: 10px;
    border: 1px solid #cecece;
    background-color: #ffffff;
    box-shadow: 0px 10px 10px #d6d6d6;
    border-radius: 16px;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.SwiperSecundario {
    width: 125px;
    height: 550px;
}

.SwiperSecundario .swiper-slide {
    width: 120px;
    height: 120px;
    opacity: 0.5;
    border: 1px solid #cecece;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
}

.SwiperSecundario .swiper-slide-thumb-active {
    opacity: 1;
}

@media(max-width: 650px) {
    .SwiperPrincipal {
        width: calc(100% - 75px);
        height: 290px;
    }

    .SwiperSecundario {
        width: 65px;
        height: 290px;
    }

    .SwiperSecundario .swiper-slide {
        width: 60px;
        height: 60px;
        opacity: 0.5;
    }
}

.SwiperSecundario .swiper-slide-thumb-active {
    opacity: 1;
}

.info-producto-contenido {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.titulo-info-producto-contenido {
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 22px;
    text-align: left;
    color: #272727;
}

.subtitulo-info-producto-contenido {
    width: 100%;
    height: auto;
    margin: 7.5px auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #929292;
}

.boton-info-producto-contenido {
    width: 380px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    background-color: #3ca55c;
    border-radius: 5px;
    margin-top: 10px;
}

.acordeon-descripciones {
    width: 100%;
    height: auto;
    margin: 10px auto;
}

.header-acordeon-descripciones {
    width: 100%;
    height: 30px;
    margin: 0 auto;
    display: flex;
    border-bottom: 1px solid #dadada;
}

.titulo-header-acordeon-descripciones {
    width: calc(100% - 30px);
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #808080;
}

.icono-header-acordeon-descripciones {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    color: #808080;
}

.body-acordeon-descripciones {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    white-space: pre-wrap;   
    word-break: break-word;
    display: none;
}

.body-acordeon-descripciones.active {
    display: block;
}
