@font-face {
    font-family: 'ubuntu';
    src: url(../fonts/ubuntu-regular.ttf);
}
/* @font-face {
    font-family: 'segoe-regular';
    src: url(../fonts/yeseva-regular.ttf);
} */
@font-face {
    font-family: 'segoe-regular';
    src: url(../fonts/segoe-ui.ttf);
}

:root {
    --blanco: #fff;
    --negro: #000;
    --rojo-oscuro: #D10A10;
    --amarillo: #DAC174;
}
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none !important;
}
label {
    margin-bottom: 0 !important;
}
p {
    margin-bottom: 0 !important;
}
textarea {
    resize: none !important;
}
button {
    cursor: pointer;
}
li {
    list-style-type: none !important;
}
h1, h2, h3, h4, h5 {
    margin-bottom: 0 !important;
}
input:focus, button:focus, textarea:focus, select:focus {
    outline: none !important;
}
/* li {
    cursor: pointer;
} */
dl, ol, ul {
    margin-bottom: 0% !important;
}
.flex {
    display: flex;
}
.grid {
    display: grid;
}
.splide__pagination__page,
.splide__pagination__page.is-active {
    height: 17px !important;
    width: 17px !important;
    opacity: 1 !important;
    background-color: var(--amarillo) !important;
}
.splide__pagination__page.is-active {
    background-color: var(--rojo-oscuro) !important;
    transform: scale(1) !important;
}
.paddingTop #Producto,
.paddingTop #carro-compra,
.paddingTop .contCate {
    padding-top: 200px !important;
}
.paddingTop .sec-banner-home {
    padding-top: 220px !important;
}
.paddingTop .contenedor-banner  {
    padding-top: 250px !important;
}
.paddingTop .sec-contacto-home.mod-contacto {
    padding-top: 300px !important;
}
.fondo-cangrejo {
    position: relative;
}
.fondo-cangrejo::before {
    position: absolute;
    content: '';
    bottom: 10%;
    background-image: url(../img/cangrejo-derecha-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 240px;
    height: 609px;
    right: 0;
}
div.pagination {
    justify-content: flex-end;
    margin-top: 20px;
}
ul.pagination {
    column-gap: 15px;
    align-items: center;
}
ul.pagination li a {
    font-size: 25px;
    font-family: 'segoe-regular';
    color: var(--blanco);
}
ul.pagination li a span {
    font-size: 20px;
}
ul.pagination li.active a {
    color: var(--rojo-oscuro);
    padding-bottom: 5px;
    border-bottom: 3px solid var(--rojo-oscuro);
}

/* ************ PAGINA HOME ************ */
/* HEADER */
.bg-home {
    /* background-size: 100% 100%; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 790px;
}
.bg-home > .overplay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,60%);
    z-index: 0;
}
.header .carro-compra {
    position: relative;
}
.header .carro-compra .cantidad-productos {
    top: -10px;
    right: -30px;
}
.header .barra .carro-compra button {
    border: none;
    background-color: transparent;
}
.header .barra.fijo,
.header .navbar.fijo {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.75);
    z-index: 999999;
}
.header .barra.fijo {
    padding: 20px 5% 20px 15%;
}
.sec-banner-home,
.header {
    position: relative;
    z-index: 1;
}
.header {
    z-index: 100;
}
.header .barra {
    padding: 50px 5% 50px 15%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header > .barra > a {
    font-size: 17px;
    font-weight: 100;
    font-family: 'segoe-regular';
    color: var(--blanco);
}
.header > .barra > a.activo {
    font-weight: bold;
}
.sec-banner-home {
    padding: 50px 5% 50px 15%;
}
.sec-banner-home #splide1 .splide__arrows,
.sec-categoria-home #splide2 .splide__arrows,
.categoria-productos #splide3 .splide__arrows,
#splide4 .splide__arrows,
.promociones #splide5 .splide__arrows {
    display: none;
}
.sec-banner-home p.titulo {
    font-size: 36px;
    font-weight: normal;
    font-family: 'segoe-regular';
    color: var(--blanco);
    margin-bottom: 15px !important;
    position: relative;
    text-shadow: 0px 0px 9px rgba(0,0,0,0.6);
}
.sec-banner-home p.titulo::before {
    position: absolute;
    content: '';
    background-image: url(../img/flor.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 51px;
    height: 52px;
    top: 0;
    right: 0px;
}
.sec-banner-home p.texto,
.sec-banner-home p.fr-tag {
    font-size: 16px;
    font-weight: normal;
    font-family: 'segoe';
    color: var(--blanco);
    margin-bottom: 50px !important;
    text-shadow: 0px 0px 9px rgba(0,0,0,0.6);
    overflow-wrap: anywhere;
}
.sec-banner-home p.fr-tag span {
    color: var(--blanco) !important;
}
.sec-banner-home a {
    padding: 15px 30px;
    background-color: var(--rojo-oscuro);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 38px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 38px -2px rgba(0,0,0,1);
    box-shadow: 0px 0px 38px -2px rgba(0,0,0,1);
}
.sec-banner-home a > span {
    font-size: 18px;
    font-weight: normal;
    font-family: 'segoe-regular';
    color: var(--blanco);
    margin-right: 20px;
    letter-spacing: 1px;
}
.sec-banner-home .info {
    padding-right: 40%;
    padding-left: 2px;
}
.bg-home .redes-sociales {
    position: absolute;
    bottom: 50px;
    right: 5%;
    z-index: 1;
}
.bg-home .redes-sociales a {
    margin-right: 15px;
}
.bg-home .redes-sociales a:last-of-type {
    margin-right: 0;
}
.bg-home .redes-sociales a:hover img,
.footer .copyright .contenedor:nth-child(3) a:hover img {
    transition: ease .5s;
    transform: scale(1.1);
}
/* FIN HEADER */

/* PROMOCIONES */
.sec-promo-home {
    background-color: #26272A;
    position: relative;
}
.sec-promo-home .overplay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,60%);
}
.sec-promo-home::before,
.sec-promo-home::after {
    position: absolute;
    content: '';
    background-image: url(../img/pulpo-derecha.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 222px;
    height: 228px;
    top: 100px;
    right: 0;
    z-index: 1;   
}
.sec-promo-home::after {
    background-image: url(../img/pulpo-izquierda.png);
    left: 0;
    right: unset;
}
.sec-promo-home .grid {
    grid-template-columns: repeat(1,1fr);
}
.sec-promo-home .grid .contenedor {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--blanco);
    position: relative;
    z-index: 0;
}
.sec-promo-home .grid .contenedor:last-of-type {
    margin-bottom: 0;
}
.sec-promo-home .grid .contenedor-info {
    padding-left: 15%;
    padding-right: 5%;
}
.sec-promo-home .flex,
.sec-categoria-home .flex,
.sec-banner-productos .flex {
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    width: 25%;
    margin: 0 auto;
    padding-bottom: 15px;
    position: relative;
}
.sec-promo-home .flex .barra,
.sec-categoria-home .flex .barra,
.sec-banner-productos .flex .barra {
    width: 100%;
    height: 1px;
    background-color: var(--blanco);
}
.sec-promo-home h4,
.sec-categoria-home h4,
.sec-banner-productos h4 {
    font-size: 40px;
    font-weight: normal;
    font-family: 'segoe-regular';
    color: var(--blanco);
    position: relative;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    z-index: 10;
}
.sec-promo-home h4::before,
.sec-promo-home h4::after,
.sec-categoria-home h4::before,
.sec-categoria-home h4::after,
.sec-banner-productos h4::before,
.sec-banner-productos h4::after {
    position: absolute;
    content: '';
    background-image: url(../img/flor.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 51px;
    height: 52px;
    top: 0;
    right: 0px;
}
.sec-promo-home h4::after,
.sec-categoria-home h4::after,
.sec-banner-productos h4::after {
    left: 0;
    right: unset;
}
.sec-promo-home .contenedor-info {
    display: flex;
    column-gap: 100px;
    padding-top: 60px;
}
.sec-promo-home .contenedor-info .imagen {
    width: 45%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 5px solid var(--amarillo);
    border-radius: 5px;
    height: 290px;
}
.sec-promo-home .contenedor-info .info {
    width: 55%;
}
.sec-promo-home .contenedor-info p.descripcion,
.sec-promo-home .contenedor-info p.nombre,
.sec-promo-home .contenedor-info p.fr-tag {
    font-size: 20px;
    font-weight: normal;
    font-family: 'segoe';
    color: var(--blanco);
    margin-bottom: 70px !important;
}
.sec-promo-home .contenedor-info p.nombre {
    margin-bottom: 20px !important;
}
.sec-promo-home .contenedor-info a {
    padding: 15px 55px;
    background-color: var(--rojo-oscuro);
    border-radius: 25px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'segoe-regular';
    color: var(--blanco);
    -webkit-box-shadow: 3px 3px 12px 0px rgba(48,46,46,1);
    -moz-box-shadow: 3px 3px 12px 0px rgba(48,46,46,1);
    box-shadow: 3px 3px 12px 0px rgba(48,46,46,1);
}
/* FIN PROMOCIONES */

/* CATEGORIAS */
.sec-categoria-home {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-bottom: 60px;
}
.sec-categoria-home::before,
.sec-categoria-home::after {
    position: absolute;
    content: '';
    background-image: url(../img/tentaculo-derecho.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 163px;
    height: 595px;
    top: 50px;
    right: 0;
    z-index: 1;
}
.sec-categoria-home::after {
    background-image: url(../img/tentaculo-izquierdo.png);
    left: 0;
    right: unset;
    width: 158px;
}
.sec-categoria-home > .overplay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 25, 28, 80%);
}
.sec-categoria-home #splide2 {
    padding: 0 20%;
    z-index: 0;
}
.sec-categoria-home #splide2-track {
    padding-bottom: 120px;
}
.sec-categoria-home .imagen {
    height: 360px;
    background-repeat: no-repeat;
    /* background-size: 100% 100%; */
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
    transform: translateY(20px);
}
.sec-categoria-home .splide__slide::before {
    position: absolute;
    content: '';
    background-image: url(../img/cuadro-categoria.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 0;
    bottom: -40px;
    right: 20px;
    left: 20px;
}
.sec-categoria-home .imagen .overplay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 25, 28, 48%);
}
.sec-categoria-home .splide__slide .info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    z-index: 5;
}
.sec-categoria-home .splide__slide .info p {
    font-size: 22px;
    font-weight: 500;
    font-family: 'segoe';
    color: var(--blanco);
    text-align: center;
}
.sec-categoria-home h4 {
    margin-bottom: 50px !important;
}
/* FIN CATEGORIAS */

