@charset "UTF-8";
@import url("resetar.min.css");
@import url("alerta.min.css");
/****************************************** BANNER **********************************************/
#banner {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: 800px;
  min-height: 800px;
  background-image: url("../IMG/banner-min.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #14214A;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 10;
}
#banner .banner-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7450980392);
}
#banner header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
}
@media screen and (min-width: 981px) {
  #banner .headerContainer-show {
    position: fixed;
    transform: translateY(-100%);
    background-color: #14214A;
    z-index: 100;
    padding: 5px 0;
  }
  #banner .headerContainer-show .banner-header-mx {
    padding-top: 2px !important;
  }
  #banner .headerContainer-show-animation {
    transform: translateY(0%) !important;
    transition: transform 0.5s ease-in-out;
  }
}
#banner .banner-header-mx {
  max-width: 1200px;
  height: 100%;
  margin: auto;
  padding: 0;
  padding-top: 10px;
}
@media screen and (max-width: 1200px) {
  #banner .banner-header-mx {
    padding: 0 20px;
    padding-top: 10px;
  }
}
#banner .banner-logo {
  height: 100%;
  width: 200px;
}
#banner .banner-logo img {
  height: calc(100% - 10px);
}
#banner .banner-list li {
  padding-left: 30px;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
}
#banner .banner-list li::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0%;
  height: 4px;
  background-color: #ffffff;
  transition: width 0.4s ease-in-out;
  margin-left: 15px;
}
#banner .banner-list li:active::after, #banner .banner-list li:hover::after {
  width: 100%;
}
#banner .banner-list li::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -15px;
  width: 0%;
  height: 4px;
  background-color: #ffffff;
  transition: width 0.4s ease-in-out;
}
#banner .banner-list li:active::before, #banner .banner-list li:hover::before {
  width: 100%;
}
#banner .banner-list li a {
  color: #ffffff;
  white-space: nowrap;
}
#banner .banner-conteudo {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: 100%;
  margin: 25px 0;
}
#banner .banner-conteudo-mx {
  max-width: 1300px;
  height: 680px;
  margin: auto;
  padding: 0 50px;
}
#banner .banner-conteudo-balao {
  max-width: 650px;
  height: auto;
}
#banner .banner-conteudo-balao h1 {
  font-size: min(2.8rem, 14vw);
  color: #ffffff;
  font-weight: 400;
}
#banner .banner-conteudo-balao h2 {
  font-size: min(1.6rem, 12vw);
  color: #0f91d2;
  font-weight: 600;
  padding: 35px 0;
}
#banner .banner-button {
  box-sizing: content-box;
}
#banner .banner-button button {
  padding: 12.5px 22.5px;
  border-radius: 25px;
}
@media screen and (max-width: 460px) {
  #banner .banner-button button {
    margin: 10px 0 !important;
  }
}
#banner .banner-button button a {
  transition: color 0.4s ease-in-out;
  color: #ffffff;
  height: 21.6px;
}
#banner .banner-button button a span {
  font-size: 1.1rem;
}
#banner .banner-button button a i {
  padding-right: 6px;
  font-size: 1.5rem;
}
#banner .banner-button .banner-btn-contato {
  background-color: #3767cd;
  border: 2px solid #3767cd;
  transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}
#banner .banner-button .banner-btn-contato:hover {
  background-color: #21325e;
  border: 2px solid #21325e;
}
#banner .banner-button .banner-btn-sobrenos {
  position: relative;
  background-color: transparent;
  margin-left: 10px;
  border: 2px solid #ffffff;
  overflow: hidden;
  z-index: 0;
}
#banner .banner-button .banner-btn-sobrenos::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
  transition: width 0.4s ease-in-out;
  z-index: -1;
}
#banner .banner-button .banner-btn-sobrenos:active::after, #banner .banner-button .banner-btn-sobrenos:hover::after {
  width: 100%;
}
#banner .banner-button .banner-btn-sobrenos:hover a {
  color: #21325e;
}
#banner .menu-open,
#banner .menu-close {
  padding-top: 20px;
  cursor: pointer;
}
#banner .menu-open span,
#banner .menu-close span {
  font-size: 2rem;
  color: #ffffff;
}
#banner .banner-logo-nav {
  width: 100%;
  height: 70px;
}
#banner .banner-logo-nav img {
  height: 50px;
}
#banner .menu-close {
  padding-top: 10px;
}
#banner .menu-close span {
  font-size: 1.8rem;
  color: #ffffff;
}
#banner .banner-logo-nav,
#banner .menu-open {
  display: none;
}
@media screen and (max-width: 600px) {
  #banner .banner-conteudo-balao {
    max-width: 100%;
  }
  #banner .banner-conteudo-balao h2 {
    padding: 20px 0;
  }
}
@media screen and (max-width: 980px) {
  #banner .banner-conteudo-mx {
    padding: 0 20px;
  }
  #banner .banner-logo-nav,
#banner .menu-open {
    display: inline-flex;
  }
  #banner .banner-list li::after, #banner .banner-list li::before {
    display: none;
  }
  #banner .banner-logo {
    height: 100%;
    width: 100%;
    padding-left: 0px;
  }
  #banner .banner-list {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.4s ease-in-out;
    padding: 20px;
    width: 300px;
    height: 100%;
    background-color: #3559c7;
    z-index: 999;
  }
  #banner .banner-list li {
    width: 100%;
    padding: 10px 0;
    margin: 10px 0;
  }
  #banner .banner-list li a {
    color: #f8f8f8;
  }
  #banner .banner-list-nav {
    transform: translateX(0%) !important;
  }
}

