html {
  scroll-behavior: smooth;
}

body {
	background: #fff;
	text-align: center;
	font-family: 'Lato', Arial,  Trebuchet MS, Verdana, Georgia;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #000;
	}
	
a {
	text-decoration: none;
	}
 
#logo {
	width: 100%;
	margin: auto;
	padding: 20px 0 20px 0;
	}
	
#logo img {
	width: 100%;
	max-width: 500px;
	}
	
#menu {
	width: 100%;
	position: sticky;
	top: 0px;
	z-index: 1000;
	background: rgb(173,144,88);
	background: -moz-linear-gradient(180deg, rgba(173,144,88,1) 0%, rgba(142,114,61,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(173,144,88,1) 0%, rgba(142,114,61,1) 100%);
	background: linear-gradient(180deg, rgba(173,144,88,1) 0%, rgba(142,114,61,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ad9058",endColorstr="#8e723d",GradientType=1);
	border-top: 1px solid #7f622b;
	border-bottom: 1px solid #7f622b;
	}
	
#menu ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
#menu li {
	width: 200px;
	height: 60px;
	display: inline-block;
 	vertical-align: middle;
	border-left: 1px solid #7f622b;
	}

#menu li.last {
	border-right: 1px solid #7f622b;
	}
	
#menu li:hover {
	background: #7f622b;
	}
	
#menu a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
	
#content {
	max-width: 1100px;
	padding: 20px;
	margin: auto;
	}
	
#content2 {
	width: 100%;
	height: 600px;
	background-image: url('files/01.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 45%;
	overflow: hidden;
	}
	
	
.slideshow {
	width: 100%;
	max-height: 600px;
	display: inline-block;
	}
	
.slideshow2 {
	width: 100%;
	height: 600px;
	display: inline-block;
	}
	
.slideshow img{
	background-size: cover;
	}
	
#box {
	width: 600px;
	height: 600px;
	background: rgba(255, 255, 255, 0.8) ;
	margin-left: 50px;
	}
	
#box h1 {
	margin: 0px;
	padding-top: 20px;
	}
	
.content3-wrapper {
	width: 100%;
	background: #fbf8f2;
	}
	
.content3 {
	max-width: 1100px;
	padding: 20px;
	margin: auto;
	overflow: hidden;
	}
	
.content3 p {
	font-size: 20px;
	line-height: 40px;
	}
	
.divider {
	width: 80px;
	height: 3px;
	background: #ad9058;
	margin: auto;
	}
	
.content4-wrapper {
	width: 100%;
	background: #fff;
	}
	
.content4 {
	max-width: 1100px;
	padding: 20px;
	margin: auto;
	overflow: hidden;
	}
	
.contact-wrapper {
	display: inline-block;
	width: 33%;
	height: 80px;
	margin-bottom: 30px;
	clear: both;
	vertical-align: middle;
	}
	
.contact-left {
	display: inline-block;
	width: 100px;
	height: 100%;
	vertical-align: middle;
	position: relative;
	border-right: 1px solid #c6cba2;
	}
	
.contact-left img {
	position: absolute;
   margin: auto;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
	}
	
.contact-right {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-left: 20px;
	text-align: left;
	}
	
.contact-right h2 {
	margin: 0px;
	padding: 5px;
	text-align:left;
	}
	
#mapa {
	width: 100%;
	height: 400px;
	}
	
#mapa2 {
	width: 100%;
	height: 400px;
	}
	
.content4 a {
	text-decoration: none;
	border: 0px;
	}
	
.mebel {
	width: 300px;
	height: 230px;
	display: inline-block;
	margin-right: 18px;
	margin-bottom: 25px;
	margin-top: 10px;
	}

.mebel-img {
	width: 300px;
	height: 200px;
	padding: 5px;
	border: 1px solid #ffc947;
	background: #ffffff;
	position: relative;
	}
	
.mebel-img img {
	max-width: 280px;
	max-height: 200px;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
	
	}

.mebel-txt {
	width: 300px;
	height: 30px;
	font-size: 13px;
	text-align: center;
	font-family: 'Cuprum', sans-serif;
	color: #000;
	}
	
.mebel-txt p {
	font-size: 15px;
	border: 0px;
	padding:0px;
	margin: 0px;
	margin-top: 5px;
	}
	
a.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}

#footer {
	width: 100%;
	height: 15px;
	background: rgb(173,144,88);
	background: -moz-linear-gradient(180deg, rgba(173,144,88,1) 0%, rgba(142,114,61,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(173,144,88,1) 0%, rgba(142,114,61,1) 100%);
	background: linear-gradient(180deg, rgba(173,144,88,1) 0%, rgba(142,114,61,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ad9058",endColorstr="#8e723d",GradientType=1);
	border-top: 1px solid #7f622b;
	border-bottom: 1px solid #7f622b;
	}
	
#menu3 {
	display: none;
	}
	
#menu2 {
	display: block;
	}
	
@media (max-width: 1020px)  {

.contact-wrapper {
	display: block;
	min-width: 250px;
	margin: auto;
	margin-bottom: 20px;
	}
	
.contact-left {
	width: 20%;
	}	
	
.contact-right {
	width: 70%;
	}	

@media (max-width: 800px){

#menu3 {
	width: 80px;
	height: 80px;
	display: block;
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 1001;
	}
	
#menu2 {
	display: none;
	}
	
#menu li {
	width: 200px;
	height: 60px;
	display: inline-block;
 	vertical-align: middle;
	border-left: 1px solid #7f622b;
	border-right: 1px solid #7f622b;
	}
	
}