*{
    font-family: var(--campton);
    font-weight: 300;
}

body {
    margin: 0;
    padding: 0;
}
.header {
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100vw;
    border-bottom: .5px solid red;
    font-family: var(--campton);
    font-weight: 400;
}




.container_custom {
    padding: 0% 4%;
}

.custom_container{
    max-width:2000px;
}

.ham__menu {
    position: fixed;
    right: -94%;
    top: 20px;
    z-index: 10;
    display: none;
    font-size: 25px;
    cursor: pointer;
}

.link_p{
    text-decoration:none!important;
    color:#000!important;
}


.nav_resp,
.nav_icon_resp {
    display: flex;
}

.list-inline-item{
    margin: 5px;
    border: 1px solid #fff;
    padding: 0.2rem 0.4rem;
}

.list-inline-item:hover{
    border:1px solid #000 !important;
    border-radius:50%;
}

@media (max-width: 991px) {
    .header{
        border:none;
    }
    nav .container {
        margin: 0 !important;
        padding: 0 !important;
        width: 100vw !important;
        max-width: 100%;
    }
    .ham__menu {
        display: block;
        margin: 20px;
    }
    .logo {
        margin: 20px;
        border-bottom: 1px solid var(--dark-main-color);
    }
    .nav_resp,
    .nav_icon_resp {
        display: none;
    }
    .navbar {
        background-color: #ffffff;
    }
    .nav_row {
        background-color: white;
        margin: 0;
        border:none!important;
    }
    .navbar-nav {
        text-align: center;
        width: 100%;
    }
    .navbar-nav .nav-item {
        display: block;
        margin: 0.5rem 0;
    }
    .list-inline {
        text-align: center;
        width: 100%;
        padding: 0;
    }
    .list-inline-item {
        margin: 0 1rem;
    }
}

.carousel-item img {
    width: 100% !important;
    object-fit: cover;
}

.slider_carousel {
    padding: 0;
    margin: 0;
    width: 100vw;
}


/* Slogan */