/****************************************** SOBRE NÓS **********************************************/
#sobrenos {
  width: 100%;
  min-height: 700px;
  /*Animação das fotos da parte do sobre nós*/
}
#sobrenos .sobrenos-mx {
  max-width: 1300px;
  height: 100%;
  margin: auto;
  padding: 50px 0;
}
@media screen and (max-width: 1100px) {
  #sobrenos .sobrenos-mx {
    padding: 50px 15px;
  }
}
#sobrenos .sobrenos-texto {
  width: 40%;
  min-height: 300px;
}
#sobrenos .sobrenos-titulo {
  color: #413e66;
  font-size: 2.5rem;
  font-weight: 600;
  padding: 10px 0;
}
#sobrenos .sobrenos-paragrafo {
  padding: 8px 0;
  text-align: justify;
  font-size: 1.1rem;
}
#sobrenos .sobrenos-texto-nome {
  font-size: 1.4rem;
  padding: 5px 0;
  font-weight: 500;
}
#sobrenos .sobrenos-redesocial {
  padding: 15px 0;
}
#sobrenos .sobrenos-redesocial-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #0f91d2;
  transition: transform 0.3s ease-in;
}
#sobrenos .sobrenos-redesocial-icon a {
  color: #ffffff;
  font-size: 1.5rem;
}
#sobrenos .sobrenos-redesocial-icon:hover, #sobrenos .sobrenos-redesocial-icon:active {
  -webkit-animation: sobrenosIconAnimation 2s ease-in-out 0.1s infinite alternate forwards;
          animation: sobrenosIconAnimation 2s ease-in-out 0.1s infinite alternate forwards;
}
@-webkit-keyframes sobrenosIconAnimation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(30deg);
  }
}
@keyframes sobrenosIconAnimation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(30deg);
  }
}
#sobrenos .sobrenos-icon-facebook {
  background-color: #3b5998;
}
#sobrenos .sobrenos-icon-linkedin {
  background-color: #007bb6;
}
#sobrenos .sobrenos-icon-whatsapp {
  background-color: #34af23;
}
#sobrenos .sobrenos-icon-instagram {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
#sobrenos .sobrenos-fotos {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-left: 20px;
}
#sobrenos .sobrenos-fotos-left,
#sobrenos .sobrenos-fotos-right {
  position: relative;
  margin: 0 10px;
  border-radius: 25px;
  overflow: hidden;
  width: 280px;
  height: 500px;
  min-height: 400px;
}
#sobrenos .sobrenos-fotos-left img,
#sobrenos .sobrenos-fotos-right img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#sobrenos .sobrenos-fotos-left img {
  height: 100%;
  width: 100%;
}
#sobrenos .sobrenos-fotos-right {
  height: auto;
}
#sobrenos .sobrenos-fotos-right-one {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 25px;
  margin: 20px 0;
}
#sobrenos .sobrenos-fotos-right-one img {
  width: 100%;
  height: 100%;
}
#sobrenos .sobrenos-fotos-right-two {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-radius: 25px;
}
#sobrenos .sobrenos-fotos-right-two img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 890px) {
  #sobrenos .sobrenos-texto,
#sobrenos .sobrenos-fotos {
    width: 100%;
    max-width: 550px !important;
  }
  #sobrenos .sobrenos-texto {
    order: 2;
    padding: 20px;
  }
  #sobrenos .sobrenos-fotos {
    order: 1;
    padding-left: 0;
  }
  #sobrenos .sobrenos-mx {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  #sobrenos .sobrenos-paragrafo {
    text-align: left;
  }
  #sobrenos .sobrenos-fotos-left {
    width: 50vw !important;
    height: 90vw !important;
    min-height: auto;
  }
  #sobrenos .sobrenos-fotos-right {
    width: 50vw !important;
  }
  #sobrenos .sobrenos-fotos-right-one {
    height: 70vw !important;
  }
  #sobrenos .sobrenos-fotos-right-two {
    height: 50vw !important;
  }
}
#sobrenos .sobrenos-photoAnimation {
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  cursor: pointer;
}
#sobrenos .sobrenos-photoAnimation-1-1 {
  opacity: 0;
  -webkit-animation: sobreNosFotoAnimation 10s ease 0s infinite;
          animation: sobreNosFotoAnimation 10s ease 0s infinite;
}
#sobrenos .sobrenos-photoAnimation-1-2 {
  opacity: 0;
  -webkit-animation: sobreNosFotoAnimation 10s ease 5s infinite;
          animation: sobreNosFotoAnimation 10s ease 5s infinite;
}
#sobrenos .sobrenos-photoAnimation-2-1 {
  opacity: 0;
  -webkit-animation: sobreNosFotoAnimation 10s ease 2s infinite;
          animation: sobreNosFotoAnimation 10s ease 2s infinite;
}
#sobrenos .sobrenos-photoAnimation-2-2 {
  opacity: 0;
  -webkit-animation: sobreNosFotoAnimation 10s ease 7s infinite;
          animation: sobreNosFotoAnimation 10s ease 7s infinite;
}
#sobrenos .sobrenos-photoAnimation-3-1 {
  opacity: 0;
  -webkit-animation: sobreNosFotoAnimation 10s ease 3s infinite;
          animation: sobreNosFotoAnimation 10s ease 3s infinite;
}
#sobrenos .sobrenos-photoAnimation-3-2 {
  opacity: 0;
  -webkit-animation: sobreNosFotoAnimation 10s ease 8s infinite;
          animation: sobreNosFotoAnimation 10s ease 8s infinite;
}
@-webkit-keyframes sobreNosFotoAnimation {
  0% {
    opacity: 0;
  }
  20%, 50% {
    opacity: 1;
    z-index: 1;
  }
  70%, 100% {
    opacity: 0;
  }
}
@keyframes sobreNosFotoAnimation {
  0% {
    opacity: 0;
  }
  20%, 50% {
    opacity: 1;
    z-index: 1;
  }
  70%, 100% {
    opacity: 0;
  }
}

