@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Anton&family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

body {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  color: #2A4FDA;
}

h2{
  font-family: "Anton", sans-serif;  
  text-transform: uppercase;
  font-size: 2.581rem;  
  color: #2A4FDA;  
}


@media screen and (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}


figure {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

.img-header {
  width: 100%;
}

.btn {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.188rem;
  color: #2A4ED8;
  border-color: #C5E932;
  background-color: #C5E932;
  border-radius: 20px;
  text-transform: uppercase;
  padding-right: 3rem;
  padding-left: 3rem;
}

.btn:hover,
.btn-check:checked + .btn,
.btn.active,
.btn:active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #0991BB;
  border-color: #0991BB;
  color: #CAEF33;
}
.bg-azul{
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/db13538a-c1d5-4c62-904f-6bf1c52212ee.png");
}
.bg-verde{
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/bc84621a-2190-49e8-9b24-2a92ddd6192e.png");
}
.bg-repeat{  
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
/** header **/

.header {
  position: relative;
  overflow: hidden;
}
.header::before{
  content: "";
  width: 363px;
  height: 66px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.header::after{
  content: "";
  width: 186px;
  height: 95px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}
.header.lp::before {
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/b4e43c87-580f-4adc-a5d5-986fb744a8ee.png");
}
.header.lp::after {
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/9ca6521c-c6fb-4bd5-9c5a-27beec0ba09c.png");
}
.header.tp::before {
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/06eb1b91-c386-42eb-bc46-b7d60a945b2c.png");
}
.header.tp::after {
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/8b78c6fd-c886-4306-b678-326889f8ec5e.png");
}
.header h1 {
  margin-bottom: 1rem;
  padding-top: 2rem;
}

.header h1 img {
  width: 115px;
}

.header h2 {  
  font-family: "Figtree", sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  text-transform: none;
  color: #0991BB;
  font-style: normal;
  line-height: 3rem;
  vertical-align: middle;
  margin: 0;
}
.header.tp h2{
  color: #FFFFFF
}
.header.tp h2 strong{
  color: #C9ED32
}
.header.lp small{
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/3a45a61a-079a-4e09-9be3-0b5553a6489d.png");
}
.header.tp small{
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/4de741ae-d9fd-45a8-bf15-6ef20ef91207.png");
}
.header small {
  width: 100%;
  height: 20px;
  display: inline-block;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin-bottom: 0.875rem;
  font-size: 0;
}

.header h2 strong {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 3.3rem;
  display: inline-block;
  width: 100%;
  color: #2A4FDA;
  vertical-align: middle;
 
}

.header h3{
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.25rem;
}

.header p {  
  font-size: 1.063rem;
  font-weight: 400;
  color: #2A4FDA;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.header p strong{
  font-weight: 700;
}
.header.tp p{
  color: #FFFFFF;
  max-width: 480px;
}
.header.tp p span{
  width: 100%;
  display: inline-block;
}
.header .hero-content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    min-height: 600px;
}

.header .btn {
  width: 270px;
  display: block;
  color: #CAEF33;
  background-color: #0991BB;
}
.header .btn:hover{
  color: #2A4ED8;
  border-color: #2A4ED8;
  background-color: #C5E932;
}
   
@media only screen and (min-width: 1400px) {
  .header .hero-content-wrapper {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
/*
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header .hero-content-wrapper {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header .hero-content-wrapper {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .hero-content-wrapper {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .header .hero-content-wrapper {
    padding: 0;
    min-height: inherit;
  }
}

.header .hero-img {
  position: absolute;
  width: 42%;
  text-align: left;
  top: 0px;
}

.hero-img-tp {
  position: relative;
  width: 100%;
  text-align: right;
  left: 0px;
  top: 80px !important;
}

@media screen and (min-width: 1440px) {
  .header .hero-img {
    top: -20px !important;
  }

  .header .hero-img-tp {
    top: 10px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .header .hero-img {
    top: 55px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header .hero-img {
    top: 150px !important;
  }

  .header .hero-img-tp {
    top: 100px;
  }
}

@media screen and (max-width: 1199px) {
  .header .hero-img-tp {
    top: 100px;
    left: 600px;
    width: 60% !important;
    align-items: end;
    text-align: right;
  }
}

@media screen and (min-width: 1024px) {
  .header .hero-img {
    top: 30px;
  }
  
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .header .hero-img {
    position: relative;
    width: 100%;
    top: 0;
  }  

}

@media (max-width: 767px) {
  .header .hero-img {
    position: relative;
    width: 100%;
    top: -20px;
    display: block;
    margin: 0 auto;
    text-align: center;
    right: inherit;
    bottom: 0;
  }
}





/** Formulario **/
#form {
  background-color: #fff;
  padding: 0rem 0 0rem 0;
  position: relative;
  z-index: 0;
}


.autorizacao-check {
  color: #fff !important;
}

#form .section-title {  
  margin-bottom: 2rem;
  margin-top: 5rem; 
}

#form .section-title strong  {
  font-family: "Georama", sans-serif;
  color: #00575e;
  font-size: 1.875rem;
  font-weight: 700;
}



