@media only screen 
and (min-width : 1200px) 
and (max-width : 1800px)
and (orientation : landscape) {
.toogle {
  display:none;
}
.top .colunaesquerda {
  margin: 0px 5% 0;
  width: 90%;
}
.logo {
  width: 16%;
  height: 190px;
  background-size: 80% !important;
  left: 0%;
  background-size: 66% !important;
}
.produtos {
  float: left;
  width: 82%;
  margin: 35px 9% 0px;
  height: auto;
  padding: 0px 0% 0px;
  position: relative;
}

.sidebar3 {
  float: left;
  margin: 0px 0;
  padding: 0px 10% 10px;
}
.homepage .mastersingle .topo .media .caixagaleria .caixa_slide .slide {
  width: 100%;
  height: 62vh;
  float: left;
  margin: 0;
  padding: 0;
  background-size: 100%;
  background-position: 0 100%;
}
}

@media only screen 
and (min-width : 1250px) 
and (max-width : 1300px)
and (orientation : landscape) {
.toogle {
  display:none;
}
.logo {
  width: 19%;
  height: 170px;
  background-size: 70% !important;
  left: 5%;

  background-size: auto;
  border-radius: 0;
}
}