.grecaptcha-badge{display:none !important;}
/* Slide conteúdo */
#mega-slide .item-slide-home.opencontent .content-slide {
    position: absolute;
    bottom: initial;
    height: 100%;
    width: 100%;
    z-index: 15;
    display: flex;
    align-items: center;
}
#mega-slide .item-slide-home.opencontent .info{
  justify-content: center;
}
.open-imoveis, .submenu-sobre{transition: 500ms;}
.open-imoveis.opened svg, .submenu-sobre.opened svg{transform:rotate(180deg);transition: 500ms;}
#mega-slide .item-slide-home.opencontent .info-content{
  flex-direction:column;
  align-content: center;
  justify-items: center;
}
#mega-slide .item-slide-home.opencontent .info-content img{
  max-width:90%;
  padding:30px 0;
  margin: 0 auto;
}
#mega-slide .item-slide-home.opencontent .info-content p{
  color: #FFF;
  font-family: "Neusharp";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 40px */
  padding-bottom:30px;
  text-align: center;
}
#mega-slide .item-slide-home.opencontent .info-content .button{
    display: inline-block;
    padding: 14px 30px;
    border-radius: 100px;
    border: 1px solid #1e262f;
    background: #1e262f;
    transition: all .5s ease;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}
#mega-slide .item-slide-home.opencontent .info-content .button:hover{
    border: 1px solid #fff;
    background: #fff;
    color:#1e262f;
    transition: all .5s ease;
}
#mega-slide #control-slide {
    z-index: 15;
    position: absolute;
    bottom: 0;
    right: 1%;
    width: 98%;
    min-height: 44vh;
    pointer-events: none;
}
#mega-slide #control-slide .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#mega-slide #control-slide .dots-slides {
    position: absolute;
    display: inline-flex;
    margin: 0 auto;
    bottom: 25px;
    min-height: 13px;
    min-width: 100%;
    pointer-events: auto;
}
#mega-slide #control-slide .line .slick-arrow{
    pointer-events: auto;
}

#headerMenu {
  transition: all .5s;
}
#headerMenu .main-header nav ul li a:hover{
		color: #5a2bad;

	}
#footerPage .slogan img{max-width:120px;}
#headerMenu.fixed {
    height: 90px;
    position: fixed;
    z-index: 80;
    transition: all .5s;
    width: 100%;
}
#headerMenu.fixed #menu-imoveis{top:88px;}
#headerMenu.fixed .main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    height: 92;
}
.page-custom #content{
   padding: 120px 0 80px 0;
}
.page-custom #content h2{
  padding-bottom: 30px;
}
.page-custom #content p{
    padding-bottom: 20px;
    line-height: 150%;
    color: var(--Roxo, #463466);
    font-weight: 300;
}
.page-custom #content a{
  text-decoration: underline;
  font-style: italic;
  color: #463466;
}
.page-custom-contato #contato .line .field.field-select .wpcf7-form-control-wrap{width: 100%;}
#mega-slide #control-slide a svg path{transition:500ms; fill:transparent; stroke:#fff;}
#mega-slide #control-slide a:hover svg path{transition:500ms; fill:#fff; stroke:#1e262f;}
.page-custom-contato #contato .line .field input::placeholder,
.page-custom-contato #contato .line .field textarea::placeholder,
.page-custom-contato #contato .line .field select::placeholder
{
  color:#463466;
}
.page-custom-contato #contato .line-check a{ text-decoration: underline; color:#463466;}

.page-custom-contato #contato .line-check a:hover{
  color:#463466;
  transition:300ms;
  background: transparent;
  border: 1px solid #463466;
}
.wpcf7-form-control-wrap{width:100%;}
#formulario-lead {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 480px;
}
#formulario-lead h3{
    color: #1e262f;
    font-family: "Neusharp", sans-serif;
    font-size: 30px;
}

#formulario-lead label {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

#formulario-lead input,
#formulario-lead select {
    width: 100%;
    height: 64px;
    padding: 0 16px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #879dac;
    background: #fff;
    box-sizing: border-box;
}

#formulario-lead select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill='%23666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 24px;
}

#formulario-lead .line-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #444;
    line-height: 1.4;
}

#formulario-lead .line-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #0444;
    cursor: pointer;
}

#formulario-lead .line-check label {
    font-weight: normal;
    cursor: pointer;
}

#formulario-lead .line-check a {
    color: #444;
    text-decoration: underline;
}

#formulario-lead button {
    width: 100%;
    height: 64px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #fff;
    background: linear-gradient(90deg, #E61F27 0%, #7A60A3 49.5%, #2BB7E6 100%);
    color: #fff;
    transition: all 0.5s ease;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    transition: 300ms;
}

