body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

main > .container {
  padding: 74px 0 0;
  max-width: 100%;
}

#Ofertas,
#Destinos,
#Eligenos,
#Contacto,
#Acerca {
  scroll-margin-top: 100px;
}

#Destinos {
  padding: 0 0 56px;
}

.map-container {
  width: 100%;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.carousel .ratio video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .bi {
  width: 1em;
  height: 1em;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor
}

.navbar-brand {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}

main {
  min-height: 90%;
}

.slide_cont {
  background: rgba(2, 0, 36, 0.73);
  z-index: 1111111110;
  position: absolute;
  border-radius: 50px 50px 50px 0;
  width: 60%;
  bottom: 7%;
  left: 20%;
  right: 20%;
  padding: 2%;
}

.slide_cont .titulo, .card-body .titulo {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-optical-sizing: auto;
  border-right: solid 2px #fff;
}

.container {
  min-width: 95%;
}

img.icon-link {
  width: 2em;
  height: 2em;
  border: dashed 1px #000;
}