/* CSS Custom */

:root{
    --primary-color: #007639;
}

/* NO MOBILE */
@media(max-width: 990px){
    .video-icon,
    .slider-area .hero__caption span{
        display: none !important;
    }
}

.main-header{
    background: #000000 !important;
}

.header-area .main-header .main-menu ul li a{
    padding: 25px;
}

#navigation li a.nav-anchor,
.btn,
.section-tittle span{
    font-weight: 500 !important;
    font-size: 22px !important;
}

#navigation li a.nav-anchor.is-active::after{
    bottom: 15px !important;
}

div.logo,
div.footer-logo{
    width: 50px;
    height: 50px;
}

div.logo a,
div.logo a svg,
div.footer-logo a,
div.footer-logo a svg{
    width: inherit;
    height: inherit;
}

.footer-area .footer-top .single-footer-caption .footer-logo {
    margin-bottom: 10px;
}

button.btn,
.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 20px;
}

.btn > strong{
    display: inline-block;
    margin-top: 4px;
    font-weight: 500;
}

@media(min-width: 1440px){
    button.btn,
    .btn{
        width: fit-content;
        padding: 27px 44px !important;
    }    
}

@media(min-width: 768px){
    .mfp-iframe-scaler iframe{
        width: fit-content;
        left: 50%;
        transform: translate(-50%);
    }
}

@media(max-width: 1440px){
    .slicknav_nav li.trabalhos{
        display: none !important;
    }
}

.services-area .single-cat .cat-icon i,
.cat-cap h3{
    color: var(--primary-color) !important;
}

.services-area .single-cat .cat-icon i{
    margin-bottom: 20px;
}

.cat-cap h3{
    font-size: 24px;
}

.cat-cap p {
    line-height: 26px !important;
    font-size: 18px !important;
    margin-bottom: 0 !important;
}

.slider-area .hero__caption span{
    color: #ffffff !important;
}

@media(max-width: 992px){
    .about-img,
    .about-img2{
        display: none;
    }    
}

.about-img2{
    height: 700px;
    overflow: hidden;
}

.about-img2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 1440px){
    #trabalhos{
        display: none;
    }
}

.testimonial-area .testimonial-caption p{
    font-size: 20px;
}

.testimonial-area .rattiong-caption span span{
    font-size: 18px;
}

.slider-area .hero__caption h1{
    font-size: 35px;
}

@media(min-width: 992px){
    .slider-area .hero__caption h1{
        font-size: 40px;
    }
}

@media(min-width: 1280px){
    .slider-area .hero__caption h1{
        font-size: 60px;
    }    
}

.slide-content{
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    height: 550px;
}

@media(min-width: 576px){
    .slide-content{
        height: 600px;       
    }
}

@media(min-width: 678px){
    .slide-content{
        height: 650px;       
    }
}

@media(min-width: 1024px){
    .slide-content{
        padding: 50px;
        height: 800px;       
    }
}

@media(min-width: 1280px){
    .slide-content{
        height: initial;       
    }
}

section.contact-form-main{
    overflow: hidden;
}

.contact-form-main .from-left{
    bottom: 0;
}

.contact-form-main .from-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-form-main .form-wrapper{
    background: none;
}

@media(min-width: 992px){
    .contact-form-main .form-wrapper{
        padding-left: 50px;
    }    
}

@media(min-width: 992px){
    .contact-form-main .form-tittle {
        padding: 83px 51px;
    }
}

.contact-form-main__subtitle{
    font-size: 30px;
    color: #333333;
    margin: 20px 0;
}

.contact-form-main__description{
    font-size: 20px;
    color: #666666;
    padding-left: 25px;
    margin-bottom: 50px;
}

.contact-form-main__description li{
    list-style: disc;
}

/* COPY */
.footer-area .footer-bottom .footer-copy-right p{
    color: #999999 !important;
    font-weight: 700;
}

/* POST FOOTER */
.post-footer {
    background: #050505;
    text-align: center;
    padding: 20px 0;
    font-size: 0.82rem;
    border-top: 1px solid #333333;
}

.post-footer p {
    color: #999999 !important;
}

.post-footer a {
    color: #2563eb !important;
    text-decoration: none;
    font-weight: 700;
}

.post-footer a:hover {
    text-decoration: underline;
}