/****************************************** SERVIÇOS **********************************************/
#servicos {
  background-color: #f5f8fd;
  width: 100%;
  padding: 40px 15px;
}
#servicos .servicos-titulo {
  text-align: center;
  color: #413e66;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 15px 0;
}
#servicos .servicos-paragrafo {
  text-align: center;
  max-width: 400px;
  margin: auto;
  font-weight: 400;
}
#servicos .servicos-cartoes {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 1150px;
  min-height: 500px;
  margin: 60px auto;
  flex-wrap: wrap;
}
#servicos .servicos-bloco {
  position: relative;
  width: 350px;
  min-height: 425px;
  background-color: #ffffff;
  padding: 20px 15px;
  margin: 10px;
  border-radius: 5px;
  overflow: hidden;
  /* &:hover,
  &:active {
    transform: scale(1.1, 1.1);
  }*/
}
#servicos .servicos-bloco-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
#servicos .servicos-bloco-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6901960784);
}
#servicos .servicos-bloco-conteudo {
  padding: 75px 20px;
}
#servicos .servicos-bloco-conteudo button {
  display: block;
  background-color: transparent;
  color: #3559c7;
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin: auto;
  margin-top: 30px;
  padding: 7px 15px;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
#servicos .servicos-bloco-conteudo button:active, #servicos .servicos-bloco-conteudo button:hover {
  background-color: #3559c7;
  color: #ffffff;
}
#servicos .servicos-bloco-titulo {
  text-align: center;
  padding: 15px 0;
  font-weight: 500;
  color: #ffffff;
}
#servicos .servicos-bloco-paragrafo {
  text-align: center;
  font-weight: 200;
  line-height: 25px;
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  color: #ffffff;
}
@media screen and (max-width: 1160px) {
  #servicos .servicos-cartoes {
    max-width: 800px;
  }
}
@media screen and (max-width: 790px) {
  #servicos .servicos-cartoes {
    max-width: 100%;
  }
  #servicos .servicos-bloco {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 600px) {
  #servicos .servicos-cartoes {
    max-width: 360px;
  }
  #servicos .servicos-bloco {
    width: 350px;
  }
}

/****************************************** VALORES **********************************************/
#valores {
  width: 100%;
  height: 500px;
}
#valores .valores-mx {
  max-width: 1100px;
  height: 100%;
  margin: auto;
  padding: 50px 15px;
}
#valores .valores-imagem {
  position: relative;
  width: 50%;
  height: 100%;
}
#valores .valores-imagem-bgAnimation {
  position: absolute;
  width: 85%;
  height: 85%;
  background-color: #b5c3ff;
}
#valores .valores-imagem-bgAnimation-ladoA {
  left: 0;
  top: 0;
}
#valores .valores-imagem-bgAnimation-ladoB {
  right: 0;
  bottom: 0;
}
#valores .valores-imagem-bg {
  width: 90%;
  height: 90%;
  z-index: 1;
  overflow: hidden;
  border: 10px solid #ffffff;
}
#valores .valores-imagem-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#valores .valores-conteudo {
  width: 50%;
  height: 100%;
  flex-direction: column;
}
#valores .valores-conteudo-texto {
  position: relative;
  padding: 20px 20px;
}
#valores .valores-conteudo-texto-border::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: calc(100% - 40px);
  border-top: 1px solid #cecece;
}
#valores .valores-conteudo-texto-border::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  width: calc(100% - 40px);
  border-bottom: 1px solid #cecece;
}
#valores .valores-conteudo-texto-titulo {
  padding: 10px 0;
}
#valores .valores-conteudo-texto-titulo p {
  font-weight: bold;
  font-size: 1.4rem;
  color: #3c3c3c;
}
#valores .valores-conteudo-texto-titulo p span {
  padding-left: 10px;
}
#valores .valores-conteudo-texto-titulo-paragrafo p {
  color: #3c3c3c;
  font-size: 0.85rem;
}
@media screen and (max-width: 600px) {
  #valores {
    height: auto;
  }
  #valores .valores-mx {
    flex-wrap: wrap;
  }
  #valores .valores-imagem {
    height: 60vw;
  }
  #valores .valores-imagem-bg {
    height: 88%;
  }
  #valores .valores-imagem-bgAnimation {
    height: 78%;
  }
  #valores .valores-imagem,
#valores .valores-conteudo {
    width: 100%;
  }
}

/****************************************** CURSOS **********************************************/
#cursos {
  width: 100%;
  min-height: 600px;
}
#cursos .cursos-mx {
  max-width: 1100px;
  height: 100%;
  margin: auto;
  padding: 50px 15px;
}
@media screen and (max-width: 1200px) {
  #cursos .cursos-mx {
    overflow: hidden;
  }
}
#cursos .cursos-conteudo {
  width: 45%;
  height: 100%;
}
#cursos .cursos-conteudo-titulo {
  color: #413e66;
  font-size: 2.8rem;
  font-weight: 600;
  padding: 15px 0;
  line-height: 40px;
}
#cursos .cursos-conteudo-modalidade {
  width: 100%;
  padding: 18px 10px;
  background-color: #ebeef9;
  border-left: 5px solid #7b61ff;
  border-radius: 2.5px;
}
#cursos .cursos-conteudo-modalidade p {
  color: #555555;
}
#cursos .cursos-conteudo-paragrafo {
  color: #555555;
  padding-top: 10px;
  font-size: 1.1rem;
}
#cursos .cursos-conteudo-ul {
  padding: 10px 0;
  padding-left: 50px;
}
#cursos .cursos-conteudo-ul li {
  color: #555555;
  font-weight: 300;
  padding: 5px 0;
  font-size: 1.1rem;
  position: relative;
}
#cursos .cursos-conteudo-ul li::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 5px;
  width: 25px;
  height: 25px;
  background-image: url("../IMG/icons8-product-quality-checkmark-for-approved-and-tested-80.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#cursos .cursos-imagem {
  width: 55%;
  height: 500px;
}
#cursos .cursos-imagem-container {
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  padding-left: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
#cursos .cursos-imagem-container::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  z-index: -1;
  transform: translateY(-50%);
  width: 50px;
  height: 60%;
  background-image: url("../IMG/Dots.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
#cursos .cursos-imagem-container-card {
  width: 50%;
  height: 50%;
  position: relative;
  cursor: pointer;
}
#cursos .cursos-imagem-container-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#cursos .cursos-imagem-container-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6901960784);
}
#cursos .cursos-imagem-container-msg {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  bottom: 20px;
  left: -10%;
  padding: 20px 10px;
  background-color: #ffffff;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2509803922);
  border-radius: 5px;
}
#cursos .cursos-imagem-container-msg p {
  color: #000000;
  font-size: min(1.1rem, 4vw);
  font-weight: bolder;
}
#cursos .cursos-imagem-container-msg p span {
  color: #41ead4;
}
#cursos .cursos-imagem-container-card:hover .cursos-imagem-container-msg,
#cursos .cursos-imagem-container-card:active .cursos-imagem-container-msg {
  opacity: 1 !important;
}
#cursos .cursos-imagem-container-card:hover .cursos-imagem-container-bg,
#cursos .cursos-imagem-container-card:active .cursos-imagem-container-bg {
  opacity: 0 !important;
}
@media screen and (max-width: 800px) {
  #cursos .cursos-mx {
    flex-wrap: wrap;
  }
  #cursos .cursos-conteudo,