#formulario-lead button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
#formulario-lead button:hover{
  background: #fff;
  color: #1e262f;
  border-color: #1e262f;
  transition: 300ms;
}
#privacidade{max-width: 90%;}
#privacidade h2{padding-bottom: 30px;}
#privacidade p{
    font-weight: 300;
    padding-bottom: 30px;
    line-height: 160%;
}
#estagio-list{
    padding: 160px 0 80px !important;
}
.item-product .main-product {
    height: 520px;
}
.item-product .content-product .price-attr strong {
    clear: both;
    display: block;
}
.item-timeline .description p {
    font-weight: 300;
    font-size: 14px;
}
.item-timeline h4, .item-timeline .h4 {
    font-size:16px;
    line-height: 120%;
    padding-bottom: 15px;
}
.item-news a {
    height: 540px;
}

#testimonials .container-xl {
    position: relative;
}

#testimonials .vetor1 {
    position: absolute;
    top: 55px;
    left: -660px;
    z-index: 0;
}
#testimonials #control-testimonials a:hover svg path,
#news #control-news a:hover svg path {
stroke: #463466;
    fill: #fff;
    transition: 400ms;
}
.page-custom-sobre #timeline {
overflow: hidden;
    padding: 80px 0;
}
#timeline .mini-title {
    color: #fff;
}
.page-custom-sobre #timeline #control-timeline  a:hover svg path{
    stroke: #1e262f;
    fill: #fff;
    transition: 400ms;
}

@media screen and (max-width: 1440px) {
	#mega-slide, #mega-slide .item-slide-home{height:85vh;}
	
	.item-product .main-product {
		max-height:500px;
	}
	.item-news a{height:540px;}
	#news, #products{padding:100px 0;}
	#testimonials,#aboutus{padding:100px 0 0;}
    #aboutus{padding:100px 0 70px;}
}

.content-slide .info-icons img{max-width: 68px; height:68px;}

.content-slide .info-icons img.selohis {
    width: 100px;
    max-width: 100px;
    height: 100px;
}

/* Refinamento responsivo */
@media screen and (max-width:768px){
  #headerMenu .open-menu a span.fechado {
    opacity: 1;
    margin-top: 4px;
  }
  #headerMenu, #headerMenu .main-header {
    height:90px;
  }
  #mega-slide, #mega-slide .item-slide-home {
    height: 80vh;
  }
  #menu-search .main-search .searchandfilter ul {
    flex-direction: column;
  }
  #menu-search .main-search #formSearch input {
    width: 100%;
    color: #2a2a2a;
    border: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%;
    margin: 0;
    outline: none;
    border-bottom: 1px solid #000;
  }
  #menu-search .main-search #formSearch input[type=submit] {
    display: flex;
    width: 100%;
  }
  #menu-search .main-search #formSearch, #menu-search .main-search #formSearch form{width:100%;border:none;}
  #menu-search .main-search #formSearch .lupa{display:none;}
  #menu-search .searchandfilter label{width:100%;}
  #mega-slide .item-slide-home .info-icons{align-self: center;}
  .bt-fixcontato{z-index:998;}
}
/* Corretor parceiro */
@media screen and (max-width:768px){
  .info-corretor .cartao .thumb img{width:80px;height:80px;}
  .corretor-info{}
  .corretor-info p.imoveis{display:none;}
  .corretor-info #contatos{display:none;}
  .info-corretor .cartao .dados h3 {font-size:15px;}
  .info-corretor .cartao .dados h4 {font-size:14px;}
  #contatos2{
    flex-direction: column;
    height: 200px;
    border-radius: 20px;
    width: 100%;
  }
  .content-modal-email h2, .content-modal h2 {
    display: flex;
    font-size: 16px;
    flex-direction: column;
  }
  .content-modal-email .line {
    gap: 20px;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .content-modal-email .btn button, .content-modal .btn a {
    display: flex;
    width: 307px;
    height: 46px;
    gap: var(--Spacing-hsmall, 16px);
    font-size: var(--Text-Size-Body-Large, 16px);
  }
  #modal-email, .content-modal {
    width: 94%;
    height: auto;
  }
  .content-modal .legend {
    font-size: 14px;
  }
  .content-modal .number {
    color: #000;
    font-family: "Neusharp";
    font-size: 30px;
  }
  .info-corretor .cartao .thumb .balao{
    width: 320px;
    left: 0px;
    top: 78px;
    font-size: var(--Text-Size-Body-Medium, 11px);
    min-height: 65px;
  }
  #mega-slide .item-slide-home.opencontent .info-content p{font-size:16px;}
}

/* remoção do botão antigo */
.bt-fixcontato a {
    display: none;
}