
/*---BROWSER/OUTROS---*/

body{
    overflow-x:hidden !important;
    font-family: 'Roboto', sans-serif;
}

input:focus, input:focus{
    outline: 0;
}

*:focus {
    outline: 0;
}

::selection {
  background-color: rgba(0,0,0,0.5); 
}

#modalContainer {
    background-color:rgba(0, 0, 0, 0.8);
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:10000;
}

#alertBox {
    background-color:rgba(255, 255, 255, 1);
    position:relative;
    width:300px;
    height: auto;
    border-radius: 20px;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    background-repeat:no-repeat;
    background-position:20px 30px;
     -webkit-animation: fadein 0.5s;
       -moz-animation: fadein 0.5s;
        -ms-animation: fadein 0.5s; 
         -o-animation: fadein 0.5s; 
            animation: fadein 0.5s;
}

#modalContainer > #alertBox {
    position:fixed;
}

#alertBox h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
    margin-top:10px;
    text-align: center;
    color:rgba(0,0,0,0.8);
 
}

#alertBox p {
    font-size: 15px;
    font-weight: 300;
    color: black;
    text-align: center;
}

#alertBox #closeBtn {
    font-weight: bold;
    display:block;
    position:relative;
    margin:10px auto;
    padding:7px;
    border:0 none;
    border-radius: 60px;
    width:86px;
    margin-bottom: 10px;
    font:0.7em verdana,arial;
    text-transform:uppercase;
    letter-spacing: 2px;
    text-align:center;
    color:white;
    background-color: #495257;
    text-decoration:none;
}


/*---GERAIS---*/

a{
    color: #fff;
}

a:hover{
    color: #fff;
}

a:active, a:focus{
    color: #fff;
}

.white{
    color: #fff;
}

.black{
    color: #000;
}

.colorbase{
    color: rgba(63,196,194,1);
}

.dark{
    color: #171717;
}

.bold{
    font-weight: bold;
}

.columnsmargintop{
    margin-top: 60px;
}

.color_overlay{
    top: 0;
    margin-top: -3px;
    height:100%;
    display: block;
    z-index: 9999;
    display:block;
    background:rgba(0,0,0,0.4);
}

.button{
    font-family: 'Roboto', sans-serif;
    background-color: #ff7e08;
    border: 2px solid rgba(255,255,255,1);
    outline: none;
    text-transform: uppercase;
    padding-left: 48px;
    padding-right: 48px;
    font-weight: 400;
    font-size: 12px;
    color: rgba(355,255,255,1);
    letter-spacing: 1px;
    transition: all 0.5s ease 0s;
}

.button:hover, .button:active, .button:focus{
    background-color: rgba(0,0,0,0.3);
    border: 2px solid rgba(255,255,255,1);
    transition: all 0.5s ease 0s;
}

.seta{
    width: 100%;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    bottom: 0;
}

h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 999;
    color: #fff;
}

h2{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 100;
    z-index: 999;
    color: #fff;
}

h3{
    font-size: 74px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    letter-spacing: 0;
}

