.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.header {
  width: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
  z-index: 99999;
}

.top_header {
  background-color: #F2A710;
  padding: 10px;
}

.contenedor {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.contenedor.var {
  max-width: 800px;
}

.contenedor.new {
  max-width: 90%;
}

.left_top {
  float: left;
  width: 50%;
  display: inline-block;
}

.brand {
  display: inline-block;
}

.right_top {
  float: left;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 40px;
  display: flex;
}

.form_block {
  margin-bottom: 0;
  display: inline-block;
}

.search {
  border: 1px solid #8b8b8b;
  width: 100%;
  min-width: 200px;
  height: 35px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  margin: 0;
}

.lupa {
  float: right;
  background-color: #0000;
  background-image: url('../images/lupa.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 35px;
  margin-top: -35px;
  font-size: 0;
  margin-bottom: 0;
  line-height: 0;
}

.bottom_header {
  background-color: #002742;
  padding: 0 10px;
}

.left_bottom {
  float: left;
  width: 55%;
}

.enlace_header {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.link_header {
  float: left;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  height: 50px;
  font-family: Opensans Condensed, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.link_header.active {
  color: #10344d;
  background-color: #ededed;
  position: relative;
}

.main {
  float: left;
  width: 100%;
  margin-top: 110px;
}

.banner {
  float: left;
  background-image: url('../images/bgHome.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 250px;
  padding-left: 40px;
  padding-right: 40px;
}

.content_banner {
  float: left;
  background-color: #ffffffd9;
  width: 400px;
  margin-left: 100px;
  padding: 40px 40px 65px;
}

.titulo_banner {
  color: #002742;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Opensans Condensed, Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

.logo_stanley {
  max-width: 80%;
}

.texto_banner {
  color: #000;
  text-align: left;
  margin-top: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.categorias_destacadas {
  float: left;
  background-color: #fff;
  width: 100%;
  padding: 50px 40px;
}

.titulo_categorias {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Opensans Condensed, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.content_categorias {
  width: 102%;
  margin-left: -1%;
}

.columna_categoria {
  float: left;
  border: 1px solid #000008;
  justify-content: center;
  align-items: center;
  width: 31.3333%;
  height: 300px;
  min-height: auto;
  margin-left: 1%;
  margin-right: 1%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.titulo_destacada {
  color: #000;
  text-transform: uppercase;
  font-family: Opensans Condensed, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.titulo_destacada.var {
  margin-bottom: 20px;
  position: relative;
  top: 0;
  right: 0;
}

.imagen_destacada {
  max-height: 260px;
  margin-top: 25px;
}

.third {
  float: left;
  width: 100%;
}

.left_third {
  float: left;
  background-color: #000;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  height: 700px;
  padding: 40px;
  display: flex;
}

.left_third.var {
  height: 550px;
}

.content_third {
  float: right;
  width: 100%;
  max-width: 350px;
  min-height: 200px;
}

.titulo_third {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  font-family: Opensans Condensed, Arial, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 40px;
}

.titulo_third.var {
  text-transform: uppercase;
}

.texto_third {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.enlace_amarillo {
  color: #000;
  background-color: #F2A710;
  padding: 10px 35px;
  font-family: Opensans Condensed, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.enlace_amarillo.var {
  border-radius: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.right_third {
  float: left;
  width: 60%;
  height: 700px;
}

.right_third.var {
  height: 550px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.content__categoria {
  border: 1px solid #000;
  padding: 30px;
  position: relative;
}

.columnas_cal {
  width: 102%;
  min-height: 50px;
  margin-left: -1%;
  display: inline-block;
}

.columna_cal {
  float: left;
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 18%;
  height: 400px;
  min-height: 50px;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.titulo_cal {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: Opensans Condensed, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.img_cal {
  max-height: 250px;
}

.img_cal.var {
  max-height: 350px;
}

.contacto_home {
  float: left;
  width: 100%;
  padding: 60px 40px;
}

.columnas_contacto {
  float: left;
  width: 102%;
  margin-left: -1%;
}

.columna_contacto {
  float: left;
  width: 31.3333%;
  margin-left: 1%;
  margin-right: 1%;
}

.icon_contacto {
  max-height: 30px;
}

.titulo_contact {
  color: #002742;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Opensans Condensed, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.texto_contact {
  color: #002742;
  max-width: 315px;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.enlace_contact {
  color: #002742;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.footer {
  float: left;
  width: 100%;
}

.top_footer {
  float: left;
  color: #002742;
  text-align: center;
  text-transform: uppercase;
  background-color: #F2A710;
  width: 100%;
  padding: 30px;
  font-family: Opensans Condensed, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.bottom_footer {
  float: left;
  background-color: #002742;
  width: 100%;
  padding: 40px;
}

.left_footer {
  float: left;
  width: 50%;
}

.columna_footer {
  float: left;
  width: 50%;
  min-height: 150px;
  margin-bottom: 40px;
  padding-right: 30px;
}

.principal_footer {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-family: Opensans Condensed, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.enlace_footer {
  color: #fff;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Gotham Book, Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
}

.right_footer {
  float: left;
  width: 50%;
  padding-left: 100px;
}

.titulo_newsletter {
  color: #fff;
  background-image: url('../images/mail.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.texto_newsletter {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}

.form__block {
  width: 102%;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: -1%;
}

.columna_form {
  float: left;
  width: 48%;
  margin-bottom: 20px;
  margin-left: 1%;
  margin-right: 1%;
}

.columna_form.full {
  width: 98%;
}

.label_news {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.input_news {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.label_check {
  color: #fff;
  max-width: 400px;
  margin-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.label_check.var {
  color: #000;
  max-width: 450px;
  font-weight: 600;
}

.check {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 0;
  width: 25px;
  height: 25px;
}

.field_check {
  display: flex;
}

.field_check.var {
  margin-bottom: 20px;
}

.disclaimer {
  float: left;
  color: #fff;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 11.7px;
  font-weight: 300;
}

.disclaimer.var {
  color: #000;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 600;
}

.final__footer {
  float: left;
  width: 100%;
  margin-top: 75px;
}

.left_final {
  float: left;
  width: 50%;
}

.copy {
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.right_final {
  float: left;
  text-align: right;
  width: 50%;
}

.red {
  margin-left: 15px;
}

.texto_enlace {
  background-image: url('../images/arrow_in.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 25px;
}

.texto_enlace.active {
  background-image: url('../images/arrow_active.png');
}

.submenu {
  background-color: #ededed;
  width: 300px;
  padding: 15px;
  display: none;
  position: absolute;
  inset: 50px auto auto 0%;
}

.enlace_submenu {
    color: #242424;
    text-align: left;
    text-transform: none;
    background-image: url(../images/arrow_sub.png);
    background-position: 98%;
    background-repeat: no-repeat;
    background-size: auto;
    border-bottom: 1px solid #c3c3c3;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

@keyframes moverFlecha {
    0% {
        background-position: 98%; /* Posición inicial */
    }

    50% {
        background-position: 100%; /* Posición inicial */
    }

    100% {
        background-position: 98%; /* Posición final */
    }
}

.enlace_submenu:hover {
    animation: moverFlecha 1s infinite alternate; /* Animación infinita */
}

.right_bottom {
  float: left;
  justify-content: flex-end;
  align-items: center;
  width: 45%;
  height: 50px;
  padding-right: 20px;
  display: flex;
}

.content_idiomas {
  border-left: 1px solid #fff;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding-left: 30px;
  display: flex;
}

.content_idiomas li{
  list-style: none;
  padding: 0;
  border: none;
  line-height: 15px !important;
}

.content_idiomas li a{
  border: none !important;
  line-height: 15px !important;
}

.idioma, .content_idiomas li a {
  color: #fff !important;
  text-transform: uppercase !important;
  font-family: Opensans Condensed, Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 15px !important;
  text-decoration: none !important;
  padding: 0 !important;
  display: inline-block;
}

.content_idiomas li.current-lang a{
  color: #F2A710 !important;
}

.idioma.var, .content_idiomas li:nth-child(2) a {
  border-left: 1px solid #fff !important;
  margin-left: 10px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 10px !important;
  text-decoration: none !important;
}

.link_right {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Opensans Condensed, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.right_bottom a:nth-child(1){
  border-right: 1px solid #fff;
}

.link_right.var {
  border-right: 1px solid #fff;
}

.embed {
  float: left;
  display: none;
}

.right_mobile {
  display: none;
}

.bread {
  background-color: #ededed;
  padding: 10px 20px;
}

.enlace_bread {
  color: #000;
  margin-left: 15px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: 1px;
}

.content__donde {
  padding: 75px 20px;
}

.titulo_principal {
  color: #000;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Opensans Condensed, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.tab {
  color: #000;
  background-color: #0000;
  border: 1px solid #c9c9c9;
  margin-left: -1px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: inline-flex;
  top: 1px;
}

.tab.w--current {
  background-color: #0000;
  border: 1px solid #c9c9c9;
  border-color: #0025d2 #c9c9c9 #fff;
}

.icon_dc {
  filter: grayscale();
  max-height: 20px;
  margin-right: 5px;
}

.tab_pane {
  border-top: 1px solid #c9c9c9;
  margin-top: 0;
  padding: 40px;
}

.fila_principal {
  background-color: #eee;
  padding: 10px;
}

.fila_principal.var {
  background-color: #fff;
  margin-top: 30px;
}

.columna_tienda {
  float: left;
  border: 1px solid #c9c9c9;
  justify-content: center;
  align-items: center;
  width: 23%;
  height: 225px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 20px;
  display: inline-flex;
}

.tabs_menu {
  z-index: 2;
  padding-left: 20px;
}

.left_mapa {
  float: left;
  width: 30%;
  height: 600px;
}

.titulo_ubicacion {
  color: #000;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.form_busqueda {
  margin-bottom: 0;
}

.search_location {
  color: #000;
  background-image: url('../images/lupa.png'), url('../images/l1.png');
  background-position: 95%, 10px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 12px;
  border: 1px solid #c9c9c9;
  border-bottom: 2px solid #000;
  margin-bottom: 0;
  padding: 12px 40px 12px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-style: italic;
}

.search_location::placeholder {
  color: #000;
}

.content_localizacion {
  height: 535px;
  overflow: auto;
}

.localizacion {
  float: left;
  border-bottom: 1px solid #b2b2b2;
  width: 100%;
  padding: 20px;
  text-decoration: none;
}

.content_locate {
  background-image: url('../images/l2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 30px;
}

.titulo_locate {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.direccion {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
}

.ciudad {
  color: #000;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.enlace_locate {
  color: #000;
  background-image: url('../images/l3.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  margin-top: 10px;
  padding-left: 35px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.enlace_locate._2 {
  background-image: url('../images/l4.png');
}

.enlace_locate._3 {
  background-image: url('../images/l5.png');
}

.right_mapa {
  float: left;
  width: 70%;
  height: 610px;
  padding-left: 20px;
}

.map {
  background-image: url('../images/map.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.left_registro {
  float: left;
  width: 50%;
  padding-right: 30px;
}

.content_iniciar {
  border: 1px solid #d6d6d6;
  padding: 30px;
}

.titulo_registro {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Opensans Condensed, Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
}

.label_registro {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.label_registro.var {
  margin-top: 40px;
  margin-bottom: 10px;
}

.input_registro {
  color: #000;
  border: 1px solid #c9c9c9;
  border-bottom-width: 2px;
  height: auto;
  margin-bottom: 20px;
  padding: 12px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.enviar_login {
  background-color: #000;
  padding: 12px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.recovery {
  color: #000;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.right_registro {
  float: left;
  width: 50%;
  padding-left: 40px;
}

.texto_registro {
  color: #000;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.alerta {
  color: #325b00;
  background-color: #f0f9dd;
  border: 1px solid #325b00;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: flex;
}

.alert.alert-success {
  color: #325b00;
  background-color: #f0f9dd;
  border: 1px solid #325b00;
  justify-content: flex-start;
  align-items: left;
  padding: 20px 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
    display: flex;
    margin-bottom: 40px;
    border-radius: 5px;
}

.alert.alert-error {
    color: #631010;
    background-color: #ffcfcf;
    border: 1px solid #bf0000;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 15px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    display: flex;
    margin-bottom: 40px;
    border-radius: 5px;
}

.texto_alerta {
  margin-left: 15px;
}

.contenedor_final {
  margin-top: 60px;
}

.texto_confirmacion {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.titulo_confirmacion {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.lista {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0;
  list-style-type: none;
}

.item_lista {
  color: #000;
  background-image: url('../images/verde.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.item_lista.var {
  background-image: url('../images/negro.png');
}

.boton_final {
  margin-top: 20px;
  margin-bottom: 40px;
}

.enlace_outline {
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 12px 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.cuenta_activada {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.log {
  color: #000;
}

.banner__interno {
  float: left;
  background-image: url('../images/banner_nosotros.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 450px;
}

.abajo__nosotros {
  float: left;
  width: 100%;
  padding-bottom: 40px;
}

.content__white {
  text-align: center;
  background-color: #fff;
  margin-top: -100px;
  padding: 40px;
}

.tiny_tile {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.titulo_int {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Opensans Condensed, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.texto_int {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.historia {
  float: left;
  background-color: #ededed;
  width: 100%;
  padding: 50px 20px;
}

.columna_historia {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  text-decoration: none;
}

.imagen_historia {
  width: 100%;
  height: 175px;
}

.imagen_historia._1 {
  background-image: url('../images/h1.png');
  background-position: 50% 0;
  background-size: cover;
}

.imagen_historia._2 {
  background-image: url('../images/h2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.imagen_historia._3 {
  background-image: url('../images/h3.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.imagen_historia._4 {
  background-image: url('../images/h4.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.anio {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.texto_historia {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.content_columnas {
  position: relative;
}

.dots {
  text-align: center;
  margin-top: 40px;
}

.circle, .historia .slick-dots li button {
  background-color: #6b6b6b;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: -5px;
}

.historia .slick-dots li button:before{
  display: none !important;
}

.historia .slick-dots li{
  display: inline-block !important;
  padding: 0 !important;
  margin: 0px !important;
  width: auto !important;
}

.circle.active, .historia .slick-dots li.slick-active button{
  background-color: #000;
}

.arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
}

.arrow.prev {
  left: -15px;
}

.arrow.nex {
  right: -15px;
}

.arrow_image {
  width: 30px;
  height: 30px;
}

.final_nosotros {
  float: left;
  width: 100%;
  padding: 60px 20px;
}

.fila {
  float: left;
  width: 100%;
  height: 450px;
}

.imagen_nosotros {
  float: left;
  background-image: url('../images/nosotros1.png');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.imagen_nosotros._2 {
  background-image: url('../images/nosotros2.png');
}

.content__nosotros {
  float: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.title__us {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Opensans Condensed, Arial, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.text__us {
  color: #000;
  text-align: justify;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.text__us.var {
  margin-bottom: 0;
}

.enlace_negro {
  color: #fff;
  background-color: #000;
  padding: 12px 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.menu_mobile {
  display: none;
}

input[type="checkbox"], select {
  /*appearance: none;*/
}

select.input_filter_prod_jc{
  height: auto;
  background: url('../images/arrow_active.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-right: 30px;
  padding-left: 10px;
  text-align: left;
  appearance: none;
}

.link_header{
    cursor: pointer;
}

/* Estilos para la animación de apertura y cierre */
.submenu_mobile {
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.nested.active .submenu_mobile {
    display: block;
    max-height: 500px; /* Ajusta según el contenido */
}

.abrir{
  cursor: pointer;
}

.h3_jc{
  text-transform: uppercase;
}

.no_hay{
  font-family: Open Sans, sans-serif;
  padding: 40px 0px;
  text-align: center;
  color: #000;
  width: 100%;
  display: inline-block;
}

.card_prod_jc{
  float: left;
}

.txt_cats_int_prod_jc ul{
padding-left: 10px;
margin-bottom: 30px;
}

.txt_cats_int_prod_jc ul li{
  margin-bottom: 15px;
}

.tab.w--current img {
    filter: grayscale(0);
}

input[type="checkbox"]:checked {
    background-color: white !important;
    accent-color: white !important; /* Para navegadores modernos */
}


.tab.w--current img {
    filter: grayscale(0);
}


body, html{
  overflow-x: hidden !important;
}

.thumbnail_jc img {
    height: 75px !important;
    width: auto !important;
}
.container_filiales{
  background-color: black;
  text-align: center;
  float: left;
  width: 100%;
  background-color: black;
  padding: 10px 20px;
  color: white;
  font-family: Open Sans, sans-serif;
}
.centro_filiales{
  max-width: 1200px;
  margin: 0px auto;

}
@media screen and (max-width: 991px) {
section.menu_mobile a:nth-child(4) {
    background-image: none;
}
  
  .header {
    z-index: 999;
  }

  .right_top, .bottom_header {
    display: none;
  }

  .main {
    margin-top: 60px;
  }

  .banner {
    padding-top: 100px;
  }

  .content_banner {
    margin-left: 0;
  }

  .categorias_destacadas {
    padding: 30px 20px;
  }

  .titulo_categorias {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .columna_categoria {
    padding: 20px;
  }

  .left_third, .right_third {
    width: 50%;
  }

  .img_cal {
    max-height: 200px;
  }

  .contacto_home {
    padding: 40px 20px;
  }

  .principal_footer {
    font-size: 14px;
  }

  .enlace_footer {
    margin-top: 0;
    font-size: 13px;
  }

  .right_footer {
    padding-left: 40px;
  }

  .content_idiomas {
    padding-left: 20px;
  }

  .right_mobile {
    float: left;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .toggle {
    height: 20px;
  }

  .content__donde {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .titulo_principal {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 30px;
  }

  .tab_pane {
    padding-left: 0;
    padding-right: 0;
  }

  .fila_principal.var {
    padding: 0;
  }

  .columna_tienda {
    width: 31.3333%;
  }

  .localizacion {
    padding-left: 0;
    padding-right: 10px;
  }

  .columna_historia {
    width: 48%;
  }

  .menu_mobile {
    z-index: 1;
    background-color: #002742;
    position: relative;
  }

  .enlace_mobile {
    color: #fff;
    background-image: url('../images/arrow_in.png');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto;
    border-top: 1px solid #ffffff26;
    width: 100%;
    padding: 10px 40px 10px 30px;
    font-family: Opensans Condensed, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    text-decoration: none;
    display: inline-block;
  }

  .enlace_mobile.var {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .submenu_mobile {
    display: none;
  }

  .link_submenu {
    color: #fff;
    background-color: #505050;
    border-top: 1px solid #ffffff0d;
    width: 100%;
    padding: 10px 20px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .contenedor.new {
    max-width: 100%;
  }

  .cta_arrow_bread_jc{
    margin-right:5px;
  }

  .enlace_bread{
    font-size: 12px !important;
  }

  .banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content_banner {
    text-align: center;
    width: 100%;
  }

  .titulo_banner {
    font-size: 30px;
    line-height: 35px;
  }

  .categorias_destacadas {
    overflow: hidden;
  }

  .titulo_categorias {
    text-align: center;
  }

  .columna_categoria {
    width: 98%;
    margin-bottom: 20px;
  }

  .left_third {
    text-align: center;
    width: 100%;
    height: auto;
  }

  .left_third.var {
    height: auto;
  }

  .content_third {
    max-width: 100%;
    min-height: 100px;
  }

  .titulo_third {
    font-size: 25px;
    line-height: 30px;
  }

  .texto_third {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .right_third {
    width: 100%;
    height: 350px;
  }

  .right_third.var {
    height: 350px;
  }

  .content__categoria {
    padding: 10px;
  }

  .columna_cal {
    width: 48%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .img_cal {
    max-height: 150px;
  }

  .img_cal.var {
    max-height: 200px;
  }

  .contacto_home {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .columnas_contacto {
    width: 100%;
    margin-left: 0%;
  }

  .columna_contacto {
    text-align: center;
    width: 100%;
    margin: 15px 0%;
  }

  .texto_contact {
    margin-left: auto;
    margin-right: auto;
  }

  .top_footer {
    font-size: 25px;
    line-height: 30px;
  }

  .bottom_footer {
    padding: 29px 20px;
    overflow: hidden;
  }

  .left_footer {
    width: 100%;
  }

  .columna_footer {
    text-align: center;
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .right_footer {
    width: 100%;
    padding-left: 0;
  }

  .titulo_newsletter {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .texto_newsletter, .disclaimer {
    text-align: center;
  }

  .disclaimer.var {
    text-align: left;
  }

  .final__footer {
    margin-top: 40px;
  }

  .left_final {
    width: 100%;
  }

  .copy {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .right_final {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .red {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tab_pane {
    padding-bottom: 0;
  }

  .fila_principal.var {
    padding: 0;
  }

  .columna_tienda {
    width: 48%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .left_mapa {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .content_localizacion {
    height: 200px;
  }

  .right_mapa {
    width: 100%;
    height: 400px;
    padding-left: 0;
  }

  .left_registro {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .titulo_registro {
    font-size: 30px;
  }

  .right_registro {
    width: 100%;
    padding-left: 0;
  }

  .banner__interno {
    height: 200px;
  }

  .abajo__nosotros {
    padding-bottom: 0;
  }

  .content__white {
    margin-top: 0;
    padding: 30px 20px;
  }

  .tiny_tile {
    font-size: 14px;
  }

  .titulo_int {
    font-size: 30px;
    line-height: 30px;
  }

  .texto_int {
    font-size: 14px;
  }

  .historia {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .columna_historia {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .final_nosotros {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fila {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .imagen_nosotros {
    width: 100%;
    height: 300px;
    margin-bottom: 0;
  }

  .imagen_nosotros.var {
    margin-bottom: 20px;
  }

  .content__nosotros {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .content__nosotros.var {
    margin-bottom: 20px;
    display: inline-block;
  }

  .title__us {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .main {
    margin-top: 60px;
  }

  a.brand.w-inline-block img {
      max-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .search {
    min-width: auto;
  }

  .main {
    margin-top: 50px;
  }

  a.brand.w-inline-block img {
      max-height: 30px;
  }

  a.cta_bread_jc {
      line-height: 22px;
  }

  .banner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content_banner {
    padding: 20px 20px 40px;
  }

  .titulo_banner {
    font-size: 25px;
    line-height: 25px;
  }

  .logo_stanley {
    max-width: 150px;
  }

  .texto_banner {
    font-size: 14px;
  }

  .titulo_third.var {
    margin-bottom: 0;
    font-size: 22px;
  }

  .texto_third {
    font-size: 14px;
    line-height: 20px;
  }

  .columna_cal {
    width: 98%;
  }

  .right_mobile {
    height: 28px;
  }

  .content__donde {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tab {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fila_principal.var {
    padding: 0;
  }

  .columna_tienda {
    width: 100%;
    margin: 5px 0%;
  }

  .tabs_menu {
    padding-left: 0;
  }

  .titulo_confirmacion {
    font-size: 20px;
    line-height: 25px;
  }
}


@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype'),
        url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Opensans Condensed';
    src: url('../fonts/OpenSans-CondensedBold.eot');
    src: url('../fonts/OpenSans-CondensedBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-CondensedBold.woff2') format('woff2'),
        url('../fonts/OpenSans-CondensedBold.woff') format('woff'),
        url('../fonts/OpenSans-CondensedBold.ttf') format('truetype'),
        url('../fonts/OpenSans-CondensedBold.svg#OpenSans-CondensedBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Opensans Condensed';
    src: url('../fonts/OpenSans-CondensedLight.eot');
    src: url('../fonts/OpenSans-CondensedLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-CondensedLight.woff2') format('woff2'),
        url('../fonts/OpenSans-CondensedLight.woff') format('woff'),
        url('../fonts/OpenSans-CondensedLight.ttf') format('truetype'),
        url('../fonts/OpenSans-CondensedLight.svg#OpenSans-CondensedLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}