

/* InitiProjec*/

#body{
    /*background-color:#000000;*/
    overflow: hidden;
    z-index: 999999999
}


.sectionIntro {
    z-index: 99999;
    position: fixed;
    background-color: #000;
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sectionProject {
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coverIntro {
    background-color: #000;
    height: 50vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;

}
.coverProject {
    height: 70vh;
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;

}

.fader{
    height: 100%;
    width: 100%;
    position: absolute;

}

#faderIntroBlack{
    background-color: #000;
}
#faderIntroGrey{
    background-color:#353535;
}


#imgNmd, .introNmd {
    background: url(../img/splash/01.JPG);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-position-x: center;
    background-position-y: center;

}
#imgBmw, .introBmw {
    background: url(../img/splash/02.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-position-x: center;
    background-position-y: center;
}
#imgMarc, .introMarc {
    background: url(../img/splash/03.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-position-x: center;
    background-position-y: center;
}
#imgBB, .introBB {
    background: url(../img/splash/04.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-position-x: center;
    background-position-y: center;
}


#imgRLA, .introRLA {
    background: url(../img/splash/05.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-position-x: center;
    background-position-y: center;
}
#imgUltra, .introUltra {
    background: url(../img/splash/06.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-position-x: center;
    background-position-y: center;
}
#imgProsp, .introProsp {
    background: url(../img/splash/07.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-position-x: center;
    background-position-y: center;
}
#imgCof, .introCof {
    background: url(../img/splash/08.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-position-x: center;
    background-position-y: center;
}
#imgEms, .introEms {
    /* background: url(../img/splash/09.jpg); */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-position-x: center;
    background-position-y: center;
}




/*h1{ 
    color: #FFFFFF;
    font-family: josefin-sans;
    font-style: normal;
    font-weight: 300;
    font-size: 34px;
    text-align: center;
    letter-spacing: 5px;
    cursor: pointer;
}*/

/* BP NEW*/
.container-bg-photo, .container-infos {
    position: absolute;
    height: 100%;
    width: 100%;
    

}

.photo-happy {
    position: absolute;
    background: url(../images/BgEfetivos.png) center no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    opacity: .5;
}


.container-infos {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/*button {
    margin-top: 18vh;
    padding: 15px 45px 15px 45px;
    border: 2px solid;
    border-color: rgba(255,255,255,0.10);
    background-image:none;
    background-color:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    letter-spacing: 5px;
}*/


.photo-mask-efetivos {
    position: absolute;
    background: url(../images/EfetivosMask.png) center no-repeat;
    background-size: 150%;
    height: 100vh;
    width: 100vw;
    opacity: 1;
    min-height: 100vh;
    
}

.logo-efeflat {
    background: url(../images/LOGOEFE_Flat.png) center no-repeat;
    background-size: 100%;
    height: 120px;
    width: 310px;
}


.logo-efeflat {
    margin-top: 13vh;
}

.cont-text {
    margin-top: 9vh;
}

.container-text {
    width: 960px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;        
}


#text-slide, #text-slide2, #text-slide3, #text-slide4, #text-slide5, #text-slide6  {
    position: absolute;
    font-size: 58px;
}


    
#ser-efe {
    color: #606060;
}


    .box-text {
    margin-top: 60px;
    overflow: hidden;
    height: 70px;
    width: 960px;
    position: absolute;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/*MOBILE BP*/
@media (max-width: 480px){
    
    
    .linesHori, .linesVert {
        opacity: 0.08;
    }
#box1{
    width: 45%;
    height: 100vh;
    border: 1px solid rgba(255, 255, 255, .30);
}
    
#menuContainer{
    width: 26.7vw;
}
    

    
.container-text {
    width: 320px;       
}

.photo-mask-efetivos {
    background-size: 350%;

    
} 

.logo-efeflat {
    width: 240px;
}   
    
.box-text {
    position: absolute;
    margin-top: 26px;
    height: 30px;
    width: 320px;

}
    
    
#ser-efe {
    color: #606060;
}

    #text-slide1, #text-slide2, #text-slide3, #text-slide4, #text-slide5, #text-slide6  {
    font-size:28px;
}  
    
}

