@font-face {
  font-family: 'Neue';
  src: url('../fonts/NeueHaasDisplay-Bold.eot');
  src: url('../fonts/NeueHaasDisplay-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NeueHaasDisplay-Bold.woff2') format('woff2'),
    url('../fonts/NeueHaasDisplay-Bold.woff') format('woff'),
    url('../fonts/NeueHaasDisplay-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: 'Neue';
  src: url('../fonts/NeueHaasDisplay-Roman.eot');
  src: url('../fonts/NeueHaasDisplay-Roman.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NeueHaasDisplay-Roman.woff2') format('woff2'),
    url('../fonts/NeueHaasDisplay-Roman.woff') format('woff'),
    url('../fonts/NeueHaasDisplay-Roman.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
a:hover{
  color: #1147EE;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  padding: 0;
}
.orlandogo button:hover{
  background-color: transparent;
  color: #1147EE;
  border-color: #1147EE;
}
html {
  scroll-behavior: smooth;
}

body {
  text-align: center;
  font-family: 'Neue';
  background: #fff;
  /* background: linear-gradient(0deg, #4d4d4d,#333); */

}

header {
  /* background-color: #989898; */
  color: #fff;
  padding: 30px 0px;
}

header button {
  background-color: #1147EE;
  color: #fff;
  border: 1px solid #1147EE;
  border-radius: 8px;
  padding: 10px 35px;

}
button{
  word-spacing: 2px;
  /* font-weight: bolder; */
  letter-spacing: 1px;
  font-size: 14px!important;
}
.banner {
  width: 100%;
  height: auto;
  background: no-repeat;
  background-attachment: fixed;
  /* animation: bkg-pos 50s linear;
  animation-fill-mode: both;
  
  animation-iteration-count: infinite; */

  background-image: url("../img/banner.png");
  background-position: 50% 0%;
  position: relative;
}

.banner>* {
  position: relative;
  z-index: 99;
}

.banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.25;
  left: 0;
  top: 0;
  /* backdrop-filter: blur(3px); */
}

.banner>p>img {
  max-height: 100px;
  opacity: .25;
}

.banner h2::before {
  bottom: 0;
  top: unset;
  display: none;
}

.cabecalho {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;

}

.cabecalho img {
  height: 85px;
  margin-top: 0%;

}

nav {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0;
}

ul li {
  display: inline-block;
  position: relative;
  border-radius: 50px;
  margin: 0 5px;
}

ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.menu {
  padding: 8px;
}


main {
  margin: 0;
  padding: 0;
}

/* .conteudo {
    border:5px;
    margin: auto;
    width: 90%;
    padding: 10px;
  }
   */
#sobre {
  width: 100%;
  margin: 0 0px;
}

h2 {
  font-weight: bold;
  font-size: 50px;
  position: relative;
  text-align: left;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 25px;

}

/* 
h2::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: #1147EE;
  width: 50%;
  height: 1px;
} */

p {
  font-size: 18px;
  line-height: 1.75;
  margin: 0;
  text-align: justify;
}


footer {
  background-color: #000;
  color: #fff;
  padding: 20px;
}

li {
  list-style: none;
}

/* .boxbox{

    
     
  }*/
#div-setor-imob {
  background: no-repeat;
  background-attachment: fixed;
  background-image: url("../img/13-pb.png");
  background-position: 50% 0%;
  padding: 50px 0;
  position: relative;
}

#div-setor-imob::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #000;
  /* backdrop-filter: blur(3px); */
  /* background: linear-gradient(to right, #000, transparent); */
}

#setorimobiliario {
  background-color: transparent;
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr .8fr;
  column-gap: 25px;
  /* row-gap: 25px; */
  padding: 15px;
  grid-auto-rows: 1fr;
  /* align-items: center; */
}

#div-setor-imob h2 {
  /* text-align: center; */
  /* grid-column: 1/-1; */
  color: #fff;
  border: none;
  margin-bottom: 50px;
  align-self: center;
}

