.cc-color-override-1444386161.cc-window {
  max-width: 420px;
  border-radius: 10px;
  margin: 0 0 10px 10px;
  padding: 26px !important;
}
.cc-window,
.cc-revoke {
  left: 0 !important;
}

:root {
  --white-color: #FFF;
  --darkest-color: #2B3038;
  --dark-color: #0C2E3D;
  --main-color: #195D7C;
  --light-color: #A8B4B5;
  --lightest-color: #F2F2F2;
  --content-color: #555;
  --green-color: #4AC257;
}

.elevacao {transition: transform .2s}
.elevacao:hover {transform: scale(1.09)}

/* BOTÃO WHATSAPP*/
#WhatsAppFlutuante {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9;
}
#WhatsAppFlutuante .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: var(--green-color);
  border: none;
  border-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
}
#WhatsAppFlutuante .button:hover, .button:focus {
  transform: translateY(-6px);
}
#WhatsAppFlutuante a::after {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid var(--green-color);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}
#WhatsAppFlutuante a:hover::after, #WhatsAppFlutuante a:focus::after {
  animation: none;
  display: none;
}
@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}

/* BARRA DE ROLAGEM */
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: var(--darkest-color);
}
::-webkit-scrollbar-thumb {
  background-color: var(--light-color);
  border-radius: 20px;
  border: 3px solid var(--darkest-color);
}

* {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
button, input, h1, h2, h3, h4, h5, h6, a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
html, body {
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}
input {
  width: 100%;
  border-radius: 6px;
  border: 1px solid var(--light-color);
  margin-bottom: 6px;
  padding: 14px 16px 16px 16px;
  font-size: 16px;
  color: var(--darkest-color);
  font-weight: 400;
  outline: none;
}
button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  transition:         0.2s ease-in;
  -o-transition:      0.2s ease-in;
  -ms-transition:     0.2s ease-in;
  -moz-transition:    0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
}
a {
  text-decoration: none;
  transition:         0.2s ease-in;
  -o-transition:      0.2s ease-in;
  -ms-transition:     0.2s ease-in;
  -moz-transition:    0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
}
h1, h2, h3, h4, h5, h6, p, span {
  margin: 0;
  padding: 0;
  color: var(--darkest-color);
}
address {font-style: normal}

/* FONT ICON GOOGLE */
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 48
}
.size-icon {
	font-size: 17px;
	margin-left: 6px;
	width: 17px;
	height: 17px;
	color: var(--white-color);
}

/* Retorno do formulário */
#formEnviado {
	display: flex;
	width: 100%;
	height: 100vh;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.70);
	backdrop-filter: blur(2px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999999999999;
}
#formEnviado .fechar {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	position: relative;
	top: 0;
	right: -10px;
}
#formEnviado .quadro {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 520px;
	background-color: var(--white-color);
	border-radius: 20px;
	padding: 18px 30px 26px 30px;
}
#formEnviado h1 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
}
#formEnviado h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: var(--green-color);
  padding-top: 4px;
}
#formEnviado h3 {
	font-size: 16px;
	line-height: 26px;
	color: var(--content-color);
}
#formEnviado p {
	font-size: 13px;
	line-height: 24px;
	color: var(--content-color);
  text-align: center;
}

header {
  display: flex;
  width: 100%;
  background-image: url('../images/bg_topo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 630px;
  justify-content: center;
}
header .centralizar {
  display: flex;
  width: 100%;
  max-width: 1280px;
  padding: 30px 24px;
  flex-direction: column;
}
header .frame {
  display: flex;
  width: 100%;
}
header .informacoes {
  display: flex;
  width: calc(100% - 450px);
  padding: 50px 30px 0 0;
  flex-direction: column;
}
header .logos {
  display: flex;
  gap: 0 30px;
  align-items: center;
  padding-top: 26px;
}
header .informacoes span {
  font-size: 20px;
  color: var(--white-color);
  font-weight: 400;
}
header .informacoes h1 {
  font-size: 50px;
  color: var(--white-color);
  font-weight: 900;
  line-height: 60px;
  text-transform: uppercase;
  padding-top: 10px;
}
header .form {
  display: flex;
  width: 450px;
  height: 540px;
  position: relative;
  z-index: 3;
  align-items: center;
}
header form {
  border-radius: 30px;
  border: 3px solid #797979;
  background-color: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(16px);
  padding: 34px 36px 20px 36px;
  height: 410px;
}
header form h1 {
  font-size: 36px;
  color: var(--white-color);
  font-weight: 900;
  line-height: 42px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px 24px 0;
}
header input {
  border: 0;
}
header button {
  background-color: var(--green-color);
  color: var(--white-color);
}

main h2 {
  font-size: 46px;
  line-height: 54px;
  color: var(--darkest-color);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
main h3 {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
}
main h5 {
  font-size: 30px;
  line-height: 30px;
  color: var(--darkest-color);
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
main span {
  font-size: 20px;
  line-height: 30px;
  color: var(--content-color);
  text-align: center;
}

main #QuemSomos {
  display: flex;
  width: 100%;
  justify-content: center;
}
main #QuemSomos .centralizar {
  display: flex;
  width: 100%;
  max-width: 1280px;
  padding: 50px 24px;
  flex-direction: column;
  align-items: center;
}
main #QuemSomos span {
  max-width: 512px;
  padding: 10px 0 50px 0;
}
main #QuemSomos h3 {
  color: var(--darkest-color);
  font-weight: 500;
  padding: 50px 0;
}
main #QuemSomos .logos {
  display: flex;
  width: 100%;
  height: 60px;
  justify-content: center;
  align-items: center;
}
main #QuemSomos .img-logo {
  display: flex;
  width: 100%;
  height: 50px;
  justify-content: center;
  align-items: center;
}