#cursos .cursos-imagem {
    width: 100%;
  }
  #cursos .cursos-imagem {
    height: 80vw;
  }
  #cursos .cursos-imagem-container {
    padding-left: 0;
  }
  #cursos .cursos-imagem-container-msg {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 2.5px;
    border-radius: 0;
  }
}

/****************************************** CLIENTES **********************************************/
#clientes {
  width: 100%;
  min-height: 700px;
  background-color: #f5f8fd;
}
#clientes .clientes-mx {
  max-width: 1200px;
  height: 100%;
  margin: auto;
  padding: 50px 15px;
  flex-wrap: wrap;
}
#clientes .clientes-titulo {
  text-align: center;
  color: #413e66;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 15px 0;
}
#clientes .clientes-paragrafo {
  text-align: center;
  max-width: 500px;
  margin: auto;
  font-size: 1.35rem;
  font-weight: 300;
}
#clientes .clientes-container {
  width: 1000px;
  height: auto;
  margin: auto;
  margin-top: 40px;
  flex-wrap: wrap;
}
#clientes .clientes-container-card {
  width: 250px;
  height: 150px;
  border: 2px solid #f5f8fd;
  background-color: #ffffff;
  padding: 25px;
}
#clientes .clientes-container-card img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1050px) {
  #clientes .clientes-container {
    width: 750px;
  }
}
@media screen and (max-width: 800px) {
  #clientes .clientes-container {
    width: 500px;
  }
}
@media screen and (max-width: 550px) {
  #clientes .clientes-container {
    width: 100%;
  }
  #clientes .clientes-container-card {
    width: 50%;
    height: 32vw;
  }
}
@media screen and (max-width: 400px) {
  #clientes .clientes-container {
    justify-content: center;
  }
  #clientes .clientes-container-card {
    width: 283px;
    height: 50vw;
  }
}

/****************************************** DEPOIMENTOS **********************************************/
#depoimentos {
  width: 100%;
  height: auto;
}
#depoimentos .depoimentos-mx {
  height: 100%;
  margin: auto;
  padding: 50px 15px;
  flex-wrap: wrap;
  overflow: hidden;
}
#depoimentos .depoimentos-titulo {
  text-align: center;
  color: #413e66;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 15px 0;
}
#depoimentos .depoimentos-conteudo {
  margin: auto;
}
#depoimentos .depoimentos-container {
  width: 800px;
  height: auto;
  margin: auto;
  margin-top: 40px;
}
#depoimentos .depoimentos-container-paragrafo {
  color: #413e66;
  text-align: center;
  font-size: min(1.8rem, 6vw);
  position: relative;
  padding: 15px 10px;
}
#depoimentos .depoimentos-container-paragrafo::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -75px;
  width: 90px;
  height: 65px;
  background-image: url("../IMG/aspas.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
#depoimentos .depoimentos-container-paragrafo::before {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -75px;
  width: 90px;
  height: 65px;
  background-image: url("../IMG/aspas.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}
#depoimentos .depoimentos-container-person {
  height: 70px;
  margin: 20px auto;
}
#depoimentos .depoimentos-container-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  aspect-ratio: 1;
  overflow: hidden;
}
#depoimentos .depoimentos-container-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#depoimentos .depoimentos-container-texto {
  padding-left: 10px;
}
#depoimentos .depoimentos-container-texto h2 {
  color: #536772;
  font-size: 1.6rem;
}
#depoimentos .depoimentos-container-texto p {
  font-size: 1.2rem;
  color: #555555;
  font-weight: 400;
}
@media screen and (max-width: 970px) {
  #depoimentos .depoimentos-container {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  #depoimentos .depoimentos-container {
    width: 90%;
  }
  #depoimentos .depoimentos-container-paragrafo {
    padding: 30px 10px;
  }
  #depoimentos .depoimentos-container-paragrafo::after {
    top: -45px;
    left: -30px;
  }
  #depoimentos .depoimentos-container-paragrafo::before {
    bottom: -45px;
    right: -30px;
  }
  #depoimentos .depoimentos-container-person {
    margin-top: 40px;
  }
}

