*{padding:0px;
    margin:0px;
}
#header
  {margin:auto;
  font-family: 'Architects Daughter', cursive;
}
ul, ol{
      list-style:none;
}
.nav li a{
      background-color:#66d7d1;
      color: #000;
      text-decoration:none;
      padding:20px 120px;
      display:block
}
.nav li a:hover{
      background-color: #fff87f;
}
.nav> li{
      float: left;
}
.nav li ul{
      display: none;
      position: absolute;
      min-width:140px;
}
.nav li:hover> ul{
      display: block;
}
.nav li ul li {
      position:relative;
}
.nav li ul li {
      right:-140px;
      top: 0px;
}
body{
font-family:'open sans' ;
}
.contenedor{
padding: 60px 0;
width: 90%;
max-width: 1000px; 
margin: auto;
overflow: hidden;
}
.titulo{
columns: #a509cc; 
font-size: 30px;
text-align: center;
margin-bottom: 60px; 
}
body {
color: #000;
font-family: 'Bad Script', cursive;
font-family: 'Rock Salt', cursive;
font-family: 'Yusei Magic', sans-serif;
font-weight: bolder;
float: center;
}
nav{
text-align: right;
padding: 30px  50px 0 0;
}
nav > a{
color: #fff;
font-weight: none;
text-decoration: none;
margin-right: 10px;
}
nav > a:hover{
text-decoration: underline;
}
header .textos_header{
display: flex;
height: 430px;
width: 100%;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
}
.textos_header h1{
      font-size: 50px;
      color: #000;
}
.textos_header h2{
font-size: 30px;
font-weight: 300;
color: #000;
}
.wave{
position: absolute;
bottom: 0;
width: 100%;
}
header{
    width: 100%;
    height: 600px;
    background: #feac5e; 
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #feac5e, #c779d0, #4bc0c8); 
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, hsla(29, 100%, 73%, 0.233), hsla(294, 48%, 65%, 0.281), hsla(184, 53%, 54%, 0.253)), url(WhatsApp\ Image\ 2021-03-19\ at\ 11.08.02\ AM.jpeg); 
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+*/
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
@font-face {
      font-family: letramolona;
      src: url(Letra2.ttf);
}
section{
      font-family: letramolona;
}