body{
  font-size: 100%;
  font-family: 'Open Sans', sans-serif;
}

/* Cores */
.bg-azul {
  background-color: #00294B;
}

.color-azul {
  color: #00294B;
}

.color-branco {
  color: #ffffff;
}

.titulo-sessao {
  font-family: 'Open Sans', sans-serif;
  color: #00294B;
  font-size: 32px;
}


.cor-privacidade {
  color: #969696;
  text-decoration: underline;
}

label {
    color: #969696;
    font-size: 14px;
    font-weight: 400;
}

/* NOVO */
.text-condominio {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
}

.img-margin {
  margin-left: -15px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #00294B !important;
}

.bar-vermelha {
  background: #E40000;
  background-image: url("../images/all/bg-vermelho.png");
  padding: 16px;
  text-align: center;
}

.bar-vermelha img {
  width: 260px;
}

.logo-lumiere {
  width: 55%;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.tag-diferenciais {
  text-align: center;
  border-radius: 12px;
  padding: 13px 8px;
  border: 1px solid #C8C8C8;
  background-color: #F3F4F8;
  color: #D0B56E;
  text-transform: uppercase;
}


/* Barra de estagios */
.animated-progress {
  width: 100%;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #E8DAB7;
  overflow: hidden;
  position: relative;
}

.animated-progress span {
  height: 100%;
  display: block;
  width: 0;
  color: #212529;
  line-height: 30px;
  position: absolute;
  text-align: end;
  padding-right: 5px;
}

.progress-color span {
  background-color: #D0B56E;
}

.bar-process span{
  font-size: 14px;
  font-weight: 400;
  display: block;

}

.title-bar p{
  font-size: 18px;
  font-weight: 700;
}

.ficha-tecnica {
  padding: 100px 0;
}

.ficha-tecnica span {
  text-transform: uppercase;
  font-weight: 600;
}

.ficha-tecnica p {
  text-transform: uppercase;
  font-weight: 400;
}

/* o Condominio */
.box-condominio {
  padding: 80px;
  
}

.box-condominio p {
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
  font-family: 'Open Sans', sans-serif;
}

.box-condominio img {
  width: 400px;
}

/* Fim o Condominio */

/* FIM NOVO */

.bg-grey {
  background-color: #EEEEEE;
}


.fab {
    font-family: "Font Awesome 5 Brands";
    margin-right: 15px;
}
#main-with-us{
  height: 80px;
}
.collapse.show {
    display: block;

}

.navbar-brand {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}    

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bg-navbar{
  background-color: #ffffff
}

.decoration-red{
  background: #8db940;
  height: 3px;
}

#navbarMain{
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  background: #ffffff;
}


.back-home{
    font-size: .8em !important;
}

#navbarMain .navbar-nav li a{
    font-size: .8em;
    padding: 9px 0 8px 0 !important;
    border: none;
    border-bottom: 2px solid transparent;
    color: #000 !important;
}

#navbarMain .navbar-nav li a:hover, #navbarMain .navbar-nav li a.active {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: #D0B56E !important;
  border-color: #D0B56E;
  border-radius: 0 !important;
  background: none !important;
}

#navbarMain .navbar-nav li.social-media a{
  border: none;
}

/* Logo */
.navbar-brand{
  position: relative;
  top: 1px;
  width: 195px;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

/* Effect scroll */
.navbarMain-scroll{
  background: #ffffff !important;
  background-size: cover;
  background-position: center;
  font-size: 1.125em;
  box-shadow: 0 4px 14px -8px grey;
}

.navbarMain-scroll .navbar-brand{
  width: 170px;
  top: 3px;
}

.navbar-toggler-drPaulo{
    color: #898686 !important;
    font-size: 1.5rem;
    background-color: transparent;
    border: transparent;
    padding: 10px 11px;
}

.navbar-toggler:hover, .navbar-toggler:focus {
    box-shadow: 0 0 0 0 !important;
    outline: 0 !important;
}



/* Home */
.home-bg{
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #F3F4F8;
  margin-top: 80px;
}



/* #home .row{
  
margin-top: 30px;
} */



.block-main > div{
  position: relative;
  top: 50px;
}

.block-main .title-block-modalidades{
    font-weight: 800;
    text-transform: uppercase;
    font-size: 3.5em;
    letter-spacing: 0px;
    font-family: 'Open Sans', sans-serif;

}

.block-main .title-block-1-modalidades{
  margin: 4px 0 35px 0;
  color: #76ef06;
  font-size: 1.6rem;
  line-height: 31px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Open Sans', sans-serif;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-main .title-block-1{
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2.3em;
    letter-spacing: 0px;
    margin-top: 400px;
    font-family: 'Open Sans', sans-serif;

    margin-bottom: 25px;
}

.block-main .title-block-2{
  font-size: 0.8em;
}

.block-main .title-block-3{
  font-size: 1.2em;
}

.block-main .title-block-1 > span:nth-child(2){
    font-size: 2rem;
    line-height: 115px;
    font-weight: 800;
    letter-spacing: -1px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}



.block-main .title-block-3-items{
  margin: 25px 0 0 -12px;
  color: #ffffff;
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 40px !important;
  font-family: 'Open Sans', sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-main button{
  font-size: .9em;
  max-width: 280px;
}

.img-main-home::after{
  z-index: 1;
  position: absolute;
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -36px);
          transform: translate(-50%, -36px);
  left: 50%;
}

.btn-home {
    padding: 0.5rem 1.80rem;
    font-size: 0.9rem;
    background: #f58722;
    border-radius: 1.25rem;

}

.btn-home:hover {
  opacity: 0.8;
  transition: 0.3s;


}

/* Pictures */

.margin {
  margin: 100px 0;
}

/* #pictures {
 
} */

#pictures h2{
    font-weight: 800;
    font-size: 1.8rem;
    color: #234266;
    text-align: center !important;

}