/****************************************** ORIENTACAOPROFISSIONAL **********************************************/
#orientacaoprofissional {
  width: 100%;
  height: 680px;
  position: relative;
}
#orientacaoprofissional .orientacaoprofissional-banner {
  width: 100%;
  height: 100%;
  min-height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
}
#orientacaoprofissional .orientacaoprofissional-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 43, 0.6509803922);
}
#orientacaoprofissional .orientacaoprofissional-mx {
  width: 1150px;
  height: auto;
  margin: auto;
  padding: 15px;
  flex-wrap: wrap;
  position: absolute;
}
#orientacaoprofissional .orientacaoprofissional-texto {
  width: 45%;
  height: 100%;
  color: #ffffff;
  padding-right: 40px;
}
#orientacaoprofissional .orientacaoprofissional-titulo {
  font-size: min(2rem, 7vw);
  font-weight: 600;
  padding-bottom: 15px;
}
#orientacaoprofissional .orientacaoprofissional-paragrafo {
  font-size: min(1.1rem, 4.5vw);
  font-weight: 300;
  padding-bottom: 5px;
  color: #a8a8a8;
}
#orientacaoprofissional .orientacaoprofissional-subtituto {
  font-size: min(1.35rem, 5vw);
  font-weight: 500;
  padding: 10px 0;
}
#orientacaoprofissional .orientacaoprofissional-ul li {
  margin: 10px 0;
}
#orientacaoprofissional .orientacaoprofissional-ul .orientacaoprofissional-ul-icon {
  display: inline-block;
  background-color: #0f91d2;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
#orientacaoprofissional .orientacaoprofissional-ul .orientacaoprofissional-ul-icon i {
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 1rem;
}
#orientacaoprofissional .orientacaoprofissional-ul .orientacaoprofissional-ul-texto {
  padding-left: 10px;
  font-size: min(1.1rem, 4.5vw);
}
#orientacaoprofissional .orientacaoprofissional-imagem {
  width: 55%;
  height: 500px;
  overflow: hidden;
  border-radius: 5px;
}
#orientacaoprofissional .orientacaoprofissional-imagem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  #orientacaoprofissional .orientacaoprofissional-mx {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  #orientacaoprofissional {
    height: auto;
    min-height: 680px;
  }
  #orientacaoprofissional .orientacaoprofissional-imagem {
    display: none;
  }
  #orientacaoprofissional .orientacaoprofissional-texto {
    width: 100%;
    padding: 15px 10px;
  }
}
#orientacaoprofissional .orientacaoprofissional-button {
  background-color: #0f91d2;
  color: #ffffff;
  padding: 11px 15px;
  border-radius: 2.5px;
  font-size: 1.1rem;
  margin-top: 15px;
}

#orientacaoprofissional-alerta {
  position: fixed;
  top: 0;
  transition: transform 0.5s ease-in-out;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  overflow-y: auto;
}
#orientacaoprofissional-alerta .orientacaoprofissional-alerta-header {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #cecece;
}
#orientacaoprofissional-alerta .orientacaoprofissional-alerta-header span {
  color: #3a3a3a;
  padding: 0 20px;
  cursor: pointer;
}
#orientacaoprofissional-alerta .orientacaoprofissional-alerta-header span i {
  padding-right: 5px;
}
#orientacaoprofissional-alerta .orientacaoprofissional-alerta-header h2 {
  font-weight: 400;
}
#orientacaoprofissional-alerta .orientacaoprofissional-alerta-conteudo {
  width: 100%;
  height: auto;
  padding: 40px 20px;
}
#orientacaoprofissional-alerta .orientacaoprofissional-alerta-conteudo h1,
#orientacaoprofissional-alerta .orientacaoprofissional-alerta-conteudo h2 {
  color: #21325e;
  padding: 20px 0;
  max-width: 800px;
  margin: auto;
}
#orientacaoprofissional-alerta .orientacaoprofissional-alerta-conteudo h2 {
  text-align: left;
}
#orientacaoprofissional-alerta .orientacaoprofissional-alerta-conteudo p {
  color: #5f625f;
  max-width: 800px;
  margin: 1rem auto;
}
#orientacaoprofissional-alerta .orientacaoprofissional-alerta-conteudo ul {
  color: #5f625f;
  max-width: 800px;
  margin: 1rem auto;
}
#orientacaoprofissional-alerta .orientacaoprofissional-alerta-conteudo ul li {
  margin: 0.5rem auto;
  margin-left: 20px;
  list-style: circle;
}

.orientacaoprofissional-alerta {
  transform: translateY(100%);
}

.orientacaoprofissional-alerta-show {
  transform: translateY(0%) !important;
}