#form .list-vantagens {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}

.check-icon {
  color: black !important;
  font-weight: 700;
}

#form .list-vantagens li {
     display: flex;
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 0;
    font-size: 1.25rem;
    position: relative;
    z-index: 0;
    padding-left: 100px;
    min-height: 85px;
    align-items: center;
    line-height: 1.2; 
}


#form .btn-vantagens-mobile {
  /* background: #47fdee;
  color: #072aa0; */
  white-space: inherit;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

 #form .list-vantagens li figure {
  width: 84px;
  height: 84px;
  display: inline-block;
  background: transparent;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}

#form .list-vantagens li figure img {
  width: 100%;
  display: inline-block;
} 

#form .list-vantagens li h3 {
  font-size: 1.625rem;
  font-weight: 800;
  margin-bottom: 7px;
  width: 100%;
  text-align: left;
  font-family: "Alegreya Sans", sans-serif;
  color: #0041d9;
  line-height: 1.1;
}

#form .list-vantagens li h3,
#form .list-vantagens li p {
  padding-left: 0px;
  box-sizing: border-box;
}

#form-salesforce .label {
  display: inline-block;
  width: 100%;
}

.form-label {
  display: none;
}

.form-control,
.form-select {
  /*font-family: "Inter", sans-serif;*/
  height: 42px;
  margin-bottom: 0px;
  color: #363636;
  font-size: 14px;
  font-weight: 400;
}

.form-select {
  line-height: 1.2;
  color: #363636;
}

:placeholder {
  /* font-family: "Inter", sans-serif; */
  color: #363636;
}

.formulario {
  background: #2A4FDA;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  padding: 5px 20px 20px 20px;
}

.formulario h3 {
  font-size: 1.438rem;
  font-weight: 700;
  color: #CBEF33;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 0 0;
  line-height: 1.1;  
}
.formulario h3 span{
  font-size: 0.875rem;
  font-weight: 400;
  width: 100%;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  margin-top: 5px;
}

/*.formulario p{}*/

.msgs-validacao {
  display: block;
}

.msgs-validacao span {
  font-size: 13px;
  font-weight: 600;
}

.erro {
  background-color: #ffe4e1;
  border-color: red;
}

.valido {
  background-color: #f1f1f1;
  border-color: green;
}

.form-control:focus,
.form-select:focus {
  border-color: #020e40;
  outline: none;
  box-shadow: none;
}

input:focus {
  outline: none;
}

#msgCelInvalido,
.feedback {
  display: none;
}

#msgCelInvalido, .feedback, .dadoInvalido,.error-message {
  font-size: 14px;
  /*color: red;  */
  color: #fff;
  padding: 0;
  margin: 5px 0 0 0;
  font-weight: 600;
  background: transparent;
}

.formulario .politica-privacidade {
  padding: 5px 0px 15px 0px;
  text-align: center;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  font-weight: 500;
  font-size: 12px;
  position: relative;
  line-height: 1.3;
}

.formulario .politica-privacidade input {
  position: absolute;
  left: 0;
  display: none;
}

.formulario .politica-privacidade a {
  display: inline-block;
  color: #fff;
}

.formulario .btn{
  width: 100%;
  font-size: 1.375rem;
  white-space: nowrap;  
}
.formulario .btn.disabled{
  color: #2A4ED8;
  border-color: #C5E932;
  background-color: #C5E932;
}

.formulario p.spam {
  line-height: 1;
  text-align: center;
  margin-top: 0.575rem;
}

.formulario p.spam small {
  display: block;
  line-height: 1.4;
  text-align: center;
  margin: 1rem auto 0;
  font-size: 0.875rem;
  padding: 0;
  color: #fff;
}

.error {
  color: #fff;
  font-size: 0.9em;
}

.valid {
  border-color: green;
}

.invalid {
  border-color: red;
}

/** Formulario - Fim **/
/**Sobre  ***/
#sobre {
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: auto;
  padding: 2rem 0;
}

#sobre figure {
  margin: 0;
}

#sobre h2 {
  color: #C5E932;
  font-size: 2.475rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
#sobre h3 {
  color: #fff;
  font-size: 1.488rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.1;
}
#sobre p {
  color: #fff;
  font-size: 1.063rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 1rem;
}
#sobre p strong{
  font-weight: 700;
}
#sobre .container {
  padding: 50px 0;
}


#sobre .img {
  padding: 50px 0;
}


@media screen and (min-width: 1400px) {
  #sobre {
    background-size: cover;
  }

  #sobre .hero-img {
    top: -2rem !important;
    left: 0rem !important;
    width: 45% !important;
  }

  #sobre figure {
    width: 100%;
  }
}

/** Material Exclusivo **/
.material-exclusivo{}
.material-exclusivo h2{
   text-align: center;
}
.material-exclusivo p{
  text-align: center;
  line-height: 1.1;
}

.material-exclusivo .video{
  border-radius: 10px;
  overflow: hidden;
  margin: 0px;
  padding: 0;
  width: 100%;
  height: 315px;
}
/** Footer **/
footer {
  background: #C5E932;
  padding: 1.25rem 0;
}