.item {
  border-radius: 0px;
  /* box-shadow: 0 0 10px #d0d0d0; */
  width: 100%;
  position: relative;
  /* border-right: 1px solid #d0d0d0; */
  padding: 10px 0px;
}

.item:last-child {
  border: none;
}

.item p {
  margin: 0;
  color: #fff;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  text-align: left;
}
.item span{
  font-size:2em;
  font-weight: bolder;
  margin-right: 5px;
}
.item img {
  position: relative;
  display: block;
  filter: grayscale(1) contrast(0) brightness(10);
  margin: auto;
  margin-bottom: 20px;
}


.gallery img {
  width: 100%;
  object-fit: contain;
 
}

.sobrenos {
  padding: 50px 0;
  /* column-gap: 80px; */
}

.sobrenos>section {
  padding: 0;
}

.sobrenos h2::before {
  display: none;
}

.sobrenos #sobre {
  padding-right: 0px;
}

.sobrenos #partners {
  padding-left: 0px;
}

#textosobre div {
  position: relative;
  /* padding-top: ; */
}

#textosobre {
  /* display: grid; */
  /* grid-template-columns: 2fr 1fr; */
  /* column-gap: 50px; */
  padding-bottom: 0;
  /* align-items: end; */
  padding-top: 80px !important;
  padding-bottom: 80px !important;

  /* padding-top: 30px; */
  align-items: center;
}

/* #textosobre > div:first-child{
  padding: 0 15%;
} */
#textosobre #img1 {
  position: absolute;
  top: 30px;
  left: 0;
  width: 60%;
  box-shadow: 0 0 10px 0 #000;
  border-radius: 15px;
  transform: translate(-15px, -15px);
}

#div-img-grupo {
  padding-top: 30px;
 
}

#textosobre>div>a>img {
  width: 100%;
  max-height: 65vh;
  border-radius: 5px;
  object-fit: cover;
  box-shadow: 0px -10px 10px 0 #000;
}

#textosobre>div>p {
  font-weight: lighter;
  line-height: 2;
  font-size: 20px;
  color: #fff;
}

#textosobre h2 {
  color: #fff;
  padding-top: 0;
  line-height: 1.05;
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#textosobre h2 i {
  font-weight: normal;
  font-style: normal;
}

#textosobre>div>a {
  display: block;
  text-align: left;
  margin-top: 25px;
}

.btn-contato {
  width: 250px;
  display: inline-block;
  height: 50px;
  background-color: #1147EE;
  border-radius: 8px;
  font-size: 20px;
  color: #fff;
  border: 1px solid #1147EE;
  transition: all 0.2s;
}

button{
  transition: all 0.2s;
}
button:hover{
  background-color: transparent;
  color:#fff;
  border-color: #fff;
}

#textosobre>div>span {
  display: block;
  text-align: left;
  margin: 25px 0;
}

#textosobre>div>span>img {
  opacity: .75;
  max-width: 25%;
  margin: 0;
}

.container-grupo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  column-gap: 15px;
  width: 100%;
}

.container-grupo .gallery:nth-child(1) {
  justify-self: start;
}

.container-grupo .gallery:nth-child(2) {
  justify-self: center;
}

.container-grupo .gallery:nth-child(3) {
  justify-self: end;
}

.container-grupo .gallery a {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: block;
  aspect-ratio: 1/1;
  /* border:2px solid #1147EE; */
  border-radius: 50%;
  transition: all .2s;
}

#partners .container-grupo .gallery a {
  width: 90%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
}

.container-grupo .gallery img {
  object-fit: contain;
  height: 100%;
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  transition: all .2s;
}

#partners .container-grupo a {
  border: none;
  background: transparent !important;
}

#partners .container-grupo {
  grid-template-columns: repeat(6, 1fr);
}

#partners h2 {
  grid-column: 1/-1;
}


