html, body {

  overflow-x: hidden;

  max-width: 100%;

}



* {

  box-sizing: border-box;

}


.row, .container{
    overflow: visible !important;
}
.inicio{
    background-image: url(../imagens/banner01.png);
    background-size: cover;
    background-repeat: no-repeat;
        margin: 0px !important;
}
.titulos-inicio{
    margin-top: 8%;
}
.inicio p{
    color: #2d2d2f;
    font-family:"Poppins", sans-serif; ;
    font-size: 1.4em;
    font-weight: 800;
}

.inicio h5{
    color: #004bf5;
    font-family:"Poppins", sans-serif; ;
    font-size: 2.9em;
    font-weight: 900;
}

.inicio h6{
    color: #2d2d2f;
    font-family:"Poppins", sans-serif; ;
    font-size: 1em;
        white-space:nowrap;
    font-weight: 400;
}

.inicio img{
    width: 510px;
}

.inicio h3{
    color: white;
    background-color: #004bf5;
    font-family:"Poppins", sans-serif; ;
    font-size: 1.0em;
    padding: 12px 10px;
    white-space:nowrap;
    margin-top: -42%;
    font-weight: 400;
}

.inicio h4{
    color: #ff197b;
    font-family:"Poppins", sans-serif; ;
    font-size: 2.3em;
    margin-top: -29%;
    white-space:nowrap;
    font-weight: 800;
}
.analise_button .button{

    white-space: nowrap;

    font-family:"Poppins", sans-serif ;

    margin-bottom: 10px;

    background-color:#7bcd00;

    margin-top: -0%;

    border-radius: 20px;

    border: none;

    color: white;

    padding: 15px 65px;

    text-align: center;

    text-decoration: none;

    display: inline-block;

     font-size: 18px;

     cursor: pointer;

         font-weight: 800;

}

@media(max-width:800px){
    .inicio img{
    width: 370px;
}
}

.donos-tintas{
    background-color: #e4e5e7;
    margin: 0px !important;
}

.donos-tintas h3{
    color: #c260c7;
    font-family:"Poppins", sans-serif; ;
    font-size: 3.2em;
    font-weight: 800;    
}

.donos-tintas h5{
    color: black;
    font-family:"Poppins", sans-serif; ;
    font-size: 1.2em;
    margin-top:-1%;
    margin-bottom:5%;
    font-weight: 400;    
}

.cards-aprenda .card-content {
  border-radius: 15px;
  padding: 20px;
  color: #fff;
  min-height: 100px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom:3%;
}

