secction,
article,
header {
  display: block;
}

.spacer {
  margin: 35px;
  margin-bottom: clamp(3rem, 0.4193rem + 3.3822vw, 3.2rem);
}

.container-sucursales {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.yellow {
  color: #FFA603;
}

.gridContainerMap {
  margin-top: clamp(8rem, 0.4193rem + 3.3822vw, 50rem) !important;
}

.titulo_sucursales {
  width: 75%;
  font-size: clamp(2rem, 0.4193rem + 3.3822vw, 3.2rem) !important;
  padding-top: clamp(1rem, 0.4193rem + 3.3822vw, 4.2rem);
  ;
}

.textos_general_sucursales {
  font-size: clamp(1rem, 0.4193rem + 3.3822vw, 1.8rem) !important;
}

.textos_general_sucursales label {
  width: 50% !important;
}

/*estilos de la sección de ubicanos*/
.ubicaciones {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  width: 90%;
  overflow: hidden;
  font-family: "avenir-light";
  font-size: 2em;
  color: #555759;
}

.ubicaciones .article div {
  font-size: clamp(1rem, 0.4193rem + 3.3822vw, 1.8rem) !important;
}

.ubicaciones .article {
  display: block;
  float: left;
  width: 30%;
  margin: 0 1.5%;
  margin-bottom: 2em;

  -webkit-transition: opacity 0.5s;
  /* Safari */
  transition: opacity 0.5s;
  min-height: 330px;
}

.ubicaciones .article.oculto {
  opacity: 0.3;
  display: none;
}

.ubicaciones .article.salto {
  clear: left;
}

.ubicaciones .article.salto p {
  font-size: clamp(1rem, 0.4193rem + 3.3822vw, 1.8rem) !important;
}

.ubicaciones .article h3 {
  font-weight: normal;
  font-size: clamp(2rem, 0.4193rem + 3.3822vw, 3rem) !important;
  color: #ff9e16;
}

.ubicaciones .article a.button {
  /*Font-size:16px;*/
  text-align: center;
  display: block;
  background: #555759 !important;
  color: white !important;
  width: 70%;
  padding: 10px 0;
  margin: 1em 0;
  cursor: pointer;
}

.ubicaciones .article a.button:hover {
  background: #383a3c;
  text-decoration: none !important;
}

.controlesUbicacion {
  padding: 1.5%;
  font-size: clamp(1rem, 0.4193rem + 3.3822vw, 1.8rem) !important;
  margin-bottom: 1em;
  width: 90% !important;
  display: flex !important;
  justify-content: space-between !important;
}

.controlesUbicacion select {
  border: #ccc solid 1px !important;
  width: 70% !important;
  margin-left: 1rem !important;
  padding: 1rem 0 !important;
  font-size: clamp(1rem, 0.4193rem + 3.3822vw, 1.8rem) !important;
  font-family: "avenir-light";
}

.controlesUbicacion select option {
  font-size: clamp(1rem, 0.4193rem + 3.3822vw, 1.8rem) !important;
}

.mapPanel {
  overflow: hidden;
  position: relative;
  width: 90% !important;
}

.mapPanel .datos {
  width: 25%;
  height: 500px;
  font-size: clamp(1rem, 0.4193rem + 3.3822vw, 1.8rem) !important;
  float: left;
  font-family: "avenir-light";
}

.mapPanel .datos h3 {
  font-family: "avenir-light";
  font-size: 1.6em;
  color: #ff9e16;
  font-weight: normal;
}

.mapPanel .mapa {
  width: 75%;
  height: 500px;
  height: 60vh;
  background: #ededed;
  float: left;
}

.mapPanel a.button {
  display: block;
  background: #555759 url("https://ashocedv-gfaserta.ocecdn.oraclecloud.com/content/published/api/v1.1/assets/CONTD9DD3648C599495A8A96B77CDDE6B6F3/native/cerrar-icn.png?channelToken=cf302226b9064a15afac96976391e914") top no-repeat;
  overflow: hidden;
  color: white;

  width: 32px;
  height: 0px;
  padding: 0;
  padding-top: 32px;

  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.consola {
  background: #fff;
  border: #ccc solid 1px;
  padding: 0.5em;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

#ZonaMostrada {
  display: none;
}

@media screen and (max-width: 481px) and (orientation: portrait),
screen and (max-height: 481px) and (orientation: landscape) {
  .ubicaciones .article {
    width: 100%;
    float: none;
    padding: 1em 0em;
    min-height: 0;
    margin-bottom: 0;
  }

  .ubicaciones .article a.button {
    margin: 1em auto;
    width: 100%;
  }

  .controlesUbicacion {
    padding: 1em 0em;
    margin-bottom: 0;
  }

  .controlesUbicacion select {
    display: block;
    width: 100%;
  }

  .controlesUbicacion label {
    padding-top: 0.7em;
    display: block;
    font-size: clamp(2rem, 0.4193rem + 3.3822vw, 3.5rem) !important;
  }

  .mapPanel .datos {
    width: auto;
    float: none;
    padding: 1em 0em;
    height: auto;
  }

  .mapPanel .mapa {
    width: auto;
    height: 300px;

    float: none;
    margin: 0em;
  }

  .mapPanel a.button {
    right: 0em;
    top: 1em;
  }

  .mapPanel .datos h3 {
    padding-top: 0;
  }
}

@media screen and (max-width: 700px) {
  .controlesUbicacion {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .textos_general_sucursales label {
    width: 100% !important;
  }

  .controlesUbicacion select {
    width: 100% !important;
    margin-left: 0rem !important;
  }
}