/* agrega aqui los estilos necesarios para modificar el template */
/** Schema **/
:root {
    --acero-black: #202430;
    --acero-grey: #f2f2f2;
    --acero-grey-2: #b3b3b3;
    --acero-grey-3: #808080;
    --acero-red: #ed1c24;
    --acero-input-height: 38px;
}

/*** Paginación ***/
/* color de números e íconos */
.page-link {
    color: grey;
}

/* color al clickear un botón */
.page-link:focus {
    box-shadow: none;
}

/* color de la página actual */
.page-item.active .page-link {
    background-color: #dbdcde;
    border-color: #dbdcde;
    color: var(--acero-black);
}
.page-link:hover {
    color: var(--acero-black);
}


/* Estilos generales */


/*
@font-face {
  font-family: MiFuente;
  src: url(https://dojiw2m9tvv09.cloudfront.net/4751/1/MiFuente.ttf);
}

body {
  font-family: MiFuente;
}
*/
a {
  transition: all 0.3s ease!important; /* animación suave */
}
p {
    font-size:14px;
    line-height: 1.6;
}
.container-xxl, .container {
    max-width: 1320px;
}
body {
    font-family: 'Montserrat', sans-serif;
}
body .bs-main {
overflow:hidden;/* Evita scroll horizontal*/
background-color:white;
//z-index:1;
}
.bs-img-rectangle {
    width: 100%;
    position: relative;
}
.force-rectangle img {
    object-fit: cover!important;
    object-position: center center!important;
}
.bs-img-square .overlay {
font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.force-rectangle:after {
    content: "";
    display: block;
    padding-bottom: 66%!important;
}
.bs-header {
    border-top: 0;
    border-bottom: 0;
    background: #fff;
}

.alert-primary {
    color: #ffffff;
    background-color: var(--acero-black);
    border-color: #646464;
    text-transform: uppercase;
    font-size: 8pt;
}

.bs-header .bs-social-media a {
    padding: .5rem;
    color: var(--acero-black);
    font-size: 14pt;
}
.bs-header a:not([class*="bs-menu"]):hover, .navbar-toggler:hover {
    color: var(--acero-red);
    text-decoration: none;
}

.input-group .form-control {
    border-color: var(--acero-black);
}

.form-control {
border-color:var(--acero-black)!important;
padding-left:16px!important;
font-size:14px!important;
border-radius:19px;
}
.btn {
border-radius:19px;
}
.btn-outline {
    border: solid 1px var(--acero-black);
    border-radius: 19px;
    padding-left:20px;
    padding-right:20px;
}
.btn-outline:hover {
background-color:var(--acero-black);
color:#fff;
}
.btn-primary {
    background: var(--acero-black);
    border-color: var(--acero-black);
}
.btn-primary:not(:disabled):not(.disabled):hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    background: var(--acero-red);
    border-color: var(--acero-red);
}

.btn-secondary {
    background: var(--acero-black);
    border-color: var(--acero-black);
}
.btn-secondary:not(:disabled):not(.disabled):hover, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
    background-color: var(--acero-black);
    border-color: var(--acero-black);
}

.btn-primary.disabled, .btn-primary:disabled, .btn-secondary.disabled, .btn-secondary:disabled {
    background: var(--acero-black);
    border-color: var(--acero-black);
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #a7a9ab;
    border-color: #a7a9ab;
}    
.home-title {
font-weight:700;
color:var(--acero-black);
font-size:1.2rem;
letter-spacing:1px;
}
@media screen and (min-width: 1200px) {
.home-title {
margin-top:3rem;
margin-bottom:3rem;
font-size:1.7rem;
}
}
#btn-login {
    font-weight: 100;
    color: var(--acero-black);
}
#btn-login i.fa-user-circle {
margin-top:5px;
}
#btn-login:hover {
    color: var(--acero-red);
}
@media screen and (min-width: 1200px) {
#btn-login {
    font-weight: 100;
    color: var(--acero-black);
    padding: 5px 0 0 15px!important;
}
}
.bs-header-top {
z-index:2;
}
.bs-header-top .badge,
.bs-header .btn .badge {
    background: var(--acero-red);
    border-color: var(--acero-red);
    border-radius:100%;
    margin-top:-10px;
    display:inline-block;
    width:18px;
    height:18px;
}
.bs-header-top a:hover {
text-decoration:none;
}
.bs-header .btn .badge:hover, .bs-header .btn:not(:disabled):not(.disabled):hover .badge {
    background: var(--acero-red);
    border-color: var(--acero-red);
}

