.web-top{
  width: 100%;
  height: auto;
}
.web-top .ruta{
margin-top: 3.3vw;
    margin-left: 20%;
    position: absolute;
    display: flex;
    color: white;
    font-size: 1em;
}
.web-top .ruta a{
  all: unset;
}
.web-top .ruta .active{
  color: var(--color-celeste);
  font-weight: 900;
}

.web-top .ruta .separador{
  margin-left: 15px;
  margin-right: 15px;
}
.web-top .title{

}
.web-top .linea{
  width: 30px;
  height: 3px;
  background: var(--color-celeste-claro);
  margin-bottom: 10px;
}
.web-top .titulo{
    color: white;
    font-size: 1.5em;
    font-weight: 700;
}


.web-historia{
    padding-top: 40px;
    padding-left: 20%;
    padding-right: 20%;
    width: 100%;
    background: rgb(255, 255, 255);
    display: flex;
}
.web-historia .izquierda{
  width: 100%;
  font-size: 1em;
}
.web-aliados{
  width: 100%;
  height: auto;
  background-image: url(../img/banner/fondo-curso-ninos.webp) !important;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 30px;
}

.web-cualidades{
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
  background: rgb(255, 255, 255);
  height: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 5vh;
  margin-bottom: 20px;
}
.web-cualidades .cualidad{
  width: 30%;
  height: 250px;
  background: white;
  text-align: -webkit-center;
}
.web-cualidades .linea{
  width: 5px;
  height: 22vw;
  background: var(--color-celeste);
}
.web-cualidades .icon{
  text-align: center;
  width: 7vw;
  height: 7vw;
  fill: var(--color-celeste);
  text-align: center;
}
.web-cualidades .titulo{
  margin-top: 15px;
  text-align: center;
  font-size: 2vw;
  font-weight: 900;
}
.web-cualidades .texto{
  margin-top: 15px;
  text-align: center;
  font-size: 1.5vw;
  font-weight: 500;
}




@media screen and (max-width: 780px){
/*Inicio PARTE SUPERIOR 5 (historia)*/
.web-top .ruta {
    margin-top: 5.3vw;
    margin-left: 5%;
    position: absolute;
    display: flex;
    color: white;
    font-size: 0.9rem;
}
.web-top .ruta .separador {
    margin-left: 8px;
    margin-right: 8px;
}
.web-top .title {
    margin-top: 13vw;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
    width: 100%;
}
.web-top .titulo {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
}
/*Fin PARTE SUPERIOR 5 (historia)*/
/*Inicio PARTE SUPERIOR 5 (historia)*/
  .web-historia .derecha .imagen{
    margin-top: -9vh;
  }
/*Fin PARTE SUPERIOR 5 (historia)*/
.web-historia {
    padding-top: 4vw;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
    background: rgb(255, 255, 255);
    display: flex;
}
.web-historia .izquierda {
    width: 100%;
    font-size: 0.9rem;
}

.web-historia .izquierda p {
    margin-top: 5px;
    margin-bottom: 10px;
}
  /*Inicio PARTE SUPERIOR 6 (cualidades)*/


  .web-cualidades{
      padding-top: 3vh;
      margin-bottom: 3vh;
    }
  .web-cualidades .cualidad{
    width: 30%;
    height: auto;
    background: white;
    text-align: -webkit-center;
  }
  .web-cualidades .linea{
    width: 2px;
  }
      /*Fin PARTE SUPERIOR 6 (cualidades)*/
}
