#contenedor-header {
    background:    #e8a9f9;
    height: 100px;
    border-radius: 20px;
    padding : 15px;
    border: black 3px ridge; 
    display: flex;
}

h1{ 
    font-size: 40px;
    width: 82%;
    color: #020d35;
    font-weight: bold;
    text-align: center;
}
#navega {
    border-radius: 20px;
    margin-top: 15px;
    border: black 4px ridge; 
    background: #f9bce5 ;
}
nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
}

li {
  background:#dbf3fc;
  color: #020d35;
  font-size: 20px;
  border-radius: 10px;
  padding: 5px;
  margin-left: 65px; 
  margin-right: 65px;
  font-weight: bold;
  font-family:inherit;
   }

li a:hover{
    background-color:#dbf8fc;
    color:darkblue;
    border-radius: 8px;
    padding: 5px;
      
}

a {
    color : black;
    text-decoration: none;
}

#header-imagen{
    width: 18%;  
    
}
body{
      background-image:url("../images/fondo.jpg");
}
.formulario {
    width: 900px;
    background:   white;
    border: purple 1px solid;
    padding: 30px;
    margin: auto;
    margin-top: 10px;
    border-radius: 30px;
    font-family:serif;
}

h2{
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
    color: black;
}
h3{
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
    color: black;
}

section p {
    background: white;
    padding: 15px;
    margin: 30px;
    text-align: center;
}
.preguntas {
    width:60%;
    background: pink;
    border-radius: 14px;
    border: black 1px solid;
    font-weight: bold;
    font-size: 15px;
    color : #020d35;
    padding: 15px;
    margin-bottom: 150px;
    margin-top: 30px;
}
.text{
    width: 100%;
    background:  #f3dbf7;
    padding: 10px;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 30px;
     border: purple 1px solid;
    font font-size: 18px;
    font-family:serif;
}

div{
    width: 100%;
    background:  #f3dbf7;
    padding: 10px;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px ridge purple;
    font font-size: 18px;
    text-align:center;
    font-family:serif; 
}
div select {
    background: pink; 
    width: 40%;
    text-align: left;
    font-family: serif; 
}

#boton {
    background: none;
    display: flex;
    color: black;
    border: none;
}

.boton2 {
    color: black;
    background: white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px;
    margin-left: 215px;
    border: 3px ridge black;
    text-align: center;   
}
.boton2:hover{
    background-color:#812a8f;
    color:white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px;
    margin-left: 215px;
    border: 3px ridge black;
    text-align: center;
}
.boton3 {
    color: black;
    background: white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px;
    border: 3px ridge black;
    text-align: center;
    margin-left: 5px;
}
.boton3:hover{
    background-color:#812a8f;
    color:white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px;
    border: 3px ridge black;
    text-align: center;
}
.recibe {
    width: 900px;
    background:   white;
    border: purple 1px solid;
    padding: 30px;
    margin: auto;
    margin-top: 10px;
    border-radius: 30px;
    font-family:serif;
}