/* Cores específicas */
.purple-card { background-color: #a323c7; }
.blue-card   { background-color: #05c0e3; }
.yellow-card { background-color: #fbbd05; }

/* Ícone circular */
.icon-circle {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-circle img {
  width: 75px;   /* ajusta o tamanho do ícone dentro do círculo */
  height: auto;
}

.cards-aprenda p {
  margin: 0;
  line-height: 1.4em;
}

.porque{
    background-color: #00c1e1;
    margin: 0px !important;
}

.porque img{
    width: 970px;
}

.beneficio-card {
  width: 65%;
  height: 250px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin-top: -10%;
  display: flex;
  align-items: flex-end;  /* texto na parte inferior */
  justify-content: center;
  padding: 6px;
  text-align: center;
}

.beneficio-card p {
    font-family:"Poppins", sans-serif; ;
  font-size: 1.1rem;
  color: #333;
  font-weight: 500;
  line-height: 1.1em;
  margin: 10;
  margin-top:-7%;
  max-width: 90%;

}

.porque h3{
    color: white;
    font-family:"Poppins", sans-serif; ;
    font-weight: 700;
    font-size: 1.8em;

}

@media(max-width:800px){
    .porque img{
    width: 350px;
}

.beneficio-card {
  width: 65%;
  height: 250px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin-top: -1%;
  display: flex;
  align-items: flex-end;  /* texto na parte inferior */
  justify-content: center;
  padding: 15px;
  text-align: center;
}
.beneficio-card p {
    font-family:"Poppins", sans-serif; ;
  font-size: 1.3rem;
  color: #333;
  font-weight: 500;
  line-height: 1.1em;
  margin: 0;
  max-width: 90%;
  margin-top: -2%;
}
}

.vaga{
        background-color: #e4e5e7;
}

.tinta-imagens img{
width: 670px;
        margin-top: -5%;
margin-bottom:-10%;
}

.vaga h6{
    color: #bc49c1;
    font-family:"Poppins", sans-serif; ;
        font-size: 4.0em;
        font-weight: 700;
        margin-top: 35%;
}

.lotes img{
    width: 85%;
    height: 30%;
    margin-top:5%;
}

@media(max-width:800px){
 .lotes img{
    width: 100%;
    height: 30%;
}   

.tinta-imagens img{
width: 380px;
margin-bottom:-30%;
}
}

/*---Sócios---*/
.socios{
background:#abca00;

}

.socios h3{
        font-family:"Poppins", sans-serif; ;
  font-weight: 750;
  color: white;
  font-size: 3.1em;
  margin-bottom: 5%;
}


.palestrante-fabio{
    margin-bottom: 50px;
    height: 200px;
    border-radius: 50px;
    background-color:white;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1); 
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1); 
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}



.palestrante-fabio:hover{

    height: 205px;
    border-radius: 50px;
    background-color:white;
     -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.1);   
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 200ms ease-in;
  transform: scale(1.1);
}

.palestrante-fabio h6{
    font-family: "poppins";
    font-weight: 600;
    font-size: 1.3em;
    margin-top: 25%;
    color: #00a9ac;
}

.palestrante-fabio h5{
    font-size: 0.9em;
    font-family: "poppins";
    color: black;
    margin-top: -0%;
    margin-bottom: 10px;
}

.palestrante-fabio img{
  width: 150px;
  margin-top: 18%;
}

.palestrante-jaques{
    margin-bottom: 50px;
    height: 210px;
    border-radius: 50px;
    background-color:white;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1); 
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1); 
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}



.palestrante-jaques:hover{

    height: 205px;
    border-radius: 50px;
    background-color:white;
     -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.1);   
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 200ms ease-in;
  transform: scale(1.1);
}

.palestrante-jaques h6{
    font-family: "poppins";
    font-weight: 600;
    font-size: 1.3em;
    margin-top: 25%;
    color: #00a9ac;
}

.palestrante-jaques h5{
    font-size: 0.9em;
    font-family: "poppins";
    color: black;
    margin-top: -0%;
    margin-bottom: 10px;
}

.palestrante-jaques img{
  width: 150px;
  margin-top: 18%;
}

.palestrante-carol{
    margin-bottom: 50px;
    height: 180px;
    border-radius: 50px;
    background-color:white;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1); 
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1); 
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}



.palestrante-carol:hover{

    height: 205px;
    border-radius: 50px;
    background-color:white;
     -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.1);   
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 200ms ease-in;
  transform: scale(1.1);
}

.palestrante-carol h6{
    font-family: "poppins";
    font-weight: 600;
    font-size: 1.3em;
    margin-top: 25%;
    color: #00a9ac;
}

.palestrante-carol h5{
    font-size: 0.9em;
    font-family: "poppins";
    color: black;
    margin-top: -0%;
    margin-bottom: 10px;
}

.palestrante-carol img{
  width: 150px;
  margin-top: 6%;
}


/*--responsive--*/

@media(min-width:2400px) and (max-width:3400px){
  .palestrante-carol img{
  width: 130px;
  margin-top: 6%;
} 

  .palestrante-jaques img{
  width: 130px;
  margin-top: 6%;
}  

  .palestrante-fabio img{
  width: 130px;
  margin-top: 6%;
}  

.palestrante-carol h5{
    font-size: 0.9em;
    font-family: "poppins";
    color: black;
    margin-top: -0%;
    margin-bottom: 10px;
}
.palestrante-jaques h5{
    font-size: 0.9em;
    font-family: "poppins";
    color: black;
    margin-top: -0%;
    margin-bottom: 10px;
}
.palestrante-fabio h5{
    font-size: 0.9em;
    font-family: "poppins";
    color: black;
    margin-top: -0%;
    margin-bottom: 10px;
}
}

