button{
    transition: 1s all;
}

a{
    text-decoration: none !important;
}

.circle_item {
    background-color: #fff;
    border-radius: 50%;
    padding: 1em;
    display: flex;
    justify-content: center;
}

.style-card {
    border: none;
}

.row .card {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.text-nav {
    font-weight: bold;
}

/* button hamburguer */

.buttonhamb {
    display: none;
    align-items: center;
    justify-content: center;
}

#checkbox-menu {
    position: absolute;
    opacity: 0;
}

.buttonhamb label {
    cursor: pointer;
    position: relative;
    display: block;
    height: 22px;
    width: 30px;

}

.buttonhamb label span {
    position: absolute;
    display: block;
    height: 5px;
    width: 100%;
    border-radius: 30px;
    background-color: #fff;
    transition: all 0.25s ease-in-out;
}

.buttonhamb label span:nth-child(1) {
    top: 0;
}

.buttonhamb label span:nth-child(2) {
    top: 8px;
}

.buttonhamb label span:nth-child(3) {
    top: 16px;
}

#checkbox-menu:checked+label span:nth-child(1) {
    transform: rotate(-45deg);
    top: 8px;
}

#checkbox-menu:checked+label span:nth-child(2) {
    opacity: 0;
}

#checkbox-menu:checked+label span:nth-child(3) {
    transform: rotate(45deg);
    top: 8px;
}

.navbar{
    padding: 20px 0;
}


/* fim botao hamburguer */

@media screen and (max-width:991px) {
    .buttonhamb {
        display: flex;
    }
    .navbar{
        padding-bottom: 0.1em;
    }
    .m-mobile{
        margin-bottom: 2em;
    }
}

.mobilenone{
    display: none;
    transition: all 1s;
}

.mobile_aparecer{
    display: block;
    transition: all 1s;
}

.navmobile  {
   width: 100%;
   transition: all 1s;
   
}

.nav_link__mobile{
    padding-top: .4em;
}

.navmobile nav div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}
.link__mob{
    text-align: center;
    padding: .5em 0;
    font-family: 'MohrRoundedBold', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: #f3f7f9;
    width: 100%;
}

.link__mob a{
    text-decoration: none;
    color: #c11529;
}

.divisoria{
    background-color: #0f3960;
    height: 1px;
    width: 100%;
    
}

.social{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2em;
     margin-bottom: 1em;
}

.social_item{
    background-color: #fff;
    border-radius: 5px;
    padding: .3em;
    display: flex;
    justify-content: center;
}

#whats {
    position: fixed;
    top: 75%;
    right: 0;
    padding: 10px;
    z-index: 10000000;
}


#formulario{
    background-image: url("../images/banner-desktop.webp");
    padding-bottom: 2em;
    background-position: 85% ;
    background-size: cover;
	background-position-y: 0px;
}

.formulario_text{
    color: #fff;
}

.formulario_text h1{
    font-weight: bold;
}

.formulario_text p{
    line-height: 34px;
    font-size: 24px;
}

.form_style{
    background-color: #fff;
    padding: 2em 1.5em;
}

.form_style h2{
    text-align: center;
    background-color: #0f3960;
    border-radius: 5px;
    padding: .4em;
    color: #fff;
    margin-bottom: .8em;
}

.form_style input{
    background-color: #f5f6fa;
}

.btn-style{
    padding: 1em 3em;
    border: 1px solid white;
    border-radius: 35px;
    font-weight: bold;
    font-size: 18px;
}

.button_call{
    display: block;
    text-align: center;
   
}

.button_call button{
     padding: 1em 3em;
    border: 1px solid white;
    border-radius: 35px;
    font-weight: bold;
    font-size: 18px;
}

.buttonmob_mini{
    display: none;
}

.button-decoration:hover{
    transform: scale(1.1);
}

.button-decoration-color:hover{
    background-color: #f57080 !important;
}

@media screen and (max-width:755px){
    .formulario_text{
        text-align: center;
        margin-top: 100px;
    }
    .adesao-reverse{
        flex-direction: column-reverse;
    }
    #formulario{
        background-image: none;
        background-color: #f57080;
       
    }
    
}




@media screen and (max-width:550px){
    .text-nav{
        display: none;
    }
    .buttonmob_mini{
        display: block;
        margin: auto;
        padding: .4em 1em;
        margin-bottom: .7em;
        margin-top: .4em;
        font-size: 18px;
        color: #ffffff !important;
        background-color: #fff !important;
    }
    .centralizar{
        display: flex;
        justify-content: center;
    }
    h1{
        margin-top: 1em;
    }
}


.borda-img{
	border-radius: 20px 20px 20px 20px;
}


/* cookie inicio */