/* VIDEO */
.sec-video-home {
    background-color: #0f1011;
    position: relative;
}
.sec-video-home .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/arena.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.sec-video-home::before {
    position: absolute;
    content: '';
    background-image: url(../img/cangrejo-derecha.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 186px;
    height: 333px;
    top: 0;
    right: 0;
}
.sec-video-home::after {
    position: absolute;
    content: '';
    background-image: url(../img/circulo-video.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 497px;
    height: 437px;
    top: 60px;
    left: 15%;
}
.sec-video-home .flex {
    align-items: center;
    column-gap: 100px;
    padding: 120px 10%;
    position: relative;
    z-index: 1;
}
.sec-video-home .flex iframe {
    width: 100%;
    height: 318px;
    border: 5px solid var(--amarillo);
    border-radius: 5px;
}
.sec-video-home .flex .izq,
.sec-video-home .flex .der {
    width: 50%;
}
.sec-video-home .der p.titulo,
.sec-video-home .der p.texto {
    font-size: 40px;
    font-weight: normal;
    font-family: 'segoe-regular';
    color: var(--blanco);
    margin-bottom: 18px !important;
    line-height: 1.3;
}
.sec-video-home .der p.texto {
    font-family: 'segoe-regular';
    font-size: 17px;
    margin-bottom: 0 !important;
    line-height: 1.2;
}
/* FIN VIDEO */

/* CONTACTO */
.sec-contacto-home {
    background-image: url(../img/fondo-contacto.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}
.sec-contacto-home > .overplay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 25, 28, 80%);
}
.sec-contacto-home .flex {
    column-gap: 50px;
    position: relative;
    z-index: 1;
    padding: 50px 15% 100px 10%;
}
.sec-contacto-home .flex .izq,
.sec-contacto-home .flex .der {
    width: 50%;
}
.sec-contacto-home .izq p.titulo {
    font-size: 40px;
    font-weight: normal;
    font-family: 'segoe-regular';
    color: var(--blanco);
    position: relative;
}
.sec-contacto-home .izq p.titulo::before {
    position: absolute;
    content: '';
    background-image: url(../img/flor.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 51px;
    height: 52px;
    top: 0;
    right: 0px;
}
.sec-contacto-home .izq p.subtitulo {
    font-size: 20px;
    font-weight: normal;
    font-family: 'segoe-regular';
    color: var(--blanco);
    margin: 20px 0 !important;
}
.sec-contacto-home form .campo {
    margin-bottom: 20px;
}
.sec-contacto-home form input,
.sec-contacto-home form textarea {
    font-size: 16px;
    font-weight: normal;
    font-family: 'segoe-regular';
    color: var(--blanco);
    padding: 15px 15px;
    border: none;
    border-radius: 10px;
    border: 1px solid var(--blanco);
    width: 100%;
    background-color: transparent;
}
.sec-contacto-home form input::placeholder,
.sec-contacto-home form textarea::placeholder {
    font-size: 16px;
    font-weight: normal;
    font-family: 'segoe-regular';
    color: var(--blanco);
}
.sec-contacto-home form button {
    font-size: 30px;
    font-weight: normal;
    font-family: 'segoe-regular';
    color: var(--negro);
    padding: 10px;
    width: 100%;
    background-color: var(--amarillo);
    border: none;
    border-radius: 10px;
}
.sec-contacto-home .der .imagen {
    height: 530px;
    background-size: 100% 100%;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.75);
}
.sec-contacto-home .der .imagen::before {
    position: absolute;
    content: '';
    background-image: url(../img/cuadro-contacto.png);
    width: 216px;
    height: 452px;
    top: -120px;
    right: -100px;
    z-index: -1;
}
/* FIN CONTACTO */

/* FOOTER */
.footer {
    background-color: #26272a;
    position: relative;
}
.footer .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/arena.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.footer .navegacion,
.footer .informacion,
.footer .copyright {
    position: relative;
    z-index: 1;
}
.footer .navegacion {
    border-top: 1px solid var(--blanco);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 15%;
}
.footer .navegacion > .campo {
    display: flex;
    flex-direction: column;
}
.footer .navegacion > .campo a.contacto {
    display: flex;
    flex-direction: column;
}
.footer .navegacion > .campo a.contacto span {
    margin-top: 10px;
}
.footer .navegacion > .campo img {
    height: 39px;
}
.footer .navegacion a {
    font-size: 17px;
    font-weight: 500;
    font-family: 'segoe-regular';
    color: var(--blanco);
}
.footer .navegacion a.activo {
    color: var(--rojo-oscuro);
}
.footer .informacion {
    padding: 50px 5%;
    position: relative;
    border-top: 1px solid var(--blanco);
    border-bottom: 1px solid var(--blanco);
}
.footer .informacion::before,
.footer .informacion::after {
    position: absolute;
    content: '';
    background-image: url(../img/pulpo-derecha.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 222px;
    height: 228px;
    bottom: 20px;
    right: 0;
    z-index: -1;   
}
.footer .informacion::after {
    background-image: url(../img/pulpo-izquierda.png);
    left: 0;
    right: unset;
}
.footer .informacion > .flex {
    column-gap: 80px;
    align-items: center;
}
.footer .informacion .contenedor {
    width: 35%;
}
.footer .informacion .contenedor p.texto {
    font-size: 17px;
    font-weight: normal;
    font-family: 'segoe-regular';
    color: var(--blanco);
    margin-top: 10px !important;
}
.footer .informacion p.subtitulo {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto',sans-serif;
    color: var(--blanco);
    margin-bottom: 15px !important;
}
.footer .informacion form {
    display: flex;
}
.footer .informacion form button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Roboto',sans-serif;
    color: var(--blanco);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: var(--rojo-oscuro);
    padding: 6px 10px;
    border: none;
}
.footer .informacion form input {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto',sans-serif;
    color: #1C1C1A;
    border: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 8px;
}
.footer .informacion form input::placeholder {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto',sans-serif;
    color: #1C1C1A;
    padding-left: 15px;
}
.footer .copyright {
    padding: 50px 5%;
}
.footer .copyright .flex {
    align-items: center;
}
.footer .copyright .contenedor:nth-child(1),
.footer .copyright .contenedor:nth-child(2) {
    width: 35%;
}
.footer .copyright .contenedor:nth-child(3) {
    width: 30%;
} 
.footer .copyright .contenedor p,
.footer .copyright .contenedor span {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Rubik',sans-serif;
    color: var(--blanco);
}
.footer .copyright .contenedor p > span {
    text-transform: uppercase;
    font-weight: 500;
}
.footer .copyright .contenedor:nth-child(2) {
    display: flex;
    justify-content: center;
}
.footer .copyright .contenedor:nth-child(3) {
    display: flex;
    justify-content: flex-end;
}
.footer .copyright .contenedor:nth-child(3) .flex {
    align-items: center;
    column-gap: 15px;
}
/* FIN FOOTER */
/* ************ FIN PAGINA HOME ************ */


/* ************ PAGINA PRODUCTOS ************ */
.fondo-productos {
    background-color: #1C1C1A;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/arena.png);
    /* height: 100%; */
}
.sec-banner-productos {
    position: relative;
    margin-bottom: 40px;
}
.sec-banner-productos::before,
.sec-banner-productos::after {
    position: absolute;
    content: '';
    background-image: url(../img/pulpo-derecha.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 222px;
    height: 228px;
    top: 50px;
    right: 0;
    z-index: 5;   
}
.sec-banner-productos::after {
    background-image: url(../img/pulpo-izquierda.png);
    left: 0;
    right: unset;
}
.fondo-productos .footer.mod-footer,
.fondo-detalle-producto .footer.mod-footer-contacto {
    background-color: transparent !important;
}
.fondo-productos .footer.mod-footer .bg,
.fondo-detalle-producto .footer.mod-footer-contacto {
    background-image: none !important;
}
.categoria-productos {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.categoria-productos #splide3-track {
    padding-bottom: 40px;
}
.categoria-productos #splide3 .splide__slide {
    text-align: center;
}
.categoria-productos .splide__slide a {
    font-size: 16px;
    font-weight: normal !important;
    font-family: 'segoe-regular';
    color: var(--blanco);
    text-align: center;
}
.categoria-productos .splide__slide a.activo {
    font-weight: bold;
    color: var(--amarillo);
}
.sec-productos {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
}
.sec-productos .filtro-productos {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
}
.sec-productos .filtro-productos form select {
    padding: 9px 25px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto',sans-serif;
    color: var(--negro);
}
.sec-productos .grid {
    grid-template-columns: repeat(4,1fr);
    column-gap: 20px;
}
.sec-productos .grid .contenedor {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 20px 25px 0px rgba(0,0,0,51%);
    -moz-box-shadow: 0px 20px 25px 0px rgba(0,0,0,51%);
    box-shadow: 0px 20px 25px 0px rgba(0,0,0,51%);
    height: 380px;
    background-color: #1E1E1E;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}
.sec-productos .grid .contenedor.activo .info-oculta {
    opacity: 1;
    pointer-events: initial;
}
.sec-productos .contenedor::before {
    position: absolute;
    content: '';
    background-image: url(../img/info.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 46px;
}
.sec-productos .contenedor .info-oculta {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: var(--amarillo);
    top: 0;
    transition: ease .6s;
    border-radius: 10px;
    /* display: none; */
    opacity: 0;
    pointer-events: none;
}
.sec-productos .contenedor .info-oculta p.descripcion,
.sec-productos .contenedor .info-oculta p.fr-tag {
    font-size: 16px;
    font-weight: normal;
    font-family: 'segoe-regular';
    color: #1E1E1E;
    padding: 100px 20px 25px 20px;
    overflow-wrap: anywhere;
}
.sec-productos .contenedor .info-oculta p.fr-tag #text {
    position: relative;
}
.sec-productos .contenedor .info-oculta .flex {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10px;
    bottom: 60px;
    position: absolute;
    width: 100%;
}
.sec-productos .contenedor .info-oculta .abajo-flex {
    display: flex;
    align-items: center;
}
.sec-productos .contenedor .info-oculta p.precio-oculto {
    font-size: 25px;
    font-weight: 500;
    font-family: 'segoe-regular';
    color: #1E1E1E;
    padding-right: 10px;
    border-right: 2px solid #1E1E1E;
    width: 50%;
    text-align: center;
}
.sec-productos .contenedor .info-oculta p.nombre-oculto {
    font-size: 20px;
    font-weight: normal;
    font-family: 'segoe-regular';
    color: #1E1E1E;
    padding-left: 10px;
    width: 50%;
}
.sec-productos .contenedor .info-oculta a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--rojo-oscuro);
    font-size: 20px;
    font-weight: normal;
    font-family: 'segoe-regular';
    color: var(--blanco);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 0;
    text-align: center;
}
.sec-productos .contenedor .info-oculta .abajo
.sec-productos .contenedor .vista { 
    transition: ease .6s;
}
/* .sec-productos .contenedor.activo .info-oculta {
    display: block;
}
.sec-productos .contenedor.oculto .info-oculta {
    display: none;
} */
/* .sec-productos .contenedor.oculto .vista {
    opacity: 0;
    height: 100%;
    position: relative;
} */
.sec-productos .contenedor .info {
    padding: 0 25px;
}
.sec-productos .contenedor .info p.precio {
    font-size: 25px;
    font-weight: normal;
    font-family: 'segoe-regular';
    color: var(--blanco);
    margin-bottom: 10px !important;
}
.sec-productos .contenedor .info p.nombre {
    font-size: 20px;
    font-weight: normal;
    font-family: 'segoe-regular';
    color: var(--blanco);
    margin-bottom: 5px !important;
}
.sec-productos .contenedor a.agregar-carro {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 0;
    background-color: var(--amarillo);
    font-size: 20px;
    font-weight: normal;
    font-family: 'segoe-regular';
    color: #1E1E1E;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.sec-productos .contenedor .imagen {
    height: 159px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: ease .6s;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px !important;
    margin-top: 30px !important;
}
/* .sec-productos .contenedor:hover .vista {
    opacity: 0;
    height: 100%;
    position: relative;
} */
/* .sec-productos .contenedor:hover .info-oculta {
    opacity: 1;
} */
/* ************ FIN PAGINA PRODUCTOS ************ */


