@charset "UTF-8";
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;
  box-sizing: border-box;
  overflow-x: hidden; }

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; }

a {
  text-decoration: none; }

* {
  box-sizing: border-box;
  line-height: 1.3 !important; }

nav {
  z-index: 999 !important; }

.nav {
  height: 12.5vh;
  width: 100%;
  background-color: #FFF;
  padding: 2.35vh 5.5vw 0 5.5vw;
  z-index: 999;
  position: relative; }
  @media (max-width: 768px) {
    .nav {
      height: 12.5vh;
      padding: 0 7.5vw 0 7.5vw;
      display: grid;
      grid-template-columns: auto auto;
      grid-column-gap: 3vw;
      align-items: center;
      align-content: center; } }

.someLinks {
  height: auto;
  width: 100%;
  background-color: #4bc3b8;
  font-size: 1.8vh;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  color: #FFF;
  padding: 1vh;
  grid-template-columns: 1fr 1fr;
  display: grid;
  position: relative;
  z-index: 999; }
  .someLinks * {
    font-family: "Montserrat", sans-serif; }
  .someLinks .credenciamento {
    display: grid;
    grid-template-columns: min-content auto;
    grid-column-gap: 1vh;
    align-content: center;
    align-items: center;
    width: 40%;
    margin-left: 5vw; }
    .someLinks .credenciamento img {
      height: 2vh;
      width: 2vh;
      box-sizing: border-box;
      object-fit: contain; }
    @media (max-width: 768px) {
      .someLinks .credenciamento {
        width: 95%; }
        .someLinks .credenciamento img {
          height: 3vh;
          width: 3vh; } }
  .someLinks .redesSociais {
    height: auto;
    width: 40%;
    display: grid;
    float: right;
    margin-right: 5vw;
    display: grid;
    grid-template-columns: min-content min-content min-content;
    justify-content: end;
    justify-items: end;
    align-content: center;
    align-items: center;
    justify-self: end;
    grid-column-gap: 2vh; }
    .someLinks .redesSociais a {
      color: #FFF;
      font-size: 2.5vh; }

