
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');
* {
  margin:0; padding: 0;
}
html {
  /*scroll-behavior: smooth;*/
}
body {
  background-color: #000;
}
.spacer{
  padding-top: 40px;
  padding-bottom: 0px;
}
.residencial {
  background: rgb(255,198,0);
  background: linear-gradient(53deg, rgba(255,198,0,1) 0%, rgba(8,4,4,1) 60%, rgba(8,7,7,1) 100%);
}
.clientes{
  background: rgb(187,210,197);
  background: linear-gradient(0deg, rgba(187,210,197,1) 0%, rgba(92,101,95,1) 33%, rgba(58,61,58,1) 56%, rgba(8,4,4,1) 94%, rgba(8,7,7,1) 100%);
  
}
h1{
    font-size: 2.7vw;
    letter-spacing: .0em;  
    font-family: 'Montserrat', sans-serif;
}
h4{
    font-size: 1em;
    letter-spacing: .0em;  
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
#header {
    background-color: #000;
}
.error{
  color: #ff0000;
  display: table;
}
.success_alert{
  color: #007e3f;
}
/* navbar */
#header {
  position: fixed;
  /*height:   80px;*/
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 0;
  padding-right: 20px;
}

#header img {
  padding: .9em;
  height: auto;
}

.main-nav {
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  /*height: 70px;*/
}

.grow {
  padding: .5em 0;
  transition: 0.3s ease-in-out;
}

.grow img {
  transition: 0.3s ease-in-out;
}

.ul-menu {
  float: right;
}

.mobile-btn {
  display: none;
  float: right;
  cursor: pointer;
  font-size: 2rem;
}

.menu {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 15px;
  text-align: left;

}

.menu li {
  display: inline-block;
}

.menu li>a {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3em;
  text-decoration: none;
  color: #fff;
  margin: 0;
  display: block;
  padding: 10px;
  height: 32px;
}

.menu li>a:hover {
  background: rgb(255,198,0);
  color: #000;
  transition: 0.5s all; 
}

.menu li.close {
  display: none;
  color: #646464;
  cursor: pointer;
  font-size: 3em;
  overflow: hidden;
  line-height: 25px;

}




.dropbtn, .topnav a {
  font-family: 'Montserrat', sans-serif;
}
.topnav {
    display: absolute;
    top:0px; 
    right:0px;
    float:right;
    background-color: black;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 28px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
.menu-btn{
  display: none;
}

.menu-btn:checked ~ .menu-icon .navicon{
  background: transparent;
}


  .active {
    background-color: #4CAF50;
    color: white;
  }
  
  .topnav .icon {
    display: none;
  }

  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropbtn i {
    margin-left: 10px;
  }
  .dropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: white;
    padding: 28px 16px;
    background-color: inherit;
    /* font-family: inherit; */
    margin: 0;
    height:80px ;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    text-transform: none !important;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: black;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .topnav a:not(:first-child):hover, .dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
  }



  
  .dropdown-content a:hover {
    background-color: #555;
    color: white;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  @media screen and (max-width: 800px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
      display: none;
    }
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 800px) {
    .topnav.responsive {
      width: 100%;
    }
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
      color:white;
      padding: 15px;
    }
    .topnav.responsive > a:nth-child(2){
      margin-top:50px;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {
      position: relative;
      color:white;
    }
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
      color:white;
    }
  }

/* main */



.banner-principal {
    min-height: 100vh;
    max-width: 100vw;
    background: url('../../assets/images/bg0.webp') 80% 20%;
    background-repeat: no-repeat;
      background-position: none;
      background-size: cover;
}

.slogan {

  max-width: 80%; 
  padding-top: 80%;
  
}

.slogan h1 {
  font-size: 4.2em;
  font-family: 'Open Sans', sans-serif;
  color:rgb(82, 82, 9);
  color: #BA941F;
  color: #E0A21F;
}

.sobre {
 /* min-height: 100vh;*/
  max-width: 100vw;
  /*background: url('../../assets/images/bg-001.jpg')100%;*/
  background-color: #fff 
}

.sobre-texto {
  max-width: 85%;
  position: relative;
  display: block;
  margin: auto;
  /*padding-top: 25%;*/
  padding-top: 40px;
  padding-bottom: 60px;
  font-size: 1.5em;
}


.rodape {
  max-width: 100vw;
  background-color: #000;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}




@media (max-width: 768px) {


  /*menu responsivo*/
  .menu {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-color: #000;
    min-width: 200px;
    height: 100vh;
    z-index: 3;
    transform: translateX(300px);
    transition: all 200ms ease-in-out;
}

.menu.open {
    transform: translateX(0);
}

.menu li.close {
  display: none;
  color: #fff;
  cursor: pointer;
  font-size: 3em;
  overflow: hidden;
  line-height: 25px;

}

.menu li.close {
  text-align: right;
}

.menu li {
    display: block;

    padding: 18px;
    border-bottom: 1px dashed rgb(134, 134, 134);
    background-color: #000;
}

.menu li>a {
    border: none;
    border-left: 2px solid transparent;
}


.menu li>a {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3em;
  text-decoration: none;
  color: #fff;
  margin: 0;
  display: block;
  padding: 0px;
}

.menu li>a:hover {
    border: none;
    border-left: 2px solid #fff;
}

.menu li.close {
    display: block;
    text-align: right;
}

.mobile-btn {
    display: inline-block;
    font-size: 3em;
    margin-top: 5px;
    color: #fff;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    z-index: -1;
    transition: opacity 100ms linear;
}

.overlay.open {
    z-index: 1;
    opacity: 1;
}

    .title {
        font-size: 9.5vw;
    }

    .item1 {
        width: 80%;
        text-align: center;
        padding-top: 30%;
    }
    .slogan h1{
        letter-spacing: .0em;
        font-size: 2.2em;
        padding-left: 15px;
        padding-top: 0%;   
    }
    
   #header img{
       width: 75%;
   }
}

   container{
      
       padding-top: 500px; 
   }

   .slogan {
    padding-top: 10%;
    
  }
}

.w980{
    max-width: 980px;
    /* align-self: center; */
    margin: 0 auto;
    padding: 0px;
    padding-top: 0px; 
}

@media screen and (max-width: 600px) { 
  
  .topnav.responsive {
    width: 100%;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media screen and (max-width: 490px) {
  .logo {
    padding-top: 15px;
    /*max-width: 40vw;*/
  }
}

@media (max-width: 600px) {
  
  .slogan {
    padding-top: 60%;
  }
  .sobre-texto {
    padding-top: 10%;
  }
}

@media (min-width: 601px) {
  .slogan {
    padding-top: 40%;
  }
}

@media (min-width: 1000px) {
  .logo {
    /*max-width:  15%;*/
  }
}




a.iconlink, a.iconlink:active
{
  font-size: 3.5em;
  color:#F0F4F2;

}
a.iconlink:hover
{
  font-size: 3.5em;
  color: #D6A001;
}