b{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

h4{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    font-size: 19px;
}

p{
    color: #fff;
    color: rgb(255,255,255);
    font-weight: 100;
    font-size: 21px;
}

b{
    font-weight: bold;
    color: #fff;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

::-webkit-input-placeholder {
   color: white;
}

:-moz-placeholder { /* Firefox 18- */
   color: white;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

:-ms-input-placeholder {  
   color: white;  
}


/*MENU*/

nav{
  top: 0px;
  width: 100%;
  background-color: rgba(28,29,33,0.2);
  position: fixed;
  z-index: 999;

}
nav ul {
  text-align: center;
  list-style-type: none;
  margin: 15px auto;
  padding: 0;
  overflow: hidden;
  z-index:9999;
}

nav ul .logomenu{
    display: none;
}

nav ul li {
display: inline;
}

nav ul li a {
  display: inline-block;
  padding: 14px 18px;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,1);
  width: auto;
  letter-spacing: 1px;
  font-weight: 200;
  text-transform: uppercase;
}

nav a:hover, nav .active {
    color: rgba(255,255,255,0.8);
}

nav ul li.icon {display: none;}

@media screen and (max-width:680px) {
  nav{
    display: none;
  }

}


.phone-call{
    cursor: pointer;
    z-index: 999;
    top: 45%;
    position: fixed;
    left: 0px;
    box-shadow: 1px 0px 10px rgba(0,0,0,0.2);
    background-color: #fff;
}

.phone-call span{
    padding: 18px;
    float: right;
    text-align: right;
    cursor: pointer;
    color: #4c5a5e;
    text-transform: uppercase;
    font-size: 17px;
}

.phone-call span a{
    float: right;
    text-align: right;
    cursor: pointer;
    color: #4c5a5e;
    text-transform: uppercase;
    font-size: 27px;
}




@media screen and (max-width:680px) {
  .phone-call{
    display: none;
    cursor: pointer;
    z-index: 999;
    top: 30%;
    position: fixed;
    left: 0px;
    box-shadow: 1px 0px 10px rgba(0,0,0,0.2);
    background-color: #fff;
  }

  .phone-call span{
      padding: 12px;
      float: right;
      text-align: right;
      cursor: pointer;
      color: #4c5a5e;
      text-transform: uppercase;
      font-size: 11px;
  }

  .phone-call span a{
      float: right;
      text-align: right;
      cursor: pointer;
      color: #4c5a5e;
      text-transform: uppercase;
      font-size: 18px;
  }
}

@media screen and (max-height :850px) {
  .phone-call{
    cursor: pointer;
    z-index: 999;
    top: 30%;
    position: fixed;
    left: 0px;
    box-shadow: 1px 0px 10px rgba(0,0,0,0.2);
    background-color: #fff;
  }

  .phone-call span{
      padding: 12px;
      float: right;
      text-align: right;
      cursor: pointer;
      color: #4c5a5e;
      text-transform: uppercase;
      font-size: 11px;
  }

  .phone-call span a{
      float: right;
      text-align: right;
      cursor: pointer;
      color: #4c5a5e;
      text-transform: uppercase;
      font-size: 18px;
  }
}



header{
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
}

header .logobig img{
    width: 500px;
}

@media screen and (max-height :850px) {
  header .logobig img{
      width: 250px;
  }
}

header h1{
  width: 100%;
  display:block;
  font-weight: 100;
  color: #fff;
}

header h2{
  margin-top: -15px;
  font-weight: 100;
  color: #fff;
  font-size: 16px;
}

header p{
  font-size: 12px;
  font-weight: 100;
  color: rgba(255,255,255,0.5);
  margin-top: 10px;
}

.certificate{
  position: absolute;
  right: 30px;
  bottom: 30px;
  float: right;
}
.certificate img{
  width: 100px;
}

@media screen and (max-width:680px) {
  .certificate{
    position: absolute;
    right: 10px;
    top: 10px;
    float: right;
  }
  .certificate img{
    width: 50px;
  }
}

.downicon{
    z-index: 999;
    position: absolute;
    float: left;
    width: 100%;
    text-align: center;
    bottom: 2%;
}

.downicon img{
    width: 25px;
}



.about-us{

}
.residential{
    background-image: url(../img/bg-3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
}
.corporate{
    background-image: url(../img/bg-4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
}
.home-services{
    background-image: url(../img/bg-5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
}

.contacts{
    background-image: url(../img/bg-contacts.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
}

.profile-img{
    border-radius: 193px;
    border:2px solid #fff;
}


@media screen and (max-height :850px) {
  .profile-img{
    width: 160px;
    border-radius: 193px;
    border:2px solid #fff;
  }
}

@media screen and (max-height :850px) {
  header{
    min-height: 700px;
  }
  .home-services{
    min-height: 1000px;
  }

  .residential{
    min-height: 1000px;
  }

  .about-us{
    min-height: 1000px;
  }

  .contacts{
    min-height: 1000px;
  }
  .corporate{
    min-height: 900px;
  }
  .residential{
    min-height: 900px;
  }
  .team{
    min-height: 900px;
  }
}

form{
  margin: 0 auto;
}

form input[type=text], input[type=email], input[type=number]{
  background-color: rgba(0,0,0,0.3);
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

form input[type=text]:focus, input[type=email]:focus, input[type=number]:focus{
  background-color: rgba(0,0,0,0.5);
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}

form textarea:focus{
  background-color: rgba(0,0,0,0.5);
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}

form textarea{
  background-color: rgba(0,0,0,0.3);
  min-width: 100%;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}

form select{
  border-radius: none;
  background-color: transparent;
  text-align: center;
  color:#fff;
  text-align-last: center;
  font-size: 13px;
  font-weight: 400;
  text-align-last: center;
}
form select:focus{
  background-color: rgba(0,0,0,0.3);
  text-align: center;
  color:#fff;
  text-align-last: center;
  font-size: 12px;
  font-weight: 200;
}


section .content h3{
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    line-height: 82px;
}

section .content p{
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}

@media screen and (max-height :850px) {
    section .content{
      max-width: 70%;
      margin: 0 auto;
  }

}

@media screen and (max-width:680px) {
  section .content h3{
      font-size: 42px;
      line-height: 42px;
  }

  section .content p{
      font-size: 18px;
  }

}

.also-visit{
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  margin-top: -45px;
}

.also-visit a{
  font-weight: 500;
}

.services-balls{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}

.error{
  text-align: center;
}