#pictures p {
  text-align: center !important;
  font-size: 1.2rem;
}

#pictures .owl-item img{
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}



/* galeria */

.gal {
  
  
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    
  
  } 
  .gal img{ width: 100%; padding: 7px 0;}
@media (max-width: 500px) {
    
    .gal {
  
  
  -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    
  
  }
    
  }




/* Contato */
#contato .panel-contato-1{
  background: #6f875d;
  color: #fff;
  font-weight: 600;
  font-size: 1.4em;
  letter-spacing: 1px;
}

#contato .panel-contato-5{
  background: #cc0000;
  color: #fff;
  font-weight: 600;
  font-size: 1.4em;
  letter-spacing: 1px;
}

#contato {
  padding-top: 70px;
}


#contato h4 img {
    height: 23px;
    margin-right: 5px;
}

#contato  .img-whats {
    height: 50px;
    margin-right: 10px;
    margin-left: 30px;
}

#contato h4 a{
    color: #ffffff;
    font-weight: 800;
}

#contato .panel-contato-3{
  background: #fdfaf4ab;
  margin-top: 30px;
  padding-bottom: 120px;
}

#contato .panel-contato-3 p{
  position: relative;
  top: 10px;
  font-weight: 600;
  color: #434343;
  font-size: 1.2rem;
}

#contato button,
#contato .alert-success button{
  background: transparent;
}
.card h2 {
    font-size: 2.8rem;
    font-weight: 300;
    color: #f58722;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 50px;
}
.card h3 {
  font-size: 1.1rem;
  margin-top: 10px;
}

.btn-link {
    font-weight: 400;
    color: #6f875d;
    background-color: transparent;
    text-transform: uppercase;
}

.btn-send {
    font-size: 1rem;
    text-align: left !important;
    white-space: normal !important;
    background: #dc3545 !important;
    padding: 10px 30px;
    border-radius: 0.5rem;
}

.btn {
   font-size: 1rem;
   width: 100%;
   text-align: center!important;
   background: #309E3A;
   border-color: #309E3A;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0c5f13;
  border-color: #0c5f13;
}

.btn-pages {
    font-size: 1rem !important;
    text-align: center !important;
    white-space: normal !important;
}
.btn-link:hover {
    color: #f58722;
    text-decoration: none !important;
    background-color: transparent;
    border-color: transparent;
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none;
    color: #f58722;
}

.textos-accord {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 0 0 33px;
}

#contato .alert-danger button{
  background: red;
}

#contato .panel-contato-3 button span{
  color: #fff;
}

.list-social-media{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    padding: 0;
}

.list-social-media a{
    text-decoration: none;
    background: #888;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 20px;
}

.list-social-media li img{
  width: 120px;
  height: 120px;
  background: #ffffff;
}

.inputBox{
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.inputText{
    position: absolute;
    left: 10px;
    line-height: 40px;
    font-size: 1rem;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: .5;
}

.focus .inputText{
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
    font-size: .8rem;
    opacity: 1;
    font-weight: 800;
    color: #005767;
}

/* Back to top */
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: rgba(0, 41, 75, 0.6196078431372549);
  color: #eeeeee;
  width: 50px;
  height: 48px;
  line-height: 48px;
  right: 25px;
  bottom: 95px;
  padding-top: 2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.scroll-top-inner{
  position: relative;
  bottom: 17px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-radius: 2px;
}

.scroll-top-wrapper:hover {
  background-color: rgba(111, 135, 93, 1);
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
  line-height: inherit;
}



.tag {
    position: fixed;
    z-index: 99999999999999999999;
    top: 120px;
    right: 12px;
    /* overflow-x: hidden; */
    width: 150px;
    -webkit-filter: drop-shadow(5px 5px 5px rgba(34, 34, 34, 0.28));
    filter: drop-shadow(5px 5px 5px rgba(34, 34, 34, 0.28));
}


/* Footer */
#footer{
  background: #6E6E6E;
}


