.gridlock {
  width: 100%;
  max-width: 1284px;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.hidden {
  display: none;
}
.seletor-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.seletor-wrapper .seletor-regiao {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  background-color: #ff4687;
  border-radius: 0;
  border: none;
  text-align: center;
  position: relative;
  padding-top: 70px;
}

@media (min-width: 796px){
    .seletor-wrapper .seletor-regiao {
        padding-top: 0px;
    }
}

.seletor-wrapper .seletor-regiao .logo-seletor-regiao {
  position: absolute;
  top: 25px;
  left: 40px;
}
.seletor-wrapper .seletor-regiao .title {
  font-family: 'Enel Roobert Regular';
  font-size: 4.5rem;
  color: #000000;
}
@media (max-width: 767px) {
  .seletor-wrapper .seletor-regiao .title {
    font-size: 2.125rem;
  }
}
.seletor-wrapper .seletor-regiao .text-white {
 /* font-size: 30px;      */
  color: #FFFFFF;
}
/*
@media (min-width: 796px) {
    .seletor-wrapper .seletor-regiao .text-white {
        font-size: 50px;
    }
} 
*/
.seletor-wrapper .seletor-regiao .seletores {
  width: 100%;
  max-width: 750px;
  text-align: center;
  margin: 0 auto;
}
.seletor-wrapper .seletor-regiao .seletores .seletor {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  float: none;
  box-sizing: border-box;
  margin: 20px;
  padding: 0;
}

/*# sourceMappingURL=../maps/seletor-regiao.css.map */