/* ************ PAGINA CONTACTO ************ */
.fondo-contacto {
    background-color: #1C1C1A;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.fondo-contacto::before,
.fondo-contacto::after {
    position: absolute;
    content: '';
    background-image: url(../img/tentaculo-derecho.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 163px;
    height: 595px;
    top: 25%;
    right: 0;
    z-index: 1;
}
.fondo-contacto::after {
    background-image: url(../img/tentaculo-izquierdo.png);
    left: 0;
    right: unset;
    width: 158px;
}
.sec-contacto-home.mod-contacto .overplay {
    display: none;
}
.sec-contacto-home.mod-contacto {
    background-image: none !important;
    padding-top: 50px;
}
.fondo-contacto .footer.mod-footer-contacto {
    background-color: transparent;
    margin-top: 100px;
}
.fondo-contacto .footer.mod-footer-contacto .bg {
    background-image: none !important;
}
.fondo-contacto .overplay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 25, 28, 80%);
}
/* ************ FIN PAGINA CONTACTO ************ */


/* ************ PAGINA PRODUCTO ************ */
label
{
  margin-bottom:0;
}
.envios
{
  margin:20px 0;
}
.envios span {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto',sans-serif;
    color: var(--amarillo);
}
.envios img 
{
  margin-right:10px;
}
#Producto .redes-sociales {
    display: flex;
    column-gap: 20px;
}
#Producto .contenedor-detalle-producto {
    width: 90%;
    margin: 0 auto;
}
#Producto .carouseles
{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
#Producto .carouseles > div 
{
  margin:20px 0;
}
.anadirCarro
{
  display:flex;
}
.SubirAlCarro
{
  display:flex;
  align-items:center;
  margin-bottom:20px;
  flex-wrap: wrap;
}
.SubirAlCarro input 
{
  width:60px;
  text-align:center;
  /* margin:0 10px; */
  border:1px solid var(--amarillo);
  border-radius:7px;
  background-color:transparent;
  height:40px;
  margin-right: 10px;
  padding:10px;
  color: var(--amarillo);
}
.SubirAlCarro input::placeholder {
    text-align: center;
}
.SubirAlCarro button
{
  background-color: var(--amarillo);
  color: var(--negro);
  font-size: 17px;
  font-weight: 500;
  font-family: 'segoe-regular';
  padding:7px 30px;
  letter-spacing:2px;
  border-radius:7px;
  border: none;
}
.SubirAlCarro button img 
{
  margin-right:10px;
}
.ProductoDetalle .flex {
    display: flex;
}
.ProductoDetalle b.descripcion
{
  font-size:20px;
  font-weight: bold;
  font-family: 'Roboto',sans-serif;
  color: var(--azul);
  display: block;
  margin-right: 10px;
}
.ProductoDetalle .descrip
{
  margin:20px 0;
  padding-bottom: 1px solid var(--amarillo);
}
.ProductoDetalle .descrip .fr-tag {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Roboto',sans-serif;
    color: var(--blanco);
}
.ProductoDetalle .descrip > b.descripcion 
{
  border-top: 1px solid var(--amarillo);
  border-bottom: 1px solid var(--amarillo);
  padding-bottom:15px;
  padding-top:15px;
  margin-bottom:20px;
  color: var(--amarillo);
  font-weight: bold;
  font-family: 'Roboto',sans-serif;
  font-size: 20px;
}
.ProductoDetalle .precio {
    margin-top: 10px !important;
}
.ProductoDetalle .precio {
    font-size: 15px;
    font-weight: normal;
    font-family: 'Roboto',sans-serif;
    color: var(--blanco);
}
.ProductoDetalle .precio span {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto',sans-serif;
    color: var(--azul);
}
.ProductoDetalle .precio.descuento span {
    color: var(--rojo);
}
.ProductoDetalle .precio b 
{
    display:inline;
}
.ProductoDetalle .navproductos
{
  font-size:12px;
 
}
.ProductoDetalle h2 
{
  text-align:left;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Roboto',sans-serif;
  color: var(--blanco);
  margin-bottom: 20px !important;
  position: relative;
}
.fotoprincipal a div 
{
  width:100%;
  height:100%;
  background-size:Contain;
  background-repeat:No-repeat;
  background-position:center;
}
.fotoprincipal a 
{
  display:Block;
  width:100%;
  height:400px;
}
.fotossecundarias
{
  display:flex;
  flex-wrap:Wrap;
  margin-top: 20px;
}
.fotossecundarias a  
{
  width:24%;
  margin:5px 0.5%;
  height:100px;
}
.fotossecundarias div 
{
  background-size:cover;
  background-position:center;
  width:100%;
  height:100%;
}

.subiralcarrob a 
{
  padding:10px 50px;
  display:Block;
  width:fit-content;
  background-color:#6794a2;
}
.subiralcarrob
{
  margin-bottom:10px;
}
.SubirAlCarro
{
  /* background-color:#0000003d; */
  /* padding:20px; */
  padding: 20px 20px 20px 0;
  margin-top: 40px;
}
.ProductoAtributo h5 
{
  font-size: 18px!important;
  margin-bottom: 10px!important;
  margin-top: 0!important;
  width:100%;
  text-align: left!important;
}
.ProductoAtributo > a 
{
  border:1px solid;
  padding: 3px 20px;
  display:block;
  width:fit-content;
  margin-right: 5px;
  font-size:12px;
  margin-bottom: 5px;
}
.ProductoAtributo
{
  display:flex;
  flex-wrap:wrap;
}
#Producto .ProductoDetalle {
    padding: 50px 0;
}
#Producto .ProductoDetalle > .flex {
    column-gap: 100px;
}
#Producto h5 {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    font-family: 'Roboto',sans-serif;
    color: var(--amarillo);
    letter-spacing: 2px;
    margin-bottom: 20px !important;
}
.fondo-detalle-producto {
    background-color: #0f1011;
    background-image: url(../img/arena.png);
    background-repeat: no-repeat;
    background-size: cover;
}
/* PRODUCTOS SIMILARES */
#Producto #splide4 {
    padding: 0 5%;
    margin-bottom: 70px !important;
}
#splide4-track {
    padding: 80px 0;
}
.productos-similares h5 {
    font-size: 21px;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    margin: 40px 0;
    color: #737373;
    letter-spacing: 1px;
}
.contenedor-splide-4 p {
    padding-top: 10px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    color: var(--negro);
}
.contenedor-splide-4 .info {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contenedor-splide-4 a.comprar {
    font-size: 17px;
    font-weight: 500;
    font-family: 'Roboto',sans-serif;
    color: var(--negro);
    padding: 10px 20px;
    background-color: var(--amarillo);
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.contenedor-splide-4 p:last-of-type {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: var(--negro);
    border: none;
    padding-bottom: 25px;
}
.contenedor-splide-4 .barra-horizontal-producto {
    height: 2px;
    background-color: #28282D;
    margin-top: 10px;
}
.contenedor-splide-4 .imagen {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 165px;
    margin-bottom: 10px;
}
.contenedor-splide-4 .contenedor-productos-similares {
    background-color: var(--blanco);
    border-radius: 7px;
    -webkit-box-shadow: 0px 1px 9px 0px rgba(112,112,112,60%);
    -moz-box-shadow: 0px 1px 9px 0px rgba(112,112,112,60%);
    box-shadow: 0px 1px 9px 0px rgba(112,112,112,60%);
}
.productos-similares button {
    background-color: var(--rojo-oscuro);
    color: var(--blanco);
    border: none;
    text-transform: uppercase;
    width: 100%;
}
/* FIN PRODUCTO SIMILAR */
/* ************ FIN PAGINA PRODUCTO ************ */


/* ************ PAGINA PROMOCIONES ************ */
.promociones {
    margin-bottom: 60px;
}
.promociones .imagen {
    height: 260px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}
.promociones .imagen::before {
    position: absolute;
    content: attr(data-content);
    font-size: 85px;
    font-weight: 500;
    font-family: 'Roboto',sans-serif;
    color: var(--rojo-oscuro);
    left: 15px;
    bottom: -55px;
    text-shadow: 0px 0px 9px rgba(0,0,0,1);
}
.promociones .splide__slide {
    background-color: var(--amarillo);
    border-radius: 7px;
    -webkit-box-shadow: 0px 20px 25px 0px rgba(0,0,0,51%);
    -moz-box-shadow: 0px 20px 25px 0px rgba(0,0,0,51%);
    box-shadow: 0px 20px 25px 0px rgba(0,0,0,51%);
}
.promociones .splide__slide.splide__slide--clone {
    display: none;
}
.promociones .info {
    padding: 50px 20px 60px 20px;
}
.promociones #splide5-track {
    padding-bottom: 80px;
}
.promociones #splide5 .splide__pagination {
    column-gap: 15px;
}
.promociones p.nombre{
    font-size: 20px;
    font-weight: normal;
    font-family: 'segoe-regular';
    color: #1C1C1A;
}
.promociones p.descripcion, 
.promociones p.fr-tag {
    font-size: 16px;
    font-weight: normal;
    font-family: 'segoe-regular';
    margin: 25px 0 !important;
}
.promociones .splide__slide {
    position: relative;
}
.promociones a.agregar-carro {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-family: 'segoe-regular';
    color: var(--blanco);
    background-color: var(--rojo-oscuro);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.promociones p.precio {
    padding-top: 10px;
    border-top: 1px solid #1E1E1E;
    font-size: 36px;
    font-weight: 500;
    font-family: 'segoe-regular';
    color: #1E1E1E;
    text-align: center;
}
.promociones #splide5 {
    width: 80%;
    margin: 0 auto;
}
/* ************ FIN PAGINA PROMOCIONES ************ */


