/* GENERAL */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  background-color: #fdfdfd !important;
}

/* HEADER / NAVBAR */

header {
  position: relative;
  z-index: 1;
  background-color: transparent;
  padding: 2.5rem 0;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1000;
  /* background-color: #fff; */
  transition: background-color 0.3s ease-in-out;
}

.navbar {
  padding: 1rem 0;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler {
  border-width: 2px;
  border-color: white;
  border-radius: 5px;
}

.navbar-nav {
  gap: 1rem;
}

.navbar-collapse {
  justify-content: center;
}

.navbar-nav li {
  list-style: none;
}

.logo-img {
  height: 160px;
}

.nav {
  gap: 1rem;
}

.nav-link {
  color: white;
  font-size: 2rem;
  font-weight: 500;
  text-shadow: 4px 1px 3px rgba(0, 7, 70, 0.85);
  position: relative;
}

.nav-link.active {
  color: #fff;
}

.nav-link:hover {
  color: #00BFFF;
  /* color: #323465; */
}

.nav-link.active::after,
.nav-link:hover::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #00BFFF;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.offcanvas.offcanvas-end {
  right: 20px;
}

/* LANDING PAGE */

/* .scroll-item {
  scroll-snap-align: start;
  scroll-margin-top: -4rem;
} */

#landing {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.swiper-landing {
  height: 100%;
  width: 100%;
}
.swiper-slide-landing img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.custom-shape-divider-bottom-1743996499 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1743996499 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
}

.custom-shape-divider-bottom-1743996499 .shape-fill {
  fill: #fdfdfd;
}

#explorar {
  position: absolute;
  bottom: 30px;
  left: 47.8%;
  transform: translateX(-50%);
  z-index: 10;
}

#explorar-btn {
  display: block;
  max-width: 100%;
}

/* OFERTA EDUCATIVA */

.swiper-kinder, .swiper-primaria, .swiper-secundaria {
  height: 100%;
  width: 100%;
}

.oferta-height {
  height: 100% !important;
}

#oferta-educativa-2 {
  height: 100vh;
  width: 100%;
  margin-top: 360px;
  padding-top: 38vh;
  padding-bottom: 67rem;
  scroll-snap-align: start;
  scroll-margin-top: -23rem;
}

.object-cover {
  /* margin-top: 1400px; */
  object-fit: cover; /* Ensures the image covers the entire container */
  object-position: center; /* Centers the image */
}

.oferta-landing-text {
  position: absolute;
  bottom: 800px; /* Adjust the distance from the bottom */
  right: 30px; /* Adjust the distance from the right */
  transform: rotate(180deg); /* Rotate the text 90 degrees */
  transform-origin: bottom right; /* Set the rotation origin */
  color: white;
  font-size: 2rem;
  text-align: right; /* Align the text to the right */
  z-index: 10;
  writing-mode: vertical-rl; /* Optional: Makes the text flow vertically */
  font-size: 7rem;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .modal-xl {
      --bs-modal-width: 100% !important;
      margin: 0 100px;
      padding: 0 50px;
  }
}

.modal-content {
  background-color: #FFF !important;
  border-radius: 30px;
}

.btn-close {
  filter: invert(0%) sepia(98%) saturate(9%) hue-rotate(199deg) brightness(103%) contrast(103%) !important;
  width: 1em;
  height: 1em;
}

#oferta-educativa {
  padding-top: 38vh;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-bottom: 5rem;
  background-image: url('../img/oferta-educativa-bg.png');
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  /* margin-top: 725px; */
}

#oferta-slider {
  margin-top: 0rem;
}

#oferta-pagination {
  position: relative;
  bottom: -10px;
  text-align: center;
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 150px;
  height: 10px;
  background-color: lightgray;
  opacity: 1;
  border-radius: 0;
  margin: 0 10px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #2a307c;
}

.oferta-titulo {
  font-size: 4.5rem;
  font-weight: bold;
}

