* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:root {
  --color-primary: #f7c200;
  --color-secundary: #232E5C;
  --color-three: #916c37;
  --color-text: #212529;
  --color-four: #0CE5B6;
}

html,
body {
  overflow-x: hidden !important;
  background-color: #0CE5B6;

}


/*.insta{
  display: inline-block;
  
}*/

@font-face {
  font-family: 'Bebas Neve';
  src: url(../assets/fonts/BebasNeue-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: 'Gothic';
  src: url(../assets/fonts/Gothic.ttf);
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title-second {
  font-family: 'Bebas Neve', sans-serif;
}

p,
ul li {
  font-family: 'Gothic', sans-serif !important;
  font-size: 17px;
}

.btn {
  font-family: 'Gothic', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 15px;
  border-radius: 30px;
  color: white;
}

h1 {
  font-size: 40px;
  font-weight: 900;
}

h2 {
  font-size: 37px;
  font-weight: 800;
}

h3 {
  font-size: 35px;
  font-weight: 700;
}

h4 {
  font-size: 32px;
  font-weight: 600;
}

h5 {
  font-size: 30px;
}

h6 {
  font-size: 28px;
}

section {
  margin: 80px 0;
}

figure {
  margin: 0;
  padding: 0;
}

picture {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

@media (max-width:995px) {
  p {
    font-size: 16px;
  }

  .btn {
    font-size: 13px;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 22px;
  }

  section {
    margin: 50px 0;
  }
}

.navbar {
  background-color: var(--color-secundary);
  padding: 15px;
}

.navbar .nav-item {
  padding: 0 5px;
}

.navbar .nav-item .nav-link {
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
}

.navbar .nav-item .nav-link.nav-aule {
  background-color: var(--color-primary);
  border-radius: 50px;
}

.navbar .nav-item .nav-link.nav-aule:hover {
  background-color: transparent;
  border: 2px solid var(--color-three);
  padding: 8px;
}

.navbar .nav-item .nav-link.active {
  border-bottom: 2px solid var(--color-primary);
}


.dropdown-menu[data-bs-popper] {
  margin-top: 9%;
}

.dropdown-menu {
  background-color: var(--color-secundary);
  border-radius: 0;
}

.dropdown-menu .dropdown-item {
  color: white;
  font-weight: 600;
}

.dropdown-menu .dropdown-item:hover {
  background-color: var(--color-primary);
}

.navbar-icon {
  font-size: 25px;
}

.navbar-toggler {
  border: none;
  color: white;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.offcanvas {
  background-color: var(--color-primary);
  max-width: 100%;
}

.offcanvas-body .nav-item .nav-link {
  text-align: center;
}


@media (max-width:995px) {
  .navbar .nav-item {
    padding: 8px 0;
  }

  .dropdown-menu[data-bs-popper] {
    margin-top: 0%;
    border-radius: 50px;
    text-align: center;
  }

  .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
  }

  .offcanvas {
    background-color: var(--color-primary);
    max-width: 70%;
  }

}



@media (max-width:580px) {
  .coverpage {
    background-image: url(../assets/coverpage/fachada.png);
    height: calc(60vh + .9vw);
    display: flex;
    padding: 20px;
  }

  .coverpage {
    position: relative;
  }


  .coverpage .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Color negro con opacidad del 50% */
    z-index: 1;
    /* Superposición debajo del contenido */
  }

  .coverpage .container-fluid {
    position: relative;
    z-index: 2;
    /* Contenido encima de la superposición */
  }

  .container-text-coverpage {
    position: relative;
    z-index: 2;
  }

  .container-text-coverpage img {
    width: 25%;
    height: auto;
    display: none;
  }

  .container-text-coverpage .text-coverpage h1 {
    margin-top: 100px;
    color: white;
    font-size: calc(2rem + 1.5vw);
    text-align: center;
  }

  .container-text-coverpage .text-coverpage .title-second {
    color: var(--color-secundary);
    font-size: calc(2rem + 1.5vw);
    text-align: center;
  }

  .container-text-coverpage .text-coverpage p {
    text-align: center;
  }

  .container-img-coverpage img {
    width: 60%;
    height: auto;
    position: relative;
  }

  .coverpage .figure-1 {
    display: none;
  }
}

@media (min-width:581px) and (max-width:995px) {
  .coverpage {
    background-image: url(../assets/coverpage/fachada.png);
    height: calc(60vh + .9vw);
    display: flex;
    padding: 20px;
  }

  .coverpage {
    position: relative;
  }


  .coverpage .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Color negro con opacidad del 50% */
    z-index: 1;
    /* Superposición debajo del contenido */
  }

  .coverpage .container-fluid {
    position: relative;
    z-index: 2;
    /* Contenido encima de la superposición */
  }

  .container-text-coverpage {
    position: relative;
    z-index: 2;
    margin-top: 30%;
  }

  .container-text-coverpage img {
    width: 25%;
    height: auto;
    display: none;
  }

  .container-text-coverpage .text-coverpage h1 {
    margin-top: 100px;
    margin-left: 25%;
    color: white;
    font-size: calc(2rem + 1.5vw);
    text-align: center;
  }

  .container-text-coverpage .text-coverpage .title-second {
    color: var(--color-secundary);
    font-size: calc(2rem + 1.5vw);
    text-align: center;
  }

  .container-text-coverpage .text-coverpage p {
    text-align: center;
  }

  .container-img-coverpage img {
    width: 60%;
    height: auto;
    position: relative;
  }

  .coverpage .figure-1 {
    display: none;
  }

  .btn-primary,
  .btn-secondary {
    justify-content: center;
    margin-right: -100%;
  }

  .btn-secondary {
    margin-top: 18%;
    margin-left: -22%;
    display: flex;
    flex-direction: column;
  }
}

@media (min-width:996px) and (max-width:1365px) {
  .coverpage {
    background-image: url(../assets/coverpage/fachada.png);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
  }

  .coverpage {
    position: relative;
  }

  .coverpage .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Color negro con opacidad del 50% */
    z-index: 1;
    /* Superposición debajo del contenido */
  }

  .coverpage .container-fluid {
    position: relative;
    z-index: 2;
    /* Contenido encima de la superposición */
  }


  .container-text-coverpage {
    display: flex;
    margin-top: -5%;
    margin-left: -2%;
  }

  .container-text-coverpage img {
    width: 100%;
    height: auto;
    margin-top: 80%;
    margin-left: -20%;

  }

  .container-text-coverpage .text-coverpage h1 {
    font-size: 60px;
    color: white;
    text-align: center;
    line-height: 100%;
    margin-top: 35%;
    margin-left: 85%;
  }

  .container-text-coverpage .text-coverpage h2 {
    font-size: 60px;
    color: white;
    text-align: center;
    line-height: 100%;
    margin-top: 35%;
    margin-left: 85%;
  }

  .container-text-coverpage .text-coverpage .title-second {
    font-size: calc(1.5rem + 1.5vw);
  }

  .container-text-coverpage .text-coverpage p {
    text-align: justify;
  }

  .container-img-coverpage img {
    width: 90%;
    height: auto;
    position: relative;
    bottom: -30%;
  }

  .coverpage .figure-1 {
    width: 19%;
    height: auto;
    position: absolute;
    bottom: 5%;
    left: 5%;
  }

  .btn-primary,
  .btn-secondary {
    margin-left: 190%;

  }



}


