/*Social Midia Header Animation*/

@-webkit-keyframes flip-horizontal-bottom {
	0% {
	  -webkit-transform: rotateX(0);
			  transform: rotateX(0);
	}
	100% {
	  -webkit-transform: rotateX(-180deg);
			  transform: rotateX(-180deg);
	}
  }
  @keyframes flip-horizontal-bottom {
	0% {
	  -webkit-transform: rotateX(0);
			  transform: rotateX(0);
	}
	100% {
	  -webkit-transform: rotateX(-180deg);
			  transform: rotateX(-180deg);
	}
  }
  
  /*Logo Animation*/
  
  @-webkit-keyframes jello-vertical {
	0% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
	30% {
	  -webkit-transform: scale3d(0.75, 1.25, 1);
			  transform: scale3d(0.75, 1.25, 1);
	}
	40% {
	  -webkit-transform: scale3d(1.25, 0.75, 1);
			  transform: scale3d(1.25, 0.75, 1);
	}
	50% {
	  -webkit-transform: scale3d(0.85, 1.15, 1);
			  transform: scale3d(0.85, 1.15, 1);
	}
	65% {
	  -webkit-transform: scale3d(1.05, 0.95, 1);
			  transform: scale3d(1.05, 0.95, 1);
	}
	75% {
	  -webkit-transform: scale3d(0.95, 1.05, 1);
			  transform: scale3d(0.95, 1.05, 1);
	}
	100% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
  }
  @keyframes jello-vertical {
	0% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
	30% {
	  -webkit-transform: scale3d(0.75, 1.25, 1);
			  transform: scale3d(0.75, 1.25, 1);
	}
	40% {
	  -webkit-transform: scale3d(1.25, 0.75, 1);
			  transform: scale3d(1.25, 0.75, 1);
	}
	50% {
	  -webkit-transform: scale3d(0.85, 1.15, 1);
			  transform: scale3d(0.85, 1.15, 1);
	}
	65% {
	  -webkit-transform: scale3d(1.05, 0.95, 1);
			  transform: scale3d(1.05, 0.95, 1);
	}
	75% {
	  -webkit-transform: scale3d(0.95, 1.05, 1);
			  transform: scale3d(0.95, 1.05, 1);
	}
	100% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
  }
  
  @-webkit-keyframes swing
  {
	  15%
	  {
		  -webkit-transform: translateX(5px);
		  transform: translateX(5px);
	  }
	  30%
	  {
		  -webkit-transform: translateX(-5px);
		 transform: translateX(-5px);
	  } 
	  50%
	  {
		  -webkit-transform: translateX(3px);
		  transform: translateX(3px);
	  }
	  65%
	  {
		  -webkit-transform: translateX(-3px);
		  transform: translateX(-3px);
	  }
	  80%
	  {
		  -webkit-transform: translateX(2px);
		  transform: translateX(2px);
	  }
	  100%
	  {
		  -webkit-transform: translateX(0);
		  transform: translateX(0);
	  }
  }
  @keyframes swing
  {
	  15%
	  {
		  -webkit-transform: translateX(5px);
		  transform: translateX(5px);
	  }
	  30%
	  {
		  -webkit-transform: translateX(-5px);
		  transform: translateX(-5px);
	  }
	  50%
	  {
		  -webkit-transform: translateX(3px);
		  transform: translateX(3px);
	  }
	  65%
	  {
		  -webkit-transform: translateX(-3px);
		  transform: translateX(-3px);
	  }
	  80%
	  {
		  -webkit-transform: translateX(2px);
		  transform: translateX(2px);
	  }
	  100%
	  {
		  -webkit-transform: translateX(0);
		  transform: translateX(0);
	  }
  }
  
  /*Configurações Globais*/
  
  @font-face {
	font-family: "MontserratAlternates";
	src: url('');
	font-display: swap;
  }
  @font-face{
	font-family: "MontserratAlternates";
	src: url('');
	font-weight: 700;
  }
  @font-face{
	font-family: 'MontserratAlternates';
	src: url("");
	font-weight: 800;
  }
  
  /*footer*/
  /* footer
  {
	margin-top: 24px;
  } */
  footer{
      position: relative;
  }
  .footer{
	display: flex;
	align-items: center;
	margin-bottom: 33px;
  }
  .footer .footer-content hr
  {
	border: none;
	outline: none;
	height: 5px;
	width: 100%;
	margin-bottom: 15px;
  }
  .footer .footer-wrapper {
	padding-top: 3rem;
	display: flex;
	align-items: center;
	gap: 5vw;
  }
  .footer .footer-wrapper .footer-column:last-child
  {
	
	/* display: flex;
	width: 100%;
	justify-content: end; */
	display: contents;
  }
  .footer .footer-wrapper .sobre{
	text-align: center;
  }
 /* .footer .footer-wrapper .contato{*/
	/*white-space: nowrap;*/
 /* }*/
  .footer .footer-wrapper .footer-column:last-child .footer-item:first-child nav{
	white-space: nowrap;
	align-items: center;
	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
  {
	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: #4d4d4f;
	font-size: 16px;
	word-wrap: break-word;
	display: flex;
	align-items: center;
  }
  .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:last-child .footer-item.sobre {
	max-width: 277px;
	min-height: 25vw;
  }
    .footer .footer-wrapper .footer-column .footer-item ul {
        list-style: none;
    }

  .footer .footer-wrapper .footer-column .footer-item.explore ul {
	display: flex;
	flex-direction: column;
	text-align: left;
	
	}
  .footer .footer-wrapper .footer-column:last-child .footer-item.explore {
	    width: 277px;
	    min-height: 25vw;

  }
  .footer .footer-wrapper .footer-column:last-child .footer-item.contato {
      	white-space: nowrap;
	    min-height: 25vw;

  }
  .footer .footer-wrapper .footer-column:last-child .footer-item{
      	display: flex;
    	align-items: left;
    	flex-direction: column;
    	text-align: left;
  }
  .footer .footer-wrapper .footer-column:last-child .footer-item.icone {
	max-width: 331px;
	margin-top: auto;
	margin-bottom: auto;

  }
  .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;
	text-align: left;
  }
  .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: 10px;
  }
  .footer .footer-wrapper .footer-column:last-child .footer-item a:hover
  {
	text-decoration: none;
	color: #140002;
  }
  .footer .footer-wrapper .footer-column:first-child
  {
	max-width: 277px;
  }
  .footer .footer-wrapper .footer-column:first-child a:hover p
  {
	text-decoration: none;
	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: #4d4d4f;
	font-size: 16px;
  }
  .footer .footer-wrapper .footer-column:last-child .footer-item a:hover {
    text-decoration: none;
  }


  footer .desPor
  {
    position: -webkit-sticky;
    position: sticky;
	width: 100%;
	min-height: 40px;
	background-color: var(--desenvolvido-por);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 4px;
  }
  footer .desPor a{
	line-height: 1;
  }
  footer .desPor img
  {
	height: 22px;
  }
  
  /* Engenho Area */
  
  .engenho-area .engenho-wrapper {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: var(--orange);
	  height: 35px;
  }
  
  .engenho-area .engenho-wrapper .logo-engenho figure img {
	  display: flex;
  }
  
  /*yield*/

  /*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;
	/* background-repeat: no-repeat; */
  }
  .lead .container-full {
	position: absolute;
  }
  .lead .lead-wrapper .box-lead{
	padding: 30px 0;
  }
  .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: 70%;
	margin-top: 6%;
  }
  .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: 1.4rem;
	/* margin-right: 76px; */
	max-width: 410px;
	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{
    color: black;
	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*/
  
#yield {
	color: var(--orange);
	text-decoration: underline;
}