.homepage .home-banner .image{
}
.accordian-main-section {
    clear: both;
}
.home-banner .absolute-image {
    position: absolute;
    top: auto;
    bottom: 30px;
    margin: 0px 40px;
    background-color: rgba(255,255,255,0.8);
    padding: 140px 30px 30px;
    box-sizing: border-box;
    width: calc(100% - 80px);
}
.home-banner .absolute-image .logo-image {
    text-align: center;
    margin-bottom: 30px;
}
.home-banner .absolute-image .content {
    max-width: 900px;
    margin: 0px auto;
    font-size: 20px;
    color: #F5452D;
    letter-spacing: 1.42px;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}
.home-banner .absolute-image .list {
    display: table;
    margin: 0px auto;
}
.home-banner .absolute-image .list ul li {
    list-style-type: none;
    float: left;
    margin: 0px 30px;
}
.home-banner .absolute-image .list ul li a {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}
.home-banner .absolute-image .list ul li a:hover {
    color: #F5452D;
}
.home-banner .absolute-image .arrow-down-image {
    text-align: center;
    margin-top: 50px;
    cursor: pointer;
}

.accordian-main-section .home-accordian-arrow {
   -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: -3px;
}



@media(max-width: 767px) {
    .homepage .home-banner .absolute-image {
        margin: 0px 20px;
        width: calc(100% - 40px);
        padding: 50px 30px 30px;
    }
    .homepage .home-banner .absolute-image .logo-image {
        width: 150px;
        display: table;
        margin: 0px auto;
        margin-bottom: 30px;
    }
    .homepage .home-banner .absolute-image .content {
        font-size: 16px;
        line-height: 25px;
        font-weight: 600;
        margin-bottom: 0px;
    }
    .homepage .home-banner .absolute-image .list ul li {
        margin: 20px 10px;
        float: none;
        text-align: center;
    }
    .homepage .home-banner .absolute-image .arrow-right-image {
        margin-top: 10px;
    }
    .home-banner .absolute-image .arrow-down-image {
        text-align: center;
        margin-top: 10px;
        cursor: pointer;
    }
}


@media (min-width: 2880px) {
    .home-banner .absolute-image {
        position: absolute;
        top: 50%;
        height: 50%;
        transform: translateY(-50%);
        bottom: auto;
        padding: 0px;
    }
    .home-banner .absolute-image .mac-res-fixed {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}
.homepage .gallery-wrap .item .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  bottom: auto;
  background: rgba(0,0,0,0.2);
}
.homepage .gallery-wrap .item .absolute-block,
.homepage .gallery-wrap .item .relative-block {
  z-index: 999;
}



.homepage .gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
}

.homepage .gallery-wrap .item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease;
  cursor: pointer;
}
.homepage .gallery-wrap .item:hover {
  flex: 7;
}

.homepage .gallery-wrap .item.active {
    flex: 7;
}
.homepage .gallery-wrap .item.active .absolute-block {
  display: block;
}
.homepage .gallery-wrap .item.active .relative-block {
  display: none;
}
.homepage .gallery-wrap .absolute-block {
  display: none;
}
.homepage .gallery-wrap .item:hover .absolute-block {
  display: block;
}
.homepage .gallery-wrap .item:hover .relative-block {
  display: none;
}


