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

body{
  background-color: #4585b1;
  background-image: url("../img/sonido1.png");
}
/* logo de arriba*/
#logo {
  position: absolute;
  left:78%;
  top:3%;
}
#logo img{
  opacity: 1;
  width: 15vw;
}

p, h1{
  color: #cccccc;
  font-family: Crayon;
}

.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;
}

.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: 60%;
  left: 9%;
}

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


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

.container{
  margin:0px;
  width:98vw;
}

.row{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 20vh;
  text-align: center;
  margin: 2% 0;
}
.row img {
  max-width: 30vw;
}

.col-video video{
  width: 30vw;
  object-fit: fill;
}



@media(min-width: 1200px){
  .container{
    max-width:98vw;
    margin: 0px;
    padding:0px;
  }
}