/* Estilos para dispositivos móviles */
@media (max-width: 576px) {
  .seccion-inscripciones {
    text-align: center;
    margin-top: 0;
    /* Ajusta este valor según sea necesario */
  }
}


@media (min-width:1366px) and (max-width:1580px) {
  .coverpage {
    background-image: url(../assets/coverpage/fachada.png);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
  }

  .coverpage {
    position: relative;
  }


  .coverpage .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 22, 22, 0.5);
    /* Color negro con opacidad del 50% */
    z-index: 1;
    /* Superposición debajo del contenido */
  }

  .coverpage .container-fluid {
    position: relative;
    z-index: 2;
    /* Contenido encima de la superposición */
  }



  .container-text-coverpage {
    display: flex;
    margin-top: 28%;
    margin-left: -3%;
  }

  .container-text-coverpage img {
    width: 80%;
    height: auto;
    margin-top: -80px;

  }

  .container-text-coverpage .text-coverpage h1 {
    font-size: 60px;
    color: white;
    text-align: center;
    line-height: 100%;
    margin-top: -20%;
    margin-left: 85%;

  }



  .container-text-coverpage .text-coverpage .title-second {
    color: var(--color-secundary);
    font-size: calc(2rem + 1.5vw);
    text-align: start;
  }

  .container-text-coverpage .text-coverpage p {
    text-align: justify;

  }

  .container-img-coverpage img {
    width: 90%;
    height: auto;
    position: relative;
    bottom: -30%;
  }

  .coverpage .figure-1 {
    width: 29%;
    height: auto;
    position: absolute;
    bottom: -7%;
    left: 1%;

  }

  .btn-primary,
  .btn-secondary {
    margin-left: 190%;

  }






}

