/* @import url("https://fonts.googleapis.com/icon?family=Material+Icons&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");

:root {
  --principal-color: #53bacd;
  --secondary-color: #ececec;
  --text-color: #666666;
  /*--enfasis-color: #ffffff; */
  --header-bg-color: #343434;
  --orange: #f08f00;
  --orange-hover: #b06900;
  --border-color: #d8d8d8;
  --border-radius: 0.373rem;
  /* Tipografía */
  --tipografia-principal: "Poppins", sans-serif;
  --tipografia-secundaria: Arial, Helvetica, sans-serif;
  /* --text-size-titulo: 2rem; */
  /* --text-size-parrafo: 1rem;   */
}

.mainColor {
  color: var(--principal-color);
}

.secondaryColor {
  color: var(--secondary-color);
}

.textColor {
  color: var(--text-color);
}

.btn-primary {
  background-color: var(--principal-color);
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  font-family: var(--tipografia-principal);
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
}

.btn-primary:hover {
  background-color: #46a4b4;
  color: #ffffff;
  transition: all 0.3s ease;
}

.btn-transparent {
  --btn-trst-border-color: var(--secondary-color);
  --btn-trst-width: 300px;
  --btn-trst-height: 40px;
  --btn-trst-font-size: 18px;

  background-color: transparent;
  border: 2px solid var(--btn-trst-border-color);
  border-radius: 30px;
  color: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  font-size: var(--btn-trst-font-size);
  font-weight: 500;
  width: var(--btn-trst-width);
  height: var(--btn-trst-height);
}

.btn-transparent:hover {
  border-color: #53bacd;
  color: #ffffff;
  transition: all 0.3s ease;
}

.btn-cuadrado {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;

  background: #f5f5f5;
  color: #000;
}

.btn-cuadrado:hover {
  background-color: #53bacd;
  color: #ffffff;
  transition: all 0.3s ease;
}

.btn-orange {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--orange);
  --bs-btn-border-color: var(--orange);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--orange-hover);
  --bs-btn-hover-border-color: var(--orange-hover);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--orange);
  --bs-btn-active-border-color: var(--orange);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--orange);
  --bs-btn-disabled-border-color: var(--orange);
}

.bg-orange {
  background-color: var(--orange) !important;
  border: 0px !important;
}

.bg-primary {
  background-color: var(--principal-color) !important;
  border: 0px !important;
}

hr {
  color: var(--border-color) !important;
  opacity: 1 !important;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  color: #666159;
}

a {
  text-decoration: none !important;
}

.text-mute {
  font-style: italic !important;
  color: #b0b0b0 !important;
  font-size: 0.8rem;
}

.form-check-input:checked {
  background-color: var(--principal-color) !important;
  border-color: var(--principal-color) !important;
}

.btn #spinner {
  display: none;
  width: 25px;
  height: 25px;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

header {
  background-color: transparent !important;
  position: absolute;
  z-index: 3;
  width: 100%;
  padding: 10px 0px 0px 0px;
  color: #ffffff;
}

header .logo {
  width: auto;
  height: auto;
  padding-right: 30px;
}

header .navbar-top {
  border-bottom: 1px solid #666666;
  padding-bottom: 10px;
  padding-top: 20px;
}

header .navbar-toolbar div {
  color: #ffffff;
  margin-right: 1.2rem;
}

header .search input {
  padding: 10px 40px 10px 20px;
}

header .search .input-group-text {
  border: none;
  padding: 10px 15px 10px 10px;
  color: #999999;
}

header .nav-item .nav-link {
  color: white;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  font-size: 0.9rem;
}

header .nav-item .nav-link.active {
  color: var(--principal-color);
}

header .nav-item .nav-link:hover {
  /* color: white; */
  color: var(--principal-color);
  text-decoration: none;
}

/* header .nav-item .nav-link:active {
  color: white;
  text-decoration: none;
} */

/* header .nav-item .nav-link:visited {
  color: white;
  text-decoration: none;
} */

.pageTitle,
.pageTitle h2 {
  text-align: left;
  font-family: var(--tipografia-principal);
  font-size: 2rem;
  line-height: 2.1rem;
  font-weight: bold;
  color: #666666;
}

/* .pageSubTitle span {
  width: 1.8rem;
  height: 1.8rem;
  background-color: var(--orange);
  float: left;
  margin-right: 5px;
} */

.pageSubTitle h4 {
  float: left;
  text-align: left;
  font-family: var(--tipografia-principal);
  font-size: 1.6rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0px !important;
  /* border-bottom: 2px solid var(--orange); */
}