.bs-header-nav .btn-light {
    color: var(--acero-black);
    background: transparent;
    border-color: transparent;
}

.bs-owl-compact.bs-owl-compact .owl-dots {
bottom:15px;
}

/* Menú */

.bs-header-navbar {
    background: #fff;
    color: var(--acero-black);
    text-transform:none;
}
.bs-header-navbar .container .navbar {
padding: 0 1rem;
}
.bs-header a, .navbar-toggler {
    color: var(--acero-black);
}

.bs-menu-lv1 {
    font-size: 16px;
}

.bs-menu-lv2 {
    font-size: 16px;
    font-weight: bold;
}
.bs-menu-lv2:hover {
    color: var(--acero-black);
    background:#fff;
}

.bs-menu-lv3 {
    font-size: 14px;
    font-weight: 400;
    padding-top: 0;
    color:var(--acero-grey-3)!important;
}
.bs-menu-lv3:hover {
    color: var(--acero-black)!important;
    padding-left:1.2rem;
}
.dropdown-menu {
    text-transform:none;
    margin-top: 0;
    border: 0 !important;
}
@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav {
        gap:32px;
    }
}
@media screen and (min-width: 1200px){
    .bs-menu-lv1 {
    border-bottom:4px solid #fff;
    padding:0;
    }
    .bs-menu-lv1:hover, .bs-menu-lv1.active { border-bottom:4px solid var(--acero-red);}
}
@media screen and (min-width: 1200px) {
    .navbar-expand-xl .bs-menu-big .bs-menu-lv1 + .dropdown-menu.show {
        padding: 10px;
    }
}
.bs-menu-lv1:hover, .show >.bs-menu-lv1 {color: var(--acero-black);}
.lv3-active {color:var(--acero-red)!important;}

.navbar-collapse {
    background: #ffffff;
}
@media screen and (min-width: 1200px) {
.bs-header .navbar-brand {
max-width:100%;
}
}
/* Top Search */
.bs-header-search {
    border-radius: 19px;
    border:0;
    overflow:hidden;
}
.bs-header-search .input-group>.custom-select:not(:first-child) {
border-top-left-radius: 19px;
border-bottom-left-radius:19px;
}
.bs-header-search .btn-primary {
    background-color: var(--acero-grey);
    border:0;
}
.bs-header-search .btn-primary:hover {
    background-color: var(--acero-grey)!important;
    border:0;
}
.bs-header-search .btn-primary:hover i {
    color: var(--acero-red)!important;
}
.bs-header-search .btn-primary i {
    color: var(--acero-black);
}
.bs-header-search .form-control {
    background-color: var(--acero-grey);
    border:0;
}

/* Formulario */

.background {
    background-image: url(https://dojiw2m9tvv09.cloudfront.net/4751/1/form-left.png?1619109424826), url(https://dojiw2m9tvv09.cloudfront.net/4751/1/form-right.png?1619109424826);
}    

.logo-info {
    width: 50%;
    margin-bottom: 20px;
}

.btn-success:not(:disabled):not(.disabled) {
    background: #5b5b5e;
    border-color: #5b5b5e;
}
.btn-success:not(:disabled):not(.disabled):hover, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active {
    background: var(--acero-black);
    border-color: var(--acero-black);
}

.info p {
    font-weight: 400;
    color: #878587;
    font-size: 11pt;
}


.button_form {
    color: #ffffff;
    background: var(--acero-black);
    border-color: var(--acero-black);
    padding-left:32px;
    padding-right:32px;
    text-transform:'uppercase';
}
.bs-form .button_form:hover {
    background-color: var(--acero-red);
    border-color: var(--acero-red);
    cursor:pointer;
}
.btn.disabled, .btn:disabled {
opacity:1;
}
/* Footer */

.bs-footer {
    background: var(--acero-grey);
    color: var(--acero-black);
    z-index:2;
}    

.bs-footer .button_form {
    color: #ffffff;
    background: var(--acero-red);
    border-color: transparent;
    border-radius: 19px;
    margin-left:-19px;
}
.bs-footer .button_form:disabled {
    opacity:1!important;
}

.bs-footer .button_form:hover {
    border-color: transparent!important;
    background-color:var(--acero-black)!important;
    cursor:pointer;
}
.bs-footer input[type="email"] {
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
    background-color:var(--acero-grey);
}
.bs-footer .bs-social-media a:first-child {
padding-left:0;
}
.bs-social-media a,
.bs-footer .bs-social-media a {
    color:var(--acero-black);
    font-size:20px;
    padding:5px;
}
.bs-footer .bs-social-media a:hover {
    color:var(--acero-red);
}
.bs-footer .list-group-item {
    color: #ffffff;
    background-color: transparent;
    font-weight: 400;
}    
.bs-footer .list-group-item:hover {
    color: #dbdcde;
    background-color: transparent;
}

.title-footer {
    color: var(--acero-black);
}

@media screen and (max-width: 992px){
    .bs-footer .bs-chat a {
        background: transparent;
    }
}    
.bs-form-inline form {
justify-content: left;
margin: 9px 0 0.5rem 0;
}

@media screen and (min-width: 1200px) {
.bs-form-inline form {
//justify-content: center;
}
}

@media screen and (max-width: 1000px){
    .bs-header-navbar {
        background: #fff;
        color: var(--acero-black);
    }
}

@media screen and (max-width: 1000px){
    .bs-header a {
        color: var(--acero-black);
    }
}

@media screen and (max-width: 1000px){
    #btn-login:hover {
        color: var(--acero-red);
    }
}

