html{
	overflow-x: hidden !important;
	scroll-behavior: smooth !important;
	padding: 0 !important;

}
.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0) !important; 
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


body{
	scroll-behavior: smooth !important;
	padding: 0 !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 16px;
	line-height: 26px;
	color: #8f8f8f;
}


:root {
  --branco: #ffffff;
  --preto: #000000;
  --azul:  #123e65;
  --azul2:  #090f27;
  --cinza:  #f4f4f4;
  --bege: #c29d57;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
	/*max-width: 1350px;*/
}
.vertical-center {
  display: flex;
  align-items: center;
}
.vertical-bottom{
  display: table;
  vertical-align: bottom;
}


a{
	color: var(--bege);
}
a,a:visited,a:focus,a:hover{
	text-decoration: none !important;
}

.branco{
	color:var(--branco) !important;
}
.preto{
	color:var(--preto) !important;
}
.bege{
	color:var(--bege) !important;
}
.azul{
	color:var(--azul) !important;
}
.azul2{
	color:var(--azul2) !important;
}
.cinza{
	color:var(--cinza) !important;
}


.bg-preto{
	background-color: var(--preto);
}
.bg-branco{
	background-color: var(--branco);
}
.bg-bege{
	background-color: var(--bege);
}
.bg-azul{
	background-color: var(--azul);
}
.bg-azul2{
	background-color: var(--azul2);
}
.bg-cinza{
	background-color: var(--cinza);
}

.order1,.order1a{
	order: 1;
}
.order2,.order2a{
	order: 2;
}


