/**
 * @license
 * Copyright 2019 Google LLC. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */
/**
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
 /*EFECTO SHAKE BOTON HEADER*/
 @keyframes tilt-shaking {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    50% { transform: rotate(0eg); }
    75% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}
  
/* Aplicar la animación al botón */
.nav-item.btn-verde img {
animation: tilt-shaking 0.5s ease-in-out infinite;
}
/** GENERAL */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap');
li.nav-item.btn-verde a#openPopupH {
  text-decoration: none;
  color: #fff;
  background-color: #238B00;
  border-radius: 5px;
  padding: 3px 30px;
  font-weight: 600;
}
li.nav-item.btn-verde a#openPopupH:hover {
  color: #238B00;
  background-color: #fff;
  transition: 300ms;
}
#openPopupH:hover img.tel_boton {
  filter: invert(13%) sepia(53%) saturate(862%) hue-rotate(45deg) brightness(68%) contrast(85%);
  transition: 300ms;
}
li.nav-item a {
  padding-top: 3px;
  padding-bottom: 3px;
}
a#openPopup,a#openPopupleon {
  cursor: pointer;
}
#map {
  height: 100%;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

* {
  color: #363636;
  font-family: 'Nunito', sans-serif;
  margin: 0;
  padding: 0;
}

/* Optional: Makes the sample page fill the window. */
html,
body {
  font-family: 'Nunito', sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
}

/** INPUTS */
input[type="text"] {
  background-color: #DCDCDC;
  border: 0;
  border-radius: 12px;
  font: 400 18px 'Nunito', Roboto, Arial, sans-serif;
  overflow: hidden;
  margin-right: 0;
  min-width: 25%;
}

/* Estilo personalizado para el radio button */
input[type="radio"] {
  /* Oculta el radio button por defecto */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Establece un tamaño específico para el radio button */
  width: 20px;
  height: 20px;
  /* Define el color de fondo cuando el radio button no está seleccionado */
  background-color: #DCDCDC;
  /* Establece un borde redondeado */
  border-radius: 50%;
  /* Agrega un borde alrededor del radio button */
  border: 5px solid #DCDCDC;
}

/* Estilo personalizado para el radio button cuando está seleccionado */
input[type="radio"]:checked {
  /* Cambia el color del radio button seleccionado a verde */
  background-color: green;
}

/* Estilo personalizado para el círculo de verificación cuando el radio button está seleccionado */
input[type="radio"]:checked::before {
  /* Muestra un círculo de verificación en el centro */
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #238B00;
  /* Posiciona el círculo de verificación en el centro */
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Establece un borde redondeado para el círculo de verificación */
  border-radius: 50%;
}

/* POPUP */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.pac-container {
  z-index: 99999;
  top: 29%!important;
}
div#overlay_local div#popup_local section.contain_search {
  position: relative;
}
div#overlay_local div#popup_local section.contain_search .pac-container {
    width: 1052px;
    left: 60px!important;
    top: 60px !important;
    position: absolute;
}

.popup {
  display: flex;
  flex-direction: column;
  background-color: #F4F4F4;
  padding: 3%;
  border-radius: 25px;
  width: 90%;
  max-width: 1200px;
  height: 80%;
  overflow: hidden;
}

/** Sección header*/
.popup>header {
  display: grid;
  grid-template-columns: auto 78px;
  text-align: center;
  margin-left: 78px;
  margin-bottom: calc(16px - 1%);
  min-height: 60px;
  height: fit-content;
}

.popup>header>h2 {
  padding: 0;
  font-weight: 700;
  font-size: 25px;
  color: #363636;
  font-family: 'Nunito', sans-serif !important;
}

#closePopup {
  color: white;
  justify-self: end;
  font-size: 14px;
  height: fit-content;
  max-width: 80px;
  background-color: #BD2520;
  border: none;
  border-radius: 50%;
  padding: 6px 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

#closePopup::after {
  content: 'X';
  color: #FFF;
  font-size: 15px;
}

/** Sección search*/
.popup>section {
  display: grid;
  grid-template-columns: 60px calc(100% - 60px);
  height: auto;
}

.popup>section>span>img {
  max-height: 50px;
  width: auto;
}

#search_ubication {
  height: 55px;
  padding-left: 20px;
  font-weight: 800;
  font-size: 23px;
}