#section4 {
  display: grid;
  grid-template-columns: 1.5fr .5fr;
  /* background-image: conic-gradient(#fff, #4d4d4d,#fff); */
  
  /* border-bottom: 1px solid #1147EE; */
  column-gap: 35px;
  margin: 50px auto;

}

#section4 .orlandogo {
  text-align: center;

  /* border-color: #1147EE; */
}
.orlandogo > a{
  display: block;
  text-align: left;
  margin-top: 35px;
}

#section4 .gallery3 img {
  /* object-fit: cover; */
  width: 100%;
  border-radius: 30px;
  /* max-height: 50vh; */
  background-attachment: fixed;
  object-fit: contain;
}

#section7 {

  display: grid;
  grid-template-columns: 1fr 1fr;
  /* grid-template-rows: auto auto auto ; */
  border-bottom: solid 1px #1147EE;

}

#section7 .sec71 {
  /* border: 1px #1147EE; */
  grid-row: 1/4;
  grid-column: 2;
}

#section7 .sec71 img {
  border-radius: 30px;
  width: 350px;
  margin-top: 10px;
  margin-bottom: 10px;

}

#section8 {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 0;
  /* border-bottom: solid 1px #1147EE; */
  position: relative;
  margin: 0 auto;
}
#section8::before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 2px;
  background: #d0d0d0;
  z-index: 999;
}

#section8 > div:nth-child(even) p,
#section8 > div:nth-child(even) h2{
  text-align:right
}
/* #section8 > div span{

  display: block;
  aspect-ratio: 1/1;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 5px;
  padding: 15px;
  width: 80px;
  height: 80px;
}
#section8 > div img{
  object-fit: contain;
  height: 100%;
  width: 100%;
} */
#section8 > div{
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  position: relative;
  padding: 5vw;
  /* flex-wrap: wrap; */
}
/* #section8 > div > p{
  width: 100%;
}
#section8 > div > h2{
  max-width: calc(100% - 80px - 10px);
} */
/* #section8 > div:nth-child(1) h2{}
#section8 > div:nth-child(2) h2{color: red;}
#section8 > div:nth-child(3) h2{color: green;}
#section8 > div:nth-child(4) h2{color: pink;}
#section8 > div:nth-child(5) h2{color: grey;}
#section8 > div:nth-child(6) h2{color:black} */

#section8 > div > h2,
#section8 > div > p{
  opacity: .25;
  transition: all 0.25s;
}
#section8 > div.is_visible > h2{
  color: blue;
}
#section8 > div.is_visible > p,
#section8 > div.is_visible > h2{
  opacity: 1;
}
#section8 > div:nth-child(even){
  padding-right: 0;
}
#section8 > div:nth-child(odd){
  padding-left: 0;
}
#section8 > div:nth-child(odd):before{
  display: none;
}
#section8 > div::before{
  content: '';
  position: absolute;
  top:50%;
  border-radius: 50%;
  background: #d0d0d0;
  height: 40px;
  width: 40px;
  left:0;
  z-index: 999;
  transform: translateX(-50%);
  transition: all 0.25s ease-in-out;
}

#section8 > div.active::before{
  background: #1147EE;
}
#section6{
  /* border-bottom: solid 1px #1147ee; */
  margin-bottom: 50px;
  padding: 0;
}
.slick-dot{
  width: 20px;
  height: 20px;
}

