@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
/* variaveis */
/* variaveis */
body {
  height: 100vh;
  font-family: 'Roboto', sans-serif;
  text-align: justify;
  background: white;
}

.copyright_img {
  background-image: url("../img/logo/logo_w_otimizer%20150x41.png");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 113px;
  height: 31px;
  margin: -10px 0px;
  background-size: 100% 100%;
}

/* .copyright_img:hover {
    background-image: url(https://otimizer.com.br/logoSite/logo_w_otimizer_cubo.png);
    transition: 1s cubic-bezier(0, 0.46, 0.64, 0.91);
} */
.detail__descricao iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 20px;
}

.row-vermais {
  float: right;
}

.btn-vermais {
  background-color: #009148;
  font-weight: 600;
  margin-top: 20px;
  color: white;
  border-radius: 20px;
  -webkit-transition: 250ms;
  transition: 250ms;
}

.btn-vermais:hover {
  background-color: white;
  color: #009148;
}

/* quick class */
.ma {
  margin: auto;
}

.p0 {
  padding: 0px;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .df {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.di {
  display: inline;
}

.dfw {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fdr {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.fdc {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 992px) {
  .fdcm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tac {
  text-align: center;
}

@media (max-width: 992px) {
  .tacm {
    text-align: center !important;
  }
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.jsa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.jsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jse {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.jc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 600px) {
  .jcm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fwb {
  font-weight: bold;
}

.fwl {
  font-weight: lighter;
}

/* quick class */
/*# sourceMappingURL=styles.css.map */