.pageTitle div,
.pageTitle {
  text-align: left;
}

.pageTitle .icon {
  background-color: var(--orange);
  color: #ffffff;
  font-size: 2rem;
  margin-right: 0.5rem;
}

.pageDescription {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem !important;
  line-height: 1.4 !important;
}

.buttonSheet {
  background-color: #999999;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.9rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  width: 100%;
  display: block;
  padding: 5px;
  margin-bottom: 10px;
}

.buttonQuote {
  background-color: var(--orange);
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.9rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  width: 100%;
  display: block;
  padding: 5px;
  margin-bottom: 10px;
}

.box-grey {
  background-color: #8f8686;
  width: 100px;
  height: 50px;
  z-index: -1;
  position: absolute;
  display: flex;
  justify-content: flex-end;

  /* Propiedades para centrar verticalmente */
  /* top: 2vh; */
  left: -60vh;
}

.productSku {
  color: var(--text-color);
  font-weight: 500;
  font-size: 13px;
  font-family: var(--tipografia-secundaria);
}

.productOverlay {
  background-color: rgba(0, 0, 0, 0.08);
  position: relative;
  top: -130px;
  height: 135px;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.video-container {
  position: relative;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

.owl-carousel .owl-item img {
  display: inline !important;
  width: auto !important;
}

/* ============================================
   FOOTER
   ============================================ */

#footer {
  background-color: #474747;
}

.footer-top {
  background-color: #838383;
  border-top: 25px solid var(--secondary-color);
  /* min-height: 40px; */
}

#footer .footer-top .btn {
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 30px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  width: 300px;
  height: 40px;
  /* display: block; */
  margin: 0px 25px;
}

#footer .footer-top .btn:hover {
  background-color: #ffffff;
  color: #000000;
  transition: all 0.3s ease;
}

#footer .footer-top .text-footer {
  color: var(--secondary-color);
  padding: 0px 0px 0px 24px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  border-left: 2px solid #ffffff;
  display: flex;
  align-items: center;
}

#footer .navigationTree a {
  display: table;
  color: var(--secondary-color);
  text-decoration: none;
  width: 100%;
  padding: 5px 0px 5px 0px;
  font-size: 14px;
  font-family: var(--tipografia-secundaria);
  font-weight: 200;
}

#footer .navigationTree a:hover {
  color: var(--principal-color);
  transition: all 0.3s ease;
}

#footer .container .title {
  color: var(--secondary-color);
  text-decoration: none;
  width: 100%;
  padding: 5px 0px 10px 0px;
  font-family: var(--tipografia-principal);
  font-weight: 600;
}

#footer .contactInformation a {
  display: table;
  color: var(--secondary-color);
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  font-size: 14px;
  font-family: var(--tipografia-secundaria);
}

#footer .contactInformation div {
  display: table;
  color: var(--secondary-color);
  text-decoration: none;
  width: 100%;
  font-weight: 300;
}

#footer .placesInterest a {
  display: table;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  padding: 5px 0px 5px 0px;
  font-size: 14px;
  font-family: var(--tipografia-secundaria);
  font-weight: 100;
}

#footer .placesInterest a:hover {
  color: var(--principal-color);
  transition: all 0.3s ease;
}

#footer .catalogue {
  color: #ffffff !important;
}

#footer .catalogue .title {
  color: #ffffff !important;
}

.bgOrange {
  background-color: var(--orange);
}

.breadcrumb-bg {
  background-color: #f7f7f7;
  margin-bottom: 2rem;
}

.breadcrumb-bg .container {
  padding: 2px !important;
}

.breadcrumb {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.8rem;

  padding: 2px 0px 2px 2px;
}

.breadcrumb a {
  text-decoration: none;
  color: #999999;
}

.breadcrumb .breadcrumb-item.active a {
  text-decoration: underline !important;
  color: var(--principal-color) !important;
  font-weight: 600;
}

.listProducts .product {
  padding: 5px;
}

.listProducts .product a {
  padding: 0.5rem !important;
  height: 100%;
  width: 100%;
  border: var(--bs-border-width) solid var(--border-color);
  border-radius: var(--border-radius);
}

.product,
.product a {
  text-decoration: none;
}

.product .productBrand {
  height: 40px;
}

.product .m-select {
  color: black;
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  font-size: 18px;
  text-align: center;
}

.product .m-select select {
  width: fit-content;
  height: 50px;
  align-items: center;
}

