@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;500;600&display=swap);
:root{
  --siteColor1:#3cb7b9;
  --siteColor2:#e55d4f;
  --siteColor3:#25519c;
  --siteColor4:#9eb434;
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  
}
.bg-color-1{
  background-color: var(--siteColor1);
}
.bg-color-2,.divisor-internet.bg-color-2{
  background-color: var(--siteColor2);
}
.bg-color-3{
  background-color: var(--siteColor3);
}
.bg-color-4, .divisor-internet.bg-color-4{
  background-color: var(--siteColor4);
}
.color-1{
  color: var(--siteColor1);
}
.color-2{
  color: var(--siteColor2);
}
.color-3{
  color: var(--siteColor3);
}
.color-4{
  color: var(--siteColor4);
}

a {
  text-decoration: none;
  color: #e55d4f;
}
footer a,.navbar__links-btn a{
  color:#fff;
}

a:hover {
  cursor: pointer;
  color: #4b4b4b;
  -webkit-transition: color .5s ease-out;
  transition: color .5s ease-out;
}
.navbar__links-btn a:hover{
  color: #ccc;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}

h1,h3, h4, button {
  font-family: "Bebas Neue",sans-serif ;
  font-weight: 100;
}
h2 .accordion-button{
  font-size: 1.3rem;
}

.col-1 {
  text-align: center;
  width: 100%;
}

.col-1 button, .green-btn {
  font-family: "Bebas Neue", sans-serif;
  color: white;
  background-color: #3cb7b9;
  border: 0;
  border-radius: 10px;
  font-size: 1.5rem;
  letter-spacing: .5px;
  padding: 10px 40px;
  cursor: pointer;
}

.col-2 .art__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 10px);
  position: relative;
}
.d-none{
  display: none;
}

@media (max-width: 768px) {
  .col-2 .art__wrapper {
    width: 100%;
  }
}

.col-2 .art__wrapper-img {
  display: block;
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.col-2 .art__wrapper-img:hover {
  cursor: pointer;
  -webkit-filter: grayscale(40%);
          filter: grayscale(40%);
  -webkit-transition: -webkit-filter .5s ease-out;
  transition: -webkit-filter .5s ease-out;
  transition: filter .5s ease-out;
  transition: filter .5s ease-out, -webkit-filter .5s ease-out;
}

.col-2 .art__wrapper-tag {
  position: absolute;
  padding: 20px 30px 20px 30px;
  cursor: pointer;
}

.col-2 .art__wrapper-txt {
  text-transform: uppercase;
  letter-spacing: .07rem;
  color: white;
}

.col-2 .art__wrapper h3 {
  font-size: 2.2rem;
  line-height: 2.2rem;
}

.col-2 .art__wrapper h4 {
  font-size: 1.5rem;
  line-height: 1rem;
}

.col-2 .art__wrapper .lb {
  bottom: 65px;
  background-color: #25519c;
}

.col-2 .art__wrapper .lb.turquesa {
  background-color: #3cb7b9;
}

.col-2 .art__wrapper .rt {
  top: 45px;
  right: 0;
  background-color: #e55d4f;
}

.col-2 .art__wrapper .rt.verde {
  background-color: #9eb434;
}

.conocer h3 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 2rem;
  letter-spacing: .07rem;
  color: #0d3e91;
}

@media (max-width: 768px) {
  .conocer h3 {
    margin-top: 15px;
  }
}

.col-3 .art__wrapper, .col-3 .art__wrapper-alt, .col-3 .art__wrapper-alt2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(33% - 5px);
  position: relative;
}
.art__wrapper-alt.verde{
  height: 246px;
  display: flex;
  justify-content: center;
  align-items: center;

}

@media (max-width: 768px) {
  .col-3 .art__wrapper, .col-3 .art__wrapper-alt, .col-3 .art__wrapper-alt2 {
    width: 100%;
  }
}

