@font-face {
    font-family: 'Gobold';
    src: url('../fonts/gobold/gobold_bold-webfont.woff2') format('woff2'),
        url('../fonts/gobold/gobold_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.top-site .bar-menu-anchor ul li {
    text-transform: uppercase;
    line-height: 70px;
    color: #FF6B00;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.2em;
    color: #FF6B00;
    display: table;
}

.banner-top-site {
    background: #1D101F;
    height: 100vh;
    display: flex;
    align-items: center;
}

.banner-top-site .box-text h2 {
    font-size: 60px;
    line-height: 80px;
    color: #FFF;
}

.Typewriter__wrapper, .Typewriter__cursor {
    font-family: 'Gobold';
}

.banner-top-site .box-text h2.big {
    font-size: 80px;
    line-height: 90px;
    color: #FFF;
}

.banner-top-site .box-text .subtitle {
    display: table;
    text-transform: uppercase;
    color: #FFF;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

.banner-top-site .box-text strong {
    font-family: 'Gobold';
    color: #FF6B00;
    mix-blend-mode: difference;
}

@media only screen and (max-width: 991px) {
    .banner-top-site .box-text h2 {
        font-size: 60px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 680px) {
    .banner-top-site .box-text .subtitle {
        font-size: 20px;
        line-height: 28px;
    }

    .banner-top-site .box-text h2 {
        font-size: 40px;
        line-height: 60px;
    }
}

.carousel-testimonials .item-testimonial .box-text .stars .yellow {
    color: #EC6B04 !important;
}

.carousel-testimonials .item-testimonial .box-text .stars .grey {
    color: #B3B3B3 !important;
}

.box-title-custom {
    padding: 30px 50px;
    display: table;
    background: linear-gradient(253.09deg, rgba(217, 217, 217, 0.25) -7.53%, rgba(217, 217, 217, 0) 97.04%);
    backdrop-filter: blur(25px);
    border-radius: 6px;
    border: 1px solid #FDFAFA40;
}

.pagination {
    margin-top: 15px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.pagination a {
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
}

.pagination a:hover {
    color: #000;
    background-color: #fff;
}

.pagination span {
    color: #000;
    background-color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
}

.check-input-form {
    height: 30px !important;
    width: 30px !important;
    border: 1px solid #2F2F2F !important;
    border-radius: 4px !important;
    margin-right: 10px;
}

.check-input-form:checked {
    background: #FF6B00 !important;
}

.form-group-range {
    display: flex !important;
    gap: 5px;
}

.horizontal-align {
    display: flex !important;
    justify-content: space-between !important;
    padding: 30px 0px !important;
}

.full-list-projects .item-project {
    height: 260px !important;
}

.video-container {
    width: 100%;
    height: 685px;
    float: left;
}

.content-overlay {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.content-project-single .box-text a:hover {
    background: #ec6b04;
}

.content-project-single .box-text a {
    border: 1px solid #ec6b04;
    color: #ec6b04;
}

/* Configuração básica para todas as tags */
.tag {
    display: inline-block;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    border-radius: 16px;
    text-align: center;
    margin: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Estilos específicos para cada tag */
.facebook {
    background-color: #1877f2;
}

.instagram {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
}

.linkedin {
    background-color: #0a66c2;
}

.youtube {
    background-color: #ff0000;
}

.email {
    background-color: #d44638;
}

.metaads {
    background-color: #4267b2; /* Azul Meta */
}

.googleads {
    background: linear-gradient(45deg, #4285f4, #34a853, #fbbc05, #ea4335);
}

.youtubeads {
    background: linear-gradient(45deg, #ff0000, #ff6347);
}

.linkedinads {
    background: linear-gradient(45deg, #0a66c2, #0073b1);
}

.blog {
    background-color: #ff9900; /* Laranja vibrante para blogs */
}
