@font-face {
    font-family: 'bebas_neuebold';
    src: url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_neue_regularregular';
    src: url('../fonts/bebasneue_regular-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	text-decoration: none;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #1a1a1a;
	background-color: #e8e9eb;
	text-rendering: optimizeLegibility; 
}
h1 {
	font-family: 'bebas_neuebold';
	font-size: 40px;
	color: #374517;
	text-rendering: optimizeLegibility; 
}
h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #374517;
	text-rendering: optimizeLegibility; 
}
h3 {
	font-family: 'bebas_neuebold';
	font-size: 19px;
	text-transform: uppercase;
	color: #374517;
	text-rendering: optimizeLegibility; 
}
.centrado {
	width: 100%;
	max-width: 1080px;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto;
}
section{
	position: relative;
}
.header {
	position: relative;
}
header {
	padding-top: 30px;
	padding-bottom: 15px;
}
header .centrado {
	z-index: 10;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .menu-mobile {
	display: none;
}
header nav a {
	font-size: 15px;
	color: #374517;
	font-weight: 700;
}
header nav a:hover {
  	color: #6d823e
}
header nav {
	text-align: right;
}
header nav ul {
	display: block;
}
header nav ul li{
	display: inline;
	margin-left: 20px;
	font-size: 15px;
	text-transform: uppercase;
}
.slider-frase {
	position: relative;
}
.superior-frase {
	position: absolute;
    z-index: 7;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 290px !important;
}
.superior-frase02{
	min-width: 380px !important;
}
.stickyHeader {
	background-color: #e8e9eb;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	width: 100%;
	margin-top: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 10;
}
.stickyHeader .header-logo {
	max-width: 200px;
}
.productos .centrado {
	padding-bottom: 60px;
	text-align: center;
    padding-top: 30px;
}
.productos .centrado h1 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.productos .fila {
	display: flex;
    justify-content: center;
    flex-flow: wrap;
}
.productos .fila article {
	box-sizing: border-box; 
	border: 8px solid white;
    margin: 2px;
    position: relative;
}
.productos .fila article img {
	max-width: 240px;
	display: block;
}
.productos .fila .doble img {
	max-width: 498px;
}
.productos .fila h3 {
	position: absolute;
	bottom: 35px;
	left: 50%;
	width: 170px;
    transform: translate(-50%);
	padding: 10px 20px;
    background-color: #d4d278;
    letter-spacing: 1px;
}
.mayorista-minorista {
	position: relative;
	background-color: #d4d278;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center; 
}
.mayorista-minorista div:first-child {
	padding-top: 50px;
	padding-bottom: 30px;
}
.mayorista-minorista img {
	max-width: 100%;
}
/*Sucursales*/
.sucursales {
	position: relative;
	background-color:#d4d278; 
	padding: 30px 0px;
}
.tiendas aside img {
	max-width: 500px;
}
.sucursales .tiendas {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.tiendas h3 {
	font-family: 'Montserrat', sans-serif;	
	font-size: 18px;
	color: #1A1A1A;
}
.tiendas h2 {
	font-family: 'bebas_neuebold';
	letter-spacing: 1px;
	font-size: 33px;
}
.sucursales article {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.sucursales article div:first-child {
	padding-right: 30px;
}
.sucursales article div:last-child {
	padding: 50px 20px 50px 30px;
	border-left: 1px solid #374517;
}
/*Fin sucursales*/
.mayorista {
	background-image: url(../images/casa-mayorista.jpg);
	background-position: center;
	height: 400px;
}
.mayorista .centrado {
	display: flex;
    align-items: center;
    height: 400px;
}
.mayorista .centrado div {
	display: flex;
	justify-content: space-around;
	background-color: rgba(55, 69, 23, .8);
	padding: 20px;
}
.mayorista .centrado aside {
	padding-right: 15px;
}
.mayorista .centrado article {
	border-left: 1px solid white;
	padding-left: 20px;
}
.mayorista .centrado article h2 {
	color: white;
	font-family: 'bebas_neuebold';
	letter-spacing: 1px;
	font-size: 32px;
}
.mayorista .centrado article h3 {
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
}
.mayorista .centrado article p {
	color: white;
}
.marcas {
	padding-top: 30px;
	background-color: #374517;
	text-align: center; 
}
.marcas h2 {
	font-family: 'bebas_neuebold';
	letter-spacing: 1px;
	font-size: 35px;
	color: #fff;
	padding-bottom: 20px;
}
.marcas ul {
	display: flex;
    justify-content: space-around;
    flex-flow: wrap;
    align-items: center;
    padding-top: 20px;
}
.marcas li {
	list-style: none;
    display: inline-block;
    width: 20%;
    margin-bottom: 25px;
}
.marcas ul li img {
	max-width: 140px;
}
footer {
	background-color: #fff;
	padding-top: 50px;
}
footer .centrado {
	max-width: 900px;
}
footer .centrado .fila {
	display: flex;
	justify-content: space-around;
}
footer aside {
	margin-right: 200px;
}
input, textarea {
	border: 1px solid #6c6c6d;
	box-sizing: border-box;
	padding-left: 20px;
	margin-bottom: 5px;
	width: 100%;
}
input {
	height: 44px;
}
textarea {
	padding-top: 10px;
	height: 165px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #1a1a1a;  
	font-weight: 700;
}
::-moz-placeholder { /* Firefox 19+ */
  	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #1a1a1a;
	font-weight: 700;
}
:-ms-input-placeholder { /* IE 10+ */
  	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #1a1a1a;
	font-weight: 700;
}
:-moz-placeholder { /* Firefox 18- */
  	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #1a1a1a;
	font-weight: 700;
}
button {
	width: 100%;
	height: 44px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: white;
	font-weight: 700;
    border: none;
    background-color: #1a1a1a;
}
footer article {
	display: flex;
    justify-content: center;
    flex-flow: wrap;
    padding-top: 30px;
    padding-bottom: 50px;
} 
.final {
	background-image: url(../images/madera-footer.jpg);
}
.final .centrado {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-flow: wrap;
}
.final .centrado h2 {
	font-family: 'bebas_neue_regularregular';
	letter-spacing: 1px;
	background-color: rgba(0,0,0,.8);
    color: white;
    padding: 20px 15px;
    margin: 20px 0px;
    font-weight: 300;
}
.final .centrado a {
	color: #fff;
}
.final .centrado h3 {
	font-family: 'Montserrat', sans-serif;
	color: white;
    text-transform: unset;
    font-size: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

/*Formas*/
.forma-marron::before {
	content: "";
	background-image: url("../images/forma-marron.svg");
	background-size: cover;
	height: 42px;
	width: 100%;
	position: absolute;
	top: -42px;
	left: 0;
}
.forma-verde::before {
	content: "";
	background-image: url("../images/forma-verde-arriba.svg");
	background-size: cover;
	height: 56px;
	width: 100%;
	position: absolute;
	top: -55px;
	left: 0;
}
.forma-verde::after {
	content: "";
	background-image: url("../images/forma-verde-abajo.svg");
	background-size: cover;
	height: 60px;
	width: 100%;
	position: absolute;
	bottom: -60px;
	left: 0;
}

.imagen-fondo {
	position: absolute;
}

.imagen-fondo01 {
	right: 0;
    top: -26px;
}

.imagen-fondo02 {
	left: 0;
	top: 35%;
}

.imagen-fondo03 {
	top: 15px;
    right: 0;
}

.imagen-fondo04 {
	bottom: 0;
	right: 20px;
}