*{
	box-sizing: border-box;
	text-decoration: none;
}
body{
	font-family: 'Roboto', sans-serif;
	color: #3c3c3b; /**gris oscuro**/
	cursor: default;
}
a{
	font-family: inherit;
	text-decoration: none;
	color: inherit;
}
span{
	font-family: sans-serif;
	font-weight: bold;
}

/* Cabecera Top*/
#container{
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
}
.wrapper{
	width: 85%;
	max-width: 1200px;
	margin: 0 auto;
}
#header-top{
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
}
.top{
	display: flex;
	justify-content: space-between;
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#header-bottom{
	background-color: #0000ff; /*Azul*/
	position: fixed;
	left: 0;
	top: 37px;
	right: 0;
}
.logo{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo-dw{
	font-weight: 800;
	font-size: 4rem;
	color: #fff;
}

/**CONTACTO**/
.logo2{
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 4rem;
	color: #bc0a2c; /**rojo**/
}
.color{
	font-weight: 800;
	font-size: 3rem;
	color: #bc0a2c;
}
.nav{
	display: flex;
}
.nav li a{
  color: #fff;
  text-decoration: none;
  padding: 25px 25px 25px 28px;
  display: block;
  transition: all 0.4s ease-in;
}
.nav>li>a:hover{
  background-color: #bc0a2c; /**Rojo**/
  color: #fff;
}
.nav>li{
  display: flex;
  margin-left: 1px;
}
.nav li ul{
  margin-top: 62px;
  display: none;
  box-shadow: 0px 3px 15px 0px #979797;
  position: absolute;
  background: #e9e9e9;/**Gris claro**/
  width: 265px;
  border-top: 4px solid #bc0a2c;
}
.nav li ul a{
  text-align:left;
  color: #828282; /**Gris medio*//
  transition: all 0.3s linear;
}
.nav li ul a:hover{
  background: #0000ff;
  color: #e9e9e9;
}
.nav li:hover>ul{
  display: block;
}


/* MAIN BOTTOM oferta */
.bottom{
	padding: 59px 0px 10px 0px;
	margin-top: 103px;
	text-align: center;	
	background-color: #e9e9e9;
}
.bottom1{
	text-align: center;	
}
h2{
	font-size: 4rem;
	margin-bottom: 15px;
	margin-top: 5px;
}
.oferta{
	font-size: 3.8rem;
	color: #fff;
	background: #0000ff;
	padding: 38px 0 19px 0;
	font-weight: 800;
	line-height: 4rem;
}
.grande{
	font-size: 5rem;
	color: #fff;
}
.subtitulo{
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.direccion{
	font-size: 1rem;
}

/* MAIN-TOP-PRODUCTO descripcion */
#main-top-producto .wrapper>div{
	display: flex;
}
.producto{
	margin-bottom: 25px;
}
.text-producto{
	font-size: 1.7rem;
	background-color: #bc0a2c;
	padding: 8px 13px 8px 13px;
	color: #fff;
	margin-top: 50px;
}
.aceite{
	font-size: 1.7rem;
	background-color: #e9e9e9;
	padding: 8px 13px 8px 13px;
	color: #3c3c3b; 
	margin-top: 50px;
	margin-left: 10px;
	width: 100%;
}
.descripcion{
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin-bottom: 75px;
}


/* MAIN- CENTER Producto */
#main-center .wrapper>div{
	display: flex;
	background-color: #e9e9e9;
	padding: 25px;
	margin-bottom: 50px;
}
.aceites{
	margin-top: 15px;
	margin-right: 50px;
	margin-left: 25px;
}
.aceiteeni{
	margin-top: 20px;
}
.descuento{
	width: 25%;
	font-size: 1.7rem;
	background-color: #bc0a2c;
	color: #fff;
	padding: 5px 8px 5px 8px;
	border-radius: 25px;
	text-align: center;
	margin-left: 117px;
}
.descripcion2{
	display: flex;
	flex-direction: column;
}
h1{
	font-size: 2.3rem;
	margin-bottom: 25px;
	font-weight: 600;
	margin-top: 22px;
}
.precio-oferta{
	display: flex;
	margin-bottom: 25px;
}
.precio{
	color: #bc0a2c;
	font-size: 2rem;
	font-weight: 600;
}
.iva{
	display: flex;
  margin-top: 2px;
  margin-left: 6px;
}
.fabricante{
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.enviar{
	color: #0000ff; /*Azul*/
	display: flex;
	justify-content: space-between;
	margin-left: 2px;
	align-items: center;
}
.descripcion3{
	margin-bottom: 66px;
	font-size: 1.2rem;
	width: 81%;
}
.cantidad{
	display: flex;
	font-size: 1.4rem;
	flex-direction: row;
	margin-bottom: 50px;
}
label{
	margin-right: 7px;
}
.enviar-correo{
	display: flex;
	justify-content: flex-end;
}
.submit{
	display: flex;
	justify-content: flex-end;
}
.fa, .fas {
		margin-bottom: 5px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-top: 3px;
    margin-right: 3px;
}
button[type=submit] {
    color: #ffffff;
    padding: 9px;
    font-size: 1rem;
    font-weight: lighter;
    border-style: none;
    margin-right: 10px;
    background-color: #0000ff;
}

/* MAIN-bottom Descripcíon del producto */
h4{
	font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.rojo1 {
    font-size: 1.7rem;
    background-color: #bc0a2c;
    padding: 8px 13px 8px 13px;
    color: #fff;
    margin-top: 50px;
}
.productos4{
	display: flex;
	justify-content: space-between;
	margin-top: 75px;
	margin-bottom: 50px;
  text-align: center;
  font-weight: 700;
}
.productos4{
	display: flex;
}
.direccion4{
	font-size: 1.5rem;
}

/** FOOTER **/
footer{
	  background-color: #bc0a2c;
	  color: #fff;
}
#footer-top .wrapper>div{
	display: flex;
	justify-content: space-between;
	padding: 10px;
	margin-bottom: 20px;
}
.logo-dw1, .logo1{
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 1.6rem;
	color: #fff;
	margin-top: 21px;
	margin-bottom: 10px;
}
.direccion>.descripcion2{
	line-height: 1.5rem;
	margin-bottom: 5px;
}
.fa-instagram, .fa-facebook-f{
	margin-top: 15px;
	font-size: 2rem;
}
h6{
	font-size: 1.5rem;
	font-weight: 800;
	margin-top: 21px;
	margin-bottom: 10px;
}
p{
	line-height: 1.5rem;
}
.filete-blanco{
	background: #fff; 
	height: 2px;
	width: 100%;
	margin-bottom: 20px;
}
.footer-bottom{
	display: flex;
	justify-content: center;
	padding-bottom: 15px;
	text-align: center;
}
.enviar{
	font-size: 1rem;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 15px;
}


@media only screen and (min-width: 768px) and (max-width: 1024px){
	*.wrapper{
		flex-wrap: wrap;
		max-width: 100%;
		overflow: hidden;
	}
}

@media only screen and (max-width: 767px){

	*.wrapper{
		flex-wrap: wrap;
		max-width: 100%;
		overflow: hidden;
}
.top{
	font-size: 1rem;
	flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin-top: 9px;
}
.logo-dw {
    font-weight: 800;
    font-size: 3.2rem;
    color: #fff;
}
.logo2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 3.2rem;
    color: #bc0a2c;
}
#header-bottom {
    background-color: #0000ff;
    position: fixed;
    left: 0;
    top: 62px;
    right: 0;
}
.logo {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 31px;
}
.nav {
    margin-top: 20px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}
