/*
Theme Name: ADSX Negócios
Theme URI: -
Author: Laís Santos
Author URI: laissantostz@gmail.com
Description: Tema para o site da ADSX Negócios em 2024.
Version: 1.0
*/

/* Estilos Gerais */
html,
body,
main,
footer,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  color: #717171;
}
p {  
  font-family: "Rubik", sans-serif;
}
.btn,
.btn-link:hover,
a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus {
  border: none;
  outline-style: none;
  text-decoration: none;
  box-shadow: none;
  transition: ease-in-out .2s;
}
body {
  position: relative;
}
main {
  padding-top: 83px;
  overflow: hidden;
}
strong {
  font-weight: 600;
}
.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.listagem {
  position: relative;
}
.invisivel {
  position: absolute;
  top: -180px;
  left: 0;
  width: 100%;
  height: 180px;
}
.cta {
  font-size: .85em;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  background: #0372E7;
  border: 1px solid #0372E7;
  border-radius: 100px;
  padding: 15px 35px;
  display: block;
  transition: ease-in-out .3s;
  position: relative;
  width: fit-content;
  cursor: pointer;
}
.cta:hover {
  color: #0372E7;
  border: 1px solid #0372E7;
  background: #fff;
}
.cta.white{  
  color: #3F4142;
  border-color: #0372E7;
  background: transparent;
}
.cta.white:hover { 
  background-color: #0372E7; 
  color: #FFFFFF;
  border: 1px solid #0372E7;
}
.cta img {
  margin-right: 10px;
}
.cta.green {
  background: #00946B;
  border-color: #00946B;
}
/* Estilos Header */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.header .vetor-colorido {
  position: absolute;
  bottom: 0;
  left: 0;
}
.secao-cabecalho{
	background-color: #fff;
  width: 100%;
  filter: drop-shadow(0px -11px 41.3px rgba(0, 0, 0, 0.25));
}
.navbar-brand{
  padding: 0 !important;
  margin: 0;
}
.navbar-brand img {
  width: 100%;
  max-width: 200px;
}
.navbar .nav-item a {  
  color: #003B75;
  font-size: .85em;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0 20px;
  transition: ease-in-out .2s;
	position: relative;
}
.navbar .link {
  margin-right: 40px;
  color: #003B75;
  font-weight: 600;
  position: relative;
}
.navbar .link::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  height: 20px;
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
}
.navbar .menu-item {
  position: relative;
}
/* .navbar .menu-item a:hover:before,
.current-menu-item a:before{
  content: '';
	position: absolute;
	bottom: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
  background-image: url('assets/img/vetor-menu.svg');
  background-position: center;
  z-index: 99999999;
} */
.navbar .menu-item a:hover:before,
.current-menu-item a:before{
  content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
  transform: translateX(-50%);
	width: 40px;
	height: 1px;
  background: #0372E7;
}
.navbar-brand:hover {
  border: none !important;
}
.formulario .wpcf7-spinner {
  display: none;
}
.formulario .form-control {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  height: 50px;
  color: #fff;
  font-size: .85em;
  font-style: normal;
  font-weight: 400;
  line-height: 179.4%;
}
.formulario select.form-control option {
  font-weight: 400;
  font-size: .85em;
  line-height: 179.4%;
}
.formulario textarea.form-control {
  height: auto;
}
.formulario .form-control:focus {
  outline: none;
  border: 2px solid #fff;
}
.formulario .form-control::placeholder {
  color: #fff;
  font-size: .85em;
  font-style: normal;
  font-weight: 400;
  line-height: 179.4%;
}
/* Estilos Menu */

