/*footer*/
  /* footer
  {
	margin-top: 24px;
  } */
  .footer{
	margin-bottom: 33px;
  }
  .footer .footer-content hr
  {
	border: none;
	outline: none;
	height: 5px;
	background-color: var(--brown-archinto);
	width: 100%;
	margin-bottom: 15px;
  }
  .footer .footer-wrapper {
	display: flex;
	justify-content: space-between;
  }
  .footer .footer-wrapper .footer-column:last-child
  {
	/* display: flex;
	width: 100%;
	justify-content: end; */
	display: contents;
  }
  .footer .footer-wrapper .footer-column:last-child .footer-item:first-child nav{
	display: flex;
	gap: 49px;
  }
  .footer .footer-wrapper .footer-column:last-child .footer-item:first-child h2{
	text-align: center;
  }
  .footer .footer-wrapper .footer-column:last-child .footer-item:last-child{
    width: 100%;
    max-width: 277px;
  }
  /* .footer .footer-wrapper .footer-column:last-child .footer-item
  {
	max-width: 278px;
	width: 100%;
  } */
  /* .footer .footer-wrapper .footer-column:last-child .footer-item:not(:last-child)
  {
	margin-right: 51px;
  } */
  .footer .footer-wrapper .footer-column:last-child .footer-item a
  {
	color: var(--cinza-4df);
	font-size: 16px;
  }
  .footer .footer-wrapper .footer-column:last-child .footer-item .conjunto-icones.whatsapp small,
  .footer .footer-wrapper .footer-column:last-child .footer-item .conjunto-icones.telefone small
  {
	font-size: 10px;
  }
  .footer .footer-wrapper .footer-column:first-child h2,
  .footer .footer-wrapper .footer-column:last-child .footer-item h2
  {
	margin-bottom: 30px;
	font-size: 25px;
	color: var(--orange);
	font-weight: bold;
  }
  .footer .footer-wrapper .footer-column:last-child .footer-item .conjunto-icones:not(:last-child),
  .footer .footer-wrapper .footer-column:last-child .footer-item li:not(:last-child)
  {
	/* margin-bottom: 27px; */
  margin-bottom: 1em;
  }
  .footer .footer-wrapper .footer-column:first-child
  {
	max-width: 277px;
  }
  /* .footer .footer-wrapper .footer-column:first-child a:hover p
  {
	text-decoration: underline;
	color: var(--hover-link);
  } */
  .footer img.logo
  {
	display: block;
	/* margin:auto; */
	/* width: 154px; */
	width: 275px;
	margin-bottom: 19px;
  }
  .footer .footer-wrapper .footer-column:first-child p
  {
	text-align: left;
	color: var(--cinza-4df);
	font-size: 16px;
  }

