/* Style.css */

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Space Grotesk';
    src:
        url('../fonts/SpaceGrotesk-Light.woff2') format('woff2'),
        url('../fonts/SpaceGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src:
        url('../fonts/SpaceGrotesk-Bold.woff2') format('woff2'),
        url('../fonts/SpaceGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

a,
select,
button,
input,
textarea {
    outline: none;
}

.trans,
.gracias a,
.detalle .ficha,
.detalle .agregar,
.contacto input[type='submit'],
.home a,
.prods2 .filtro li a,
.product-card a,
.grillamarcas .boton,
.grillamarcas .borde {
    transition: all 0.3s ease;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Space Grotesk';
    overflow-x: hidden;
    color: #1d060d;
    background-color: #fff;
}

.clear {
    clear: both;
}

h1,
h2,
h3,
h4,
p,
ul,
li {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
    outline: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.container-fluid {
    max-width: 96%;
    margin: auto;
}

.container-fluid {
    position: relative;
}

nav input[type='submit'] {
    background-image: url(../img/Capa_114.svg);
    background-repeat: no-repeat;
    border: none;
    width: 43px;
    background-color: transparent;
    margin-left: -28px;
    height: 41px;
    background-size: 40px;
    position: absolute;
    right: -28px;
}

nav input[type='search'] {
    border: none;
    border-top: solid 1px #1d060d;
    border-bottom: solid 1px #1d060d;
    border-left: solid 1px #1d060d;
}

.navbar-nav li {
    padding: 0 12px 0 12px;
}

.easy-autocomplete a {
    color: #000;
}

.navbar-brand img {
    width: 200px;
}

@media(max-width:1199px) {
    .navbar-brand img {
        width: 180px;
        max-width: 70vw;
    }
}

.whatsapp {
    position: fixed;
    right: 12px;
    bottom: 120px;
    z-index: 999999;
}

.datos {
    background-color: #2a1408;
    color: #fff;
}

.datos a {
    color: #fff;
}

.datos p {
    font-size: 14px;
}

.headerhome {
    background-image: url(../img/IURBANNET_BannersWeb_Desktop-HOME.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.headerhome h1 {
    color: #fff;
    font-size: 65px;
    font-weight: 500;
    text-align: center;
    max-width: 850px;
}

.headerhome h2 {
    background: linear-gradient(90deg, #f5a511eb 0%, #e74e00 100%);
    width: 300px;
    border-radius: 92px;
    margin: auto;
    color: #1d060d;
    font-weight: bold;
    text-align: center;
}

.headerhome h3 {
    color: #fff;
    text-align: center;
    margin-top: 200px;
    font-size: 16px;
    color: #F86B23;
    cursor: pointer;
}

.headerhome h3 img {
    display: block;
    margin: auto;
}

.headermarcas {
    background-image: url(../img/IURBANNET_BannersWeb_Desktop-MARCAS.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0;
    background-position: bottom;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.headermarcas h1 {
    color: #fff;
    font-size: 65px;
    font-weight: 400;
    text-align: center;
    max-width: 850px;
    width: 100%;
}

.headermarcas h2 {
    background: linear-gradient(90deg, #f5a511eb 0%, #e74e00 100%);
    width: 300px;
    border-radius: 92px;
    margin: auto;
    color: #1d060d;
    font-weight: bold;
    text-align: center;
}

.headermarcas h3 {
    color: #fff;
    text-align: center;
    margin-top: 300px;
    font-size: 16px;
    color: #F86B23;
    cursor: pointer;
}

.headermarcas h3 img {
    display: block;
    margin: auto;
}

.headermarcas p {
    padding: 33px;
    width: 800px;
    margin: auto;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.headerempresa {
    background-image: url(../img/IURBANNET_BannersWeb_Desktop-EMPRESA.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.headerempresa h1 {
    color: #fff;
    font-size: 65px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    max-width: 850px;
}

.headerempresa h2 {
    color: #fff !important;
    font-weight: 400;
    font-size: 35px;
    max-width: 850px;
    text-align: center;
}

.headerempresa h2 span {
    display: block;
}

.headerempresa h3 {
    color: #fff;
    text-align: center;
    margin-top: 300px;
    font-size: 16px;
    color: #fff !important;
    cursor: pointer;
}

.headerempresa h3 img {
    display: block;
    margin: auto;
}

.headerempresa p {
    width: 800px;
    margin: auto;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.grillamarcas {
    background-color: #fff;
}


.grillamarcas h1,
.grillamarcas h2,
.grillamarcas p {
    max-width: 850px;
    display: flex;
}

.grillamarcas h2,
.grillamarcas h4 {
    display: block;
    text-align: center;
    margin: 0px;
}

.grillamarcas .row {
    row-gap: 24px;
}

.grillamarcas .borde {
    background-color: #F86B23;
    border: solid 1px #F86B23;
    padding: 33px;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #fff;
}

.grillamarcas .borde:hover {
    background-color: #1d060d;
}

.grillamarcas .borde:hover .boton {
    background: white;
    border: white;
    color: #1d060d;
}

.grillamarcas p {
    padding: 20px 0 20px 0;
    margin-bottom: 12px;
    flex: 1;
}

.grillamarcas .borde img {
    align-self: flex-start;
    width: auto;
    max-width: 100%;
}

.grillamarcas .boton {
    color: #F86B23;
    background: #fff;
    border: solid 1px #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 33px;
    width: 180px;
    text-align: center;
}

.grillamarcas .boton:hover {
    background-color: #F86B23;
    color: #1d060d;
}

.grillamarcas h2 {
    color: #1d060d;
    font-size: 33px;
    font-weight: bold;
}

.grillamarcas h4 {
    font-size: 16px;
    max-width: 600px;
    margin-bottom: 43px;
    padding-top: 20px;
}

.headerprods {
    background-image: url(../img/IURBANNET_BannersWeb_Desktop-PRODUCTOS.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;

}

.headerprods h1 {
    max-width: 850px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 65px;
}

.headerprods p {
    color: white;
    text-align: center;
    font-size: 27px;
    padding-top: 12px;
    font-weight: 400;

}

.prods2 {
    padding: 84px 0 33px 0;
}

.prods2 .listado {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
}

@media (min-width: 768px) {
    .prods2 .listado {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .prods2 .listado {
        grid-template-columns: repeat(3, 1fr);
    }
}

.product-card {
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 12px;
    overflow: hidden;
}

.product-card .img-fluid {
    height: 200px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    object-position: center;
    margin-bottom: 8px;
    background-color: #fff;
}

.product-card h3,
.product-card p,
.product-card .precio,
.product-card .mas {
    padding: 0 12px;
}

.product-card a {
    color: #F86B23;
}

.product-card a:hover {
    color: #fff;
}

.relacionados {
    padding-top: 33px;
    padding-bottom: 33px;
}

.relacionados h4 {
    margin-bottom: 24px;
    font-weight: bold;
}

.rel-swiper .swiper-button-next,
.rel-swiper .swiper-button-prev {
    color: #F86B23;
}

.prods2 .filtro {
    background-color: #f5f5f5;
    border: none;
    padding: 33px;
}

.prods2 .filtro li {
    padding-bottom: 2px;
}

.prods2 .filtro li a {
    color: #1d060d;
}

.prods2 .filtro li a:hover {
    color: #F86B23;
}

.prods2 .filtro h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.prods2 .filtro h2:hover {
    cursor: pointer;
    color: #2a1408;
}

.prods2 .filtro ul {
    padding-bottom: 20px;
}

.prods2 .filtro .borde {
    border-top: solid 1px #e0e0e0;
    padding-top: 20px;
}

.prods2 h3 {
    color: #F86B23;
    font-size: 18px;
    padding-top: 8px;
}

.prods2 .mas {
    margin-top: -8px;
    margin-right: -8px;
}

.prods2 p {
    margin-top: -6px;
    font-size: 16px;
}

.prods2 .precio {
    font-weight: bold;
    font-size: 20px;
}

.prods2 h4 {
    font-weight: bold;
    margin-bottom: 12px;
}

.filtrocat {
    margin-bottom: 33px;
    background-color: #F86B23;
    border: none;
    padding: 20px;
}

.filtrocat div {
    padding: 6px;
}

.filtrocat select {
    padding: 6px 16px 6px 16px;
    border-radius: 6px;
    border: none;
    background-color: #fff;
}

.filtrocat input[type='submit'] {
    background-color: #fff;
    border: none;
    padding: 5px 16px 5px 16px;
    font-weight: bold;
    border-radius: 6px;
}

.filtrocat img {
    height: 60px;
    width: auto;
}

.home {
    padding: 33px;
    color: #1d060d;
    text-align: center;
}

.home p,
.home-p {
    max-width: 800px;
    margin: auto;
    padding-bottom: 33px;
    font-weight: bold;
    font-size: 22px;
}

.home a {
    color: #1d060d;
    border: solid 2px #F86B23;
    border-radius: 133px;
    font-size: 15px;
    padding: 10px 20px 10px 20px;
    font-weight: bold;
}

.home a:hover {
    background-color: #F86B23;
    color: #1d060d;
}

.prods {
    padding: 33px 0 33px 0;
}

.prods h4 {
    font-weight: bold;
    color: #F86B23;
    font-size: 44px;
    text-align: center;
    margin-bottom: 33px;
}

.prods li {
    margin: 0 15px 0 15px;
}

.prods li a {
    background: #F86B23;
    color: #fff;
    border-radius: 133px;
    padding: 10px 20px 10px 20px;
    display: block;
    text-align: center;
    font-weight: bold;
}

.prods .col-md-3 {
    margin-bottom: 33px;
}

.prods .col-md-3 a {
    color: #1d060d;
}

.prods .col-md-3 img {
    margin-bottom: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.logos p {
    color: #F86B23;
    font-weight: bold;
    text-align: center;
    padding: 33px;
    font-size: 22px;
}

.logos .carousellogos {
    position: relative;
}

.logos .carousellogos li {
    background: #F86B23;
    border-radius: 12px;
    padding: 16px 20px;
    margin: 0 8px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.logos .carousellogos img {
    display: block;
    margin: auto;
}

.logos .sombra1 {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 57%);
    position: absolute;
    width: 150px;
    height: 100%;
    left: 0;
    z-index: 9999;
    top: 0;
}

.logos .sombra2 {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 57%);
    position: absolute;
    width: 150px;
    height: 100%;
    right: 0;
    z-index: 9999;
    top: 0;
}

.logos .container-fluid {
    padding: 33px;
}

.pedido {
    padding: 33px;
}

.pedido h2 {
    font-weight: bold;
    margin-bottom: 33px;
}

.pedido .item {
    width: 100%;
    background-color: #fff;
}

.pedido .item div {
    padding: 12px;
}

.pedido .gris {
    background-color: rgb(245, 245, 245);
    padding: 12px 20px 12px 20px;
}

.pedido h4 {
    color: #2a1408;
    font-size: 33px;
}

.pedido p {
    font-size: 14px;
    color: #000;
}

.pedido a {
    background-color: #1d060d;
    color: #fff;
    font-size: 14px;
    border-radius: 33px;
    padding: 10px 20px 10px 20px;
}

.pedido h5 {
    color: #1d060d;
    font-weight: bold;
    font-size: 20px;
    padding-right: 20px;
}

.pedido input[type='number'] {
    width: 43px;
    padding: 6px;
    margin-top: 28px;
}

.pedido .item {
    margin-bottom: 15px;
    color: #1d060d;
    border-radius: 7px;
}

.pedido input[type='text'],
.pedido input[type='email'],
.pedido textarea {
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #1d060d;
    padding: 12px;
    margin-bottom: 15px;
    width: 100%;
}

.pedido input[type='submit'],
.pedido #btn {
    border: solid 2px;
    padding: 12px;
    color: white;
    background-color: #1d060d;
    width: 100%;
    border-radius: 33px;
    font-weight: bold;
    cursor: pointer;
    display: block;
}

.pedido .total {
    font-size: 33px;
    color: #1d060d;
    font-weight: bold;
}

.pedido .total span {
    font-size: 20px;
}

.contacto {
    background-image: url(../img/Background_Footer_Nuevo.png);
    background-size: cover;
    margin-top: 100px;
}

.contacto h4 {
    color: #fff;
    font-size: 43px;
}

.contacto h5 {
    color: #fff;
    font-size: 33px;
    padding-bottom: 33px;
}

.contacto input[type='text'],
.contacto input[type='email'],
.contacto textarea {
    border: none;
    border-bottom: solid 1px #fff;
    padding: 10px 10px 20px 10px;
    margin-bottom: 15px;
    width: 100%;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.contacto input[type='text']::placeholder,
.contacto input[type='email']::placeholder,
.contacto textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.contacto p,
.contacto strong {
    color: #fff;
}

.contacto .borde {
    text-align: right;
}

.contacto input[type='submit'],
.contacto #btn {
    border: solid 1px #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 133px;
    color: #fff;
    background-color: transparent;
    float: right;
}

.contacto input[type='submit']:hover {
    background-color: #fff;
    color: #1d060d;
}

.whatsapp {
    position: fixed;
    right: 33px;
    bottom: 33px;
}

footer {
    background-color: #fff;
}

footer a {
    color: #000;
    margin-right: 12px;
}

footer img {
    max-width: 45vw;
    width: 200px;
}

.detalle {
    padding: 44px;
    background-color: #fff;
    color: #1d060d;
}

.detalle .row {
    background-color: #fff;
}

.detalle .foto {
    width: 100%;
}

.detalle .links a {
    color: #2a1408;
    display: block;
    margin-right: 12px;
}

.detalle h2 {
    color: #2a1408;
    font-size: 74px;
    margin-bottom: 12px;
    font-weight: bold;
}

.detalle h3 {
    font-size: 33px;
    font-weight: bold;
}

.detalle h4 {
    font-size: 33px;
    color: #1d060d;
    font-weight: bold;
    margin-bottom: 33px;
}

.detalle p {
    padding-bottom: 33px;
}

.detalle ul {
    padding-top: 33px;
}

.detalle .agregar {
    border-radius: 50px;
    color: #fff;
    background-color: #1d060d;
    width: 212px;
    padding: 12px 20px 12px 20px;
    display: block;
}

.detalle .agregar:hover {
    background-color: #2a1408;
    color: #fff;
}

.detalle .ficha {
    border-radius: 50px;
    color: #1d060d;
    background-color: #fff;
    border: solid 1px #1d060d;
    display: block;
    margin: 6px 0 6px 0;
    padding: 12px 20px 12px 20px;
    width: 212px;
    margin-bottom: 33px;
}

.detalle .ficha:hover {
    background-color: rgb(240, 246, 255);
    color: #1d060d;
}

.detalle .mercado {
    color: #1d060d;
}

.copy {
    text-align: center;
    color: rgb(28, 28, 27);
    font-size: 14px;
    padding: 33px 0 33px 0;
}

.copy img {
    width: 84px;
    margin-right: 12px;
}

.gracias {
    background-image: url(../img/Background_Footer_Nuevo.png);
    background-size: cover;
    min-height: 70vh !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

.gracias h2 {
    color: #fff;
    font-size: 65px;
    text-align: center;
    font-weight: 400;
    max-width: 850px;
}

@media (max-width: 768px) {
    .gracias h2 {
        font-size: 37px;
    }
}


.gracias a {
    border: none;
    padding: 10px 20px 10px 20px;
    border-radius: 133px;
    color: #fff;
    background-color: #1d060d;
    width: 200px;
    text-align: center;
    display: block;
    margin-top: 35px;
}

.gracias a:hover {
    background-color: #F86B23;
    color: #1d060d;
}

.gracias .borde {
    text-align: right;
    padding-top: 120px;
}

#menu1,
#menu2,
#menu3 {
    display: none;
}

@media (max-width: 950px) {
    .contacto h4 {
        font-size: 33px;
    }

    .contacto h5 {
        font-size: 28px;
    }

    .contacto .borde img {
        width: 100%;
    }

    .contacto .col-md-6 {
        margin-bottom: 33px;
    }

    .copy .enter {
        display: block;
    }

    .datos {
        display: none;
    }

    #data-json,
    .easy-autocomplete {
        width: 281px;
    }

    nav input[type='submit'] {
        right: 12px;
    }

    .navbar-toggler,
    .navbar-toggler:focus {
        border: none;
        box-shadow: none;
        outline: none;
    }

    .contacto input[type='submit'] {
        float: none;
        width: 100%;
    }

    .headerempresa {
        background-image: url(../img/IURBANNET_BannersWeb_Mobile-EMPRESA.jpg);
        height: auto;
    }

    .headerempresa h1 {
        padding-top: 45px;
    }

    .headerempresa p {
        width: auto;
        padding-top: 120px;
    }

    .grillamarcas img {
        width: 100%;
    }

    .grillamarcas p {
        height: auto;
    }

    .headermarcas {
        height: auto;
        background-image: url(../img/IURBANNET_BannersWeb_Mobile-MARCAS.jpg);
        padding: 20px;
    }

    .headermarcas h1 {
        font-size: 37px;
    }

    .headermarcas p {
        width: auto;
        padding-top: 120px;
    }

    .headerprods {
        height: auto;
        background-image: url(../img/IURBANNET_BannersWeb_Mobile-PRODUCTO.jpg);
    }

    .prods .col-md-3 img {
        width: 100%;
    }

    .prods2 {
        padding-top: 33px;
    }

    .prods2 .filtro {
        margin-bottom: 33px;
    }

    .prods2 .filtro .borde {
        border-bottom: solid 1px #e0e0e0;
        padding-bottom: 20px;
    }

    .detalle {
        padding: 20px;
    }

    .detalle .agregar {
        width: auto;
        text-align: center;
    }

    .detalle .ficha {
        margin-bottom: 20px;
        width: auto;
        text-align: center;
    }

    .detalle h2 {
        font-size: 44px;
    }

    .detalle h3 {
        font-size: 28px;
    }

    .detalle .agregar {
        margin-bottom: 20px;
    }

    .headerhome {
        height: auto;
        background-image: url(../img/IURBANNET_BannersWeb_Mobile-HOME.jpg);
        padding: 20px;
    }

    .headerhome h1 {
        font-size: 37px;
    }

    .headerhome h3 {
        margin-top: 120px;
    }

    .logos .sombra1,
    .logos .sombra2 {
        width: 33px;
    }

    .pedido {
        padding: 20px;
    }

    .pedido .foto img {
        width: 100%;
    }

    .pedido .total {
        padding-top: 33px;
    }

    #link3.borde {
        padding-top: 0;
        border-top: none;
    }
}

.grecaptcha-badge {
    left: 0;
    display: none;
}

/* Reviews Section - Dark Theme (Nuevo Branding) */
.reviews-section-dark {
    padding: 40px 0 32px 0;
    color: #1d060d;
    background-color: #fff;
}

.reviews-section-dark h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 28px;
    text-align: center;
    color: #F86B23;
}

.slick-reviews {
    margin-bottom: 0;
}

.review-card-dark {
    border: 2px solid #F86B23;
    border-radius: 12px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 22px 24px 18px 24px;
    min-width: 260px;
    max-width: 340px;
    margin: 0 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #1d060d;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.review-card-dark:hover {
    box-shadow: 0 6px 28px rgba(248, 107, 35, 0.25);
    transform: translateY(-2px);
}

.review-card-dark .review-nombre {
    font-size: 16px;
    font-weight: 700;
    color: #F86B23;
    margin-bottom: 4px;
    letter-spacing: 0.2px;
}

.review-card-dark .review-estrellas {
    font-size: 18px;
    margin-bottom: 10px;
}

.review-card-dark .review-texto {
    font-size: 15px;
    color: #1d060d;
    line-height: 1.6;
    min-height: 48px;
    margin-bottom: 0;
    word-break: break-word;
}

/* Estrellas con gradiente del branding */
.review-estrellas .fa-star {
    background: linear-gradient(90deg,
            #F86B23 0%,
            #ff9a5a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 18px;
    margin-right: 1px;
    display: inline-block;
}

/* Responsive */
@media (max-width: 600px) {
    .review-card-dark {
        min-width: 85vw;
        max-width: 95vw;
        padding: 16px 10px 14px 10px;
    }

    .reviews-section-dark {
        padding: 24px 0 18px 0;
    }
}

/* Flechas del slider */
.slick-review-prev,
.slick-review-next {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F86B23;
}

@media (max-width: 900px) {

    .slick-review-prev,
    .slick-review-next {
        position: absolute !important;
        z-index: 2;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        font-size: 28px;
        left: 4px !important;
        right: 4px !important;
    }

    .slick-review-prev {
        right: unset !important;
    }

    .slick-review-next {
        left: unset !important;
    }
}

@media (max-width: 600px) {

    .slick-review-prev,
    .slick-review-next {
        font-size: 22px !important;
        bottom: -28px !important;
    }
}