@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: 'Barlow', sans-serif !important;
}

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

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

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

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

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

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

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

.beneficio h2, h5, h4 {
  font-weight: 400 !important;
}

.beneficio h3, .site h3, .gestor h3, .sg h4, .bene-gestor h4,
.banner h1, .cta h3, footer a, .cookies h3, .cookies p a {
  font-weight: 700 !important;
}

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

img {
  width: 100%;
}

/* botões */
.btn-primario {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background-color: #831C20 !important;
  padding: .7rem 2rem;
  color: #fff;
  border-radius: 0;
  display: inline-block;
}

.btn-primario:hover {
  background-color: #651a1a !important;
  color: #fff !important;
}

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

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

.flex2 {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.flex3 {
  display: flex;
  align-items: end;
}

.flex4 {
  display: flex;
  align-items: center;
}

.flex5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex6 {
  display: flex;
  align-items: baseline;
}

.flex7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.flex8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

.flex9 {
  display: flex;
  justify-content: center;
}

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

.justify-end {
  justify-content: end;
}

.w350 {
  width: 350px;
}

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

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

.form-control {
  border-radius: 0 !important;
}

/* menu */
.menu {
  padding:15px 0 !important;
  border-bottom: 1px solid #141414;
}

.menu .nav-link {
  padding: .5rem 1.5rem !important;
}

.menu .nav-link:hover {
  color: #651a1a;
}

.navbar-toggler {
  border: 1px solid #fff !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

/* cores */
.banner h1, .banner h5,
.cta h2, footer small ,
.menu .nav-link, .menu .navbar-brand, .cta h3, .cta p {
  color: #fff;
}

.accordion-header {
  color: #141414;
}

.menu, footer {
  background-color: #141414;
}

/* header */
.navbar-brand img {
  height: 35px;
}

.banner {
  padding: 8rem 0 0;
  background-image: linear-gradient(-11deg, #fff 26%, #141414 26%);
}

.banner img {
  width: 100%;
}

.banner h1 {
  text-transform: uppercase;
  font-style: italic;
}

.banner h5 {
  font-size: 35px !important;
  margin-bottom: 2rem;
}

.bnh img {
  width: 60px;
  margin-bottom: .5rem;
}

.bnh h5, .bnh p {
  font-size: 20px !important;
}

.bnh h5 {
  max-width: 530px;
  text-align: justify;
  margin-right: 1rem;
}

/* Benefícios */
.beneficio {
  background-color: #831C20;
}

.beneficio h2 {
  text-align: center;
  margin-bottom: 100px;
}

.beneficio img {
  width: 30px;
  margin-right: .5rem;
}

.beneficio p {
  max-width: 350px;
  margin-bottom: 2rem !important;
  text-align: justify;
}

.beneficio h2, .beneficio p, .beneficio h3 {
  color: #fff;
}

/* site */
.site {
  padding: 100px 0;
  background-size: 440px;
}

.site h3 {
  margin-bottom: 1rem;
}

.site p {
  margin-bottom: .5rem !important;
}

.site p, .site h3, .cookies h3 {
  color: #222228;
}

/* Gestor */
.gestor {
  background-color: #222228;
}

.gestor h3,
.gestor h4, 
.gestor p {
  color: #fff;
}

.gestor h4 {
  text-align: justify;
  padding: 0 3rem;
}

.gestor img {
  width: 30px;
  margin-right: .5rem;
  position: relative;
  top: .7rem;
}

.gestor p {
  margin-bottom: 2rem !important;
}

.sg {
  background-color: #831C20;
  padding: 5rem 2rem;
  border-radius: 30px;
  max-width: 550px;
}

.bene-gestor {
  background: linear-gradient( #FAFAFA 70%, #232228 14%);
  padding: 100px 0 0;
}

.bene-gestor .item {
  padding: 1rem;
  border: 1px solid #222228;
  border-radius: 30px;
  max-width: 350px;
  position: relative;
  margin-bottom: 6rem;
  text-align: center;
}

.bene-gestor .item.dest {
  border-color: #831C20;
  background-color: #831C20;
}

.bene-gestor .item.dest h4,
.bene-gestor .item.dest p {
  color: #fff;
}

.bene-gestor h4 {
  margin-top: 1rem;
}

.bene-gestor p {
  text-align: center;
}

.bene-gestor .img-item {
  background-color: #831C20;
  padding: 1rem;
  width: 84px;
  height: 78px;
  border-radius: 10px;
  position: relative;
  top: -3rem;
  margin: 0 auto -3rem;
}

.bene-gestor .img-item img {
  width: auto;
  height: 50px;
}

.tela {
  position: relative;
}

.tela img {
  position: absolute;
}
 


/* CTA */
.cta {
  background-image: linear-gradient(187deg, #232228 32%, #141414 14%);
}

.cta .col-md-6 {
  z-index: 1;
}

.cta h2 {
  font-size:48px !important;
}

.cta .btn-primario {
  padding: .5rem 3rem;
}

.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
}

.form__field {
  font-family: inherit;
  border: 0;
  outline: 0;
  font-size: 16px;
  color: #112F54;
  padding: 7px;
  background: #fff;
  transition: border-color 0.2s;
  height: 40px;
  width: 100%;
}
.form__field::placeholder {
  color: #fff;
}
.form__field:placeholder-shown ~ .form__label,
.form__field.select ~ .form__label {
  font-size: 16px;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: -10px;
  display: block;
  transition: 0.2s;
  font-size: 16px;
  color: #831C20;
  padding-left: 7px;
}

.form__field:focus {
  padding-bottom: 6px;
  border-width: 3px;
  border-image: #fff;
  border-image-slice: 1;
}
.form__field:focus ~ .form__label {
  position: absolute;
  top: -10px;
  display: block;
  transition: 0.2s;
  font-size: 16px;
  color: #fff;
}

.form__field option {
  color: #000;
}

/* reset input */
.form__field:required,
.form__field:invalid {
  box-shadow: none;
}

/* Rodapé */
footer {
  text-align: center;
  padding: 1rem 0;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #831C20;
}

/* Scroll */
#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: 0;
	background-color: #651a1a;
}

.case {
  background-color: #232228;
  padding: 0;
}

.cookies {
  width: 450px;
  padding: 2rem;
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  background-color: #f2f2f2;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.1);
  box-shadow: 1px 1px 5px 1px rgba(0,0,0,.1);
  z-index: 2;
}

.close-cookies {
  opacity: 0;
  display: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.cookies a {
  color: #651a1a;
}

.cookies button {
      padding: .7rem 2rem;
    margin-top: 1rem;
    background: #141414;
    color: #fff;
}

.btn-whatsapp {
    position: fixed;
    bottom: 40px;
    right: 32px;
}