body {
  font-family: 'Anek Devanagari', sans-serif;
  overflow-x: hidden;
}

#navcol-primary {
  justify-content: center;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 2rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 1.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar-brand img {
  max-width: 160px;
}

:root {
  --bs-nav-link-font-size: .95rem;
  --bs-nav-link-font-weight: 800;
  --st-blue-primary: #002951;
  --st-mh-slider-productos: 500px;
  --st-ultra-light-gray: #f2f2f2;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: 500;
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.destacadas-item {
  min-height: 500px;
  position: relative;
  overflow: hidden;
  border-radius: .5rem;
}

.owl-carousel.owl-destacadas {
  min-height: 450px;
  display: block;
}

.destacadas-item .bg-deg {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  content: '';
  background: linear-gradient(180deg, rgba(0,41,81,0), var(--st-blue-primary));
  transition: all 350ms ease-in-out;
  z-index: 5;
}

.destacadas-caption {
  position: absolute;
  z-index: 15;
  width: 100%;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
}

.destacadas-caption h1 {
  font-weight: 800;
  text-shadow: 2px 2px rgba(0,0,0,0.25);
}

.destacadas-caption .btn {
  font-size: 1.15rem;
  font-weight: 600;
  padding: .65rem 2rem .5rem 2rem;
}

.owl-carousel.owl-destacadas .owl-item:not(.active.center) { 
  opacity: .25;
  filter: saturate(0.5);
}

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

.destacadas-item:hover .bg-deg {
  bottom: -20px;
  opacity: 0.75;
}

.bg-imagen {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #EBEBEB center center / cover no-repeat;
  z-index: 1;
  transition: all 350ms ease-in-out;
}

.customBtns {
  position: absolute;
  top: 0;
  z-index: 150;
  color: white;
  text-decoration: none;
  font-size: 1.8rem;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100px;
  justify-content: center;
  text-shadow: 0px 2px 3px rgba(0,0,0,0.25);
}

.customBtns.customPrevBtn {
  left: 0;
}

.customBtns.customNextBtn {
  right: 0;
}

.destacadas-section {
  position: relative;
  overflow: hidden;
  height: 499px;
}

.customBtns:hover, .customBtns:focus {
  opacity: .85;
  color: white;
}

.home-sections {
  padding-top: 7rem;
  padding-bottom: 6rem;
  position: relative;
  overflow-x: hidden;
}

section.home-sections.productos-section p {
    font-size: .95rem;
}

@media (min-width: 768px) {
  section.home-sections.productos-section p {
      font-size: 1rem;
  }
}

.titles-sections h3 {
  margin-bottom: 0px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.15;
}

.titles-sections h2 {
  font-weight: 900;
  margin-bottom: .5rem;
  font-size: 2.4rem;
  line-height: 1;
}

.titles-sections {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.formar-section .titles-sections.text-start h3, .formar-section .titles-sections.text-start h2 {
    text-shadow: 1px 1px 4px black;
}

.text-blue {
  color: var(--st-blue-primary);
}

.titles-sections p {
  font-size: 1.15rem;
  margin-bottom: 0rem;
}

.titles-sections-special.titles-sections p {
  font-size: 1.15rem;
  margin-bottom: 4rem;
}

.titles-sections.titles-sections-special p strong {
  color: white;
  background-color: var(--st-blue-primary);
  display: inline-block;
  padding: .25rem .5rem .015rem;
  line-height: 1;
  font-weight: 400;
}

.link-lineas {
  width: 100%;
  display: flex;
  min-height: 250px;
  position: relative;
  border-radius: .5rem;
  background: #000000;
  flex-direction: column;
  color: white;
  text-decoration: none;
  justify-content: center;
  padding-left: 20px;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  overflow: hidden;
}

.listado-productos .link-lineas {
  width: 100%;
  display: flex;
  min-height: 150px;
  position: relative;
  border-radius: .5rem;
  background: #EBEBEB center center/ cover no-repeat;
  flex-direction: column;
  color: white;
  text-decoration: none;
  justify-content: center;
  padding-left: 20px;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

.link-lineas:hover, .link-lineas:focus {
  color: white;
}

.link-lineas h2 {
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.45rem;
  position: relative;
  z-index: 15;
}

.link-lineas h4 {
  margin-bottom: 0px;
  margin-top: 0;
  line-height: .5;
  position: relative;
  z-index: 15;
}

.btn-outline-primary {
  --bs-btn-color: var(--st-blue-primary);
  --bs-btn-border-color: var(--st-blue-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--st-blue-primary);
  --bs-btn-hover-border-color: var(--st-blue-primary);
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--st-blue-primary);
  --bs-btn-active-border-color: var(--st-blue-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #465360;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #465360;
  --bs-gradient: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: .94rem;
  padding: .75rem 2rem .5rem;
  line-height: 1;
}

.home-sections.formar-section {
  background: url('../../assets/img/productos/creative-feng-shui-composition.jpg') center center / cover no-repeat;
}

.titles-sections h2 small {
  display: flex;
  font-size: 1.75rem;
}

.rows-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0px;
}

.form-formar label {
  color: white;
  font-weight: 600;
  margin-bottom: 0.15rem;
}

.form-formar input, .form-formar select {
  background-color: rgba(0,0,0,0.25);
  border-color: white;
  color: white;
}

.col-form {
  width: 100%;
}

@media (min-width: 768px) {
  .rows-form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }

  .col-form {
    width: 50%;
  }
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--st-blue-primary);
  --bs-btn-border-color: var(--st-blue-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-body-color);
  --bs-btn-hover-border-color: var(--bs-body-color);
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-teal);
  --bs-btn-active-border-color: var(--bs-btn-active-bg);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-btn-active-bg);
  --bs-btn-disabled-border-color: var(--bs-btn-active-border-color);
}

