@font-face {
  font-family: "newsreader";
  src: url("fonts/newsreader.ttf") format("truetype");
}
@font-face {
  font-family: "openSans";
  src: url("fonts/openSans.ttf") format("truetype");
}
@font-face {
  font-family: "popins";
  src: url("fonts/popins.ttf") format("truetype");
}

*{
  margin: 0%;
  padding: 0%;
  
}


.header1{
  width: 100%;
  background-color: #efb6d6;
  height: 5vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position:fixed;
  font-size: 80%;
}

.header1 a {
  padding: 2%;
  text-decoration: none;
  color: black;
} 

.banner-image{
  
  width: 100%;
}



.separation{
  max-width: 70%;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 2%;
}

.sep{
  margin-left: 10%;
  margin-right: 10%;
}
.separation-img{
  
  height: 90px;
  width: 50px;
  border-radius: 40px;
  background-color: #efb6d6;
  display: flex;
  text-align: center;
  flex-direction: column-reverse;
  margin: 4%;
}

.separation-number{
  font-weight: bolder;
  font-size: 24px;
  color: white;
  font-family: popins;
  
}

.separation-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: auto;
  width: 60%;
  padding-top: 7%;
}

.separation-text span{
  font-family: openSans;
  color: #666666;
}
.separation-text p{
  font-family: popins;
  
}

.nosotros{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 90vw;
  
}

.nosotros-img{
  width: 70%;
  position: relative;
  margin-bottom: -15%;
}

.nosotros-text{
  
  width: 90vw;
  padding: 10% 3% 3% 3%;
  border-radius: 10px;
  background-color: #efb6d6;
  text-align: center;
}

.educacion{

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  
  
}

.educacion-item{
  background-color: rgba(0, 0, 0, 0.5);
  width: 270px;
  height: 270px;
  background-size: cover ;
  margin: 3%;
}

.educacion-item .informacion{
  opacity: 0;
  width: 270px;
  height: 270px;
  flex-direction: column;
  padding-top: 2%;
  padding-left: 8%;
  display: flex;
  justify-content: center;
  align-items: start;
  background-color: rgba(0, 0, 0, 0.418);
  
 
}

.informacion-title{
  font-size: 125%;
}

.educacion-item .informacion:hover{
  color: azure;
  opacity: 100;
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
          
}

/* ----------------------------------------------
 * Generated by Animista on 2023-1-24 13:7:30
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
 @-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

  .opiniones{
    display: flex;
    gap: 2px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    
    
  }

  .opiniones-card{
    max-width:250px;
    height: 350px;
    background-color: white;
  }

  .opiniones img{
    width: 15%;
  }

  .comillas{
    margin: 3%;
    filter: invert(100%);
    color: #efb6d6;
    
  }

  .contacto{
    border-style: solid;
    border-radius: 150px;
    text-decoration: none;
    border-color: #666666;
    border-width: 2px;
    
  }

  .contacto-img{
    width: 50px;
    height: 50px;
    padding: 20%;
    filter:grayscale(100%) ;
  }

  .contacto :hover{
    filter: grayscale(0%);
  }

  .contacto-conteiner{
    
    gap: 3%;
    width: 90%;
  }

  

  @media (min-width: 480px) {
    .educacion{
      flex-direction: row;
    }


    .educacion-item{
      width: 400px;
      height: 400px;
      margin: 2%;
    }

    .educacion-item .informacion{
      
      width: 400px;
      height: 400px;
      
    }

    .separation-img{
      height: 140px;
      width: 80px;
      margin-top: 10%;
    }

    .separation-number{
      font-size: 50px;
    }
    .separation-text{
      font-size: 25px;
      width: 400px;
    }
    

    .opiniones-card{
      width: 40%;
    }
    .carousel-height{
      height: 300px;
      margin: 5%;

    }

    .contacto-img{
      width: 70px;
      height: 70px;
    }
  }

  @media (min-width: 768px){
    
    
    .header1 a {
      font-size: 20px;
    } 
    .carousel-height{
      height: 400px;
      margin: 5%;

    }

    .educacion-item{
      width: 350px;
      height: 350px;
      margin: 2%;
    }

    .educacion-item .informacion{
      
      width: 350px;
      height: 350px;
      font-size:medium;
    }

    .separation-img{
      height: 200px;
      width: 100px;
      margin-top: 10%;
    }

    .separation-number{
      font-size: 60px;
      
    }
    .separation-text{
      font-size: 30px;
      
    }

    .opiniones-card{
      
        max-width:350px;
        height: 350px;
        
      
    }
    .contacto-img{
      width: 100px;
      height: 100px;
    }
  }

  @media (min-width: 1280px){
    
    .separation{
      margin: 0%;
      margin-left: 200px;
      margin-right: 200px;
    }

    .educacion-item{
      width: 400px;
      height: 400px;
      margin: 2%;
    }

    .educacion-item .informacion{
      
      width: 400px;
      height: 400px;
      font-size:large;
    }

    .banner-image{
      margin-top: 1%;
    }
    .sep{
      margin-left: 0%;
      margin-right: 0%;
    }

    .contacto-img{
      width: 100px;
      height: 100px;
    }
  }








  