/*
#######################################################
	#### BÁSICO
#######################################################
*/
body { font-family: 'Poppins', sans-serif; }
.wrapper { padding: 0 }
.btn { 
    border:none; 
    padding: 10px; 
}
.btn:hover { background: #679083; color: #fff; }
.theme-btn { 
    background: #95ac9f;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 18px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    margin-top: -4px;
}
::placeholder {
  color: red;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: red;
}
.header {
    background: url(../imagens/header-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px;
    max-height: 980px;
}
.header-content { background-color: #000; position: relative; }
.header-content > img { width: 100%; opacity: 0.5; max-height: 980px;}
.co-logo {
    position: absolute;
    left: 50px;
    top: 50px
}
.co-logo h1 span{
    display: none;
}
.top-nav {
    position: absolute;
    right: 50px;
    top: 50px
}
.top-nav .btn {
    padding: 0;
    display: flex;
    margin-left: auto;
    margin-bottom: 40px;
    background: none;
    border: #fff solid 2px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    font-size: 24px;
    border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
.top-nav .btn:hover {
    background: #fff;
    color: #111;
}
.nav-menu {
    display: block;
    float: right;
    font-weight: 800;
    text-transform: uppercase;
}
.nav-item {
    display: block;
    text-align: right;
    color: #fff;
    line-height: 26px;
}
.nav-item:hover { color: #4CA7AE; }
.top-nav .dropdown-menu {
    right: 0;
    background: transparent;
    border: none;
    top: 50px !important;
    left: auto !important;
    transform: unset !important;
}
.top-nav .dropdown-item {
    padding-right: 0px;
    color: #fff;
    text-align: right;
    font-weight: 800;
    text-transform: uppercase;
}
.top-nav .dropdown-item:hover { color: #4CA7AE; background: transparent; }
.head-caption {
    position: absolute;
    left: 50px;
    bottom: 35px;
    width: 50%;
    max-width: 550px;
}
.head-caption h5 { 
    color: #4CA7AE; 
    font-weight: 800; 
    text-transform: uppercase; 
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
}
.head-caption h5:after { 
    background: #4CA7AE;
    width: 20px;
    height: 3px;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
}
.head-caption h2 {
    color: #fff; font-weight: 300;
 }
.head-social {
    position: absolute;
    right: 50px;
    bottom: 50px
}

section.about {
    background: url(../imagens/section-bg.png) #87BBA2 top center no-repeat;
    background-size: contain;
    padding: 50px 100px;   
}
section.about h5 { 
    color: #fff; 
    font-weight: 800; 
    text-transform: uppercase; 
    position: relative;
    margin-bottom: 50px;
    font-size: 16px;
    margin-top: 60px;
}
section.about h5:after { 
    background: #fff;
    width: 20px;
    height: 3px;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
}
section.about h2 {
    color: #679083;
    font-weight: 300;
    font-size: 52px;
    margin-top: 50px;
    margin-bottom: 45px;
    line-height: 64px;
}
section.about p {
    color: #679083;
    font-size: 17px;
    line-height: 28px;
    padding-right: 50px;
}
.section-nav {}
.section-nav > .btn {
    padding: 0;
    display: flex;
    margin-left: auto;
    margin-bottom: 15px;
    background: none;
    border: #fff solid 2px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    font-size: 24px;
    border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
.section-nav > .btn:hover {
    background: #fff;
    color: #111;
}
.section-nav ul { 
    margin: 0 -50px 0 0 ; 
    padding: 0; 
    list-style-type: none; 
    display: table;
    width: 100%;
    margin-bottom: 2px;
}
.section-nav li { 
    width: 24.5%;
    border-top: 2px solid #679083; 
    display: inline-block; 
    position: relative; 
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}
.section-nav li img { margin-right: 10px; }
.section-nav li span { font-weight: 800; color: #fff; font-size: 16px; text-transform: uppercase; display: inline-block; line-height: 18px; max-width: 150px; }
.section-nav li:after { 
    background: #679083;
    width: 30px;
    height: 8px;
    content: '';
    position: absolute;
    top: -5px;
    left: 120px;
    border-radius: 5px;
}
.Envelope { 
    position: relative;
    padding: 0 50px; 
    background: #fff; 
    margin-bottom: -300px;
    box-shadow: 0 -20px 30px rgba(0,0,0,0.2);
    -o-box-shadow: 0 -20px 30px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 -20px 30px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 -20px 30px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 -20px 30px rgba(0,0,0,0.2);
    margin-top: 35px;
}
/*.Envelope:before, .Envelope:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.Envelope:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}*/
.Envelope h2 { font-size: 48px; letter-spacing: 1px; color: #679083; font-weight: 400; margin-top: -15px; }
.Envelope h3 { color: #a1a5a9; font-weight:400; margin-top: -40px; font-size: 26px; }
.Envelope h6 { color: #a1a5a9 !important; text-transform: uppercase; font-size: 16px; padding-bottom: 50px; margin-top: -9px;}
.Envelope p { color: #a1a5a9 !important; font-size: 17px; line-height: 28px; max-width: 550px; }
.Envelope p:last-child { margin-bottom: 0; padding-bottom: 40px; }
.Envelope p.margem { margin-top: -30px; }
.Envelope .img-fluid{
    margin-top: 50px;
    display: block;
    width: 100%;
    border-radius: 50%;
}
.projects { margin-top: 200px; padding: 50px 100px; cursor: pointer; }
.projects h5 { 
    color: #4CA7AE; 
    font-weight: 800; 
    text-transform: uppercase; 
    position: relative;
    margin-bottom: 50px;
    font-size: 16px;
}
.projects h5:after { 
    background: #4CA7AE;
    width: 20px;
    height: 3px;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
}
.pro-container { display: flex; flex-flow: wrap; margin: 0 -3px; }
.pro-container .project { margin: 0 2px 5px; width: 173px; background: #000; height: 110px; position: relative; overflow: hidden;
    display:flex;
    justify-content:center;
    align-items:center; 
}
.pro-container .project img { 
    max-width: 100%;
    transition: ease-out all 0.3s;
    -o-transition: ease-out all 0.3s;
    -ms-transition: ease-out all 0.3s;
    -moz-transition: ease-out all 0.3s;
    -webkit-transition: ease-out all 0.3s;
}
.pro-container .project:hover img { opacity: 0.8; }


section.location { 
    background: #f4f4f4; 
    padding: 70px 100px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0px 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0px 10px rgba(0,0,0,0.2);
    margin-top: 30px;
    position: relative;
}
section.location .row{
    position: relative;
    z-index: 999;    
}
section.location h5 { 
    color: #679083; 
    font-weight: 800; 
    text-transform: uppercase; 
    position: relative;
    margin-bottom: 40px;
    font-size: 16px;
    position: relative;
    z-index: 999;
}
section.location h5:after { 
    background: #679083;
    width: 20px;
    height: 3px;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
}
.address h2 { font-weight: 300; padding-right: 20px; color: #95ac9f;
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 14px;
}
.address input.form-control { 
    width: 104.5%;
}
.input_voltar{
    position: relative;
    left: -12px;
}
.address .form-control { 
    background: transparent; 
    border-color: #b7b7b7; 
    color: #b1b5b3;
    border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    display: block;
    width: 100%;
    font-size: 14px;
    height: 40px;
}
.address textarea.form-control{
    height: 135px;
    resize: none;
}
.location .mascara{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    min-height: 550px;
    z-index: 99;
background-image: linear-gradient(to bottom right, rgba(244,244,244) 50%, rgba(244,244,244,0) 60%);
}
.map {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    z-index: 9;
}
footer {
    background: #343a40;
    padding: 50px 100px;
}
.footer-social { float: left; margin-left: 20px; display: table; padding-bottom: 45px;}
.footer-social a { display: block;}
.footer-social a.bt_insta{
    position: relative;top: 5px;
}
a.direitos{
    display: block;
    float: none;
    clear: both;
    color: #fff;
    text-decoration: underline;
}
.footer-logo img{
    float: left;
}
.qlink-container { display: block; }
.quick-links { 
    display: inline-block; 
    margin-right: 40px; 
    vertical-align: top;
    font-size: 14px;
    padding-bottom: 5px;
}
.quick-links:last-child { margin-right: 0; }
.quick-links h6 { color: #4ca7ae; font-weight: 700; text-transform: uppercase; font-size: 16px; padding-bottom: 3px;}
.quick-links a { color: #fff; font-weight: 300; display: block; padding-bottom: 5px; }
.quick-links p { color: #fff;font-weight: 300; font-size: 15px; }
.quick-links p.servicos {
    line-height: 26px;
}
.quick-links p b{
    font-weight: 600;
    font-size: 18px;
    padding-top: 8px;
    display: block;
}
/*
#######################################################
  #### PRÉ CARREGADOR
#######################################################
*/
.carregador{
  position:  fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999999999999999999999999999999;
  transition: all 0.4s ease-in;
  background: #343a40 url(../imagens/carregador.png) 78% center no-repeat;
    background-size: 400px 400px;
    -moz-background-size: 400px 400px;
    -webkit-background-size: 400px 400px;     
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 27% auto 0 auto;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.2;
  position: absolute;
  top: ;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

@media screen and (max-width: 480px) {}
@media screen and (max-width: 767px) {
    .co-logo {
        width: 100%;
        text-align: center;
        left: 0;
    }
    .co-logo img{
        display: block;
        width: 60%;
        margin: 0 auto;
    }
    .top-nav { position: static; padding-top: 20px; }
    .top-nav .btn { margin: 10px auto;  }
    .nav-menu { float: none; margin-bottom: 20px; }
    .nav-item { text-align: center; }
    .head-caption { position: static; width: 100%; padding: 20px; text-align: center; }
    .head-caption h5::after {
        left: 50%;
        transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .head-caption h2{
        font-size: 22px;
    }
    .head-social { position: static; padding-bottom: 30px; text-align: center; }
    .section-nav > .btn { margin: 10px auto 20px; }
    .section-nav li { width: 100%; text-align: center; }
    .section-nav li span { display: block; margin-top: 10px; text-align: center; max-width: none; width: 100%;}
    .section-nav li:after { 
        left: 50%;
        transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    section.about { padding: 0 30px; }
    section.about h2 { font-size: 36px; line-height: 36px; margin-top: -25px; }
    .Envelope { padding: 0 20px; }
    .Envelope h2 { font-size: 28px; letter-spacing: 2px; line-height: 28px; padding-top: 10px; }
    .Envelope h3 { font-size: 18px; }
    .Envelope h6 { font-size: 14px; }
    body .Envelope p{
        font-size: 14px;
        line-height: 18px;
        max-width: none;
        position: relative;
        top: -15px;
    }
    .Envelope .col-lg-4 { order: 1; }
    .Envelope .col-lg-8 { order: 2 }
    .img-fluid{
        position: relative;
        top: -30px;
    }
    .projects{
       padding: 0;
    }
    .projects h5{
        padding-top: 120px;
        position: relative;
        left: 30px;
    }
    body .location{
        padding: 20px;  
        display: table;    
    }
    body .location h2{
        font-size: 26px;
        line-height: 26px;
        margin-top: -16px;
    }
    .address input.form-control { 
        width: 100%;
    }
    .input_voltar{
        position: relative;
        left: 0;
    }    
    .quick-links { width: 100% !important; }
    .header {
        padding: 20px;
        max-height: 1040px;
    }
    footer{
        padding: 20px;
        padding-top: 60px;
    }
    body a.direitos{
        position: absolute;
        top: 700px;
        left: 0;
        text-align: center;
        width: 100%;
    }
    body .quick-links2{
        margin-top: -70px;
    }
    .carregador{
      background: #343a40 url(../imagens/carregador.png) 45% center no-repeat;
        background-size: 200px 200px;
        -moz-background-size: 200px 200px;
        -webkit-background-size: 200px 200px;     
    }    
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    section.about h1 { font-size: 36px; }
    .section-nav li { padding: 10px; }
    .section-nav li:after { left: 70px; }
    .section-nav li img { height: 50px; }
    .section-nav li span { font-weight: 400; text-align: center; max-width: auto;}
    .quick-links { width: 49%; margin-right: 0; margin-bottom: 20px; text-align: center; }
}
@media screen and (max-width: 991px) {
    .section-nav ul { margin: 0; }
    .map { position: static; margin: 20px 0 0 0; height: 500px; }
    .map::after { display: none; }
    .quick-links { width: 49%; margin-right: 0; margin-bottom: 20px; text-align: center; }
    .footer-logo { padding-bottom: 25px; margin-bottom: 25px; border-bottom: #4a545e solid 2px; }
}
@media screen and (max-width: 1680px) {
    /*.section-nav li{
        height: 560px;
        background: #f90;
    }*/
    .section-nav li img{
        max-width: 75px;
    }
    .section-nav li span{
        font-size: 14px;
        line-height: 18px;
    }
}
@media screen and (max-width: 1550px) {
    .section-nav li:nth-child(1), .section-nav li.descer{
        position: relative;
        top: 18px;
    }
    .section-nav li span{
        display: block;
        height: 50px;
    }
}
#modal_servicos{
position: fixed;
top: 0;
left: -100%;
opacity: 0;
width: 100%;
height: 100%;
background: rgba(90,90,90, 0.95);
z-index: 99999;
  display:flex;
  justify-content:center;
  align-items:center;
  transition: ease-in all 0.3s;
}
#modal_servicos.aberta{
    left: 0;
    opacity: 1;
}
.servico_apagar {
  display: none;    
}
#modal_servicos .servico{
  padding-bottom: 50px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.40);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.40);
  box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.40);
  padding-right: 35px;
  position: relative;
  max-width: 420px;
}
#modal_servicos .servico h2 { 
    color: #4CA7AE; 
    font-weight: 800; 
    text-transform: uppercase; 
    position: relative;
    margin-bottom: 20px;
    font-size: 20px;
    padding-top: 25px;
    padding-left: 35px;
}
#modal_servicos .servico p { 
    color: #a1a5a9;
    font-size: 18px;
    line-height: 22px;
    padding-right: 50px;
    padding-left: 35px; 
    margin-top: -6px;  
}
#modal_servicos .servico a{
    font-size: 13px;
    font-weight: 700;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #4CA7AE;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -10px;
    border: 2px solid #fff;
}
#modal_servicos .servico a:hover{
    text-decoration: none;
}

