.cookies-content {
   z-index: 100;
   position: fixed;
   bottom: 6%;
   left: 3%;
}

.content_cookie {
   width: 360px;
   height: 180px;
   box-shadow: 0 0 10px #292929;
   border-radius: 5px;
   padding: 1.5em;
   line-height: 26px;
   background-color: #faf7f7;
   font-size: 13px;
   opacity: .8;

}

.content__msg a {
   font-weight: bolder;
   color: #148fda;
}

.content__action {
   display: flex;
   justify-content: center;
   align-items: center;

}

.content__button {
   border-radius: 5px;
   background-color: #0f3960;
   padding: .4em;
   margin-top: -0.3em;
   font-weight: 600;
   display: inline-block;
   width: 150px;
   text-align: center;
   color: #fff;
   font-family: 'MohrRoundedBold', 'Poppins', 'Arial Narrow', Arial, sans-serif;
   cursor: pointer;
   font-size: 17px;
}

.sumir {
   display: none;
}

.content_img {
   display: flex;
   justify-content: center;
   gap: 2em;
   align-items: center;
   flex-direction: row;
}

.cookie-img {
   align-self: flex-start;
}

#alturaimg {
   height: 35px;
   width: 38px;
}

@media screen and (max-width:590px) {
   .cookies-content{
      bottom: 18%;
   }

   .content_cookie {
      width: 220px;
      height: auto;
      padding: .6em;
      opacity: .8;
      
   }

   .content_img {
      flex-wrap: wrap;
      gap: 0;
      text-align: center;
   }

   .content__msg {
      margin-top: -2px;
   }

   #alturaimg {
      height: 50px !important;
      width: 50px !important;
   }
   

}

/* cookie fim */


 /* Estilo padrão do link */
    .meuLink-form {
      color: white; 
      text-decoration: none; 
    }
	
/* Estilo do link quando clicado */
    .meuLink-form:active {
      color: white;
    }
	
.tamanho-input{
	width: 260px;
    background-color: #f5f6fa;
    border: none;
    height: 35px;
    border-radius: 4px 4px 4px 4px;
}

.tamanho-botao{
   	width: 260px;
    border-radius: 4px 4px 4px 4px;	
}

#negrito{
  font-weight:600;	
}

#checarbox-info{
   height:15px;
   width:15px;	
}

.info:disabled {
    background-color: #dedfe4; /* Cor quando desabilitado */
    color: #ffffff; /* Cor do texto quando desabilitado */
}

.info:not(:disabled) {
    background-color: #148fda; /* Cor quando habilitado */
    color: #ffffff; /* Cor do texto quando habilitado */
}


.font-form{
   font-size:12px;	
   margin-bottom: 80px;
}

#imgform{
	width:205px;
	margin-left: 25px;
	margin-bottom: 15px;
}

.bg-primary-banner {
    --bs-bg-opacity: 1;
    background-color: #000000 !important;
}

.btn-style-banner {
    padding: 1em 2em;
    border: 1px solid white;
    border-radius: 15px;
    font-weight: bold;
    font-size: 18px;
}

#texto-desktop{
	 display:block;
}

#texto-mobile{
	 display:none;
}

#texto-espaco{
display:none;	
}

.sombratexto{
	text-shadow: #666 0.1em 0.1em 0.2em;
}

@media screen and (max-width:500px) {

.align-mob{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 50px;
}
	
#texto-espaco{
display:block;
margin-top:95px;	
}	

#texto-desktop{
	 display:none;
}

#texto-mobile{
	 display:none;
}	

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
    font-weight: bold;
}

.btn-style {
    padding: 0.9em 2em;
    border: 1px solid white;
    border-radius: 35px;
    font-weight: bold;
    font-size: 25px;
}

.lead {
    font-size: 24px !important;
    font-weight: 300;
    margin-top: 19px;
    margin-bottom: 29px;
}

.font-form{
   font-size:18px;	
}

#imgform{
	position: absolute;
    top: 2%;
    right: 26%;
    cursor: pointer;
}

#formulario {
    background-image: url("../images/banner-mobile.webp") !important;
    padding-bottom: 2em;
    background-size: cover;
        background-position-y: 109px;
        background-repeat: no-repeat;
        background-position-x: -168px;

}

.btn-style-banner {
    padding: 0.5em 0.9em !important;
    border: 1px solid white;
    border-radius: 15px;
    font-weight: bold;
    font-size: 18px;
}

}

@media screen and (max-width:390px) {
#logo-posicao{
    margin-left: 22px;
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
    font-weight: bold;
}

.btn-style {
    padding: 0.9em 2em;
    border: 1px solid white;
    border-radius: 35px;
    font-weight: bold;
    font-size: 25px;
}