.menu-open-close {
  position: relative;
}
.menu-toggle {
  width: 25px;
  border-radius: 11px;
  display: none !important;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.menu-toggle span {
  font-weight: 600;
  line-height: 40px;
  color: #0D424F;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  width: 25px;
  border-radius: 11px;
  height: 2px;
  display: block;
  background: #0D424F;
}
.menuToggle {
  display: none;
  position: relative;
  z-index: 2;
  width: 60px;
  height: 40px;
  cursor: pointer;
}
.menu-lateral {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: -120%;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  transition: 0.5s;
  overflow-y: hidden;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  padding-top: 100px
}
.close-button {
  position: absolute;
  top: 40px;
  right: 20px;
  cursor: pointer;
}
.close-button span {
  color: #0D424F;
  font-size: 28px;
  font-weight: 300;
  line-height: 48px;
}
.menu::-webkit-scrollbar {
  display: none;
}
.menu-lateral ul {
  overflow-y: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
.menu-lateral ul li {
  list-style: none;
}
.menu-lateral.active {
  left: 0;
  overflow: auto;
}
.navbar .sub-menu {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  list-style: none;
  border: 1px solid #003B75;
  border-top: 0;
  background: #FFF;
  box-shadow: 0px 8px 29.5px 0px rgba(0, 0, 0, 0.06);
  width: 270px;
  padding: 30px;
  z-index: 5;
}
.navbar .sub-menu li {
  margin-bottom: 15px;
}
.navbar .sub-menu a {
  color: #717171;
  font-size: .8em;
  font-style: normal;
  font-weight: 600;
  line-height: 121.071%;
  padding: 0;
}
.navbar .sub-menu a::before,
.navbar .sub-menu a:hover:before {
  content: none;
}
.navbar .sub-menu a:hover {
  color: #003B75;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children:hover .sub-menu{
  display: block;
}
/* Página inicial */
.banner-principal {
  position: relative;
}
.banner-principal .row {
  height: 550px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots li {
  width: 12px;
  height: 12px;
}
.slick-dots li button:before {
  font-size: 0;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  width: 12px;
  height: 12px;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #fff;
  border-radius: 100px;
  border: 2px solid transparent;
}
.slick-dots li button {
  padding: 0;
}
.slick-arrow {
  background: #003B75;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 10;
}
.slick-prev {
  left: 15px;
}
.slick-next {
  right: 15px;
}
.slick-arrow:hover {
  background: #003B75;
}
.filtros {
  width: fit-content;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
  background: #EDEDED;
  border-radius: 26px;
}
.filtros .topo {
  border-radius: 26px 26px 0 0;
  background: #0372E7;
  padding: 15px;
}
.filtros .topo h2 {
  color: #FFF;
  text-align: center;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#filter-form {
  padding: 30px;
}
#filter-form select{
  background: #FFF;
  border: 2px solid #DADADA;
  border-radius: 50px;
  height: 40px;
  width: 100%;
  padding: 5px 20px;
  margin-bottom: 10px;
  color: #003B75;
  text-align: left;
  font-size: .85em;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#filter-form label,
#filter-form option{
  color: #003B75;
  text-align: left;
  font-size: .85em;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}
#filter-form .cta {
  width: 100%;
  height: 40px;
  padding: 5px;
  background: #0372E7;
  border-radius: 50px;
  margin-top: 23px;
}
#filter-form .cta:hover {
  color: #fff;
  opacity: .7;
}
.titulo {
  color: #003B75;
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
  line-height: 98.52%;
  margin-bottom: 60px;
  position: relative;
}
.titulo span {
  color: #0372E7;
  font-weight: 700;
}
.titulo p {
  font-size: 1em;
  line-height: 1em;
}
.titulo strong {
  color: #0372E7;
}
.titulo.white,
.titulo.white p {
  color: #fff;
}
.texto .cta {
  margin-top: 30px;
}
.texto p {
  color: #717171;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 15px;
}
.texto.white p,
.texto.white h1 {
  color: #fff;
}
#home h1 {
  margin-top: 20px;
}
#home h1 strong{
  font-weight: 700;
}
.listagem {
  position: relative;
}
.imoveis {
  background: rgba(239, 237, 235, .6);
}
.imoveis .box {
  background: #fff;
  border-radius: 20px;
}
.imoveis .box .topo img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 210px;
  object-fit: cover;
}
.imoveis .box .texto {
  padding: 20px 30px;
}
.imoveis .box .codigo {
  color: #003B75;
  text-align: center;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.imoveis .box h3{
  font-size: 1em;
}
.imoveis .box h3 p{
  color: #003B75;
  text-align: center;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 10px 0 20px 0;
}
.imoveis .box .preco {
  border-top: 2px solid #EFEDEB;
  border-bottom: 2px solid #EFEDEB;
}
.imoveis .box .preco p{
  color: #003B75;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.imoveis .box .preco p span{
  color: #0372E7;
}
.imoveis .box .detalhes .item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.imoveis .box .detalhes .item span {
  color: #003B75;
  text-align: center;
  font-size: .7em;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.imoveis .box .cta {
  width: 250px;
  margin-top: 20px;
}
.imoveis .box .cta.white {
  color: #0372E7;
  font-weight: 700;
}
.imoveis .box .cta.white:hover {
  color: #fff;
}
.empresa .titulo {  
  font-weight: 700;
  color: #003B75;
  margin-bottom: 20px;
}
.empresa .box {
  border-radius: 10px;
  border: 0.905px solid #E9EAEF;
  background: #FFF;
  box-shadow: 0px 22px 28.9px -14px rgba(142, 142, 142, 0.25);
  padding: 30px;
  height: 130px;
  margin-bottom: 20px;
}
.empresa .box img {
  margin-right: 15px;
}
.empresa .box p {
  color: #003B75;
  font-size: .85em;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  margin-bottom: 0;
}
.depoimentos .ti-rating-text {
  display: none;
}
.banner-secundario img {
	cursor: pointer;
}

/* Página A empresa */
#sobre h1 {
  color: #003B75;
  font-size: 2em;
  font-style: normal;
  font-weight: 275;
  line-height: 100.063%;
  margin-bottom: 30px;
}
#sobre h1 strong{
  font-weight: 700;
}
#sobre .secao-principal p {
  color: #003B75;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 173%; 
}
#sobre .equipe .topo img {
  border-radius: 10px 10px 0 0;
  height: 180px;
  object-fit: cover;
}
#sobre .equipe .texto {
  border-radius: 0 0 10px 10px;
  height: 180px;
  background: #F0F0F0;
  padding: 20px 15px;
}
#sobre .equipe .texto h3 {
  color: #003B75;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