main #Integracao {
  display: flex;
  width: 100%;
  background-color: #1B1F24;
  justify-content: center;
}
main #Integracao .centralizar {
  display: flex;
  width: 100%;
  max-width: 1280px;
  padding: 70px 24px;
  flex-direction: column;
  align-items: center;
}
main #Integracao h2 {
  max-width: 650px;
  color: var(--white-color);
}
main #Integracao span {
  max-width: 860px;
  padding: 16px 0 24px 0;
  color: var(--white-color);
  font-size: 18px;
  line-height: 26px;
}
main #Integracao .linha {
  display: flex;
  width: 100px;
  height: 3px;
  background-color: var(--green-color);
  border-radius: 50px;
}
main #Integracao .centralizar-frames {
  display: flex;
  width: 100%;
  min-height: 800px;
  justify-content: space-between;
  position: relative;
}
main #Integracao .centralizar-frames-mobile {
  display: none;
  width: 100%;
  justify-content: center;
  padding: 80px 0 20px 0;
  gap: 0 40px;
}
main #Integracao .centralizar-frames span {
  min-height: 110px;
  padding: 0;
  padding-top: 10px;
}
main #Integracao .separacao {
  display: flex;
  width: 170px;
  height: 114px;
  position: absolute;
  top: 363px;
  z-index: 1;
}
main #Integracao .separacao-1 {
  left: 236px;
}
main #Integracao .separacao-2 {
  left: 538px;
}
main #Integracao .separacao-3 {
  left: 838px;
}
main #Integracao .frames {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 2;
}
main #Integracao .frame-1 {
  width: 406px;
  top: 70px;
  left: -30px;
}
main #Integracao .frame-2 {
  width: 346px;
  top: 332px;
  left: 300px;
}
main #Integracao .frame-3 {
  width: 440px;
  top: 70px;
  left: 554px;
}
main #Integracao .frame-4 {
  width: 360px;
  top: 332px;
  left: 896px;
}
main #Integracao .frame-2 h3,
main #Integracao .frame-4 h3 {
  padding-top: 20px;
}
main #Integracao h3 {
  font-size: 30px;
  color: var(--white-color);
  font-weight: 400;
}
main #Integracao span {
  font-size: 16px;
  color: var(--white-color);
  font-weight: 400;
  line-height: 22px;
}

main #Aplicativo {
  display: flex;
  width: 100%;
  height: 700px;
  justify-content: center;
}
main #Aplicativo .centralizar {
  display: flex;
  width: 100%;
  max-width: 1280px;
  padding: 0 24px;
  align-items: flex-end;
}
main #Aplicativo .informacoes {
  display: flex;
  width: calc(100% - 460px);
  height: 620px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 40px 70px 0;
}
main #Aplicativo .celular {
  display: flex;
  width: 460px;
}
main #Aplicativo .logos {
  display: flex;
  gap: 0 20px;
  padding-top: 40px;
}
main #Aplicativo h3 {
  color: var(--darkest-color);
}
main #Aplicativo span {
  font-size: 50px;
  line-height: 54px;
  color: var(--darkest-color);
  font-weight: 500;
  max-width: 690px;
  padding: 14px 0 18px 0;
}
main #Aplicativo h4 {
  font-size: 18px;
  color: var(--darkest-color);
  text-align: center;
}

