#contenedor {
  display: flex;
  width: 100%;
  height: 100vh; /* 100% de la altura de la ventana */
}

#sidebar {
  /* width: 20%; */
  background-color: #f6fafd; /* Color de fondo para visualizar el div */
  padding: 10px;
}

#map-container {
  /* width: 80%; */
  height: 100%;
  position: relative;
}

.section#mapa {
  height: calc(100vh - 100px);
}

#map {
  width: 100%;
  height: 100%;
  z-index: 10;
}

.row-mapa {
  width: 100vw;
}

.controls {
  width: 250px;
  margin-top: 10px;
  margin-left: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  color: #999999;
}

#logoCataroMap {
  position: relative;
  left: 80px;
  bottom: 21px;
  width: 63px;
}

/* -------------------------------- */

#referencias {
  position: absolute;
  z-index: 20;
  /* max-width: 100px; */
  min-width: 60px;
  top: 6px;
  left: 18px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  height: auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #FFFFFF;
  padding: 5px 7px;
  font-size: 11px;
  overflow: hidden;
  border: 1px solid #999;
}

.referenciasColor {
  float: left;
  height: 9px;
  width: 9px;
  display: block;
  margin: 2px 7px 0px 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  border-radius: 4px;
}

/* -------------------------------- */

.stats .stats-item span {
  display: inline;
}

.mas {
  font-size: 48px;
  color: var(--accent-color);
  font-weight: 700;
}

#mapa p {
  font-family: var(--heading-font);
  font-size: 14px;
}

/* -------------------------------- */

#info-pais .contenedor-bandera {
  width: 100%;
  display: block;
  padding-bottom: 15px;
}

#info-pais .bandera {
  float: left;
  width: 20%;
}

#info-pais .bandera-icono {
  width: 28px;
  height: 28px;
  box-shadow: 2px 2px 1px 1px #888;
}

#info-pais .pais {
  color: #124265;
  font-family: var(--heading-font);
  font-size: 26px;
  line-height: 27px;
  width: 80%;
  float: right;
}

#info-pais .separador {
  height: 40px;
}

#info-pais .separador-demo {
  height: 20px;
}

#info-pais .item {
  font-size: 14px;
  display: inline-block;
  color: #666;
  margin-top: 3px;
  width: 100%;
}

.boton-demo {
  margin: 5px auto;
  text-align: center;
}

.boton-comprar {
  margin: 5px auto;
  text-align: center;
}

.copy-icon {
  cursor: pointer;
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1420px !important;
  }
}

.faq .faq-container .faq-item h3:hover {
  color: #c3dbec !important;
}

.faq .faq-container .faq-item a {
  color: #10354f !important;
  text-decoration: underline;
}

.justificado {
  text-align: justify;
}

.margin-horiz {
  margin: 0px 35px;
  color: #888;
  font-size: 15px;
}

.quienes-somos {
  margin-top: 25px;
  padding-bottom: 25px !important;
}