@media(min-width:3400px) and (max-width:9000px){
  .palestrante-carol img{
  width: 150px;
  margin-top: 4%;
} 

  .palestrante-jaques img{
  width: 150px;
  margin-top: 4%;
}  

  .palestrante-fabio img{
  width: 170px;
  margin-top: 4%;
}  

.palestrante-carol h6{
    font-size: 2.6em;
    font-family: "poppins";
    color: #00a9ac;
    margin-top: -0%;
    margin-bottom: 14px;
}
.palestrante-jaques h6{
    font-size: 2.6em;
    font-family: "poppins";
    color: #00a9ac;
    margin-top: -0%;
    margin-bottom: 14px;
}
.palestrante-fabio h6{
    font-size: 2.6em;
    font-family: "poppins";
    color: #00a9ac;
    margin-top: -0%;
    margin-bottom: 14px;
}


.palestrante-carol p{
    font-size: 1.9em;

}
.palestrante-jaques p{
    font-size: 1.9em;

}
.palestrante-fabio p{
    font-size: 1.9em;

}

.palestrante-carol h5{
    font-size: 1.5em;
    margin-top:-1%;

}
.palestrante-jaques h5{
    font-size: 1.5em;
margin-top:-1%;
}
.palestrante-fabio h5{
    font-size: 1.5em;
    margin-top:-1%;

}
}

@media(max-width:800px){
.palestrante-fabio{
    margin-bottom: 50px;
    height: 260px;
    border-radius: 50px;
    background-color:white;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1); 
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1); 
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}



.palestrante-fabio:hover{

    height: 205px;
    border-radius: 50px;
    background-color:white;
     -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.1);   
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 200ms ease-in;
  transform: scale(1.1);
}

.palestrante-fabio h6{
    font-family: "poppins";
    font-weight: 600;
    font-size: 1.3em;
    margin-top: 16%;
    color: #00a9ac;
}
.palestrante-fabio p{
    font-family: "poppins";
    color: gray;
    margin-top: -3%;
}

.palestrante-fabio h5{
    font-size: 0.9em;
    font-family: "poppins";
    color: black;
    margin-top: 5%;
    margin-bottom: 10px;
}

.palestrante-fabio img{
  width: 120px;
  margin-top: 20%;
}

.palestrante-jaques{
    margin-bottom: 50px;
    height: 270px;
    border-radius: 50px;
    background-color:white;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1); 
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1); 
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}



.palestrante-jaques:hover{

    height: 215px;
    border-radius: 50px;
    background-color:white;
     -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.1);   
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(0.1);
  transition: all 200ms ease-in;
  transform: scale(1.1);
}

.palestrante-jaques h6{
    font-family: "poppins";
    font-weight: 600;
    font-size: 1.3em;
    margin-top: 16%;
    color: #00a9ac;
}
.palestrante-jaques p{
    font-family: "poppins";
    color: gray;
    margin-top: -3%;
}

.palestrante-jaques h5{
    font-size: 0.9em;
    font-family: "poppins";
    color: black;
    margin-top: 5%;
    margin-bottom: 10px;
}

.palestrante-jaques img{
  width: 120px;
  margin-top: 20%;
}

.palestrante-carol{
    margin-bottom: 50px;
    height: 200px;
    border-radius: 50px;
    background-color:white;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1); 
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1); 
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}



.palestrante-carol:hover{

    height: 205px;
    border-radius: 50px;
    background-color:white;
     -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.1);   
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 200ms ease-in;
  transform: scale(1.1);
}

.palestrante-carol h6{
    font-family: "poppins";
    font-weight: 600;
    font-size: 1.3em;
    margin-top: 16%;
    color: #00a9ac;
}
.palestrante-carol p{
    font-family: "poppins";
    color: gray;
    margin-top: -3%;
}