.full-screen-container {
    height: 100vh;
    width: 100vw;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.half-screen-container {
    height: 60vh;
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.slogan{
    background-color: #f8f9fa;
}
.facilidades{
    background-color: #E7EEEA;
}
.firmas{
    background-color: #F2F0E9;
}

@media(max-width:768px){
    .firmas .btn-firma{
        width: 50%!important;
    }
    
    .img_firmas{
        padding-left: 3.5rem!important;
        padding-right: 3.5rem!important;
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;
    }
    
    .firmas h3{
        padding: 2rem;
    }
}

.facilidades_item{
    width:40%;
    padding:5%;
}

.facilidades_item h2{
    font-size:20px;
}
.facilidades_item img{
    width:125px;
    height:125px;
}
.facilidades_textos{
    width:50%;
    text-align: left;
}

@media (max-width: 1389px) AND (min-width: 768px) {
    .facilidades_item{
    width:50%;
    padding:5%;
    }
    .facilidades_item img{
    width:100px;
    height:100px;
    }
    .facilidades_textos{
    width:80%;
    }
}

@media (max-width: 767px) {
    .facilidades_item{
    width:100%;
    padding:5%;
    }
    .facilidades_item img{
    width:65px;
    height:65px;
    }
    .facilidades_textos{
    width:80%;
    font-size:12px;
    }
    
    .facilidades{
    background-color: #E7EEEA;
    }
}


@media(min-width:768px){
    .facilidades .container{
    padding-right: 10rem !important;
    padding-left: 10rem !important;
}
}

.title {
    font-weight: bold;
    font-family: var(--Ridley);
    padding: 1em 1em;
}

.subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    font-family: var(--campton);
    padding: 2em 4em;
    text-align: justify;
}

@media (max-width: 768px) {
    .title {
        font-size: 2rem;
    }
    .subtitle {
        font-size: 1.1rem;
        padding:0em 2em;
    }
}


/* Video Promocional */

.video-container {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.video-container iframe,
.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}


/* Carrusel New Collection */

.carousel__contendor {
    position: relative;
}

.carousel__elemento {
    width: 400px;
    margin: 10px;
    position: relative;
    padding:10px;
    background: #fbfbfb;
}



.carousel__elemento img {
    object-fit: contain;
    margin-bottom: 15px;
    mix-blend-mode:multiply;
}

.carousel__anterior,
.carousel__siguiente {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    background-color: red;
    color: black;
    opacity: 20%;
    z-index: 10;
}

.carousel__anterior {
    left: -30px;
}

.carousel__siguiente {
    right: -30px;
}

.icon__heart {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index:1;
}


.details_carousel {
    display: flex;
    width:70%;
    justify-content: space-between;
}

.colores {
    display: flex;
}

.colores .color {
    margin: 5px;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50%;
}

.descuento {
    border: 1px solid var(--dark-main-color);
    border-radius: 1rem;
    color: var(--dark-main-color);
    margin: 0;
    font-size: 12px;
    padding:5px 0px;
}

.promocion {
    color: var(--dark-main-color);
    font-weight: 600;
    font-size: 1.25rem;
    margin: 0;
}

.carousel__elemento:hover{
    box-shadow:0 0 5px #999;
    border-radius:20px;
}

.carousel__elemento .promocion {
    text-align: right
}
.sin_promocion{
    color: var(--dark-grey-color);
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
}

.regular {
    color:#84878A;
    text-decoration: line-through;
    text-align: right;
    font-size:20px;
}


/*  Animacion del Icono  */

.icon__heart {
    font-size: 24px;
    color: gray!important;
    transition: transform 0.2s, color 0.2s;
}

.heart-icon-active {
    color: red;
    transform: scale(1.2);
}

.heart-icon-active {
    animation: pulse 0.5s;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}


/* Contenedor de Reviews */

.stars {
    color: #FCBE20;
}


/* Imagenes de Tiendas */

.image-container img {
    width: 200px;
    height: 200px;
}

footer h4{
    font-size:20px;
}

footer .lista ul li{
    color:#787878 !important;
}


/* Estilos del Footer */

.bg-footer{
    background: #F7F7F7;
    color:#030303 !important;
}

.suscribe {
    background: transparent !important;
    border: 1px solid #fff;
    color: white;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    width: 80%;
}

.suscribe input {
    background: transparent;
    color: #999;
    border: navajowhite;
}

.suscribe button {
    background: transparent;
    color: #fff;
    border: none;
}

.suscribe input::placeholder {
    color: #030303;
}

.cantidades input {
    text-align: center;
}

/*Estilo de boton de ayuda - whatsapp en pagina de productos*/

/* Estilo de botón de ayuda - WhatsApp en página de productos */
.help_button {
    background-color: transparent;
    border: 0.5px solid #000;
    border-radius: 30px;
    text-align: center;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
    position: relative;
    transition: color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}

.help_button input {
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 1; /* Para mantener el input sobre la animación */
    color: inherit; /* Hereda el color del texto */
}

.help_button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #45C618;
    transition: left 0.4s ease-in-out;
    z-index: 0;
}

.help_button:hover::before {
    left: 0;
}

.help_button:hover {
    color: white;
    border-color: #45C618;
}

.help_button:hover input {
    color: white;
}




#toggleRow2, #toggleRow3{
    border: 0.5px solid #999;
}



.share {
    font-size: 25px;
    color: #000;
}

.btn-cotizacion {
    height: 85px!important;
    color: white!important;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.btn-cotizacion.loading {
        background-color: #6c757d; /* Gris para el estado de carga */
        cursor: not-allowed;
    }

    .btn-cotizacion .spinner {
        border: 2px solid #f3f3f3; /* Light grey */
        border-top: 2px solid #007bff; /* Blue */
        border-radius: 50%;
        width: 14px;
        height: 14px;
        animation: spin 0.6s linear infinite;
        margin-right: 10px;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }

    .btn-cotizacion.success {
        background-color: #28a745; /* Verde para el estado de éxito */
    }

.btn-ver-cotizacion {
    background-color: var( --dark-grey-color);
    height: 55px;
    color: white;
}

.btn-comentar {
    background-color: var(--dark-grey-color);
    height: 55px;
    color: white;
    border-radius: 30px;
    height: 35px;
    display: flex;
    align-items: center;
}

.social-media li a i{
    color:#fff!important;
    text-decoration:none;
    
}

.text-footer{
    color:#030303 !important;
}


/* Estilo para el contenedor de Cotizaciones */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: end;
}

.overlay-content {
    background: #fff;
    width: 40%;
    height: 100%;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    border-radius: 10px;
    padding: 20px;
}

