@import url("css2.css");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

.nav-menu {
  padding: 18px;
  display: flex;
}
.nav-menu .logo-top {
  display: flex;
  flex-wrap: wrap;
}
.nav-menu .menu-lista {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 30px;
}
.nav-menu .menu-lista .button-lista {
  border: 2px solid #D60B52;
  padding: 14px 32px 14px 32px;
  background: #D60B52;
  color: #fff;
  border-radius: 5px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 18px;
  box-shadow: rgb(125 12 18 / 46%) 0px 4px 10px;
  text-transform: uppercase;
}
.nav-menu .menu-lista .button-lista img {
  margin-left: 16px;
}
.nav-menu .menu-lista .button-list {
  border: 1px solid #9D9D9E;
  padding: 15px 32px 15px 32px;
  background: #fff;
  color: #4D4D4F;
  border-radius: 5px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  display: inline-flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-size: 18px;
}

.nav-menu .menu-lista .button-list:hover {
    background-color: #c3a303;
    color: #ffffff;
}

.banner {
  background-image: url("../img/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 630px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.banner:after{
    content: "";
    width: 750px;
    height: 470px;
    background-image: url(../img/setas.png);
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    right: 200px;
    bottom: 50px;
    z-index: 2;
}
.banner .container{
    position: relative;
    z-index: 5;
}
.banner .titulo-banner {
  font-family: "Ubuntu", sans-serif;
  font-size: 48px;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
}
.banner .titulo-banner b {
  font-weight: 500;
}
.banner .button-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.banner .login {
  border: 1px solid #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  color: #fff;
  padding: 15px 32px 15px 32px;
  border-radius: 5px;
  margin-top: 60px;
  font-weight: 500;
}
.banner .solucoes {
  border: 1px solid #fff;
  background: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  color: #D60B52;
  padding: 15px 32px 15px 32px;
  border-radius: 5px;
  margin-top: 60px;
  font-weight: 800;
  display: inline-flex;
  flex-wrap: wrap;
}

.sobre {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sobre img {
  max-width: 100%;
  padding-left: 200px;
  padding-top: 30px;
}
.sobre p {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #4D4D4F;
  padding: 8px;
}
.sobre b {
  font-weight: 700;
  color: #4D4D4F;
}
.sobre .img-mobile {
  display: none;
}

.acesso {
  background-image: url("../img/bg-body.png");
  padding-top: 40px;
  padding-bottom: 60px;
}
.acesso p {
  font-size: 19px;
  font-family: "Ubuntu", sans-serif;
  line-height: 24px;
  font-weight: 400;
  color: #4D4D4F;
  margin-top: 20px;
  margin-bottom: 40px;
}
.acesso a {
  border: 2px solid #D60B52;
  padding: 14px 32px 14px 32px;
  background: #D60B52;
  color: #fff;
  border-radius: 5px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 15px;
  text-transform: uppercase;
}
.acesso .cards {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.acesso .cards .iten-card {
  max-width: 31.3333333333%;
  margin: 1%;
}

.phones {
  padding-top: 40px;
  padding-bottom: 40px;
}
.phones .img-logo {
  margin-top: 10px;
}
.phones .coluna-rodape {
  margin-top: 10px;
  margin-left: 120px;
}
.phones .coluna-rodape .titulo-rodape {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #4D4D4F;
}
.phones .coluna-rodape .lista-rodape p {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 700;
  color: #4D4D4F;
}
.phones .coluna-rodape .lista-rodape .localidades {
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #9D9D9E;
}

.rodape-direitos {
  background-color: #f6f5f4;
  padding-top: 22px;
  padding-bottom: 22px;
}
.rodape-direitos p {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #4D4D4F;
}
.rodape-direitos a {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #4D4D4F;
  margin-left: 50px;
}

@media screen and (max-width: 600px) {
    .banner:after{
        display: none;
    }
    .sobre p {
        font-size: 16px;
        line-height: 22px;
    }
    .sobre img {
        max-width: 200px;
        padding-left: 0;
        padding-top: 30px;
        margin: 0 auto;
        height: auto;
        display: block;
    }
  .nav-menu .logo-top {
    justify-content: center;
    margin-bottom: 30px;
  }
  .nav-menu .menu-lista {
    justify-content: center;
    margin-bottom: 10px;
    gap: 10px;
  }
  .nav-menu .menu-lista li {
    width: 100%;
  }
  .nav-menu .menu-lista a {
    justify-content: center;
    width: 100%;
  }
  .banner {
    height: 350px;
    background-position: center;
  }
  .banner .titulo-banner {
    font-size: 30px;
  }
  .banner .login {
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }
  .banner .solucoes {
    padding: 15px 15px 15px 15px;
    margin-top: 20px;
    width: 100%;
    justify-content: center;
  }
  .banner .solucoes img {
    margin-left: 12px;
    margin-top: 1px;
  }
  .sobre {
    background-image: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sobre .img-mobile {
    display: block;
  }
  .acesso {
    background-size: cover;
    padding-bottom: 30px;
    padding-top: 50px;
  }
  .acesso p {
    font-size: 19px;
    margin-top: 26px;
    margin-bottom: 30px;
  }
  .acesso a {
    padding: 15px 18px 15px 18px;
    font-size: 19px;
    width: 100%;
    justify-content: center;
  }
  .acesso a img {
    margin-left: 12px;
  }
  .acesso .cards {
    margin-top: 30px;
  }
  .acesso .cards .iten-card {
    max-width: 100%;
    margin: 20px 0px;
    width: 100%;
    text-align: center;
  }
  .phones .img-logo {
    margin-top: 0px;
    text-align: center;
  }
  .phones .coluna-rodape {
    margin-top: 40px;
    margin-left: 0px;
    text-align: center;
  }
  .phones .coluna-rodape .titulo-rodape {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .phones .coluna-rodape .lista-rodape p {
    font-size: 22px;
    line-height: 24.4px;
  }
  .phones .coluna-rodape .lista-rodape .localidades {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 3px;
  }
  .rodape-direitos p {
    font-size: 15px;
    padding-bottom: 12px;
  }
  .rodape-direitos a {
    font-size: 15px;
    margin-left: 24px;
  }
}/*# sourceMappingURL=style.css.map */