.oferta-subtitulo {
  font-size: 1.7rem;
  font-optical-sizing: auto;
  font-weight: 200 !important;
  font-style: normal;
}

.oferta-bullet {
  font-weight: 600;
  font-size: 2rem;
}

.texto-oferta {
  font-size: 1.5rem;
  margin-bottom: 25px;
}

.custom-shape {
  position: relative;
  width: 100%;
  padding: 2rem;
  background-color: #2a307c;
  color: white;
  border-radius: 30px;
  font-family: sans-serif;
  line-height: 1.5;
}

.custom-shape::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 20px;
  height: 60px;
  background-color: #2a307c;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  clip-path: polygon(0 0, 110% 50%, 0 100%);
}

.btn-oferta {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: #00c2f2;
  color: white;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
}

#oferta-imgs-container {
  width: 100%;
  height: auto;
  padding: 2rem;
  background-color: #2a307c; 
  border-radius: 30px;
}

#oferta-imgs-container img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

/* INSTALACIONES */

#instalaciones {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url('../img/servicios-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  scroll-snap-align: start;
  scroll-margin-top: -4rem;
}

.slider {
  max-width: 1500px;
  margin: 0 auto;
}

.swiper-slide-instalaciones {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card {
  background: #FFF;
  border-radius: 20px;
  overflow: hidden;
  width: 1000px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}

.card img {
  width: 100%;
  height: auto;
  display: block;
}

.card .content {
  padding: 20px;
}

.card h2 {
  font-size: 3rem;
  margin: 0 0 10px;
  color: #2a307c;
}

.card p {
  font-size: 3rem;
  font-weight: 900;
  line-height: 0.5;
  color: #2a307c;
}

.swiper-instalaciones-prev,
.swiper-instalaciones-next,
.swiper-landing-prev,
.swiper-landing-next,
.swiper-kinder-prev,
.swiper-kinder-next,
.swiper-primaria-prev,
.swiper-primaria-next,
.swiper-secundaria-prev,
.swiper-secundaria-next {
  color: #FFF;
  /* box-shadow: 0 10px 20px rgba(0,0,0,0.5); */
}

.swiper-mv-prev,
.swiper-mv-next {
  color: rgb(42, 48, 124);
  margin: 250px 300px 0 300px;
}

/* MISION - VISION */

#mision-vision {
  height: 100vh;
}

.mv-wrapper {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  padding: 1.5rem;
  background-color: rgb(42, 48, 124);
  color: white;
  border-radius: 30px;
  font-size: 1.5rem;
  line-height: 1.4;
  z-index: 10;
  padding: 80px 60px 50px 60px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}

.swiper-slide-mv {
  position: relative;
}

.swiper-mv {
  height: 100%;
  width: 100%;
}

.swiper-slide-mv img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mv-titulo {
  font-size: 5.5rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
  text-align: left;
  color: #fff;
}

.mv-subtitulo {
  font-size: 2rem;
  font-weight: 500 !important;
  font-style: normal;
  line-height: 0.2;
}

.mv-texto {
  font-size: 1.8rem;
}

.modal-content {
    background-color: rgba(255, 255, 255, 0.75) !important;
}

.modal-body {
    padding: 0 1rem 1rem 1rem;
}

.btn-close {
  padding-right: 30px;
}

/* .arrow-btn {
  background-color: #5dc8f5;
  border: none;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-btn svg {
  stroke: #1b1464;
  stroke-width: 3;
  width: 24px;
  height: 24px;
} */

/* MAPA */

#mapa {
  padding-top: 3rem;
}

/* INFO */

#info {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #212121;
  font-size: 1.5rem;
  font-weight: 600 !important;
}

.blue-info-text {
  color: #00c2f2;
}

#info-space {
  margin: 0 50px;
}

/* CONTACTO */

#contacto {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 60px;
  padding-right: 60px;
  background-color: #e9e9e9;
  color: #2a307c;
}