/** Sección tiendas y mapa*/
.popup>main {
  margin-top: 15px;
  display: grid;
  grid-template-columns: calc(50% - .5%) calc(50% - .5%);
  height: 100%;
  gap: 1%;
  width: 100%;
  overflow: hidden;
}

.popup>main>.contain_stores {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.popup>main>.contain_stores>header>h3 {
  font-size: 20px;
  margin: 0 5px 0 0;
}

.popup>main>.contain_stores>.stores {
  height: auto;
  gap: 5px;
  overflow-y: scroll;
  height: 100%;
}

.popup>main>.contain_stores>.stores>.card_store {
  display: grid;
  gap: 0.8%;
  grid-auto-flow: column;
  grid-template-columns: 20px 200px auto;
  align-items: center;
  width: calc(100% - 1.6%);
}

.card_store>main>.contain_stores>.stores>input {
  align-self: center;
  justify-self: center;
}

.card_store>main>.contain_stores>.stores>img {
  width: fit-content;
}

.card_store_contain_details {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-flow: column;
  min-height: 190px;
  max-height: 270px;
  justify-content: center;
  margin-left: 5%;
  gap: 7px;
}

.h3_header_stores::after {
  content: "Acá te mostramos las sucursales más próximas a tu zona:";
}

.card_store_contain_details>h3 {
  font-weight: 800;
  font-size: 22px;
  color: #BD2520;
}

.card_store_contain_details_horarios {
  margin: 0;
}

.card_store_contain_details>p,
.card_store_contain_details_horarios {
  font-weight: 700;
  font-size: 15px;
  width: auto;
}

.text_ABIERTO {
  color: #238B00;
}

.text_CERRADO {
  color: #BD2520;
}

.btn_number {
  background-color: #238B00;;
  color: #F4F4F4;
  padding: 3px 8px;
  width: 157px;
  height: 30px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 5px;
}

.btn_como_llegar {
  background-color: #F4F4F4;
  color: #BD2520;
  border: solid 1px #BD2520;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 800;
  width: 157px;
  height: 30px;
  border-radius: 5px;
}

.btn_whatsapp {
  background-color: green;
  color: #fff;
  border: solid 1px #fff;
  padding: 3px 8px;
  font-size: 15px;
  font-weight: 800;
  width: 157px;
  height: 30px;
  border-radius: 5px;
}

.btn_compartir {
  background-color: #BD2520;
  color: #F4F4F4;
  padding: 3px 8px;
  width: 157px;
  height: 30px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 5px;
}

.btn_whatsapp,
.btn_compartir {
  display: none;
}

.card_store>input[type="radio"]:checked::before {
  /* Muestra un círculo de verificación en el centro */
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #238B00;
  /* Posiciona el círculo de verificación en el centro */
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Establece un borde redondeado para el círculo de verificación */
  border-radius: 50%;
}

/* Estilos personalizados del scroll para el elemento .stores */
/* Webkit (Chrome, Safari, Opera) */
.stores::-webkit-scrollbar {
  width: 6px;
  /* Ancho del scroll */
}

.stores::-webkit-scrollbar-thumb {
  background-color: #BD2520;
  /* Color rojo */
  border-radius: 3px;
  /* Bordes redondeados */
}

.stores::-webkit-scrollbar-track {
  background-color: #DCDCDC;
  /* Fondo gris */
}

.stores::-webkit-scrollbar-button {
  display: none;
  /* Ocultar las flechas del scroll */
}
.popup .card_store_contain_details p {
  margin-bottom: 0px;
}

.DC_ocultar {
  display: none !important;
}
.DCcontainer_sup {
  position: absolute !important;
  right: 15% !important;
  bottom: 0 !important;
  top: 16% !important;
  left: 18% !important;
  z-index: 10 !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  color: #fff !important;
}
.DCtitulo{
  font-weight: bold;
}
.DCcontenedor_bajada {
  max-width: 470px;
  padding-top: 6px;
  line-height: 1;
  font-size: 21px;
}
.DCcontenedor_bajada p {
  color: #fff;
}
.DClogo-svg {
  width: 433px;
  height: 73px;
}
.DClogo-background {
  width: 533px;
  height: 73px;
  fill: #BD2520;
}
.DClogo-path-1, .DClogo-path-2 {
  fill: white;
  fill-rule: evenodd;
  clip-rule: evenodd;
}
.DCboton{
  display: inline-block;
  color: #fff;
  background-color: #e1251b;
  text-decoration: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e1251b;
  padding-right: 11px;
  padding-left: 11px;
}
.DCboton:hover{
  color: #e1251b;
  background-color: #fff;
  text-decoration: none;
  transition: 300ms;
}
.DCtel_boton {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: #e1251b;
}
.DCboton .DCtel_boton path {
  fill: #fff;
}
.DCboton:hover .DCtel_boton path {
  fill: #e1251b;
  transition: 300ms;
}

.stores .titulo-popup h3 {
  font-family: 'Nunito', sans-serif !important;
  text-align: left !important;
  color: #dc241c;
  font-size: 22px;
  width: 100%;
  border: none;
  padding: 0 !important;
  margin: 0;
}

h3#h3_header_stores {
  border: none;
  text-align: center;
  margin-bottom: 15px;
}

