*{
	box-sizing: border-box;
	text-decoration: none;
}
body{
	font-family: 'Inter', sans-serif;
	font-family: 'Roboto', sans-serif;
	color: #3c3c3b; /**gris oscuro**/
}
a{
	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-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 4rem;
	color: #fff;
}
.logo2{
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 4rem;
	color: #bc0a2c; /**rojo**/
}
.color{
	font-family: 'Roboto', sans-serif;
	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;
}

/* Productos */
main{
	margin-top: 50px;
}
#productos .wrapper>div{
	display: flex;
	justify-content: space-between;
}
.producto{
	margin-top: 75px;
	margin-bottom: 25px;
}
h1{
	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%;
}
#productos{
	background-color: #fff;
	display: flex;
	width: 100%;
}
#productos figure:first-child{
	margin-left: 0;
}
#productos figure:last-child{
	margin-right: 0;
}
figure{
	width: 48%;
	background: #e9e9e9;
	margin: 20px;
}
figure img{
	width: 100%;
	display: block;
}
figure a:hover img{
	background-color: #000000;
	transition: 1s linear; color: 1s linear;
}
.marca, .marca1{
	font-size: 1.3rem;
	text-align: center;
	color: #3c3c3b;
	background: #fff;
	padding: 13px;
}
/** FOOTER **/
footer{
	  background-color: #bc0a2c;
	  color: #fff;
	  margin-top: 50px;
}
#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;
	margin-bottom: 15px;
	text-align: center;
}

@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;
}
.info{
	font-size: 2rem;
}
.top p{
	font-size: 1rem;
	line-height: 1.8rem;
}
.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;
}

/*MAIN*/
figure {
    width: 100%;
    background: #e9e9e9;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
}
.producto{
    margin-top: 75px;
    margin-bottom: 25px;
    padding-top: 135px;
    text-align: center;
    flex-wrap: wrap;
}
.aceite {
    font-size: 1.2rem;
    background-color: #e9e9e9;
    color: #3c3c3b;
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    text-align: center;
}
#productos figure:first-child {
    margin-left: 0px;
}
#productos figure:last-child {
    margin-right: 0px;
}
#productos .wrapper>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.marca, .marca1{
	font-size: 1.3rem;
}

/*FOOTER*/
.condiciones{
	font-size: 0.9rem;
	line-height: 1.2rem;
}
h1 {
    font-size: 1rem;
    background-color: #bc0a2c;
    padding: 8px 13px 8px 13px;
    color: #fff;
}
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;
}
}