
@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');


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


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

   /*footer */
   --footer-bg: #F8F8F8;;
   --footer-color: #34373A; 
   --bottom-footer-bg: #FA0202; 

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

   /*colores*/
   --primary: #FA0202;
   --secondary: #AE6200; 
   --text-color: #FFF;
   --text-hover-color: var(--primary);

   /*general*/
   --bg-secondary: #FCFBFB;
   --body-font-family: 'Open Sans';

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


*{
    box-sizing: border-box;
    letter-spacing: 0px!important;
}

body{
    margin: 0!important;
    font-family: 'Work Sans'!important;
}

/* General */

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

.main-content{
    margin-top: 126px;
    margin-bottom: 40px;
}

.zp-main-content{
    margin-top: 146px;
    margin-bottom: 40px;
}

/*
.home-main-content{
    margin-top: 126px;
}*/

/*

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

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

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

.form-control{
    padding: 11px 9px;
    border-radius: var(--btn-border-radius);
}

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

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

.btn-primary{
    color: var(--btn-color);
    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-primary:hover{
    border-color: var(--btn-hover-border);
    background-color: var(--btn-hover-bg);
    color: var(--btn-hover-color);
    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: var(--btn-secondary-color);
    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: var(--btn-border-color);
    font-size: 14px;
    background-color: var(--btn-bg);
    border-radius: var(--btn-border-radius);
    font-weight: var(--btn-font-weight);
    transition: all 0.3s;
    padding: 1rem 3.5rem;
}

.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: 14px;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.3s;
    padding: 0.6rem 1rem;
}

.btn-zp-secondary{
    font-size: 14px;
    border: 1px solid #FA0202;
    padding: 0.4rem 0.9rem;
    color: #FA0202;
}

.btn-zp-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);
}

.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;
}

.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-family: 'Work Sans';
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
}

.see-more-link{
    color: var(--primary);
    font-family: 'Work Sans';
    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-family: 'Raleway';
   font-size: 15px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

.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-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{
    border: 1px solid #D9D9D9;;
    border-radius: var(--card-border-radius);
    margin-bottom: 1.2rem;
    min-height: 329px;
    transition: all .2s ease-in-out;
}

.producto-body{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    min-height: 126px!important;  
}

.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{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.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;
}

.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: 252px;
}

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

.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;
    border-radius: var(--border-radius);
    display: flex;
    flex-direction: column;
    border: 1px solid #D9D9D9;
    overflow: hidden;
    border-radius: var(--border-radius);
    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: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
}

.titulo-novedad{
    font-style: normal;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #000;
}

.textocorto-novedad{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-style: normal;
}

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

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


.producto-titulo{
    color: var(--primary);
    font-family: var(--body-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.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{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.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-titulo{
    color: var(--primary);
    font-family: var(--body-font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* 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: 16px;
    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: 710px;
}

.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: 20%;
    bottom: 15px;
    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-select, .search-input{
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    border-radius: var(--border-radius);
}

.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 */

.category-item{
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    margin-bottom: 1.2rem;
    min-height: 399px;
    transition: all .2s ease-in-out;
    overflow: hidden;
}

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


.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;
}

.nosotros-descripcion{
    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;
}

.seccion-contacto{
    margin-bottom: 5rem;

}

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

.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: 182px;
    margin-bottom: 3.5rem;
}

.top-main-title{
    color: var(--primary);
    font-size: 42px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
}

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

.nosotros-item-titulo{
    color: #1E1E1E;;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.nosotros-item-descripcion{
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    letter-spacing: -0.15px;
}

.nosotros-item{
    /*border-radius: var(--border-radius);*/
    padding: 3.5rem 1.5rem 3.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;
}

.imagen-seccion{
    position: relative;
    min-height: 548px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    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: #131313;
   font-size: 24px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;

}

@media (min-width: 480px) {

    .titulo-seccion{
        font-size: 31px;
    }
    .nosotros-descripcion{
        padding-left: 1.5rem;
        padding-right: 2rem;
        padding-top: 0.7rem;
    }

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

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

    .download-card{
        padding: 5rem 5rem;
    }

    .slider-video{
        width: 100%;
    }

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

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

    .footer-info{
        font-family: var(--body-font-family) ;
        min-height: 413px;
        padding: 4rem 4rem 3.5rem 4rem;
    }

    .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-info{
    background-color: var(--footer-bg);
}

.footer-titulo{
    font-family: var(--body-font-family) ;
    color: var(--footer-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.2px!important;
    line-height: normal;

}

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

.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(--bottom-footer-bg);
}

.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: #34373A;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

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

}

.contacto-item p{
    color: var(--Negro, #000);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    
}

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

.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: 10rem;
}

.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;
    border-radius: var(--border-radius);
}

.fotorama__stage {
    border: 1px solid #C4C4C4 !important;
    border-radius: var(--border-radius);
}


.fotorama__nav__frame--thumb:not(.fotorama__active) .fotorama__thumb {
    border: 1px solid #C4C4C4 !important;
    border-radius: 5px;
    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{
    color: #34373A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.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";
}