/* CARRO COMPRA */
#divCarro .boton,
#divCarro2 .boton 
{/* background-color:white; */padding:5px;width:initial;font-weight: bold;color: red;width: 100%;}
#divCarro li ,
#divCarro2 li
{
  clear:both;
  margin-bottom:10px;
  font-size:12px;
  list-style: none;
  clear: both;
  text-align: left;
}
#divCarro ul:not(.total),
#divCarro2 ul:not(.total)
{
  margin-top:15px;

}
#divCarro .total,
#divCarro2 .total
{
  border-top:1px solid #828282;
  padding-top:10px;
  margin-bottom: 10px;
  background-color: transparent;
  border: none;
  text-align: left;
}
#divCarro b:last-child,
#divCarro2 b:last-child
{
  float:right;
}
#divCarro img,
#divCarro2 img
{
  width: 51px;
  margin-right:10px;
  /* float: left; */
  /* margin-bottom: 15px; */
}
#divCarro b 
#divCarro2 b
{
    font-size:16px;
}
#divCarro span
#divCarro2 span
{
  display:block;
  text-align: left;
  font-weight: 300!important;
  font-size: 14px;
}
#divCarro button,
#divCarro2 button
{
  background: var(--rojo-oscuro);
  border:none;
  color:white;
  font-weight: bold;
  padding:5px 30px;
  width: 100%;
}
.carro2 > a > b ,
#divCarro2 > a > b
{
  position:absolute;
  background-color:#145188;
  width:20px;
  height:20px;
  display:flex;
  border-radius:200px;
  align-items:center;
  justify-content:center;
  top:-10px;
  right:-10px;
}
#divCarro.open,
#divCarro2.open
{
  display:block;
  border-radius: 7px;
}
#divCarro.open > p,
#divCarro2.open > p 
{
    font-family: 'Roboto',sans-serif;
    font-weight:normal;
    margin-bottom:-10px;
    margin-top:-10px;
    color: var(--blanco);
}
#divCarro .titulo,
#divCarro2 .titulo
{
    letter-spacing: 2px;
    background-color: var(--amarillo);
    padding:20px;
    margin:-20px;
    margin-bottom:20px;
    font-weight:bold;
    position:relative;
    text-align:center;
    color: var(--negro);
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
#divCarro .titulo:before,
#divCarro2 .titulo::before
{
  content:'';
  position:absolute;
  background-image:url(../img/flechaAm.png);
  width:46px;
  height:18px;
  top:-18px;
  right:18px;
}
#divCarro,
#divCarro2
{
  display:none;
  /* background-color: var(--blanco); */
  background-color: #1E1E1E;
  padding:20px;
  color: black;
  position: absolute;
  z-index: 1;
  width: 270px;
  margin-left: -86px;
  top: 150px;
  height: initial;
  right: 30px;
  box-shadow: 0px 0px 10px #0000004d;
  z-index: 3333;
}
#divCarro {
    top: 90px;
    right: -15px;
}
#divCarro li,
#divCarro2 li
{
  clear:both;
  margin-bottom:10px;
  font-size:12px;
  list-style: none;
  clear: both;
  text-align: left;
  border-bottom: 1px solid var(--amarillo);
  padding: 15px 0;
  margin: 15px 0;
  display: flex;
}
#divCarro li > div:first-child img,
#divCarro2 li > div:first-child img
{
  padding:10px;
  border: 1px solid var(--amarillo);
}
#divCarro ul:not(.total),
#divCarro2 ul:not(.total)
{
  margin-top:15px;
  max-height: 400px;
  overflow-y: scroll;
}
#divCarro li > div:last-child,
#divCarro2 li > div:last-child
{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content: center;
}
#divCarro li b,
#divCarro2 li b
{
  display:block;
  width:100%;
}
#divCarro li > div:last-child *,
#divCarro2 li > div:last-child *
{
  height:24px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#divCarro li > div:last-child img,
#divCarro2 li > div:last-child img
{
  width:initial;
  height:initial;
}
#divCarro .total,
#divCarro2 .total
{
  border-top:1px solid #828282;
  padding-top:10px;
  margin-bottom: 10px;
  background-color: transparent;
  border: none;
  text-align: left;
  margin-bottom: 20px;
  color: var(--blanco);
}
.carro .total
{
  display:flex;
  justify-content:space-between
}
#divCarro b:last-child,
#divCarro2 b:last-child
{
  float:right;
}
#divCarro img,
#divCarro2 img
{
  max-width: 59px;
  /* margin-right:10px; */
  /* float: left; */
  /* margin-bottom: 15px; */
  max-height: 60px;
}
#divCarro b 
{
    font-size:16px;
}
#divCarro button,
#divCarro2 button
{
  background: var(--rojo-oscuro);
  border:none;
  padding: 8px 30px;
  width: 100%;
  margin: 4px 0;
  height: initial;
  font-family: 'segoe-regular';
  font-size: 15px;
  font-weight: normal;
  color: var(--blanco);
  border-radius: 25px;
}
.sig-cont
{
  font-weight:bold;
  font-size:18px;
  color: var(--blanco);
}
#divCarro li > div:last-child p,
#divCarro2 li > div:last-child p
{
  background-color:white;
  padding:4px 10px;
  color:#666;
  margin:0 10px;
  border: 1px solid #72885e;
}
#divCarro li > div:last-child img,
#divCarro2 li > div:last-child img
{
  margin-left:20px;
}
#divCarro li > div:last-child b,
#divCarro2 li > div:last-child b
{
  font-weight:normal;
  text-align:center;
  font-size: 13px;
  width:100%;
  color: var(--blanco);
  /* margin-bottom: 10px; */
}
.cantidad-productos {
    background-color: var(--rojo-oscuro);
    width: 25px;
    height: 25px;
    position: absolute;
    color: var(--blanco);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    top: 65px;
    right: 40px;
    font-family: 'segoe-regular';
    font-weight: bold;
}
/* FIN CARRO COMPRA */


/* CHECKOUT */
.CodDesc
{
    padding: 30px 0;
}
.CodDesc p 
{
    font-size:14px!important;
    margin-bottom:0!important;
    padding-bottom:0;
}
.checkout{/* background:#F5F5F5; */border-top:1px solid #ccc;}
.checkout .titulo{margin-bottom:30px;}
.checkout .titulo h1{font-size:25px;color:#5f5f5f;text-transform:uppercase;}
.checkout_table tbody > tr:first-child
{
  background-color:#d53232;
  color:white;
}
.checkout_table{/* background:#fff; */margin:0;color: #383838;}
.checkout_table tr th{font-size:13px;font-weight:600;padding:10px 15px !important;border: 1px solid #d53232;border-top: none!important;}
.checkout_table tr td{padding:15px !important;border: 1px solid #d53232;}
.checkout_table img{max-width:100px;padding:10px;border:1px solid #ccc;}
.checkout_table h3{font-size:14px;}
.checkout_table input{width:70px;border:1px solid #ccc;padding:10px;margin:0 auto;display:block;}
.checkout_table a{color:var(--blanco);}
.totalC{padding:15px;background:#fff;border: 1px solid #d53232;margin-top:-1px;text-align:right;margin-bottom:30px;}
.totalC p{color:#000;font-weight:600;text-transform:uppercase;font-size:20px}
.totalC span{margin-left:30px;color: #d53232;}
.continuar{font-size:13px;}
.continuar span{color: #d53232;}
.checkoutForm{margin-top:30px;}
#pedidoFinal .lineaform{margin-bottom:10px;}
#pedidoFinal .lineaform:last-of-type{margin-bottom:0}
#pedidoFinal input, #pedidoFinal textarea{width:100%;padding:10px 15px;border: 1px solid #d53232;background:#fff;line-height:normal;font-size:13px;transition:all .3s ease;color: #666;}
#pedidoFinal textarea{resize:none;height:120px;}
#pedidoFinal input[type="submit"]{width:auto;background: var(--rojo-oscuro);color:#fff;margin:0 auto;text-transform:uppercase;border:none;display: inline;cursor: pointer;}
#pedidoFinal input:focus, #pedidoFinal textarea:focus{border-color:#EB126D;}
#pedidoFinal input[type="submit"]:first-of-type { margin-bottom: 10px;}
.precio-total
{
    display:flex;
    justify-content:space-between;
}
.precio-total > div 
{
    width:45%;
}
/************/
#checkout
{
    padding:30px 0;
}
#checkout h2 
{
    text-align:center;
    margin-bottom:30px;
}
.titulos-carro
{
  display:flex;
  border-bottom:1px solid var(--blanco);
  text-align:center;
}
.titulos-carro > p 
{
  width:20%;
  font-weight:bold;
  font-size:20px;
  color: var(--amarillo);
  padding:20px;
}
.productos-agregados li 
{
  padding:20px 0;
  display:flex;
  border-bottom: 1px solid var(--blanco);
}
.productos-agregados li > div:last-child
{
  border:none;
}
.productos-agregados li > div 
{
  width:20%;
  text-align:center;
  border-right: 1px solid var(--blanco);
  color: var(--blanco);
  padding:0 20px;
}
.productos-agregados li > div:nth-child(5)
{
  color: var(--amarillo);
  font-weight:bold;
  font-size:20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productos-agregados li > div:nth-child(4)
{
  display:flex;
  justify-content: center;
  align-items: center;
}
.productos-agregados li > div:nth-child(4) button
{
  background:transparent;
  border:none;
  font-weight:bold;
  color: #477b21;
  font-size: 34px;
}
.productos-agregados li > div:nth-child(4) input
{
  text-align:center;
  width: 50px;
  height: 50px;
}
.productos-agregados li > div:nth-child(3) h3
{
  font-size: 16px;
}
.BajoTabla 
{
  padding:50px 0;
}
.BajoTabla > div
{
  width:45%;
}
.BajoTabla 
{
  justify-content:space-between;
}
.BajoTabla select
{
    width: 100%!important;
    padding: 10px 15px;
    border: 1px solid #d53232;
    background: #fff;
    line-height: normal;
    font-size: 13px;
    transition: all .3s ease;
    color: #666;
    margin-top: 10px;
}
.BajoTabla input
{
  width:100%;
  /* margin-top:30px; */
}
.BajoTabla p 
{
  text-transform:uppercase;
  font-weight:bold;
  color: var(--blanco);
}
.BajoTabla button
{
  background-color: var(--rojo-oscuro);
  border:none;
  color:white;
  font-weight:bold;
  font-size: 13px;
  padding:10px;
  width:100%;
  margin-top:10px;
}
#S_Carro h3 
{
  margin-top:0;
  color: var(--amarillo);
  font-size:20px;
  font-weight:bold;
  margin-bottom: 20px!important;
  text-transform: uppercase;
}
.BajoTabla span
{
  float:right;
  font-size: 15px;
}
.BajoTabla > div:last-child p 
{
  font-size:20px;
  border-top:1px solid var(--blanco);
  padding:10px 0;
  color: var(--blanco);
}
.total.mini_seccion
{
  font-weight:bold;
  font-size:18px;
}
#Exito_Total > div 
{
    display:flex;
    justify-content:flex-end;
}
#Exito_Total > div > div 
{
    width:150px;
    font-size:20px;
}
#S_CompraExitosa
{
    min-width:600px;
}
/* FIN CHECKOUT */






/* SIDEBAR */
.header .navbar {
    display: none;
}
#navbar a {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#navbar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
#navbar a.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #818181;
}
.header .navbar button.barra-nav {
    border: none !important;
    background-color: transparent !important;
}
#navbar ul {
    margin-top: 50px;
}
#navbar ul > a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 19px;
    color: #818181;
    display: block;
    transition: 0.3s;
    position: relative;
}
#navbar a:hover,
#navbar ul > a.activo  {
    color: #f1f1f1;
}
/* FIN SIDEBAR */


/* RESPONSIVE */

@media (min-width: 2000px)
{
    .sec-promo-home .grid .contenedor-info {
        padding-left: 25%;
        padding-right: 20%;
    }
    .sec-video-home .flex {
        padding: 120px 20%;
    }
    .sec-contacto-home .flex {
        padding: 50px 25% 100px 20%;
    }
    .sec-productos .grid {
        width: 70%;
        margin: 0 auto;
    }
}
@media (min-width: 1700px)
{
    .sec-contacto-home.mod-contacto .flex {
        padding: 50px 20% 100px 25%;
    }
    .contenedor-detalle-producto,
    #splide4 {
        width: 80% !important;
        margin: 0 auto;
    }
}
@media (max-width: 1110px)
{
    .footer .informacion .contenedor {
        width: unset;
    }
    
    .footer .informacion > .flex {
        flex-wrap: wrap;
    }
}
/* TABLET */
@media (max-width: 768px)
{
    #divCarro2 {
        top: 90px;
        right: -50px;
    }
    .header .navbar .carro-compra {
        position: relative;
    }
    .header .navbar .carro-compra .cantidad-productos {
        top: -15px;
        right: -25px;
    }
    .promociones .imagen {
        height: 220px;
    }
    .sec-productos .contenedor .info p.nombre {
        font-size: 17px;
    }
    .sec-productos .contenedor .info-oculta p.fr-tag {
        padding: 40px 20px 25px 20px;
    }
    .sec-productos .grid .contenedor {
        height: 335px;
    }
    .sec-productos .contenedor .info-oculta .abajo-flex {
        justify-content: center;
    }
    .sec-productos .contenedor .info-oculta p.precio-oculto {
        border-right: none;
        padding-right: 0;
        border-bottom: 2px solid #1E1E1E;
        margin-bottom: 10px !important;
    }
/*     .sec-productos .contenedor .info-oculta .flex {
        height: 80%;
    } */
    .sec-banner-home a {
        padding: 15px 20px;
    }
    .bg-home .redes-sociales,
    .sec-promo-home,
    .sec-categoria-home,
    .sec-video-home,
    .sec-contacto-home,
    .footer,
    .sec-banner-productos {
        z-index: 0;
    }
    .categoria-productos {
        width: 90%;
    }
    .sec-productos .grid {
        grid-template-columns: repeat(3,1fr);
    }
    .footer .copyright .contenedor {
        margin-bottom: 20px;
    }
    .footer .copyright .flex {
        column-gap: 20px;
    }
    .footer .informacion > .flex {
        justify-content: center;
        text-align: center;
    }
    .footer .copyright .contenedor {
        width: unset !important;
    }
    .footer .informacion .contenedor {
        margin-bottom: 50px;
    }
    .footer .navegacion {
        padding: 50px 10%;
        column-gap: 20px;
    }
    .footer .navegacion a {
        margin-bottom: 20px;
    }
    .sec-contacto-home .der .imagen::before {
        height: 320px;
        border-radius: 10px;
    }
    .sec-promo-home .grid .contenedor-info {
        padding: 0 5%;
    }
    .sec-contacto-home .der .imagen {
        height: 300px;
    }
    .sec-contacto-home .flex {
        flex-direction: column-reverse;
    }
    .sec-video-home .der p.titulo {
        font-size: 35px;
    }
    .sec-categoria-home #splide2 {
        padding: 0 15%;
    }
    .sec-promo-home h4, .sec-categoria-home h4, .sec-banner-productos h4 {
        width: 80%;
    }
    .sec-video-home .flex .izq, 
    .sec-video-home .flex .der{
        width: 80%;
        margin: 0 auto;
    }
    .sec-contacto-home .flex .izq, 
    .sec-contacto-home .flex .der,
    .sec-promo-home .contenedor-info .imagen,
    .sec-promo-home .contenedor-info .info {
        width: 70%;
        margin: 0 auto;
    }
    .sec-promo-home .contenedor-info .info,
    .sec-video-home .flex .der,
    .sec-contacto-home .flex .izq {
        margin-top: 40px !important;
    }
    .sec-promo-home .grid .contenedor-info,
    .sec-video-home .flex,
    .sec-contacto-home .flex,
    .footer .navegacion,
    .footer .copyright .flex,
    .footer .copyright .contenedor,
    .sec-productos .contenedor .info-oculta .abajo-flex {
        flex-wrap: wrap;
    }
    .footer .copyright .flex {
        justify-content: center;
    }
    .header .barra {
        display: none;
    }
    .header .navbar {
        display: block !important;
        padding: 0;
    }
    .header .navbar .flex-barra {
        padding: 15px;
        background-color: rgba(0, 0, 0, 40%);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .sec-banner-home {
        padding: 50px 5%;
        z-index: 0;
    }
    .sec-banner-home .info {
        padding-right: 0;
    }
    .header .navbar .navbar-collapse {
        padding: 20px 0;
    }
    .sec-promo-home .flex, 
    .sec-categoria-home .flex, 
    .sec-banner-productos .flex {
        width: 50%;
    }
    .sec-productos .contenedor .imagen {
        height: 135px;
    }
    .sec-productos .contenedor .info-oculta p.descripcion {
        padding: 40px 20px 25px 20px;
    }
    .sec-contacto-home.mod-contacto {
        padding-top: 130px;
        z-index: 0;
    }
    .paddingTop #carro-compra,
    .paddingTop .contCate {
        padding-top: 150px !important;
    }
}

/* CELULAR */
@media (max-width: 468px)
{
    .navbar-brand img {
        height: 70px;
    }
    .promociones p.precio {
        font-size: 30px;
    }
    .anadirCarro {
        flex-wrap: wrap;
        justify-content: center;
    }
    .anadirCarro a {
        margin-top: 10px;
    }
    .footer .copyright .contenedor:nth-child(3) .flex img {
        height: 40px;
    }
    .sec-categoria-home,
    .sec-contacto-home {
        background-size: cover;
    }
    .sec-promo-home .contenedor-info a {
        padding: 10px 35px;
    }
    #S_Carro {
        width: 750px;
    }
    .bg-home {
        background-size: cover;
        background-position: center;
        height: unset;
    }
    .paddingTop .contenedor-banner,
    .paddingTop .sec-banner-home {
        padding-top: 200px !important;
    }
    #navbar {
        z-index: 9999999;
    }
    .fotoprincipal a {
        height: 280px;
    }
    #Producto #splide4 {
        padding: 0 10%;
    }
    #Producto .ProductoDetalle > .flex .col-md-6 {
        margin-top: 40px;
    }
    .sec-productos .contenedor .info-oculta p.precio-oculto {
        border-right: 2px solid #1E1E1E;
        padding-right: 10px;
        padding-bottom: none;
        border-bottom: none;
    }
    .footer .navegacion a {
        font-size: 18px;
    }
    .footer .navegacion,
    #Producto .ProductoDetalle > .flex {
        flex-direction: column;
    }
    .sec-productos .contenedor .imagen {
        height: 120px;
        margin-bottom: 30px;
    }
    .sec-banner-productos::before, 
    .sec-banner-productos::after {
        top: 100px;
    }
    .sec-productos .grid {
        width: 80%;
        margin: 0 auto;
        grid-template-columns: repeat(1,1fr);
    }
    .sec-video-home::after,
    .fondo-contacto::before,
    .fondo-contacto::after,
    .sec-banner-promociones h4::after,
    .sec-banner-promociones h4::before {
        display: none !important;
    }
    .footer .informacion .contenedor:nth-child(2) img {
        height: 120px;
    }
    .sec-contacto-home form button {
        font-size: 20px;
    }
    .sec-contacto-home .flex {
        padding: 50px 5%;
    }
    .sec-contacto-home .der .imagen::before {
        right: -30px;
        top: -90px;
        height: 250px;
    }
    .sec-video-home .flex .der,
    .sec-video-home .flex .izq {
        width: 100%;
    }
    .sec-video-home .flex iframe,
    .sec-contacto-home .der .imagen {
        height: 250px;
    }
    .sec-categoria-home::after,
    .sec-categoria-home::before {
        top: 50%;
        width: 60px;
    }
    .sec-contacto-home .flex .izq, 
    .sec-contacto-home .flex .der,
    .sec-promo-home .contenedor-info .imagen, 
    .sec-promo-home .contenedor-info .info {
        width: 90%;
    }
    .sec-promo-home .flex, 
    .sec-categoria-home .flex, 
    .sec-banner-productos .flex {
        width: 90%;
    }
    .sec-promo-home h4::before, .sec-promo-home h4::after,
    .sec-contacto-home .izq p.titulo::before {
        height: 30px;
    }
    .sec-promo-home::before, 
    .sec-promo-home::after,
    .footer .informacion::before, 
    .footer .informacion::after,
    .sec-banner-productos::before, 
    .sec-banner-productos::after {
        height: 140px;
        width: 140px;
    }
    .sec-promo-home .contenedor-info .imagen {
        height: 200px;
    }
    .sec-promo-home .grid .contenedor:first-of-type {
        margin-top: 50px;
    }
    .sec-promo-home h4, 
    .sec-categoria-home h4, 
    .sec-banner-productos h4,
    .sec-contacto-home .izq p.titulo {
        font-size: 30px;
    }
    .bg-home .redes-sociales img {
        height: 40px;
    }
    .sec-banner-home p.titulo::before,
    .sec-categoria-home h4::before, 
    .sec-categoria-home h4::after, 
    .sec-banner-productos h4::before, 
    .sec-banner-productos h4::after {
        height: 30px;
        transform: translateY(50%);
    }
    .bg-home {
        height: 720px;
    }
    .sec-banner-home a > span,
    .sec-contacto-home .izq p.subtitulo,
    .sec-productos .contenedor .info p.nombre {
        font-size: 17px;
    }
    .sec-banner-home p.titulo,
    .sec-video-home .der p.titulo {
        font-size: 25px;
    }
}
