@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arizonia&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Silkscreen:wght@700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');
*{
  box-sizing: border-box;
}
@medio (min-width:600px) and (max-width:900px){

}
.contenedor{
  width: 100%;
  background-color:#ffebee;
    padding: 50px;
    text-align: justify;
    border: 2px solid white;
}
body{
  background-color: #ff8a80
}
h1{
  color: black;
font-family: 'Silkscreen', cursive;
font-size: 70px;
  text-align: center;
}

.adap{
  width: 100%;
  height: 300px;
  text-align: center;
}
.tp5{
  width: 100%;
  height:300px;
}
.web{
  width: 35px;
  height: 35px;

}
.web1{
  width: 35px;
  height: 35px;
  float: right;
}

.web2{
  width: 500px;
  height: 300px;
  float: center;
}
.menu{
  background-color: #fff59d;
  text-align: center;
    padding: 10px;
}

h3,h2,h4{
  color: black;
font-family: 'Alfa Slab One', cursive;
font-size: 40px;
text-align: center;

}
p{
  font-family: 'Jost', sans-serif;

}
li{
    text-align: justify;
}
.img-portada{
background-image: url(../img/sca.gif);
height: 320px
}