@media (min-width:1580px) {
  .coverpage {
    background-image: url(../assets/coverpage/fachada.png);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
  }

  .coverpage {
    position: relative;
  }


  .coverpage .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 22, 22, 0.5);
    /* Color negro con opacidad del 50% */
    z-index: 1;
    /* Superposición debajo del contenido */
  }

  .coverpage .container-fluid {
    position: relative;
    z-index: 2;
    /* Contenido encima de la superposición */
  }



  .container-text-coverpage {
    display: flex;
    margin-top: 28%;
    margin-left: -3%;
  }

  .container-text-coverpage img {
    width: 100%;
    height: auto;
    margin-top: -110px;
    margin-left: -20px;

  }

  .container-text-coverpage .text-coverpage h1 {
    font-size: 80px;
    color: white;
    text-align: center;
    line-height: 100%;
    margin-top: -20%;
    margin-left: 85%;


  }

  .container-text-coverpage .text-coverpage .title-second {
    color: var(--color-secundary);
    font-size: calc(2rem + 1.5vw);
    text-align: start;
  }

  .container-text-coverpage .text-coverpage p {
    text-align: justify;

  }

  .container-img-coverpage img {
    width: 90%;
    height: auto;
    position: relative;
    bottom: -30%;
  }

  .coverpage .figure-1 {
    width: 29%;
    height: auto;
    position: absolute;
    bottom: -7%;
    left: 1%;

  }

  .btn-primary,
  .btn-secondary {
    margin-left: 190%;
    font-size: 20px;

  }
}




.coverpage .btn.btn-coverpage {
  background-color: var(--color-primary);
  color: white;

}

.welcome {
  position: relative;
}

.welcome h2 {
  text-align: center;
}

.container-btn-welcome {
  display: block;
  margin: auto;
  width: min-content;
}

.welcome .btn.btn-welcome {
  background-color: var(--color-secundary);
  color: white;
}

.container-welcome img {
  width: 100%;
  max-width: 100%;
  height: 100%
}

.welcome figure.figures-0-1 {
  position: absolute;
  top: 50px;
  left: 80px;
}

.welcome figure.figures-0-1>img {
  width: 120px;
  height: 50%;
}

.welcome figure.figures-1 {
  position: absolute;
  bottom: -80px;
  left: 170px;
}

.welcome figure.figures-2 {
  position: absolute;
  top: 120px;
  right: 280px;
}

.welcome figure.figures-3 {
  position: absolute;
  top: 300px;
  left: -50px;
}

.welcome figure.figures-4 {
  position: absolute;
  bottom: -90px;
  right: 100px;
}

.welcome figure.figures-1>img,
.welcome figure.figures-2>img,
.welcome figure.figures-3>img,
.welcome figure.figures-4>img {
  width: 50px;
  height: 50px;
}

