@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');
/* font-family: 'Montserrat', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
/* font-family: 'Poppins', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;600&display=swap');
/* font-family: 'Roboto Slab', serif; */

:root{
  --color1: #FFCA08;
  --color2: #FF0000;
}


/* @font-face {
  font-family: 'Helvetica';
  src: url('NeueHelveticaBQHeavy.otf') format('otf');
  } */


body{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  overflow-x: hidden;
  box-sizing: border-box;
  color: #909090;
}

/* h1,
h2{
    font-weight: bold;
    color: #333;
    font-family: 'Roboto Slab', serif;
  } */
  
/* h3, h4, h5{
    font-family: 'Montserrat', sans-serif;
} */

a{
  text-decoration: none;
}

.crop{
  object-fit: cover;
}

.text-justify{
  text-align: justify;
}


video {
    width: 100%;
    height: 100%;
    /* border: 6px solid white; */
    /* border: unset; */
    /* padding: 20px; */
    /* border: 2px solid red; */
    /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .4); */
}

/* iframe{
  width: 100%;
  height: 100%;
} */

.contenido{
  width: 100vw;
  height: 100vh;
  display: flex;
}

.colegio{
  width: 50%;
  background:#FFCA08;
  transition: all .2s ease-in-out;
  display: flex;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
}

.colegio .titulo{
  margin-left: 30%;
}

.colegio .titulo h2{
  color: #000;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Roboto Slab', serif;;
}

.colegio .separador{
  background: var(--color2);
  height: 20px;
  width: 80%;
  display: flex;
  align-self: flex-start;
}

.colegio .lema {
  /* background: var(--color2); */
  /* margin-top: 1rem; */
  padding: 10px 20px;
  margin-left: 30%;
  opacity: 1;
  transition: all .5s ease-in-out;
}

.colegio .lema p{
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}