.homepage .gallery-wrap .item {
  position: relative;
}
.homepage .gallery-wrap .absolute-block {
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 60px;
}
.homepage .gallery-wrap .absolute-block .heading h1 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.homepage .gallery-wrap .relative-block {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1.5px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Safari 3-8 */
    transform: rotate(270deg);
    text-transform: uppercase;
}
.homepage .gallery-wrap .absolute-block .architect-name ul li {
  list-style-type: none;
  float: left;
  cursor: pointer;
  position: relative;
}
.homepage .gallery-wrap .absolute-block .architect-name ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  text-decoration: none;
}
.homepage .gallery-wrap .absolute-block .architect-name ul li a:hover,
.homepage .gallery-wrap .absolute-block .architect-name ul li:hover:before {
  color: #F45110;
}
.homepage .gallery-wrap .absolute-block .architect-name ul li + li {
  margin-left: 24px;
}
.homepage .gallery-wrap .absolute-block .architect-name ul li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: auto;
    top: -6px;
    left: 0;
    background-color: #8e8e8d;
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.homepage .gallery-wrap .absolute-block .architect-name ul li:before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.homepage .gallery-wrap .absolute-block .content .heading {
  float: left;
}
.homepage .gallery-wrap .absolute-block .content .heading a {
  text-decoration: none;
}
.homepage .gallery-wrap .absolute-block .content .image {
   float: left;
   margin-left: 20px;
  margin-top: 0px;
}
.homepage .gallery-wrap .absolute-block .content:hover svg text {
    fill: #F5452D;
}
.homepage .gallery-wrap .absolute-block .content:hover svg circle {
     stroke: #F5452D;
}
.homepage .gallery-wrap .absolute-block .content:hover .heading h1 {
    color: #F5452D;
}
.home-banner .absolute-image .arrow-right-image:hover svg text {
    fill: #000;
}  
.home-banner .absolute-image .arrow-right-image:hover svg circle {
     stroke: #000;
}

@media(max-width: 767px) {
  

   .homepage .accordian-mobile .common-design + .common-design {
      margin-top: 30px;
   }
   .homepage .accordian-mobile .common-design .common-content .image-content {
      position: relative;
   }
   .homepage .accordian-mobile .common-design .common-content .image-content .design-name .design-bottom-content {
      display: table;
      margin: 0px auto;
   }
    .homepage .accordian-mobile .common-design .common-content .image-content .design-name .design-bottom-content .heading {
      float: left;
    }
   .homepage .accordian-mobile .common-design .common-content .image-content .design-name .design-bottom-content .heading h1 {
      color: #fff;
      margin-bottom: 30px;
      font-size: 16px;
    margin-right: 20px;
   }
   .homepage .accordian-mobile .common-design .common-content .image-content .design-name {
      position: absolute;
      top: auto;
      bottom: 0px;
      left: auto;
      width: 100%;
      text-align: center;
  }
  .homepage .accordian-mobile .common-design .common-content .image-content .design-name .design-bottom-content .arrow-right-image {
    float: left;
    margin-top: -5px;
  }
   .homepage .accordian-mobile .common-design .common-content .content {
      padding: 20px;
      box-sizing: border-box;
      background: #fe5835;
   }
   .homepage .accordian-mobile .common-design .common-content .content:hover {
      background: #000;
   }
   .homepage .accordian-mobile .common-design .common-content .image-content .design-name .design-bottom-content:hover svg text {
      fill: #F5452D;
    }
    .homepage .accordian-mobile .common-design .common-content .image-content .design-name .design-bottom-content:hover svg circle {
         stroke: #F5452D;
    }
    .homepage .accordian-mobile .common-design .common-content .image-content .design-name .design-bottom-content:hover .heading h1 {
        color: #F5452D;
    }
    .homepage .accordian-mobile .common-design .common-content .image-content .design-name .design-bottom-content .arrow-right-image:hover svg text {
        fill: #000;
    }  
    ..homepage .accordian-mobile .common-design .common-content .image-content .design-name .design-bottom-content .arrow-right-image:hover svg circle {
         stroke: #000;
    }


}


@media (min-width: 768px) and (max-width: 991px) {
  .homepage .gallery-wrap .item {
    height: 450px ! important;
  }
  .homepage .gallery-wrap .absolute-block .architect-name ul li a {
    font-size: 10px;
  }
  .homepage .gallery-wrap .absolute-block .architect-name ul li + li {
    margin-left: 10px;
  }
}



@media (min-width: 992px) and (max-width: 1199px) {
  .homepage .gallery-wrap .item {
    height: 400px ! important;
  }
}
