* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
html {
  overflow-y: hidden;
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
#left {
  width: 47%;
  float: left;
}
#right {
  width: 53%;
  float: left;
}
#right iframe {
  width: 100%;
  min-height: 1049px;
}
.imagem {
  width: 53%;
}
.imagem img {
  width: auto !important;
}
.owl-nav,
.owl-dots {
  display: none;
}

@media (max-width: 1024px) {
  #left {
    width: 100%;
    float: none;
  }
  #right {
    width: 100%;
    float: none;
  }
  /* #right iframe{min-height:100%} */
  iframe {
    display: none;
  }
  .imagem {
    width: 100%;
  }
}

body {
  position: relative;
}

.nav {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 35%;
  padding: 0 10%;
  cursor: pointer;
  z-index: 10;
}

.nav button {
  outline: none;
  border: 0;
  background: transparent;
}

.dots {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 65%;
  left: 150px;
  cursor: pointer;
  z-index: 10;
}

.dots button {
  outline: none;
  border: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: 6px;
}

.dots .active {
  opacity: 0.5;
}

@media (max-width: 750px) {
  .dots {
    top: 58%;
  }
}