.titulo-popup {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: baseline;
}
img.logo-popup {
  width: auto;
  height: 18px;
  margin-right: 10px;
}

/* Firefox */
/* Estos estilos solo se aplicarán a partir de Firefox 64 */
/* Si necesitas compatibilidad con versiones anteriores, puedes usar una librería como OverlayScrollbars */
@supports (-moz-appearance: none) {
  .stores {
    scrollbar-width: thin;
    /* Ancho del scroll */
    scrollbar-color: #BD2520 #DCDCDC;
    /* Color rojo y fondo gris */
    scrollbar-arrow-color: transparent;
    /* Ocultar las flechas del scroll */
  }
}


.ocultar {
  display: none;
}
ul#splide01-list li .tb_rc_rating_content.tb-cTBfont-regular {
  min-height: 130px;
}

/* MEDIA QUERYS */
@media (max-width: 1280px){
  .navbar{
    padding: 0.5rem 0;
  }
  .justify-content-end{
    padding: 0;
  }
  .nav-leon > .row > .seccion_nueva_cabecera_leon {
    padding-right: 0%;
  }
  .seccion_nueva_cabecera_leon > a.nav-link, 
  #navbarNavDropdown .navbar-nav > .nav-item, 
  .navbar-nav > .nav-item > a.nav-link, 
  .contenedor-sticky > .sticky-negro > a {
    font-size: 12px!important;
  }
  .lista-menu{
    margin-top: 0!important;
  }
  .nav-leon > .row >.seccion_nueva_cabecera_leon > .align-items-end {
    align-items: center!important;
  }
  li.nav-item.btn-verde {
    padding-top: 0.5%;
  }
}

@media (max-width: 1026px){
  .navbar{
    padding: 0.5rem 0;
  }
  .justify-content-end{
    padding: 0;
  }
  .nav-leon > .row > .seccion_nueva_cabecera_leon {
    padding-right: 0%;
  }
}
@media (min-width: 1025px) and (max-width: 1102px) {
  .seccion_nueva_cabecera_leon > a.nav-link, #navbarNavDropdown .navbar-nav > .nav-item, .navbar-nav > .nav-item > a.nav-link, .contenedor-sticky > .sticky-negro > a {
      font-size: 11px!important;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  .seccion_nueva_cabecera_leon > a.nav-link, #navbarNavDropdown .navbar-nav > .nav-item, .navbar-nav > .nav-item > a.nav-link, .contenedor-sticky > .sticky-negro > a {
      font-size: 10px!important;
  }
}
@media (max-width: 992px){  
  li.nav-item.btn-verde {
    display: none;
  }
}

