@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400..700&display=swap');

html,
body {
  position: relative;
  height: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    background-size: cover;
    background-position: center center !important;
    background-repeat: no-repeat;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .btn-academicos {border-radius: 5px; font-size: 13px; letter-spacing: 1px; transition: transform 0.3s ease;}
  .btn-academicos:hover {
    transform: scale(1.1);
}
a {
    color: initial;
}
  .bg-celeste {background-color: #92BDE0;}
  .bg-naranja {background-color: #F28C4A;}
  .bg-azul {background-color: #1C2554;}
  .naranja {color: #F28C4A;}
  .celeste {color: #92BDE0;}
  .bg-naranja-light {background-color: #FCFAF4;}
  .bg-celeste-light {background-color: #E1ECF4;}
  .celeste-light {color: #E1ECF4;}
  .azul {color: #1C2554;}
  .w600 {font-weight: 600;}
  .w700 {font-weight: 700;}
   h1 {font-size: 38px; line-height: 48px; font-family: 'Lora', serif; font-weight: 500;}
   h2 {font-size: 32px; line-height: 42px; font-family: 'Lora', serif; font-weight: 400;}
   h3 {font-size: 23px; line-height: 32px; font-family: 'Lora', serif; font-weight: 500;}
   h4 {font-size: 18px; line-height: 25px; font-family: 'Lora', serif; font-weight: 500; letter-spacing: 0;}
   .mt-118 {margin-top: -118px;}
   p {color: #090909; font-size: 13px; line-height: 20px;}
   .font15 {font-size: 15px;}
   .card.bg-celeste-light {min-height: 170px;}
    .bg-contacto {background-image: url(../img/bg-contacto.jpg); background-size: cover; background-repeat: no-repeat;}
    .bg-contacto .form-academicos .form-control, .bg-contacto .form-academicos .form-select {height: 45px; font-size: 11px; letter-spacing: 0.5px; font-weight: 500; border: 0; color: #090909;}
    .font11 {font-size: 11px;}
    .form-academicos::placeholder {color: #B7B7B7 !important;}
    .border-icon {border: 1px solid #9bbcdd; border-radius: 50%; width: 48px; height: 48px; text-align: center; line-height: 48px;
        font-size: 18px;}
    .about {margin-top: -110px; position: relative; z-index: 2; background: white; border-top-left-radius: 50px; border-top-right-radius: 50px;}
    .card-nacional {background-image: url(../img/nacional.jpg); border-radius: 10px; background-position: center center; background-size: cover; min-height: 380px;}
    .txt-destinos {position: absolute;bottom: 27px;left: 35px;}
    .card-internacional {background-image: url(../img/internacional.jpg); border-radius: 10px; background-position: center center; background-size: cover; min-height: 380px;}
    .txt-destinos h3 {font-size: 27px;}
    .font11 {font-size: 11px;}




@media (max-width: 1400px) {
  .bg-home-15 {
    height: 420px;
}
h1 {
    font-size: 44px;
    line-height: 54px;
}
.card-title {
    font-size: 33px;
}
.rulo-rosa img {
    height: 390px;
    margin-top: 100px;
}


}


@media (max-width: 1200px) {
    h1 {
        font-size: 34px;
        line-height: 44px;
    }
}
@media (max-width: 992px) {
    .navbar .nav-item:hover .dropdown-menu.sub-menu-destinos {
        display: block;
    }
    .navbar .nav-item .dropdown-menu.sub-menu-destinos {
        display: block;
        position: relative;
        left: 0;
    }
    a#submenuDestinos {
        border: 0 !important;
    }
    .card-nacional, .card-internacional {
        min-height: 320px;
    }
    .card.bg-celeste-light {
        min-height: 210px;
    }
    h2 {
        font-size: 27px;
        line-height: 36px;
    }
    h4 {
        font-size: 16px;
        line-height: 23px;
    }
    .font15 {
        font-size: 14px;
    }
    h3 {
        font-size: 21px;
        line-height: 30px;
    }
    .btn-academicos {
        font-size: 11px;
    }
    .txt-destinos h3 {
        font-size: 24px;
    }
 
}

@media (max-width: 768px) {
   
.h-auto-mob {height: auto !important;}

.br-none {display: none;}
h2 {
    font-size: 30px;
    line-height: 38px;
}
.card-nacional, .card-internacional {
    min-height: 250px;
}
.txt-destinos {
    bottom: 25px;
    left: 25px;
}
.txt-destinos h3 {
    font-size: 22px;
}
.btn-academicos {
    font-size: 10px;
}
}

@media (max-width: 576px) {
    h1 {
        font-size: 30px;
        line-height: 39px;
    }
    h2 {
        font-size: 28px;
        line-height: 33px;
    }
    .swiper-slide h1 {
        width: 75%;
    }
    .btn-academicos {
        font-size: 11px;
    }
}