/* .badge-container {
  background-color: red;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.badge-container .badge-color {
  background-color: var(--principal-color);
  opacity: 0.8;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 2px 5px;
  border-radius: 3px;
} */

.product .productName {
  margin-top: 0.4rem;
  text-align: center;
  color: #999;
  font-weight: 400;
  font-family: var(--tipografia-secundaria);
  font-size: 0.9rem !important;
  line-height: normal;
  text-decoration: none;
}

.product .productName div:first-child {
  font-family: var(--tipografia-principal);
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
}

.product .productPrice {
  font-family: var(--tipografia-principal);
  font-size: 16px;
  font-weight: 800;
  color: #5e5e5e;
  padding-bottom: 10px;
}

.product .productSku {
  font-size: 0.6rem !important;
}

.d-print-flex .icon-header {
  padding-left: 30px;
}

.d-print-flex .icon-header span {
  float: left;
}

.d-print-flex .icon-header .material-icons {
  font-size: 18px;
  padding: 0.5rem;
  /* border: 2px solid #7a7a7b; */
  /* color: #7a7a7b; */
  border: 2px solid #fff;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 30px;
}

.d-print-flex .icon-header .material-icons:hover {
  color: var(--principal-color);
  border-color: var(--principal-color);
  cursor: pointer;
}

.d-print-flex .icon-header .tel {
  font-size: 20px;
  line-height: 1rem;
  font-weight: bold;
}

#menuIcon {
  transition: transform 0.3s ease;
  cursor: pointer;
}

.nav-web {
  padding: 0;
  background: rgba(102, 102, 102, 0.8);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.nav-mobile {
  padding: 0;
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  z-index: 1040;
  background: rgba(102, 102, 102, 0.8);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
  .navbar .container {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .container {
    padding: 1.4rem !important;
  }

  .dropdown-menu {
    /*    animation: slideDown 0.5s ease;*/
  }

  header {
    padding: 5px 0px 0px 0px;
    color: #ffffff;
  }

  header .navbar-top {
    border-bottom: 0px;
    padding-bottom: 0px;
  }

  header .logo {
    width: 150px;
  }

  #bannerPrincipal .carousel-inner .img {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.7;
  }

  #bannerPrincipal .carousel-inner .carousel-caption .text1 {
    margin-top: -2rem;
    margin-left: 2rem;
    font-size: 2rem !important;
    line-height: 2rem;
  }

  #bannerPrincipal .carousel-inner .carousel-caption .text2 {
    font-size: 1rem !important;
    margin-left: 2rem;
  }

  .pageTitle {
    font-size: 1.8rem;
  }

  .pageTitle .icon {
    font-size: 2rem;
  }
}

#newsCarousel .product {
  height: 130px;
}

#newsCarousel ..product .productSku {
  margin-right: 5px;
}

#newsCarousel .carousel-control-prev,
#newsCarousel .carousel-control-next {
  top: 45%;
  width: 25px !important;
  height: 25px;
  background-color: #000;
  /* Color de fondo */
}

#newsCarousel .product {
  /* arriba, derecha, abajo, izquierda*/
  padding: 10px 0px 10px 5px;
  background-color: var(--bs-gray-200);
}

#newsCarousel .product .productName div:first-child {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}

/* stylos para el nuevo carrusel de productos */
.render-products-carousel {
  overflow: hidden;
  padding: 0 22px;
}

.render-products-carousel .carousel-inner {
  overflow: visible;
}

.render-products-carousel .render-product-card {
  display: block;
  height: auto;
  padding: 0;
  background: transparent;
  color: #5f5f5f;
  text-align: center;
}

.render-products-carousel .render-product-image-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  aspect-ratio: 1 / 1;
  margin-bottom: 14px;
  /* padding: 28px 16px 16px; */
  /* padding: 5px;
  background: #ececec; */
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid #ececec;
}

.render-products-carousel .render-product-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
}

.render-products-carousel .render-product-sku {
  color: #9c9c9c;
  font-size: 12px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.8);
}

.render-products-carousel .render-product-stock {
  display: inline-flex;
  align-items: center;
  min-height: 16px;
  padding: 3px 6px;
  background: #53bacd;
  opacity: 0.8;
  color: #fff;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
}

