@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Muli:400,300);
@import url(https://fonts.googleapis.com/css?family=BenchNine);
@import url(https://fonts.googleapis.com/css?family=Poppins:500,600,700,400);
@import url(https://fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'>);
@import url(https://fonts.googleapis.com/css?family=Montez);



body{
    margin: 0;
    font-family: sans-serif;
    background-image: url(img/2.jpg);
    background-size: 100vw 100vh;
    background-attachment: fixed;
    margin: 0;
   background-color: rgba(250, 165, 6, 0.6);
}
header{
    width: 100%;
    background: #faa506;
    height: 50px;
}

#btn-menu{
    display: none;
}
header label{
    display: none;
    width: 30px;
    height: 30px;
    padding: 10px;
}
header label:hover{
    cursor: pointer;
    background: rgba(0,0,0,0.3);
}

.menu ul{
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
}

.menu li{
   border-right: 1px solid #fff;
}

.menu li:hover{
    background: rgba(0,0,0,0.3)
}

.menu li a{
    display: block;
    padding: 15px 20px;
    color: aliceblue; 
    text-decoration: none;
}
main{
    padding: 10px;
}

@media (max-width:480px) {
    header label{
        display: block;
    
    }
    
    .menu{
        position: absolute;
        background: #faa506;
        width: 70%;
        margin-left: -70%;
        transition: all 0.5s;
    }
    .menu ul{
        flex-direction: column;
    }
    .menu li{
        border-top: 1px solid #fff;    
    }
    #btn-menu:checked ~ .menu{
        margin: 0;
    }
    form{
        width: 100%;
    }
    
}

div img{
    height:auto;
    max-width:100%;
    background: #fff;
    
}


.centradonaranja{background-color: #faa506;
    font-family:"Poppins";
    text-align: center;
    font-size: 30px;
    height: 70px;
   
    }

.descripcion{font-family:"Muli";
    font-size: 18px;
   margin: 100px;
   padding: 5px;
    
    }

.valor{font-family: "Muli";
    font-size: 12px;
    
    
}

#footer{background-color: black;
    margin: 10px;
    
}
div{
   max-width: 100%;
  line-height: 1.1;
}

h3{
    color: black;
    text-align: center;
    padding: 1px;
    font-family: "Montez";
    font-size: 40px;
    margin: 1px;
}
h4{
    
    color: black;
    text-align: center;
    padding: 0px;
    margin: none;
    font-family: "Poppins";
    align-content: center;
    font-size: 13px;
}

    form{
    width: 450px;
    margin: auto;
 background: #faa506;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 20px;
    border-radius:  7px;
    
}

h2 {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 25px;
    margin-bottom: 20 px;
    font-family: "Poppins";
    
}

input, textarea{
    width: 100%;
    margin-bottom: 20px;
    padding: 7px;
     box-sizing: border-box;
   font-size: 17px;
    border: none;
  
    
}

textarea {
    min-height: 100px;
    max-height: 200px;
    max-width: 100%;
    
    
}

#boton{
    background: rgba(0,0,0,0.3);
    color: #fff;
    padding: 20px;
    
    
    
}

#boton:hover {
    cursor: pointer;
}

form input {
   font-family: "Poppins";
}

p{
    font-family: "Muli";
    color: black;
    padding: 10px;
}
footer{
    font-family: "Poppins";
    line-height: 15px;
   margin: 10px;
    font-size: 10px;
   
}