
/* GLOBAL */

.loco_pub_behind {
  text-align:center;
  padding-top: 265px;
  background-color: #CCC;
  width: 120px;
  height: 600px;
  position: absolute;
  clear: both
}

.loco_pub_wrap {
  width: 120px;
  height: 600px;
  clear: both
}

.loco_pub_behind span {
  font-weight: bold;
  font-size: 14px
}

/* DESKTOP */

@media screen and (min-width: 1400px) {

  div.css__coluna_1 {
    width: 1168px;
  }

}

@media screen and (min-width: 1200px) and (max-width: 1399px) {

  div.css__coluna_1 {
    width: 990px;
  }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  div.css__coluna_1 {
    width: 810px;
  }

}

@media screen and (min-width: 768px) and (max-width: 991px) {

  div.css__coluna_1 {
    width: 570px;
  }

}

@media screen and (max-width: 767px) {

  div.css__coluna_1 {
    width: 75%;
  }

}