@media screen and (max-width: 1000px){
    .bs-menu-lv2 {
        background: #ffffff;
    }
}

@media (min-width: 1200px){
    .logo-index {
        margin-left: 11%;
    }
}

@media (max-width: 1100px){
    .index-home {
        text-align: left;
    }
}

@media screen and (min-width: 1200px) {
    .navbar-expand-xl .nav-item:last-child > a {
        padding-right: 0!important;
    }
}


/* Product */
#bs-product-form {
margin-top:32px;
}
.producto-detalle-precio {
margin-top:32px;
}
.producto-detalle-precio .before {
color: var(--acero-grey-2);
}
.producto-detalle-precio .before,
.producto-detalle-precio .after {
line-height:28px;
}
.producto-detalle-precio .before del {
font-size:24px;
margin-left:16px;
}
.producto-detalle-precio .after strong {
font-size:28px;
margin-left:16px;
}
.bs-product-related img {
    width: 100%;
  height: 100%;
  object-fit: cover!important;
  object-position: center;
  } 
.bs-product-description * {
    color: var(--acero-grey-3);
    font-size:14px;
    font-family: 'Montserrat', sans-serif;
}    
   
#bs-product-description button {
margin-right:16px;
}

.bs-collection .bs-product-info {
padding: 0 8px;
}
.bs-product-info .badge {
padding:0;
color:var(--acero-grey-2);
font-size:12px;
}
.bs-product-info h6,
.bs-product-info h4 {
    color: var(--acero-black)!important;
    font-size: 14px!important;
    text-transform:uppercase;
    text-align:left!important;
}
.bs-product-price {
font-size: 14px;
}
.bs-product-old-price {
    color:var(--acero-grey-2)!important;
    font-weight:400!important;
    text-align:left;
    padding-left:8px;
}
.bs-product-info .text-truncate {
    font-weight: 400;
    text-align:left;
    letter-spacing:0;
}
/* forzado para que imagen cubra todo el cuadrado del producto */
.bs-product-force-image-cover img {
    width: 100%;
  height: 100%;
  object-fit: cover!important;   /* hace que cubra */
  object-position: center; /* centrada */
} 
.bs-product-final-price {
    color: var(--acero-black);
    font-weight: 700;
    text-align:left;
    font-size:16px;
    padding-left:8px;
}    

.bs-product h1 {
    color: var(--acero-black);
}    

