﻿html {
    
}
body {
    font-size: 17px;
}

.bt-principal {
    color: #fff;
    font-weight: 500;
    background: #00823a;
    padding: 16px 57px 16px 57px;
    border-radius: 100px;
    font-size: 17px;
    transition: 1s;
    overflow: hidden;
    margin-right: 15px;
    display: inline-block;
}
    .bt-principal:hover {
        background: #1E3226;
        color: #fff;
    }

.bt-branco {
    color: #00823a;
    font-weight: 500;
    background: #fff;
    padding: 16px 57px 16px 57px;
    border-radius: 100px;
    font-size: 17px;
    transition: 1s;
    overflow: hidden;
    margin-right: 15px;
    display: inline-block;
}

.bt-branco:hover {
    background: #1E3226;
    color: #fff;
}

/* Topo */
.logo a img {
    height: 100px;
}
.westok_nav_area {
    background: #fff;
}
.creative_header_address_text > h3 > a {
    font-size: 17px;
    margin: 0;
    padding: 3px 0;
    font-family: 'DM Sans',sans-serif;
}
.westok_menu > ul > li > a {
    display: block;
    margin: 35px 16px;
    transition: .5s;
    position: relative;
    font-size: 17px;
    font-weight: 700;
    color: #272727;
    font-family: 'DM Sans',sans-serif;
}
    .westok_menu > ul > li > a.active {
        color: #00823a !important;
    }
/* fim Topo */

/* Banner home */
.swiper-slide {
    position: relative;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)); /* degradê do transparente para o preto */
    z-index: 0;
}

.witr_sw_text_area {
    position: relative;
    z-index: 1;
}
/* fim Banner home */

.witr_section_title_inner p {
    width: 100%;
    padding: 0 0 0 0 !important;
    margin-top: 10px;
}

/* Home */
.fea_snd_color {
    background: transparent;
}
.em-service2 {
    padding: 54px 45px 33px 40px;
    text-align: left;
    transition: .5s;
    margin-bottom: 0;
}

.ws_cou_area {
    margin-top: 0px;
    margin-bottom: -125px;
    z-index: 3;
    position: relative;
}

.ws_work_area {
    background-image: url(/img/02.jpg);
    background-size: cover;
    padding: 200px 0 60px 0;
}

    .ws_work_area .text_box i {
        color: #fff;
        border: 2px dashed #fff;
        padding: 10px 20px;
    }

    .image-with-gradient {
        position: relative;
    }
        .image-with-gradient::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0,130,58,0.3) 0%, rgba(0,130,58,1) 100%);
            z-index: 1;
        }
.image-with-gradient .container {
    z-index: 2;
    position: relative;
}
/* fim Home */


/* Contato */
.contact-info { font-size: 15px; padding-bottom: 15px; }
.contact-info i.fa { margin-right: 5px; font-size: 21px; }
#retornoajax, #retornoajaxG {
    background-color: #f4f4f4;
    padding: 10px 15px;
    margin-bottom: 20px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    display: none;
}
#retornoajaxG { font-size: 12px; border: 1px dotted #ccc; }

    #map {
        height: 400px;
        width: 100%;
    }



/* Rodapé */
.footer-bottom {
    padding: 23px 0 22px;
    position: relative;
    background: #00823a;
    font-size: 13px;
}
/* fim Rodapé */

#scrollUp {
    bottom: 30px;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 35px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
    background: #00823a;
}

/*Celular*/
@media (max-width: 767px) {
    .mobile_menu_logo img {
        width: 60%;
    }
    .tn_ab_area {
        padding: 35px 0 35px 0;
    }
    .ws_test_area {
        padding: 35px 0 0 0;
    }
    .westok-description-area a img {
        margin: 0 0;
        width: 80%;
    }
    .ws_cont_area {
        padding: 0px 0 35px 0;
    }
    .tit-estamos {
        margin-top: 25px;
    }
    .footer-menu {
        text-align: center !important;
    }
    .footer-menu a.m-r-20 {
        display: block;
        margin-right: 0 !important;
    }
    #scrollUp {
        bottom: 85px;
        }
    #bt-zap-dec {
        bottom: 129px !important;
    }
}


/*TABLET*/
@media (min-width: 768px) and (max-width: 1023px) {
    .mobile_menu_logo img {
        width: 60%;
    }

    .tn_ab_area {
        padding: 35px 0 35px 0;
    }

    .ws_test_area {
        padding: 35px 0 0 0;
    }

    .westok-description-area a img {
        margin: 0 0;
        width: 80%;
    }

    .ws_cont_area {
        padding: 0px 0 35px 0;
    }

    .tit-estamos {
        margin-top: 25px;
    }

    .footer-menu {
        text-align: center !important;
    }

    .footer-menu a.m-r-20 {
        display: block;
        margin-right: 0 !important;
    }

    #scrollUp {
        bottom: 85px;
    }

    #bt-zap-dec {
        bottom: 129px !important;
    }
}

/*DESKTOP MENORES*/
@media (min-width: 1024px) and (max-width: 1199px) {

}