.logo{
	width:160px;
	margin-bottom: 40px;
	transition: all ease 0.3s;
}
.logo-rodape{
	width: 100px;
	margin-bottom: 25px;
	transition: all ease 0.3s;
}
.topo{
	background-color: var(--azul);
	background-image: url('img/bg-topo.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0 0 0;
}

.topo h1{
	color: var(--branco);
	font-weight: 400;
	font-size: 48px;
	line-height: 50px;
	margin-bottom: 25px;
}
.topo h1 b{
	font-weight: 700;
	color: var(--bege);
}
.topo h2{
	color: var(--branco);
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
}

section{
	padding: 40px 0;
}

.numeros{
	background: #123E65;
	background: linear-gradient(90deg,rgba(18, 62, 101, 1) 0%, rgba(9, 15, 39, 1) 100%);
	border-bottom: 10px solid var(--bege);
	color: var(--branco);
	padding: 100px 0;
	font-size: 14px;
	line-height: 23px;
}
.numeros h2{
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
}
.numeros h2 b,.numeros h2 strong{
	font-weight: 700;
}
.numeros h3{
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	margin-bottom: 15px;
}
.numeros h3 b,.numeros h3 strong{
	font-weight: 700;
	color: var(--bege);
}
.numeros-texto b,.numeros-texto strong{
	font-weight: 700;
	color: var(--bege) !important;
}


.bt-whatsapp{
	background-color:#42c553;
	border-radius: 100px;
	padding: 18px 20px;
	font-size: 30px;
	font-weight: normal;
	color:#fff;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;	
	text-transform: uppercase;
	position: fixed;
	z-index: 100;
	bottom: 20px;
	right: 20px;
}
.bt-whatsapp:hover{
	background-color:#18ed34;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;	
}



.depoimentos{
	border-radius: 5px;
	border: 1px solid #a9b4be;
	padding: 40px 65px;
	text-align: center;
	height: 350px;
	font-size: 17px;
	line-height: 25px;
	color: var(--branco);
}
.depoimentos h3{
	font-size: 17px;
	font-weight: bold;
	margin-top: 15px;
}
.depoimentos li{
	background-color: var(--branco);
}
.aspas{
	max-width: 70px;
	margin-bottom: 15px;
}
.estrelas{
	color: var(--bege);
}



.botao1{
	color: var(--azul2);
	background-color: var(--bege);
	font-weight: 600;
	border-radius: 5px;
	border: 0;
	font-size: 18px;
	line-height: 20px;
	padding:15px 20px;
	transition: all ease 0.3s;
	text-transform: uppercase;
}
.botao1:hover{
	background-color: var(--branco);
	transition: all ease 0.3s;
}

.box1{
	border: 1px solid #dedfe2;
	padding: 30px;
	border-radius: 5px;
	font-size: 13px;
	line-height: 19px;
	transition: all ease 0.3s;
	width: 100%;
}
.box1 img{
	width: 100%;
	max-width: 40px;
	margin-bottom: 10px;
}
.box1 h3{
	font-size: 19px;
	line-height: 23px;
	color: var(--azul2);
	margin-bottom: 15px;
}
.box1:hover{
	background-color: var(--azul);
	color: var(--branco);
	transition: all ease 0.3s;
}
.box1:hover h3{
	color: var(--branco);
	transition: all ease 0.3s;
}

.box2{
	border: 1px solid #a9b4be;
	padding: 55px 35px;
	font-size: 15px;
	line-height: 19px;
	transition: all ease 0.3s;
	text-align: center;
	width: 100%;
  border-radius: 5px;
}
.box2 h4{
	font-size: 28px;
	line-height: 35px;
	color: var(--bege);
	margin-bottom: 5px;
	font-weight: 700;
}
.box2:hover{
	border: 1px solid var(--bege);
	transition: all ease 0.3s;
}
.box2:hover h4{
	color: var(--branco);
	transition: all ease 0.3s;
}



.cadastro{
	background-color: var(--cinza);
	color: #8f8f8f;
	padding: 120px 0;
	font-size: 14px;
	line-height: 23px;
}
.cadastro h2{
	font-size: 40px;
	line-height: 48px;
	font-weight: 400;
	color: var(--azul2);
}
.cadastro h2 b,.cadastro h2 strong{
	font-weight: 700;
	color: var(--bege);
}

.formulario h4{
	color: var(--azul2);
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
	margin-bottom: 20px;
}


.form1{
	margin-bottom: 10px;
	background-color: transparent;
	color: #666666;
	border: 1px solid #cccccc;
	font-size: 15px;
}





footer{
	border-bottom: 15px solid var(--azul);
	color: #8f8f8f;
	padding: 50px 0;
	font-size:13px;
}
.copyright{
	border-top:1px solid #efefef;
	padding-top: 35px;
	margin-top: 35px;
}

/* Small devices (landscape phones, 544px and up) */
@media (max-width: 575px) { 



body{
	font-size: 15px;
	line-height: 25px;
}





}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 767px) { 


.topo{
	background-color: var(--azul);
	background-image: url('img/bg-topo.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0 0 0;
}

.topo h1{
	font-size: 35px;
	line-height: 42px;
	margin-bottom: 20px;
}

.topo h2{
	color: var(--branco);
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
}


.numeros h2{
	font-size: 30px;
	line-height: 40px;
}

.numeros h3{
	font-size: 30px;
	line-height: 40px;
}


.cadastro{
	padding: 100px 0;
}
.cadastro h2{
	font-size: 30px;
	line-height: 38px;;
}


.formulario h4{
	font-size: 20px;
	line-height: 30px;
}


.logo{
	width:120px;
}
.logo-rodape{
	width: 80px;
}

.depoimentos{
	padding: 35px 45px;
	height: 450px;
	font-size: 15px;
	line-height: 23px;
}
.depoimentos h3{
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
}



}
 
/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 



}
 

@media (max-width: 1200px){


.order1a{
	order: 2;
}
.order2a{
	order: 1;
}


}

















/* Marquee styles */
.marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee img{
	width: 100%;
	max-width: 130px;
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee__content {
    animation-play-state: paused !important;
  }
}

.enable-animation .marquee__content {
  animation: scroll 30s linear infinite;
}

/* Reverse animation */
.marquee--reverse .marquee__content {
  animation-direction: reverse;
}

/* Pause on hover */
.marquee--hover-pause:hover .marquee__content {
  animation-play-state: paused;
}


.marquee--fit-content {
  max-width: fit-content;
}


.marquee--pos-absolute .marquee__content:last-child {
  position: absolute;
  top: 0;
  left: 0;
}

.enable-animation .marquee--pos-absolute .marquee__content:last-child {
  animation-name: scroll-abs;
}

@keyframes scroll-abs {
  from {
    transform: translateX(calc(100% + var(--gap)));
  }
  to {
    transform: translateX(0);
  }
}

.marquee__content > * {
  flex: 0 0 auto;
  margin: 2px;
  text-align: center;
  padding: 22px 0 17px 0;
  font-size: 40px;
  list-style-type: none;
  text-transform: uppercase;
  color: var(--preto);
}