.welcome .row .col-lg-3:nth-child(2)>picture>img,
.welcome .row .col-lg-3:nth-child(3)>picture>img {
  position: relative;
  bottom: -100px;
}

@media (max-width:991px) {

  .welcome .row .col-lg-3:nth-child(2)>picture>img,
  .welcome .row .col-lg-3:nth-child(3)>picture>img {
    position: relative;
    bottom: 0;
  }

  .welcome figure.figures-0-1 {
    position: absolute;
    top: 100px;
    left: -40px;
  }

  .welcome figure.figures-1 {
    position: absolute;
    bottom: -50px;
    left: 20px;
  }

  .welcome figure.figures-2 {
    position: absolute;
    top: 120px;
    right: -40px;
  }

  .welcome figure.figures-3 {
    position: absolute;
    top: 300px;
    left: -10px;
  }

  .welcome figure.figures-4 {
    position: absolute;
    bottom: -10px;
    right: -40px;
  }
}

.us {
  margin-top: 200px;
}

.us h3 {
  color: black;
}

.container-img-us {
  display: flex;
  align-items: center;
}

.container-img-us img {
  width: 100%;
}

.container-text-us {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
}

.container-text-us figure img {
  position: absolute;
  top: -30px;
  right: 0;
  width: 30%;
  height: 20%;
}

.btn.btn-us {
  background-color: var(--color-primary);
}

.container-us-mv {
  text-align: center;
  padding: 40px;
}

.line-us-mv {
  border-right: 2px solid rgb(165, 165, 165);
}

.container-us-mv p {
  text-align: justify;
}

@media (max-width:991px) {
  .us {
    margin-top: 50px;
  }

  .container-text-us figure img {
    position: absolute;
    top: 15px;
  }

  .container-us-mv {
    padding: 10px;
  }
}

@media (max-width:784px) {
  .container-img-us img {
    display: block;
    margin: auto;
  }

  .line-us-mv {
    border-right: none;
  }
}

