﻿html {
    
}
body {
    
}

/* Menu */
#sticky-header {
    background: #111 !important;
}
.sticky {
    background: #111 !important;
}
.nav_scroll {
    padding: 0 20px;
}
.consen_menu > ul > li > a {
    display: block;
    margin: 36px 9px;
    transition: .5s;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    font-family: "Poppins";
}
.sticky .consen_menu li.active a {
    color: #f4ab14;
}
.consen_menu > ul > li.active > a {
    color: #f4ab14;
}
/* fim Menu */

.top-wrap .go-top-button::after {
    content: none;
}
.scroll-area .go-top::before {
    content: none;
}
.top-wrap .go-top-button:hover {
    background-color: #f4ab14 !important;
    color: #fff;
}

.breadcumb-area {
    background: linear-gradient(rgba(19, 19, 35, 0.6), rgba(0, 0, 0, 0.5)), url(../img/equipe.jpg) no-repeat center/cover;
    height: 350px;
    position: relative;
}
.breadcumb-content ul li a {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Fira Sans';
    color: #fff;
    text-transform: initial;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}

/* Home */
.dreamit-service-box:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: none;
    background-color: #111;
    transition: .5s;
    opacity: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}

.team-single_box:hover .team_content {
    background: transparent;
}
.team-single_box:hover h3.team_title a {
    color: #f4ab14;
}
h3.team_title {
    text-align: center;
}
p.team_text {
    font-size: 16px;
    color: #686868;
    font-weight: 400;
    margin-top: 3px;
    transition: .5s;
    text-align: center;
}
/* fim Home */

.case-study-thumbs:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(244, 171, 20, 0.902) 0%, rgba(244, 171, 20, 0.902) 24%, rgba(244, 171, 20, 0) 62%, rgba(244, 171, 20, 0) 100%);
    border-radius: 5px;
    opacity: 0;
    transition: 0.5s;
}
.owl-item.active.center .case-study-thumbs:after {
    background: linear-gradient(0deg, rgba(244, 171, 20, 0.902) 0%, rgba(244, 171, 20, 0.902) 24%, rgba(244, 171, 20, 0) 62%, rgba(244, 171, 20, 0) 100%);
    opacity: 1;
}
.team_thumb:before {
    background: transparent;
}

.single-blog-content a {
    font-size: 15px;
    line-height: 27px;
    color: #232323;
    font-weight: 500;
    font-family: "Poppins";
    display: inline-block;
}
.meta-blog p {
    font-size: 13px;
    color: #6d6d6d;
    margin-bottom: 14px;
}

.quote-thumb:before {
    background: url(../img/quote.png);
}
.testimonial-single-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    transition: .5s;
    z-index: -1;
    border-radius: 3px;
    background: transparent;
    background-color: #f4ab14;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.serivce-details-desc i {

    font-size: 11px;

}

/* Equipe */
.single_team_icon a {
    width: auto;
    height: auto;
    line-height: initial;
    text-align: center;
    border-radius: 20px;
    background-color: #373644;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 5px 10px;
}
/* Fim Equipe */

/* Blog */
.widget-recent-post .rpost-thumb img {
    width: 70px;
}
.widget-items .widget-title h2 {
    color: #232323;
    display: block;
    font-size: 19px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.widget-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 29px !important;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #f4ab14;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}
.em-blog-title h2 {
    font-size: 15px;
    padding: 2px 0 42px;
}
.blog-data {
    font-size: 13px;
}
.blog-button a {
    display: inline-block;
    color: #232323;
    transition: .5s;
    font-family: 'Fira Sans';
    font-weight: 600;
    font-size: 13px;
}
/* fim Blog */

/* Contato */
.form_box select {
    width: 100%;
    height: 50px;
    padding-left: 25px;
    background: #f7f4f4;
    border-radius: 30px;
    color: #232323;
    border: 1px solid rgba(35, 35, 35, 0.12);
    transition: .5s;
}
.cda-content-area {
     background: transparent; 
    padding: 21px 0;
}
.cda-content-inner h4 {
    font-weight: 500;
    color: #111;
    margin-bottom: 0;
}
.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%;
    }