/****************************************** VAGAS **********************************************/
#vagas {
  width: 100%;
  height: auto;
  background-color: #f5f8fd;
}
#vagas .vagas-mx {
  max-width: 1200px;
  height: 100%;
  margin: auto;
  padding: 50px 15px;
  flex-wrap: wrap;
  overflow: hidden;
}
#vagas .vagas-titulo {
  text-align: center;
  color: #413e66;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 15px 0;
}
#vagas .vagas-paragrafo {
  text-align: center;
  max-width: 400px;
  margin: auto;
  font-weight: 400;
  color: #555555;
  font-size: 1.2rem;
}
#vagas .vagas-container {
  width: 100%;
  margin: 50px 0;
}
@media screen and (max-width: 700px) {
  #vagas .vagas-container {
    margin-bottom: 0;
  }
}
#vagas .vagas-container-card {
  padding: 75px 40px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 700px) {
  #vagas .vagas-container-card {
    flex-wrap: wrap;
    padding: 75px 20px;
  }
}
#vagas .vagas-container-foto,
#vagas .vagas-container-texto {
  height: 100%;
}
@media screen and (max-width: 700px) {
  #vagas .vagas-container-foto,
#vagas .vagas-container-texto {
    height: auto;
    padding: 20px;
  }
}
#vagas .vagas-container-foto {
  width: 400px;
  position: relative;
}
@media screen and (max-width: 900px) {
  #vagas .vagas-container-foto {
    width: 40%;
  }
}
@media screen and (max-width: 700px) {
  #vagas .vagas-container-foto {
    width: 100%;
    padding: 20px 30px;
  }
}
#vagas .vagas-container-foto .vagas-foto {
  width: 100%;
  max-height: 100%;
  position: -webkit-sticky;
  position: sticky;
}
#vagas .vagas-container-foto .vagas-foto img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  z-index: 1;
}
#vagas .vagas-container-foto .vagas-container-foto-quadrado {
  position: absolute;
  top: -40px;
  right: -40px;
  background-color: #b6d7ff;
  width: 120px;
  border-radius: 2.5px;
  height: 150px;
  z-index: 0;
  -webkit-animation: vagasQuadradoAnimation 4s ease-in-out 0s infinite forwards;
          animation: vagasQuadradoAnimation 4s ease-in-out 0s infinite forwards;
}
@media screen and (max-width: 700px) {
  #vagas .vagas-container-foto .vagas-container-foto-quadrado {
    top: -10px;
    right: -10px;
  }
}
@-webkit-keyframes vagasQuadradoAnimation {
  0% {
    transform: rotate(-5deg);
  }
  20%, 50% {
    transform: rotate(5deg);
  }
  70%, 100% {
    transform: rotate(-5deg);
  }
}
@keyframes vagasQuadradoAnimation {
  0% {
    transform: rotate(-5deg);
  }
  20%, 50% {
    transform: rotate(5deg);
  }
  70%, 100% {
    transform: rotate(-5deg);
  }
}
#vagas .vagas-container-foto .vagas-container-foto-circulo {
  position: absolute;
  background-color: #feb896;
  width: 60px;
  border-radius: 50%;
  height: 60px;
  z-index: 0;
}
@media screen and (min-width: 700px) {
  #vagas .vagas-container-foto .vagas-container-foto-circulo {
    left: -35px;
    bottom: -35px;
    -webkit-animation: vagasCirculoAnimationMin 4s ease-in-out 0s infinite forwards;
            animation: vagasCirculoAnimationMin 4s ease-in-out 0s infinite forwards;
  }
}
@media screen and (max-width: 700px) {
  #vagas .vagas-container-foto .vagas-container-foto-circulo {
    left: -15px;
    bottom: -15px;
    -webkit-animation: vagasCirculoAnimationMax 4s ease-in-out 0s infinite forwards;
            animation: vagasCirculoAnimationMax 4s ease-in-out 0s infinite forwards;
  }
}
@-webkit-keyframes vagasCirculoAnimationMin {
  0% {
    left: -25px;
    bottom: -25px;
  }
  20%, 50% {
    left: -40px;
    bottom: -40px;
  }
  70%, 100% {
    left: -25px;
    bottom: -25px;
  }
}
@keyframes vagasCirculoAnimationMin {
  0% {
    left: -25px;
    bottom: -25px;
  }
  20%, 50% {
    left: -40px;
    bottom: -40px;
  }
  70%, 100% {
    left: -25px;
    bottom: -25px;
  }
}
@-webkit-keyframes vagasCirculoAnimationMax {
  0% {
    left: -5px;
    bottom: -5px;
  }
  20%, 50% {
    left: -20px;
    bottom: -20px;
  }
  70%, 100% {
    left: -5px;
    bottom: -5px;
  }
}
@keyframes vagasCirculoAnimationMax {
  0% {
    left: -5px;
    bottom: -5px;
  }
  20%, 50% {
    left: -20px;
    bottom: -20px;
  }
  70%, 100% {
    left: -5px;
    bottom: -5px;
  }
}
#vagas .vagas-container-texto {
  width: calc(100% - 400px);
  max-width: 1000px;
}
@media screen and (max-width: 900px) {
  #vagas .vagas-container-texto {
    width: 60%;
    padding: 20px 0;
  }
}
#vagas .vagas-container-texto .vagas-container-texto-conteudo {
  padding-left: 40px;
}
@media screen and (max-width: 700px) {
  #vagas .vagas-container-texto {
    width: 100%;
  }
  #vagas .vagas-container-texto .vagas-container-texto-conteudo {
    padding-left: 0;
  }
}
#vagas .vagas-container-texto .vagas-texto-titulo {
  color: #252b42;
  font-size: 2rem;
}
#vagas .vagas-container-texto .vagas-texto-ocupacao,
#vagas .vagas-container-texto .vagas-texto-subtitulo,
#vagas .vagas-container-texto .vagas-texto-lista,
#vagas .vagas-container-texto .vagas-texto-paragrafo,
#vagas .vagas-container-texto p,
#vagas .vagas-container-texto h2,
#vagas .vagas-container-texto h3 {
  color: #555555;
}
#vagas .vagas-container-texto .vagas-texto-ocupacao,
#vagas .vagas-container-texto p {
  padding: 8px 0;
  font-size: 1.3rem;
}
#vagas .vagas-container-texto .vagas-texto-subtitulo,
#vagas .vagas-container-texto h3,
#vagas .vagas-container-texto h2 {
  font-size: 1.3rem;
}
#vagas .vagas-container-texto .vagas-texto-lista,
#vagas .vagas-container-texto ul {
  display: block;
  list-style: disc;
}
#vagas .vagas-container-texto .vagas-texto-lista li,
#vagas .vagas-container-texto ul li {
  list-style: disc;
  margin-left: 20px;
}
#vagas .vagas-container-texto .vagas-texto-lista,
#vagas .vagas-container-texto ul,
#vagas .vagas-container-texto .vagas-texto-paragrafo,
#vagas .vagas-container-texto p {
  font-size: 1.2rem;
  padding: 5px 0;
  font-weight: 300;
  padding-left: 30px;
}
#vagas .vagas-container-texto .vagas-texto-btn {
  background-color: transparent;
  color: #1ba0ab;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 11.5px 0;
}
#vagas .vagas-container-texto .vagas-texto-btn a {
  color: #1ba0ab;
}
#vagas .vagas-container-texto .vagas-texto-btn i {
  padding-left: 5px;
}