#section6 .slick-tc{
  width: 100%;
  margin: 25px 0;
}
.slick-tc li{
  margin: 0 10px;
}
.slick-tc .slick-active button{

  background-color: #1147EE;
}
.slick-tc li button{
  height: 5px;
  width: 50px;
  background-color: #d0d0d0;
  font-size: 0!important;
  border: none;
  border-radius: 1px;
}
#section6 .slick-arrow{
  margin-top: 0;
  color: #1147EE;
  position: absolute;
  z-index: 9999;
  top: 50%;
  transform: translateY(-50%);
}
.next-arrow-tc{
  right: 25px;
}
.prev-arrow-tc{
  left: 25px;
}
#section3{
  padding: 50px 0;
}
#section6 .gallery{
  position: relative;
}
#section6 .gallery img{
  height: 35vh;
  object-fit: cover;
}
#section6 .gallery .desc::before{
  content: '';
  position: absolute;
  height: 100%;
  backdrop-filter: blur(1px);
  width: 100%;
  bottom: 0;
  left: 0;
  /* z-index: 99; */
  background: linear-gradient(to bottom, rgba(0,0,0,.35), rgba(0,0,0,0.95));
}
#section6 .gallery .desc{

  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translateY(100%);
  transition: all 0.3s ease-out;
}
#section6 .gallery:hover .desc{
  transform: translateY(0);
}
#section6 .gallery .desc p{
  color: #fff;
  padding: 25px 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 100%;
  font-size: 16px;
}
#section5{
  padding: 0;
  box-shadow: 0 -10px 10px -8px #d0d0d0;
}
#section5 .gallery img{
  height:25vh;
  object-fit: cover;

}
.sobrenos #sobre h2{
  margin: 0;
}
.container-grupo .gallery a{
  padding: 0 10px;
}

@media(min-width:1024px){
  #toggle-menu-mobile{
    display:none;
  }
}
@media(max-width:767px){
  h2{
    font-size: 28px;
  }
  .banner > .container{
    padding: 0;
    position: unset;
  }
  .banner::after{
    z-index: -1;
  }
  header{
    width: 100%;
    z-index: 999999;
    background: #000;
    position: fixed;
    top:0;
    left: 0;
    height: 70px;
    display: block;
    padding: 0px;
    text-align: left;
  }
  .cabecalho{
    padding: 10px;
  }
  .cabecalho img{
    height: 50px; 
  }
  #section8{
    grid-template-columns: 100%;
  }

  #setorimobiliario{
    grid-template-columns: 100%;
    
  }
  .container-fluid,
  .container{
    padding-left: 25px!important;
    padding-right: 25px!important;
  }
  #section3{
    padding: 0!important;
  }
  nav{
    top: 70px;
    right: 0;
    z-index: 9999;
    width: 100%;
    background-color: rgba(32, 36, 40, 0.9);
    position: absolute;
    display: none;
  }
  nav ul li{
    display: block;
  }
  nav ul li a{
    text-align: center;
    display: block;
    padding: 10px;
  }
  #textosobre{
    padding-top: 110px!important;
  }
  #toggle-menu-mobile{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);

  }
  #toggle-menu-mobile i{
    color: #fff;
    font-size: 2em;
  }
  #textosobre>div>p{
    font-size: 16px;
    margin: 25px 0;
    line-height: 1.5;
  }
  #textosobre .btn-contato{
    width: 100%;
    display: block;
  }
  #section6 .gallery .desc{
    display: none;
  }
  #section6 .slick-tc{
    margin: 15px 0;
  }
  .slick-galeria{
    margin-top: 50px;
  }
  .slick-tc li{
    margin: 0 5px;
  }
  .slick-tc li button{
    width: 30px;
    height: 4px;
  }
  #section4 .gallery3 img{
    display: none;
  }
  #section4{
    display: block;
  }
  .orlandogo .btn-contato{
    display: block;
    width: 100%;
  }
  #section8::before{
    display: none;
  }
  #section8 > div.active::before{
    display: none;
  }
  #section8 > div{
    border-bottom: 1px solid #d0d0d0;
  }
  #section5{
    padding: 0!important;
  }
  #partners .container-grupo{
    grid-template-columns: repeat(3,1fr);
  }
  #setorimobiliario{
    display: block;
  }
  #div-setor-imob h2{
    margin: 0;
  }
  #section6{
    padding: 0!important;
  }
  #section6>section{
    padding: 0 25px;
  }
  .container-grupo .gallery a{
    padding: 0 10px;
  }
}