.contacto-titulo {
  font-size: 4rem;
  font-weight: 300;
  margin-bottom: 2rem;
}

#telefono-kaambal {
  font-size: 6rem;
  font-weight: 800;
  margin-top: -40px;
  margin-bottom: 50px;
}

#telefono-kaambal a {
  color: #2a307c;
  text-decoration: none;
}

.btn-redes {
  background-color: #2a307c;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 5px 20px;
}

#contacto-logo img {
  margin-top: 75px;
  width: 60%;
  height: auto;
}

.form-control, .form-control:active, .form-control:focus {
  background-color: #FFF;
  color: #212121
}

.form-control, input, select, textarea {
  color: #212121;
}

.form-control::placeholder {
  color: gray;
  font-size: 1.5rem;
}

#contacto-submit {
  margin-top: 10px;
  background-color:#00c2f2;
  font-size: 2rem;
  font-weight: 600;
  color:#2a307c;
  padding: 15px 40px;
  border-radius: 20px;
}

.contacto-wrapper {
  margin-top: 175px;
  width: 100%;
  text-align: center;
  background-color: rgb(42, 48, 124);
  color: white;
  border-radius: 30px;
  font-size: 2rem;
  line-height: 1.1;
  z-index: 10;
  padding: 45px 50px 35px 50px;
}

.custom-shape {
  height: 70vh;
  overflow: scroll;
  overflow-x: hidden;
  scrollbar-color: #FFF #2a307c;
  scrollbar-width: 15px;
}

/* MEDIA QUERIES */

@media (max-width: 768px) {
  .custom-shape {
    height: 65vh;
  }

  .navbar-toggler {
    display: flex;
    align-items: center;
  }

  .navbar-brand {
    margin-left: 20px;
  }

  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 9rem;
  }

  .nav {
    flex-direction: column;
    gap: 0.5rem;
  }

  .logo-img {
    height: 80px;
  }

  #explorar-btn {
    margin-left: -25px;
  }

  #oferta-educativa-2 {
    margin-top: 333px;
    padding-bottom: 46rem;
    scroll-margin-top: -19rem;
  }

  #instalaciones {
    padding-top: 5rem;
    scroll-margin-top: -1rem;
  }

  .oferta-landing-text {
    display: none;
  }

  .oferta-titulo {
    font-size: 2.25rem;
  }

  .oferta-subtitulo {
    font-size: 1.2rem;
    text-align: center;
  }

  .oferta-bullet {
    font-size: 1.5rem;
  }

  .texto-oferta {
    font-size: 1rem;
  }

  .slider {
    margin: 0 10px;
  }

  .card p, .card h2 {
    font-size: 2rem;
  }

  .mv-wrapper {
    width: 95% !important
  }

  .mv-titulo {
    font-size: 3.5rem;
  }

  .mv-texto {
    font-size: 1rem;
  }

  #contacto {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contacto-titulo, #telefono-kaambal {
    font-size: 2.5rem;
  }

  #contacto-logo img {
    margin-top: 60px;
  }

  .contacto-titulo {
    margin-top: 2rem;
  }

  #contacto-submit {
    font-size: 1.5rem;
  }

  .contacto-wrapper {
    margin-top: 70px;
  }

  #oferta-imgs-container {
    margin-top: 10px;
  }

  .swiper-mv-prev,
  .swiper-mv-next {
    margin: 150px 10px 0 10px;
    color: #FFF;
  }
  
}