@media (max-width: 890px) {

  .popup>main>.contain_stores>.stores>.card_store img,
  .popup>main>.contain_stores>header {
    /*display: none;*/
  }

  .popup>main>.contain_stores>.stores>.card_store {
    grid-template-columns: 15px 120px auto;
  }

  .popup>main>.contain_stores>.stores>.card_store>img {
    width: 100%;
    ;
    height: auto;
  }

  /* Estilo personalizado para el radio button */
  input[type="radio"] {
    margin: auto;
  }
  .popup .card_store_contain_details p {
    font-size: 10px;
  }
}
/*SLIDER PRINCIPAL*/
.slider_principal .owl-nav {
          position: absolute;
          top: 50%;
          width: 100%;
          display: flex;
          justify-content: space-between;
          transform: translateY(-50%);
      }
      .slider_principal .owl-nav span {
          color: #e7282b;
          font-size: 0px;
          background:none;
          border:none;
      }
      .slider_principal .owl-nav .owl-prev span::before {
          content: "❮";
          font-size: 60px;
          left: 0px;
          padding: 0px 10px;
      }
      .slider_principal .owl-nav .owl-next span::before {
          content: "❯";
          font-size: 60px;
          right: 0%;
          padding: 0px 10px;
      }
      .slider_principal .owl-nav [class*='owl-']:hover {
          background: transparent!important;
      }
      .slider_home{
        display: block;
      }
      .slider_home_mobile{
        display: none!important;
      }
/*SLIDER PRINCIPAL*/
/*CARRUSEL LOGOS*/
  .carrusel_logos .item img {
    filter: grayscale(100%);
    transition: filter 0.3s ease; 
}

