@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');

@font-face {
  font-family: 'lucida_sans_unicoderegular';
  src: url('../fonts/l_10646-webfont.woff2') format('woff2'),
       url('../fonts/l_10646-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'museo_sans500';
  src: url('../fonts/museosans-webfont.woff2') format('woff2'),
       url('../fonts/museosans-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'museo_sans700';
  src: url('../fonts/museosans_0-webfont.woff2') format('woff2'),
       url('../fonts/museosans_0-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'museo_sans300';
  src: url('../fonts/museosans-300-webfont.woff2') format('woff2'),
       url('../fonts/museosans-300-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
a, a:hover { text-decoration: none;}
body{font-family: 'museo_sans300';}
article, footer, header {
  width: 100%;
  float: left;
}
header{
  background: #fff;
  position: relative;
}
article{ min-height: 400px;
   background: url(../images/bg.png) repeat-x top left;}
.navbar>.container{
  border-top: 5px solid #F97020;
  top: -5px;
}
.navbar{
  border-top: 5px solid #F2F2F2;
}
.logo{
   background: url(../images/logo-proatto.svg) no-repeat center;
   text-indent: -500000px;
   float: left;
   width: 170px;
   height: 45.8px;
   background-size: cover !important; 
   -webkit-background-size: cover !important;
   margin: 15px 80px 15px 0;
}
.detalhe{
  width: 100%;
  float:left;
  position: absolute;
  z-index: 3;
  height: 250px;
  background: url(../images/bg-menu.png) repeat-x top ;
}
.navbar>.container{
  position: relative;
}
.navbar-light{ 
  width: 100%; 
  padding: 0;
  z-index: 4;
  position: relative;
}
.menu-capa{
  background: transparent !important; 
  position: absolute;
  z-index: 555;
}
.navbar-light .navbar-nav .nav-link{
  color: #083359;
  font-size: 14px;
  padding: 5px 15px;
  font-family: 'Poppins', sans-serif;
  border-radius: 20px;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:hover{
  background: #083359;
  color: #fff;  
}
.navbar-expand-lg .navbar-collapse {
  border-bottom: 1px solid #ffffff41;
  padding: 30px 0;
}
.rede-sociais{
  margin-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.37);
  padding-left: 15px;
  /*float: right;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 8px;*/
} 
.rede-sociais a{
  margin-left: 8px;
  float: left;
}
.rede-sociais span{
  width: 29px;
  height: 29px;
  float: left;
  background: url(../images/icones-rede-social.png) no-repeat;
}
.facebook span{
  background-position: -69px;
}
.instagram span{
  background-position: -35px;
}
.whatsapp span{
  background-position: left;
}
.youtube span{
  background-position: -101px;
}
/*
.whatsapp p{
  float: left;
  color: #000;
  margin-left: 12px;
  margin-bottom: 0;
}*/
.facebook p, .instagram p, .whatsapp p, .youtube p{
  display: none;
}
.titulo{  
  padding: 40px 0 50px 0;
  width: 100%;
  float: left;
  position: relative;
  
}
.titulo h1{
  color: #324C6A;
  font-size: 50px;  
  margin-bottom: 0;
  position: relative;
  font-family: 'museo_sans700';
  z-index: 2;
}
.breadcrumb, .breadcrumb a{
  color: #333 !important;
  font-size: 15px;
  z-index: 1;
  position: relative;
}
.institucional, 
.fale-conosco, 
.trabalhe-conosco, 
.galeria-de-fotos, 
.noticias-list, 
.noticia_view, 
.videos, 
.galeria-view{
  width: 100%;
  float: left;
  padding: 0 0 60px 0;
}
.galeria figure{
  width: 100%;
  float: left;
  height: 200px;
  margin-bottom: 30px;
  border-radius: 5px;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}
.empreendimentos{
  width: 100%;
  float: left;
  padding: 80px 0;
  overflow:hidden;
  background: url(../images/bg.png) repeat-x top;
}
.empreendimentos figure{
  width: 100%;
  float: left;
  height: 450px;
  background: #000;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}
.empreendimentos-capa figure{
  width: 100%;
  max-width: 1100px;
  height: 700px;
  margin-bottom: 0;
  z-index: 2;
  position: relative;
  left: 50%;
  margin-left: -750px;
}
.empreendimentos h2{
  font-size: 48px;
  color: #262626;
  font-family: 'museo_sans700';
  margin-bottom: 40px;
}
.empreendimentos-capa h3{
  color: #fff !important;
  margin-top: 130px;
}
.empreendimentos h3{
  font-size: 36px;
  color: #000;
  font-family: 'museo_sans700';
  margin-bottom: 14px;
  width: 100%;
  float: left;
  line-height: 36px;
}
.empreendimentos .carousel-fade .carousel-item-next.carousel-item-start, 
.empreendimentos .carousel-fade .carousel-item-prev.carousel-item-end,
.empreendimentos .carousel-fade .carousel-item.active{
  z-index: inherit;
}
.inf-empreendimento{ 
  z-index: 4;
  float: left;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: 250px;
  top: 20px;
  width: 350px;
}
.empreendimentos p{
  width: 100%;
  float: left;
  color: #333333;
  font-family: 'museo_sans500';
  font-size: 16px;
  margin-bottom: 0;
  line-height: 27px;
  padding-left: 30px;
  position: relative;
}
.empreendimentos p span{
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
}

.empreendimentos .bairro{
  color: #F97020;
  margin-bottom: 15px;
  font-size: 18px;
}
.empreendimentos-capa{
  position: relative;
}
.empreendimentos-capa p,  
.empreendimentos-capa .bairro{
  color: #fff;  
}
.empreendimentos-capa .bairro span{
  width: 16px;  
  background: url(../images/ico-bairro-a.svg) no-repeat center left !important;  
}
.empreendimentos .bairro span{
  width: 16px;  
  background: url(../images/ico-bairro.svg) no-repeat center left;  
}
.empreendimentos .dormitorio{
  background: url(../images/ico-dormitorio.png)  no-repeat center left;
}
.empreendimentos .vaga{ 
  background: url(../images/ico-carro.png)  no-repeat center left;
}
.empreendimentos .salao{
  background: url(../images/ico-festa.png)  no-repeat center left;
}
.empreendimentos .playground{
  background: url(../images/ico-playground.png)  no-repeat center left;
}

.empreendimentos-capa .dormitorio{
  background: url(../images/ico-dormitorio-b.png)  no-repeat center left !important;
}
.empreendimentos-capa .vaga{ 
  background: url(../images/ico-carro-b.png)  no-repeat center left !important;
}
.empreendimentos-capa .salao{
  background: url(../images/ico-festa-b.png)  no-repeat center left !important;
}
.empreendimentos-capa .playground{
  background: url(../images/ico-playground-b.png)  no-repeat center left !important;
}
.efeito-e{
  background:#BD1D1D;  
  position:absolute;
  width: 100%;
  left: 50%;
  margin-left: -144px;
  top: 0;
  float: right;
  height:930px;
  z-index: 3;
  shape-outside: url(../images/efeito-slide-empreendimentos.png);
  shape-margin: 15px;
  shape-image-threshold: 0.5;
  -webkit-mask-image: url(../images/efeito-slide-empreendimentos.png);
/*  background-size: cover !important;
  -webkit-background-size: cover !important;*/
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left center;

}
.setas{
  position: absolute;
    bottom: 107px;
    width: 197px;
    height: 130px;
    padding-top: 12px;
    left: 50%;
    z-index: 5;
    margin-left: 193px;
    background: url(../images/bg-seta.png) no-repeat center;
}
.empreendimentos-capa .carousel-control-next, .empreendimentos-capa .carousel-control-prev{ width: 105px !important;}
.empreendimentos-capa .carousel-control-next-icon,.empreendimentos-capa .carousel-control-prev-icon { width: 4rem;  height: 3.5rem !important;}
.sobre{
  width: 100%;
  float: left;
  position: relative;  
  background: #E5E5E5;
}
.sobre h2{
  font-size: 48px;
  color: #262626;
  font-family: 'museo_sans700';
  margin-bottom: 30px;
}
.seg-texto{
  background: rgb(229,229,229);
  background: -moz-linear-gradient(274deg, rgba(229,229,229,0) 7%, rgba(229,229,229,1) 35%);
  background: -webkit-linear-gradient(274deg, rgba(229,229,229,0) 7%, rgba(229,229,229,1) 35%);
  background: linear-gradient(274deg, rgba(229,229,229,0) 7%, rgba(229,229,229,1) 35%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5",endColorstr="#e5e5e5",GradientType=1); 
  z-index: 2;
  padding: 90px 15px;
  position: relative;
}
.sobre p{
  color: #262626;
  font-size: 16px;
}
.sobre figure{
  width: 70%;
  height: 100%;
  float: left;
  position: absolute;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  right: 0;
  top: 0;
}
.numeros{
  width: 100%;
  float: left;
  min-height: 600px;
  padding:80px 0;
  background: url(../images/bg-numeros.webp) no-repeat center;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}
.numeros h2{
  color: #fff;
  font-size: 51px;
  font-family: 'museo_sans700';
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 80px;
}
.numeros h2 span{
  width: 600px;
  float: left;
  background: #fff;
  height: 2px;
  position: absolute;
  left: 50%;
 
  margin-left: -300px;
  bottom: 0;
}
.numeros h3{
  color: #fff;
  font-size: 80px;
  margin-bottom: 0;
  font-family: 'museo_sans700';
}
.numeros p{
  color: #fff;
  font-size: 32px;
  line-height: 31px;
}

/*Institucional*/
.institucional h2{
  color: #222;
  font-size: 28px;
  font-family: 'museo_sans700';
  margin-bottom: 20px;
}
.institucional p{
  font-size: 16px;
  color: #222;  
}
.box .texto p{
  line-height: 30px;
  text-align: justify;
}
.box{
  background: #E5E5E5;
  padding: 0;
  position: relative;
  width: 100%;
  float: left;
}
.box1{
  padding: 60px  0;
  position: relative;
  width: 100%;
  float: left;
}
.box1 h2{
  position: relative;
  padding-bottom: 8px;
}
.box1 h2 span{
  position:absolute;
  width: 60px;
  height: 5px;  
  background: #F97020;
  border-radius: 8px;
  bottom: 0;
  left: 0;
}
.box1 p{
  text-align:justify;
}
/*Videos*/
.video{
  padding: 50px 0;
  width: 100%;
  float: left;
}
.video h2{
  font-size: 48px;
  color: #000000;
  font-family: 'museo_sans700';
  margin-bottom: 50px;
}
.video h3{
  font-size: 35px;
  color: #262626;
  font-family: 'museo_sans700';
  margin-bottom: 30px;
}
.video p{
  color: #262626;
  font-size: 18px;
}
.video figure{
  width: 100%;
  float: left;
  height: 435px;
  border-radius: 50px;
  overflow: hidden;
  background: #000;
  position: relative;
  z-index: 1;
  background-size: cover !important;
}
.videos h2{
  color: #222;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.videos figure{
  width: 100%;
  float: left;
  border-radius: 5px;
  overflow: hidden;
  background: #000;
  z-index: 1;
}
.videos figure{
  position: relative;
}
.videos figure span, .video figure span{
  background: rgba(0, 0, 0, 0.445);
  position:absolute;
  width: 100%;
  height: 100%;
  float: left;
  z-index: 3;
}
.videos figure span .bi, .video figure span .bi{
  color: #fff;
  font-size: 60px;
}
/*Galeria*/
.galeria-de-fotos h2{
  color: #222;
  font-size: 20px;
  font-weight: 600;  
}
.galeria-view h1{
  color: #222;
  font-size: 40px;
  font-weight: 600; 
}
.galeria-view p{
  font-size: 16px;
  color: #222;
  line-height:27px;
}
/*Noticias*/
.noticias-list h2{
  color: #222;
  font-size: 20px;
  font-weight: 600;  
}
.noticias-list .item figure, .galeria-de-fotos .item figure {
  width: 100%;
  float: left;
  height: 250px;
  border-radius: 5px;
  overflow: hidden;
  background: #000;
}
.noticias-list .item .img-capa, .galeria-de-fotos .item  .img-capa{
  position: relative;
  left: 0;
  top: 0;
  max-width: 120%;
  max-height: 120%;       
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);  
  z-index: 1;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
.noticias-list .item:hover .img-capa, .galeria-de-fotos .item:hover .img-capa{
   transform: scale3d(1, 1 , 1);
  -webkit-transform: scale3d(1, 1 , 1);
  opacity: 0.6;
}
.noticias-list .item p{
  font-size: 15px;
  color: #333;
}
.noticias-list h3{
  font-size: 32px;
  color: #262626;
  font-family: 'museo_sans700';
  margin-bottom: 40px;
  text-align: center;
}
.compartilha{
  padding: 6px 20px;
  color: #FFF !important;
  font-size: 15px;
  border-radius: 30px;
}
.compartilha .bi{
  font-size: 18px;
  margin-right: 5px;
}
.compartilha.facebook{
  background: #1541a0;
  margin-right: 15px;
}
.compartilha.facebook:hover{
  background: #0c2d74;
}
.compartilha.whatsapp{
  background: #00A650;
}
.compartilha.whatsapp:hover{
  background: #01803e;
}
.noticia_view h1{
  font-size: 46px;
    color: #222;
    text-align: center;
    font-weight: 700;
    line-height: 48px;
}
.noticia_view p{
  font-size: 16px;
  color: #222;
  text-align: justify;
  line-height:27px;
}
.subtitulo{
  font-size: 15px;
  color: #333;
  text-align: center !important;
  padding: 0 50px;  
}
.veja-mais{
  padding: 12px 35px;
  font-size: 18px;
  color: #F97020;
  font-family: 'museo_sans500';
  background: transparent;
  border: 1px solid #F97020;
  text-transform: uppercase;
  border-radius: 5px;
}
.veja-mais:hover{
  background:#F97020;
  color: #fff;
}
.bg-light{
  background-color:#eeeeee !important;
}
/*PAGINAÇÃO*/
.page-link{
  font-weight: 700 !important;
  padding: 9px 12px !important;
  font-size: 18px;
  background: #fff;
  border: 2px solid #eee;
  width: 45px;
  height: 45px;
  text-align: center;
  color: #222 !important;
  margin-right: 8px;
  border-radius: 30px !important;
}
.page-link:hover{
  background:#F97020;
  border-color:#F97020;
  color: #fff !important;
}
/*Rodape*/
footer{
    padding: 50px 0;
    background: #fff;
    border-top: 1px solid #eee;
}
footer p{
    color: #666666;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 23px;
    font-family: 'Poppins', sans-serif;
}
.btn-envio-contato {
  background-color: #324C6A !important;

}
.contato{
  width: 100%;
  float: left;
  background: #083359;
  padding: 50px 0;
}
.contato h2{
  color: #fff;
  font-family: 'museo_sans700';
  font-size: 48px;
  margin-bottom: 50px;  
}
.contato p{
  color: #fff;
  margin-bottom: 0;
}
.contato p b, .fale-conosco p b{
  font-family: 'museo_sans500'; 
}

.contato .bi, .fale-conosco .bi{
  color: #fff;
  font-size: 32px;
  margin-right: 12px;
}
.fale-conosco .bi{
  color: #222;
}
.fale-conosco p{
  color: #222;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 23px;
}
.fale-conosco .btn{
  padding: 12px 30px;
  font-size: 18px !important;
  color: #fff !important;
  font-family: 'museo_sans500';
}
.fale-conosco .btn .bi{
  font-size: 20px !important;
  color: #fff !important;
}
.popup{  
  position: fixed;
  background: #00000085;
  z-index: 25555555;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.alert{
 min-width: 450px;
}
.alert .bi{
  font-size: 30px;
}
.fale-conosco figure{
  width: 100%;
  height: 450px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.telefone b{
  font-size: 28px;  
}
footer .border-bottom {
  border-color: rgba(255, 255, 255, 0.164) !important;
}

footer .sm{
    background: url(../images/logo-studiomega.svg) no-repeat center;
    width: 212px;
    height: 37px;
    float: left;
    text-indent: -500000px;
}

/*Aviso de Cookies*/

.box-cookies.hide {
    display: none !important;
  }
  
  .box-cookies {
    position: fixed;
    background: #fffffff2;;
    width: 90%;
    margin-left: 5%;
    z-index: 999999999999998;
    bottom: 10px;
    display: flex;

    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
    border: solid 1px #eeeeee;
  }
  
  .box-cookies .msg-cookies {
    
    font-size: 15px;
    color: #333;   
    line-height: 22px;
    margin: 0;
    padding: 15px;
  }
  .box-cookies .btn-cookies{
    margin: 15px;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
  }
  .box-cookies .btn-cookies {
    background:#F97020;
    cursor: pointer;
    align-self: normal;
    font-weight: 800;
   
  }

  @media screen and (max-width: 600px) {
    .box-cookies {
      flex-direction: column;
    }
  } 
  .whatsapp-top{ display: none;}
  /*MEDIA*/  

@media (min-width: 1400px){  }
@media (max-width:1400px) { 
  .rede-sociais{ position: absolute; top: 8px; right: 15px; border: none;}
  .logo { margin: 15px 30px 15px 0 ; }
  .navbar-light .navbar-nav .nav-link { font-size: 16px; padding: 6px 15px;}  
  .navbar-expand-lg .navbar-collapse{ margin-top: 10px;}
  .empreendimentos-capa figure{ left: 0; margin-left: 0;}
 
}
@media (max-width:1200px) {   
  .empreendimentos h2 { font-size: 40px;}
  .box1 p{ text-align: left;}
  .inf-empreendimento { width: 300px; margin-left:200px;}
  .sobre figure{ width: 100%; height: 600px;  bottom: 0; top: inherit; margin: 0;}
  .sobre { padding-bottom: 600px; }
  .numeros h2 { font-size: 40px; }
  .video figure{ margin-bottom: 40px;}

}
@media (max-width:991px) {  
  .whatsapp-top{ display: block; color: #324C6A !important; font-size: 22px;}
  .navbar-toggler{ color: #324C6A; font-size: 30px; box-shadow: none !important; padding: 0; border: none;}
  .navbar-expand-lg .navbar-collapse{ background: #eee; padding: 20px; border-radius: 15px;}
  .navbar-light .navbar-nav .nav-link{ text-align: center;}
  .rede-sociais{ display: none;}
  .efeito-e{ display: none;}
  .inf-empreendimento{ width: 350px; background: #000; right: 0; left: inherit; margin: 0; padding: 30px ; top:0; }
  .setas { margin-left: 104px; background: #222;  border-radius: 20px; bottom: 30px;}
  .empreendimentos h2{ text-align: center;}
  .empreendimentos-capa figure{ height: 600px;}
  .empreendimentos-capa h3{ margin-top: 50px;}
}
@media (max-width: 768px) {
  .caracteristica{ column-count: 1 !important;}

  .empreendimentos-capa h3{ margin-top: 0;}
  .menu-capa{ position: relative;}
  .empreendimentos h2 { font-size: 30px;}
  .inf-empreendimento{ position: relative; width: 100%;}
  .setas { margin-left: initial;  background: transparent; border-radius: 0;  bottom: 50%;  width: 100%;  left: 0;}
  .empreendimentos-capa figure { height: 500px; }
  .inf-empreendimento{ padding: 50px 30px;}
  .empreendimentos{ padding-bottom: 0; padding-top: 50px;} 
  .detalhe{ display: none;}
  .navbar-expand-lg .navbar-collapse{ border-radius: 0; border: none;}
  .texto{ padding: 0 20px;}
  .sobre h2 { font-size: 40px;}
  .seg-texto{ padding: 40px 20px;}
  .numeros h2 span {  width: 300px; margin-left: -150px; }
  .video figure{ height: 350px;}
  .sobre figure { height: 400px;}
  .sobre{ padding-bottom: 400px;}
  .titulo h1{ font-size:40px ;}
  .empreendimentos h3 { font-size: 32px; }
  .noticia_view h1 { font-size: 40px; line-height: 40px;}
}
@media (max-width: 450px) { 
  .video figure{ height: 300px;}
  .empreendimentos figure{ height: 350px;}

  
}