#sobre .equipe .texto p {
  color: #0372E7;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#sobre .equipe .texto .cta {
  margin-top: 25px;
  padding: 15px;
}
#sobre .historia h2 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 2em;
  font-style: normal;
  font-weight: 300;
  line-height: 98.52%;
  margin-bottom: 30px;
}
#sobre .historia h2 strong {
  font-weight: 700;
}
#sobre .timeline .titulo span {
  color: #003B75;
}
#sobre .missao .box {
  border-radius: 23px;
  background: rgba(217, 217, 217, .4);
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.06);
  padding: 30px;
}
#sobre .missao .box .icone img {
  background: #003B75;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 10px;
  width: 60px;
}
#sobre .missao .box h3 {
  color: #003B75;
  text-align: center;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#sobre .missao .box p {
  color: #003B75;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 173%; /* 25.95px */
}


/* Página Imóveis */
.topo-page {
  background: #003B75;
}
.topo-page .row {
  height: 150px;
}
.topo-page h1,
.topo-page h2 {
  color: #FFF;
  text-align: center;
  font-size: 2em;
  font-style: normal;
  font-weight: 275;
  line-height: 100.063%;
}
.topo-page h1 strong,
.topo-page h2 strong{
  font-weight: 700;
}
#imoveis .topo-page .row {
  height: auto;
  padding: 60px 0 150px 0;
}
#imoveis .filtros {
  margin: -150px 0 60px 0;
  position: relative;
  z-index: 10;
}

/* Página Interna Produto */
#imovel h1.titulo {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.5em;
}
#imovel .secao-principal {
  background: #0372E7;
}
#imovel .secao-principal .endereco img {
  margin-right: 15px;
}
#imovel .secao-principal .endereco p {
  margin-bottom: 0;
}
#imovel .secao-principal .box {
  border-radius: 20px;
  background: #FFF;
  padding: 30px;
}
#imovel .tipo p {
  color: #003B75;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
#imovel .valor span {
  color: #1078E6;
  text-align: center;
  font-size: .85em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#imovel .preco {
  color: #157BE6;
  font-size: 1.8em;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
#imovel .obs p {
  color: #003B75;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 154.909%;
  margin-bottom: 15px;
}
#imovel .cta.white{
  color: #003B75;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#imovel .modal-dialog,