/* Parceiros */
.parceiros img {
    margin: 10px auto;
}    
/* fim Parceiros */

/* Rodapé */
.footer-area {
    background: #111111;
    padding: 45px 0 10px;
}
.footer-bottom-area {
    margin-top: 0px;
}
.footer-bottom-content-copy p {
    font-size: 13px;
    line-height: 26px;
    color: #9d9d9d;
    font-weight: 300;
    font-family: "Poppins";
    margin: 0;
}
.footer-bottom-menu ul li {
    font-size: 13px;
}
.footer-bottom-menu ul li a {
    font-size: 13px;
}
/* fim Rodapé */

.mean-container .mean-bar {
    background: #111;
    float: left;
    min-height: 60px;
    padding: 4px 0 0;
    position: relative;
    width: 100%;
    z-index: 999;
}

.mean-container .mean-bar::before {
    color: #fff;
    content: "Contatos Soluções";
    font-size: 21px;
    font-weight: 600;
    left: 10px;
    position: absolute;
    top: 18px;
}

/*Celular*/
@media (max-width: 767px) {
    body {
        color: #333;
        font-size: 14px;
        text-align: justify;
    }
    h1, h2, h3, h4, h5, h6 {
        text-align: left;
    }
    h3 {
        font-size: 20px;
    }
    .slider-area {
        height: 1060px;
    }

    .slider-content h1 {
        font-size: 25px;
        line-height: 34px;
    }

    .hero-thumb {
        margin-left: 0;
        bottom: -19px;
    }

    .about-area {
        padding: 30px 0 30px;
    }

    .service-area {
        padding: 30px 0 30px;
    }

    .team-area {
        padding: 30px 0 30px;
    }
    .blog-area.style1 {
        padding: 30px 0 30px;
    }

    .scroll-area .go-top.active {
        top: 97%;
        right: 15px;
    }

    .breadcumb-area {
        height: 125px;
    }
    .breadcumb-content h1 {
        font-size: 13px;
        margin-bottom: 0;
    }
    .breadcumb-content ul li {
        color: #f4ab14;
        font-weight: 300;
        font-family: 'Fira Sans';
        text-transform: capitalize;
        display: inline-block;
        font-size: 13px;
    }
    .breadcumb-content ul li a {
        font-size: 13px;
        font-weight: 300;
        font-family: 'Fira Sans';
        color: #fff;
        text-transform: initial;
        padding-right: 30px;
        position: relative;
        z-index: 1;
    }

    .feature-area {
        padding: 30px 0 30px;
    }

    .upp.style-two.team_area {
        padding: 30px 0 30px;
    }

    .case-study-details {
        padding: 30px 0 30px;
    }

    .csd-thumb img {
        margin-bottom: 20px;
    }

    .service-detials-area {
        padding: 30px 0 30px;
    }

    .contact-us {
        padding: 0 0 0;
    }

    .contact_from_box {
        padding: 27px 10px 25px;
    }

    .form_box {
        margin-bottom: 10px;
    }

    .cda-content-area {
        background: transparent;
        padding: 25px 0;
    }

    .cda-single-content {
        margin: 0 15px;
        padding: 5px 0 5px;
    }

    .cda-content-inner p {
        margin: 0 0;
        font-size: 13px;
    }

    .cda-icon i {
        font-size: 23px;
        color: #fff;
        height: 42px;
        width: 42px;
        line-height: 42px;
        text-align: center;
        background: #f4ab14;
        border-radius: 5px;
        display: inline-block;
        margin-right: 14px;
        margin-top: 10px;
    }
}

/*TABLET*/
@media (min-width: 768px) and (max-width: 1023px) {

}

/*DESKTOP MENORES*/
@media (min-width: 1024px) and (max-width: 1199px) {

}