@media (max-width: 390px) {
  #oferta-educativa-2 {
    margin-top: 287px;
    padding-bottom: 43rem;
  }

  .card p, .card h2 {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .nav {
    gap: 0.5rem;
  }

  .logo-img {
    height: 115px;
  }

  #explorar {
    left: 46.3%;
  }

  .nav-link {
    font-size: 1.4rem;
  }

  #oferta-educativa-2 {
    margin-top: 355px;
    padding-top: 9vh;
    padding-bottom: 50rem;
  }

  .mv-titulo {
    font-size: 4.5rem;
  }

  .mv-texto {
    font-size: 1.4rem;
  }

  .mv-subtitulo {
    font-size: 1.8rem;
  }

  .swiper-mv-prev, .swiper-mv-next {
    margin: 150px 280px 0 280px;
  }

  .contacto-titulo {
    font-size: 3rem;
  }

  #telefono-kaambal {
    font-size: 4rem;
  }

  .contacto-wrapper {
    margin-top: 145px;
  }

  .oferta-titulo {
    font-size: 3.5rem;
  }

  .oferta-subtitulo {
    font-size: 1.5rem;
  }

  .texto-oferta {
    font-size: 1.2rem;
  }

  .custom-shape {
    height: 83vh;
    overflow: scroll;
    overflow-x: hidden;
    scrollbar-color: #FFF #2a307c;
    scrollbar-width: 15px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1727px) {
  .nav {
    gap: 0.5rem;
  }

  .logo-img {
    height: 130px;
  }

  .nav-link {
    font-size: 1.4rem;
  }

  #oferta-educativa-2 {
    margin-top: 355px;
    padding-top: 31vh;
    padding-bottom: 53rem;
  }

  .mv-titulo {
    font-size: 4.5rem;
  }

  .mv-texto {
    font-size: 1.4rem;
  }

  .mv-subtitulo {
    font-size: 1.8rem;
  }

  .swiper-mv-prev, .swiper-mv-next {
    margin: 200px 300px 0 300px;
  }

  .contacto-titulo {
    font-size: 3rem;
  }

  #telefono-kaambal {
    font-size: 4rem;
  }

  .contacto-wrapper {
    margin-top: 145px;
  }

  .oferta-titulo {
    font-size: 3.5rem;
  }

  .oferta-subtitulo {
    font-size: 1.5rem;
  }

  .texto-oferta {
    font-size: 1.2rem;
  }

  .custom-shape {
    height: 70vh;
    overflow: scroll;
    overflow-x: hidden;
    scrollbar-color: #FFF #2a307c;
    scrollbar-width: 15px;
  }
}

@media screen and (min-height: 700px) and (max-height: 718px) {
  #oferta-educativa-2 {
    padding-top: 21vh;
  }

  .swiper-mv-prev, .swiper-mv-next {
    margin: 175px 300px 0 300px;
  }

  #explorar {
    left: 46.5%;
  }

  .custom-shape {
    height: 76vh;
  }
}

@media screen and (min-width: 1728px) and (max-width: 1920px) {
  .nav-link {
    font-size: 1.8rem;
  }

  #instalaciones {
    margin-top: -48px;
  }

  .contacto-titulo {
    font-size: 2.5rem;
  }

  #telefono-kaambal {
    font-size: 5rem;
  }

  .mv-texto {
    font-size: 1.5rem;
  }

  .contacto-wrapper {
    margin-top: 78px;
  }

  #oferta-educativa-2 {
    padding-top: 39vh;
  }

  .oferta-titulo {
    font-size: 4rem;
  }

  .oferta-subtitulo {
    font-size: 1.3rem;
  }

  .oferta-bullet {
    font-size: 1.5rem;
  }

  .texto-oferta {
    font-size: 1rem;
  }

  #explorar {
    left: 47.3%;
  }
}

@media (min-width: 3000px) {
  #oferta-educativa-2 {
    padding-top: 54.4vh;
    padding-bottom: 127rem;
  }

  #explorar {
    left: 48.4%;
  }

  .oferta-titulo {
    font-size: 6rem;
  }

  .oferta-subtitulo {
    font-size: 3.1rem;
    line-height: 53px;
  }

  .oferta-bullet {
    font-size: 2.8rem;
  }

  .texto-oferta {
    font-size: 1.9rem;
    margin-bottom: 45px;
  }
}