/* MODAL SAÍDA */
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 i {
    background-color: #195cd8;
}
div.all-modal > .modal img.icon-close-popup {
    height: 40px;
    width: auto;
    background-color: #195cd8;
    padding: 6px;
    position: absolute;
    top: 10px;
    left: 100%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 2;
    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); */
    background-color: white;
    height: 100%;
    padding: 40px 40px;
    border: none;
    border-radius: 20px;
}
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(--purple);
    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(--purple);
    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;
}
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-radius: 20px;
    /*background-color: var(--desenvolvido-por);*/
    border: 1px solid var(--purple);
    color: black;
    font-size: 16px;
}
div.all-modal > .modal > .modal-content form input[type="text"]::-webkit-input-placeholder {
    color: #5c5e5f;
 }
div.all-modal > .modal > .modal-content form > button{
    background-color: var(--desenvolvido-por);
    border: none;
    color: white;
    border-radius: 10px;
    /* font-weight: bold; */
    font-size: 20px;
    text-transform: capitalize;
    cursor: pointer;
    width: fit-content;
    padding: 19px 15px !important;
    margin-top: 46px;
}
div.all-modal > .modal > div.logo-pop-up > img{
    display: block;
    margin: auto;
}
/* END MODAL SAÍDA */
.footer .footer-wrapper .footer-column:last-child .footer-item.contato a i{
    margin-right: 8px;
    font-size: 20px;
}