.palestrante-carol h5{
    font-size: 0.7em;
    font-family: "poppins";
    color: black;
    margin-top: -1%;
    margin-bottom: 10px;
}

.palestrante-carol img{
  width: 120px;
  margin-top: 10%;
}
}

.tema-socio {
  background: #6c3dbf; /* Roxo */
  color: #fff;
  padding: 11px 62px;
    font-family:"Poppins", sans-serif; ;
    margin-top: -5%;
  border-radius: 12px;
  font-weight: bold;
  margin-bottom: 12px;
  display: inline-block;
}
.card-socio {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 25px;
}

.plateia {
    background-image: url("../imagens/imagem-palestra.png");
    background-size: cover;      /* cobre toda a área */
    background-position: center; /* centraliza a imagem */
    background-repeat: no-repeat;
    min-height: 500px;           /* altura mínima */
    width: 100%;
    display: flex;
    align-items: center;         /* centraliza verticalmente */
    justify-content: center;     /* centraliza horizontalmente */
}

.incluso {
    background-color: #e4e5e7;
    padding: 40px 0;
}

.card-beneficio-incluso {
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    min-height: 250px;
    color: black;
    margin-bottom: 4%;
        font-family:"Poppins", sans-serif; ;
}

.card-beneficio-incluso img {
    width: 100px;
}

.card-beneficio-incluso h6 {
    margin-top: 15px;
    font-weight: bold;
    white-space: nowrap;
        font-size: 17px;
}

.card-beneficio-incluso p {
    font-size: 18px;
}

.icone-beneficio {
    width: 60px;
    margin-bottom: 15px;
    filter: brightness(0) invert(1); /* deixa o ícone branco */
}

.evento-local {
  background-color: #c0d52a; /* Verde limão igual ao modelo */
  padding: 30px 0;
}

.imagem-local img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.info-local {
  padding: 20px;
  color: #fff;
  margin-top:98px;
}

.data-evento {
  background-color: #00b4e6; /* Azul da data */
  padding: 10px 15px;
  border-radius: 6px;
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: bold;
      font-family:"Poppins", sans-serif; ;
}

.endereco {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
      font-family:"Poppins", sans-serif; ;
}

.endereco img {
  width: 120px;
  margin-right: 10px;
}

.endereco p {
  color: #fff;
  margin: 0;
  font-size: 1.4em;
      font-family:"Poppins", sans-serif; ;
}

.endereco span {
  font-size: 13px;
  font-style: italic;
}

.mapa img {
  width: 100%;
  border-radius: 8px;
}

.final{
    background-image: url(../imagens/banner11.png);
}

.final h3{
    color: #703dcd;
    font-family:"Poppins", sans-serif ;
    font-weight: bold;
    font-size: 2.6em;
    margin-top: 5%;

}


.final h6{
    color: #ff46b3;
    font-family:"Poppins", sans-serif ;
    font-weight: bold;
    font-size: 2.1em;
    margin-top: 5%;

}