.nav li a {
    color: #fff;
    text-decoration: none;
    padding: 5px;
    display: block;
    transition: all 0.4s ease-in;
    margin-top: 2px;
}
.nav li ul {
    margin-top: 45px;
    display: none;
    box-shadow: 0px 3px 15px 0px #979797;
    position: absolute;
    background: #ffffff;
    width: 381px;
    border-top: 4px solid #bc0a2c;
}

/* contenido*/
#main-top{
	padding-top: 189px;
}
#main-top-producto{
	margin-top: -26px;
}
h2 {
    font-size: 1.4rem;
}
.precio-oferta {
    justify-content: center;
    flex-wrap: wrap;
}
.descuento {
    width: 37%;
    font-size: 1.7rem;
    background-color: #bc0a2c;
    color: #fff;
    padding: 5px 5px 5px 5px;
    border-radius: 25px;
    text-align: center;
    margin-left: 117px;
}
h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #3c3c3b;
}
h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 7px;
}
.bottom {
    margin-top: 68px;
}
.subtitulo {
    font-size: 1rem;
    line-height: 1.4rem;
    padding: 0px 18px 0px 18px;
}
.producto{
	margin-top: 0px;
}
.aceiteeni{
    margin-top: 20px;
}
.aceiteeni img{
	width: 85%;
}
.precio {
    color: #bc0a2c;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}
.iva{
	font-size: 0.8rem;
}
.fabricante {
    font-size: 1.2rem;
    margin-bottom: 6px;
}
.descripcion3 {
    margin-bottom: 15px;
    font-size: 0.8rem;
    width: 100%;
    line-height: 1.2rem;
}
.center {
    font-size: 1.8rem;
    padding: 7px;
    display: flex;
    color: #fff;
}
.logo3 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.5rem;
    color: #0000ff;
    font-weight: 800;
}
.oferta {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 25px 0 7px 0;
}
.direccion{
	font-size: 1rem;
}
.grande {
    font-size: 2.5rem;
}
#main-center .wrapper>div {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: #e9e9e9;
    padding: 25px;
    margin-bottom: 25px;
}
.aceites {
    text-align: center;
}
p .descuento{
	width: 25%;
	font-size: 1.7rem;
	background-color: #bc0a2c;
	color: #fff;
	padding: 5px 8px 5px 8px;
	border-radius: 25px;
	text-align: center;
	align-items: center;
}
.descuento{
	width: 40%;
}
.productos4 {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    justify-content: space-around;
}
.text-producto {
    font-size: 1rem;
}
.aceite {
    font-size: 1.2rem;
}
.descripcion {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 37px;
}
.rojo1 {
    font-size: 1.2rem;
    background-color: #bc0a2c;
    padding: 8px 13px 8px 13px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    line-height: 1.2;
}
.descripcion2 {
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-left: -13px;
    width: 109%;
}
.enviar{
	font-size: 1rem;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 15px;
}
.direccion4{
	font-size: 0.7rem;
}

h1 {
    font-size: 1rem;
    background-color: #bc0a2c;
    padding: 8px 13px 8px 13px;
    color: #fff;
    text-align: center;
}
.condiciones{
	font-size: 0.9rem;
	line-height: 1.2rem;
}
footer {
    background-color: #bc0a2c;
    color: #fff;
    margin-top: 0px;
}
#footer-top .wrapper>div {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    flex-direction: column;
    flex-wrap: wrap;
}
.footer-bottom {
    text-align: center;
    flex-direction: column;
    flex-wrap: wrap;
}
}