@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  font-family: "Poppins", "Raleway", "sans-serif";
}

html {
  scroll-behavior: smooth;
}

.text-green-primary {
  color: #6AC410;
}

.text-green-secondary {
  color: #3FA206;
}

.bg-green {
  background-color: #3FA206;
}

.text-carrer {
  font-size: clamp(1.3rem, 2.5vw, 1.5rem);
  line-height: 1.3;
}

.svg-title {
  max-width: 60px;
  min-width: 40px;
}

.svg-title-2 {
  max-width: 60px;
  min-width: 40px;
  transform: rotate(180deg);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.title {
  font-size: clamp(1.2rem, 2.5vw, 2.2rem);
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
  font-style: oblique;
  color: #3FA206;
}

.subtitle {
  font-size: clamp(1.1rem, 2.5vw, 2rem);
}

.text-parrap {
  color: #666666 !important;
}

.ln-height {
  line-height: 1.3;
}

.text-justify {
  text-align: justify;
}

.container-navbar {
  position: sticky;
  top: 0;
}

.nav-header {
  width: 100%;
  height: 35px;
  background: linear-gradient(to right, #3FA206, #56ab2f);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-header .box-item-header {
  display: flex;
}
.nav-header .box-item-header .btn-link {
  text-decoration: none;
  text-transform: uppercase;
  color: #F4EA12;
  font-weight: 600;
  background-color: #56ab2f;
  font-size: 0.9rem;
}
.nav-header .box-item-header .btn-link:hover {
  background-color: #3FA206;
  color: #fff;
}
.nav-header .box-item-header .box-social {
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.nav-header .box-item-header .text-slash {
  display: flex;
  margin-left: 100px;
  font-weight: 600;
  color: #fff;
}

.navbar-box {
  background: #fff;
  height: 50px;
  width: 100%;
  position: relative;
}

.img-logo {
  max-width: 70px;
  height: auto;
  position: absolute;
  top: 5px;
  left: 15px;
}

.navbar-box .nav-lisst {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-left: 90px !important;
}

.navbar-box .nav-lisst > li {
  display: inline-block;
  margin: 0 5px;
}

.navbar-box .nav-lisst > li a {
  text-decoration: none;
  color: #000;
  font-size: 0.9rem;
  padding: 7px 13px;
  border-radius: 3px;
  transition: color 0.3s ease-in-out;
}

.navbar-box .nav-lisst > li a:hover {
  color: #3FA206;
}

.navbar-box li {
  position: relative;
  background-color: #fff;
}

.navbar-box li .nav-menu {
  position: absolute;
  margin-top: 5px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 250px;
  transition: all 0.3s ease-in-out;
}

.navbar-box li .nav-menu a {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  padding: 7px 20px;
  display: block;
  transition: background-color 0.2s ease-in-out;
}
.navbar-box li .nav-menu a:hover {
  background-color: #F3F3F3;
}

.navbar-box li:hover > .nav-menu {
  opacity: 1;
  visibility: visible;
}

.navbar-box li > .nav-menu li {
  position: relative;
}

.navbar-box li > .nav-menu li .sub-menu {
  opacity: 0;
  visibility: hidden;
  min-width: 300px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  left: 100%;
  top: 0px;
}

.navbar-box li > .nav-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.checkbtn {
  font-size: 30px;
  color: #000;
  position: absolute;
  right: 0;
  line-height: 100px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}

#check {
  display: none;
}

.cicle {
  font-size: clamp(0.6rem, 2vw, 0.7rem);
  padding: 3px 5px;
  color: #fff;
}

.title-menu {
  font-size: 1.2rem;
  color: #56ab2f;
  font-weight: 600;
  padding: 20px 0px 20px 20px;
  border-bottom: 1px solid var(--bs-border-color-translucent);
  display: none !important;
}

@media (max-width: 952px) {
  nav ul li a {
    font-size: 16px;
  }
}
@media (max-width: 858px) {
  .navbar-box .nav-lisst {
    padding-left: 0px !important;
  }
  .checkbtn {
    display: block;
  }
  .navbar-box .nav-lisst {
    align-items: start;
    flex-direction: column;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    top: 70px;
    left: -100%;
    transition: all 0.5s;
  }
  .navbar-box .nav-lisst > li {
    width: 100%;
    margin: 8px 0px;
    line-height: 10px;
  }
  .navbar-box .nav-lisst > li a {
    display: block;
    font-size: 1rem;
    padding-left: 20px;
  }
  #check:checked ~ ul {
    left: 0;
  }
  .title-menu {
    display: block !important;
  }
  .navbar-box li .nav-menu {
    position: relative;
    box-shadow: none !important;
  }
  .services {
    height: 27px;
    transition: height 0.3s;
  }
  .services:hover {
    height: auto;
  }
  .navbar-box li .nav-menu a {
    padding: 10px 30px;
  }
  .navbar-box li:hover > .nav-menu {
    display: block;
  }
  .navbar-box li > .nav-menu li {
    position: relative;
    border: none !important;
  }
  .navbar-box li > .nav-menu li .sub-menu {
    height: 0px;
    position: relative;
    left: 0%;
    top: 0px;
  }
  .navbar-box li > .nav-menu li .sub-menu a {
    padding-left: 60px;
  }
  .navbar-box li > .nav-menu li:hover > .sub-menu {
    height: auto;
  }
  .box-bach {
    right: 0% !important;
  }
  .box-bach-1 {
    right: 0% !important;
  }
}
.banner {
  width: 100%;
  aspect-ratio: 16/5.5;
  background-image: url("../img/fondo.jpg");
  background-position: center;
  background-size: cover;
  background-clip: border-box;
  background-repeat: no-repeat;
}
.banner .box-img-banner {
  max-width: 450px;
  overflow: hidden !important;
}

.banner-commitment {
  width: 100%;
  aspect-ratio: 16/5;
  background-image: url("../img/fondo2.webp");
  background-position: center;
  background-size: cover;
  background-clip: border-box;
  background-repeat: no-repeat;
}
.banner-commitment .box-img-banner {
  max-width: 423px;
  overflow: hidden !important;
}

.banner-1 {
  width: 100%;
  aspect-ratio: 16/5;
  background-image: url("../img/fondo2.webp");
  background-position: center;
  background-size: cover;
  background-clip: border-box;
  background-repeat: no-repeat;
}
.banner-1 .box-img-banner {
  max-width: 552px;
  overflow: hidden !important;
}

.banner-inicio {
  width: 100%;
  aspect-ratio: 16/5;
  background-image: url("../img/fondo2.webp");
  background-position: center;
  background-size: cover;
  background-clip: border-box;
  background-repeat: no-repeat;
}
.banner-inicio .box-img-banner {
  max-width: 427px;
  overflow: hidden !important;
}

.banner-secondary {
  width: 100%;
  aspect-ratio: 16/5;
  background-image: url("../img/fondo10.webp");
  background-position: center;
  background-size: cover;
  background-clip: border-box;
  background-repeat: no-repeat;
  position: relative;
}
.banner-secondary .box-img-banner {
  max-width: 550px;
  overflow: hidden !important;
}

.title-text {
  font-size: clamp(1.5rem, 3vw, 3.5rem);
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Raleway";
}

.subtitle-text {
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  font-family: "Raleway";
}

.text-item {
  color: #3FA206;
  font-size: clamp(1.4rem, 2.5vw, 3rem);
  font-style: oblique;
}

.box-content {
  margin-top: 50px;
  margin-bottom: 50px;
}

.footer {
  width: 100%;
  min-height: 350px;
  background-color: #F6F6F6;
}
.footer .box-items {
  min-height: 316px;
}
.footer .title-footer {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
}
.footer .title-footer a {
  text-decoration: none;
  color: #000;
}
.footer .card-collapse {
  width: 100%;
  border-bottom: solid 2px #6AC410;
}
.footer .card-collapse i {
  transition: all 0.3s ease-out;
}
.footer .card-collapse a[aria-expanded=true] i {
  transform: rotate(90deg);
}
.footer .box-social-networks {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #3FA206;
  transition: transform 0.3s ease-in-out;
}
.footer .box-social-networks:hover {
  transform: scale(1.2);
  border: solid 1px #3FA206;
}
.footer .box-social-networks i {
  color: #fff;
  font-size: 0.9rem;
}
.footer .text-footer {
  background-color: #EFEFEF;
  padding: 10px;
}

.img-vision {
  max-width: 450px;
}

.banner-box-general, .banner-nosotros-image, .banner-fin-image, .banner-diver-image, .banner-basicos-image, .banner-primaria-image, .banner-preprimaria-image, .banner-carrer-image {
  width: 100%;
  aspect-ratio: 16/5;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.banner-box-general::before, .banner-nosotros-image::before, .banner-fin-image::before, .banner-diver-image::before, .banner-basicos-image::before, .banner-primaria-image::before, .banner-preprimaria-image::before, .banner-carrer-image::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(45, 45, 45, 0.5);
}
.banner-box-general .text-description, .banner-nosotros-image .text-description, .banner-fin-image .text-description, .banner-diver-image .text-description, .banner-basicos-image .text-description, .banner-primaria-image .text-description, .banner-preprimaria-image .text-description, .banner-carrer-image .text-description {
  color: #E9E9E9;
  font-size: clamp(1rem, 2.5vw, 1.5rem);
}

.banner-carrer-image {
  background-image: url("../img/banner.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-preprimaria-image {
  background-image: url("../img/banner-pre-primaria.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-primaria-image {
  background-image: url("../img/banner-primaria.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-basicos-image {
  background-image: url("../img/banner-basico.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-diver-image {
  background-image: url("../img/banner.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-fin-image {
  background-image: url("../img/banner-fin-semana.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-nosotros-image {
  background-image: url("../img/banner_general.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-carrer {
  fill: #3FA206;
}

.circle-svg {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-svg svg {
  fill: #3FA206;
  width: 120px;
  height: 120px;
}

.name-carrer {
  font-size: clamp(1rem, 2.5vw, 1.1rem);
}

.card-grade {
  display: flex;
}
.card-grade .circle-svg {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-grade .circle-svg svg {
  fill: #3FA206;
  width: 60px;
  height: 60px;
}
.card-grade .name-grade {
  display: flex;
  align-items: center;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 600;
}

.card-sede {
  display: flex;
  border: 1px solid #3FA206;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
}
.card-sede .icon-svg svg {
  width: 40px !important;
  height: 40px !important;
}
.card-sede .name-sede {
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 600;
}

.circle-item-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #56ab2f;
  color: #fff;
  font-size: 1.5rem;
}

.title-text-header {
  font-size: 1.2rem;
  color: #56ab2f;
  font-weight: 700;
}

.svg-inicio {
  fill: #6AC410;
  width: 60px;
  height: 60px;
}

.card-hover {
  transition: all 0.3s ease-in-out;
}

.card-hover:hover {
  background-color: #3FA206 !important;
  color: #fff !important;
}
.card-hover:hover .text-green-primary {
  color: #fff;
}
.card-hover:hover svg {
  transition: all 0.3s ease-in-out;
  fill: #fff;
  transform: scale(1.2);
}
.card-hover:hover .text-parrap {
  color: #fff !important;
}

.box-nav-school {
  width: 100%;
  min-height: 200px;
  background-color: #F6F6F6;
}

.text-navbar-info {
  font-size: clamp(0.9rem, 2.5vw, 1.02rem);
}

.img-level {
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}

.box-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(304px, 1fr));
  gap: 20px;
}
.box-options .card-option {
  width: 100%;
  height: auto;
}

.title-white {
  font-size: clamp(1.2rem, 2.5vw, 2.2rem);
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
  font-style: oblique;
  color: #fff;
}

.box-method {
  background-color: #56ab2f;
  color: #fff;
}

.img-float-sm {
  max-width: 275px;
}

@media (max-width: 1025px) {
  .banner-1 .box-img-banner {
    max-width: 450px;
  }
  .banner-1 .d-close {
    display: none;
  }
  .d-close {
    display: none;
  }
  .banner-commitment .box-img-banner {
    max-width: 303px;
  }
  .banner-inicio .box-img-banner {
    max-width: 306px;
  }
}
@media (max-width: 913px) {
  .banner-1 .box-img-banner {
    max-width: 392px;
  }
}
@media (max-width: 851px) {
  .banner-commitment .box-img-banner {
    max-width: 290px;
  }
  .banner-inicio .box-img-banner {
    max-width: 293px;
  }
  .box-img-carrrer {
    order: 1;
  }
  .box-information-grade {
    order: 2;
  }
  .box-sede {
    order: 3;
  }
}
@media (max-width: 769px) {
  .banner-commitment .box-img-banner {
    max-width: 275px;
  }
  .banner-inicio .box-img-banner {
    max-width: 278px;
  }
  .svg-title {
    max-width: 40px;
  }
  .svg-title-2 {
    max-width: 40px;
  }
}
@media (max-width: 713px) {
  .banner-1 .box-img-banner {
    max-width: 360px;
  }
  .banner-inicio .box-img-banner {
    max-width: 283px;
  }
  .text-banner {
    order: 2;
  }
  .img-banner {
    order: 1;
  }
  .box-img-text {
    display: flex;
    justify-content: center;
  }
  .box-img-text .img-vision {
    float: none;
    max-width: 350px;
  }
  .img-float {
    max-width: 300px;
  }
}
@media (max-width: 641px) {
  .banner-commitment .box-img-banner {
    max-width: 303px;
  }
  .banner-inicio .box-img-banner {
    max-width: 290px;
  }
}
@media (max-width: 601px) {
  .banner-commitment .box-img-banner {
    max-width: 275px;
  }
  .banner-inicio .box-img-banner {
    max-width: 281px;
  }
  .banner-box-general, .banner-carrer-image, .banner-preprimaria-image, .banner-primaria-image, .banner-basicos-image, .banner-diver-image, .banner-fin-image, .banner-nosotros-image {
    aspect-ratio: 16/8;
  }
}
@media (max-width: 551px) {
  .box-img-text .img-vision {
    max-width: 250px;
  }
  .banner-commitment .box-img-banner {
    max-width: 228px;
  }
  .banner .box-img-banner {
    max-width: 300px;
  }
  .banner-1 .box-img-banner {
    max-width: 300px;
  }
  .banner-inicio .box-img-banner {
    max-width: 218px;
  }
}
@media (max-width: 431px) {
  .banner-inicio .box-img-banner {
    max-width: 219px;
  }
  .banner-commitment .box-img-banner {
    max-width: 214px;
  }
}
@media (max-width: 415px) {
  .banner-inicio .box-img-banner {
    max-width: 220px;
  }
  .banner-commitment .box-img-banner {
    max-width: 214px;
  }
}
@media (max-width: 413px) {
  .banner-inicio .box-img-banner {
    max-width: 221px;
  }
}
@media (max-width: 394px) {
  .banner-1 .box-img-banner {
    max-width: 279px;
  }
}
@media (max-width: 391px) {
  .banner-inicio .box-img-banner {
    max-width: 221px;
  }
}
@media (max-width: 376px) {
  .banner-inicio .box-img-banner {
    max-width: 220px;
  }
}
@media (max-width: 361px) {
  .title-text {
    font-size: clamp(1.4rem, 2.5vw, 3rem);
  }
  .subtitle-text {
    font-size: clamp(0.9rem, 2.5vw, 1.5rem);
  }
  .banner-inicio .box-img-banner {
    max-width: 220px;
  }
}
@media (max-width: 353px) {
  .banner-inicio .box-img-banner {
    max-width: 210px;
  }
}
@media (max-width: 321px) {
  .banner-inicio .box-img-banner {
    max-width: 220px;
  }
}

/*# sourceMappingURL=style.css.map */
