*{
    margin: 0;
    padding: 0;
}
body{ 
    background-color:white; 
    font-family:'Roboto', sans-serif;
    font-style: normal;
}
figure{
    text-align:center;
}
h1 {
    font-size: 25px;
    text-align: center;
}
header{
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    color:white;
    width: 1024px;
    height: 20px;
}
.cabeceraderecha{
    text-align: right;
    width:750px;
}
h4{
    padding-right: 700px;
    font-size:15px ;
}
#idioma{
    color:white;
    background-color: black;
}
#moneda{
    color:white;
    background-color: black;
}
.barraNavegacion{
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
    height: 50px;
    background-color: #F0A83E;
}
.vinculos{
    text-decoration: none;
    color: white;
    padding:6px;
}
.menus{
    padding-left: 400px;
    padding-top: 15px;
}
.logo{
    padding-top: 12px;
}
.descuentos{
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
    height: 430px;
    background-size: 1024px;
    background-image: url(../img/bowl-and-pet-daities-on-green-bacground.jpg) ;
}
.mensajes{
    position:relative;
    top: 150px;
    left: 650px;
    width: 400px;
}
.mensaje1{
    background-color: white;
    font-size:25px;
    padding:10px;
}
.mensaje2{
    padding:20px;
    width: 400px;
}
.boton{
    padding:10px;
    background-color: #F0A83E;
    color:white;
    text-transform: uppercase;
    text-decoration: none;
}
.buton{
    outline:none;
}
.menu {
    float: right;
    color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
}
.container{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.MenuCentralLink{
    text-align: center;
    text-decoration: none;
}
.vinculo{
    text-decoration: none;
    color:#666666;
    padding:15px;
}
.producto{
    margin: 30px;
    background-color: #FBFAF6;
    color: #3C2313;
    font-size: 20px;
    font-weight: 500;
}
.precio{
    color: #F0A83E;
    
}
.contactos{
    padding-top: 45px;
}
.datos {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    color: #3C2313;
    margin-bottom: 50px;
    border-radius: 15px;
}
.datos  input {
    background-color: #3C2313;
    border-radius: 15px;
    height: 40px;
    width: 340px;
    margin: 5px;
    color: #FFFFFF;
}
input[type=reset]{
    background: #8A8787;
    border-radius: 15px;
    width: 110px;
    height: 34px;
    margin-top: 20px;
    color: #FFFFFF;
}
input[type=submit]{
    background: #F0A83E;
    border-radius: 15px;
    width: 110px;
    height: 34px;
    margin-top: 20px;
    color: #FFFFFF;
}
.suscribete {
    width: 1024px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    background: #F0A83E; 
    font-size: 25px;
    color: #FFFFFF;
    padding-top: 12px;
    padding-bottom: 8px;
}
.suscribete img{
    width: 55px;
    height: 55px;
    padding-right:20px;
}
.sus{
    padding-right: 220px;;
    width: 380px;
    height: 55px; 
    text-align: left;
    padding-top: 12px;
}
.suscribete input[type=email] {
    
    background: #FFFFFF;
    border-radius: 20px;
    height: 50px;
    width: 250px;
}
input[type=button] {
    background: #3C2313;
    border-radius: 20px;
    width: 70px;
    height: 50px;
    font-size: 9px;
    color: #FFFFFF;
}
.contacto{
    flex-direction: column;
    width: 1024px;
    height: 360px;
    margin-left: auto;
    margin-right: auto;
    background-color: #3C2313;
    color: #FFFFFF;
}
.info{
    font-size: 20px;
    color: #FFFFFF;
}
.item{
    display: flex;
    margin-left: 20px;
    height: 80px;
    padding:20px;
}
.detalle{
    font-size: 10px;
    color: #8A8787;
}
.descripcion{
    text-align: left;
    padding-left: 20px;
    padding-top: 20px;
}
.logofooter{
    width: 200px;
    position: relative;
    height: 35px;
    left: 200px;
}
.derechos  {
    color: #FFFFFF;
    background-color: black;
    width: 1024px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}