footer figure {
  margin: 0;
}
.contato{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.contato p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #294ED6;
  text-align: center;
  line-height: 1;
  font-family: "Almarai", sans-serif;
  font-weight: 900;
  font-size: 1.125rem;
  width: auto;
  display: block;
}
.contato p a{  
  font-size: 1.375rem;
  font-family: "Almarai", sans-serif;
  display: block;
  color: #294ED6;
  width: 100%;
  font-weight: 900;
  text-decoration: none;
}

.logo-footer {
  margin: 0 14px;
}

.social-list {
  display: flex;
  align-items: center;
  justify-content: right;
  margin: 0;
  padding: 0;
}

.social-list li {
  text-decoration: none;
  list-style: none;
  border: none;
  padding: 0 0.375rem;
}
.social-list li a i{
  background-color: #294CD2;
  color: #C5E932;
  font-size: 1.3rem;
  border-radius: 40px;
  padding: 5px 0px;
  width: 33px;
  text-align: center;
  height: 33px;
  line-height: 24px;
}
.social-list li a i.telegram{
  font-size: 1.2rem;
  text-indent: -4px;
}
.social-network {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.social-network ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-network ul li {
  margin: 0 0 0 0px;
  padding: 0;
  text-decoration: none;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.social-network ul li a {
  text-decoration: none;
  height: 50px;
  width: 50px;
  background: #2A4FDA;
  border-radius: 50px;
  display: inline-block;
  padding: 0;
  text-align: center;
  margin: 0 1rem 0 0;
}

.social-network ul li a i {
  width: 100%;
  display: inline-block;
  height: 100%;
  margin: 0;
  text-align: center;
  padding: 10px 10px 10px 10px;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 100%;
  pointer-events: auto;
  line-height: 30px;
}


/*** Compartilhe **
.header p.text-share-on {
  font-family: "Georama", sans-serif;
  max-width: 370px;
  width: 100%;
  margin: 0;
  font-size: 18px;
}

/*** Compartilhe **/
#compartilhar {
  position: relative;
  z-index: 0;
  overflow: hidden;
}


#compartilhar h2 {
  text-align: center;
  color:#0991BB;
}
/* 
#compartilhar p {
  font-weight: 400;
  font-size: 1.875rem;
  color: #012c6e;
  text-align: center;
  margin: 0;
  font-family: "Campuni", sans-serif;
} */

/*
#compartilhar{
    background-color: #9285F9;
}
#compartilhar h2{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
#compartilhar h2 strong{
    font-weight: 400;
    display: inline-block;    
    width: 100%;
}
*/

@media screen and (min-width: 600px) {
  .desktop{
    display: none;
  }
  #sobre h2{
    max-width: 293px;
  }
}


@media screen and (max-width: 600px) {
  .mobile{
    display: none;
  }
  h2{
    font-size: 2rem;
  }
  .bg-repeat {
    background-size: contain;    
    background-repeat: repeat;    
  }
  .header h1 {
    text-align: center;
    font-size: 50px;
    padding-top: 20px;
  }
  .header small{
    background-size: cover;
  }
  .header h2 {
    text-align: center;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 1.2;
    max-width: 320px;
    padding: 0;
  }
  .header h2 span{
    top:inherit;
  }
  .header h2 strong{
    line-height: 1.2;
  }
  .header h3 {
    font-size: 1.2rem;
    text-align: center;
  }

  .header p {
    text-align: center;
    
  }
  .header.tp p {
    max-width: 90%;
    margin: 0 auto;
  }
  .header ul li {
    font-size: 17px;
    text-align: center;
  }

  .header .btn {
    margin: 1rem auto 2rem;
    display: block;
  }
  .header::before,
  .header::after{
    display: none;
  }
  .social-network ul li {
    justify-content: center;
  }

  #sobre .btn {
    margin-bottom: 2rem;
  }

  #form .container > .row {
    flex-direction: column-reverse;
  }

  .formulario {
    margin-bottom: 2rem;
  }
  #form .section-title{
   margin-top: 1rem;
  }
  #form .list-vantagens li{
   
  }

  #form .list-vantagens li h3 .mobile,
  #form .list-vantagens li p .mobile {
    display: none;
  }
  #sobre{
    padding-bottom: 0;
  }
  #sobre .content{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #sobre h2 {   
    font-size: 2rem;
    text-align: center;
  }
   
  #sobre h3 {    
    font-size: 1.3rem;
    text-align: center;
  }
  #sobre p{    
    font-size: 1rem;
    text-align: center;
  }
  
  #sobre .row{
    flex-direction: column-reverse;
  }


  #sobre figure {
    position: relative;
    bottom: -2rem;
    padding: 0 1.5rem;
  }


  #sobre .btn {
    font-size: 100%;
    max-width: 90%;
    margin: 0 auto;
    display: block;
  }
   
  .contato {
    padding-bottom: 1rem;
    justify-content: center;
  }
  .social-list{
    justify-content: center;
    padding-top: 1rem;
  }
  .formulario .btn{
    white-space: inherit;
  }
}
