@media only screen 
and (min-width : 810px) 
and (max-width : 1080px) 
and (orientation : landscape) {
  
.menu_principal {
	display:none;
}
.dropdown {
  width: 14%;
  top: 15px;
  right: 6%;
}
.top .colunaesquerda {
  margin: 0px 5% 0;
  width: 90%;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.logo {
  width: 20%;
  height: 120px;
  background-size: 50% !important;
  z-index: 2;
  left: 0%;
  background: url("../svg/logo.svg") #fff no-repeat 50% 50%;
    background-size: auto;
  top: 0px;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.sidebar2 {
  display: none;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.toogle {
  top: 15px;
  right: 10%;
}
.header .colunaesquerda {
  margin: 0px 5% 0;
  width: 90%;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.sidebar3 {
  padding: 0px 10% 10px;
  width: 80%;
}
.sidebar3 ul li h2 {
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  margin: 0 0 0px 0;
}
.sidebar3 ul li {
	margin: 0 0% 0 0;
	width:100% !important;
}
.sidebar3 ul li ul {
  margin: 0px 0 0px 0;
}
.sidebar3 ul li ul li {
	float: left;
	margin: 0 0 7px 0;
	width: 100%;
	height: auto;
}
.sidebar3 ul li p {
  font-weight: 300;
  font-size: 12px;
  padding:0 0 10px 0;
}
.sidebar3 ul li ul li a {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  font-weight: 300;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.sidebar4 {
  margin: 0 10%;
  width: 80%;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.header {
  height: 60px;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.homepage {
  padding: 0 0% 120px !important;
  margin: 60px auto 0px;
}
.homepage .mastersingle {
  margin: 0 0px 0px 0;
}
.homepage .mastersingle .topo .media .caixagaleria .caixa_slide .slide {
  height: 49vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.homepage .mastersingle .topo .media .caixagaleria .caixa_slide .caption {
  font-size: 50px;
}
.homepage .mastersingle .topo .textos.post-title h1 {
  font-size: 23px;
}
.homepage .mastersingle .topo .textos {
  margin: 0 5%;
  width: 90%;
}
.homepage .mastersingle .topo .textos .all p {
  font-size: 13px !important;
}
.homepage .mastersingle .topo .media.pos_1 {
  margin: 60px 5% 40px;
  width: 90%;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.produtos {
  width: 90%;
  margin: 35px 5% 0px;
}
.produtos_all {
  margin: 60px auto 0px;
  padding: 0 0% 140px !important;
}
.produtos_all .mastersingle .topo .media .caixagaleria .caixa_slide .slide {
  height: 49vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.produtos.home {
  margin: 60px 5% 40px;
  width: 90%;
}
.produtos .entrada.home {
  height: auto;
}
.produtos.home a.mais {
  width: 32%;
  margin: 30px 34% 0px;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.accordion {
	margin: 1rem 0;
	padding: 0;
	list-style: none;
}
.accordion .widget {
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-weight: normal;
	background: url("../svg/arrow-down.svg") no-repeat 97% 16px;
	background-size: 2%;
}
.accordion .widget.is-active {
	background: url("../svg/arrow-up.svg") no-repeat 97% 16px;
	background-size: 2%;
}
 .accordion .widget div {
	margin: 0;
	padding-bottom: 0.8rem;
	display: none;
}
 .accordion .widget.is-active .accordion .widget::before {
	transform: rotate(-45deg);
}

}