footer {
  display: flex;
  width: 100%;
  background-color: #1B1F24;
  margin-top: -1px;
  justify-content: center;
}
footer span,
footer address,
footer a {
  font-size: 14px;
  line-height: 24px;
  color: var(--white-color);
  text-decoration: none;
  text-align: left;
}
footer a:hover {
  color: var(--green-color);
}
footer .titulo {
  display: flex;
  font-size: 20px;
  font-weight: 500;
  color: var(--green-color);
  text-transform: uppercase;
}
footer .centralizar {
  display: flex;
  width: 100%;
  max-width: 1280px;
  padding: 0 24px;
  flex-direction: column;
}
footer .frame {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 100px 0;
}
footer .empresa {
  display: flex;
  width: 260px;
  flex-direction: column;
}
footer .empresa span {
  padding: 20px 0;
}
footer .redes {
  display: flex;
  width: 100%;
  gap: 0 16px;
}
footer .informacoes {
  display: flex;
  width: 100%;
  padding-top: 14px;
  gap: 0 10px;
}
footer .newsletter {
  display: flex;
  width: 436px;
  flex-direction: column;
}
footer .newsletter span {
  padding: 6px 0 14px 0;
}
footer .inputs {
  display: flex;
  gap: 0 6px;
}
footer input {
  height: 42px;
  background-color: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  font-size: 14px;
}
footer button {
  height: 42px;
  background-color: var(--green-color);
  color: var(--white-color);
  font-size: 14px;
}
footer .copy {
  display: flex;
  width: 100%;
  border-top: 1px solid #41444a;
  padding: 26px 0;
  font-size: 14px;
  color: var(--white-color);
  justify-content: center;
  text-align: center;
}

/*RESPONSIVE*/
@media screen and (max-width: 1280px){
  main #Integracao .centralizar-frames {
    display: none;
  }
  main #Integracao .centralizar-frames-mobile {
    display: flex;
  }
  main #Integracao .frames {
    position: initial;
  }
  main #Integracao .frame-1,
  main #Integracao .frame-2,
  main #Integracao .frame-3,
  main #Integracao .frame-4 {
    width: 100%;
  }
  main #Integracao .frame-1 h3,
  main #Integracao .frame-3 h3 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 1190px){
  footer .inputs {
    flex-direction: column;
  }
  footer .newsletter {
    width: 286px;
    flex-direction: column;
  }
}

@media screen and (max-width: 1050px){
  main #Integracao .centralizar-frames-mobile {
    flex-wrap: wrap;
    padding: 80px 0 0 0;
    gap: 0;
  }
  main #Integracao .frame-1,
  main #Integracao .frame-2,
  main #Integracao .frame-3,
  main #Integracao .frame-4 {
    width: 50%;
    padding: 0 20px;
  }
  main #Integracao .centralizar-frames-mobile span {
    min-height: auto;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1040px){
  footer .frame {
    padding: 50px 0;
    flex-direction: column;
  }
  footer .empresa {
    width: 100%;
    padding-bottom: 40px;
  }
  footer .newsletter {
    padding-top: 40px;
  }
}

@media screen and (max-width: 990px){
  header .centralizar {
    padding: 30px 24px 50px 24px;
  }
  header .frame {
    flex-direction: column;
    align-items: center;
  }
  header .informacoes {
    width: 100%;
    padding: 50px 0 0 0;
    text-align: center;
    align-items: center;
  }
  header .form {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-top: 50px;
    justify-content: center;
  }
  main h2 {
    font-size: 36px;
    line-height: 50px;
  }
  main span {
    font-size: 18px;
    line-height: 26px;
  }
  main #QuemSomos .logos {
    gap: 40px 60px;
  }
  main #Aplicativo span {
    font-size: 36px;
    line-height: 44px;
  }
  main h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (max-width: 970px){
  main #Aplicativo {
    height: auto;
  }
  main #Aplicativo .centralizar {
    flex-direction: column;
    justify-content: center;
    padding-top: 50px;
    align-items: center;
  }
  main #Aplicativo .informacoes {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 0 50px 0;
  }
  main #Aplicativo .celular {
    width: 100%;
    justify-content: center;
  }
  main #Aplicativo span {
    max-width: 100%;
  }
}

@media screen and (max-width: 800px){
  main #Integracao .frame-1,
  main #Integracao .frame-2,
  main #Integracao .frame-3,
  main #Integracao .frame-4 {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 580px){
  header .informacoes h1 {
    font-size: 36px;
    line-height: 48px;
  }
  header form h1 {
    font-size: 34px;
    line-height: 40px;
    padding: 0 0 24px 0;
  }
}

@media screen and (max-width: 500px){
  main #Aplicativo .logos {
    gap: 20px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main #Aplicativo span {
    font-size: 32px;
    line-height: 40px;
  }
  main #Aplicativo h4 {
    font-size: 16px;
    line-height: 22px;
  }
  footer .newsletter {
    width: 100%;
  }
}

@media screen and (max-width: 424px){
  header .logos {
    gap: 0 18px;
  }
  header .informacoes h1 {
    font-size: 35px;
    line-height: 48px;
  }
  header .logos {
    padding-top: 40px;
  }
  header form h1 {
    font-size: 26px;
    line-height: 34px;
  }
  header form {
    padding: 24px 30px 30px 30px;
    height: auto;
  }
  footer .titulo {
    font-size: 16px;
  }
  footer .copy {
    font-size: 12px;
  }
}