.btn-submit {
  text-transform: uppercase;
  font-weight: 600;
  padding: .75rem 2.5rem .5rem;
}

.home-sections.formar-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow-x: hidden;
}

.home-sections.nosotros-section {
  background: #bfd2ef;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .home-sections.nosotros-section {
      background: #bfd2ef url(../../assets/img/productos/algodon-celeste.jpg) right -200px center / contain no-repeat;
  }
}

.nosotros-section .lead {
  font-weight: 600;
}

.nosotros-section p {
  line-height: 1.65;
}

footer {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.datos-empresa h5 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.15rem;
  color: rgba(0,0,0,0.15);
  margin-bottom: 0.35rem;
}

.datos-empresa p {
  font-size: .9rem;
  color: var(--bs-gray-600);
}

.datos-empresa a:link {
  color: var(--bs-gray-600);
  text-decoration: none;
}

.imagen-empresa {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
}

.datos-empresa {
  padding-left: 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .imagen-empresa {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 20px;
  }

  .datos-empresa {
    padding-left: 20px;
    text-align: left;
  }
}

.header-internos {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: var(--st-blue-primary);
}

.title-header-internos {
  color: white;
  text-align: center;
}

.title-header-internos h2 {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

.title-header-internos h1 {
  margin-bottom: 0;
  font-weight: 900;
  line-height: 1;
  margin-top: 0;
}

.title-header-internos .presentaciones-linea {
  margin-top: .5rem;
  display: flex;
  justify-content: center;
}

.title-header-internos .presentaciones-linea span, .detalles-producto-container .presentaciones-linea span {
  padding: .5rem 1rem .25rem;
  border: 1px solid white;
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: .5rem;
  margin-right: 8px;
  display: inline-block;
}

.title-header-internos .presentaciones-linea a:link, .detalles-producto-container .presentaciones-linea a:link,
.title-header-internos .presentaciones-linea a:visited, .detalles-producto-container .presentaciones-linea a:visited {
  padding: .5rem 1rem .25rem;
  border: 1px solid white;
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: .5rem;
  margin-right: 8px;
  display: inline-block;
  color: white;
  text-decoration: none;
}

.title-header-internos .presentaciones-linea a.active {
  background-color: white;
  color: var(--st-blue-primary);
}

.body-iternos {
  padding-top: 7rem;
  padding-bottom: 0rem;
}

.item-listado a {
  color: var(--bs-gray-800);
  text-decoration: none;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.thumb-producto {
  position: relative;
  min-height: 220px;
  border-radius: .5rem;
  background-color: #EBEBEB;
  overflow: hidden;
  width: 100%;
}

.thumb-producto-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: center center / cover no-repeat;
  transition: all 220ms ease-in-out;
}

.thumb-producto:hover .thumb-producto-bg {
  transform: scale(1.05);
}

.item-title {
  font-size: 1.5rem;
  margin-top: 1rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
}

.item-listado .btn {
  font-size: .8rem;
}

.cont-slider-productos {
  /*min-height: 500px;*/
  border-radius: .5rem;
  overflow: hidden;
}

.item-slider-productos {
  min-height: 500px;
  background: #EBEBEB center center / cover no-repeat;
}

.detalles-producto-col {
  padding: 0px 15px;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  transform: translateY(-40px);
  z-index: 9999;
}

.detalles-producto-container {
  padding: 2rem;
  background-color: var(--st-blue-primary);
  border-radius: 0.5rem;
  color: white;
  z-index: 5;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) { 
  .detalles-producto-col {
    padding: 0;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .detalles-producto-container {
    padding: 2rem;
    background-color: var(--st-blue-primary);
    border-radius: 0.5rem;
    color: white;
    width: calc(100% + 35px);
    max-width: calc(100% + 35px);
    z-index: 5;
    position: absolute;
    transform: translateY(0);
  }
}

.btn-breadcrumb {
  font-size: .65rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: .5rem 0.5rem .25rem;
  margin-bottom: 1.5rem;
  opacity: .8;
}

.detalles-producto-container h1 {
  font-size: 1.9rem;
  font-weight: 800;
  margin-bottom: .15rem;
  line-height: 1;
}

.detalles-producto-container p {
  font-size: 1rem;
  font-weight: 500;
}

.detalles-producto-container .presentaciones-linea span {
  padding: .35rem .5rem .05rem;
  border: 1px solid white;
  font-size: .785rem;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: .5rem;
  margin-right: 8px;
  display: inline-block;
  background-color: white;
  color: var(--st-blue-primary);
}

.related-section {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.detalle-body footer, .productos-body footer {
  background-color: var(--st-ultra-light-gray);
}

.presentaciones-float {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  font-weight: 700;
  opacity: 0.15;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 20px;
  font-size: 1.25rem;
}

.presentaciones-float div {
  min-width: 360%;
  display: block;
  /*text-align: center;*/
  opacity: 0.5;
}

.bg-link-lineas {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  content: '';
  background: center center / cover no-repeat;
  z-index: 1;
  transition: all 200ms ease-in-out;
}

.link-lineas:hover .bg-link-lineas {
  transform: scale(1.05);
  opacity: .75;
}

.msg-status {
  color: white;
  font-size: .9rem;
  display: block;
  width: 70%;
  text-align: left;
}

.wsp-floating-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--bs-teal);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  font-size: 2rem;
  line-height: 0;
  transition: all 350ms ease-in-out;
  z-index: 500;
}

.wsp-floating-button:hover, .wsp-floating-button:focus {
  color: white;
  background-color: #08a476;
  transform: scale(1.05);
  box-shadow: 0px 5px 8px 0 rgba(0,0,0,0.25);
}

.map-container iframe {
  border-radius: .5rem;
  overflow: hidden;
}

section.body-iternos.section-contacto {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.data-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #707070;
  margin-bottom: 1rem;
}

.data-container h3 {
  font-weight: 800;
  color: #002951;
  margin-bottom: 1rem;
}

.data-container p {
  margin-bottom: .5rem;
}

.data-container a {
    text-decoration: none;
    color: #707070;
}

.owl-carousel.owl-slider-productos .owl-dots {
    position: absolute;
    z-index: 300;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-carousel.owl-slider-productos .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50%;
    margin-left: 8px;
    opacity: 0.5;
    box-shadow: 0 0 15px rgba(0, 0, 0, .30);
}

.owl-carousel.owl-slider-productos .owl-dots button.owl-dot.active {
    opacity: 1;
}