.bs-product-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bs-product-cart button {
height:30px;
width:30px;
padding:5px!important;
border-radius:100%;
}
.bs-product-cart button i {
font-size: 12px;
    margin-top: 2px;
    display: block;
}
.bs-product-cart .btn-cotizar {
background-color:var(--acero-black);
color:white;
height:30px;
line-height:30px;
border-radius:15px;
padding-left:15px;
padding-right:15px;
font-size:12px;
}
.bs-product-cart .btn-cotizar:hover {
background-color:var(--acero-red);
text-decoration:none;
}
#bs-product-slider img,
#bs-product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover!important;   /* hace que cubra */
  object-position: center; /* centrada */
}
/*
#bs-product-slider,
#bs-product-thumbnail .item {
border:solid 1px var(--acero-grey);
}*/
#bs-product-thumbnail .item {
opacity:0.8;
margin-right:8px;
transition: all 0.3s ease;
}
#bs-product-thumbnail .item:hover {
cursor:pointer;
opacity:1;
}
#bs-product-thumbnail .item.slick-current {
opacity:1;
}
/* Filtro */
#bs-collection-filter-form .btn-secondary,
#bs-collection-filter-form .btn-primary {
    background:#fff!important;
    color:var(--acero-black)!important;
    border-color:var(--acero-black)!important;
}
#bs-collection-filter-form .btn-secondary:hover,
#bs-collection-filter-form .btn-primary:hover {
    background-color:var(--acero-black)!important;
    color:#fff!important;
}
.panel-heading a {
    color: var(--acero-black);
    font-weight:400;
} 

.panel-heading {
    border: 1px var(--acero-black) solid;
    color: var(--acero-black);
    border-radius:19px;
}

.bs-collection-filter .btn-light:not(.collapsed), .bs-collection-filter .btn-light:hover, .bs-collection-filter .btn-light:focus, .bs-collection-filter .btn-light:active, .bs-collection-filter .btn-light:not(:disabled):not(.disabled):active {
    background: #ffffff;
}
.bs-collection .bs-breadcrumb {
display:none!important;
}
.panel-heading a:hover {
    color: var(--acero-black);
}
.custom-select {
border: 1px solid var(--acero-black);
border-radius:19px;
}
.custom-select:focus {
    border: 1px solid var(--acero-black);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}
.noUi-horizontal .noUi-handle {
border-radius: 10px;
}
.noUi-handle, .noUi-connect {
    background: #dbdcde;
}    

@media screen and (max-width: 992px){
    .bs-footer .bs-chat a:hover {
        background: transparent;
        opacity: .7;
    }
}

.btn-link {
    color: var(--acero-black);
}
.btn-link:hover {
    color: var(--acero-red);
}

.btn-light {
    color: var(--acero-black);
    background-color: #ffffff;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #a7a9ab;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: var(--acero-black);
    background-color: #ffffff;
    border-color: #dadada;
}
.custom-control-label {
    margin-top: 0px;
    border-radius: 25px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #ffffff;
    border-color: var(--acero-black);
    background-color: var(--acero-black);
}

.bs-cart .bs-trunc {
    color: var(--acero-black);
}

.bs-collection .bs-stock {
    background: #5b5b5e;
    border-radius: 0.5rem;
}    

.bs-discount.tag {
    background: var(--acero-red);
    height:60px;
    width:60px;
    border-radius:30px;
}    
.bs-discount span, .bs-discount strong,
bs-discount tag {
font-size:1rem;
font-weight:bolder;
}
.text-info {
    color: #dadada!important;
}


.bs-variant .custom-control-label {
     border: 1px solid var(--acero-grey-2);
     text-align:left;
     transition: all 0.3 ease;
}    

.bs-variant .custom-control-input:checked + .custom-control-label, .bs-variant .custom-control-label:hover {
    border-color: var(--acero-grey-3);
}

.bs-variant .custom-control-input:checked + .custom-control-label:before {
    border-color: var(--acero-black);
    background: var(--acero-black);
}

.bs-variant .custom-control-label strong {
    color: var(--acero-grey-3);
    font-size: 14px;
    font-weight: 400;
}

#product-title {
    color: var(--acero-black);
}

