* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none !important;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  background: #a5a5a5 url(../../imagens/background-inicial.jpg) no-repeat top
    center;
  background-size: cover;
  color: #444;
  -webkit-font-smoothing: antialiased !important;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul {
  list-style: none;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1014px;
  background: transparent;
  border-radius: 12px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.select-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.select-logos .sombra-divisao {
  width: 14.5px;
  margin: 10px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select-logos .sombra-divisao-mobile {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: none;
}

.select-logos .div-logo-descricao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.select-logos .div-logo-descricao .logo {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.select-logos .div-logo-descricao .logo img {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.select-logos .div-logo-descricao .titulo {
  font-size: 22px;
  font-weight: 500;
  color: #444;
  text-decoration: none !important;
  text-align: center;
}

.select-logos .div-logo-descricao .descricao {
  font-size: 12px;
  font-weight: 500;
  color: #444;
  text-decoration: none !important;
  text-align: center;
}

.endereco {
  text-align: center;
  font-size: 15px;
  line-height: 120%;
  font-weight: 400;
}

.div-logo-agencia {
  margin-top: 35px;
  text-align: center;
}

@media only screen and (max-device-width: 1024.98px) {
  .container {
    max-width: 920px;
  }
}

@media only screen and (max-device-width: 991.98px) {
  .container {
    max-width: 100%;
  }
}

@media only screen and (max-device-width: 529.98px) {
  html,
  body {
    height: 100%;
    display: inline-table;
  }

  body {
    font-family: "Roboto", sans-serif;
    background: #a5a5a5 url(../../imagens/background-inicial.jpg) no-repeat top
      center;
    background-size: cover;
    color: #444;
    -webkit-font-smoothing: antialiased !important;
    padding: 0 30px 20px;
    display: inline-table;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .select-logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .select-logos .sombra-divisao {
    display: none;
  }

  .select-logos .sombra-divisao-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .select-logos .div-logo-descricao {
    margin: 15px 0 25px;
  }

  .select-logos .div-logo-descricao .logo {
    width: 80%;
  }

  .select-logos .div-logo-descricao .titulo {
    font-size: 19px;
  }

  .select-logos .div-logo-descricao .descricao {
    font-size: 11px;
  }

  .endereco {
    text-align: center;
    font-size: 12px;
    line-height: 120%;
    font-weight: 400;
  }

  .div-logo-agencia {
    margin-top: 35px;
    text-align: center;
  }
}