/****************************************** IMPLANTAÇÃO **********************************************/
#implantacao {
  width: 100%;
  height: auto;
  background-color: #f5f8fd;
}
#implantacao .implantacao-mx {
  max-width: 1050px;
  height: auto;
  margin: auto;
  padding: 50px 15px;
  flex-wrap: wrap;
}
#implantacao .implantacao-texto {
  width: 50%;
  height: 100%;
}
#implantacao .implantacao-subtitulo {
  font-size: 0.9rem;
}
#implantacao .implantacao-titulo {
  font-size: 2.1rem;
  color: #232536;
  padding: 10px 0;
}
#implantacao .implantacao-paragrafo {
  color: #232536;
  padding-bottom: 8px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  opacity: 0.6;
}
#implantacao .implantacao-imagem {
  width: 45%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
#implantacao .implantacao-imagem img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 651px) and (max-width: 925px) {
  #implantacao .implantacao-imagem {
    height: 280px;
  }
}
@media screen and (max-width: 650px) {
  #implantacao .implantacao-mx {
    padding: 50px 25px;
  }
  #implantacao .implantacao-texto {
    width: 100%;
  }
  #implantacao .implantacao-imagem {
    display: none;
  }
}

/****************************************** INSTAGRAM **********************************************/
#instagram {
  width: 100%;
  height: auto;
  padding: 20px 0;
}
#instagram .instagram-mx {
  height: 100%;
  margin: auto;
  padding: 20px 0;
}
@media screen and (min-width: 1400px) {
  #instagram .instagram-mx {
    max-width: 1300px;
  }
}
#instagram .instagram-titulo {
  text-align: center;
  color: #413e66;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 15px 0;
}
#instagram .instagram-paragrafo {
  text-align: center;
  max-width: 400px;
  margin: auto;
  font-weight: 400;
  color: #555555;
  font-size: 1.2rem;
}
#instagram #instafeed {
  margin-top: 30px;
}
#instagram .item {
  position: relative;
  height: 400px;
}
#instagram .instagram-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6901960784);
  transition: opacity 0.6s ease-in-out;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
#instagram .instagram-item-bg i {
  font-size: 8rem;
  color: #ffffff;
}
#instagram .instagram-item-bg:hover, #instagram .instagram-item-bg:active {
  opacity: 1;
}
#instagram .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1325px) {
  #instagram .item {
    position: relative;
    max-height: 325px;
  }
}

/****************************************** QUEMSOMOS **********************************************/
#quemsomos {
  width: 100%;
  height: auto;
  background-color: #14214A;
  padding: 100px 50px;
  /*@media screen and (max-width: 800px) {

    .quemsomos-personOne,
    .quemsomos-personTwo {
      width: 100%;
      min-height: initial;
    }
  }*/
}
#quemsomos .quemsomos-titulo {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 80px;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 15px 0;
}
#quemsomos .quemsomos-mx {
  position: relative;
  max-width: 1000px;
  height: auto;
  margin: auto;
  flex-wrap: wrap;
}
#quemsomos .quemsomos-personOne,
#quemsomos .quemsomos-personTwo {
  width: 100%;
  height: 400px;
  background-color: #ffffff;
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  border-radius: 5px;
  margin: 5px;
}
@media screen and (max-width: 650px) {
  #quemsomos .quemsomos-personOne,
#quemsomos .quemsomos-personTwo {
    height: auto;
    flex-wrap: wrap;
  }
}
#quemsomos .quemsomos-foto {
  width: 50%;
  height: 100%;
}
#quemsomos .quemsomos-foto img {
  border-radius: 50%;
  height: 90%;
  width: 70%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #ffffff;
  aspect-ratio: 1;
}
@media screen and (max-width: 750px) {
  #quemsomos .quemsomos-foto {
    width: 250px;
  }
  #quemsomos .quemsomos-foto img {
    width: auto;
  }
}
@media screen and (max-width: 650px) {
  #quemsomos .quemsomos-foto {
    height: 300px;
    width: 100%;
  }
}
#quemsomos .quemsomos-foto-p1 {
  background-color: #ffffff;
}
#quemsomos .quemsomos-foto-p2 {
  background-color: #ffffff;
}
#quemsomos .quemsomos-descricao {
  background-color: #ffffff;
  padding: 20px;
  height: 100%;
  width: 50%;
  overflow-y: auto;
}
@media screen and (max-width: 750px) {
  #quemsomos .quemsomos-descricao {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 650px) {
  #quemsomos .quemsomos-descricao {
    height: auto;
    width: 100%;
  }
}
#quemsomos .quemsomos-descricao .quemsomos-nome {
  color: #14214A;
}
#quemsomos .quemsomos-descricao ul li {
  color: #111111;
  margin: 10px 0;
  list-style: disc;
  margin-left: 20px;
}
#quemsomos .quemsomos-descricao ul li::marker {
  color: #14214A;
}
#quemsomos .quemsomos-shape {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  fill: #ffffff;
}
#quemsomos .quemsomos-shape-two {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  fill: #001E6C;
}

/****************************************** CONTATO **********************************************/
#contato {
  width: 100%;
  height: auto;
  background: #f8f8f8;
  padding: 60px 0;
}
#contato .contato-mx {
  max-width: 1000px;
  height: 100%;
  margin: auto;
  padding: 20px 0;
}
#contato .contato-titulo {
  text-align: center;
  color: #413e66;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 15px 0;
}
#contato .contato-paragrafo {
  text-align: center;
  max-width: 400px;
  margin: auto;
  font-weight: 300;
  color: #555555;
  font-size: 1.2rem;
}
#contato .contato-subtitulo {
  text-align: left;
  color: #413e66;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 15px 0;
}
#contato .contato-container {
  margin-top: 15px;
}
#contato .contato-form {
  width: 60%;
}
#contato .contato-form form {
  flex-wrap: wrap;
}
#contato .contato-form .contato-form-md-1,
#contato .contato-form .contato-form-md-2,
#contato .contato-form .contato-form-md-btn {
  border: 0;
  height: 50px;
  margin: 12px 0;
}
#contato .contato-form .contato-form-md-1 {
  width: 100%;
}
#contato .contato-form .contato-form-md-2 {
  display: inline-block;
  width: calc(50% - 15px);
}
#contato .contato-form input,
#contato .contato-form textarea {
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 0;
  background: #ffffff;
  box-shadow: 0px 0px 2px #cecece;
  border-radius: 5px;
  color: #333;
  resize: none;
  font-size: 1rem;
  font-weight: 400;
}
#contato .contato-form .contato-form-md-textarea {
  height: 180px;
}
#contato .contato-form .contato-form-md-btn button {
  background-color: #445566;
  color: #ffffff;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
