/*
* Principais Classses
*/
body{
    background-color: #f3f5f0;
}

.container-fluid{
    padding: 0px 0px !important;
    margin: 0px 0px !important;
}

.row{
    padding: 0px 0px !important;
    margin: 0px 0px !important;
}

/* Classes de letras*/ 
h2{
    font-weight: 800 ;
    font-style: normal;
    font-size: 45PX;
    color: #27582b;
}

h3{
    font-weight: 600 ;
    font-style: normal;
    font-size: 20px;
}

h4, P{
    font-weight: 200 ;
    font-style: normal;
    font-size: 18px;
}

.alinha-centro {
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    
}

.alinha-vertical{
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*
* Customização do navbar
*/

.bg-dark {
    background-color: #fff !important;
    color: #27582b !important;
    padding: 3px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

.nav-link{
    color: #27582b !important;
    font-weight: 600;
    padding: 10px;
    margin: 5px 10px;
}

.nav-link:hover{
    color: #08200a !important;
    cursor: pointer;
}

.navbar-toggler{
    background-color: #27582b;
    border:none;
}
.navbar-toggler .line{
    width: 100%;
    float: left;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
}

/*
* CARROSEL SLIDE
*/
.carousel-item h5{
    text-align: center !important;
    font-size: 80px !important;
    font-weight: 700;
    color: #ffffff;
    padding: 150px;
    
}

@media(max-width: 620px) {
    .div-img-carousel, .item.active {
        overflow: hidden;
        width: 700px;
        height: 400px;
        margin: 0 auto;
    }
}


/*
* Customização nossos serviços
*/

.box-servico{
padding: 5px 5px;
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.116);
margin: 10PX;
}

.box-servico:hover{
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.281);
    cursor: pointer;
}


/* SERVICO 01 */ 
.servico{
    
    background-image: url(../img/servicos/serv-01.jpg);
    background-size: cover;
    padding: 5px;   
    height: 300px;
    margin: 5px;
    color: white;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;

}

.servico h2{
    color: #f49623;
    font-size: 30px;
}

.servico h4{
    color: #f49623;
    font-style: italic;
}

.servico::after{
    content: '';
    background-color: #252c3f;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.75;
    z-index: -1;
}

.servico:hover{
    opacity: .95;
    cursor: pointer;
    transition: .1s all;
    transition-delay:0.1s;
}

/* SERVICO 02 */ 
.servico2{
    
    background-image: url(../img/servicos/serv-02.jpg);
    background-size: cover;
    padding: 5px;   
    height: 300px;
    margin: 5px;
    color: white;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;

}

.servico2 h2{
    color: #f49623;
    font-size: 30px;
}

.servico2 h4{
    color: #f49623;
    font-style: italic;
}

.servico2::after{
    content: '';
    background-color: #252c3f;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.75;
    z-index: -1;
}

.servico2:hover{
    opacity: .95;
    cursor: pointer;
    transition: .1s all;
    transition-delay:0.1s;
}


/* SERVICO 03 */ 
.servico3{
    
    background-image: url(../img/servicos/serv-03.jpg);
    background-size: cover;
    padding: 5px;   
    height: 300px;
    margin: 5px;
    color: white;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;

}

.servico3 h2{
    color: #f49623;
    font-size: 30px;
}

.servico3 h4{
    color: #f49623;
    font-style: italic;
}

.servico3::after{
    content: '';
    background-color: #252c3f;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.75;
    z-index: -1;
}

.servico3:hover{
    opacity: .95;
    cursor: pointer;
    transition: .1s all;
    transition-delay:0.1s;
}


/* SERVICO 04 */ 
.servico4{
    
    background-image: url(../img/servicos/serv-04.jpg);
    background-size: cover;
    padding: 5px;   
    height: 300px;
    margin: 5px;
    color: white;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;

}

.servico4 h2{
    color: #f49623;
    font-size: 30px;
}

.servico4 h4{
    color: #f49623;
    font-style: italic;
}

.servico4::after{
    content: '';
    background-color: #252c3f;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.75;
    z-index: -1;
}

.servico4:hover{
    opacity: .95;
    cursor: pointer;
    transition: .1s all;
    transition-delay:0.1s;
}

.servico-section{
    padding: 100px 0px;
}


