/* @font-face {
  font-family: 'DM Sans Bold';
  src: url('../fontes/DMSans_18pt-Bold.ttf') format('trutype');
}

@font-face {
  font-family: 'Lato Regular';
  src: url('../fontes/Lato-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato Bold';
  src: url('../fontes/Lato-Bold.ttf') format('truetype');
} */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

h1, h2, h3, h4,
header h1 span {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 600 !important;
}

p, span, a, li, small, .cta-site h5, .faq h5, header h5  {
  font-family: 'Lato', sans-serif !important;
}

.btn-primario, .btn-secundario, .funcionalidades h5,
.accordion-button, footer small a {
  font-family: 'Lato', sans-serif !important;
  font-weight: 700 !important;
}

h1 {
  font-size: 46px !important;
}

h2 {
  font-size: 40px !important;
  letter-spacing: 1px;
}

h3 {
  font-size: 32px !important;
}

h4 {
  font-size: 24px !important;
}

h5 {
  font-size: 18px !important;
}

p, span {
  font-size: 15px !important;
}

small {
  font-size: 12px !important;
}

/*tags*/
section {
  padding: 100px 0;
}

/* botões */
.btn-primario, .btn-secundario {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  border-radius: 10px;
}

.btn-primario {
  background-color: #00399D;
  padding: .7rem 2rem;
  color: #fff;
  display: inline-block;
}

.btn-primario:hover {
  background-color: #162355;
}

.btn-secundario {
  background-color: transparent;
  padding: .7rem 2rem;
  color: #fff;
  border: 2px solid #fff;
  display: inline-block;
}

.btn-secundario:hover {
  background-color: #fff;
  color: #00399D;
}

/* classes */
.text-right {
  text-align: right !important;
}

.flex1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.error {
  color: #E33E38;
  border-color: #E33E38;
}

/* Bootstrap */
.form-check-input:checked {
  background-color: #162355 !important;
  border-color: #162355 !important;
}

.form-check-input:focus,
.form-control:focus {
  box-shadow: none !important;
}

/* menu */
.menu {
  padding: 1.12rem 0;
}

.menu h4 {
  color: #00399D;
}

.menu img {
  height: 40px;
}

/* cores */
header h1 {
  color: #2C2C2E;
  letter-spacing: 1px;
}

header h1,
header h1 span {
  font-size: 55px !important;
}

header h1 {
  max-width: 70%;
  margin: 5rem auto 2rem;
}

header h5,
p, span,
.faq h5,
footer small,
footer small a {
  color: #696B72;
}

/* header */
header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

header h1 span {
  color: #00399D;
}

header h5 {
  padding: 1rem 0 2rem;
  margin-bottom: 0;
}

header .btn-primario {
  max-width: 190px;
  text-align: center;
}

header img {
  width: 100%;
}

header .btn-secundario,
.menu .btn-secundario {
  border-color: #2C2C2E;
  color: #2C2C2E;
  display: inline-block;
}

header .btn-secundario:hover,
.menu .btn-secundario:hover {
  background-color: #2C2C2E;
  color: #fff;
}

header .btn-secundario {
  max-width: 200px;
}

/* Funcionalidades */
.funcionalidades {
  text-align: center;
  padding: 100px 0 0;
}

.funcionalidades svg {
  margin-bottom: .7rem;
}

.funcionalidades h2 {
  margin: 0 auto 100px;
}

.funcionalidades p {
  margin-bottom: 100px !important;
}

/* CTA Site */
.cta-site {
  display: flex;
}

.cta-site img {
  max-height: 500px;
  width: 100%;
}

.cta-site h3,
.cta-site p {
  color: #fff;
}

.tela-lp {
  background-image: url('../img/tela-lp.webp');
  background-size: cover;
  background-position: center;
  height: 500px;
  width: 50%;
}

.fl {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 3rem;
  background-color: #00399D;
  width: 50%;
}

.fl .btn-secundario {
  margin-top: 1rem;
  max-width: 200px;
}

/* Faq */
.faq {
  text-align: center;
}

.faq h2 {
  margin-bottom: 1rem;
}

.accordion {
  margin-top: 3rem;
  max-width: 800px;
  margin: 50px auto;
}

.accordion-item {
  border-bottom: 1px solid #e7e7e7 !important;
}

.accordion-button:not(.collapsed) {
  color: #2C2C2E !important;
  background-color: #f4f6fa !important;
  box-shadow: none !important;
}

.accordion-body {
  padding: 0 1rem 1rem !important;
  text-align: justify;
}

/* CTA Formulário */
.cta-form {
 background-color: #00399D;
  padding: 100px 50px !important;
  background-image: url('../img/cta-contato.png');
  background-size:50%;
  background-repeat: no-repeat;
  background-position: bottom left;
  position: relative;
}

.cta-form h3,
.cta-form p {
  color: #fff;
}
.cta-form label {
  color: #232323;
}

.cta-form p {
  letter-spacing: 1px;
  line-height: 1.7;
}

.cta-form .btn-primario {
  width: 200px;
  margin: 0 auto;
  display: block;
}

.cta-form form {
  background-color: #fff;
  border-radius: 30px;
  padding: 2rem;
}

.cta-form a {
  color: #2C2C2E;
}

/* Rodapé */
footer {
  padding: 1rem 0;
    text-align: center;
    letter-spacing: .5px;
}

#scroll::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #f4f6fa ;
  border: 1px solid #e7e7e7;
}

#scroll::-webkit-scrollbar {
	width: 12px;
	background-color: #f4f6fa ;
  border: 1px solid #e7e7e7;
}

#scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #1034F0;
}

.termos {

}

.termos h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.termos p {
  margin-bottom:  1rem !important;
}

/* UI ELEMENTS */
.error {
  
  color: #C53631;
}

.error-input {
  border: 1px solid #C53631 !important;
}

.alert-erro {
  background-color: #E33E38 !important;
  border-color: #E33E38 !important;
}

.alert-sucesso {
  background-color: #35B233 !important;
  border-color: #35B233 !important;
}

.alert {
  color: #fff !important;
  position: absolute !important;
  width: 90%;
  left: 6rem;
  top: 1rem;
}