.overlay-content img {
    width: 200px;
    height: 200px;
    margin: 10px;
    object-fit: cover;
}


/* Para dispositivos móviles */

@media (max-width: 768px) {
    .overlay-content {
        width: 100%;
        height: 80%;
    }
}

.show-overlay {
    display: flex !important;
}

.details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.coti_head .fa-circle-xmark {
    font-size: 30px;
    color: var(--dark-main-color);
}

#mainImage-container{
        display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

#mainImage-container img{
    text-align:center;
}

/* Estilos de categorias */

.enlace__elemento {
    text-decoration: none; 
}

/* Estilos del Productos  */
#imageRange{
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0;
    width: 25%;
    right: 12%;
}



@media (max-width: 991px){
    #imageRange{
       width: 100%;
       right: 0;
}
}





/* Estilos del Chat del usuario*/
/* Icono de mensaje */
    #chat-icon {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #007bff;
        color: white;
        padding: 15px;
        border-radius: 50%;
        cursor: pointer;
        font-size: 24px;
        z-index: 2;
    }

    /* Popup del chat */
    #chat-popup {
        position: fixed;
        bottom: 110px;
        right: 20px;
        width: 300px;
        height: 400px;
        background-color: white;
        border: 1px solid #ccc;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        display: none; /* Oculto por defecto */
        border-radius: 10px;
        z-index: 1000;
    }

    /* Header del chat */
    #chat-popup-header {
        background-color: #007bff;
        color: white;
        padding: 10px;
        text-align: center;
        border-radius: 10px 10px 0 0;
    }

    /* Contenido del chat */
    #chat-popup-content {
        padding: 10px;
        height: 330px;
        overflow-y: auto;
    }

    /* Input del chat */
    #chat-popup-footer {
        padding: 10px;
        border-top: 1px solid #ccc;
        background: white;
    }

    #chat-popup-footer input {
        width: 80%;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    #chat-popup-footer button {
        padding: 5px 10px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }
    
    
    
    /* Estilos para el boton de Whatsapp */
    
    /* Overlay */
    #popupOverlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1500;
    }
    

    /* Popup */
    #whatsappPopup {
        display: none;
        position: fixed;
        bottom: 90px;
        right: 20px;
        width: 300px;
        max-width: 90%;
        padding: 20px;
        background-size:cover;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        z-index: 2000;
        transform: translateY(20px) scale(0.8);
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }

    /* Estado activo del popup */
    #whatsappPopup.active {
        transform: translateY(0) scale(1);
        opacity: 1;
    }

    /* Animación del botón */
    #whatsappButton.animate {
        animation: bounce 0.3s forwards;
    }

    @keyframes bounce {
        0% { transform: scale(1); }
        50% { transform: scale(1.1); }
        100% { transform: scale(1); }
    }

    /* Estilos del formulario */
    #whatsappPopup h3 {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 1.2rem;
    }

    #whatsappPopup label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }

    #whatsappPopup input {
        width: 100%;
        padding: 8px;
        margin-bottom: 15px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    #whatsappPopup button {
        padding: 10px 15px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        margin-right: 10px;
    }

    #sendButton {
        background-color: #25D366;
        color: #fff;
    }

    #closeButton {
        background-color: #ccc;
        color: #333;
    }

    /* Responsividad */
    @media (max-width: 400px) {
        #whatsappPopup {
            right: 10px;
            width: 90%;
        }
    }
 /* ESTILOS PARA EL MENU NUEVO */
 
    
/* ESTLOS PARA EL CONTENEDOR DE BUSQUEDA AJAX*/
/* Estilo inicial del contenedor (oculto) */
.hover-container {
    position: fixed;
    top: 140px;
    left: 0;
    width: 100vw; 
    height: auto;
    background-color: #f8f9fa;
    display: none;
    z-index: 10;
    border-top: 1px solid #ddd;
    
}

.nav-item:hover .hover-container {
    display: flex;
}

.hover-container:hover {
    width:100vw;
    display: flex;
    overflow-X:scroll;
}

.name_menu_item{
    text-decoration:none!important;
    color:#000000A6;
    text-align:center;
}

.search-container {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100vw;
    height: auto;
    background-color: #f8f9fa;
    display: none;
    z-index: 20; 
    border-top: 1px solid #ddd;
    padding: 20px 0;
}

.search-container.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