.render-products-carousel .render-product-image {
  /* width: auto !important; */
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.render-products-carousel .render-product-name {
  min-height: 42px;
  margin: 0;
  color: #5e5e5e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.86rem !important;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.render-products-carousel .render-product-name span,
.render-products-carousel .render-product-name strong {
  display: block;
}

.render-products-carousel .render-product-name span {
  color: #999;
  font-weight: 400;
}

.render-products-carousel .render-product-name strong {
  color: #5e5e5e;
  font-weight: 800;
}

.render-products-carousel .carousel-control-prev,
.render-products-carousel .carousel-control-next {
  top: 43%;
  width: 32px !important;
  height: 32px;
  background-color: #53bacd;
  border-radius: 50%;
  opacity: 1;
  transform: translateY(-50%);
}

.render-products-carousel .carousel-control-prev {
  left: 0;
}

.render-products-carousel .carousel-control-next {
  right: 0;
}

.render-products-carousel .carousel-control-prev-icon,
.render-products-carousel .carousel-control-next-icon {
  width: 1rem;
  height: 1rem;
}

@media (max-width: 767.98px) {
  .render-products-carousel {
    padding: 0 18px;
  }

  .render-products-carousel .row {
    --bs-gutter-x: 0.75rem;
  }

  .render-products-carousel .render-product-image-wrap {
    margin-bottom: 10px;
    padding: 26px 10px 12px;
  }

  .render-products-carousel .render-product-name {
    font-size: 0.74rem !important;
  }
}

/* fin de cambios del index */
/*

@media (min-width: 992px) {
  .dropdown-menu {
    animation: fadeInOut 0.5s;
  }
	
	
	
	
	
	
	
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  5% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}}*/

#DS1popup .modal-title {
  text-transform: uppercase;
}

#DS1popup .modal-body {
  text-align: left;
}

#DS1popup .modal-body b,
#DS1popup .modal-body strong {
  text-transform: uppercase;
}

.DS1popupError .modal-header .close {
  text-shadow: 0 1px 0 #000;
}

.DS1popupError .modal-content {
  background-image: url("../_IMG/icon_msj/error.png");
  background-position: right center;
  background-color: #dc3545;
  background-repeat: no-repeat;
  background-size: 40%;
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.DS1popupError .modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.DS1popupError .modal-header .close {
  text-shadow: 0 1px 0 #000;
}

.DS1popupError .modal-footer {
  background-color: #ffffff !important;
}

.DS1popupError .btn-primary {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #ffffff;
}

.DS1popupOk .modal-header .close {
  text-shadow: 0 1px 0 #000;
}

.DS1popupOk .modal-content {
  background-image: url("../_IMG/icon_msj/ok.png");
  background-position: right center;
  background-color: #28a745;
  background-repeat: no-repeat;
  background-size: 40%;
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.DS1popupOk .modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.DS1popupOk .modal-header .close {
  text-shadow: 0 1px 0 #000;
}

.DS1popupOk .modal-body {
}

.DS1popupOk .modal-footer {
  background-color: #ffffff !important;
}

.DS1popupOk .btn-primary {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  color: #ffffff;
}

#DS1popup .close {
  background-color: transparent;
  border: none;
  width: 20px;
  color: #f7f7f7;
  margin-right: 1rem;
}

/* Banner principal */
#bannerPrincipal .hero-section {
  min-height: 65vh;
  background-size: cover;
  background-position: center;
}

#bannerPrincipal .hero-overlay {
  background: rgba(0, 0, 0, 0.22);
}

#bannerPrincipal .hero-content {
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 40px;
  transform: translateY(-55px);
}

#bannerPrincipal .hero-text-box {
  width: 100%;
  max-width: 520px;
  text-align: center;
  padding: 18px;
}

#bannerPrincipal .hero-title {
  margin: 0 0 8px 0;
  color: #ffffff;
  font-family: var(--tipografia-principal);
  font-size: 38px;
  font-weight: 500;
  line-height: 1.05;
  text-transform: uppercase;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.9);
}

#bannerPrincipal .hero-subtitle {
  color: #ffffff;
  font-family: var(--tipografia-principal);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.9);
}

@media (max-width: 991.98px) {
  #bannerPrincipal .hero-section {
    min-height: 420px;
  }

  #bannerPrincipal .hero-content {
    justify-content: center;
    transform: translateY(0);
    padding-top: 80px;
  }

  #bannerPrincipal .hero-text-box {
    max-width: 90%;
    padding: 14px 18px;
  }

  #bannerPrincipal .hero-title {
    font-size: 28px;
  }

  #bannerPrincipal .hero-subtitle {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  #bannerPrincipal .hero-title {
    font-size: 24px;
  }

  #bannerPrincipal .hero-subtitle {
    font-size: 12px;
  }
}
