
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,800;1,100;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');

:root{
    --border-width: 1px; 
    --border-radius: 8px;
    /*botones*/
   --btn-bg: #DA1919; 
   --btn-color: #fff; 
   --btn-hover-bg: #DA1919; 
   --btn-hover-border: #DA1919; 
   --btn-border-color: #DA1919; 
   --btn-border-radius: 40px; 
   --btn-hover-color: #fff; 
   --btn-font-weight: 400; 
   --btn-active-border-color: #DA1919; 
   --btn-border-width: var(--border-width); 
   --btn-padding: 8px 29px;


   --btn-secondary-bg: transparent;
   --btn-secondary-border-color: #DA1919;
   --btn-secondary-padding: 8px 29px;
   --btn-secondary-color: #DA1919;
   --btn-secondary-bg-active-color: #DA1919;
   --btn-secondary-hover-bg: #DA1919; 
   --btn-secondary-hover-color: #fff;
   --btn-secunday-font-weight: 400; 

   /*footer */
   --footer-bg: var(--Negro, #000);
   --footer-color: #fff; 
   --bottom-footer-bg: #0D0D0D; 

   /*iconos*/
   --icon-color:  #fff; 

   /*colores*/
   --primary: #DA1919;;
   --secondary: #F7941D; 
   --text-color: #131313;
   --text-hover-color: var(--primary);

   /*general*/
   --bg-secondary: #131313;
   --bg-primary: #FFFFFF;
   --body-font-family: 'Inter';

   --card-border-radius: var(--border-radius); 
}


*{
    box-sizing: border-box;
}

body{
    margin: 0!important;
    font-family: 'Inter', sans-serif;
}

/* General */

a{
    text-decoration: none;
    color: #000;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #FB0D1B;
    border-color: #FB0D1B;
}

.py-6{
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.pb-6{
    padding-bottom: 6rem;
}

.main-content{
    margin-top: 75px;
}

.zp-main-content{
    margin-top: 95px;
    margin-bottom: 110px;
}


.home-main-content{
    margin-top: 75px;
}

/*

.logo-img{
    width: 193px;
} */

.border-radius{
    border-radius: 8px;
}

.container{
    max-width: 1220px!important;
}

.seccion-container{
    margin-top: 3rem!important;
    margin-bottom: 3rem!important;
}

.form-select, .form-control{
    padding: 9px 9px;
}

.form-control:focus{
    border-color:var(--primary)

}

.form-control {
    border-radius: 0px;
}

.bg-primary{
    background-color: var(--bg-primary)!important;
}

.text-primary{
    color: var(--primary)!important;
}
.btn{
    border: var(--btn-border-width) solid var(--btn-secondary-bg-active-color);
}

.btn-primary{
    color: #FFF;
    border-color: var(--btn-border-color);
    background-color: var(--btn-bg);
    border-radius: var(--btn-border-radius);
    font-weight: var(--btn-font-weight);
    transition: all 0.3s;
    padding: var(--btn-padding);
}

.btn-pedidos{
    margin-top: 1px;
    display: flex;
    border-color: var(--btn-border-color);
    background-color: #DA1919;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    padding: 0.375rem 0.75rem;
}

.btm-pedidos:hover{
    border-color: var(--btn-border-color);
    background-color: #00185B;
}
.btn-pedidos:hover svg path {
    fill: #DA1919;
}

.btn-search{
    border-radius: 0px 8px 8px 0px;
    padding: 8px 17px;
}
.btn-primary:hover{
    border-color: var(--btn-hover-border);
    background-color: transparent;
    color: #000;
    font-weight: var(--btn-font-weight);
}

.btn-primary:active{
    border-color: var(--btn-active-border-color);
    background-color: var(--btn-hover-bg);
    color: var(--btn-hover-color);
    font-weight: var(--btn-font-weight);
}

.btn-secondary{
    border-color: var(--btn-secondary-border-color);
    background-color: var(--btn-secondary-bg);
    border-radius: var(--btn-border-radius);
    color: #DA1919;
    font-weight: var(--btn-secunday-font-weight);
    transition: background-color 0.3s;
    padding: var(--btn-secondary-padding);
}

.btn-secondary:active{
   background: var( --btn-secondary-bg-active-color)!important; 
   border-color: var( --btn-secondary-bg-active-color)!important;
}

.btn-secondary:hover{
    background-color: var(--btn-secondary-hover-bg);
    border-color: var(--btn-secondary-hover-bg);
    font-weight: var(--btn-secunday-font-weight);
    color: var(--btn-secondary-hover-color);
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: var(--btn-hover-bg);
    border: var(--btn-border-width) solid var(--btn-active-border-color);
}

.btn-primary-navbar{
    font-size: 14px;
    padding-top: 0.4rem!important;
    padding-bottom: 0.4rem!important;
    padding-right: 1.2rem!important;
    padding-left: 1.2rem!important;
    margin-left: 0.5rem!important;
}

.btn-section{
    color: var(--btn-color);
    border-color: #fff;
    font-size: 14px;
    background-color: transparent;
    border-radius: var(--btn-border-radius);
    font-weight: var(--btn-font-weight);
    transition: all 0.3s;
}

.btn-section:hover{
    background-color: var(--btn-secondary-hover-bg);
    border-color: var(--btn-secondary-hover-bg);
    font-weight: var(--btn-secunday-font-weight);
    color: var(--btn-secondary-hover-color);
}

.border-white{
    border-color: #FFF;
}

.btn-zp{
    font-size: 16px;
    border: 1px solid var(--primary);
    transition: all 0.3s;
    color: #131313;
    padding: 0.4rem 1.8rem;
    font-weight: 600;
    border-radius: var(--btn-border-radius);
}

.btn-zp:hover{
    border-color: var(--btn-hover-border);
    background-color: var(--btn-hover-bg);
    color: var(--btn-hover-color);
}
.btn-zp-secundary{
    font-size: 16px;
    border: 1px solid var(--primary);
    transition: all 0.3s;
    padding: 0.5rem 1rem;
    font-weight: 500;
    border-radius: var(--btn-border-radius);
    color: #131313;
    background-color: #fff;
    
}

.btn-zp-secundary:hover{
    border-color: var(--btn-hover-border);
    background-color: var(--btn-hover-bg);
    color: var(--btn-hover-color);
}

.icon {
    color: var(--icon-color);
    font-size: 17px;
    margin-left: 4px;
    line-height: unset;
}

.bg-secondary{
    background-color: var(--bg-secondary)!important;
}

.bg-contacto{
    color: #E7E7E7; 
}

.vertical-line {
    border-left: 1px solid #fff; 
}

.vertical-line-secondary {
    border-left: 1px solid #000; 
    margin-left: 10px; 
}

.custom-hr{
    width: 85%;
    margin: 1rem auto;
}

.custom-hr-2{
    margin: 2rem 0 1.5rem 0;
}

.fs-7{
    font-size: 0.8rem;
}



/****************************               ****************************/

/* Customize the colors for Laravel Paginator */
ul.pagination {
    justify-content: center; /* Center the pagination */
    flex-wrap: wrap;
}

.page-link{
    color: var(--primary)!important;
    outline: none;
}

.page-link:focus{
    outline: none !important;
    box-shadow: none;
}

.active>.page-link, .page-link.active{
    border-color: var(--primary)!important;
    background-color: var(--primary)!important;
    color: #fff!important;
}

.titulo-seccion{
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 41.6px;
}

.titulo-seccion-producto{
    color: #131313;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}


.see-more-link{
    color: var(--primary);
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    transform: all .2s ease-in-out;
}

.see-more-link:hover{
    color: var(--secondary);
}

.see-more-link:hover svg path {
    fill: var(--secondary);
}

.more-text{
   color: #251714;
   font-size: 15px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}




/**/
.card-item:hover .see-more-text{
    color: var(--primary);
    font-size: 16px;
    font-weight: 400;
}

.card-item .see-more-icon path, .see-more-text{
    transition: all .2s ease-in-out;
}

.card-item:hover .see-more-icon path{
    fill: var(--primary);
}

/* Cards */
.producto-item{
    margin-bottom: 1.2rem;
    min-height: 333px;
    transition: all .2s ease-in-out;
}

.producto-body{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #FFF;
    min-height: 126px!important;  
    transition: all .2s ease-in-out;
}

.category-titulo{
    color: #000;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}

.category-body{
    padding-top: 1rem;
    min-height: 144px!important;  
}


.producto-item:hover .btn-primary{
    background-color: var(--btn-hover-bg);
    border-color: var(--btn-active-border-color);
}

.producto-item:hover .btn-primary:hover{
    background-color: var(--btn-bg);
    border-color: var(--btn-border-color);
}

.producto-imagen {
    position: relative;
}

.gradient-overlay{
    position: absolute; 
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.10) 100%);
    z-index: 1000;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(217, 217, 217, 0.20);
    align-items: center;
    justify-content: center;
    font-size: 61px;
    color: rgba(250, 2, 2, 0.3); /* Set the color and opacity of the plus symbol */
    display: flex;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.producto-item:hover .overlay {
    opacity: 1;
}

.overlay-secondary{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.card-item:hover .overlay-secondary{
    opacity: 1;
}

.overlay-content {
    color: white;
    font-size: 61px;
}

.imagen-novedad{
    position: relative;
    overflow: hidden;
    height: 220px;
}

.imagen-novedad img {
    width: 100%;
    height: auto;
    display: block;
}

.descripcion-novedad{
    flex-grow: 0.5;

}

.imagen-novedad::after{
    content: "";
    width: 100%;
    height: 100%;
    background: transparent; 
    background-repeat: no-repeat;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
}

.card-item{
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 1.2rem;
    min-height: 399px;
    transition: all .2s ease-in-out;
}

/*
.card-item:hover{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
*/

.card-hr{
    margin: 1rem;
    margin: 1rem;
    border: 1px solid #C4C4C4;
}
.categoria-novedad{
    color: var(--primary);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.4px;
    line-height: normal;
}


.date-novedad{
    color: var(--Rojo, #EE1D23);
    font-family: 'Assistant';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 137.5% */
    letter-spacing: 1px;
}

.titulo-novedad{
    color: var(--Negro, #000);
    font-family: 'Assistant';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 185%; 
    letter-spacing: 0.72px;
}

.textocorto-novedad{
    color: var(--Negro, #000);
    font-family: 'Assistant';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 185%; /* 29.6px */
    letter-spacing: 0.32px;
}

.mostrar-novedad{
    font-size: 16px;
    color: #414047;
    line-height: 32px;
    font-weight: 500;
}

.mostrar-novedad:hover{
   color: #969289;
}


.producto-titulo{
    color: var(--Rojo, #EE1D23);

     font-family: 'Inter';
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 22px; 
}


.producto-detalle-brand{ 
    color: #000;
    font-family: 'Work Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}

.producto-detalle-modelo{
    color: #000;
    font-family: 'Work Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 133.333% */
}

.producto-descripcion{
    color: #000;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.producto-codigo{
    color: #131313;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
}


.producto-posicion{
    font-size: 16px;
    color: #737373;
    font-weight: 400;
}

.producto-detalle{
    font-size: 14px;
    color: #0C0C0C;
}

.talle{
    min-height: 103px;
}

.brand-list{
    display: flex;
    justify-content: start;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;

}

.producto-card{
    border-radius: var(--border-radius);
    border: 1px solid #DEDEDE;
    background: #FFF;
    overflow: hidden;
    position: relative;
}

.producto-card:hover{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}



.producto-card-body{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
}

.brand-list-item{
    color: #000;
    font-family: 'Work Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.producto-detalle-codigo{

   color: #131313;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 130%;
}

.producto-detalle-titulo{
    color: var(--Negro, #000);
    font-family: 'Assistant';
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; 
}

.producto-detalle-subtitulo{
    color: #0C0C0C;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 2.5rem;

}

.producto-descripcion-titulo{
    color: #0C0C0C;
    font-size: 20px;
    font-weight: 600;
    line-height: 129-1%;
}


.aplicacion-box {
    border-radius: 8px;
    padding: 15px;
    background: #F4F4F4;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    min-height: 197px;
}

.datos-aplicacion{
    color: #0C0C0C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.year-aplicacion, .posicion-aplicacion{
    color: #0C0C0C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 

}

.aplicacion-box:hover {
    transform: scale(1.05);
}

.aplicacion-box p {
    margin: 0;
}

.eliminar-aplicacion {
    margin-top: 10px;
}

#aplicaciones-container {
    display: flex;
    flex-wrap: wrap;
}


.equivalencia-fila {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #F4F4F4;
}

.eliminar-equivalencia {
    margin-top: 5px;
}

.equivalencia-rectangulo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 10px;
    padding: 10px;
    cursor: pointer; 
    background-color: #F4F4F4;
    border-radius: 8px;
    margin-top: 10px;
}

.equivalencia-nombre{
    color: #484848;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.equivalencia_codigo{
    color: #0C0C0C;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}

/* Topbar */

.header-contacto{
    padding: 0.45rem!important;
}

.header-contacto svg{
    color: var(--icon-color);
}

.header-contacto a{
    font-size: 14px;
    color: var(--text-color);
    font-style: normal;

}

.header-contacto-secondary{
    margin-top: 0.5rem!important;
    margin-bottom: 2.5rem!important;
}

.header-contacto-secondary svg{
    color: #000;
}

.header-contacto-secondary a{
    font-size: 14px;
    color: #000;
    font-style: normal;
}

.selected-lang{
    cursor: pointer;
    display: flex;
    align-items: center;
}

.selected-lang::before{
    content: '';
    margin-right: 2px;
    display: block;
    width: 22px;
    height: 15px;
}

.lang-menu{
    position: relative;
}

.lang-menu ul{
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: none;
    position: absolute;
    top: 23px;
    left: -87px;
}

.lang-menu ul li{
    list-style: none;
    display: flex;
    justify-content: space-between;

}

.lang-menu ul li a{
    width: 140px;
    display: block;
    padding: 5px 10px;
}

.lang-menu ul li a:hover{
    background-color: #f2f2f2;
}

.lang-menu ul li a:before{
    content: '';
    margin-right: 2px;
    display: inline-block;
    width: 24px;
    height: 17px;
    vertical-align: middle;
    margin-right: 5px;
    background-image: url("../images/spain-flag-icon-16.png");
    background-size: cover;
}

.lang-menu:hover ul{
    display: block;
}

.es::before{
    background-image: url("../images/spain-flag-icon-16.png");
    background-size: cover;
}

.br::before{
    background-image: url("../images/brazil-flag-xs.png")!important;
    background-size: cover;
}

.us::before{
    background-image: url("../images/Flag_of_the_United_States.svg")!important;
    background-size: cover;
}

/* Navbar */

.navbar-collapse{
    flex-grow: 0.5!important;
}

.header-link{
    font-family: var(--body-font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    color: var(--text-color);
    transition: all .2s ease-in-out;
}

.header-link-secondary{
    font-family: var(--body-font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    color: #000;
    transition: all .2s ease-in-out;
}

.header-link:hover{
    color: var(--text-hover-color);
}

.header-link-secondary:hover{
    color: var(--text-hover-color);
}

.navbar-nav .nav-link{
    transition: all .0,5s ease-in-out;
}


.navbar-nav .nav-link.active{
    color: var(--primary)!important;
    font-weight: 400!important;
}

/*

.navbar-nav .nav-link:hover{
   font-weight: 600;
}*/


/* Home */

/*
.carrousel-item{
    height: 608px;
}*/

.carousel .carousel-item {
    height: 631px;
}
  
.carousel-item img {
    position: absolute;
    object-fit:cover;
    top: 0;
    left: 0;
    min-height: 631px;
}

.carousel-indicators {
    right: auto;
    bottom: 53px;
    margin-left: 95px;
}

.carousel-indicators [data-bs-target] {
    height: 10px;
    width: 40px;
}

.slider-video{
   height: auto;
   margin: 0;
   position: absolute;
   top: 50%;
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}

.video-content{
    left: 50px;
    top: 50%;
    right: 80px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    font-size: 22px;
    color: #FFFFFF;
    z-index: 1029;
}

.icono-video{
    position: absolute;
    align-items: center;
    justify-content: center;
    right: 3.5rem;
    top: 9.5rem;
    z-index: 2;
}

.video-titulo{
    color: var(--White, #FFF);
    font-family: Roboto Condensed;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 74px; /* 137.037% */
}

.video-descripcion{
    color: rgba(255, 255, 255, 0.8);
    font-family: Roboto Condensed;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 127.273% */
}

.brand-section{
    margin-top: 5rem;
    margin-bottom: 5rem;
}
/* Buscador */


.search-section .container{
    width: 75%;

}

.search-btn{
    background-color: #c00202;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    border-radius: 4px;
}

.search-btn:hover{
    background-color: #c00202;
    color: #FFF;
    border-color:#c00202;
    opacity: 0.8;
}

.search-btn-secondary{
    color: var(--primary);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    height: 100%;
    border: none;
}

.search-btn-secondary i{
    font-size: 21px;
    flex-shrink: 0;
}
/* Productos */

.brand-item{
    border: 1px solid transparent;
    border-radius: 8px;
    margin-bottom: 1.2rem;
    height: 169px;
    transition: all .2s ease-in-out;
    overflow: hidden;
}

.brand-img {
    transition: transform 0.3s ease-in-out;
    border-radius: 8px;
}

.col-lg-brands{
    margin: 4px;
    flex: 0 1 calc(20% - 8px); /* <-- adjusting for margin */
}

.category-item{
    position: relative;
}


.category2-item {
    position: relative;
}

.category-name {
    font-size: 24px;
    font-style: normal;
    width: 100%;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%); 
    text-align: center; 
}

.category2-name{
    color: #FFF;
    text-align: center;
    position: absolute;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    bottom:1.5rem;
    left: 50%;
    transform: translateX(-50%);


}

.category-imagen {
    position: relative;
}
  

.category2-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.80) 100%);
    pointer-events: none; 
}

.category-imagen{
    transition: transform 0.3s ease-in-out;
}

.category-item:hover .category-imagen {
    transform: scale(1.05); 
}

.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

/*

.category-item:hover .category-img {
  transform: scale(1.1);
}

.category-item:hover{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.category-item:hover .btn-primary{
    background-color: var(--btn-hover-bg);
    border-color: var(--btn-active-border-color);
}

.category-item:hover .btn-primary:hover{
    background-color: var(--btn-bg);
    border-color: var(--btn-border-color);
}*/

.bg-grey{
    background-color: #E7E7E7;
}

/*Empresa */

.bg-empresa{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/bg-empresa.png');
    width: 100%;
    height: 281px;
}

.empresa-titulo{
    color: #000;
    font-size: 36px;
    font-weight: 400;
    line-height: normal; 
    text-transform: uppercase;
}

.calidad-titulo{
    font-size: 28px;
    font-weight: 600;
    line-height: 130%;
    color: #131313;
}

.calidad-titulo-archivo{
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}

.calidad-descripcion{
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    color: #131313;
}

.empresa-descripcion{
    color: #000;
    font-size: 24px;
    font-family:var(--body-font-family);
    font-weight: 300;
    padding: 1rem 2rem 1rem 2rem; 
}


.investigacion-descripcion{
    color: #000;
    font-size: 24px;
    font-family:var(--body-font-family);
    font-weight: 300;
    padding: 1rem 2rem 1rem 2rem; 
}

.nosotros-descripcion{
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    color: #000;
    font-size: 24px;
    font-family:var(--body-font-family);
    font-weight: 300;
}

.nosotros-descripcion2{
    padding-left: 2rem;
    padding-right: 2rem;
    color: #000;
    font-size: 24px;
    font-family:var(--body-font-family);
    font-weight: 300;
}

.sobre-nosotros-titulo{
    text-align: center;
    font-family: "Assistant", serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.sobre-nosotros-descripcion{
    text-align: center;
    font-family: "Assistant", serif;
    font-size: 18px!important;
    font-style: normal;
    font-weight: 400;
    line-height: 185.023%; 
    letter-spacing: 1.6px;
}

.nosotros-titulo{
    padding-right: 10rem;
    font-family: "Assistant", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.nosotros-subtitulo{
    font-family: "Assistant", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 144.523%;
    letter-spacing: 1.8px;
    opacity: 0.6;
    text-transform: uppercase;
}

.nosotros-texto{
    color: #000;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: 18rem;
    overflow:auto;
}

.nosotros-texto p{
    margin-bottom: 0.5rem;
    line-height: 160%;
}

.nosotros-descripcion span{
    line-height: 30px;
}

.top-main{
    align-items: center;
    height: 505px;
    margin-bottom: 2.5rem;


}

.top-main-title{
    position: relative;
    color: var(--Blanco, #FFF);
    text-align: center;
    font-family: 'Inter';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6.72px;
}

.top-main-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background-color:var(--Blanco, #FFF);;
}

.top-sub-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 2.7rem;
}

.contacto-titulo{
    color: var(--Negro, #000);
    font-family: 'Assistant';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 6.72px;

}

.bg-light{
    background-color: #EDEDED!important;
}

.nosotros-item-titulo{
    width: 100%;
    position: relative;
    color: var(--Negro, #000);
    text-align: center;
    font-family: 'Assistant';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 185.023%; 
    letter-spacing: 1.6px;
}

.nosotros-item-titulo::after{
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background-color:var(--Negro, #000); 

}

.nosotros-item-descripcion{
    color:#131313;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; 
}

.nosotros-item{
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}

.nosotros-items-seccion-titulo{
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; 
}

/**/

.download-card-body{
    padding: 1rem;
}

.download-card{
    padding: 1.8rem 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.dashboard-card{
    transition: transform 0.3s ease, border-color 0.3s ease;
}


.dashboard-card:hover, .download-card:hover {
    transform: scale(1.05);
    outline: #333; /* Cambia el color del borde al pasar el mouse sobre la tarjeta */
}

.imagen-seccion{
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: "backgorund.jpg"
}

.video-container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.00) 90.69%), linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0.12%, rgba(217, 217, 217, 0.00) 54.06%);
    z-index: 1;
}

/* Descargas */

.card-title{
   color: #000;
   font-size: 20px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;

}

.footer-info{
    background-color: var(--Negro, #000);
}

/* Listado productos */
.categoria-titulo{
    color: #848484;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

.categoria-item{

    color: #131313;

    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: transparent;
    box-shadow: none;
}

.list-group-item.active {
    border: none;
    background-color: transparent;
}

.list-group-item.active .categoria-item {
    color: #FB0D1B!important;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.tipo-pago{
    color: #5B5B5B;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tipo-pago-descuento{
    color: #C40D18;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.row-border-right {
    border-right: 1px solid #BDBDBD; /* color y estilo del borde derecho */
}

.cart-menu-responsive {
    flex-direction: column; 
}

.cart-menu-responsive-items {
    flex-direction: column;
    align-items: start;
}


@media (min-width: 480px) {

    
    .cart-menu-responsive,
    .cart-menu-responsive-items {
        flex-direction: row;
    }

    .cart-menu-responsive-items {
        align-items: center;
    }

    .main-content{
        margin-top: 106px;
    }

    .home-main-content{
        margin-top: 107px;
    }
    
    .zp-main-content{
        margin-top: 170px;
        margin-bottom: 220px;
    }
    
    .titulo-seccion{
        font-size: 32px;
    }

    .empresa-descripcion{
        color: #000;
        font-size: 24px;
        font-family:var(--body-font-family);
        font-weight: 300;
        padding: 1.5rem 0rem 1.5rem 6.5rem; 
    }
    
    .investigacion-descripcion{
        padding: 1.5rem 0rem 1.5rem 6.5rem; 
    }

    .nosotros-descripcion{
        padding-left: 6.8rem;
        padding-right: 12rem;
    }

    .nosotros-descripcion2{
        padding-right: 2rem;
        padding-left: 4.5rem;
        padding-top: 0.7rem;
    }

    .download-card-body{
        max-width: 77%;
        padding: 0;
    }


    .search-section .container{
        width: 100%;
    }

    
    #login-modal{
        position: absolute!important;
        top: 4rem;
        right: 5.5rem;
        width: 391px;
        height: 426px;
    }
    #login-modal .modal-body{
        min-height: 340px;
    }

    #soporteModal .modal-body{
        min-height: 300px;
    }

    .footer-info{
        font-family: var(--body-font-family) ;
        padding: 2rem 0.7rem 0rem 0.7rem;
        background-color: var(--footer-bg);
    }

    .nosotros-texto{
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row;
    }

    .nosotros-texto p{
        width: 49%;
    }


}

/* Productos */

.list-item {
    padding: 6px 8px;
    border-top: 1px solid #dee2e6;
}

.list-item:first-child {
    margin-top: -1px; /* Ajustar para que el borde superior del primer elemento se superponga al contenido */
}

.list-group-item{
   font-size: 16px;
   color: #131313;
   padding: 0.6rem 1rem;
   border: 1px solid #E5E5E5;
}


.list-group-item:hover{
    background-color: #F5F5F5;;
}
 
.list-group-item.item-active{
    background-color: #F5F5F5;
    font-weight: 600;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.list-group-item:first-child {
    border-top-left-radius: 0; 
    border-top-right-radius: 0; 
}

.list-group-item>.list-group-item{
    border-width: 0 0 1px;
}


.category-divider{
    color: #E5E5E5;
    margin: 0.7rem 0;
    opacity: 1;
}


.breadcrumb li, .breadcrumb-item a {
    color: #848484;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}

.breadcrumb-item.active{
    color: #131313 ;
}

.breadcrumb-item+.breadcrumb-item::before{
    font-weight: 400;
}


/* Footer */

.footer-texto{
    color: #FFF;

     font-family: 'Inter';
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 22px; /* 137.5% */
     letter-spacing: 1.6px;
}

.footer-titulo{
    color: #FFF;
    font-family: 'Assistant';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;

}

.footer-subtitulo{
    font-family: var(--body-font-family) ;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.soporte-seccion{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    line-height: normal;
    opacity: 0.8;
}

.footer-seccion{
    color: var(--footer-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    line-height: normal;
    opacity: 0.8;
}


.footer-contacto{
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-contacto a{
    font-size: 15px!important;
}


.footer-icon-link{
    color: var(--footer-color);
    font-size: 17px;
    padding: 3px;
    margin-left: 4px;
    line-height: unset;
}

.footer-bottom{
    display: flex;
    align-items: center;
    height: 67px;
    overflow: hidden;
    background: var(--Negro, #000);
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: white;
    margin: 0.0,5rem 0;
}

.footer-bottom span {
    color:#fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.801;
}



/* -------------------------------------  */


.icono{
    font-size: 17px;
    padding: 3px;
    color: #00185C;
    line-height: unset;
}

.bg-privada{
    background-color: #00185C;
    color: #fff;
    border: 1px solid var(--Azul, #00185B);
    transition: all .15s ease-in-out;
}

.bg-privada:hover{
    color: var(--Azul, #00185B);
    background-color: transparent;
    border: 1px solid var(--Azul, #00185B);
}


/**CONTACTO */

#download-form .form-control{
    border: 1px solid #DEDEDE;
    border-radius: 0;
    padding-top: 9px;
    padding-bottom: 9px;
}

#downlaod-form .form-label{
    font-weight: 600;
}

/**/
.seccion-contacto .form-label{
    color: #131313;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.seccion-contacto .form-control{
    border-radius: 0px;
    border: 1px solid var(--GRIS-LINEA, #C4C4C4);
}
/**/
.contacto-text{
    color: #000;
    font-family: var(--body-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;

}

.contacto-item p{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
}

.contacto-item-text{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
    margin-left: 0.5rem;
}

.btn-contacto{
    display: flex;
    width: 197px;
    padding: 8px 25px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #00185B(255, 255, 255);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #00185B;
    text-decoration: none;
    color: #FFFFFF;
    font-style: normal;
}

/**CONTACTO */

/** PRESUPUESTO */
.seccion-contacto .form-select{
    border: 1px solid #DEDEDE;
    border-radius: 0;
    padding-top: 9px;
    padding-bottom: 9px;
}

select option:disabled {
    color: #000;
    font-weight: bold;
}

.imagen-seccion::before{
    background: var(--Gradient, linear-gradient(90deg, rgba(0, 24, 91, 0.42) 36.62%, rgba(0, 24, 91, 0.00) 100%));
}


/** PRESUPUESTO */

/** LOGIN */

.seccion-login-register label{
    font-weight: 600;
}

.btn-register, .btn-login{
    display: flex;
    width: 197px;
    padding: 8px 25px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    font-style: normal;

}


.btn-login{
    border: 1px solid #00185B;
    background: #00185B;
}

.btn-login:hover{
    background-color: transparent;
    border: 1px solid #00185B;
    color: #00185B;
}

.btn-register{
    background: var(--Gris, #969289);
    border:1px solid var(--Gris, #969289);
}

.btn-register:hover{
    background: #fff;
    color: var(--Gris, #969289);
}

/** LOGIN */

/** DESCARGAS */

.btn-descargas{
    display: flex;
    width: 120px;
    padding: 8px 25px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    font-style: normal;
    border: 1px solid #00185B;
    background: #00185B;
}

.seccion-descargas th{
    color: #101010;
    font-family: var(--body-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
}

.seccion-descargas thead tr th{
    color: #101010;
    font-family: var(--body-font-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    vertical-align: middle;
}


.seccion-descargas{
    margin-bottom: 30rem;
}

.seccion-productos{
    margin-bottom: 4rem;
}

.bg-user{
    background-color: transparent;
    color: #00185C!important;
    border: 1px solid var(--Azul, #00185B);
    transition: all .15s ease-in-out;

}

.fotorama__nav{
    text-align: start!important;
}

.fotorama__thumb-border{
    border-color: var(--primary)!important;

}



.fotorama__nav__frame--thumb:not(.fotorama__active) .fotorama__thumb {

    box-sizing: border-box;
}

/*

.fotorama__stage__frame{
    border: 1px solid #C4C4C4 !important;
    border-radius: 8px;

}

.fotorama__nav__frame--thumb:not(.fotorama__active) .fotorama__thumb {
    border: 1px solid #C4C4C4 !important;
    box-sizing: border-box;
}*/

.texto-rico-detail ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 25rem;
    overflow: hidden;
    
    list-style-image: url('../images/check-circle.svg');

}

.texto-rico-detail ul li{
    width: 50%;
    margin-bottom: 1rem;
}

.texto-rico-detail ul li span{
    color: var(--Negro, #000);
    font-family: Roboto Condensed;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}


.description-container{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 25rem;
    width: 20rem;
    overflow: hidden;
}

.description-container{
    list-style: none;
}

.description-item{
    display: flex;
    width: 50%;
    margin-bottom: 1rem;
}

.description-item span{
    color: var(--Negro, #000);
    font-family: Roboto Condensed;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.description-item svg{
    width: 15%;
    color: #00185B;
    margin-right: 5px;
}


/** DESCARGAS */

/**DETALLE */

.btn-producto-descarga{
    display: flex;
    width: 280px;
    padding: 4px 28px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: transparent;
    border:1px solid var(--Azul, #00185B);
    color: #fff;
    gap: 10px;
    color: var(--Azul, #00185B);
    font-family: Roboto Condensed;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 228.571% */
}

/**DETALLE */


.producto-btn{
    border: 1px solid var(--Gris, #969289);
    text-decoration: none;
    display: flex;
    padding: 3px 30px;
    justify-content: center;
    align-items: center;
    color: var(--Gris, #969289);
    font-family: Roboto Condensed;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; 
    transition: all .15s ease-in-out;
}

.producto-item:hover .producto-btn{
    color: #FFFFFF;
    background-color: #969289;
}

.contenido-titulo{
    color: var(--primary);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    font-family: 'Roboto Condensed', sans-serif;
}

.contenido-sub-titulo{
    font-size: 16px;
    line-height: normal;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;

}

.contenido-descripcion{
    font-family: "Assistant", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 144.523%; /* 26.014px */
    letter-spacing: 1.8px;
} 

.btn-inicio{
    cursor: pointer;
    position: relative;
    padding: 8px 27px;
    border: 1px solid #00185B;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #00185B;
    text-decoration: none;
    color: #FFFFFF;
    font-style: normal;
    transition: all .15s ease-in-out;

}

.btn-inicio:hover{
    background-color: transparent;
    color: #00185B;
    border: 1px solid #00185B;
}

#inputGroupFile{
    border-radius: 6px;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    border-left: 1px solid #E6E6E6 !important;
    border-right: none !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 23px;
    color: black;
}

.input-group-text{
    background: none;
    border-radius: 0;
}

.ind-after{
    position: relative;
}

.ind-after::after{
    content: "";
    width: 100%;
    height: 100%;
    background: var(--Gradient, linear-gradient(90deg, rgba(0, 24, 91, 0.42) 36.62%, rgba(0, 24, 91, 0.00) 100%));
    background-repeat: no-repeat;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
}

.ind-after:hover:after{
    background: var(--Gradient, linear-gradient(90deg, rgba(0, 24, 91, 0.00) 36.62%, rgba(0, 24, 91, 0.42) 100%));
}

.border-wsp{
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #0DC143 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
}

.wp:before {
    font-size: 30px;
    color: #FFFFFF;
}

.wp:before {
    content: "\f232";
}


/* Zona Privada */


#order-table thead tr th {
    background-color: #E1E5E9;
    color: #656565;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.84px;
}

#order-table thead tr th {
    background-color: #E1E5E9;
    color: #656565;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.84px;
}

#order-table tbody tr th {
    color: #0C0C0C;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
}

.input-container {
    display: flex;
    align-items: center;
}

.numero-input {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
}

.linea-separadora {
    height: 36px;
    width: 2px;
    background-color: #ccc;
    margin: 0 8px;
}

.porcentaje-signo {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    background-color: #f0f0f0;
}

.circle-plus {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid var(--primary);
    border-radius: 50%;
    text-align: center;
    line-height: 17px; /* Ajusta el valor para centrar el signo + verticalmente */
    font-size: 18px;

}

/*
.search-bar {
    top: 50px;
    right: 0;
    width: 300px;
    z-index: 1050;
}*/




#searchBar {
    visibility: hidden; /* Comienza invisible */
    opacity: 0; /* Comienza transparente */
    position: absolute;
    top: 70%; /* Lo posicionamos debajo de la navbar */
    right: 20px;
    width: 40%; /* Para hacerlo más ancho y cómodo */
    z-index: 1050; /* Para que aparezca por encima de otros elementos */
    margin-top: 5px; /* Ajuste para que no quede pegado al ícono */
    background-color: #ffffff; /* Fondo blanco */
    border-radius: 8px; /* Bordes redondeados */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); /* Sombra sutil para dar profundidad */
    padding: 15px;
    transform: translateY(-10px); /* Desplazamiento para crear la animación */
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s; /* Transiciones suaves */
}

/* Cuando el searchBar está visible */
#searchBar.show {
    visibility: visible; /* Hacerlo visible */
    opacity: 1; /* Hacerlo opaco */
    transform: translateY(0); /* Volver a la posición original */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Suavizar las transiciones */
}