* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background-color: #eca590;
    background-image: url(img/fondo.png);
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.contenedor{
    width: 1000px;
    margin: 0 auto;
    background-color: #fcf4dd;
    box-shadow: 100px 40px 60px rgba(0,0,0,.5);
    border-radius: 100px;
    padding-bottom: 40px;
    margin-bottom: 100px;
} 

/*TEXTO*/
h1{
    font-family: 'Forum', cursive;
    font-size: 60px;
    height: 100px;
    color: #fcf4dd;        
    background-color: #eca590;        
    display: flex;
    justify-content: center;
    align-content: center;        
    align-items: center;
    border-radius: 20px;
}

h2{
    font-family: 'Forum', cursive;
    font-size: 48px;
    color: #499176;
}

.ofertas-h2{
    font-family: 'Forum', cursive;
    font-size: 36px;
    color: #499176;
}
.lead{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 200;
}
p{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
}
p strong{
    font-weight: 500
}
.hero{
    font-family: 'Forum', cursive;
    font-size: 80px;
    text-align: end;
}
.small{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
}
a{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #fcf4dd;
    font-weight: 500;
    text-decoration: none;
}
ul{
    list-style: none;
}

/*FIGURE*/
.figure{
    padding-top: 95px;
    display: flex;
    align-content: center;
    justify-content: center;
}

/*NAV*/
nav{
    height: 95px;
    background-color: #eca590;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    box-shadow:0px 15px 20px rgba(0,0,0,.5);
    top: 0;
    position: fixed;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 0px 0px 50px 50px;
    z-index: 1000;
}

nav div{
    padding-top: 5px;
    margin-left: -7px;
}

.ul-nav{
    width: 700px;
    display: flex;
    justify-content: space-around;
    margin-left: 250px;
    margin-right: 20px;
}

nav ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

nav ul li{
    padding: 12px;
}

nav ul li a:hover {
    color: #499176;
}

/*HERO*/
.img-hero{
    height: 894px;
    margin-top: 80px;

    display: flex;
    background-image: url(img/manos-mesa.jpg);
    box-shadow: 100px 40px 60px rgba(0,0,0,.5);
    border-radius: 100px;
}

.hero-contenido{
    height: 260px;
    border-radius: 40px;
    box-shadow: 40px 25px 30px rgba(0,0,0,.5);
    padding: 22px 22px;
    background-color: #eca590;
    color: #fcf4dd;
    
    margin-top: 590px;
    margin-left: 320px;
    margin-right: -80px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.boton-hero{
    width: 130px;
    height: 50px;
    text-align: center;
    padding: 10px 12px 10px 12px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px;
    background-color: #499176;
    font-weight: 400;
    color: #fcf4dd;
    box-shadow: 10px 7px 15px rgba(0,0,0,.5);
}

/*MAIN*/
main {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.carrusel {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-left: 0px;
}

main article div img{
    border-radius: 100px;
    box-shadow: 10px 7px 15px rgba(0,0,0,.5);
}

main article p {
    padding: 40px 40px 0px 40px;
}

.texto-dos-columnas{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

main article div p{
    width: 460px;
  
}

/*BLENDS*/
.blends{
    display: flex;
    flex-direction: row;
    border-color: #fcf4dd;
    justify-content: space-evenly;
    padding: 20px 0px 0px 0px;
}

.blends article{
    width: 275PX;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 6px #499176;
    border-style: double;
    margin: 20px 0px 0px 0px;
}

.boton{
    width: 145px;
    height: 70px;
    text-align: center;
    padding: 8px 12px 10px 12px;
    margin-bottom: 20px;
    border-radius: 15px;
    background-color: #499176;
    font-weight: 500;
    color: #fcf4dd;
    box-shadow: 10px 7px 15px rgba(0,0,0,.5);
}

.boton:hover{
    background-color: #eca590;
}

.descripcion{
    width: 200px;
    text-align: center;
}

section div article h2{
    padding-top: 20px;
}

section div article div{
    padding-bottom: 5px;
}

section div article p{
    padding-bottom:20px
}

/*OFERTAS*/
.ofertas{
    display: flex;
    flex-direction: row;
    border-color: #fcf4dd;
    justify-content: space-evenly;
    padding: 20px 0px 0px 0px;
}

.ofertas article{
    width: 275px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 6px #499176;
    border-style: double;
    margin: 20px 0px 0px 0px;
}

.boton-ofertas{
    width: 135px;
    height: 38px;
    text-align: center;
    padding: 7px 12px 10px 12px;
    margin-bottom: 20px;
    border-radius: 15px;
    background-color: #499176;
    font-weight: 500;
    color: #fcf4dd;
    box-shadow: 10px 7px 15px rgba(0,0,0,.5);
}

.boton-ofertas:hover{
    background-color: #eca590;
}

.descripcion-ofertas{
    width: 235px;
    text-align: center;
}

/*PRODUCTOS*/
.productos{
    width: 800px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    margin-top: 20px;
}

.producto{
    padding: 20px 20px;
}

.productos-p{
    padding: 40px 0px 0px 0px;
    text-align: center;
}

/*CONTACTANOS*/
#texto-costado{
    display: inline-block;
    vertical-align: top;
}

.contacto-div{
    width:400px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contacto-art{
    padding: 40px 40px 40px 100px;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.redes-art{
    width: 200px;
    display: flex;
    flex-direction: column;
}

.contactanos{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

article ul li a img {
    padding-bottom: 20px;
}

article ul{
    padding-top: 40px;
}

.iconos{
    padding-right: 20px;
}

/*FORMULARIO*/
.formulario{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 700px;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 50px;
    border: 6px #499176;
    border-style: double;
}

.espacio{
    margin: 20px 0px;
}

.botones-formulario{
    width: 608px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#Nombre, #Apellido, #Edad, #Pais, #E-Mail, #Comentarios{
    display: block;
    width: 100%;
    border-radius: 15px;
    border: 3px #eca590;
    border-style: solid;
    padding: 15px;
}

label{
    display: block;
    margin-bottom: 8px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    padding-left: 5px;
}

input, textarea{
    background-image: url(img/fondo-velo.jpg);
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#Nombre:focus, #Apellido:focus, #Edad:focus, #Pais:focus, #E-Mail:focus, #Comentarios:focus{
    outline: none;
    border: 3px #499176 solid;
}

/*BOTONES*/
.envia,.borra{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #fcf4dd;
    font-weight: 500;
    height: 42px;
    padding: 6px 12px 10px 12px;
    margin: 0px 15px;
    border-radius: 15px;
    box-shadow: 10px 7px 15px rgba(0,0,0,.5);
    border: none;
}

.envia{
    background-color: #499176;
    border: 3px #499176 solid;
}

.envia:hover{
    background-color: #eca590;
    border: 3px #499176 solid;
}

.borra{
    background-color: #eca590;
    border: 3px #eca590 solid;
}

.borra:hover{
    background-color: #499176;
    border: 3px #eca590 solid;
}
/*FIN BOTONES*/

.formulario h2{
    padding-top: 20px;
    text-align: center;
}

.formulario p{
    padding-bottom: 30px;
    text-align: center;
}

/*FOOTER*/
footer{
    background-color: #499176;
    color: #fcf4dd;
    
    box-shadow: 100px 40px 60px rgba(0,0,0,.5);
    border-radius: 50px 50px 0px 0px;
    margin-top: 100px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

footer div ul{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 10px;

}

footer div{
    width: 245px;
}

footer div p{
    padding-top: 10px;
}