.form-final {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    margin-top: 50%;
background: none;


    margin-bottom:-5%;
}
.modal{
    background: radial-gradient(circle at 20% 30%, #e91e63 0%, transparent 50%),
            radial-gradient(circle at 80% 20%, #9c27b0 0%, transparent 50%),
            radial-gradient(circle at 50% 80%, #2196f3 0%, transparent 50%),
            radial-gradient(circle at 70% 60%, #ffeb3b 0%, transparent 50%),
            radial-gradient(circle at 30% 70%, #ff9800 0%, transparent 50%),
            radial-gradient(circle at 60% 40%, #4caf50 0%, transparent 50%);
background-color: #fff; /* fundo base */
}

.space-form{
    box-shadow:2px 2px black;
    margin-top: -4%;
    margin-bottom: 30px;
    background-color: orange;
    width: 335px;
    height: 85px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
}

.space-form p{
    white-space:nowrap;
    color:white;
    font-family: "poppins";
    font-size: 1.1em;
    margin-top: 5%;
}

.space-text {
    color:white;
    margin-top:4%;
}

.space-text p {
    color:white;
    margin-top:4%;
}
.form-final img{
    margin-top: 1em;
    width: 30vw;
}

.form-final::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(-1);
    background-image: url(../images/Banner_Anafundo1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.form-final::after {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #26B6B4; */
    /* opacity: 0.9 !important; */
}

.form .col{
    position: relative;
    z-index: 1;
}

.form-final .step-2 {
    display: none;
}

.form-final select {
    background-color: white !important;
    border-radius: 10px !important;
    border: none !important;
    margin-bottom: 10px !important;
    display: block!important;
}

.form-final h2 {
    margin-top: 3em;
    font-size: 1.5em;
    color: #fff;
}

.form-final h3 {
    margin-top: 4em;
    font-size: 2em;
    /* font-weight: bold; */
    /* font-family: 'Montserrat ExtraBold'; */
    font-family: 'MazzardH-ExtraBold';
    /* font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif; */
    color: #413d3e;
    /* text-shadow: 0px 0px 5px rgba(0, 0, 0, .5); */
    text-transform: uppercase;
}

.form-final a.btn {
    background-color:  #00ff01;
    width: auto;
    padding: 0 2em;
    font-size: 1.25em;
}

.form-final form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 20px;
    margin-top: 15%;
}

.form-final small {
    width: 100%;
    float: left;
    font-size: 1em;
    color: #fff;
    line-height: 1.25em;
    font-weight: bold;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 10%;
}

.form-final .btn {
    text-align: center;
    width: 100%;
    background-color:  #00ff01;
    line-height: 3em;
    height: 3em;
    padding: 0 .5em;
    text-transform: none;
    font-size: .9em;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: none !important;
    border-radius: 10px;
    font-weight: bold;
}

.form-final label {
    color: white;
    font-weight: bold;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.form-final input {
    background-color: white !important;
    border-radius: 10px !important;
    border: none !important;
}

.final-imgs{
        display: flex;
    flex-wrap: wrap;
}

.final-imgs img{
width: 110px;
}

.final-imgs .col {
   padding: 0 !important; /* Remove qualquer espaÃ§amento interno */
    margin: 0 !important;  /* Remove qualquer margem */
}

.final-imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* MantÃ©m o corte adequado sem distorÃ§Ã£o */
}

.final-imgs img:hover{

    width: 370px;
    background-color:white;
     -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.1);   
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 200ms ease-in;
  transform: scale(1.1);
}


.organizacao-apoio {
  background-color: #7c3fc5; /* Roxo do fundo */
  padding: 40px 20px;
  color: #fff;
}

.organizacao-apoio h5 {
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
  font-size: 2.6em;
        font-family:"Poppins", sans-serif; ;
}

.organizacao-apoio img{
    width: 990px;
}

.logo-organizacao {
  max-width: 260px;
  margin-bottom: 5px;
}

.logo-apoio {
  max-width: 700px;
  margin-top: -35px;
}
@media(max-width:800px){
    .organizacao-apoio img{
    width: 310px;
}
}
// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.montserrat-<uniquifier> {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.lexend-deca-<uniquifier> {
  font-family: "Lexend Deca", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: 'Montserrat regular';
    src: url(../fonts/Montserrat-VariableFont_wght.ttf);
}

@font-face {
    font-family: 'Montserrat light';
    src: url(../fonts/Montserrat-VariableFont_wght.ttf);
}

@font-face {
    font-family: 'Montserrat extralight';
    src: url(../fonts/Montserrat-VariableFont_wght.ttf);
}
@font-face {
    font-family: 'Montserrat Bold';
    src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: 'Montserrat ExtraBold';
    src: url(../fonts/Montserrat-ExtraBold.ttf);
}

@font-face {
    font-family: 'poppins bold';
    src: url(../fonts/poppins-bold.ttf);
}

/*-------- Footer --------*/

.footer {
    padding: 20px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #576ade;
    margin: 0px !important;
    color: #576ade;
}

.footer img {
    width: auto;
    height: 90px;
    object-fit: contain;
    object-position: center;
}

.footer h2 {
    margin: 0;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    text-align: left;
    color: #fff;
}

.footer a{
    color: #fff;
}
.comprimentos li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px; /* Aumente o espaÃ§o para o Ã­cone conforme necessÃ¡rio */
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: #404041;

  }

  .comprimentos li::before {
    content: "\f192"; /* CÃ³digo Unicode para o Ã­cone (fa-dot-circle) */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; /* Peso da fonte */
    position: absolute;
    left: 0;
    top: 0;
    color: #26B6B4; /* Cor do Ã­cone */
  }


@media(max-width: 600px) {
    .form::after {
        /* content: ''; */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-color: #26B6B4;
        opacity: 0.9 !important; */
    }
    .shape .list ul li{
        color: #413d3e;
        
        align-items: center;
        font-size: 1em;
        line-height: 1.25em;
        font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
        text-align: center;
        text-align: left;
        margin-left: 9vw !important;
        
    }
    .btn {
        font-size: .8em !important;
    }
    .form h3 {
        font-size: 3em;
    }
    .form a.btn {
        margin-bottom: 4em;
    }
    .franquia .s6 {
        padding: 0 5px !important;
    }
    .franquia .col .col p {
        padding: 0 !important;
        max-width: 100% !important;
    }
    .form img {
        width: 69vw;
    }
  
}


/*-------- TIPOGRAFIA --------*/

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/opensans-regular.ttf);
}
@font-face {
    font-family: 'MazzardH-ExtraBold';
    src: url(../fonts/MazzardH-ExtraBold.otf);
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url(../fonts/opensans-bold.ttf);
}
@font-face {
    font-family: 'Montserrat Bold';
    src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: 'Montserrat ExtraBold';
    src: url(../fonts/Montserrat-ExtraBold.ttf);
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url(../fonts/roboto/Roboto-Bold.woff2);
}
@font-face {
    font-family: 'KinshipSans';
    src: url(../fonts/KinshipSans-900.otf);
}

button {
    cursor: pointer !important;
}

.row {
    margin-bottom: 0 !important;
}

nav {
    color: #000 !important;
    background-color: transparent !important;
    width: initial !important;
    height: initial !important;
    line-height: initial !important;
    box-shadow: none !important;
}

address {
    font-style: normal;
}

cite {
    font-style: normal;
}

strong {
    font-weight: bold !important;
}

figcaption {
    display: none !important;
}

figure {
    margin: 0 !important;
}

fieldset {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.videoDepoi{
    width: 100%;
    float: left;
    position: relative;
    padding: 120px 10%;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    overflow: hidden;
    background-color: #26B6B4;
}
.videoDepoi::before {
    content: '';
       width: 100%;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 200vh;
    border-color: #fff transparent transparent #fff;
    position: absolute;
    left: 0;
    bottom: 0px;
    transform: rotate(180deg);
    z-index: 1;
}
.videoDepoi::after {
    content: '';
       width: 100%;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 200vh;
    border-color: #e1e6e8 transparent transparent #e1e6e8;
    position: absolute;
    right: 0;
    top: 0px;
}
.videoDepoi h2{
    margin-top: 4em;
    font-size: 2em;
    /* font-weight: bold; */
    /* font-family: 'Montserrat ExtraBold'; */
    font-family: 'MazzardH-ExtraBold';
    /* font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif; */
    color: #413d3e;
    /* text-shadow: 0px 0px 5px rgba(0, 0, 0, .5); */
    text-transform: uppercase;
}
.videoDepoi h4{
    color: #404041;
    font-size: 1.3em;
    line-height: 1.25em;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    max-width: 400px;
}
@media(max-width: 600px) {
    .videoDepoi{
        padding: 30px 10%;
    }
    .videoDepoi iframe {
        width: 120%!important;
        height: 300px; 
        margin-left: -6vw!important;
    }
    .videoDepoi h2{
        margin-top: 0em;
    }
}