/*Media querie*/
@media (max-width: 1200px) {
    .footer .footer-wrapper {
    	flex-direction: column;
    	gap: 7em;
    	align-items: center;
    	display: flex;
	}
     .footer .footer-wrapper .footer-column:last-child .footer-item.contato {
      	height: 25vh;
      	white-space: nowrap;

    }
      .lead .lead-wrapper .box-lead-wrapper #title {
	    font-size: 1.2rem;
	}
}

@media (max-width: 1000px) {
    .footer .footer-wrapper .footer-column:last-child .footer-item.contato {
        max-width: 280px;
    }
    .lead .lead-wrapper .box-lead-wrapper #title {
        font-size: 1.06rem;
    }
}
@media (max-width: 860px) {
    
	.lead .lead-wrapper .box-lead-wrapper
	{
		margin-left: 0%;
		margin-top: 30%;
		margin-left: auto;
        margin-right: auto;
        background: hsl(260deg 25% 52% / 50%);
        padding: 18px;
        height: 65vh;
	}
	.lead .lead-wrapper .box-lead-wrapper #title {
	    font-size: 1.5rem;
	}
    .lead .lead-wrapper .box-lead-wrapper form .nome input,
    .lead .lead-wrapper .box-lead-wrapper form .whatsapp input
    {
        padding: 10px;
        max-height: 60px;   
    }
    .lead .lead-wrapper .box-lead-wrapper .form .btn-lead-enviar {
        margin: 0px auto auto;
    }
      .footer .footer-wrapper {
    	padding-bottom: 5rem;
      }
	.footer .footer-wrapper .footer-column:last-child .footer-item:first-child h2{
		text-align: left;
	}
	  .footer .footer-wrapper .footer-column:first-child p
      {
    	text-align: left;
      }
	.footer .footer-wrapper .footer-column:first-child h2,
	.footer .footer-wrapper .footer-column:last-child .footer-item h2
	{
	    align-items: left;
		text-align: left;
	}
	.footer .footer-wrapper .footer-column:last-child .footer-item.footer-item.explore ul{
	    align-items: normal !important;

	}
	.footer .footer-wrapper .coluna02 .coluna02-wrapper .text p {
		margin-bottom: 46px;
	}
	.footer .footer-wrapper .footer-column:last-child .footer-item.contato a{
		word-break: break-all;
		white-space: normal;
	}
	
    .footer .footer-wrapper .footer-column:last-child .footer-item a:hover {
        text-decoration: none;
    }
}

