:focus {
    outline: none !important;
}

*:not(.fa) {
    font-family: Montserrat, Tahoma, sans-serif !important;
}

h1, h2, h3, h4, h5, h6, a {
    color: #4E4E4E !important;
}

#cookie-notice {
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: 9998 !important;
}

.cookie-notice-container {
    padding: 25px 0 !important;
}

#cn-notice-text {
    display: block;
    margin-bottom: 15px;
}

#cookie-notice .cn-button {
    margin-left: 10px;
    padding: 5px 20px;
    font-size: 12px;
    background: #FFF;
    border: 2px solid #000;
    color: #000 !important;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    transition: all ease 0.3s;
    width: auto;
    text-transform: uppercase;
}

#cookie-notice .cn-button:hover {
    background: #000;
    color: #FFF;
}



#home.home-template {
    display: block;
    width: auto !important;
    height: auto !important;
}

.home-template:before {
    content: none;
}

div#home_trabaho_logo {
    position: absolute;
    z-index: 100;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#homePageSlider {
    position: relative;
}

h1.slide-title {
    z-index: 5;
    font-size: 100px;
    font-weight: 600;
    letter-spacing: -3px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF !important;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    line-height: 1;
}

#home a {
    color: #FFFFFF !important;
}

.slider-buttons {
    position: absolute;
    z-index: 100;
    top: 50%;
    margin-top: 40px;
    width: 100%;
    text-align: center;
}

#homePageSlider .owl-stage {
    background-color: black;
}

#homePageSlider .item img {
    display: block;
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}

.home-socials ul.socials-sh {
    z-index: 10;
}

.what-can .feature {
    margin-bottom: 60px;
}

span.portfolio-title-onthumb {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    text-align: center;
    color: white !important;
    background-color: #000000;
    text-decoration: none;
}

.works.single_item {
    margin: 0;
}

.gallery img {
    border: 2px solid #f7f7f7fc !important;
}

#clients_logos .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

div#god {
    text-align: center;
    margin: 40px auto;
    font-family: 'Montserrat', sans-serif;
}

.map-container {
    margin-top: 50px;
    padding: 0;
}

#singlePortfolioSlider .item {
    text-align: center;
    line-height: 0;
}

#singlePortfolioSlider .item img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    margin: 0 auto;
}
.works_item_home {
    padding-bottom: 20px;
}
#singlePortfolioSlider .owl-nav {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
    font-family: 'fontAwesome';
}

.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    font-size: 30px;
    color: #AAAAAA;
    line-height: 25px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #E0E0E0;
    text-decoration: none;
}

#singlePortfolioSlider .owl-nav .owl-prev {
    float: left;
}

#singlePortfolioSlider .owl-nav .owl-next {
    float: right;
}

#singlePortfolioSlider .owl-nav .owl-prev:before {
    content: "\f053";
    font-family: Fontawesome;
}

#singlePortfolioSlider .owl-nav .owl-next:after {
    content: "\f054";
    font-family: Fontawesome;
}

#singlePortfolioSlider .owl-dots .owl-dot span {
    background: #E0E0E0;
}

#singlePortfolioSlider .owl-dots .owl-dot.active span, #singlePortfolioSlider
.owl-dots .owl-dot:hover span {
    background: #AAAAAA;
}

input.wpcf7-form-control.wpcf7-submit {
    position: relative !important;
    margin: 120px auto 0 !important;
}

div.wpcf7-mail-sent-ok {
    border: none;
    padding-top: 10px;
    font-size: 14px;
    color: #3A86C3;
    font-family: 'Merriweather', serif;
}

div.wpcf7-validation-errors, div.wpcf7-response-output {
    padding-top: 10px;
    border: none !important;
    color: #F75448;
    text-align: left;
    font-size: 14px;
    font-family: 'Merriweather', serif;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    margin: 40px auto 0;
    width: 45%;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha div:first-child {
    margin: 0 auto;
}

.home .prefooter {
    display: none;
}


footer a {
    color: #777777 !important;
}

#cursor {
    margin-left: 10px;
    animation: blink-caret 0.7s step-end infinite;
}

@keyframes blink-caret {
    from, to {
        opacity: 0.5;
    }

    50% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
        background-color: black;
    }

    100% {
        opacity: 0;
        background-color: black;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        background-color: black;
    }

    100% {
        opacity: 0;
        background-color: black;
    }
}

#tarteaucitronAlertSmall {
    display: none !important;
}
.grecaptcha-badge {
     opacity: 0;
     position: absolute;
     right: auto;
     left: 150%;
 }