.container-calendar {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fc-prev-button,
.fc-next-button {
  background-color: var(--color-primary);
  border: none;
}

.fc-prev-button:hover,
.fc-next-button:hover {
  background-color: var(--color-secundary);
}

.date-featured {
  margin-top: 40px;
}

.date-featured h3 {
  text-align: center;
  color: black;
}

.container-card-date.card-date-bg-1,
.container-card-date.card-date-bg-2 {
  background-color: var(--color-secundary);
  color: white;
}

.container-card-date {
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: 1px 1px 3px #41414131;
  border: 1px solid #41414130;
}

.container-card-date h4 {
  margin-bottom: 0;
}

.circle-date {
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 50px;
  border: 1px solid #414141d3;
}

@media (max-width:995px) {
  .container-calendar {
    padding: 20px;
  }
}

.gallery {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.gallery .figure-bg-1 {
  position: absolute;
  top: 0;
}

.gallery .btn.btn-gallery {
  background-color: var(--color-primary);
  color: white;
}

.gallery figure.figure-bg-1 img {
  width: 50%;
  height: 50%;
}

.gallery .gallery-logo {
  width: 50%;
  display: block;
  margin: auto;
}

.gallery .figure-bg-2 {
  position: absolute;
  bottom: -50px;
  right: 0;
}

.gallery figure.figure-bg-2 img {
  width: 50%;
  height: 50%;
}

.gallery .card.card-gallery {
  border: none;
  height: auto;
  box-shadow: 1px 1px 1px rgba(179, 177, 177, 0.293);
  border: 5px solid var(--color-primary);
}

.gallery .card.card-gallery img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.gallery .row>div {
  display: flex;
}

@media (max-width:995px) {
  .gallery {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .gallery .figure-bg-2 {
    position: absolute;
    bottom: -30px;
    right: 0;
  }
}

.container-contact {
  background-color: var(--color-secundary);
  padding: 40px 30px;
  border-radius: 20px;
  position: relative;
}

.container-contact h2,
.container-contact h3 {
  color: rgb(255, 255, 255);
}

.container-contact .line-contact h2 {
  font-size: calc(2rem + 1.5vw);
}

.container-contact p {
  color: white;
}

.container-contact i {
  background-color: var(--color-primary);
  padding: 10px;
  border-radius: 50px;
  width: 35px;
  text-align: center;
  margin-left: auto;
}

.line-contact {
  border-right: 1px solid white;
  padding-left: 120px;
}

.container-contact figure img {
  position: absolute;
  width: 50px;
  height: 50px;
}

.line-contact figure img {
  top: 10%;
  left: 5%;
}

.container-img-contact figure img {
  top: 1%;
  right: 8%;
}

.container-img-contact {
  position: relative;
}

.container-img-contact picture img.img-contact {
  position: absolute;
  width: 53%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: calc(-30.5% + .9vw);
  margin: auto;
}

@media screen and (min-width: 1440px) {
  .container-img-contact picture img.img-contact {
    bottom: -15.5%;
  }

}

@media screen and (max-width:995px) {
  .container-contact {
    padding: 20px;
  }

  .line-contact {
    border-right: none;
    padding-left: 30px;

  }

  .line-contact figure img {
    display: none;
  }

  .container-img-contact img {
    display: none;
  }
}

footer {
  background-image: url(../assets/footer/bg-footer.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
}

footer .container-footer {
  margin-top: 150px;
}

footer .container-footer picture img {
  max-width: 100%;
  width: 50%;
  height: 100%;
}

footer .container-footer p {
  color: white;
  font-size: 34px;
  font-family: 'Bebas Neve', sans-serif !important;
}

* .rectangle-footer {
  width: 100%;
  background-color: var(--color-primary);
  border-radius: 50px;
  height: 40px;
}

@media screen and (max-width:995px) {
  footer .container-footer p {
    font-size: 20px;
  }
}

.fixed-socials {
  background-color: white;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  height: 225px;
  width: 60px;
  max-width: 100%;
  top: 30%;
  right: 3%;
  bottom: 0;
  z-index: 1000;
}

.fixed-socials picture img {
  width: 50%;
  height: auto;
  display: block;
  margin: 8px auto;
}

.bgColorSocials {
  background-color: var(--color-primary);
  transition: all .8s;
}

.transitioSocials {
  transition: all .8s;
}

.swal-button {
  background-color: var(--color-primary);
}

.swal-button:active {
  background-color: var(--color-secundary);
}

.swal-button:focus {
  box-shadow: none;
}

.swal-button:not([disabled]):hover {
  background-color: var(--color-secundary);
}

.us .container-promotionSchool {
  margin-top: 150px;
  margin-bottom: 80px;
  background-color: #0CE5B6;
  padding: 50px 40px;
  border-radius: 20px;
  text-align: justify;
}

.us .container-promotionSchool picture img {
  border-radius: 50%;
  border: 5px solid var(--color-secundary);
}

.us .container-promotionSchool h2 {
  text-align: center;
  margin-bottom: 30px;
}

.us .container-promotionSchool h3 {
  margin-top: 40px;
}

.us .container-promotionSchool .content-promotion {
  z-index: 2;
  position: relative;
  color: white;
}

.us .container-promotionSchool.sch-2::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.45);
  content: '';
  border-radius: 20px;
}

.us .container-promotionSchool .btn.btn-promotionSchool {
  background-color: var(--color-primary);
  display: block;
  margin: auto;
  margin-top: 30px;

}



.us .cards-welcome {
  background-color: white;
  padding: 40px 50px;
  border-radius: 20px;
  border: 3px solid #a5a5a5;
  height: 100%;
}

.us .cards-welcome h3,
.us .cards-welcome p {
  color: var(--color-text);
}

.promotion p {
  text-align: justify;
}

.promotion .btn.btn-promotion {
  background-color: var(--color-primary);
  color: white;
}

.project picture img {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.200);
  border-radius: 10px;
  border: 4px solid var(--color-primary);
}

.sub-gallery picture img {
  border-radius: 5px;
  border: 4px solid var(--color-primary);
  box-shadow: 1px 1px 1px rgba(179, 177, 177, 0.293);
  max-width: 100%;
}

/* Asegúrate de que las imágenes sean fluidas */
.img-fluid,
.shield-coverpage img,
.figure-1 {
  max-width: 100%;
  height: auto;
}

/* Alineación de texto y elementos */
.text-coverpage {
  padding: 20px;
}

/* Ajustes para figura */
.figure-1 {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

/* Ajustes específicos para el contenedor del logo */
.shield-coverpage {
  margin-top: 0;
  /* Reiniciar cualquier margen superior previo */
}

@media (min-width: 992px) {
  .shield-coverpage {
    margin-top: -5.65cm;
    /* Ajusta este valor según sea necesario */
    height: 20px;
    width: 340px;
    margin-left: 1.5cm;
  }

  .text-coverpage {
    margin-top: -6cm;
    /* Ajusta el padding según sea necesario */
    padding-top: 20px;
    margin-left: -0.8cm;
  }
}

/* Estilos específicos para tamaños de pantalla más pequeños */
@media (max-width: 991px) {

  .container-text-coverpage,
  .container-img-coverpage {
    text-align: center;
    margin-bottom: 20px;
  }

  .student-image {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .text-coverpage {
    padding: 10px;
  }

  .student-image {
    margin-top: 0;
    /* Ajusta el margen superior para pantallas más pequeñas */
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 1.5rem;
  }

  .text-coverpage p {
    font-size: 0.9rem;
  }

  .student-image {
    margin-top: 0;
    max-width: 100%;
    height: auto;
  }
}

/* Ajustes específicos para el contenedor de la imagen de los estudiantes */
.coverpage .student-image {
  object-fit: contain;
  width: 100%;
  height: auto;
}

@media (max-width: 1199px) {
  .coverpage {
    padding: 0 15px;
  }

  .text-coverpage {
    margin-top: 0;
    margin-left: 0;
  }

  .student-image {
    margin-top: 2cm;
    margin-left: 0;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 991px) {
  .text-coverpage {
    padding: 15px;
  }

  .student-image {
    margin-top: 0;
    margin-left: 0;
    max-width: 100%;
    height: auto;
  }

  .figure-1 {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 412px) {
  .text-coverpage {
    padding: 15px;
  }

  .student-image {
    margin-top: 0;
    margin-left: 0;
    max-width: 80%;
    height: auto;
  }

  .figure-1 {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 375px) {
  .text-coverpage {
    padding: 15px;
  }

  .student-image {
    margin-top: -0.5cm;
    margin-left: 0;
    max-width: 80%;
    height: auto;
  }

  .figure-1 {
    width: 100%;
    height: auto;
  }
}

/* Estilos específicos para pantallas grandes (>=1200px) */

@media (max-width: 360px) and (max-height: 760px) {
  .text-coverpage {
    margin-top: -1cm;
    /* Ajusta este valor según sea necesario */
  }

  .seccion-inscripciones {
    margin-top: -10px;
    /* Sube los botones */
  }

  .student-image {
    margin-top: -0.5cm;
    /* Ajusta el margen superior */
    max-width: 70%;
    height: auto;
  }

  .figure-1 {
    width: 90%;
    height: auto;
  }

  .coverpage {
    padding: 0 10px;
    /* Ajusta el padding lateral */
  }
}

@media (max-width: 375px) and (max-height: 667px) {
  .text-coverpage {
    margin-top: -35px;
    /* Ajusta este valor según sea necesario */
    padding-top: 10px;
  }

  .seccion-inscripciones {
    margin-top: -10px;
    /* Sube los botones */
  }

  .student-image {
    margin-top: -0.5cm;
    /* Ajusta el margen superior */
    max-width: 70%;
    height: auto;
  }

  .figure-1 {
    width: 90%;
    height: auto;
  }

  .coverpage {
    padding: 0 10px;
    /* Ajusta el padding lateral */
  }
}

@media (min-width: 1200px) {
  .shield-coverpage {
    margin-top: -6.5cm;
    /* Ajusta este valor según sea necesario */
    height: auto;
    width: 800px;
    margin-left: 1cm;
    /* Ajusta el margen izquierdo */
  }

  .text-coverpage h1 {
    font-size: 16px;
  }

  .text-coverpage {
    margin-top: -6.3cm;
    /* Ajusta el margen superior */
    margin-left: -2 cm;
    /* Ajusta el margen izquierdo */
  }

  .student-image {
    margin-top: 5cm;
    /* Ajusta el margen superior */
    margin-left: -4cm;
    /* Ajusta el margen izquierdo */
    max-width: 100%;
    height: auto;
    object-fit: cover;
    /* Mantiene la imagen bien proporcionada */
  }

  .figure-1 {
    width: 80%;
    /* Ajusta el ancho de la figura */
    height: auto;
  }

  .coverpage {
    padding: 0 30px;
    /* Ajusta el padding lateral */
  }

  /* Subir los botones más arriba */
  .seccion-inscripciones {
    margin-top: 0.1cm;
    /* Ajusta este valor según sea necesario */
  }

  /* Aplica estilo a todos los botones en la sección de inscripciones */
  .seccion-inscripciones .btn-primary {
    width: 100%;
    /* Hace que el botón ocupe el 100% del ancho del contenedor */
    max-width: 900px;
    /* Limita el ancho máximo para evitar que se extienda demasiado */
    display: block;
    /* Asegura que el botón se comporte como un bloque para el centrado */
    text-align: center;
    /* Centra el texto dentro del botón */
  }

  .seccion-inscripciones .btn-secondary {
    width: 100%;
    /* Hace que el botón ocupe el 100% del ancho del contenedor */
    max-width: 900px;
    /* Limita el ancho máximo para evitar que se extienda demasiado */
    display: block;
    /* Asegura que el botón se comporte como un bloque para el centrado */
    text-align: center;
    /* Centra el texto dentro del botón */
    margin-left: 8cm;
  }
}

@media (min-width: 1400px) {
  .shield-coverpage {
    margin-top: -9cm;
    /* Ajusta este valor según sea necesario */
    height: auto;
    width: auto;
    margin-left: 2cm;
    /* Ajusta el margen izquierdo */
  }

  .text-coverpage {
    margin-top: -7.3cm;
    /* Ajusta el margen superior */
    margin-left: -1cm;
    /* Ajusta el margen izquierdo */
  }

  .student-image {
    margin-top: 7cm;
    /* Ajusta el margen superior */
    margin-left: -7cm;
    /* Ajusta el margen izquierdo */
    max-width: 100%;
    height: auto;
    object-fit: cover;
    /* Mantiene la imagen bien proporcionada */
  }

  .figure-1 {
    width: 80%;
    /* Ajusta el ancho de la figura */
    height: auto;
  }

  .coverpage {
    padding: 0 30px;
    /* Ajusta el padding lateral */
  }

  /* Subir los botones más arriba */
  .seccion-inscripciones {
    margin-top: 0.1cm;
    /* Ajusta este valor según sea necesario */
  }

  /* Aplica estilo a todos los botones en la sección de inscripciones */
  .seccion-inscripciones .btn-primary {
    width: 100%;
    /* Hace que el botón ocupe el 100% del ancho del contenedor */
    max-width: 500px;
    /* Limita el ancho máximo para evitar que se extienda demasiado */
    display: block;
    /* Asegura que el botón se comporte como un bloque para el centrado */
    text-align: center;
    /* Centra el texto dentro del botón */
  }
}

.container {
  background-color: #0CE5B6;
}

.container .cards-welcome {
  background-color: #0CE5B6;
}


.costs,
.admission {
  margin: 6rem 0;
}

.admission h2 {
  text-align: center;
}

.admission a {
  text-decoration: none;
}

.admission .btn.btn-admission {
  background-color: var(--color-primary);
  border: 1.5px solid var(--color-primary);
  display: block;
  margin: auto;
  color: white;
  width: fit-content;
}

.admission p {
  text-align: justify;
}

.admission img {
  border-radius: 50px;
  height: 100%;
  width: 100%;
  box-shadow: 0px 4px 8px rgb(59, 35, 35);

}




.shortcut {
  right: 10%;
  top: auto;
  z-index: 10;
  display: flex;
  flex-direction: column;
}

.shortcut .btn:focus {
  outline: 0;
  box-shadow: none;

}


@media (max-width: 820px) {
  .shortcut {
    right: 15px;
  }
}

.shortcut.position-fixed {
  bottom: 20px;
}

/* Boton al costado */
.shortcut .btn.btn-primary {
  width: 50px;
  height: 50px;
  line-height: 36px;
  background: var(--color-secundary);
  border-radius: 10px;
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  padding: 0;
  border: none;
}

@media (max-width: 767px) {
  .shortcut .btn.btn-primary {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}

.shortcut .btn.btn-primary:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}



.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}


.modal-content {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 700px;
  width: 90%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}



.close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #ff0000;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
}

.close:hover {
  color: #af0105;
}



.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.team-section {

  padding: 40px;
  text-align: center;
}

.team-section h2 {
  color: var(--color-secundary);
  font-size: 2.5em;
  margin-bottom: 10px;
}

.team-section h3 {
  color: #333;
  font-size: 1.5em;
  margin-bottom: 30px;
}

.team-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.team-member {
  background-color: #EE6380;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 250px;
  min-height: 380px;
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}


.team-member:hover {
  transform: scale(1.05);
}

.profile-pic {
  width: 80%;
  border-radius: 200px;
  position: relative;
  left: 10%;

}

.team-member h3 {
  color: var(--color-secundary);
  flex-grow: 1;
}

.team-member p {
  color: #ffffff;

}

.badge {
  margin-right: 5px;
  font-size: 0.85rem;
}

.badges-container {
  margin-top: auto;
}

.contact-button {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
  background-color: #4a90e2;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.contact-button:hover {
  background-color: #357ab8;
}

@media screen and (max-width:580px) {
  .team-member {
    position: relative;
    left: 10%;
    justify-content: space-between;
  }

}

@media screen and (max-width:995px) {
  .team-member {
    width: 350px;
    position: relative;
    left: 26%;
    justify-content: space-between;
  }

}

@media screen and (max-width:1024px) {
  .team-member {
    width: 220px;
  }

}


/*promotion books*/

.book-section {
  background-color: var(--color-primary);
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.7);
  margin-bottom: 30px;
}

.book-cover {
  width: 100%;
  height: auto;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);
}

.category-tabs .nav-link {
  font-weight: 600;
  color: #000;
  border: none;
  padding: 10px 20px;
  margin: 0 5px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.category-tabs .nav-link.active {
  color: #000;
  background-color: #fff;
  border-bottom: 3px solid var(--color-primary);
}

.book-title {
  color: #fff;
  border-left: 4px solid var(--color-three);
  padding-left: 15px;
  margin: 20px 0 15px;
  font-size: 2rem;
}

.book-subtitle {
  color: #fff;
  font-size: 1.3rem;
  margin-top: 20px;
}

.book-text,
.content-highlight p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  text-align: justify;
}


.book-section .btn.btn-books {
  background-color: var(--color-secundary);
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease;
}

.book-section .btn.btn-books:hover {
  background-color: var(--color-three);
  color: #fff;
}

@media (max-width: 995px) {
  .book-cover {
    margin-bottom: 20px;
    max-width: 90%;
  }

  .book-title {
    font-size: 1.3rem;
  }

  .book-subtitle {
    font-size: 1.1rem;
  }

  .book-text,
  .content-highlight p {
    font-size: 0.95rem;

  }

  .book-section .btn.btn-books {
    width: 100%;
    font-size: 1rem;
    padding: 12px;
  }
}