.carrusel_logos .item:hover img {
    filter: grayscale(0%);
}
/*CARRUSEL LOGOS*/
@media (max-width: 720px) {
  /*SLIDER PRINCIPAL*/
  .slider_home{
    display: none!important;
  }
  .slider_home_mobile{
    display: block!important;
  }
  /*SLIDER PRINCIPAL*/
  #map {
    margin-top: 6%;
  }

  .popup>header {
    margin: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  #closePopup {
    right: 0;
    grid-row: 1;
    font-size: 12px;
  }

  .popup>header>h2 {
    grid-row: 2;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 15px;
    font-weight: 800;
  }
  

  .contain_search,
  .popup>section,
  .contain_search>span,
  #search_ubication,
  .contain_search>span>img {
    font-size: 14px;
    height: 40px;
    width: auto;
  }

  .popup>section {
    grid-template-columns: 32px auto;
    gap: 1%;
    margin-top: 15px;
  }

  .popup>main {
    grid-auto-flow: column;
    grid-template-rows: 50% 50%;
    grid-template-columns: 100%;
    height: 100%;
    gap: 20px;
  }

  .h3_header_stores::after {
    content: "Acá te mostramos las sucursales más próximas a tu zona:";
    font-size: 15px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-weight: 700;
  }

  .popup>main>.contain_stores>.stores>.card_store {
    grid-template-columns: 15px 145px auto;
  }

  .popup>main>.contain_stores>.stores>.card_store>img {
    width: 100%;
    ;
    height: auto;
  }

  .card_store_contain_details {
    gap: 4px;
    margin: 5px 0;
  }

  .card_store_contain_details>h3 {
    font-size: 14px;
  }

  .card_store_contain_details>p,
  .card_store_contain_details_horarios {
    font-size: 10px;
  }

  .btn_como_llegar,
  .btn_number,
  .btn_whatsapp,
  .btn_compartir {
    display: block;
    padding: 2px 5px;
    width: 90px;
    height: 20px;
    font-size: 10px;
  }

  .btn_number {
    padding: 2px 5px;
    width: 90px;
    height: 20px;
    font-size: 8px;
  }

  /* Estilo personalizado para el radio button */
  input[type="radio"] {
    margin: 10px auto -25px auto;
  }

  .btn_whatsapp>span,
  .img-whatsapp {
    margin-bottom: -1px;
    height: 10px;
    width: auto;
  }
  .popup {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    height: 100%;
  }
  .popup header h3#h3_header_stores {
      margin-bottom: 15px;
  }
  .navbar-nav > .btn-verde{
    display: none;
  }
  button.btn_como_llegar {
    margin-bottom: 5px;
  }
  .btn_como_llegar, .btn_number, .btn_whatsapp, .btn_compartir {
      display: block;
      padding: 2px 4px;
      width: 140px;
      height: 30px;
      font-size: 12px;
  }

  .btn_number {
      padding: 2px 5px;
      width: 140px;
      height: 30px;
      font-size: 12px;
  }
  label.card_store {
      margin: 40px 0px;
  }
  ul#splide01-list li .tb_rc_rating_content.tb-cTBfont-regular {
    min-height: 170px;
  }
  div#overlay_local div#popup_local section.contain_search .pac-container {
    left: 35px !important;
    top: 45px !important;
  }
}
@media (min-width: 2000px){
    .img-tren img,.img-tren2 img{
      width: 55%!important;
    }
}
.seccion_footer_2 h2 strong{
    font-size: 25px;
    color: rgb(232, 42, 46);
    font-weight: 700;
    margin: 15px 0px;
}
.seccion_footer_2 h3 em{
  font-size: 20px;
  margin-bottom: 15px;
  color: #363636;
  font-family: 'Nunito', sans-serif;
  margin: 0;
  padding: 0;
}
.seccion_footer_2{
  background-color: #fff;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 0px;
}
.seccion_footer_2 h2{
  font-size: 25px;
  margin-bottom: 15px;
}
.seccion_footer_2 h3{
  font-size: 20px;
  margin-bottom: 15px;
}
.seccion_footer_2 #image_896782254 img{
  max-width: 100%;
}
.seccion_footer_3 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.seccion_footer_3 .section-content1{
  width: 100%;
  background-image: url(https://utilitario.leon.cl/prod/img/agendamientofrenos/bgfooter-1.png);
  /* background-repeat: no-repeat; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 320px;
  padding-top: 60px;
}
.seccion_footer_3 #row-1119860701{
  max-width: 58%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.seccion_footer_3 a{
  color: #f1f1f1;
  font-size: 14px;
  line-height: 2em;
}
.seccion_footer_3 a:hover{
  text-decoration: none;
}
.seccion_footer_3 #image_1881236998 img {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}
.seccion_footer_3 #image_1141157257 img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.seccion_footer_3 #image_470121597 img {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.seccion_footer_3 #image_1933109336 img {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.seccion_footer_3 .section-content2{
  width: 35%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.seccion_footer_3 .absolute-footer{
  /* background-color: #e7282b; */
  background-color: #222;
  width: 100%;
  color: #fff;
  font-size: 12px;
}
.copyright-footer{
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
 .footer_responsive{
    display: none;
}
.footer_normal strong, .copyright-footer {
    color: white!important;
}
/*ZOOM A IMAGENES DEL HOME*/
.imagen_zoom {
    transition: transform 0.3s ease; /* Agrega una transición suave para el efecto de zoom */
}

.imagen_zoom:hover {
    transform: scale(1.1); /* Cambia la escala de la imagen al 110% cuando el mouse está sobre la imagen */
}
.seccion_imagenes_2{
    background-color: #e1251b;
    padding: 1px;
}
@media only screen and (max-width: 550px){
  .slider_noticia img {
      height: 290px !important;
  }

  .DCcontainer_sup {
    position: absolute !important;
    right: 15% !important;
    bottom: 0 !important;
    top: 16% !important;
    left: 9% !important;
    z-index: 10 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    color: #fff !important;
  } 
  .DCtitulo{
    font-weight: bold !important;
  }
  .DCcontenedor_bajada {
    max-width: 240px;
    padding-top: 6px;
    line-height: 1;
    font-size: 18px;
  }
  .DCcontenedor_bajada p {
    color: #fff;
  }
  .DClogo-svg {
    width: 233px !important;
    height: 43px !important;
  }
  .DClogo-background {
    width: 100% !important;
    height: 100px !important;
    fill: #BD2520 !important;
  }
  .DClogo-path-1, .DClogo-path-2 {
    fill: white !important;
    fill-rule: evenodd !important;
    clip-rule: evenodd !important;
  }
  .DCboton {
      display: inline-block !important;
      color: #fff !important;
      background-color: #e1251b !important;
      text-decoration: none !important;
      border-radius: 6px !important;
      font-size: 16px !important;
      font-weight: bold !important;
      text-align: center !important;
      cursor: pointer !important;
      border: 1px solid #e1251b !important;
      padding-right: 11px !important;
      padding-left: 10px !important;
  }
  .DCboton:hover {
      color: #e1251b !important;
      background-color: #fff !important;
      text-decoration: none !important;
      transition: 300ms !important;
  }
  .DCtel_boton {
      width: 19px !important;
      height: 19px !important;
      vertical-align: middle !important;
      fill: #e1251b !important;
  }
  .DCboton .DCtel_boton path {
      fill: #fff !important;
  }

  .DCboton:hover .DCtel_boton path {
      fill: #e1251b !important;
      transition: 300ms !important;
  }
  /*Reviews google clientes dicen*/
  .te_theme54 .splide .splide__track .splide__list .splide__slide {
      width: 100%!important;
  }
  .asi_funciona{
    display: none!important;
  }
  .asi_funciona_responsive{
    display: block!important;
  }
  .asi_funciona_responsive .item{
    max-width: 100%!important;
      flex-basis: 50%;
  }
  .asi_funciona_responsive .owl-item {
      text-align: center;
  }
  
  /*Reviews google clientes dicen*/
  .seccion_locales span.carousel-control-next-icon, .seccion_locales .carousel-control-prev-icon {
      background-color: red!important;
      border-radius: 43px;
      padding: 15px;
      background-size: 60% 60%!important;
  }
  .seccion_locales .carousel-control-prev {
      left: -30px;
  }
  .seccion_locales .carousel-control-next {
      right: -30px;
  }
  .seccion_footer_3 .item{
    width: 100%!important;
    flex-basis: auto;
      max-width: 100%;
  }
  .seccion_footer_3 strong {
      color: white;
      text-transform: capitalize;
  }
  .footer_normal{
    display: none;
  }
  .footer_responsive{
    display: flex;
  }
  .footer_responsive .card{
    background-color: transparent!important;
  }
  .footer_responsive .btn-link.focus, .footer_responsive .btn-link:focus {
      text-decoration: none!important;
  }
  .footer_responsive .card .collapse{
      text-align-last: left;
  }
  .seccion_footer_3 .section-content1 {
      min-height: 200px;
      padding-bottom: 60px;
  }
  .seccion_opiniones .te_themeStart54 .splide__arrow--next {
    right: 0px!important;
  }
  .seccion_opiniones .te_themeStart54 .splide__arrow--prev {
      left: 0px!important;
  }
  .seccion-1 .imagen img{
    width: 100%!important;
  }
  #map-chile.nav-link.active {
      border: 4px solid #BE2B27;
      background-color: #BE2B27;
      color: white;
      border-radius: 6px;
      width: 95%;
      min-height: 42px;
  }
  #map-stgo.nav-link.active {
      border: 4px solid #BE2B27;
      background-color: #BE2B27;
      color: white;
      border-radius: 6px;
      width: 95%;
      min-height: 42px;
  }
  #map-chile.nav-link {
      border: 2px solid #BD2520!important;
      color: #BE2B27;
      border-radius: 6px;
      width: 95%;
      min-height: 42px;
  }
  #map-stgo.nav-link {
      border: 2px solid #BD2520!important;
      color: #BE2B27;
      border-radius: 6px;
      width: 95%;
      min-height: 42px;
  }
  .mapa.seccion_locales #myTab {
      display: flex;
      flex-direction: row;
      width: 100%;
      text-align: -webkit-center;
  }
  .mapa.seccion_locales #myTab li {
      width: 50%;
      font-size: 10px;
  }
  .section-content2 img {
      width: 80%!important;
  }
  img.flecha-titulo{
    width: 10px;
    height: 16px;
  }
  h3, h2,h2 strong, h2 strong em{
    font-weight: 500!important;
    font-size:25px!important;
  }
}

@media (max-width: 980px){
  .seccion_footer_3 #row-1119860701{
    max-width: 100%;
  }
  .seccion_footer_3 #row-1119860701 .col{
    padding-left: 15px;
    padding-right: 15px;
  }
  .seccion_footer_3 .section-content2{
    width: 80%;
  }
  .seccion_footer_3 .section-content2 img{
    max-width: 100%;
  }
  .seccion_footer_3 #image_385273424 img{
    max-width: 110%;
  }
  .seccion_footer_3 #image_1881236998 img{
    width: 24%;
  }
  .seccion_footer_3 #image_470121597 img, .seccion_footer_3 #image_1933109336 img{
    width: 100%;
  }
  .popup>header>h2 {
    visibility: hidden;
    font-size: 0px!important;
  }
  .popup>header>h2:after {
    content: "Para llamar a tu local más cercano,\aingresa tu ubicación.";
    white-space: pre;
    visibility: visible;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    }
  .h3_header_stores::after {
    font-size: 14px;
    font-weight: 400;
  }
}