.colegio .frase_trabajando {
  /* background: var(--color2); */
  /* margin-top: 1rem; */
  padding: 10px 20px;
  margin-left: 30%;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.colegio .frase_trabajando p{
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}

.colegio:hover .frase_trabajando {
  opacity: 1;
}

.colegio-contenido{
  display: flex;
  justify-content: end;
  align-items: center;
  /* margin-top: 5rem; */
}

.colegio-contenido .box{
  border: 12px solid #000;
  padding: 20px;
  border-right: 0;
  width: 72%;
  /* height: 70%; */
  /* height: 400px; */
  height: 500px;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
}

.colegio-contenido .box .texto{
  position: absolute;
  top: 43%;
  left: -16px;
  border-radius: 5px;
  padding: 30px 10px;
  background-color: #FFCA08;
  color: var(--color2);
  font-size: 30px;
  font-weight: bold;
}

.colegio-contenido .box .logoF{
  position: absolute;
  top: 28%;
  left: -190px;
  border-radius: 5px;
  padding: 16px;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  width:180px;
}


              
.transUp{
  transition: .5s, color .10s;
      -webkit-transition: .5s, color .10s;
      -moz-transition: .5s, color .10s;
}
.transUp:hover{
  transform: translatey(-10px);
      -webkit-transform: translatey(-10px);
      -moz-transform: translatey(-10px);
}
            

.containerVideo {
  /* width: 400px; */
  /* width: 100%; */
  width: 92%;
  height: 100%;
  /* height: 300px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.containerVideo .frase{
  font-size: 18px;
  font-weight: bold;
  opacity: 1;
  left: -50vw;
  transition: all .5s ease-in-out;
}

/* .colegio:hover .containerVideo .frase{
  opacity: 1;
}

.academia:hover .containerVideo .frase{
  opacity: 1;
} */

.academia{
  width: 50%;
  background:#000;
  transition: all .2s ease-in-out;
  display: flex;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
}

.academia .titulo{
  margin-right: 30%;
}

.academia .titulo h2{
  color: var(--color1);
  font-size: 40px;
  font-weight: 600;
  font-family: 'Roboto Slab', serif;;
}

.academia .separador{
  background: var(--color2);
  height: 20px;
  width: 80%;
  display: flex;
  align-self: flex-end;
}

.academia .lema {
  /* background: var(--color2); */
  /* margin-top: 1rem; */
  padding: 10px 20px;
  margin-right: 30%;
  opacity: 1;
  transition: all .5s ease-in-out;
}

.academia .lema p{
  font-size: 16px;
  color: var(--color1);
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}

.academia .frase_trabajando {
  /* background: var(--color2); */
  /* margin-top: 1rem; */
  padding: 10px 20px;
  margin-right: 30%;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.academia .frase_trabajando p{
  font-size: 16px;
  color: var(--color1);
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}

.academia:hover .frase_trabajando {
  opacity: 1;
}

.academia-contenido{
  display: flex;
  justify-content: start;
  align-items: center;
  /* margin-top: 5rem; */
}

.academia-contenido .box{
  border: 12px solid var(--color1);
  padding: 20px;
  border-left: 0;
  width: 72%;
  /* height: 70%; */
  /* height: 400px; */
  height: 500px;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}

.academia-contenido .box .texto{
  position: absolute;
  top: 44%;
  right: -16px;
  border-radius: 5px;
  padding: 30px 10px;
  background-color: #000;
  color: var(--color2);
  font-size: 30px;
  font-weight: bold;
  transform: translateY(-5%);
}

.academia-contenido .box .logoF{
  position: absolute;
  top: 28%;
  right: -190px;
  border-radius: 5px;
  padding: 16px;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  width:180px;
}






.colegio:hover{
  width: 80%;
}

.academia:hover{
  width: 80%;
}



.redes{
  margin-top: 1rem;
}

.redes .texto1{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.redes .texto2{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: var(--color1);
}

.marginR{
  margin-right: 30%;
}

.marginL{
  margin-left: 30%;
}

.tiktok {
    /* position: fixed; */
    /* bottom: 1%; */
    /* right: 95%; */
    /* right: 20%; */
    /* opacity: 0.8; */
    cursor: pointer;
    /* z-index: 100; */
    background-color: #404040;
    width: 40px;
    height: 40px;
    padding-top: 4px;
    padding-left: 8px;
    /* border: 2px solid white; */
    border-radius: 5px;
    transition: all 3 ease-in-out;
}

.tiktok i {
    font-size: 26px;
    margin-top: 4px;
    margin-left: 1px;
    color: white;
}

.tiktok:hover {
    transform: scale(1.08);
}

.instagram {
    /* position: fixed; */
    /* bottom: 1%; */
    /* right: 95%; */
    /* right: 30%; */
    /* opacity: 0.8; */
    cursor: pointer;
    /* z-index: 100; */
    background: linear-gradient(74deg, rgba(123, 56, 174, 1) 0%, rgba(237, 27, 32, 1) 37%, rgba(237, 32, 31, 1) 55%, rgba(236, 12, 35, 1) 67%, rgba(249, 202, 0, 1) 100%);
    width: 40px;
    height: 40px;
    padding-top: 4px;
    padding-left: 8px;
    /* border: 2px solid white; */
    border-radius: 5px;
    transition: all 3 ease-in-out;
}

.instagram i {
    /* height: 28px; */
    /* width: 32px; */
    color: white;
    font-size: 26px;
    margin-top: 4px;
    margin-left: 1px;
}

.instagram:hover {
    transform: scale(1.08);
}

.whatsapp {
    /* position: fixed; */
    /* bottom: 1%; */
    /* right: 95%; */
    /* right: 40%; */
    /* opacity: 0.8; */
    cursor: pointer;
    /* z-index: 100; */
    background-color: #28C44C;
    width: 40px;
    height: 40px;
    padding-top: 4px;
    padding-left: 8px;
    /* border: 2px solid white; */
    border-radius: 5px;
    transition: all 3 ease-in-out;
}

.whatsapp i {
    /* height: 50px; */
    /* width: 50px; */
    font-size: 26px;
    margin-top: 4px;
    margin-left: 1px;
    color: white;
}

.whatsapp:hover {
    transform: scale(1.08);
}

.facebook {
    /* position: fixed; */
    /* bottom: 1%; */
    /* right: 95%; */
    /* right: 50%; */
    /* opacity: 0.8; */
    cursor: pointer;
    /* z-index: 100; */
    background-color: #0B86EE;
    width: 40px;
    height: 40px;
    padding-top: 4px;
    padding-left: 8px;
    /* border: 2px solid white; */
    border-radius: 5px;
    transition: all 3 ease-in-out;
}

.facebook i {
    font-size: 26px;
    margin-top: 4px;
    margin-left: 5px;
    color: white;
}

.facebook:hover {
    transform: scale(1.08);
}

@media (min-width: 501px){
  .colegio .titulo .escudo,
  .academia .titulo .escudo{
    display: none;
   }
}

@media (max-width: 500px) {
   .contenido{
      display: flex;
      flex-direction: column;
      height: inherit;
   }

   .colegio:hover, .academia:hover {
    width: 100%;
  }

   .containerVideo{
    width: 100%;
   }

   .colegio{
      width: 100%;
      height: 100vh;
      /* padding-top: 2rem; */
      /* padding-bottom: 2rem; */
   }  

   .colegio-contenido{
      justify-content: center;
      width: 120%;
   }
   
   .colegio-contenido .box{
      height: 200px;
   }

   .colegio-contenido .box .texto{
    display: none;
   }

   .colegio .frase_trabajando{
    opacity: 1;
    margin-left: 0;
   }

   .marginL{
    margin-left: 0;
    margin-top: 2rem;
   }

   .colegio .titulo{
    margin-left: 0;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
   }

   .colegio .titulo .escudo{
    width: 80px;
    margin-left: 20px;
   }

   .colegio .titulo h2{
    font-size: 34px;
   }

   .colegio .lema{
    margin-left: 0;
    margin-top: 2rem;
   }

   .colegio-contenido .box{
      border: 0;
      padding: 0;
   }

   .colegio-contenido .box .logoF{
    display: none;
   }

   /* .colegio-contenido .box .logoF{
      top: -70%;
      left: 230px;
      width: 60px;
      padding: 0;
   } */



   .academia{
    width: 100%;
    height: 100vh;
    /* padding-top: 2rem; */
    /* padding-bottom: 2rem; */
   }

   .academia-contenido{
      justify-content: center;
      width: 120%;
   }

   .academia-contenido .box{
      height: 200px;
   }

   .academia-contenido .box .texto{
    display: none;
   }

   .academia .frase_trabajando{
    opacity: 1;
    margin-right: 0;
   }

   .marginR{
    margin-right: 0;
    margin-top: 2rem;
   }

   .academia .titulo{
    margin-right: 0;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
   }

   .academia .titulo .escudo{
    width: 80px;
    margin-right: 20px;
   }

   .academia .titulo h2{
    font-size: 34px;
   }

   .academia .lema{
    margin-right: 0;
    margin-top: 2rem;
   }

   .academia-contenido .box{
      border: 0;
      padding: 0;
   }

   .academia-contenido .box .logoF{
    display: none;
   }

}