footer .desenvolvidoPor
{
    width: 100%;
	min-height: 40px;
	background-color: var(--orange);
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .desenvolvidoPor picture,
footer .desenvolvidoPor a{
    line-height: 1;
    display: contents;
}
footer .desenvolvidoPor img
{
	height: 22px;
}
@media(max-width: 1150px){
    .pop-up-cookie .content-wrapper{
        flex-direction: column;
    }
}

/*LEAD*/
.lead
{
  width: 100%;
  /* background-image: url(../img/layout/lead-background-archinto.png); */
  /* background-size: 100% 100%; */
  /* background-size: cover;
  background-position: bottom; */
  min-height: 357px;
  display: flex;
  align-items: center;
  padding-top: 97px;
  /* justify-content: flex-end; */
  /* background-repeat: no-repeat; */
}
.lead .container-static{
  width: 100%;
}
.lead .lead-wrapper .box-lead{
  padding: 30px 0;
  margin-right: 129px;
}
.lead .lead-wrapper .box-lead-wrapper
{
  display: flex;
  /* justify-content: end; */
  flex-direction: column;
  align-items: center;
  width: fit-content;
  /* margin-right: auto; */
  margin-left: auto;
}
.lead .lead-wrapper .box-lead-wrapper.sem-input
{
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin-left: auto;
}
.lead .lead-wrapper .box-lead-wrapper #title
{
  color: white;
  font-size: 24.95px;
  /* margin-right: 76px; */
  max-width: 415px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;
}
.lead .lead-wrapper .box-lead-wrapper #title-leads-sem-input
{
  color: white;
  font-size: 25px;
  line-height: 29.17px;
  max-width: 492px;
  min-width: 492px;
  margin-bottom: 37px;
  font-weight: normal;
}
.lead .lead-wrapper .box-lead-wrapper .btn-leads-sem-input{
  display: block;
  background-color: var(--brown-archinto);
  color: white;
  padding: 0 30px;
  border-radius: 5px;
  text-transform: lowercase;
  font-size: 25px;
}
.lead .lead-wrapper .box-lead-wrapper .form
{
  max-width: 410px;
}
.lead .lead-wrapper .box-lead-wrapper .form .btn-lead-enviar{
  background-color: white;
  border: none;
  border-radius: 10px;
  padding: 11px 25px;
  width: fit-content;
  display: block;
  margin: auto;
  cursor: pointer;
  margin-top: 20px;
}
.lead .lead-wrapper .box-lead-wrapper form .nome
{
  margin-bottom: 16px;
}
.lead .lead-wrapper .box-lead-wrapper form .whatsapp label,
.lead .lead-wrapper .box-lead-wrapper form .nome label
{
  font-size: 20px;
  color: white;
  display: block;
  cursor: pointer;
  line-height: 1;
  margin-bottom: 8px;
}
.lead .lead-wrapper .box-lead-wrapper form .nome input,
.lead .lead-wrapper .box-lead-wrapper form .whatsapp input
{
  outline: none;
  border: none;
  border-radius: 10px;
  color: var(--texto-input);
  font-size: 16px;
  max-height: 49px;
  max-width: 271px;
  margin: auto;
  width: 100%;
  padding: 5px 11px;
  display: block;
  color: black;
}
.lead .lead-wrapper .box-lead-wrapper form .nome input::-webkit-input-placeholder,
.lead .lead-wrapper .box-lead-wrapper form .whatsapp input::-webkit-input-placeholder{
  color: black;
  font-size: 16px;
}
/* .lead .lead-wrapper .box-lead-wrapper form .whatsapp .btn-lead
{
  display: flex;
  align-items: center;
} */
.lead .lead-wrapper .box-lead-wrapper form .whatsapp .btn-lead button
{
  height: 49px;
  min-width: 49px;
  background-color: white;
  color: black;
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
  padding: 0;
  justify-content: center;
  margin-left: 7px;
  margin-bottom: 0;
}
.lead .lead-wrapper .box-lead-wrapper form .whatsapp .btn-lead button:hover
{
  text-decoration: underline;
}
.lead .lead-wrapper .box-lead-wrapper form .termos
{
  margin-top: 20px;
}
.lead .lead-wrapper .box-lead-wrapper form .termos .content
{
  display: flex;
  text-align: center;
}
.lead .lead-wrapper .box-lead-wrapper form .termos label,
.lead .lead-wrapper .box-lead-wrapper form .termos label a
{
  color: white;
  font-size: 14px;
  text-shadow: 4px 2px 14px black;
}
.lead .lead-wrapper .box-lead-wrapper form .termos label a
{
  text-decoration: underline;
}
.lead .lead-wrapper .box-lead-wrapper form .termos .content input
{
  margin-right: 5px;
  background-color: var(--texto-input);
  border: none;
  border-radius: 3px;
  outline: none;
  height: 11px;
  width: 11px;
  cursor: pointer;
}
.lead .lead-wrapper .box-lead-wrapper form .termos .text-right
{
  text-align: left;
  display: flex;
  align-items: baseline;
}
/*END LEAD*/

@media (max-width: 860px) {
  .footer .footer-wrapper {
    flex-direction: column;
    gap: 3em;
  }
  .footer .footer-wrapper .footer-column:last-child .footer-item:first-child h2{
  text-align: left;
  }

  .footer .footer-wrapper .coluna02 .coluna02-wrapper .text p {
    margin-bottom: 46px;
  }	  
  .lead .lead-wrapper .box-lead{
    margin-right: 0;
  }
}

/* MODAL SAÍDA */
div#modal-exit{
    display: none;
}
div.all-modal{
    position: absolute;
    /* font-family: var(--font-modal-exit); */
    z-index: 9000;
}
div.all-modal > .underlay{
    position: fixed;
    background-color: rgba(0, 0, 0, .5);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    cursor: pointer;
}
div.all-modal > .modal{
    position: relative;
    width: auto !important;
    max-width: 800px;
    position: fixed;
    display: flex;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* background-color: white; */
    background: none;
    height: auto;
    overflow: visible;
    
}
div.all-modal > .modal > .icon-close-popup {
    width: auto;
    background-color: var(--azul);
    padding: 10px 13px;
    position: absolute;
    top: 10px;
    left: 100%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 2;
    color: white;
    font-size: 20px;
    /* filter: invert(1); */
}
/* div.all-modal > .modal > .modal-content, div.all-modal > .modal > div.logo-pop-up{
    width: 50%;
} */
div.all-modal > .modal > .modal-content{
    display: flex;
    align-items: center;
    background-color: var(--fundo-popup);
    height: 100%;
    padding: 40px 40px;
    border: none;
    border-radius: 0;
}
div.all-modal > .modal > .modal-content form input[type="text"], div.all-modal > .modal > .modal-content > form > p, div.all-modal > .modal > .modal-content form > button, div.all-modal > .modal > .modal-content > form > .terms {
    display: block;
    width: 310px;
    margin: auto;
    border-radius: 0;
    height: calc(1.5em + 0.75rem + 2px);
}
div.all-modal > .modal > .modal-content > form > .terms{
    height: auto !important;
}
div.all-modal > .modal > .modal-content form{
    margin: 0;
    width: 100%;
}
div.all-modal > .modal > .modal-content > form > .terms a, div.all-modal > .modal > .modal-content > form > .terms strong{
    color: var(--azul);
    text-decoration: none;
    font-weight: bold;
}
div.all-modal > .modal > .modal-content > form > .terms strong{
    font-size: inherit;
}
div.all-modal > .modal > .modal-content > form > .terms a{
    text-decoration: underline;
}
div.all-modal > .modal > .modal-content form span{
    display: block;
    text-align: center;
}
div.all-modal > .modal > .modal-content > form > span{
    font-size: 20px;
    font-weight: 700;
    color: var(--azul);
    margin-top: 25px;
}
div.all-modal > .modal > .modal-content > form > p{
    color: var(--cor-textos-popup);
    font-size: 16px;
    margin-top: 12px;
    text-align: center;
}
#modal-exit .modal-content button, div.all-modal > .modal > .modal-content > form > .terms{
    margin-bottom: 26px;
    display: flex;
    align-items: center;
}
div.all-modal > .modal > .modal-content > form > .terms > label{
    padding-left: 11px;
    font-size: 14px;
    color: var(--azul);
}
div.all-modal > .modal > .modal-content form img{
    display: block;
    margin: auto;
    max-height: 153px;
    max-width: 220px;
}
div.all-modal > .modal > .modal-content form input[type="text"]{
    margin: 30px auto;
    outline: none;
    border: none;
    background-color: var(--orange);
    color: white;
    font-size: 16px;
    border-radius: 10px;
}
div.all-modal > .modal > .modal-content form input[type="text"]::-webkit-input-placeholder {
    color: white;
 }
div.all-modal > .modal > .modal-content form > button{
    background-color: var(--orange);
    border: none;
    color: white;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    width: fit-content;
    padding: 11px 25px;
    margin-top: 46px;
    border-radius: 10px;
    text-transform: capitalize;
}
div.all-modal > .modal > div.logo-pop-up > img{
    display: block;
    margin: auto;
}
/* END MODAL SAÍDA */