@font-face {
  font-family: 'Crayon'; /*a name to be used later*/
  src: url('../../../fuente/crayon.ttf'); /*URL to font*/
}

body{
  background-color: #4a4a4a;
  background-image: url("../img/fondo.webp");

}
/* logo de arriba*/
#logo {
  position: absolute;
  left:78%;
  top:3%;
}
#logo img{
  opacity: 1;
  width: 15vw;
}

p, h1 {
  color: #eae9e9;
  font-family: Crayon;
  margin: 2vw 0;
}

.titulo{
  text-align: center;
  margin: 1% 0;
  font-size: 3em;
}

.icono-arriba{
  position: relative;
  margin-top:4%;
  margin-left: 2%;
}

.icono-arriba p{
  opacity: 0;
  margin:0;
}

.icono-arriba-elemen:hover{
  opacity: 1;
}

.icono-arriba img{
  width:10vw;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left:2%;
}
#escuela{
  position: absolute;
  top: 0%;
  left: 0%;
}

#docente{
  position: absolute;
  top: 48%;
  left: 9%;
}

#estudiante{
  position: absolute;
  top: 100%;
  left: 1.5%;
}

.texto{
  text-align: center;
  font-size: 1.5em;
}

.row{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  text-align: center;
  margin:2% 0;
}

.row img {
  width: 30vw;
}

#carouselAgua {
  max-width:60vw;
  margin:0px auto;
}