#imovel .modal-body img {
  max-width: 800px;
}
#imovel .detalhes .item img {
  margin-right: 15px;
}
#imovel .detalhes .item p {
  margin-bottom: 0;
  color: #0372E7;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#imovel .detalhes .item span {
  color: #0372E7;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#imovel h3.subtitulo {
  color: #003B75;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 700;
  line-height: 98.52%; /* 19.704px */
  margin-bottom: 30px;
}
#imovel .sobre-imovel {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
#imovel .sobre-imovel p{
  color: #003B75;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 174.715%; /* 26.207px */
}
#imovel .sobre-imovel p:last-child{
 margin-bottom: 0;
}
#imovel .caracteristicas ul {
  padding: 0;
  list-style: none;
}
#imovel .caracteristicas li{
  color: #003B75;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 174.715%; /* 26.207px */
}
#imovel .caracteristicas li img{
  margin-right: 10px;
}


/* Footer */
footer {
  position: relative;
  background: linear-gradient(180deg, #003A73 0%, #00264B 100%);
}
.botao-wpp-fixed {
  position: fixed;
  right: 0;
  bottom: 5px;
  z-index: 9999999;
}
footer .vetor-absolute {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 600px;
  opacity: 0.1;
}
footer .subtitulo {
  color: #0372E7;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 10px;
}
footer .titulo {  
  font-weight: 700;
  margin-bottom: 40px;
}
footer .box {
  border-radius: 10px;
  background: #002A54;
  padding: 20px 30px;
  height: 140px;
  margin-bottom: 10px;
}
footer .box p,
footer .box a {
  color: #FFF;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 700;
  line-height: 132.6%;
  letter-spacing: 0.8px;
}
footer .box a {
  font-weight: 400;
  font-size: .85em;
}
footer .navbar .nav-item a {
  padding-left: 0;
  color: #fff;
  font-weight: 500;
}
footer .copy {
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
footer .copy p {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 129%;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
footer .copy a {
  color: #366797;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 129%;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
footer .copy a span{
  color: #FFF;
}
/* Animação */
[data-anime]{
  opacity: 0;
  transition: .7s;
  transition-delay: .1s;
}
[data-anime="left"]{
  transform: translate3d(-30px, 0, 0);
}
[data-anime="right"]{
  transform: translate3d(30px, 0, 0);  
}
[data-anime="top"]{
  transform: translate3d(0, -30px, 0);  
}
[data-anime="down"]{
  transform: translate3d(0, 30px, 0);  
}
[data-anime].animate{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}


/* Responsividade */
@media (max-width: 991px) {
  .menu-toggle {
    display: flex !important;
    order: 0;
  }
  .navbar .nav-item a {
    line-height: 1.5em;
    text-align: left;
    padding-left: 22px;
  }
  .navbar .navbar-brand {
    margin-bottom: 0;
  }
  .navbar a::before {
    content: none;
  }
  .navbar .menu-item {
    margin-bottom: 15px;
  }
  .navbar a.cta {
    padding: 5px 10px;
    font-size: .8em;
  }
}
@media (max-width: 768px) { 
	main {
		padding-top: 66px;
	}
	.navbar-brand img {
		max-width: 150px;
	}
  .banner-principal .row {
    height: auto;
  }
  .banner-principal .texto {
    padding: 0 30px;
  }
  #home h1 {
    font-size: 2em;
  }
  .titulo {
    font-size: 1.8em;
    margin-bottom: 40px;
  }
  .imoveis .box {
    margin-bottom: 20px;
  }
  .empresa .texto {
    padding: 0 30px;
  }
  .empresa .icone-seta {
    width: 45px;
  }
  .empresa .box {
    padding: 20px;
    height: 100px;
  }
  .empresa .box .texto {
    padding: 0;
  }
  .empresa .cta-quem-somos {
    width: 120px;
  }
  footer .formulario {
    margin-bottom: 30px;
  }
  footer .box {
    height: auto;
  }
  footer .copy {
    padding: 15px;
    z-index: 10;
  }
	footer .navbar-brand {
		max-width: 130px;
	}
  #imovel .secao-principal .box {
    padding: 15px;
    margin-top: 30px;
  }
  #sobre .equipe .box {
    margin-bottom: 20px;
  }
  #sobre .missao .box {
    padding: 15px;
    margin-bottom: 20px;
  }
  #sobre .historia img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
  }
  .topo-page .row {
    height: 100px;
  }
  h1 br {
    display: none;
  }
}