.lead {
    font-size: 24px !important;
    font-weight: 300;
    margin-top: 19px;
    margin-bottom: 29px;
}

.form-containerForm {
    padding: 40px !important;
}

#formulario {
    background-image: url("../images/banner-mobile.webp") !important;
    padding-bottom: 2em;
    background-size: 638px;
        background-position-y: 127px;
        background-position-x: -160px;
}

.btn-style-banner {
    padding: 0.5em 0.9em !important;
    border: 1px solid white;
    border-radius: 15px;
    font-weight: bold;
    font-size: 18px;
}

}

.globalClass_bd4f{
   z-index: 1 !important;
    position: absolute !important;	
}

/* caixa icones inicio */

.style-card-icon1 {
    text-align: center;
    padding: 20px;
    /*border: 1px solid #ccc;*/
    border-radius: 10px;
    margin-bottom: 20px;
}

.style-card-icon1 img {
    display: block;
    margin: 0 auto;
}

   .row-icon1 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
   }

@media (max-width: 500px) {
    .style-card-icon1 {
        width: 50%;
        float: left;
    }

   
   #fonte-text-icon{
	  font-size:18px;   
   }
   
   .row-icon1 {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px;
	display: block;
   }
   
}

@media (max-width: 390px) {
#fonte-text-icon{
	  font-size:16px;   
   }
}

/* caixa icones fim */

#caixa-texto {
  height: 60px;
  width: 100%;
  background-color: #5d5d5d;	
  color: #FFF;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

/******************************************************************/


/* Layout responsivo da seção principal */
.header__space {
    background-color: #44061b;
    background-position: -75px 1px;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-start;
    justify-content: center;
    padding: 175px 30px 0px 30px;
    display: flex;
    flex-direction: column; /* MOBILE: empilha os elementos (imagem + formulário) */
}

/* DESKTOP: coloca imagem e formulário lado a lado */
@media (min-width: 700px) {
    .header__space {
        background-position: 75% 5%;
        flex-direction: row;
    }
}

/* Lado esquerdo: texto + imagem */
.header__left-text {
    display: flex;
    flex-direction: column;
    padding: 0 0px 0 0px;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

@media (min-width: 700px) {
    .header__left-text {
        padding: 0 0px 0 60px;
        width: 40%;
    }
}

/* Título e parágrafo */
.header__left-text h1 {
    font-size: 50px;
    line-height: 3.5rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.header__left-text p {
    font-size: 25px;
    line-height: 1.6;
    width: 100%;
    text-align: center;
}

@media (min-width: 700px) {
    .header__left-text h1,
    .header__left-text p {
        text-align: left !important;
        justify-content: left;
		margin-bottom: 45px;
    }
}

/* Imagem */
.header__cta img {
    width: 100%;
    max-width: 375px;
}

/* Lado direito: formulário */
.form-col {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0px;
}

@media (min-width: 700px) {
    .form-col {
        width: 50%;
        padding-top: 0;
    }
}

/* Estilo do formulário */
.header__form-style {
    background-color: #654f56;
    width: 100%;
    padding: 15px 5px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.308);
}

@media (min-width: 700px) {
    .header__form-style {
        width: 80%;
    }
}

/* Campos do formulário */
.header__form-style form div {
    display: flex;
    flex-direction: column;
}

.mb-1 {
    margin-bottom: 10px;
}

input[type='text'] {
    border: 1px solid #585b5e6e;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    color: #4b4b4b !important;
}

/* Botão */
#submitButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 20px !important;
    background-color: rgb(0 0 0);
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
    border: 0;
    margin-top: 15px;
    color: #fff !important;
}

/* Outros ajustes */
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.header__form-style fieldset {
    border: 0;
    padding: 0.35em 0.75em .625em;
    width: 100%;
}

.col {
    width: 100%;
}

.d-flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.centralize {
    justify-content: center;
    align-items: center;
}

/* Controle de colunas */
.col-50-flex {
    width: 100%;
	color: #fff;
}

@media (min-width: 700px) {
    .col-50-flex {
        width: 50%;
		color: #fff;
    }
}

.header__form-style button:hover {
    background-color: rgb(53 53 53) !important;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: #ffffff !important;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.308);
}

.buttonhamb label span {
    position: absolute;
    display: block;
    height: 5px;
    width: 100%;
    border-radius: 30px;
    background-color: #c11529;
    transition: all 0.25s 
	ease-in-out;
}

.bg-cinco {
    --bs-bg-opacity: 1;
    background-color: #f57080 !important;
}



@media (max-width: 500px) {
.header__left-text p {
    font-size: 25px;
    line-height: 1.6;
    width: 100%;
    text-align: center;
    margin-top: 26px;
}
}


