@charset "UTF-8";
:root {
    --texgear-text-red: #d82026;
    --texgear-text-grey: #898989;
    --texgear-text-dark: #000000;
    --texgear-bg-red: #ad2525;
    --texgear-bg-dark: #000000;
    /* --texgear-bg-dark: #231f20; */
}


/* Botões do Topo */

.rts-btn.btn-primary {
    background-color: var(--texgear-text-red);
}


/* Fundo do Rodapé */

div.footer-container {
    background-color: var(--texgear-text-red);
}


/* Texto Copyright */

div.rts-copy-right-1 p {
    color: var(--color-white) !important;
}


/* Call to Action Bar */

div.rts-call-to-action-area-three {
    background-color: var(--texgear-bg-dark) !important;
    /* background-image: url('../images/cta/03.webp') !important; */
    /* background-image: none !important; */
    /* Garantir posicionamento do vídeo*/
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

div.rts-call-to-action-area-three h2 {
    color: var(--texgear-text-red) !important;
    font-size: 2rem;
    font-weight: bold !important;
}

div.rts-call-to-action-area-three h2 span {
    color: var(--color-white) !important;
    font-size: 3rem;
}

div.rts-call-to-action-area-three .cta-main-wrapper-inner .call-area a {
    font-size: 4rem;
    color: var(--texgear-text-red);
    font-weight: bold;
}

.video-background-wrapper,
.rts-call-to-action-area-three video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay-content {
    position: relative;
    z-index: 10;
    color: white;
}

section.bannerHome .video-background-wrapper {
    z-index: -1;
}

section.bannerHome .video-overlay-content {
    position: relative;
    z-index: -1;
    color: black;
}

section.bannerHome .banner-inner-conten {
    background: none !important;
}

@media screen and (max-width: 574px) {
    .banner-three-box-clip-area video {
        max-width: 1029px !important;
        margin-left: calc( -50vw);
    }
}

@media screen and (min-width: 574px) and (max-width: 1199px) {
    .banner-three-box-clip-area video {
        margin-left: calc( -50vw);
    }
}

div.banner-three-box-clip-area .right-thumbnail {
    max-width: 1754px !important;
    clip-path: none;
}

div.banner-three-box-clip-area .right-thumbnail img {
    max-width: 1754px !important;
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--texgear-text-red);
}


/* Newsletter */

.subscription {
    font-size: 2.5rem;
    font-weight: bold;
}

.subscription span {
    color: var(--color-white) !important;
    font-size: 2.5rem;
}

.subscription input {
    border-top: 1px solid var(--color-white);
    border-right: 0;
    border-bottom: 1px solid var(--color-white);
    border-left: 1px solid var(--color-white);
    border-radius: 30px;
    width: calc(100% - 105px);
    height: 50px;
    margin-left: 1px;
    border-radius: 25px 0px 0 25px;
    padding-left: 16px;
    background-color: transparent;
    font-size: 1.5rem;
    color: var(--color-white);
    max-width: 35rem;
}

.subscription input:focus {
    border: 1px solid var(--color-white);
}

.subscription button {
    position: relative;
    width: 79px;
    height: 50px;
    top: 0px;
    left: -5px;
    color: var(--color-white);
    border-color: var(--color-white);
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-left: 0;
    font-size: 1.5rem;
    cursor: pointer;
}

.product-section a {
    background: #f2f2f2;
    padding: 6px 15px;
    border-radius: 10px;
    margin: 5px;
    line-height: 5rem;
}


/* SocialShare */

div.socialshare span {
    display: inline-flex;
    width: 30px;
    height: 35px;
    padding: 4px;
    border-radius: 6px;
    margin-left: 6px;
}

div.socialshare img {
    width: 26px;
    height: 26px;
}

div.socialshare a {
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

div.socialshare span.facebook {
    background-color: #1773ef;
}

div.socialshare span.x {
    background-color: #000;
}

div.socialshare span.pinterest {
    background-color: #b7081b;
}

div.socialshare span.linkedin {
    background-color: #0063c2;
}

div.socialshare span.whatsapp {
    background-color: #0db941;
}