#footer p{
  font-size: .6em;
}


@media screen and (max-width: 320px) {

  .btn-compre {
    line-height: 11px!important;
    width: 148px !important;
    font-size: 9px !important;
    float: right;
  }
}



@media screen and (max-width: 425px) {
  .row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tag {
      position: fixed;
      z-index: 99999999999999999999;
      top: 12px;
      right: 12px;
      /* overflow-x: hidden; */
      width: 110px;
      -webkit-filter: drop-shadow(5px 5px 5px rgba(34, 34, 34, 0.28));
      filter: drop-shadow(5px 5px 5px rgba(34, 34, 34, 0.28));
  }
  .video-interna {
      margin-top: 20px;
  }

  #home .row{
    height: 433px;
    /*margin-top: 30px;*/
  }
 .box {
  height: 280px;
 }
  .navbarMain-scroll .navbar-brand {
    width: 120px;
    top: 3px;
  }


  .navbar-brand {
    width: 140px;
  }

  .navbar-brand {
    padding-top: 1rem;
    padding-bottom: 1rem;
  
  }

  .block-main .title-block-1 {
    margin-top: 100px;
  }

}
@media (min-width: 768px) {
  .row-cols-md-2>* {
      flex: 0 0 50%;
      max-width: 50%;
  }

  .home-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #F3F4F8;
    margin-top: 59px;
}  

}

@media screen and (max-width: 768px) {

 

  .img-map-r {
    width: 120px;
    float: right;
  }

  .img-map-l {
    width: 120px;
  }
  
  .margin {
    margin: 60px 0;
  } 
  .titulo-sessao {
    font-size: 28px;
  } 
  .bar-vermelha img {
    width: 190px;
  }  
  .logo-lumiere {
      width: 74%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      padding-bottom: 28px;;
  }

  .box-condominio {
    padding: 40px;
  }

  .box-condominio p {
    font-size: 16px;
    line-height: 35px;
  }

  .btn-phone-header img {
    width: 53px;
  }

  .btn-home {
    width: 200px;
  }
}

@media screen and (min-width: 425px){


.margin-icones {
    margin-bottom: 0px !important;
  }
}  

@media screen and (min-width: 600px){


  #contato h4 img{
    height: 35px;
    margin-right: 10px;
  }

  /* cores MDF */
  #cores-mdf .owl-dots{
    margin: 20px;
  }

  #cores-mdf .owl-item.active img{
    margin-top: 0px;
  }

  #cores-mdf .owl-dot{
    position: relative;
  }


  /* Footer */
  #footer p{
    font-size: .8em;
  }
}

@media screen and (min-width: 637px){


  /* Datasheet */
  #ficha-tecnica .list-ficha-tecnica{
    font-size: 85%;
  }

  #ficha-tecnica .list-ficha-tecnica h3{
    width: 25%;
    border: none;
    border-right: 1px solid;
  }

  #ficha-tecnica .list-ficha-tecnica h3:last-child{
    border: none;
  }

}



  .block-main{
    font-size: 110%;
  }

  .block-main button{
    position: relative;
    left: 10px;
  }

  /* Quem somos */
  #banner,
  #quem-somos{
    font-size: 145%;
  }

  #quem-somos p{
    font-size: .65em;
  }

  #banner p{
    font-size: .55em;
  }



  /* Datasheet */
  #ficha-tecnica .list-ficha-tecnica{
    font-size: 110%;
  }


@media screen and (min-width:992px){




  .cel-img {
    -webkit-transform: translate(0, -37px) scale(1.2);
            transform: translate(0, -37px) scale(1.2);
  }

  #navbarMain .navbar-nav li a{
    font-size: .65em;
    padding: 0 5px;
  }

  .block-main > div{
    top: 20px;
  }

  .img-main-home{
      top: 0px !important;
  }

  .img-main-home::after{
    -webkit-transform: translate(-50%, -7px);
            transform: translate(-50%, -7px);
  }

  .block-main button{
    width: 100% !important;
    max-width: 100%;
  }


  .lib-panel,
  .lib-panel img{
    max-height: 100%;
  }

  .lib-item .lib-desc p{
    width: 75%;
  }


}

@media screen and (max-width: 2560px) {
  .card {
    background-color: transparent !important;

  }


}

@media screen and (min-width:1200px){


  

  #navbarMain,
  .block-main{
    font-size: 120%;
  }


  #img-main img{
    width: 600px !important;
  }

  #responsabilidade-social .lib-item-2 p{
    font-size: 0.9em;
  }

  /* Emforma */
  .lib-item .lib-desc p{
    width: 100%;
  }
}


@media  screen and (min-width:1024px ) {

}

@media screen and (min-width: 1440px){

}