.serv-missao{    
    padding: 20px 20px;
    margin: 0px 3px;
    box-shadow:  0px 1px 7px 0px rgba(0, 0, 0, 0.075);
    border-bottom: 2px solid #f49623;
}

.serv-missao:hover{    
    box-shadow:  0px 1px 7px 0px rgba(0, 0, 0, 0.185);
    cursor: pointer;
}

.serv-missao h3{ 
    color: #27582b;
    border-bottom: .5px solid #f49623;
}


.sobre-nos{
   
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sobre-nos-container{
    background-color: #ffffff;
    padding: 80px 0px;
}

.contato-section{
    background-color: #f3f5f0;
    color: #f3f5f0 !important;
    padding: 100px 0px;
    color: #08200a !important;
    
}

.contato-dados ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.contato-dados li{
    margin: 30px 0px;
    padding: 0px;
}

.contato-dados li i{
   text-transform: none;
}

#rodape{
    padding: 20px;
    background-color: #252c3f;
    color: #f49623;
}

#rodape h3{
font-size: 20px;
}


#rodape  ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    }

#rodape li{
    margin: 5px 0px;
    padding: 0px;
}

#rodape a{
    text-decoration: none;
    color: #f49623;
}
#rodape a:hover{
    text-decoration: none;
    color: #925305;
}

.d-reserv{
    background-color: #252c3f;
    color: #f49623;
}

/*
* Criação de botões
*/

.btn-01{
    background-color: #27582b;
    color: #f3f5f0;
    padding: 20px 40px;
    border-radius: 0px;
    text-align: center;
    font-weight: 700;
    border: none;
    border-radius: 100px;
}

.btn-01:hover{
    background-color: #08200a;
    color: #FFF;
    transition: .2s all;
    transition-delay:0.2s;
    cursor: pointer;
}

.btn-02{
    background-color: #f3f5f0;
    color: #011830;
    padding: 10px 10px;
    border-radius: 0px;
    text-align: center;
    font-weight: 700;
    border: none;
    height: 50px;
    width: 150px;
}

.btn-02:hover{
    background-color: #27582b;
    color: #f3f5f0;
    height: 52px;
    width: 152px;
    border: 2px solid #27582b;
    transition: .4s all;
    transition-delay:0.4s;
    cursor: pointer;
}

.btn-03{
    background-color: #f49623;
    color: #011830;
    padding: 20px 20px;
    margin: 20px 0px;
    border-radius: 0px;
    text-align: center;
    font-weight: 700;
    border: none;
}

.btn-03:hover{
    background-color: #27582b;
    color: #f3f5f0;
    border: none;
    transition: .2s all;
    transition-delay:0.2s;
    cursor: pointer;
    box-shadow:  0px 1px 7px 0px rgba(83, 250, 67, 0.699)
}

.btn-04{
    background-color: #27582b;
    color: #fff !important;
    border-radius: 100px;
}

.btn-04 img{
color: white;
padding: 1px;
margin: 0;
}

.btn-04:hover{
    background-color: #18491d;
    color: #fff !important;
}

/*
* BOTÃO DO WHATSAPP
*/

.whats{
    bottom:30px;
    right:30px; 
    position:fixed; 
    width:60px;    
    height:60px;    
    text-align:center;
    z-index:100;
    cursor: pointer;
    box-shadow:  0px 1px 7px 0px rgba(0, 0, 0, 0.075);
}

.whats a{
    text-decoration: none;
    color: #011830;
    font-weight: 700;    
}

#msg1 { background: #fff;
    color: #000;
    position: fixed;
    width: 100px;
    bottom: 55px;
    right: 90px;
    font-size: 12px;
    font-weight: 600;
    line-height: 13px;
    padding: 8px; 
    border-radius: 3px; 
    box-shadow:  0px 1px 7px 0px rgba(0, 0, 0, 0.075);
    z-index:100;  }

    @-webkit-keyframes ef-pulse-grow {
        to {
          -webkit-transform: scale(1.1);
          transform: scale(1.1);
        }
      }
      @keyframes ef-pulse-grow {
        to {
          -webkit-transform: scale(1.1);
          transform: scale(1.1);
        }
      }
      .ef-pulse-grow {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
      }
      .ef-pulse-grow:hover, .ef-pulse-grow:focus, .ef-pulse-grow:active {
        -webkit-animation-name: ef-pulse-grow;
        animation-name: ef-pulse-grow;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
      }