.headerLinksDesk {
  width: 64vw;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-column-gap: 3vw;
  justify-items: end;
  justify-content: end;
  float: right;
  margin-right: 0;
  justify-self: end; }
  .headerLinksDesk a, .headerLinksDesk section {
    width: 100%;
    text-decoration: none;
    color: #7b7b7b;
    font-family: "Montserrat", sans-serif;
    font-size: 2.5vh;
    margin-top: 3vh; }
  .headerLinksDesk .deskDropDownServices {
    cursor: pointer;
    position: relative; }
    .headerLinksDesk .deskDropDownServices .fa-angle-right {
      color: #4BC3B8;
      margin-top: 0.2vh;
      float: right;
      position: relative;
      margin-left: 0.75vw;
      transition-duration: 1s; }
  .headerLinksDesk .bodyDeskDropDownServices {
    display: none; }
  .headerLinksDesk .deskDropDownServices:hover {
    padding-bottom: 3vh;
    z-index: 98; }
    .headerLinksDesk .deskDropDownServices:hover .fa-angle-right {
      transform: rotate(90deg);
      transition-duration: 0.5s; }
    .headerLinksDesk .deskDropDownServices:hover .bodyDeskDropDownServices {
      height: 45vh;
      width: 26vw;
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto auto auto;
      grid-column-gap: 0px;
      background-color: #FFF;
      border-radius: 0.5vw;
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
      position: absolute;
      bottom: -44.99vh;
      right: 100%;
      margin-right: calc(-50% + -13vw); }
      .headerLinksDesk .deskDropDownServices:hover .bodyDeskDropDownServices a {
        height: auto;
        width: 100%;
        padding: 0 2.5%;
        align-items: center;
        align-content: center;
        text-align: left;
        margin: 0;
        font-size: 2.25vh;
        color: #7b7b7b; }
      .headerLinksDesk .deskDropDownServices:hover .bodyDeskDropDownServices a:hover {
        border-style: solid;
        border-width: 1px;
        border-color: #c9c9c9;
        background-color: #4bc3b8;
        color: #Fff; }
      .headerLinksDesk .deskDropDownServices:hover .bodyDeskDropDownServices .first {
        border-radius: 0.5vw 0.5vw 0 0; }
      .headerLinksDesk .deskDropDownServices:hover .bodyDeskDropDownServices .last {
        border-radius: 0 0 0.5vw 0.5vw; }

.menuSandwich {
  width: 7vh;
  height: 7vh;
  background-color: #FFF;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: min-content min-content min-content;
  justify-content: center;
  justify-items: center;
  align-content: center;
  border-radius: 0.5vh;
  justify-self: end;
  position: relative;
  cursor: pointer; }
  .menuSandwich .bar1, .menuSandwich .bar2, .menuSandwich .bar3 {
    height: 0.5vh;
    width: 6vh;
    background-color: #4bc3b8;
    border-radius: 0.25vh;
    margin: 0.75vh 0.5vh; }
  .menuSandwich .bar1, .menuSandwich .bar2, .menuSandwich .bar3 {
    transition-duration: 0.9s; }

.menuSandwich.active .bar2 {
  opacity: 0;
  transition-duration: 0.3s; }
.menuSandwich.active .bar1 {
  rotate: 45deg;
  position: absolute;
  top: 2.5vh;
  transition-duration: 0.9s; }
.menuSandwich.active .bar3 {
  rotate: -45deg;
  position: absolute;
  top: 2.5vh;
  transition-duration: 0.9s; }

header {
  width: 100%;
  height: 170vh;
  background-color: #ECEFF3;
  background-origin: content-box;
  background-image: url(../avaliacao-para-vigilante/images/fundo_header.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 10vh;
  float: left;
  position: relative; }
  header * {
    position: relative;
    z-index: 96; }
  header .opacidadeHeaderSmartphone {
    height: 50vh;
    width: 100vw;
    opacity: 0.3;
    background-color: #000000;
    position: absolute;
    left: -5vw;
    z-index: 1;
    display: none; }
  @media (max-width: 768px) {
    header {
      height: auto;
      background-color: #4bc3b8;
      background-image: url(../avaliacao-para-vigilante/images/fundo_header2.webp);
      grid-template-rows: min-content auto auto auto;
      display: grid; } }
  header h1 {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 5vh;
    font-weight: 400;
    color: #4bc3b8;
    margin: 4vh 0 3vh 0; }
    @media (max-width: 768px) {
      header h1 {
        font-size: 3.5vh;
        margin-top: 9vh;
        float: left;
        color: #FFF; } }
  header p {
    width: 100%;
    color: #4bc3b8;
    font-size: 2.5vh;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    float: left; }
    @media (max-width: 768px) {
      header p {
        color: #FFF; } }
  header .contatoBanner {
    padding: 1.25vh 4vw;
    float: left;
    background-color: unset;
    border-style: solid;
    border-width: 1px;
    border-color: #4bc3b8;
    text-decoration: none;
    color: #4bc3b8;
    font-weight: 400;
    font-size: 2.5vh;
    font-family: "Montserrat", sans-serif;
    border-radius: 0.35vw;
    margin-top: 3vh; }
    @media (max-width: 768px) {
      header .contatoBanner {
        width: 100%;
        text-align: center;
        margin-left: 0px;
        border-radius: 0.4vh;
        color: #FFF;
        border-color: #FFF; } }

.lastBar {
  width: 100%;
  height: 90vh;
  padding: 7.5vh 5vw;
  background-color: #ECEFF3;
  position: absolute;
  bottom: 0;
  left: 0; }
  @media (max-width: 768px) {
    .lastBar {
      height: auto;
      position: relative; } }
  .lastBar * {
    font-family: "Montserrat", sans-serif; }
  .lastBar .titleLastBar {
    width: 50%;
    height: auto;
    padding-right: 2.5%;
    color: #4bc3b8;
    font-weight: 900;
    font-size: 6.5vh;
    float: left;
    margin-top: 10vh; }
    @media (max-width: 768px) {
      .lastBar .titleLastBar {
        width: 100%;
        margin-top: 2vh;
        font-size: 3.5vh;
        padding-right: 0px; } }
  .lastBar .descriptionLastBar {
    width: 50%;
    padding-left: 2.5%;
    float: left;
    float: left; }
    .lastBar .descriptionLastBar * {
      color: #7b7b7b;
      font-size: 2.5vh; }
    .lastBar .descriptionLastBar p {
      margin-bottom: 3vh; }
    .lastBar .descriptionLastBar ul, .lastBar .descriptionLastBar li, .lastBar .descriptionLastBar p {
      font-weight: 400; }
    .lastBar .descriptionLastBar .first {
      margin-top: 9vh; }
    @media (max-width: 768px) {
      .lastBar .descriptionLastBar {
        width: 100%;
        margin-left: 0px;
        padding-left: 0px; }
        .lastBar .descriptionLastBar .first {
          margin-top: 5vh; } }

.barLastBar {
  width: 100%;
  height: 15vh;
  background-color: #ECEFF3;
  bottom: -12.9vh;
  position: absolute;
  left: 0;
  rotate: 1deg;
  z-index: -1; }
  @media (max-width: 768px) {
    .barLastBar {
      width: 110%;
      rotate: 4deg;
      z-index: -1;
      bottom: -8vh;
      display: none; } }

.logoHeader {
  height: 10vh;
  width: 12vh;
  object-fit: contain;
  float: left;
  margin-top: -1vh; }
  @media (max-width: 768px) {
    .logoHeader {
      height: 10vh;
      width: 10vh;
      margin-top: 0px; } }

.bannerHeader {
  width: 90%;
  height: 85vh;
  position: absolute;
  left: 5%;
  top: 24vh;
  display: none; }
  @media (max-width: 768px) {
    .bannerHeader {
      height: auto;
      position: relative;
      padding: 0 0 5vh 0;
      top: 0;
      z-index: 1;
      display: block; }
      .bannerHeader .last {
        margin-top: 4vh; } }
  .bannerHeader .psicologa {
    height: 80vh;
    width: 100%;
    object-fit: contain;
    object-position: left;
    float: left; }
    @media (max-width: 768px) {
      .bannerHeader .psicologa {
        height: 40vh;
        object-position: center; } }

.titleBannerHeader {
  height: 85vh;
  width: 52%;
  padding-top: 16vh;
  padding-left: 0;
  position: absolute;
  z-index: 0;
  left: 5vw;
  top: 14vh; }
  @media (max-width: 768px) {
    .titleBannerHeader {
      position: relative; } }

.contatoDescriptionBar {
  padding: 1.25vh 4vw;
  float: left;
  background-color: #4bc3b8;
  text-decoration: none;
  font-size: 2.5vh;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  border-radius: 0.35vw;
  margin-top: 3vh;
  color: #ECEFF3 !important; }
  @media (max-width: 768px) {
    .contatoDescriptionBar {
      width: 100%;
      text-align: center;
      border-radius: 0.4vh; } }

.pilares {
  width: 100%;
  height: auto;
  padding-bottom: 0;
  float: left;
  margin-top: 35vh; }
  @media (max-width: 768px) {
    .pilares {
      padding: 0 5vw;
      margin-top: 15vh; } }
  .pilares * {
    font-family: "Montserrat", sans-serif;
    text-align: center; }
  .pilares .titlePilar {
    height: auto;
    width: 60%;
    float: left;
    margin-left: 20%;
    margin-bottom: 5vh;
    font-size: 5.5vh;
    font-weight: 900;
    color: #4bc3b8; }
    @media (max-width: 768px) {
      .pilares .titlePilar {
        width: 100%;
        font-size: 3.5vh;
        margin-left: 0; } }
  .pilares .descriptionTitlePilar {
    height: auto;
    width: 60%;
    float: left;
    margin-left: 20%;
    clear: left;
    color: #7b7b7b;
    font-size: 2.5vh; }
    @media (max-width: 768px) {
      .pilares .descriptionTitlePilar {
        width: 100%;
        margin: 0px; } }
  .pilares .descriptionTitlePilar.last {
    margin-top: 6vh; }
  .pilares .boxToPilar {
    height: auto;
    width: 100%;
    padding: 0 6vw;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 1vw;
    justify-content: center;
    justify-items: center;
    margin-top: 7.5vh; }
    @media (max-width: 768px) {
      .pilares .boxToPilar {
        grid-template-columns: 1fr; } }
    .pilares .boxToPilar .textPilar {
      color: #7b7b7b; }
    @media (max-width: 768px) {
      .pilares .boxToPilar {
        grid-template-columns: 1fr; } }
  .pilares .btnPilar {
    padding: 1.25vh 4vw;
    float: left;
    background-color: #4bc3b8;
    text-decoration: none;
    font-size: 2.5vh;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    border-radius: 0.35vw;
    margin-top: 3vh;
    color: #FFF !important;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 7.5vh;
    text-align: center; }
    @media (max-width: 768px) {
      .pilares .btnPilar {
        width: 100%;
        border-radius: 0.4vh;
        margin-bottom: 10vh;
        font-weight: 400; } }
  .pilares .pilar {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: min-content min-content;
    justify-content: center;
    justify-items: center;
    grid-row-gap: 3vh;
    margin-top: 10vh; }
    .pilares .pilar * {
      font-size: 2.5vh; }
    .pilares .pilar a {
      width: 80%;
      height: 5vh;
      padding: 0.35vw;
      background-color: #4bc3b8;
      border-radius: 0.5vh;
      color: #FFF;
      text-align: center;
      display: grid;
      justify-content: center;
      align-content: center;
      align-self: end; }
    .pilares .pilar figure {
      height: 15vh;
      width: 15vh;
      border-radius: 15vh;
      padding: 3.5vh;
      background-color: #4bc3b8; }
      .pilares .pilar figure img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
    .pilares .pilar .pilar.one {
      grid-column-start: 1;
      grid-column-end: 3; }
      @media (max-width: 768px) {
        .pilares .pilar .pilar.one {
          grid-column-start: 1;
          grid-column-end: 2; } }
    .pilares .pilar .pilar.two {
      grid-column-start: 3;
      grid-column-end: 5; }
      @media (max-width: 768px) {
        .pilares .pilar .pilar.two {
          grid-column-start: 1;
          grid-column-end: 2; } }
    .pilares .pilar .pilar.three {
      grid-column-start: 5;
      grid-column-end: 7; }
      @media (max-width: 768px) {
        .pilares .pilar .pilar.three {
          grid-column-start: 1;
          grid-column-end: 2; } }
    .pilares .pilar .pilar.four {
      grid-column-start: 1;
      grid-column-end: 3; }
      @media (max-width: 768px) {
        .pilares .pilar .pilar.four {
          grid-column-start: 1;
          grid-column-end: 2; } }
    .pilares .pilar .pilar.five {
      grid-column-start: 3;
      grid-column-end: 5; }
      @media (max-width: 768px) {
        .pilares .pilar .pilar.five {
          grid-column-start: 1;
          grid-column-end: 2; } }
    .pilares .pilar .pilar.six {
      grid-column-start: 5;
      grid-column-end: 7; }
      @media (max-width: 768px) {
        .pilares .pilar .pilar.six {
          grid-column-start: 1;
          grid-column-end: 2; } }
  .pilares .pilar.one {
    grid-column-start: 1;
    grid-column-end: 3; }
    @media (max-width: 768px) {
      .pilares .pilar.one {
        grid-column-start: 1;
        grid-column-end: 2; } }
  .pilares .pilar.two {
    grid-column-start: 3;
    grid-column-end: 5; }
    @media (max-width: 768px) {
      .pilares .pilar.two {
        grid-column-start: 1;
        grid-column-end: 2; } }
  .pilares .pilar.three {
    grid-column-start: 5;
    grid-column-end: 7; }
    @media (max-width: 768px) {
      .pilares .pilar.three {
        grid-column-start: 1;
        grid-column-end: 2; } }
  .pilares .pilar.four {
    grid-column-start: 1;
    grid-column-end: 3; }
    @media (max-width: 768px) {
      .pilares .pilar.four {
        grid-column-start: 1;
        grid-column-end: 2; } }
  .pilares .pilar.five {
    grid-column-start: 3;
    grid-column-end: 5; }
    @media (max-width: 768px) {
      .pilares .pilar.five {
        grid-column-start: 1;
        grid-column-end: 2; } }
  .pilares .pilar.six {
    grid-column-start: 5;
    grid-column-end: 7; }
    @media (max-width: 768px) {
      .pilares .pilar.six {
        grid-column-start: 1;
        grid-column-end: 2; } }

.depoimentos {
  height: auto;
  width: 100%;
  padding: 5vh 5vw 10vh 5vw;
  background-color: #4bc3b8;
  float: left;
  position: relative; }
  @media (max-width: 768px) {
    .depoimentos {
      height: 105vh; } }
  .depoimentos * {
    color: #FFF;
    font-family: "Montserrat", sans-serif; }
  .depoimentos small {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 2vh;
    font-weight: 600;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    margin-top: 10vh;
    margin-bottom: 1vh; }
    @media (max-width: 768px) {
      .depoimentos small {
        margin-top: 7vh; } }
  .depoimentos .titleDepoimentos {
    width: 80%;
    font-size: 6vh;
    font-weight: 900;
    text-align: center;
    margin-top: 0;
    margin-bottom: 3vh;
    margin-left: 10%;
    line-height: 1.2; }
    @media (max-width: 768px) {
      .depoimentos .titleDepoimentos {
        width: 100%;
        font-size: 3.5vh;
        float: left;
        margin: 0 0 4vh 0; } }
  .depoimentos .boxToDepoimentos {
    width: 31.33%;
    height: 30vh;
    display: grid;
    grid-template-columns: 6vh auto;
    grid-column-gap: 2%;
    border-radius: 0.75vw;
    margin-right: 2%;
    float: left;
    border-style: solid;
    border-width: 1px;
    padding: 1vh; }
    @media (max-width: 1435px) {
      .depoimentos .boxToDepoimentos {
        height: 34vh; } }
    @media (max-width: 1340px) {
      .depoimentos .boxToDepoimentos {
        height: 42vh; } }
    @media (max-width: 1140px) {
      .depoimentos .boxToDepoimentos {
        height: 50vh; } }
    @media (max-width: 768px) {
      .depoimentos .boxToDepoimentos {
        width: 100%;
        height: auto; } }
    .depoimentos .boxToDepoimentos figure {
      height: 6vh;
      width: 6vh; }
      .depoimentos .boxToDepoimentos figure img {
        height: 6vh;
        width: 6vh;
        object-fit: contain; }
    .depoimentos .boxToDepoimentos .textToDepoimento {
      width: 100%;
      height: auto;
      padding: 1.5vh;
      border-radius: 0.5vw; }
      .depoimentos .boxToDepoimentos .textToDepoimento * {
        color: #fff;
        font-family: "Montserrat", sans-serif; }
      .depoimentos .boxToDepoimentos .textToDepoimento h3 {
        font-size: 2.5vh;
        font-weight: 900;
        margin-bottom: 2vh; }
      .depoimentos .boxToDepoimentos .textToDepoimento p {
        font-size: 2.25vh; }
  .depoimentos .lastBarDepoimentos {
    width: 100%;
    height: 10vh;
    background-color: #4bc3b8;
    bottom: -5.9vh;
    position: absolute;
    left: 0;
    rotate: 1deg;
    z-index: -1; }
    @media (max-width: 768px) {
      .depoimentos .lastBarDepoimentos {
        height: 5vh;
        bottom: -1.9vh;
        z-index: -1; } }
  .depoimentos .presentationText {
    font-size: 2.5vh;
    text-align: center;
    width: 85%;
    margin: 0 0 6vh 7.5%; }

.sessaoNumero {
  width: 100%;
  height: auto;
  padding: 0 5vw 0 5vw;
  float: left;
  margin-top: 23vh; }
  @media (max-width: 768px) {
    .sessaoNumero {
      margin-top: 14vh; } }
  .sessaoNumero b, .sessaoNumero h2, .sessaoNumero .firstText {
    font-family: "Montserrat", sans-serif; }
  .sessaoNumero .titleSessaoNumero {
    font-size: 5vh;
    color: #4bc3b8;
    font-weight: 900;
    text-align: left;
    margin-bottom: 5vh; }
    @media (max-width: 768px) {
      .sessaoNumero .titleSessaoNumero {
        font-size: 3.5vh; } }
  .sessaoNumero .firstText {
    width: 100%;
    font-size: 2.5vh;
    color: #7b7b7b;
    float: left;
    margin: 2vh 0; }
  .sessaoNumero .lastText {
    width: 100%;
    font-size: 2.5vh;
    color: #7b7b7b;
    float: left;
    font-family: "Montserrat", sans-serif; }
  .sessaoNumero .anotherText {
    height: auto;
    width: 40%;
    display: grid;
    grid-template-columns: 2vw auto;
    font-size: 2.25vh;
    color: #7b7b7b;
    font-weight: 400;
    float: left;
    margin-bottom: 5vh;
    margin-right: 4%;
    font-family: "Montserrat", sans-serif; }
    .sessaoNumero .anotherText b {
      font-weight: 400; }
    .sessaoNumero .anotherText .fa-check {
      color: #4bc3b8; }
    @media (max-width: 768px) {
      .sessaoNumero .anotherText {
        width: 100%;
        grid-template-columns: 4vh auto;
        margin-right: 0px; } }
  .sessaoNumero .first {
    margin-top: 4vh; }
    @media (max-width: 768px) {
      .sessaoNumero .first {
        margin-top: 0px; } }
  .sessaoNumero .btnContatoSessaoNumero {
    padding: 1.25vh 4vw;
    float: left;
    background-color: #4bc3b8;
    text-decoration: none;
    font-size: 2.5vh;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    border-radius: 0.35vw;
    margin-top: 3vh;
    color: #FFF !important;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 7.5vh;
    text-align: center; }
    @media (max-width: 768px) {
      .sessaoNumero .btnContatoSessaoNumero {
        width: 100%;
        border-radius: 0.4vh;
        margin-left: 0px;
        transform: translateX(0px);
        font-weight: 400; } }
  @media (max-width: 768px) {
    .sessaoNumero .firstSmartphone {
      margin-top: 7vh; } }

.aboutUs {
  height: auto;
  width: 100%;
  padding: 0 5vw;
  background-color: #4bc3b8;
  float: left;
  margin-top: 12.5vh; }
  .aboutUs img {
    height: 112vh;
    object-fit: cover;
    border-radius: 0;
    float: left;
    margin-left: -5vw;
    width: 55%; }
    @media (max-width: 768px) {
      .aboutUs img {
        height: 45vh;
        width: 95vw;
        margin-left: -2.5vw;
        border-radius: 1.5vh; } }
  .aboutUs * {
    font-family: "Montserrat", sans-serif; }
  .aboutUs h2 {
    font-size: 4vh;
    font-weight: 900;
    color: #fff;
    margin-bottom: 3vh; }
    @media (max-width: 768px) {
      .aboutUs h2 {
        margin-top: 5vh;
        font-size: 3.5vh; } }
  .aboutUs p {
    font-size: 2.5vh;
    color: #fff;
    margin-bottom: 2vh; }
  .aboutUs .btnAboutUs {
    padding: 1.25vh 4vw;
    float: left;
    background-color: unset;
    border-style: solid;
    border-width: 1px;
    border-color: #FFF;
    text-decoration: none;
    color: #FFF;
    font-size: 2.5vh;
    font-weight: 600;
    margin-top: 3vh;
    font-family: "Montserrat", sans-serif;
    border-radius: 0.35vw;
    text-align: center; }
    @media (max-width: 768px) {
      .aboutUs .btnAboutUs {
        width: 100%;
        border-radius: 0.4vh; } }
  .aboutUs .secondBoxtext {
    margin-left: 5%;
    float: right;
    width: 45%;
    margin-top: 10vh; }
    @media (max-width: 768px) {
      .aboutUs .secondBoxtext {
        width: 100%;
        margin-top: 5vh;
        margin-left: 0px;
        margin-bottom: 6.5vh; } }
  @media (max-width: 768px) {
    .aboutUs .firstSmartphone {
      margin-top: 7vh; } }

.sessionMaps {
  height: auto;
  width: 100%;
  float: left;
  margin-top: 15vh;
  font-family: "Montserrat", sans-serif; }
  .sessionMaps * {
    font-family: "Montserrat", sans-serif; }
  @media (max-width: 768px) {
    .sessionMaps {
      padding: 0 5vw;
      margin-top: 5vh; } }
  .sessionMaps h2 {
    font-family: "Montserrat", sans-serif;
    color: #4bc3b8;
    font-size: 4vh;
    text-align: center;
    font-weight: 900;
    width: 100%;
    float: left;
    margin-bottom: 5vh;
    margin-top: 5vh; }
    @media (max-width: 768px) {
      .sessionMaps h2 {
        font-size: 3.5vh; } }
  .sessionMaps p {
    width: 80%;
    float: left;
    margin: 0 0 4vh 10%;
    font-size: 2.5vh;
    text-align: center;
    color: #7b7b7b; }
    @media (max-width: 768px) {
      .sessionMaps p {
        width: 100%;
        margin: 0 0 4vh 0; } }
  .sessionMaps .maps {
    height: 60vh;
    width: 100%; }
    @media (max-width: 768px) {
      .sessionMaps .maps {
        height: 50vh; } }

footer {
  width: 100%;
  float: left;
  font-family: "Montserrat", sans-serif; }
  footer * {
    font-family: "Montserrat", sans-serif; }

.faq-section {
  height: auto;
  width: 80%;
  padding: 0 20px;
  font-family: "Montserrat", sans-serif;
  float: left;
  margin-top: 15vh;
  margin-bottom: 20vh;
  margin-left: 10%; }
  .faq-section * {
    font-family: "Montserrat", sans-serif; }
  @media (max-width: 768px) {
    .faq-section {
      width: 100%;
      margin-left: 0PX; } }

.faq-section h2 {
  font-size: 4.25vh;
  margin-bottom: 7vh;
  text-align: center;
  color: #7b7b7b; }
  @media (max-width: 768px) {
    .faq-section h2 {
      font-size: 3.25vh; } }

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 3vh 0; }

.faq-question {
  margin: 0;
  font-size: 2.5vh;
  cursor: pointer;
  position: relative;
  color: #7b7b7b; }

.faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  font-size: 2.5vh;
  transition: transform 0.3s; }

.faq-question.active::after {
  content: '-'; }

.faq-answer {
  display: none;
  margin-top: 3vh;
  margin-bottom: 5vh;
  font-size: 2vh;
  color: #494949; }

.faq-answer.show {
  display: block; }

footer {
  background-color: #2e2e2e;
  color: #fff;
  padding: 20px 0;
  text-align: center; }

.footer-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px; }
  @media (max-width: 768px) {
    .footer-container {
      padding: 4vh 0 14vh 0; } }

.footer-container h3 {
  margin: 0;
  color: #7b7b7b; }

.footer-container p {
  margin: 5px 0;
  font-size: 2vh;
  color: #7b7b7b; }

.footer-container * {
  color: #7b7b7b !important; }

.footer-line {
  border-top: 1px solid #555;
  margin: 15px 0; }

.footer-year {
  font-size: 0.9rem;
  color: #aaa; }

/* Estilo dos links de política e termos */
.footer-links {
  margin-top: 10px; }

.footer-links a {
  color: #ccc;
  text-decoration: none;
  margin: 0 10px;
  font-size: 0.9rem; }

.footer-links a:hover {
  color: #fff;
  text-decoration: underline; }

/* Redes sociais */
.social-icons {
  margin: 15px 0; }

.social-icons a {
  color: #ccc;
  margin: 0 10px;
  font-size: 1.4rem;
  text-decoration: none;
  transition: color 0.3s; }

.social-icons a:hover {
  color: #1da1f2; }

@media (max-width: 600px) {
  .footer-container h2 {
    font-size: 1.2rem; }

  .footer-container p {
    font-size: 0.9rem; }

  .footer-links a,
  .social-icons a {
    display: inline-block;
    margin: 8px 5px; } }
.smartphone {
  display: none; }

@media (max-width: 768px) {
  .desktop {
    display: none; }

  .smartphone {
    display: block; } }
.bodyMenuSmartphone {
  position: absolute;
  top: -100vh;
  z-index: 1;
  font-family: "Montserrat", sans-serif; }

@media (max-width: 768px) {
  .bodyMenuSmartphone.active {
    display: block;
    height: auto;
    width: 100vw;
    background-color: #FFF;
    position: absolute;
    top: 12.5vh;
    left: 0;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    transition-duration: 1s; }
    .bodyMenuSmartphone.active a {
      height: auto;
      width: 100%;
      text-align: left;
      padding: 1.75vh 5vw;
      float: left;
      position: relative;
      text-decoration: none;
      color: #4bc3b8;
      font-size: 2.5vh;
      font-weight: 500;
      font-family: "Montserrat", sans-serif; }
    .bodyMenuSmartphone.active a:hover {
      background-color: #4bc3b8;
      color: #FFF; } }
.bodyMenuSmartphone {
  position: absolute;
  top: -100vh;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  display: none; }

@media (max-width: 768px) {
  .bodyMenuSmartphone.active {
    display: block;
    height: auto;
    width: 100vw;
    background-color: #FFF;
    position: absolute;
    top: 12.5vh;
    left: 0;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    transition-duration: 1s; }
    .bodyMenuSmartphone.active a, .bodyMenuSmartphone.active .subMenu {
      height: auto;
      width: 100%;
      padding: 1.75vh 5vw;
      text-align: left;
      float: left;
      position: relative;
      text-decoration: none;
      color: #4bc3b8;
      font-size: 2.5vh;
      font-weight: 500;
      font-family: "Montserrat", sans-serif; }
    .bodyMenuSmartphone.active .subMenu .fa {
      margin: 0 0 -2.5vh 0;
      right: 8vw;
      float: right;
      transition-duration: 0.8s; }
    .bodyMenuSmartphone.active .subMenu.active .fa {
      transform: rotate(90deg);
      transition-duration: 0.8s; }
    .bodyMenuSmartphone.active .linkSubMenu {
      height: 0px;
      font-size: 0px;
      transition-duration: 1s;
      display: none; }
    .bodyMenuSmartphone.active .linkSubMenu.active {
      height: auto;
      width: 100%;
      padding: 1.75vh 5vw;
      text-align: left;
      float: left;
      position: relative;
      text-decoration: none;
      font-size: 2.5vh;
      font-weight: 500;
      font-family: "Montserrat", sans-serif;
      background-color: #4bc3b8;
      color: #FFF;
      transition-duration: 1s;
      display: block; }
    .bodyMenuSmartphone.active .linkSubMenu.last {
      border-style: solid;
      border-width: 0px 0px 1vh 0px;
      border-color: #FFF; }
    .bodyMenuSmartphone.active a:hover {
      background-color: #4bc3b8;
      color: #FFF; } }
.whatsappBox {
  z-index: 100;
  position: fixed;
  bottom: 3.5vh;
  right: 4.5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(0.75rem + 1.5vh); }
  @media (max-width: 768px) {
    .whatsappBox {
      bottom: 2.5vh;
      right: 2.5vh; } }

.speech {
  position: relative;
  max-width: 30em;
  background: #fff;
  padding: 1em;
  font-size: 2.5vh;
  color: #001E62;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
  cursor: pointer; }

.whatsCrop {
  background: #25D366;
  height: 10vh;
  width: 10vh;
  padding: 1.5vh;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
  cursor: pointer; }

.whatsCrop img {
  height: 100%; }

.speech {
  font-family: "Montserrat", sans-serif; }

/*# sourceMappingURL=avaliacao-para-vigilante.css.map */
