/* 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;
}

#headerMenu {
    border-bottom: 1px solid #eee;
}
#headerMenu .main-header nav ul li a:hover{
		background: linear-gradient(90deg, #E61F27 0%, #7A60A3 49.5%, #2BB7E6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
	}
#footerPage .slogan img{max-width:120px;}
#headerMenu.fixed {
    height: 90px;
    position: fixed;
    z-index: 80;
    background: #fff;
    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;
}
#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;}
@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;}
}

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

/* 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%;}
}
/* 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;}
}