element.style {
}
.bs-discount.circle {
    background: #f00;
    color: #fff;
    height: 4em;
    width: 4em;
    border-radius: 500em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -.5em;
    font-size: 15px;
}
.cantidad .btn-secondary {
background-color:white!important;
color:var(--acero-black)!important;
}
.cantidad .input-group,
.cantidad input,
.producto-addtocart .btn,
.producto-tabs .btn,
.catalogo_description a,
.btn-outline,
.form-control {
height:var(--acero-input-height);
}
.cantidad .input-group>.input-group-append>.btn {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width:50px;
}
.cantidad .input-group>.input-group-prepend>.btn {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    width:50px;
}
.producto-addtocart .btn {
 border-radius:25px;
 width:100%;
 font-size:14px;
}
.producto-tabs {
margin-top:64px;
}
.producto-tabs .btn {
 border-radius:25px;
 padding-left:32px;
padding-right:32px;
color: var(--acero-black);
}
.producto-tabs .btn-primary {
background-color:white;
color: var(--acero-black)!important;
}
.producto-tabs .btn-primary:not(:disabled):not(.disabled).active {
background-color:var(--acero-black);
color:white!important;
border-color: var(--acero-black);
}
.producto-tabs .btn-primary.collapsed {
color: var(--acero-black)!important;
}
.producto-tabs .btn-primary:not(:disabled):not(.disabled):hover {
background-color:var(--acero-grey)!important;
border-color:var(--acero-black)!important;
}
.producto-tabs .btn-primary:not(:disabled):not(.disabled).active:hover {
background-color:var(--acero-black)!important;
color:white!important;
border-color: var(--acero-black);
}
.producto-tabs p {
color:var(--acero-grey-3);
}
/** Marcas **/
.brand-box {
margin-top:2rem;
}
.brand-box h3, .brand-box p {
text-align:left;
}
.brand-box p {
    color:var(--acero-grey-3);
}
.brand-box a {
margin-bottom:32px;
display:inline-block;
}
#brand_static .list-group-item {
padding: 0.5rem 1.25rem 0 1.25rem;
}
#brand_static .custom-control {
margin-bottom:0;
}
.marca-custom-wh {
width:200px;
height:40px;
}

/* Proyectos */
.proyecto-featured-img-container {
position:relative;z-index:0;height:calc(100vh - 144px);background-color:black;
}
.proyecto-featuted-img-fixed {
position: fixed;top: 56px;left: 0;width: 100%;height:calc(100vh - 56px);
}
.proyecto-featuted-img-fixed img {
width:100%;height:100%;
object-fit: cover;
    object-position: center center;
}
.proyecto h5 {
    margin-top: 1rem;
}
.proyecto h5 a {
    text-transform: uppercase;
    font-weight: 600;
}
.proyecto .text-custom-color {
color:var(--acero-grey-3);
}

@media (min-width: 1200px) {
  .max-w-xl {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .max-w-lg {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.equipo_description {
padding-left:16px;
text-align:left;
}
.equipo_description h5 {
margin-top:16px;
margin-bottom:0;
font-weight:600;
}
.equipo_description p {
color:var(--acero-grey-3);
}
.catalogo_description {
margin-top:16px;
padding-left:16px;
padding-right:16px;
}
.catalogo_description h5 {
font-weight:600;
}
.catalogo_description a {
display:inline-block;
border:solid 1px var(--acero-black);
border-radius:19px;
width:100px;
}
.catalogo_description a:hover {
background-color:var(--acero-black);
color:#fff;
}

/* banner */
.owl-theme .owl-dots .owl-dot span {
border:solid 1px white;
background-color:transparent!important;
}
.owl-theme .owl-dots .owl-dot.active span {
background-color:white!important;
}
.bs-owl-compact.bs-owl-compact .owl-nav .owl-next span, .bs-owl-compact.bs-owl-compact .owl-nav .owl-prev span {
color:white;
font-size:3rem;
}
.bs-horizontal-slider .slick-arrow {
border-radius:100%;
transition: all 0.3s ease;
width:35px;
height:35px;
}
.bs-horizontal-slider .slick-arrow:hover {
cursor:pointer;
background-color:var(--acero-black);
color:white;
}
@media screen and (min-width: 1200px) {
    .dropdown-menu {
        display: flex;
        opacity: 0;
        pointer-events: none; /* Desactiva interacciones durante animación */
        visibility: hidden;
        transform: translateY(-10px);
        width:875px!important;
        transition: all 0.4s ease;
        min-width: 200px; /* Mismo ancho que el botón */
    }
    .dropdown-item {
        white-space: nowrap; /* Evita ajustes de línea */
    }
    .bs-menu-title {
    width:214px;
    }
    .dropdown-menu.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto; /* Reactiva interacciones cuando está visible */
    }
}
.modal-body {
padding:2rem;
}
.modal-body h5 {
font-weight:600;
margin-bottom:32px;
}
.modal-content {
border-radius:0;
}

.modal-content .bs-form-inline button {
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
    margin-left: -19px;
}
.modal-content p {
color:var(--acero-grey-3);
}
@media (min-width: 576px) {
    .modal-dialog {
        margin: 6rem auto;
    }
}
.pagination  {
margin-bottom:64px;
}
.page-item:last-child .page-link {
border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
}
.page-item:first-child .page-link {
border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
}