html {
  scroll-behavior: smooth;
}

body {
  font-family: Raleway, sans-serif;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.nav-link {
  font-size: 14px !important;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  width: 100%;
}

.banner-19 .banner-layer {
  position: relative;
  min-height: 100vh;
}

.main-content-top {
  position: absolute;
  top: 0;
  /* min-height: 100vh; */
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  background: rgb(51 51 51 / 32%);
}

.banner-19 .main-content {
  max-width: 560px;
  margin-top: 70px;
}

.banner-19 .main-content h4 {
  font-size: 28px;
  line-height: 38px;
  color: #fff;
  font-weight: 700;
}

.banner-19 .main-content p {
  color: #fff;
}

/* responsive */
@media (max-width: 1130px) {
  #myVideo {
    width: auto;
    height: 100%;
  }
}

@media (max-width: 1024px) {
  .banner-19 .banner-layer {
    min-height: 720px;
  }
}

@media (max-width: 992px) {
  .banner-19 .main-content h4 {
    font-size: 45px;
    line-height: 55px;
  }

  .banner-19 .banner-layer {
    min-height: 680px;
  }
}

@media (max-width: 568px) {
  .banner-19 .main-content h4 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner-19 .banner-layer {
    min-height: 600px;
  }
}

@media (max-width: 400px) {
  .banner-19 .main-content h4 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 384px) {
  .banner-19 .main-content h4 {
    font-size: 30px;
    line-height: 40px;
  }

  .brk-btn {
    padding: 12px;
    margin-top: 1em;
  }
}

.img-responsive {
  max-width: 100%;
  display: block;
  width: 100%;
  border-radius: 8px;
}

a.comment-img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
}

.bottom-info {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: flex-start;
  grid-gap: 20px;
  align-items: center;
}

#viajeras  {
    background-image: url(../img/background-viajeras.png);
    background-size: 350px;
    background-position-x: right;
    background-repeat: no-repeat;
}

#programas  {
    background-image: url(../img/background-viajeras.png);
    background-size: 350px;
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
}

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 70%;
  max-width: 900px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 150px;
  right: 100px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: white;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/** botón de WhatsApp**/
.float-wa{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
}

.carousel-container {
  max-width: 100%; /* Establece el ancho máximo del carrusel */
  margin: 0 auto; /* Centra horizontalmente el carrusel */
}


.btn{
  font-family: Raleway, sans-serif !important;
}

.card{
    background-color: transparent;
}