/* =========================================================
  ESTILOS GENERALES
  ========================================================= */
.destinos{
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.destinos h2{
  color: var(--brand-dark);
  margin-bottom: 1.3em;
}
.destinos .text-top {
  color: var(--brand);
  font-weight: bold;
}
.destinos_chile img {
  max-height: 70vh;
  width: auto;
  max-width: 100%;
}
.video_inicial .vp-title{opacity: 0 !important;}

/* =========================================================
  RESPONSIVE
  ========================================================= */
@media (max-width:959px){
}

@media (min-width:960px){
  .destinos{padding: 3em 15%;}
}