.verde {
  background-color: #9eb434;
}

.turquesa {
  background-color: #3cb7b9;
}

.azul {
  background-color: #1f1b3c;
}

.naranja {
  background-color: #e55d4f;
}

.col-3 .art__wrapper:hover {
  cursor: pointer;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.col-3 .art__wrapper-img {
  display: block;
  width: 100%;
  height: 246px;
  -o-object-fit: cover;
     object-fit: cover;
}

.col-3 .art__wrapper-txt {
  z-index: 10;
  position: absolute;
  bottom: 25px;
  right: 25px;
  color: white;
  font-size: 2rem;
  letter-spacing: .07rem;
  text-align: right;
  text-shadow: 1px 1px 1px black;
}

@media (max-width: 1400px) {
  .col-3 .art__wrapper h3 {
    letter-spacing: 0rem;
  }
}

@media (max-width: 992px) {
  .col-3 .art__wrapper h3 {
    letter-spacing: 0rem;
  }
}

@media (max-width: 768px) {
  .col-3 .art__wrapper h3 {
    font-size: 2.5rem;
  }
}

.col-3 .art__wrapper-alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .col-3 .art__wrapper-alt:first-child {
    margin-top: 15px;
  }
}

.col-3 .art__wrapper-alt.campamentos:hover {
  cursor: pointer;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.col-3 .art__wrapper-alt-img, .col-3 .art__wrapper-alt-pleno {
  width: 100%;
  height: 246px;
  -o-object-fit: cover;
     object-fit: cover;
}

.art__wrapper-alt-txt {
  position: absolute;
  top: 70px;
  color: white;
  font-size: 4rem;
  cursor: pointer;
}
.art__wrapper-alt-txt.equipo{
  position: inherit;
}
.col-3 .art__wrapper-alt-btn {
  margin-top: 10px;
  padding: 10px 30px;
  position: absolute;
  top: 120px;
  background-color: #e55d4f;
  border: 5px solid white;
  border-radius: 15px;
  color: white;
  font-size: 1.8rem;
  letter-spacing: .1rem;
  font-family: "Bebas Neue", sans-serif;
}

.col-3 .art__wrapper-alt-btn:hover {
  cursor: pointer;
  background-color: #4b4b4b;
  -webkit-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;
}

.col-3 .art__wrapper-alt .verde {
  background-color: #9eb434;
}

.col-3 .art__wrapper-alt .turquesa {
  background-color: #3cb7b9;
}

.col-3 .art__wrapper-alt .azul {
  background-color: #1f1b3c;
}

.art__wrapper-alt h3 {
  padding: 0 40px;
  line-height: 4rem;
}

@media (max-width: 1400px) {
  .art__wrapper-alt h3 {
    font-size: 3rem;
    letter-spacing: 0rem;
  }
}

@media (max-width: 992px) {
  .art__wrapper-alt h3 {
    letter-spacing: 0rem;
  }
}

@media (max-width: 768px) {
  .art__wrapper-alt h3 {
    font-size: 2.5rem;
  }
}

.art__wrapper-alt h3.shadow,h3.shadow {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}

.col-3 .art__wrapper-alt h4 {
  font-size: 2.5rem;
  letter-spacing: .1rem;
}

@media (max-width: 1400px) {
  .col-3 .art__wrapper-alt h4.admision {
    font-size: 2rem;
    letter-spacing: 0rem;
  }
}

@media (max-width: 992px) {
  .col-3 .art__wrapper-alt h4.admision {
    font-size: 1.7rem;
    letter-spacing: 0rem;
  }
}

@media (max-width: 768px) {
  .col-3 .art__wrapper-alt h4.admision {
    font-size: 2.5rem;
  }
}

.col-3 .art__wrapper-alt2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.col-3 .art__wrapper-alt2-img, .col-3 .art__wrapper-alt2-pleno {
  width: 100%;
  height: 246px;
  -o-object-fit: cover;
     object-fit: cover;
}

.col-3 .art__wrapper-alt2-btn {
  margin-top: 10px;
  padding: 15px 60px;
  position: absolute;
  top: 70px;
  background-color: #9eb434;
  border: 0;
  color: white;
  font-size: 1.5rem;
  letter-spacing: .1rem;
  font-family: 'Bebas Neue', sans-serif;;
}

.col-3 .art__wrapper-alt2-btn:hover {
  cursor: pointer;
  background-color: #4b4b4b;
  -webkit-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;
}

@media (max-width: 1400px) {
  .col-3 .art__wrapper-alt2-btn {
    padding: 10px 30px;
  }
}

@media (max-width: 992px) {
  .col-3 .art__wrapper-alt2-btn {
    padding: 5px 20px;
  }
}

.col-3 .art__wrapper-alt2-shadow {
  padding: 0 5px;
  text-align: center;
  position: absolute;
  top: 170px;
  color: white;
  font-size: 1.2rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

.col-3 .art__wrapper-alt2-txt {
  position: absolute;
  color: white;
  font-size: 4rem;
}

.col-3 .art__wrapper-alt2-social {
  position: absolute;
  top: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70%;
}

.col-3 .art__wrapper-alt2-social img {
  width: 55px;
  cursor: pointer;
}

.col-3 .art__wrapper-alt2-social img:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.col-3 .art__wrapper-alt2-ciudad {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 20px;
  width: 80%;
  position: absolute;
}

.col-3 .art__wrapper-alt2-ciudad img {
  width: 80%;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .col-3 .art__wrapper-alt2-ciudad img {
    width: 50%;
  }
}

.col-3 .art__wrapper-alt2-ciudad p {
  width: 100%;
  text-align: right;
  font-size: 1.2rem;
  color: white;
}

.col-3 .art__wrapper-alt2 h4 {
  font-size: 2.3rem;
  letter-spacing: .1rem;
}

@media (max-width: 1400px) {
  .col-3 .art__wrapper-alt2 h4 {
    font-size: 1.8rem;
  }
}

@media (max-width: 992px) {
  .col-3 .art__wrapper-alt2 h4 {
    font-size: 1.5rem;
    letter-spacing: 0rem;
  }
}

@media (max-width: 768px) {
  .col-3 .art__wrapper-alt2 h4 {
    font-size: 2.5rem;
  }
}

.col-3 .art__wrapper-alt2 .seguinos {
  padding: 25px;
  top: 0;
}

.col-4 .art__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(25% - 10px);
}

@media (max-width: 768px) {
  .col-4 .art__wrapper {
    width: calc(50% - 0px);
  }
}

.col-4 .art__wrapper-img {
  display: block;
  width: 100%;
  height: 246px;
  -o-object-fit: cover;
     object-fit: cover;
}

.col-4 .art__wrapper-img:hover {
  cursor: pointer;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.col-4 .art__wrapper-txt {
  padding: 10px 0;
  font-size: 1.6rem;
  letter-spacing: 1px;
  text-align: center;
  color: white;
}

.col-4 .art__wrapper .turquesa {
  background-color: #3cb7b9;
}

.col-4 .art__wrapper .naranja {
  background-color: #e55d4f;
}

.col-4 .art__wrapper .azul {
  background-color: #25519c;
}

.col-4 .art__wrapper .verde {
  background-color: #9eb434;
}
/*divisores*/
.divisor{
  position: relative;
  box-sizing: border-box;
  height: 110px;
  max-width: 1130px;
  margin: 10px auto 30px auto;
  border-radius: 20px;
  display: flex;
  align-items: center;
  color: white;
  padding-left: 50px;
}
.divisor-escuela {
  background-color: #3cb7b9;
}

.divisor h3, .divisor h1 {
  font-size: 2.4rem;
  font-weight: 100;
  letter-spacing: .1rem;
  z-index: 10;
}
.divisor h1.der{
  text-align: right;
  margin-right: 150px;
  width: 100%;
}

@media (max-width: 768px) {
  .divisor h3 {
    font-size: 2rem;
  }
  .divisor h1.der{
    text-align: left;
    margin-right: 0px;
  }
}

@media (max-width: 576px) {
  .divisor h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .divisor {
    margin-top: 25px;
  }
}

.divisor-escuela .circle-1 {
  height: 160px;
  width: 160px;
  position: absolute;
  right: 15px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
  .divisor-escuela .circle-1 {
    height: 150px;
    width: 150px;
  }
}

@media (max-width: 576px) {
  .divisor-escuela .circle-1 {
    height: 120px;
    width: 120px;
  }
}

.divisor-escuela .circle-2 {
  height: 120px;
  width: 120px;
  position: absolute;
  top: 15px;
  right: -30px;
  border-radius: 100px;
  background-color: rgba(229, 93, 79, 0.6);
}

@media (max-width: 576px) {
  .divisor-escuela .circle-2 {
    height: 90px;
    width: 90px;
    top: 35px;
  }
}

.divisor-internet {
  background-color: #25519c;
  padding-right: 40px;
}

.divisor-internet h3,.divisor-internet h1{
  width: 100%;
  text-align: right;
}

@media (max-width: 768px) {
  .divisor-internet h3,.divisor-internet h1 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .divisor-internet h3,.divisor-internet h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .divisor-internet {
    margin-top: 25px;
  }
}

.divisor-internet .circle-1 {
  height: 160px;
  width: 160px;
  position: absolute;
  top: -30px;
  left: -45px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
  .divisor-internet .circle-1 {
    height: 150px;
    width: 150px;
    top: -10px;
  }
}

@media (max-width: 576px) {
  .divisor-internet .circle-1 {
    height: 120px;
    width: 120px;
    top: -10px;
  }
}

.divisor-internet .circle-2 {
  height: 120px;
  width: 120px;
  position: absolute;
  top: 15px;
  left: 40px;
  border-radius: 100px;
  background-color: rgba(158, 180, 52, 0.6);
}
.divisor-internet.bg-color-4 .circle-2 {
  background-color: var(--siteColor3);
  opacity: 0.6;
}

@media (max-width: 576px) {
  .divisor-internet .circle-2 {
    height: 90px;
    width: 90px;
    top: 35px;
  }
}

.divisor-producciones {
  background-color: #e55d4f;
  padding-right: 75px;
}

.divisor-producciones h3 {
  width: 100%;
  text-align: right;
}

.divisor-producciones .circle-1 {
  height: 160px;
  width: 160px;
  position: absolute;
  top: -30px;
  left: -45px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
  .divisor-producciones .circle-1 {
    height: 150px;
    width: 150px;
    top: -10px;
  }
}

@media (max-width: 576px) {
  .divisor-producciones .circle-1 {
    height: 120px;
    width: 120px;
    top: -10px;
  }
}

.divisor-producciones .circle-2 {
  height: 120px;
  width: 120px;
  position: absolute;
  top: 15px;
  left: 40px;
  border-radius: 100px;
  background-color: rgba(60, 183, 185, 0.6);
}

@media (max-width: 576px) {
  .divisor-producciones .circle-2 {
    height: 90px;
    width: 90px;
    top: 35px;
  }
}

.divisor-novedades {
  background-color: #25519c;
  padding-left: 50px;
}

.divisor-novedades .circle-1 {
  height: 160px;
  width: 160px;
  position: absolute;
  right: 15px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
  .divisor-novedades .circle-1 {
    height: 150px;
    width: 150px;
  }
}

@media (max-width: 576px) {
  .divisor-novedades .circle-1 {
    height: 130px;
    width: 130px;
  }
}

.divisor-novedades .circle-2 {
  height: 120px;
  width: 120px;
  position: absolute;
  top: 15px;
  right: -30px;
  border-radius: 100px;
  background-color: #3cb7b9;
}

@media (max-width: 576px) {
  .divisor-novedades .circle-2 {
    height: 90px;
    width: 90px;
    top: 35px;
  }
}

footer {
  margin-top: 50px;
  border-top: 20px solid #e55d4f;
  background-color: #3cb7b9;
}

footer .foot__wrapper {
  padding: 20px 0px;
  color: white;
}

footer .foot__wrapper-logo {
  width: 200px;
  margin-bottom: 10px;
}

footer .foot__wrapper .address {
  font-size: 1rem;
  line-height: 1.3rem;
}

footer .foot__wrapper-social img {
  width: 35px;
  cursor: pointer;
}

footer .foot__wrapper-social img:not(:last-child) {
  margin-right: 20px;
}

footer .foot__wrapper-grupo-izq {
  text-align: left;
}

@media (max-width: 768px) {
  footer .foot__wrapper-grupo-izq {
    text-align: center;
    margin-bottom: 20px;
  }
}

footer .foot__wrapper-grupo-der {
  position: relative;
  text-align: right;
}

@media (max-width: 768px) {
  footer .foot__wrapper-grupo-der {
    text-align: center;
  }
}

footer .foot__wrapper-social {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 768px) {
  footer .foot__wrapper-social {
    position: relative;
  }
}

footer .foot__wrapper-data {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  footer .foot__wrapper-data {
    position: relative;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  footer .foot__wrapper {
    width: 100%;
  }
}

footer .copy {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #25519c;
  color: white;
}

footer .copy p {
  font-size: 1rem;
}

.owl-container, .col-2, .col-3, .col-4 {
  width: 80%;
  max-width: 1130px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .owl-container, .col-2, .col-3, .col-4 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .col-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.foot__wrapper {
  width: 80%;
  max-width: 1130px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .foot__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.foot__wrapper-grupo-der, .foot__wrapper-grupo-izq {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 10px);
}

@media (max-width: 768px) {
  .foot__wrapper-grupo-der, .foot__wrapper-grupo-izq {
    width: 100%;
  }
}

.nav__bkg {
  width: 100%;
  background-color: #e0e0de;
  border-bottom: 20px solid #e55d4f;
  height: 170px;
  margin-bottom: 10px;
}

.navbar {
  width: 80%;
  max-width: 1130px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: 'Montserrat', sans-serif;
}

.navbar__logo {
  width: 200px;
  height: 200px;
  position: relative;
}

.navbar__logo .logo {
  position: absolute;
  top: 10px;
  z-index: 100;
}

.navbar__ham {
  display: none;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.navbar__ham span {
  display: block;
  background-color: #e55d4f;
  height: 4px;
  width: 28px;
  margin-bottom: 4px;
  border-radius: 10px;
}

.navbar__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.navbar__social {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 10px;
}

.navbar__social img {
  width: 25px;
}

.navbar__social img:hover {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(229, 93, 79, 0.3);
  -webkit-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;
  border-radius: 5px;
}

.navbar__social a:not(:last-child) {
  margin-right: 15px;
}

.navbar__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding-bottom: 45px;
}

.navbar__links-menu li {
  display: inline;
  font-size: 1.3rem;
  font-weight: 400;
  margin-right: 30px;
}

.navbar__links-admision {
  padding-bottom: 5px;
}

.navbar__links-admision p {
  display: inline;
}

.navbar__links-alumnos {
  font-size: 1rem;
  margin-right: 20px;
  color: #e55d4f;
}

.navbar__links-btn {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.3rem;
  background-color: #e55d4f;
  padding: 7px 30px 5px 30px;
  border-radius: 10px;
  cursor: pointer;
  color: white;
}

.navbar__links-btn:hover {
  cursor: pointer;
  background-color: #4b4b4b;
  -webkit-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;
}

@media (max-width: 1400px) {
  .nav__bkg {
    height: 160px;
    border-bottom: 15px solid #e55d4f;
  }
  .navbar__logo {
    width: 170px;
    height: 170px;
  }
  .navbar__social {
    padding-top: 10px;
    padding-bottom:10px;
  }
  .navbar__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
    padding-bottom: 0;
  }
  .navbar__links-menu {
    padding-bottom: 20px;
  }
  .navbar__links-menu li {
    margin-right: 0;
    font-size: 1.2rem;
    font-weight: 400;
    margin-left: 15px;
  }
}

@media (max-width: 992px) {
  .navbar__links-menu li {
    font-size: 1.1rem;
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .nav__bkg {
    height: 70px;
    margin-bottom: 10px;
    border-bottom: 10px solid #e55d4f;
  }
  .navbar {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navbar__left {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar__logo {
    width: 110px;
    height: 110px;
  }
  .navbar__logo .logo {
    position: absolute;
    left: 20px;
    z-index: 100;
  }
  .navbar__mobile {
    position: absolute;
    right: 20px;
    top: 30px;
  }
  .navbar__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -20px auto;
    height: 100vh;
    z-index: 50;
    width: 100%;
    background-color: #e0e0de;
    display: none;
  }
  .navbar__right.activado {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar__social {
    padding-top: 60px;
  }
  .navbar__ham {
    display: block;
  }
  .navbar__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navbar__links-menu li {
    display: block;
    width: 100%;
    text-align: center;
    margin: auto;
    line-height: 3rem;
  }
  .navbar__links-alumnos {
    width: 100%;
    text-align: center;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .navbar__links-admision p {
    display: block;
    text-align: center;
  }
}

.owl-carousel .owl-item img:hover {
  cursor: pointer;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.owl-theme .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.owl-prev span, .owl-next span {
  position: absolute;
  top: 30px;
  font-size: 120px;
  color: #e0e0de;
  text-shadow: 1px 1px 2px black;
  font-family: "Montserrat", sans-serif;
}

.owl-prev span {
  left: 10px;
}

.owl-next span {
  right: 15px;
}

/*Accordion*/
.accordion-button{
  color: rgba(251, 251, 251, 0.85);
  font-weight: 100;
}
.accordion-button:not(.collapsed) {
  color: #272727;}
  
/*generales*/
.btn, .btn-primary{
  font-size: 1.2em;
  border: none;
}
input,textarea{
  margin-bottom: 0.7em;
}
label.error{
  color: crimson;
  font-size: 0.8em;
  margin-top: -0.8em;
  display: block;
  margin-bottom: 0.5em;
}
input.error, textarea.error{
  border-color:crimson;
}
.mt-6{
  margin-top:3.5rem;
}
.text-right{
  text-align: right;
}
.text-shadow{
  text-shadow: 1px 1px 2px black;
}
.mapa iframe{
  width: 100%;
}
.descripcion-categoria p{
  color: var(--siteColor3);
  margin-bottom: 0.1em;
  font-size: 1.1em;
}
.categoria{
  position: relative;
  margin-bottom: 1em;
}
.categoria h3{
  font-size: 3em;
  color: #fff;
  padding: 0 40px;
  line-height: 1em;
  box-sizing: border-box;
}
.categoria .texto-contenedor{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
button.close{
  border: none;
  border-radius: 50%;
  height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.close span{
    font-size: 2em;
    color: var(--siteColor1);
    padding-top: 0.2em;
}

@media screen and (max-width:47em) {
    .divisor-novedades .circle-2, .divisor-escuela .circle-2 {
      right: -7px;
  }
  .divisor-novedades,.divisor-escuela,.divisor-internet,.divisor-producciones{
      width: 95%;
  }
  
}
@media screen and (min-width:1200px){
  .container{
    max-width: 1130px;
  }
}
@media screen and (min-width:1400px){
  .container{
    max-width: 1130px;
  }
}