/* CSS personalizado para el header */

.site-header {
  background-size: cover;
}

.header-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 105vh;
  position: relative;
}

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  align-items: flex-start;
  justify-content: center;
}

.span6 {
  flex: 0 0 48.717948717948715%;
  display: flex;
  justify-content: center;
  align-items: start;
}

.span2 {
  flex: 0 0 14.52991452991453%;
  display: flex;
  justify-content: center;
  margin-right: 30px;
}

#mapa {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

.home-logos {
  width: 100%;
  background: transparent;
  padding: 0 0 40px 0;
  box-sizing: border-box;
}

/* === Estilos para el botón #arrow_down === */
#arrow_down {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 40px !important;
  margin: 0 !important;
  width: 150px;
  padding: 13px;
  text-align: center;
  font-size: 12px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 300;
  border: 2px solid #FFCC00;
  border-radius: 20px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2), inset 0 2px 1px rgba(0, 0, 0, 0.2);
  background: rgba(0,0,0,0.8);
  color: white !important;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 10;
  transition: none !important;
  animation: none !important;
}

#arrow_down:hover {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 40px !important;
  margin: 0 !important;
  background: #000;
  transition: none !important;
  animation: none !important;
}

@media (min-width: 1200px) {
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid .span6 {
    width: 48.717948717948715%;
    margin-left: 0;
  }

  .row-fluid .span2 {
    width: 14.52991452991453%;
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .row-fluid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .row-fluid .span6,
  .row-fluid .span2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