#contato .contato-informacoes {
  margin-left: 40px;
  height: 100%;
  padding: 15px 0;
}
#contato .contato-informacoes h2,
#contato .contato-informacoes button,
#contato .contato-informacoes p {
  color: #445566;
}
#contato .contato-informacoes h2 {
  font-size: 1.25rem;
  font-weight: 500;
  padding: 8px 0;
  position: relative;
}
#contato .contato-informacoes button {
  font-size: 1rem;
  font-weight: 500;
  padding: 7px 0;
  background-color: transparent;
}
#contato .contato-informacoes button i {
  color: #ff3726;
}
#contato .contato-informacoes p {
  font-size: 0.9rem;
  padding: 2.5px 0;
}
#contato .contato-informacoes-border {
  border-top: 1px solid #eff4f9;
  border-bottom: 1px solid #eff4f9;
  padding: 20px 0;
}
#contato .contato-informacoes-h2-icon::before {
  content: "";
  position: absolute;
  top: 13.5px;
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #eff4f9;
  border: 3px solid #16c70b;
}
@media screen and (max-width: 600px) {
  #contato .contato-container {
    flex-wrap: wrap;
  }
  #contato .contato-form,
#contato .contato-informacoes {
    width: 100%;
    padding: 15px 10px;
  }
  #contato .contato-informacoes {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
  }
  #contato .contato-informacoes-card {
    padding: 15px;
  }
}

/****************************************** FOOTER **********************************************/
footer {
  width: 100%;
  height: auto;
  background-image: url("../IMG/footer_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
footer .footer-mx {
  margin: auto;
  max-width: 1050px;
  height: 100%;
}
footer .footer-container {
  padding: 40px 10px;
  width: 100%;
  height: 100%;
}
footer .footer-card {
  width: 25%;
  height: 100%;
  padding: 0 5px;
}
footer .footer-card img {
  -o-object-fit: cover;
     object-fit: cover;
max-width: 100%;
}
footer .footer-card .logo-msg {
  padding: 15px 0;
  font-weight: 500;
  color: #555555;
}
footer .footer-card h2 {
  color: #413e66;
  padding-bottom: 10px;
}
footer .footer-card .footer-paragrafo {
  font-weight: 400;
  font-size: 1.2rem;
  padding: 2.5px 0;
}
footer .footer-card .footer-paragrafo a {
  color: #555555;
}
footer .footer-card .footer-span {
  max-width: 125px;
  padding: 10px;
}
footer .footer-card span i {
  color: #555555;
  font-size: 1.3rem;
}
footer .footer-creditos {
  min-height: 70px;
  border-top: 1px solid #e8e5e5;
  padding: 20px 0;
}
footer .footer-creditos p {
  color: #555555;
  font-weight: 400;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  footer .footer-card {
    padding: 5px 30px;
  }
}
@media screen and (max-width: 800px) {
  footer .footer-container {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  footer .footer-card {
    width: 33.3333333333%;
    height: auto;
    margin: 20px 0;
  }
}
@media screen and (max-width: 650px) {
  footer .footer-card img {
    width: 95%;
  }
}
@media screen and (max-width: 650px) {
  footer .footer-card {
    width: 50%;
  }
}
@media screen and (max-width: 350px) {
  footer .footer-card {
    width: 100%;
  }
  footer .footer-card img {
    width: auto;
  }
}

/* ux */
.spinner-border {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border-width: 0.2em;
  border-left: 0;
  display: inline-flex;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-texto {
  font-weight: bold !important;
  font-size: 1.1rem;
}

@-webkit-keyframes spinner-border {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banner-quemsomos-img {
  width: 100%;
  height: 100%;
}
.banner-quemsomos-img img {
  height: 40vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* *********************************** servicos-alerta ************************************* */
.servicos-alerta {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3843137255);
}
.servicos-alerta .servicos-alerta-container {
  position: relative;
  width: 1000px;
  height: 600px;
  background-color: #ffffff;
  margin: 0 10px;
  overflow: hidden;
  border-radius: 2.5px;
}
.servicos-alerta .servicos-alerta-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 1rem;
  background-color: transparent;
}
.servicos-alerta .servicos-alerta-texto,
.servicos-alerta .servicos-alerta-imagem {
  width: 50%;
  height: 100%;
}
.servicos-alerta .servicos-alerta-texto img,
.servicos-alerta .servicos-alerta-imagem img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.servicos-alerta .servicos-alerta-texto {
  padding: 20px;
  color: #555555;
  overflow-y: auto;
}
.servicos-alerta .servicos-alerta-texto h2 {
  padding: 10px 0;
  color: #413e66;
}
.servicos-alerta .servicos-alerta-texto h3 {
  padding: 10px 0;
}
.servicos-alerta .servicos-alerta-texto ul {
  margin-left: 30px;
}
.servicos-alerta .servicos-alerta-texto ul li {
  list-style: circle;
}
@media screen and (max-width: 600px) {
  .servicos-alerta .servicos-alerta-container {
    flex-wrap: wrap;
    height: 90vh;
    overflow-y: auto;
  }
  .servicos-alerta .servicos-alerta-texto,
.servicos-alerta .servicos-alerta-imagem {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .servicos-alerta .servicos-alerta-imagem {
    max-height: 400px;
  }
}

.servicos-alerta-d-flexShow {
  display: flex !important;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}/*# sourceMappingURL=style.min.css.map */