#searchResults {
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 10px;
}

#searchResults div {
    margin: 5px 0;
}

#searchResults img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}

#searchResults a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    padding: 5px;
}

#searchResults a:hover {
    background-color: #f1f1f1;
}

#searchInput{
    border:none;
    background:transparent;
}


.link_search_element{
    text-decoration: none; 
    color: black;
        display: flex!important ;
    flex-wrap: wrap!important ;
    justify-content:center!important ;
}

.link_search_element img{
    width: 200px!important ; 
    height: 200px!important ; 
    object-fit: cover!important ; 
    border-radius: 5px!important ;
}

.link_search_element p{
    font-size: 12px; 
    margin-top: 8px; 
    text-align: center;
}

.icon__heart.filled {
  color: red;
}


.colores div {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 2px;
  display: inline-block;
}

.gallery__container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: all 0.5s ease;
}

.gallery__container.two-columns .carousel__elemento {
  flex: 0 0 48%;
  margin: 1%;
  transition: all 2s ease;
}

.gallery__container.four-columns .carousel__elemento {
  flex: 0 0 23%;
  margin: 1%;
  transition: all 1s ease;
}


.carousel__elemento {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.content_info{
    padding:50px;
}

.p_footer_icons{
    margin-top: 0.5rem!important;
    margin-bottom: 0.5rem!important;
    margin-left:1rem!important;
    color:#787878 !important;
}

.img_icon_footer{
    width:40px;
}

.fa-chevron-right{
    right:0;
}

.copyright{
    background:#2A2A2A;
    color:#fff;
}


.modal_comentario {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f9f9f9;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border: 1px solid #ddd;
    z-index: 1000;
}
.modal_comentario input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
}
.modal_comentario input[type="text"]:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}
.star-rating {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}
.star {
    font-size: 24px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s ease;
}
.star:hover,
.star.selected {
    color: #ffcc00;
}
.btn.btn-comentar {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}
.btn.btn-comentar:hover {
    background-color: #0056b3;
}
.modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}


/* ----------        ESTILO DEL FORMULARIO DE REGISTRO*/

.btn-form-dark {
    background: #D9D9D9;
    color: white;
}

.btn-form-light {
    background: #FAFAFA;
}

.bg-form {
    background: #FAFAFA;
    ;
}
.full-height {
    min-height: 100vh;
} 
/*Fin del formulario de Registro*/


.restricciones_desc{
    color: #999;
    font-style: italic;
    font-size: 14px;
}


.n-prod{
    color: #000;
    font-family: "Ridley Grotesk";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.parent-category a{
    color:#999;
    list-style:none;
    text-decoration:none;
}

.parent-category button{
    color:#999;
    list-style:none;
    text-decoration:none;
}


#reg_container{
    height:100%;
    overflow-y:scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#reg_container::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#reg_container {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.hide-scroll-bar::-webkit-scrollbar{
    display: none;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */   
}

.image-container {
        width:70%;
    }

    @media (max-width: 767px) {
        .image-container {
            order: 1; 
            width: 100% !important;
        }
    }
    .text-box {
        color: white;
        padding: 2rem;
        position: relative;
        z-index: 1;
    }

    .image-container {
        position: relative;
    }

    .text-box-1 {
        background-color: #5C5C48;
    }

    .text-box-2 {
        background-color: #F7F7F7;
    }

    /* Estilos generales */
    .image-container img {
        width: 100%; 
    }
    
    .image-first-content{
        display: flex;
        justify-content: end;
    }
    
    @media (min-width: 767px) {
        .text-box-1 {
        background-color: #5C5C48;
        position: absolute;
        left: 3rem;
    }

    .text-box-2 {
        background-color: #F7F7F7;
        position: absolute;
        right: 3rem;
    }
    
    .header-idiomas{
        z-index: 1;
        left: 25% !important;
    }
}

    @media (max-width: 767px) {
        .text-box {
            margin-top: 0;
            z-index: auto;
            position: relative;
        }

        .image-container {
            order: 1;
            width: 100%; 
        }

        .col-md-6 {
            width: 100%; 
            position: relative;
        }

        .order-md-2 {
            order: 2; 
        }

        .order-md-1 {
            order: 1; 
        }
    }
    
    
.productos-favoritos{
        display: flex;
    flex-direction: column;
    align-items: center;
}
