:root {
    --primary-color: #6e6881;
    --secondary-color: #201a2d;
    --fundo-1: #ede7e2;
    --fundo-2: #f8f5f3;
    --font-title: "Exo", serif;
    --font-text: "Exo", serif;
    --font-size-title: 70px;
    --font-size-title-page: 130px;
    --line-title-page: 95px;
    --line-title: 55px;
    --line-text: 28px;
    --font-size-subtitle: 24px;
    --font-size-btn: 26px;
}

* {
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "Exo", serif;
    color: #000;
}

::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300;
}

::-moz-placeholder {
    color: #fff;
    font-weight: 300;
}

:-moz-placeholder {
    color: #fff;
    font-weight: 300;
}

font {
    color: inherit !important;
}

:-ms-input-placeholder {
    color: #fff;
    font-weight: 300;
}

input,
a,
button {
    outline: none !important;
    box-shadow: none !important;
}

input:hover,
a:hover,
button:hover {
    background-color: transparent;
}

ul {
    padding: 0;
    margin: 0;
    margin-left: 0 !important;
}

ul li {
    list-style: none;
}

body {
    height: 100% !important;
    position: relative;
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    /*overflow-x: hidden;*/
    height: 100%;
}

main {}

table td,
table th {
    padding: 0 !important;
}

.wrapper {
    min-height: 100%;
    position: relative;
}

footer {
    width: 100%;
    background-color: #fff;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    transition: opacity 0.3s ease-in-out;
}

a:hover {
    opacity: 0.9;
}

a:link {
    outline: none !important;
}

a:active {
    outline: none !important;
}

a:hover {
    color: inherit;
}

button {
    outline: none !important;
    box-shadow: none !important;
}

b {
    color: inherit;
    font-weight: 500;
}

strong {
    color: inherit;
    font-weight: 600;
}

p {
    font-weight: 300;
}

u {
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000 !important;
}

.header {
    /* overflow: hidden; */
    padding: 8px 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid;
    z-index: 999999;
    transition: all 0.3s ease;
    -webkit-transform: scale(1);
    position: relative;
}

.home .header {
    position: absolute;
    border: none;
}

header.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    animation: slideDown 0.3s ease-out;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    background-color: #fff;
    z-index: 9999;
    padding: 0;
    border: none;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.busca_mobile {
    display: none !important;
    margin-bottom: 22px;
}

.menu_header {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.menu_header a {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    transition: color 0.3s ease-in-out;
}

.header {
    background-color: #fff;
}

.home .header:not(:hover):not(.fixed) {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
}

.home .header:not(:hover):not(.fixed) .input_search_header {
    border-color: #fff !important;
}

.home .header:not(:hover):not(.fixed) .menu_header a {
    color: #fff;
}

.home .header:not(:hover):not(.fixed) svg {
    fill: #fff!important;
}

.fixed .menu_header a {
    color: #000;
}

.fixed .menu::before,
.header:hover .menu::before {
    filter: invert(1) !important;
}

.fixed .btn_conta, 
.header:hover .btn_conta{
    filter: invert(1) !important;
}

.fixed .btn_busca_mobile::before,
.header:hover .btn_busca_mobile::before {
    filter: invert(1) !important;
}

.fixed .cart-button::before,
.header:hover .cart-button::before {
    filter: invert(1) !important;
}

.fixed .qtd,
.header:hover .qtd {
    background-color: #000 !important;
    border-radius: 50%;
    color: #fff !important;
}

.fixed .dark {
    display: none;
}

.logo_fixed {
    display: none;
}

.fixed .logo_fixed {
    display: block;
}

.home .main {
    margin-top: 0;
}

.menu_header ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
}

.menu_header ul li {
    display: flex;
    margin: 0px 16px;
}

.carrinho_header {
    position: relative;
}

.qtd {
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 0.611rem;
    font-weight: 600;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 11px;
    position: absolute;
    right: -14px;
    top: -10px;
    transition: color 0.3s ease-in-out;
}

.home .qtd {
    background-color: #fff;
    border-radius: 50%;
    color: #000000;
}

.form_busca {
    position: relative;
}

.input_search {
    border: 1px solid #000 !important;
    border-radius: 20px;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
    padding: 6px 14px !important;
    color: #000 !important;
    transition: color 0.3sease-in-out;
    padding-right: 56px !important;
}

.input_search::placeholder {
    color: #000;
}

.home .input_search::placeholder {
    color: #fff;
}

.home .input_search {
    border: 1px solid #fff !important;
    color: #fff !important;
}

.form_busca button {
    position: absolute;
    right: 14px;
    top: 6px;
    margin-top: 4px;
    border: none;
    outline: none !important;
    background: url('../img/icon_search.png')no-repeat scroll center center transparent !important;
    width: 19px;
    height: 19px;
    transition: filter 0.3s ease-in-out;
    filter: invert(1);
}

.home .form_busca button {
    filter: invert(0);
}

.banner_home_fora {}

.menu-icon::before {
    content: '';
    background: url('../img/menu.png')no-repeat scroll center center;
    width: 26px;
    height: 20px;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
    background-size: contain !important;
    transition: filter 0.3s ease-in-out;
    filter: invert(1);
}

.home .menu::before {
    filter: invert(0);
}

.banner_home_fora .banner_item {
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slidehome {
    position: relative;
}

.banner_item h2 {
    font-size: 4rem;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
}

.banner_item h1 {
    font-weight: 800;
    font-size: 7.1111rem;
    color: #fff !important;
    text-align: center;
    line-height: 5.5rem;
    text-transform: uppercase;
}

.btn_slide {
    width: 40px;
    height: 40px;
    border-radius: 35px;
    background-size: 10px !important;
}

.swiper-button-next {
    background: url('../img/rigth_arrow.png')no-repeat scroll center center rgb(255, 255, 255, 0.8);
}

.swiper-button-prev {
    background: url('../img/left_arrow.png')no-repeat scroll center center rgb(255, 255, 255, 0.8);
}

.custom-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 50px;
    border: 2px solid white;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    font-size: 1.3333rem;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    position: relative;
    letter-spacing: 2px;
}

.custom-button .arrow {
    background: url('../img/arrow_btn_white.png')no-repeat scroll center center transparent;
    width: 27px;
    height: 25px;
    margin-left: 80px;
}

.custom-button:hover {
    background: white;
    color: black;
}

.custom-button:hover .arrow {
    transform: translateX(5px);
    transition: transform 0.3s ease-in-out;
    filter: invert(1);
}

.custom-button.black {
    border: 2px solid #000;
    color: #000;
}

.custom-button.black .arrow {
    filter: invert(1);
}

.banner_item .custom-button {
    bottom: 180px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.slidehome .swiper-pagination {
    bottom: 14px;
}

.slidehome .swiper-pagination-bullet {
    width: 82px;
    height: 8;
    background-color: rgb(255, 255, 255, 0.3);
    border-radius: 0 !important;
}

.slidehome .swiper-pagination-bullet-active {
    background-color: rgb(255, 255, 255, 1);
}

.banner_item_mobile {
    display: none;
}

.item_thumb_product {
    height: 428px;
    background-color: #e5e5e5;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    padding-top: 28px;
}

.item_thumb_product img {
    width: auto !important;
    display: flex !important;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    height: 75%;
}

.back-img {
    opacity: 0;
}

.item_thumb_product:hover .front-img {
    opacity: 0;
}

.item_thumb_product:hover .back-img {
    opacity: 1;
}

.title_item_category {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
}

.title_box_category {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -70px;
    margin-bottom: 14px;
}

.title_box_category h3 {
    font-size: 23px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}

.title_box_category h3 strong {
    font-weight: 900;
}

.custom-nav .owl-prev,
.custom-nav2 .owl-prev,
.custom-nav-blog .owl-prev {
    background: url('../img/left_arrow_white2.png')no-repeat scroll center center #b2b2b2;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 20px;
    width: 37px;
    height: 37px;
    margin: 0 4px;
    padding: 0;
}

.custom-nav .owl-next,
.custom-nav2 .owl-next,
.custom-nav-blog .owl-next {
    background: url('../img/rigth_arrow_right2.png')no-repeat scroll center center #b2b2b2;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 20px;
    width: 37px;
    height: 37px;
    margin: 0 4px;
    padding: 0;
}

.box_lancamentos {
    padding: 60px 0;
}

.box_lancamentos h2 {
    font-size: 3.333rem;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 25px;
}

.item_lancamento {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 5;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 50px;
}

/* Estilização do título */
.product-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    z-index: 2;
    font-size: 2.778rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
}

.product-title a {
    color: #fff;
    font-weight: 900;
}

.item_lancamento .custom-button {
    padding: 16px 42px;
}

.item_lancamento .custom-button .arrow {
    margin-left: 32px;
}

.box_sport {
    padding: 60px 0;
}

.content_box {}

.content_box h2 {
    font-size: 3.889rem;
    font-weight: 300;
    text-transform: uppercase;
}

.content_box h2 strong {
    font-weight: 900;
}

.content_box p {
    color: #585858;
    font-size: 0.944rem;
}

.bottom_btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

a.custom-button-none {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 1rem;
    display: flex;
    font-weight: 700;
}

.btn_mobile_news {
    display: none;
}

.custom-button-none .arrow {
    filter: invert(1);
    background: url('../img/arrow_btn_white.png')no-repeat scroll center center transparent;
    width: 27px;
    height: 25px;
    margin-left: 26px;
}

.bloco_video video {
    width: 100%;
    height: auto;
}

.content_box .custom-button {
    padding: 14px 40px;
}

.content_box .custom-button .arrow {
    margin-left: 35px;
}

.title_box {
    font-size: 2.9rem;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.box_personalizados {}

.item_personalizado {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 50px;
}

.item_personalizado a {
    display: block;
    width: 100%;
    height: 100%;
}

.content_item_personalizado {
    position: absolute;
    right: 0;
    top: 84px;
    width: 335px;
}

.content_item_personalizado h3 {
    font-weight: 900;
    font-style: italic;
    color: #fff !important;
    font-size: 2.5556rem;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.content_item_personalizado p {
    color: #fff;
    font-size: 1.3889rem;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.58rem;
}

.content_item_personalizado .linha {
    height: 3px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 14px;
}

.box_tecnologia {
    background-color: #e5e5e5;
    margin: 75px 0;
}

.box_tecnologia h2 strong {
    font-weight: 900;
}

.box_tecnologia h2 {
    font-weight: 300;
    font-size: 3.8889rem;
    text-transform: uppercase;
    line-height: 3.8889rem;
    margin-bottom: 45px;
}

.box_tecnologia h6 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 45px;
}

.box_tecnologia p {
    color: #585858;
    margin-bottom: 0;
}

.content_video_tecnologia video {
    max-width: 100%;
    height: auto;
}

.content_video_tecnologia {
    position: relative;
    aspect-ratio: 1.27 / 1;
}

.content_video_tecnologia video {
    width: 100%;
    height: 100%;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 126px;
    height: 126px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
    background: url('../img/play.png')no-repeat scroll center center transparent;
}

.play-button:hover {
    opacity: 0.9;
}

.play-button::before {}

.hidden {
    display: none;
}

/* Botão de Pause */
.pause-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: url('../img/pause.png') no-repeat center center;
    background-size: contain;
    cursor: pointer;
    display: none;
    /* Inicialmente oculto */
}

/* Exibir botão de pause quando passar o mouse */
.content_video_tecnologia:hover .pause-button {
    display: flex;
}

.box_blog {
    padding: 60px 0;
}

.box_blog .title_box_category {
    justify-content: flex-end;
}

.box_blog .title_box_category a {
    font-weight: 700;
    letter-spacing: 2px;
}

.list_posts_blog {}

.item_thumb_post {
    margin-bottom: 20px;
}

.custom-nav-blog {
    margin-left: 80px;
}

.content_post_item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
}

.content_post_item h3 {
    font-size: 1.3889rem;
    margin-bottom: 22px;
}

.content_post_item h3 a {
    color: #000;
}

.list_posts_blog .custom-button {
    font-size: 1rem;
    padding: 18px 32px;
}

.list_posts_blog .custom-button .arrow {
    margin-left: 45px;
}

.box_newsletter {
    background: url('../img/bg_newsletter.png')no-repeat scroll center center rgb(0, 0, 0, 0.1);
    /* height: 360px; */
    padding: 125px 0;
    display: flex;
    align-items: center;
}

.box_newsletter h2 {
    font-size: 1.9444rem;
    margin-bottom: 30px;
}

.form_news {
    width: 100%;
    display: flex;
    justify-content: center;
}

.form_news .custom-button .arrow {
    margin-left: 28px;
}

.form_news input {
    width: 456px;
    padding: 10px 30px;
    border-radius: 35px 0 0 35px;
    border: 2px solid #000;
    margin-right: -2px;
    font-size: 1rem;
    background-color: transparent;
}

.form_news button {
    border-radius: 0 35px 35px 0;
    border: 2px solid;
    font-size: 1rem;
}

.form_news input::placeholder {
    color: #000;
}

.box_midias {
    background-color: #000;
    padding: 40px 0;
    position: relative;
}

.bnt_voltar_topo {
    position: fixed;
    right: 75px;
    bottom: 100px;
    z-index: 999;
}

.bnt_voltar_topo.stick-footer {
    position: absolute;
}

.midias_footer {
    display: flex;
    align-items: center;
    gap: 16px;
}

.midias_footer h5 {
    color: #fff !important;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 4px;
}

.midias_footer ul {
    display: flex;
    margin: 0;
    padding: 0;
    margin-left: 50px;
}

.midias_footer ul li {
    margin-right: 30px;
}

.midias_footer ul li:last-child {
    margin-right: 0;
}

.contato_footer {
    display: flex;
    color: #fff !important;
    font-size: 0.8889rem;
    justify-content: flex-end;
    align-items: center;
}

.contato_footer::before {
    content: '';
    width: 22px;
    height: 18px;
    background: url('../img/email.png')no-repeat scroll center center transparent;
    margin-right: 10px;
}

.menu_footer li a {
    font-size: 0.8889rem;
    color: #000 !important;
    opacity: 0.8;
    letter-spacing: 1px;
}

.menu_suporte {
    display: flex;
    justify-content: space-between;
}

.copy {
    font-size: 0.7778rem;
    opacity: 0.8;
    margin-bottom: 0;
}

.footer_menus {
    border-bottom: 1px solid #000;
}

.footer_menus {
    padding: 70px 0;
}

.footer_menus h6 {
    font-size: 1rem;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 36px;
    letter-spacing: 2px;
    font-weight: 700;
}

.footer_menus address {
    font-size: 1rem;
    color: #000;
    margin-left: 44px;
    opacity: 0.8;
    margin-bottom: 25px;
}

.footer_menus p {}

.icon_pin::before {
    content: '';
    background: url('../img/pin.png')no-repeat scroll center center transparent;
    width: 20px;
    height: 24px;
    margin-right: 21px;
}

.icon_pin {
    margin-bottom: 30px;
}

.icon_phone {
    margin-bottom: 30px;
}

.icon_phone::before {
    content: '';
    background: url('../img/phone.png')no-repeat scroll center center transparent;
    width: 25px;
    height: 24px;
    margin-right: 16px;
}

.icon_whatsapp::before {
    content: '';
    background: url('../img/whatsapp.png')no-repeat scroll center center transparent;
    width: 25px;
    height: 25px;
    margin-right: 16px;
}

.menu_left p {
    display: flex;
    position: relative;
    align-items: center;
}

.menu_left h6 {
    display: flex;
    position: relative;
    align-items: center;
}

.botton_footer {
    margin-top: 70px;
}

.footer_ass {
    padding-top: 7px;
    padding-bottom: 24px;
}

.menu_footer_mobile > li {
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.menu_footer_mobile > li > a {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    display: flex;
    justify-content: space-between;
}

.menu_footer_mobile > li > a::after {
    content: '';
    background: url('../img/arrow_up.png')no-repeat scroll center center transparent;
    width: 31px;
    height: 19px;
    background-size: 15px;
}

.menu_footer_mobile > li > a.open::after {
    transform: rotate(180deg);
}

.menu_footer_mobile {
    display: none;
}

.submenu_footer_mobile {
    display: none;
}

.submenu_footer_mobile.active {
    display: block;
}

/** Submenu header **/

/* Estilização geral do submenu */
.submenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s;
    z-index: -1;
}

/* Quando ativado */
.submenu.active {
    opacity: 1;
    visibility: visible;
}

/* Conteúdo do submenu */
.submenu-content {
    background: white;
}

/* Imagem no submenu */
.submenu-image {
    flex: 1;
    background-color: #f8f8f8;
}

.submenu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Itens do submenu */
.submenu-items {
    padding: 24px;
    height: 100%;
    margin-top: 130px;
}

.submenu-items ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 9;
}

.submenu-items li {
    margin: 0 !important;
    margin-bottom: 14px !important;
}

.submenu-items a {
    text-decoration: none;
    font-size: 1rem;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 9px;
}

.submenu-items a:hover {
    background-color: #000;
    color: #fff !important;
}

/* Botão de fechar */
.close-submenu {
    background: url('../img/close-submenu.png')no-repeat scroll center center transparent !important;
    border: none;
    width: 19px;
    height: 19px;
    align-self: flex-end;
    cursor: pointer;
    position: absolute;
    right: 22px;
    z-index: 9999;
}

.menu_header form {
    margin-bottom: 0;
}

.submenu-open .menu_header a {
    color: #000;
}

.submenu-items .linha {
    width: 100%;
    height: 1px;
    background: rgb(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

.submenu-open .menu::before {
    filter: invert(1);
}

.submenu-open .input_search {
    border: 1px solid #000 !important;
    color: #000 !important;
}

.submenu-open .input_search::placeholder {
    color: #000 !important;
}

.btn_conta {
    background: url('../img/person.png')no-repeat scroll center center;
    width: 31px;
    height: 21px;
    cursor: pointer;
    filter: invert(1);
}

.home .btn_conta {
    filter: invert(0);
}

.home .btn_conta {
    filter: invert(0);
}

.submenu-open .btn_conta {
    filter: invert(1);
}

.wc-backward {
    color: #fff !important;
}

.cart-button::before {
    content: '';
    width: 27px;
    height: 23px;
    background: url('../img/shopping_cart.png')no-repeat scroll center center transparent;
    transition: filter 0.3s ease-in-out;
    filter: invert(1);
}

.home .cart-button::before {
    filter: invert(0);
}

.carrinho_header a {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.minhaconta-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background: white;
    padding: 50px;
    transition: right 0.4s ease-in-out;
    z-index: 1000;
}

.minhaconta-open .minhaconta-sidebar {
    right: 0;
}

.close-minhaconta {
    background: url('../img/close-submenu.png')no-repeat scroll center center transparent;
    border: none;
    width: 19px;
    height: 19px;
    align-self: flex-end;
    cursor: pointer;
    position: absolute;
    right: 22px;
    z-index: 9999;
    background-color: transparent !important;
}

.minha-conta-header h3 {
    font-size: 1.222rem;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.minha-conta-header .login {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.minha-conta-header .login .form-row {
    width: 100%;
}

.submenu-open .carrinho_header a::before {
    filter: invert(1);
}

.submenu-open .form_busca button {
    filter: invert(1);
}

.submenu-open .qtd {
    background-color: #000;
    color: #fff;
}

.logo .dark {
    filter: invert(1);
    width: 75%;
}

.home .header:not(:hover) .logo .dark {
    filter: invert(0);
}

.submenu-open .logo {
    position: relative;
    z-index: -2;
}

.submenu-open .header {
    position: fixed;
}

.menu_header_dentro {
    display: flex;
    flex-direction: column !important;
}

.menu_header_dentro li a {
    font-size: 0.8889rem;
    font-weight: 400;
    text-transform: initial;
}

.submenu-items h4 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 9px;
}

.menu_footer.menu_suporte {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-width: 100%;
    justify-content: space-between;
}

.menu_footer.menu_suporte li {
    width: calc(50% - 5px);
    list-style: none;
    padding: 0px;
}

.menu_mobile {
    display: none;
}

.menu_tabs_mobile {
    background-color: #e5e5e5;
}

.menu_tabs_mobile .nav-item {
    margin: 0 15px;
}

.tab_pane_menu {
    padding: 0 15px;
}

.menu_tabs_mobile .nav-item a {
    color: #949494;
    border: none;
    padding: 0;
    padding-bottom: 15px;
    font-size: 1rem;
    text-transform: uppercase;
    padding-top: 26px;
}

.menu_tabs_mobile .nav-item a.active {
    color: #000;
    background-color: transparent !important;
    border-bottom: 1px solid;
}

.menu_items_mobile {
    margin: 0;
    padding: 0;
}

.menu_items_mobile li {
    border-bottom: 1px solid #b2b2b2;
    padding: 20px;
}

.menu_items_mobile li a {
    font-size: 1rem;
    text-transform: uppercase;
    display: flex;
    color: #000;
    align-items: center;
    justify-content: space-between;
}

.menu_items_mobile li a::after {
    content: '';
    width: 27px;
    height: 23px;
    background: url('../img/arrow_btn_white.png')no-repeat scroll center center transparent;
    filter: invert(1);
    background-size: 20px;
}

.submenu_mobile {
    display: none;
}

.submenu_mobile.active {
    display: block;
}

.back-button {
    display: none;
    /* Inicialmente escondido */
    margin-bottom: 10px;
    background-color: #e5e5e5 !important;
    padding: 20px;
    font-size: 1rem;
    text-transform: uppercase;
    color: #000;
    align-items: center;
    background-color: transparent;
    justify-content: space-between;
    justify-content: flex-start;
}

.back-button.show {
    display: flex;
}

.back-button::before {
    content: '';
    width: 27px;
    height: 23px;
    background: url('../img/arrow_btn_white.png')no-repeat scroll center center transparent;
    filter: invert(1);
    background-size: 20px;
    margin-right: 10px;
    transform: rotate(180deg);
}

.pseudo_none a::after {
    content: none !important;
}

.menu_icons_mobile {
    display: none;
    gap: 7px;
    margin-right: 10px;
}

.menu_icons_mobile li {
    display: flex;
}

.btn_busca_mobile::before {
    content: '';
    width: 19px;
    height: 19px;
    background: url('../img/icon_search.png')no-repeat scroll center center transparent;
    cursor: pointer;
    filter: invert(1);
    padding: 20px;
    background-size: 13px;
}

.submenu-open .btn_busca_mobile::before {
    filter: invert(1) !important;
}

.home .btn_busca_mobile::before {
    filter: invert(0);
}

.btn_busca_mobile {
    display: flex;
    cursor: pointer;
}

.form_buscar_produtos h4 {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.busca-sidebar {
    position: fixed;
    top: 0;
    right: -870px;
    width: 850px;
    background: white;
    padding: 50px;
    transition: right 0.4s ease-in-out;
    z-index: 1000;
    box-shadow: -5px 8px 11px -4px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -5px 8px 11px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -5px 8px 11px -4px rgba(0, 0, 0, 0.75);
}

.home .busca-sidebar {
    box-shadow: none !important
}

.busca-open .busca-sidebar {
    right: 0;
}

.busca-sidebar .input_search {
    border: 1px solid #000 !important;
    color: #000 !important;
}

.busca-sidebar .input_search::placeholder {
    color: #000 !important;
}

.busca-sidebar .form_busca button {
    filter: invert(1) !important;
}

.input_search_header {
    /* border: none !important; */
    /* border-bottom: 1px solid !important; */
    font-size: 12px;
    color: #000 !important;
    padding: 10px !important;
    background-color: transparent !important;
    width: 100%;
    border-radius: 100px;
    color: #000;
    fill: #000;
    border: 1px solid!important;
    border-color: #000;
    min-width: 250px;
}

.input_search_header::placeholder {
    color: #000;
}

.form_header_search {
    position: relative;
}

.btn_search_header::before {
    /* width: 36px; */
    /* height: 14px; */
    /* background: url('../img/arrow_btn_white.png')no-repeat scroll center center transparent !important; */
    content: '';
    filter: invert(1);
    /* background-size: 25px !important; */
}

.btn_search_header {
    position: relative;
    display: flex;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent !important;
    padding: 0 !important;
    align-items: center;
    height: 100%;
}

.listagem_produtos_busca {
    margin-top: 50px;
}

.item_cat_busca a {
    background-color: transparent !important;
    display: block;
    color: #000 !important;
}

.thumb_image_cat {
    display: flex;
    align-items: center;
    justify-content: center;
}

.listagem-produtos {
    max-height: 65vh;
    /* 70% da altura da tela do usuário */
    overflow-y: auto;
    /* Habilita a barra de rolagem vertical */
    padding-right: 10px;
    /* Espaço para a barra de rolagem */
}

.menu_icons_mobile .submenu-items {
    margin-top: 0 !important;
}

/* Estilizando a barra de rolagem (opcional) */
.listagem-produtos::-webkit-scrollbar {
    width: 8px;
    /* Largura da barra de rolagem */
}

.listagem-produtos::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Cor de fundo da barra de rolagem */
}

.listagem-produtos::-webkit-scrollbar-thumb {
    background: #888;
    /* Cor do "ponteiro" da barra de rolagem */
    border-radius: 4px;
    /* Borda arredondada */
}

.listagem-produtos::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Cor do "ponteiro" ao passar o mouse */
}

/* Sidebar do carrinho */
.cart-sidebar {
    position: fixed;
    top: 0;
    right: -870px;
    width: 850px;
    background: white;
    padding: 50px;
    transition: right 0.4s ease-in-out;
    z-index: 1000;
    box-shadow: -5px 8px 11px -4px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -5px 8px 11px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -5px 8px 11px -4px rgba(0, 0, 0, 0.75);
}

.home .cart-sidebar {
    box-shadow: none !important
}

/* Mostrar carrinho aberto */
.cart-open .cart-sidebar {
    right: 0;
}

.close-busca {
    background: url('../img/close-submenu.png')no-repeat scroll center center transparent;
    border: none;
    width: 19px;
    height: 19px;
    align-self: flex-end;
    cursor: pointer;
    position: absolute;
    right: 22px;
    z-index: 9999;
    background-color: transparent !important;
}

.close-cart {
    background: url('../img/close-submenu.png')no-repeat scroll center center transparent;
    border: none;
    width: 19px;
    height: 19px;
    align-self: flex-end;
    cursor: pointer;
    position: absolute;
    right: 22px;
    z-index: 9999;
    background-color: transparent !important;
}

.menu_carrinho {
    border-bottom: 1px solid;
    display: flex !important;
    justify-content: center;
}

.menu_carrinho li {
    padding: 0 !important;
    border: none !important;
    text-align: center;
    margin: 0 50px !important;
}

.menu_carrinho li a {
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    opacity: 0.4;
    position: relative;
    color: #000 !important;
    border: none !important;
    margin-bottom: 0px !important;
    padding: 0;
    padding-bottom: 15px;
}

.menu_carrinho li a::before {
    content: none;
}

.menu_carrinho li a.active::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    background-color: #000;
}

.menu_carrinho li a.active {
    opacity: 1;
}

.list_categorias {
    margin: 0 !important;
}

.list_categorias2 {
    margin: 0 !important;
}

.storefront-sorting {
    /* display: none; */
    margin-bottom: 22px !important;
}

.single-product div.product {
    margin-top: 22px !important;
}

.content_lista_produtos h2 {
    font-size: 3.8889rem;
    font-weight: 300;
    margin-bottom: 40px;
    text-transform: uppercase;
    line-height: 3.8889rem;
}

.content_lista_produtos h2 strong {
    font-weight: 800;
}

.content_lista_produtos h4 {
    font-weight: 800;
    font-size: 1rem;
    margin-bottom: 0
}

.content_lista_produtos p {
    font-size: 0.888rem;
    text-align: justify;
    text-align: center;
}

.pagination li {
    margin: 0 10px;
}

.pagination li a.page-numbers {
    color: #000 !important;
    opacity: 0.8;
}

.pagination,
.woocommerce-pagination {
    border: none !important;
}

.breadcrumb {
    color: #7f7f7f !important;
    font-weight: 400;
    margin-right: 100px;
    margin-bottom: 0;
    font-size: 0.94rem;
}

.breadcrumb span {
    color: #000;
    font-weight: 500;
}

.breadcrumb span a {
    color: #7f7f7f;
    font-weight: 400;
}

.data_product_header {
    display: flex;
    align-items: center;
}

.data_product_header h6 {
    font-size: 0.8333rem;
    margin-bottom: 0;
    font-weight: 500;
}

.btn_filtro::before {
    content: '';
    background: url('../img/icon_filtro.png')no-repeat scroll center center transparent;
    width: 20px;
    height: 16px;
    margin-right: 15px;
}

.btn_filtro {
    background-color: #000 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 0.888rem;
    display: flex;
    border-radius: 20px;
    padding: 8px 45px;
    align-items: center;
    margin-right: 14px;
}

.item_filtro_imagem {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 30%;
}

.item_filtro_imagem label {
    width: 30px;
    height: 30px;
    padding: 0 !important;
    border-radius: 25px !important;
    overflow: hidden;
    border: none !important;
}

.item_filtro_imagem p {
    margin-bottom: 0;
    font-size: 0.777rem;
    opacity: 0.7;
    font-weight: 500;
}

.opcoes_filtro {}

.opcoes_filtro label {
    display: inline-block;
    padding: 5px 20px;
    background-color: transparent;
    border-radius: 29px;
    cursor: pointer;
    border: 1px solid #999999;
    color: #999999;
    position: relative;
}

.opcoes_filtro input[type="checkbox"] {
    display: none;
    /* Esconde o input */
}

.opcoes_filtro input[type="checkbox"]:checked + label {
    background: #999999;
    color: #fff;
}

.item_filtro_imagem label {
    position: relative;
}

.item_filtro_imagem input[type="checkbox"]:checked + label::after {
    background: url('../img/check_color.png')no-repeat scroll center center transparent;
}

.item_filtro_imagem label::after {
    width: 30px;
    height: 30px;
    position: absolute;
    content: '';
    top: 0;
}

.item_filtro_imagem input[type="checkbox"]:checked + label + p {
    opacity: 1;
}

/* .item_filtro_imagem input[type="checkbox"]:checked + label::before {
    background: url('../img/check_color.png')no-repeat scroll center center transparent;
    width: 30px;
    height: 30px;
    position: absolute;
} */
.content_filtro {}

.woocommerce-ordering {
    margin: 0 !important;
    padding: 0 !important;
}

.orderby {
    padding: 8px 45px;
    border-radius: 26px;
}

.orderby {
    appearance: none;
    /* Remove o estilo padrão */
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1rem;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="gray"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 22px;
}

#filtro-sidebar {
    position: absolute;
    top: 0;
    right: -700px;
    width: 700px;
    background: white;
    padding: 50px;
    transition: right 0.4s ease-in-out;
    z-index: 1000;
    height: 100%;
}

.opcoes_filtro {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.opcoes_filtro li {}

.opcoes_filtro li a {}

/* Mostrar carrinho aberto */
.filtro-open #filtro-sidebar {
    right: 0;
}

#close-filtro {
    background: url('../img/close-submenu.png')no-repeat scroll center center transparent;
    border: none;
    width: 19px;
    height: 19px;
    align-self: flex-end;
    cursor: pointer;
    position: absolute;
    right: 35px;
    z-index: 9999;
}

.content_filtro h3 {
    text-transform: uppercase;
    font-size: 1.111rem;
    font-weight: 700;
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 20px;
}

.menu_filtro {
    margin: 0;
    padding: 0;
}

.menu_filtro .nav-item {
    border-bottom: 1px solid;
}

.menu_filtro .nav-item:last-child {
    border-bottom: none;
}

.menu_filtro .nav-item a {
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}

.menu_filtro .nav-item a::after {
    content: '';
    width: 18px;
    height: 18px;
    background: url('../img/plus.png')no-repeat scroll center center transparent;
}

.menu_filtro .nav-item a.active::after {
    background: url('../img/rectangle.png')no-repeat scroll center center transparent;
}

.menu_filtro .collapse {
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
}

/* Quando o conteúdo da aba estiver visível */
.menu_filtro .collapse.show {
    height: auto;
    /* O Bootstrap vai gerenciar a altura conforme o conteúdo */
}

/* Optional: Adicionando um pouco de padding para o conteúdo */
.menu_filtro .card-body {
    padding: 10px;
}

.content_filtro_item {
    padding: 25px 0;
    padding-top: 0;
}

.btn_limpar {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid !important;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.btn_limpar::before {
    content: none;
}

.btn_aplicar::before {
    content: none;
}

.btn_limpar::after {
    content: '';
    background: url('../img/trash.png')no-repeat scroll center center transparent;
    width: 20px;
    height: 28px;
}

.btn_aplicar {
    width: 100%;
    justify-content: space-between;
}

.btn_aplicar::before {
    content: '';
    background: url('../img/check.png')no-repeat scroll center center transparent;
    width: 22px;
    height: 18px;
    order: 2;
    display: flex;
    margin: 0;
}

.btns_filtro {
    display: flex;
    justify-content: space-between;
}

/* Container da galeria */
.product-gallery {
    max-width: 100%;
}

/* Área principal da galeria */
.gallery-main {}

/* Itens da galeria */
.gallery-item {
    position: relative;
    overflow: hidden;
    /* Mantém a proporção quadrada */
}

.gallery-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* Garante que a imagem cubra o espaço */
    aspect-ratio: 3 / 5;
}

/* Botão "Mostrar mais imagens" */
#load-more {
    display: block;
    padding: 10px 20px;
    background-color: #fff !important;
    color: #000;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    font-weight: 800;
    display: flex;
    -webkit-box-shadow: 3px 1px 24px -8px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 3px 1px 24px -8px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 3px 1px 24px -8px rgba(0, 0, 0, 0.75) !important;
    text-transform: uppercase;
    position: relative;
    z-index: 1000;
}

#load-more::after {
    content: '' !important;
    width: 13px;
    height: 18px;
    background: url('../img/down.png')no-repeat scroll center center transparent;
    margin-left: 15px;
}

#show-less::after {
    content: '' !important;
    width: 13px;
    height: 18px;
    background: url('../img/down.png')no-repeat scroll center center transparent;
    margin-left: 15px;
    transform: rotate(180deg);
}

#show-less {
    padding: 10px 20px;
    background-color: #fff !important;
    color: #000;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    font-weight: 800;
    -webkit-box-shadow: 3px 1px 24px -8px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 3px 1px 24px -8px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 3px 1px 24px -8px rgba(0, 0, 0, 0.75) !important;
    text-transform: uppercase;
}

/* Esconde as miniaturas inicialmente */
.hidden {
    display: none;
}

.btn_pagination_gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    top: -23px;
    position: relative;
}

.btn_pagination_gallery a {
    width: 222px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 34px;
}

.single_variation,
.reset_variations {
    display: none !important;
}

.produto-preco del {
    margin-right: 40px;
}

.content_single_product h1 {
    font-size: 1.66rem;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 40px;
}

h4.de-produto {
    font-size: 1.22rem;
    color: #000000;
    font-weight: 500;
}

.preco-riscado del {
    color: #999999;
    font-size: 1.22rem;
    font-weight: 600;
}

.preco-final {
    font-weight: 600;
}

.bloco_velor_final {
    display: flex;
}

.variable-items-wrapper {
    display: flex;
    margin-left: 0;
}

.variable-items-wrapper li {
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #fff;
}

.variable-items-wrapper li.selected {
    border: 1px solid #7f7f7f;
}

.variable-items-wrapper li img {
    border-radius: 0;
}

.variations .label {
    margin-bottom: 8px;
}

.variations label {
    text-transform: uppercase;
}

.variations .woo-selected-variation-item-name {
    text-transform: uppercase;
    color: #999999;
}

/* Estiliza a UL se tiver um determinado atributo */
ul[data-attribute_name="attribute_pa_tamanhos"] li {
    width: 72px;
    height: 38px;
    display: flex;
    border-radius: 26px;
    border: 1px solid #999999;
    align-items: center;
    justify-content: center;
    position: relative;
}

ul[data-attribute_name="attribute_pa_tamanhos"] li .variable-item-span {
    color: #999999;
}

ul[data-attribute_name="attribute_pa_tamanhos"] li.selected {
    background-color: #999999;
}

ul[data-attribute_name="attribute_pa_tamanhos"] li.selected .variable-item-span {
    color: #fff;
}

ul[data-attribute_name="attribute_pa_tamanhos"] li.disabled {
    background-color: #e7e7e7;
}

ul[data-attribute_name="attribute_pa_tamanhos"] li.disabled .variable-item-span {
    color: #999999;
}

ul[data-attribute_name="attribute_pa_tamanhos"] li.disabled::before {
    content: "";
    background: url('../img/bg_disable.png')no-repeat scroll center center transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 26px;
}

.btn_medidas::before {
    content: '';
    background: url('../img/measuring-tape.png')no-repeat scroll center center transparent;
    width: 23px;
    height: 18px;
    margin-right: 10px;
}

.btn_medidas {
    display: flex;
    color: #000 !important;
    text-decoration: underline;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px;
}

.content_single_product .woocommerce-variation-add-to-cart {
    margin-top: 15px !important;
}

.content_single_product .quantity {
    display: none !important;
}

.content_single_product .single_add_to_cart_button {
    border-radius: 30px;
    display: flex;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1111rem;
    font-weight: 800;
    width: 100%;
    background: url('../img/shopping_cart.png')no-repeat scroll center right #000 !important;
    background-position: calc(100% - 25px) center !important;
    padding: 14px 25px;
    letter-spacing: 1px;
}

.content_single_product .custom-button {
    padding: 12px 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.1111rem;
}

.single-product div.product {
    overflow: unset !important;
}

.single-product div.product form.cart {
    margin-bottom: 0 !important;
}

.title_single {
    display: flex;
    justify-content: space-between;
}

.woocommerce-message {
    margin-top: 25px;
}

.btn_favorito {
    background: url('../img/heart.png')no-repeat scroll center center transparent;
    width: 26px;
    height: 22px;
    margin-left: 20px;
}

.btn_favorito.select {
    background: url('../img/heart_select.png')no-repeat scroll center center transparent;
}

.content_single_product {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    overflow-y: auto;
    /* Se necessário */
}

.content_view_product {
    margin-top: 50px;
    margin-bottom: 50px;
}

.title_descricao::after {
    content: '';
    height: 1px;
    background-color: #000;
    width: 100%;
    margin-left: 15px;
}

.title_descricao {
    font-size: 1.667rem;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.dados_produto {
    margin-top: 50px;
    margin-bottom: 70px;
}

.dados_produto ul {}

.dados_produto ul li {
    background-color: #f0f0f0;
    margin-bottom: 20px;
    border-bottom: none !important;
    padding: 15px 30px !important;
}

.dados_produto ul li a {
    padding: 0px !important;
}

.dados_produto .content_filtro_item {
    padding: 40px;
}

.dados_produto .active {
    border-bottom: 1px solid !important;
}

.tecnologias_itens {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tecnologias_itens .itens_tech {
    display: flex;
    width: 300px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 45px;
    padding: 10px;
}

.tecnologias_itens .itens_tech img {
    max-width: 70px;
    height: auto;
}

.tecnologias_itens .itens_tech h3 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: 28px;
}

.title_item_caracteristica {
    font-size: 0.888rem;
    color: #a0a0a0;
    display: flex;
    position: relative;
    flex-direction: column;
    font-weight: 600;
}

.title_item_caracteristica::after {
    width: 100%;
    content: '';
    height: 4px;
    border-radius: 2px;
    background-color: #a0a0a0;
    margin-top: 3px;
}

.title_item_caracteristica.border_select {
    font-size: 0.888rem;
    color: #000;
    display: flex;
    position: relative;
    flex-direction: column;
}

.title_item_caracteristica.border_select::after {
    width: 100%;
    content: '';
    height: 4px;
    border-radius: 2px;
    background-color: #000;
    margin-top: 3px;
}

.title_item {
    font-size: 1rem;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    margin-bottom: 16px;
}

.item_faq {
    border-bottom: 1px solid;
    margin-bottom: 35px;
    padding-bottom: 35px;
}

.list_faq .row:last-child .item_faq {
    border-bottom: none;
}

.item_faq h3 {
    font-size: 1.111rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
}

.item_faq p {
    color: #585858;
    font-size: 0.944rem;
    margin-bottom: 0;
}

.custom-medidas ul {
    padding: 0;
    margin: 0;
    border: none;
}

.custom-medidas ul li {
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 1.1111rem;
    display: flex;
    align-items: center;
}

.custom-medidas ul li a {
    font-weight: 500 !important;
    font-size: 1.1111rem;
    color: #a0a0a0 !important;
    text-transform: uppercase;
    display: flex !important;
}

.custom-medidas ul li a::after {
    content: none !important;
}

.custom-medidas ul li h4 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.1111rem;
    text-transform: uppercase;
}

.custom-medidas .nav-item a.active {
    background-color: transparent !important;
    border: none !important;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
}

.custom-medidas .nav-item a.active::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 4px;
}

.custom-medidas .nav-item a.active::after {
    background: url('../img/Triangle.png')no-repeat scroll center center transparent;
    width: 12px;
    height: 5px;
    content: '' !important;
}

.grouped_elements::after {
    content: none !important;
}

.related h2 {
    text-align: left !important;
    font-size: 1.667rem !important;
    font-weight: 900;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
}

.related h2::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-left: 10px;
}

.title-container {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}

.title {
    font-size: 1.67rem;
    font-weight: bold;
    white-space: nowrap;
    margin-right: 10px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #000;
}

.line {
    flex-grow: 1;
    height: 1px;
    background-color: black;
}

.line.left {
    margin-right: 10px;
}

.title_avaliacoes {
    margin-bottom: 30px;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    font-size: 1.388rem;
    margin-bottom: 25px;
}

.product-rating .star-rating {
    font-size: 1.388rem;
}

.product-rating .rating-text {
    font-size: 1.388rem;
    color: #000;
    /* Cor do texto da nota */
    font-weight: 700;
}

.woocommerce .star-rating span::before {
    color: #000;
    /* Cor das estrelas vazias */
    font-family: 'Font Awesome 5 Free' !important;
}

.btn_comentario {
    color: #fff !important;
    background-color: #000 !important;
    padding: 16px 52px;
    font-size: 0.888rem;
    font-weight: 700;
    border-radius: 45px;
    text-transform: uppercase;
}

.form_avaliacao {
    max-width: 750px;
}

.comment-reply-title {
    font-size: 1.222rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.list_avaliacoes {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0;
}

.list_avaliacoes li {
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 30px;
}

.list_avaliacoes li:last-child {
    border-bottom: none
}

.data_coment {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 700;
}

.data_coment span {
    color: #585858;
    font-weight: 400;
}

.content_coment {
    margin-bottom: 10px;
}

.content_coment h3 {
    font-size: 1rem;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.content_coment p {
    color: #585858;
    font-size: 0.94rem;
}

.comment-notes {
    display: none;
}

.text_comentario {
    background-color: transparent !important;
    border: 1px solid #000;
    border-radius: 20px;
    max-height: 150px;
    outline: none !important;
    box-shadow: none !important;
}

.input_comentario {
    background-color: transparent !important;
    border: 1px solid #000 !important;
    border-radius: 20px;
    outline: none !important;
    box-shadow: none !important;
    padding: 12px 17px !important;
    width: 100%;
}

.comment-respond label {
    display: flex;
}

.comment-form {
    display: flex;
    flex-direction: column;
}

.comment-form-cookies-consent {
    order: 4;
}

.form-submit {
    order: 5;
}

.stars {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.stars .required {
    color: #000;
}

p.stars {
    font-size: 1.222rem;
}

p.stars.selected a.active::before {
    color: #000 !important;
}

p.stars.selected a.active:before,
p.stars:hover a:before,
p.stars.selected a:not(.active):before,
p.stars.selected a.active:before {
    color: #000 !important;
}

.comment-form-cookies-consent {
    display: flex;
}

.input_termos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.input_termos input {
    padding: 6px;
    width: 20px;
    height: 22px;
}

.input_termos label {
    font-size: 0.777rem;
}

.input_termos label a {
    text-decoration: underline;
    color: #000;
}

.comment-form-cookies-consent input {
    padding: 6px;
    width: 20px;
    height: 22px;
}

.comment-form-cookies-consent label {
    font-size: 0.777rem;
}

.form-submit {
    text-align: center;
}

.form-submit input {
    text-transform: uppercase;
    color: #fff !important;
    background-color: #000 !important;
    padding: 13px 50px !important;
    border-radius: 35px !important;
}

.box_avaliacoes {
    margin-top: 50px;
}

/**
* Carrinho CARRINHO
**/
.content_page_default h1 {
    font-size: 2.222rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
}

.shop_table td {
    padding: 0 !important;
    background-color: transparent !important;
}

.bloco_finalizar {
    width: 100%;
}

.product-thumbnail {
    width: 222px !important;
    padding-right: 30px !important;
}

.product-thumbnail img {
    max-width: 100% !important;
}

.linha {
    width: 100%;
    height: 1px;
    background-color: #b2b2b2;
    margin: 30px 0;
}

.product-thumbnail a {
    display: flex;
    padding-right: 30px;
}

table:not(.has-background) tbody td {
    background-color: transparent !important;
}

.box_quantidade {
    display: flex;
    margin-top: 50px;
}

.remover_item_cart {
    font-size: 0.888rem;
    font-weight: 600;
    display: flex;
    color: #000 !important;
    text-decoration: underline !important;
    align-items: center;
    margin-left: 70px;
}

.remover_item_cart::before {
    width: 17px;
    height: 20px;
    background: url('../img/delete.png')no-repeat scroll center center transparent;
    content: '';
    margin-right: 5px;
}

.custom-quantity-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid;
    border-radius: 30px;
    overflow: hidden;
}

.custom-qty-btn {
    background-color: transparent;
    border: none;
    padding: 10px 18px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    width: 50px;
}

.custom-qty-btn:hover {
    background-color: transparent;
}

.custom-qty-btn.minus {}

.custom-qty-btn.plus {}

.input_qtd {
    text-align: center;
    border: none;
    width: 40px;
    font-size: 0.944rem;
    background-color: transparent !important;
}

/* Remove as setas no Chrome, Safari, Edge e Opera */
.input_qtd::-webkit-inner-spin-button,
.input_qtd::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove as setas no Firefox */
.input_qtd {
    -moz-appearance: textfield;
}

.variation dt {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    color: #585858;
}

.variation dt p {
    font-weight: 500;
    color: #585858;
    margin-bottom: 0;
    font-size: 0.944rem;
    text-transform: capitalize;
}

.title_item_cart {
    color: #000;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}

.quantity .input_qtd {
    width: 2.235801em !important;
}

.cart_item .woocommerce-Price-amount {
    font-size: 1rem;
    color: #000;
    font-weight: 700;
}

.price_produt {
    text-align: right;
    font-weight: 700;
}

.amount {
    font-weight: 700;
}

table.shop_table_responsive tbody tr td,
table.shop_table_responsive tbody tr th {
    vertical-align: middle;
}

.cart-collaterals {
    background-color: #f0f0f0;
    padding: 48px;
}

.btn_update {
    background-color: #000 !important;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 23px !important;
}

.btn_update i {
    color: #fff !important;
    margin-left: 8px;
}

.input_text {
    background-color: transparent !important;
    border: 1px solid #000 !important;
    border-radius: 41px;
    outline: none !important;
    box-shadow: none !important;
    padding: 8px 17px !important;
}

.bloco_finalizar h2 {
    font-size: 2.222rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}

table:not(.has-background) th {
    background-color: transparent !important;
}

.bloco_finalizar td {
    text-align: right !important;
    border-bottom: 1px solid #a8a8a8;
}

.bloco_finalizar th {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 1rem;
    border-bottom: 1px solid #a8a8a8;
    padding: 25px 0;
}

.bloco_finalizar tr:last-child th,
.bloco_finalizar tr:last-child td {
    border-bottom: none
}

.woocommerce-remove-coupon {
    font-size: 0.788rem;
    font-weight: 600;
    display: flex;
    color: #000 !important;
    text-decoration: underline !important;
    align-items: center;
    margin-left: 0;
    justify-content: flex-end;
}

.woocommerce-remove-coupon::before {
    width: 14px;
    height: 16px;
    background: url('../img/delete.png')no-repeat scroll center center transparent;
    content: '';
    margin-right: 5px;
    background-size: cover;
}

.checkout-button {
    opacity: 1 !important;
    background-color: #000 !important;
    border-radius: 35px !important;
    padding: 12px !important;
    font-size: 1.111rem !important;
    font-weight: 700;
    text-transform: uppercase;
}

.button {
    opacity: 1 !important;
    background-color: #000 !important;
    border-radius: 35px !important;
    padding: 12px 35px !important;
    font-size: 1.111rem !important;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
}

.checkout-button::after {
    content: none !important;
}

.btn_white {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 35px;
    width: 100%;
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    color: #000 !important;
    font-size: 1.111rem;
    font-weight: 700;
    text-transform: uppercase;
}

.input-text {
    background-color: transparent !important;
    border: 1px solid #000 !important;
    border-radius: 35px;
    width: 100% !important;
    padding: 12px 20px !important;
}

.input-text::placeholder {
    color: #000 !important;
}

.textarea {
    background-color: transparent !important;
    border: 1px solid #000 !important;
    border-radius: 35px;
    width: 100% !important;
    padding: 12px 20px !important;
    outline: none !important;
    box-shadow: none !important;
}

.textarea::placeholder {
    color: #000 !important;
}

.woocommerce-input-wrapper .select2-selection--single {
    background-color: transparent !important;
    border: 1px solid #000 !important;
    border-radius: 35px;
    width: 100% !important;
    padding: 12px 20px !important;
    height: auto;
}

.woocommerce-input-wrapper .select2-selection__arrow {
    height: 100% !important;
}

#order_review_heading,
#order_review {
    width: auto !important;
    float: none !important;
}

.woocommerce-checkout-review-order {
    background-color: #f0f0f0 !important;
    padding: 50px;
}

.product-name {
    width: auto !important;
    padding: 0;
}

.product-total {
    width: auto !important;
    padding: 0;
}

.woocommerce-checkout-review-order-table .product-thumbnail img {
    width: 117px;
}

.woocommerce-checkout-review-order-table .product-thumbnail {
    width: 117px !important;
    padding-right: 15px !important;
}

.woocommerce-checkout-review-order-table .product-thumbnail a {
    padding: 0 !important;
}

.image_prod_checkout {
    position: relative;
}

.qtd_checkout {
    background-color: #000;
    border-radius: 25px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: -16px;
    right: -16px;
    margin-bottom: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.woocommerce-checkout-review-order-table td {
    vertical-align: middle;
}

.woocommerce-checkout-review-order-table tfoot td {
    text-align: right !important;
}

.woocommerce-checkout-review-order-table tfoot th {
    text-transform: uppercase;
}

.woocommerce-checkout-review-order-table .order-total .amount {
    font-size: 1.777rem;
}

.woocommerce-checkout-review-order-table .amount {
    font-weight: 700;
}

.woocommerce-checkout-review-order-table .order-total th {
    vertical-align: revert-layer;
}

.woocommerce-order-details {
    background: #f0f0f0;
    padding: 20px;
}

.woocommerce-order-details .order_details {
    background: #f0f0f0 !important;
}

.woocommerce-order-details__title {
    font-size: 2.222rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
}

.subtitle {
    font-size: 2.222rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
}

.image_prod_checkout {
    width: 117px;
}

.order-actions--heading {
    vertical-align: middle;
}

.woocommerce-order-details .product-name {
    width: 168px !important;
}

.menu_account li {
    margin-bottom: 12px;
}

.menu_account li a {
    color: #7f7f7f;
    font-size: 0.7444rem;
    text-transform: uppercase;
    border: 1px solid #7f7f7f;
    border-radius: 35px;
    display: flex;
    padding: 8px 22px;
}

.menu_account li a:hover {
    background-color: #7f7f7f;
    color: #fff;
}

.menu_account li.is-active a {
    background-color: #7f7f7f;
    color: #fff;
}

.menu_account h2 {
    color: #7f7f7f;
    font-size: 0.944rem;
}

.menu_account h2 span {
    color: #000 !important;
    font-size: 0.944rem;
    font-weight: 600;
}

.content_account {}

.content_data_account {
    border-top: 1px solid;
    border-bottom: 1px solid;
    text-align: center;
    padding: 50px 0px;
}

.content_data_account h4 {
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.content_data_account h3 {
    font-size: 1.22rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
}

.content_data_account a {
    font-size: 1.22rem;
    text-align: center;
    color: #000;
}

.btns_account {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 20px;
}

.edit-account fieldset {
    display: none;
}

.account-orders-table thead th {
    padding-bottom: 25px !important;
    font-size: 1rem !important;
}

.woocommerce-Address-title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.edit {
    margin: 0 !important;
}

.woocommerce-orders-table__cell-order-number a {
    color: #000 !important;
}

.remove-from-favorites {
    display: flex;
    position: absolute;
    top: 15px;
    right: 15px;
}

.remove-from-favorites::after {
    content: '';
    background: url('../img/trash.png')no-repeat scroll center center transparent;
    width: 20px;
    height: 28px;
}

.item_prod {
    position: relative;
}

.lost_password a {
    color: #000 !important;
}

.conteudo_parcelamento {
    text-align: center;
}

.conteudo_parcelamento h4 {
    font-size: 0.833rem;
    text-transform: uppercase;
    text-align: center;
}

.conteudo_parcelamento p {
    font-size: 0.833rem;
    text-align: center;
}

.parcela a {
    text-decoration: underline;
    color: #000 !important;
}

.mini-cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.mini-cart-item .product-thumbnail {
    width: 120px !important;
    padding-right: 10px !important;
}

.mini-cart-item .product-thumbnail a {
    padding-right: 0 !important;
}

.left_content {
    display: flex;
    align-items: center;
}

.mini-content h4 {
    margin-bottom: 2px;
    font-size: 0.888rem;
    text-transform: uppercase;
    font-weight: 700;
}

.mini-content h4 a {
    font-size: 0.888rem;
    color: #000 !important;
}

.mini-content h5 {
    margin-bottom: 2px;
    font-size: 0.888rem;
    text-transform: uppercase;
    font-weight: 700;
}

.mini-content .variation {
    margin-bottom: 2px;
    font-size: 0.888rem;
}

.bottom_cart_menu {
    border-top: 1px solid #b2b2b2;
    margin-top: 30px;
}

.mini-cart-subtotal {
    display: flex;
    margin-top: 12px;
    align-items: flex-end;
    justify-content: space-between
}

.mini-cart-subtotal p {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}

.mini-cart-subtotal h5 {
    font-size: 1.777rem;
    text-transform: uppercase;
    font-weight: 700;
}

.mini-cart-buttons a {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    color: #fff !important;
}

.mini-cart-buttons a::before {
    content: '';
    width: 27px;
    height: 23px;
    background: url('../img/shopping_cart.png') no-repeat scroll center center transparent;
    transition: filter 0.3s ease-in-out;
    order: 2;
    margin-left: 12px;
}

.list_cart {
    height: 148px;
    overflow-x: overlay;
}

.list_cart .mini-cart-item:last-child {
    margin-bottom: 0;
}

.main-content {
    flex: 1;
}

/* Seção O Atleta */
.o-atleta {
    background: #f5f5f5;
    padding: 0;
}

.o-atleta-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.o-atleta-imagem {
    flex: 1;
    overflow: hidden;
}

.o-atleta-imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Bloco de Texto */
.o-atleta-texto {
    background: #f5f5f5;
    text-align: center;
    padding: 50px;
    flex: 1;
}

.o-atleta-texto h2 {
    font-size: 5.555rem;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 40px;
}

.o-atleta-texto h2 strong {
    font-weight: bold;
}

.o-atleta-texto p {
    font-size: 1rem;
    color: #000000;
    margin-top: 10px;
    font-weight: bold;
}

/* Seção O Início */
.o-inicio {
    background: #fff;
    padding: 50px 0;
}

.o-inicio-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.o-inicio-texto {
    max-width: 800px;
    padding: 20px;
}

.o-inicio-texto h2 {
    font-size: 3.888rem;
    text-transform: uppercase;
    font-weight: 300;
}

.o-inicio-texto h2 strong {
    font-weight: bold;
}

.o-inicio-texto .subtitulo {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
    margin-top: 10px;
}

.o-inicio-texto .descricao {
    font-size: 1rem;
    color: #000;
    line-height: 1.5;
    margin-top: 10px;
}

.o-inicio-imagem {
    width: 100%;
    margin-top: 20px;
}

.o-inicio-imagem img {
    width: 100%;
    object-fit: cover;
}

/* Seção Disputa em Mundiais */
.disputa-mundiais {
    background: #fff;
    padding: 50px 20px;
    text-align: center;
}

.disputa-container {
    max-width: 900px;
    margin: 0 auto;
}

.disputa-container h2 {
    font-size: 3.888rem;
    text-transform: uppercase;
    font-weight: 300;
}

.disputa-container h2 strong {
    font-weight: bold;
}

.disputa-anos {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 30px;
}

.disputa-item {
    max-width: 350px;
}

.disputa-item h3 {
    font-size: 48px;
    font-weight: bold;
    color: #999;
    margin-bottom: 5px;
}

.disputa-item .titulo {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.disputa-item .descricao {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Galeria de Ciclismo */
.galeria-ciclismo {
    width: 100%;
    padding: 30px 0;
    background: #fff;
}

.galeria-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.galeria-container img {
    width: 33.33%;
    height: auto;
    object-fit: cover;
}

.auge-carreira {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
}

.auge-carreira-container {
    max-width: 900px;
    margin: 0 auto;
}

.auge-carreira h2 {
    font-size: 3.888rem;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.auge-carreira h2 strong {
    font-weight: bold;
}

.auge-carreira-subtitulo {
    font-size: 14px;
    font-weight: 800;
    margin-top: 10px;
    text-transform: uppercase;
}

.auge-carreira-texto {
    font-size: 1rem;
    color: #444;
    line-height: 1.6;
    margin-top: 15px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.auge-carreira-texto strong {
    font-weight: bold;
}

/*nova fase*/
.nova-fase {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #f0f0f0;
}

.nova-fase-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    width: 100%;
}

.nova-fase-bloco {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nova-fase-bloco.texto {
    text-align: left;
    display: flex;
    flex-direction: column;
    padding: 40px;
}

.nova-fase-bloco h2 {
    font-size: 3.888rem;
    font-weight: 300;
    text-transform: uppercase;
    flex-direction: column;
    text-align: start;
}

.nova-fase-bloco h2 strong {
    font-weight: bold;
}

.nova-fase-bloco p {
    font-size: 0.944rem;
    color: #444;
    line-height: 1.5;
    margin-top: 20px;
}

.nova-fase-bloco.imagem img {}

/*linha do tempo*/
.linha-do-tempo {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.linha-do-tempo-container {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.linha-do-tempo-anos {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
}

.linha-do-tempo-anos .ano {
    color: #b5b5b5;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: transparent !important;
}

.linha-do-tempo-anos .ano.ativo {
    color: black;
    font-size: 30px;
}

.linha-do-tempo-anos .seta {
    color: black;
    font-size: 30px;
    cursor: pointer;
}

.linha-do-tempo-content {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1;
}

.imagem-linha-do-tempo img {
    width: 280px;
    border-radius: 10px;
}

.linha-do-tempo-info {
    flex: 1;
}

.linha-do-tempo-info h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.linha-do-tempo-info p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.video-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    background: #f5f5f5;
}

.video-container {
    width: 100%;
    max-width: 800px;
    padding: 20px;
    border-radius: 10px;
}

.video-container img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.slick-prev {
    background: url('../img/arrow_up.png')no-repeat scroll center center transparent !important;
    width: 31px;
    height: 19px;
    border: none !important;
    outline: none !important;
}

.slick-next {
    background: url('../img/arrow_down.png')no-repeat scroll center center transparent !important;
    width: 31px;
    height: 19px;
    border: none !important;
    outline: none !important;
}

.timeline-controls {
    text-align: center;
}

.slick-current .ano {
    color: #000;
    font-size: 30px;
}

/*responsividade*/
@media (max-width: 768px) {
    .o-atleta-container {
        flex-direction: column;
    }

    .o-atleta-texto {
        padding: 30px;
    }

    .o-atleta-texto h2 {
        font-size: 28px;
    }

    .o-inicio-texto {
        padding: 15px;
    }

    .o-inicio-texto h2 {
        font-size: 28px;
    }

    .o-inicio-texto .descricao {
        font-size: 14px;
    }

    .disputa-anos {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .disputa-item {
        max-width: 100%;
    }

    .galeria-container {
        flex-direction: column;
        gap: 10px;
    }

    .galeria-container img {
        width: 100%;
    }

    .auge-carreira h2 {
        font-size: 28px;
    }

    .auge-carreira-texto {
        font-size: 14px;
        padding: 0 15px;
    }

    .nova-fase-container {
        grid-template-columns: 1fr;
    }

    .nova-fase-bloco {
        padding: 20px;
    }

    .nova-fase-bloco h2 {
        font-size: 24px;
        text-align: center;
    }

    .nova-fase-bloco p {
        text-align: center;
    }

    .linha-do-tempo-container {
        flex-direction: column;
        text-align: center;
    }

    .linha-do-tempo-anos {
        flex-direction: row;
        gap: 15px;
        margin-bottom: 20px;
    }

    .imagem-linha-do-tempo img {
        width: 200px;
    }

    .linha-do-tempo-content {
        flex-direction: column;
    }
}

/***
SOBRE 
*/

.sobre-nos {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50vh;
    object-fit: cover;
    background-color: #ccc;
}

.sobre-nos-img {
    flex: 1;
    height: 100%;
}

.sobre-nos-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sobre-nos-texto {
    flex: 1;
    text-align: center;
    padding: 40px;
}

.sobre-nos-texto h1 {
    font-size: 5.667rem;
    line-height: 5.667rem;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sobre-nos-texto h1 strong {
    font-weight: bold;
}

.sobre-nos-texto p {
    font-size: 1rem;
    color: #000;
    line-height: 1.5;
    max-width: 400px;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 700;
}

/*Historia*/
.historia-sucesso {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 50px 20px;
    background: #fff;
}

.container-sucesso {
    max-width: 900px;
    margin: 0 auto;
}

.container-sucesso h2 {
    font-size: 3.888rem;
    font-weight: 300;
    text-transform: uppercase;
}

.container-sucesso h2 strong {
    font-weight: bold;
}

.container-sucesso p {
    font-size: 0.944rem;
    color: #585858;
    line-height: 1.6;
    max-width: 800px;
    margin: 15px auto;
}

.botao-sucesso {
    background: black !important;
    color: white !important;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 30px;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 15px;
}

.botao-sucesso:hover {
    background: #333;
}

/* Seção Presente no Brasil e na França */
.presente-brasil-franca {
    background: #f5f5f5;
    padding: 50px 20px;
}

.presente-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.presente-texto {
    flex: 1;
    max-width: 600px;
}

.presente-icones {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    justify-content: flex-end;
}

.presente-icones img {
    width: 30px;
    height: auto;
}

.presente-texto h2 {
    font-size: 3.888rem;
    font-weight: 300;
    text-transform: uppercase;
}

.presente-texto h2 strong {
    font-weight: bold;
}

.presente-subtitulo {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0;
    color: #000 !important;
}

.presente-texto p {
    font-size: 16px;
    color: #585858;
    line-height: 1.6;
    margin-bottom: 10px;
}

.presente-texto p strong {
    color: black;
}

/* Imagem ao lado direito */
.presente-imagem {
    flex: 1;
}

.presente-imagem img {
    width: 100%;
    border-radius: 10px;
}

/* Seção Nossa Missão */
.nossa-missao {
    background: white;
    padding: 50px 20px;
    text-align: center;
}

.nossa-missao-container {
    max-width: 900px;
    margin: 0 auto;
}

.nossa-missao h2 {
    font-size: 2.777rem;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 2.777rem;
}

.nossa-missao h2 strong {
    font-weight: bold;
}

.nossa-missao p {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    color: black;
    line-height: 1rem;
}

/* Seção Depoimento */
.depoimento {
    background: #f5f5f5;
    padding: 50px 20px;
    display: flex;
    justify-content: center;
}

.depoimento-container {
    max-width: 800px;
    display: flex;
    align-items: center;
    gap: 50px;
}

.depoimento-imagem img {
    border-radius: 50%;
    object-fit: cover;
}

.depoimento-texto {
    flex: 1;
}

.depoimento-texto p {
    font-size: 1.111rem;
    color: #000;
    font-style: italic;
    line-height: 1.5;
}

.depoimento-texto hr {
    width: 50px;
    border: 1px solid black;
    margin: 10px 0;
}

.depoimento-texto strong {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

/* Responsividade */
@media (max-width: 768px) {
    .sobre-nos {
        flex-direction: column;
        height: auto;
    }

    .sobre-nos-img {
        width: 100%;
        height: 250px;
    }

    .sobre-nos-texto {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 50px 20px;
        height: 300px;
    }

    .container-sucesso h2 {
        font-size: 28px;
    }

    .container-sucesso p {
        font-size: 14px;
        padding: 0 15px;
    }

    .botao-sucesso {
        font-size: 14px;
        padding: 10px 20px;
    }

    .presente-container {
        flex-direction: column;
        text-align: center;
    }

    .presente-texto {
        max-width: 100%;
    }

    .presente-imagem img {
        border-radius: 0;
    }

    .nossa-missao h2 {
        font-size: 22px;
    }

    .nossa-missao p {
        font-size: 12px;
    }

    .depoimento-container {
        flex-direction: column;
        text-align: center;
    }

    .depoimento-imagem img {
        width: 80px;
        height: 80px;
    }

    .depoimento-texto hr {
        margin: 10px auto;
    }
}

/**
Trabalhe conosco
*/

/* Seção Trabalhe Conosco */
.trabalhe-conosco {
    position: relative;
    background: url('../img/trabalhe_conosco.png') no-repeat center center;
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Overlay para melhor leitura */
.trabalhe-overlay {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Texto centralizado */
.trabalhe-texto {
    text-align: center;
    color: white !important;
}

.trabalhe-texto h2 {
    font-size: 24px;
    font-weight: 300;
    color: #fff !important;
}

.trabalhe-texto h1 {
    font-size: 36px;
    font-weight: 800;
    color: #fff !important;
}

.trabalhe-texto p {
    font-size: 14px;
    margin-top: 10px;
    max-width: 600px;
    color: #fff !important;
}

/* Seção Benefícios */
.beneficios {
    background: #f5f5f5;
    padding: 40px 0;
    text-align: center;
}

.beneficios-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

/* Estilização dos cards */
.beneficio {
    background: #f5f5f5;
    border: 1px solid #000000;
    padding: 20px;
    flex: 1;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Ajuste das imagens (ícones) */
.beneficio img {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}

.beneficio h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.beneficio p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}

/* Formulário Currículo */
.formulario-curriculo {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
    width: 100%;
}

.formulario-curriculo h2 {
    font-size: 32px;
    font-weight: 400;
}

.destaque {
    font-weight: 700;
}

/* Campos do formulário */
.curriculo-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.campo-duplo {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.campo-duplo input,
.campo textarea {
    flex: 1;
    padding: 12px;
    border: 1px solid #000;
    border-radius: 20px;
    font-size: 14px;
    width: 100%;
}

/* Campo de Anexo */
.campo-anexo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid black;
    width: 100%;
}

/* Botão de Envio de Currículo (texto) */
.envie-seu-curriculo {
    font-size: 14px;
    font-weight: bold;
}

/* Botão de Buscar Currículo */
.botao-buscar {
    background: black;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.botao-buscar:hover {
    background: #333;
}

/* Campo de observação */
.campo textarea {
    width: 100%;
    height: 80px;
    resize: none;
}

/* Recaptcha */
.campo-recaptcha {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.recaptcha-placeholder {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}

/* Termos e Condições */
.campo-termos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 14px;
}

.campo-termos a {
    text-decoration: underline;
    color: #000 !important;
}

/* Botão de Envio */
.botao-enviar-curriculo {
    background: black !important;
    color: white !important;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 20px !important;
    transition: all 0.3s ease;
    margin: 20px auto;
    width: 20%;
}

.botao-enviar-curriculo:hover {}

/* Responsividade */
@media (max-width: 768px) {
    .campo-duplo {
        flex-direction: column;
    }

    .campo-anexo {
        flex-direction: column;
    }

    .envie-seu-curriculo {
        margin-bottom: 10px;
    }

    .botao-enviar-curriculo {
        width: 100%;
    }
}

.form_input {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.form_input span {}

input[type=submit]:disabled {
    opacity: 1 !important;
}

/* Esconde o input de arquivo padrão */
.input_file {
    display: none;
}

/* Estilo personalizado para o botão de upload */
.custom-file-upload {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0073e6;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.custom-file-upload:hover {
    background-color: #005bb5;
}

/* Estilo para o texto "ENVIE SEU CURRÍCULO" */
.envie-seu-curriculo {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
}

/* Estilo para o botão "BUSCAR CURRÍCULO" */
.botao-buscar {
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.campo-anexo .wpcf7-form-control-wrap {
    display: none !important;
}

/* FALE CONOSCO */
.fale-conosco {
    padding: 50px 20px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.container-contato {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fale-conosco-header {
    text-align: center;
    max-width: 600px;
    margin-bottom: 20px;
    width: 100%;
}

.fale-conosco h1 {
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
}

.fale-conosco h1 strong {
    font-weight: bold;
}

.fale-conosco .subtitulo {
    font-size: 14px;
}

/* Opções de contato - Corrigindo Alinhamento */
.opcoes-contato {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.opcoes-contato .wpcf7-radio {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 800px;
}


.opcao {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    background: #f5f5f5;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
}

.opcoes-contato .wpcf7-list-item label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    background: #f5f5f5;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
}

.opcoes-contato .wpcf7-list-item {
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    background: #f5f5f5;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
}

.opcoes-contato .wpcf7-list-item input {
    display: none;
}

.opcao input {
    display: none;
}

.opcao input:checked + span {
    border: 1px solid black;
    padding: 5px;
    border-radius: 5px;
}

.opcoes-contato .wpcf7-list-item input:checked + span {
    border: 1px solid black;
    padding: 5px;
    border-radius: 5px;
}

/* Linha divisória */
hr {
    border: 1px solid #ddd;
    margin: 20px 0;
    width: 100%;
}

/* Formulário */
.form-fale-conosco {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.campo {
    width: 100%;
}

.campo input,
.campo select,
.campo textarea,
.campo-duplo input,
.campo-duplo select {
    width: 100%;
    padding: 13px;
    border: 1px solid #000000;
    border-radius: 20px;
    font-size: 14px;
}

/* Melhorando alinhamento dos campos */
.campo-duplo {
    display: flex;
    gap: 10px;
}

.campo-duplo input,
.campo-duplo select {
    flex: 1;
}

/* Recaptcha */
.recaptcha {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
}

/* Política de Privacidade */
.politica {
    font-size: 12px;
    margin: 10px 0;
    display: flex;
    justify-content: center;
}

.politica a {
    text-decoration: underline;
    color: black;
}

/* Botão de Enviar */
.botao-enviar {
    background: black !important;
    color: white !important;
    border: none;
    padding: 10px 40px !important;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 20px !important;
    transition: all 0.3s ease;
    margin: 0 auto;
}

.botao-enviar:hover {}

.informacoes-garantia {
    position: relative;
    width: 100%;
    height: 300px;
    background: url('../img/contato1.png') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Overlay escuro para melhorar contraste */
.informacoes-garantia .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

/* Conteúdo centralizado */
.conteudo-garantia {
    position: relative;
    z-index: 2;
    color: white;
}

.conteudo-garantia h2 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.4;
}

.conteudo-garantia h2 strong {
    font-weight: 800;
}

.botao-confirma {
    margin-top: 15px;
    padding: 10px 25px;
    border: none;
    border-radius: 25px;
    background: white;
    color: black;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

.botao-confirma:hover {
    background: #ddd;
}

/*localizacao*/
.localizacao {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Estilização do mapa */
.mapa-container {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
}

.mapa-container img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
}

/* Estilização do bloco de informações */
.info-localizacao {
    flex: 1;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-localizacao img {
    width: 40px;
    margin-bottom: 10px;
}

.info-localizacao h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.info-localizacao p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Botão "Como Chegar" */
.botao-localizacao {
    background: black !important;
    color: white !important;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.botao-localizacao:hover {}

.page_contato {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin: 30px auto 0px auto;
    flex: 1;
    align-items: stretch;
    overflow-x: hidden;
}

.wpcf7 {
    width: 100%;
}

@media (max-width: 768px) {
    .campo-duplo {
        flex-direction: column;
    }

    .form-fale-conosco {
        width: 100%;
    }

    .opcoes-contato {
        flex-direction: column;
    }

    .informacoes-garantia {
        height: 250px;
    }

    .conteudo-garantia h2 {
        font-size: 18px;
    }

    .botao-confirma {
        padding: 8px 20px;
        font-size: 12px;
    }

    .localizacao {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .mapa-container {
        width: 100%;
    }

    .mapa-container img {
        width: 100%;
        height: auto;
    }

    .info-localizacao {
        width: 100%;
    }
}

/* MEDIDAS*/
.page_medidas {
    flex: 1;
}

.tabela-medidas {
    text-align: center;
    padding: 50px 20px;
    background: white;
}

.container-medidas {
    max-width: 900px;
    margin: 0 auto;
}

.container-medidas h2 {
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
}

.container-medidas h2 strong {
    font-weight: bold;
}

.subtitulo {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
}

.descricao {
    font-size: 14px;
    color: #666;
    max-width: 700px;
    margin: 15px auto;
    line-height: 1.5;
}

.descricao strong {
    font-weight: bold;
}

.tabela-medidas2 {
    text-align: center;
    padding: 50px 20px;
    background: rgb(204, 204, 204);
}

.tabela-medidas2 .tabela-medidas-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* Estilização da Tabela */
.tabela-medidas2 .tabela-medidas-tabela {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.tabela-medidas2 .tabela-medidas-tabela th,
.tabela-medidas2 .tabela-medidas-tabela td {
    padding: 10px;
    border-bottom: 1px solid #7c7c7c;
    font-weight: 500;
}

.tabela-medidas2 .tabela-medidas-tabela td {
    color: #353535;
    font-weight: bold;
    font-size: 12px;
}

.tabela-medidas2 .tabela-medidas-tabela th {
    font-weight: bold;
}

/* Texto e Destaques */
.tabela-medidas2 .tabela-medidas-descricao {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    text-align: left;
}

.tabela-medidas2 .tabela-medidas-destaque {
    color: red;
    font-weight: bold;
}

/* Imagem ao Lado */
.tabela-medidas2 .tabela-medidas-imagem {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.tabela-medidas2 .tabela-medidas-imagem img {
    width: 100%;
    max-width: 250px;
}

/*como medir*/
.como-medir {
    width: 100%;
    padding: 40px 20px;
    text-align: center;
}

.como-medir-container {
    max-width: 1000px;
    margin: 0 auto;
}

/* Título */
.como-medir h2 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 300;
}

.como-medir h2 strong {
    font-weight: bold;
}

/* Parágrafo */
.como-medir p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Tabela */
.como-medir-tabela {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.como-medir-tabela td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: 14px;
}

/* Texto de exemplo */
.como-medir-exemplo {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/*fita metrica*/
.fita-metrica {
    display: flex;
    justify-content: center;
}

.fita-metrica img {
    margin-bottom: 40px;
    height: 500px;
}

/* Responsividade */
@media (max-width: 768px) {
    .tabela-medidas2 .tabela-medidas-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .tabela-medidas2 .tabela-medidas-descricao {
        text-align: center;
    }

    .tabela-medidas2 .tabela-medidas-imagem {
        flex-direction: column;
        gap: 5px;
    }

    .tabela-medidas2 .tabela-medidas-imagem img {
        width: 80%;
        max-width: 250px;
    }

    .como-medir h2 {
        font-size: 28px;
    }

    .como-medir p,
    .como-medir-tabela td,
    .como-medir-exemplo {
        font-size: 13px;
    }

    .fita-metrica img {
        width: 100%;
        height: 100%;
    }
}

/**
PERSONALIZADOS
*/
.page_interna {
    padding: 45px 0;
}

.page_personalizados .content_lista_produtos h1 {
    font-size: 3.888rem;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 3.888rem;
}

.page_personalizados .content_lista_produtos h1 strong {
    font-weight: 900;
}

.page_personalizados .content_lista_produtos h4 {
    text-transform: uppercase;
}

.banner_personalizados {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.box_tecnologias {
    padding: 90px 0;
    padding-bottom: 45px;
}

.title_box_personalizados {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 2.2222rem;
}

.title_box_personalizados strong {
    font-weight: 900;
}

.custom-nav.disabled {
    display: none;
}

.list_personalizados .owl-prev:hover {
    background-color: #000 !important;
}

.list_personalizados .owl-next:hover {
    background-color: #000 !important;
}

.box_listagem_personalizados .title_box_category {
    position: relative;
    justify-content: center;
}

.box_listagem_personalizados .custom-nav {
    position: absolute;
    right: 0;
}

.msg_warning {
    font-size: 0.777rem;
    background-color: #e8cb77;
    padding: 5px 20px;
    border-radius: 25px;
    display: table;
    text-transform: uppercase;
    font-weight: 500;
}

.msg_warning::before {
    content: '';
    background: url('../img/warning.png')no-repeat scroll center center transparent;
    width: 18px;
    height: 17px;
    float: left;
    margin-right: 7px;
}

.item_como_personalizar {
    text-align: center;
}

.item_como_personalizar label {
    font-size: 5.16rem;
    color: #000;
    opacity: 0.3;
    margin-bottom: 0px;
    line-height: 5.16rem;
    font-weight: 900;
}

.item_como_personalizar h6 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.388rem;
    margin-bottom: 20px;
}

.item_como_personalizar p {
    color: #585858;
    text-transform: uppercase;
    font-size: 0.944;
}

.box_solicite_personalizado {
    padding: 90px 0;
    background-color: #eaeaea;
}

.dados_contato_personalizado > p {
    font-size: 1.22rem;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.data_contact {
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    padding: 20px 30px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    font-size: 1rem;
}

.data_contact a {
    color: #000 !important;
}

.data_contact::after {
    content: '';
    width: 21px;
    height: 15px;
    background: url('../img/next.png')no-repeat scroll center center transparent;
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    right: 30px;
}

.icon_email::before {
    content: '';
    background: url('../img/mail.png')no-repeat scroll center center transparent;
    width: 22px;
    height: 18px;
    margin-right: 16px;
}

.icon_email a {
    font-size: 0.833rem;
    text-transform: none;
}

.border_right {
    border-right: 1px solid #b2b2b2;
}

.box_como_personalizar {
    padding-bottom: 90px;
}

.title_depoimentos {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
}

.title_depoimentos::after {
    background: url('../img/citar.png')no-repeat scroll center center transparent;
    width: 76px;
    height: 58px;
    content: '';
    margin-top: 25px;
}

.box_depoimentos {
    padding: 90px 0;
}

.depoimentos .owl-dots {
    margin: 0;
    padding: 0 50px;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
}

.depoimentos .item_depoimento {
    text-align: center;
}

.depoimentos .item_depoimento p {
    color: #585858;
    font-size: 1rem;
    margin-bottom: 20px;
    font-style: italic;
}

.depoimentos .item_depoimento h6 {
    text-transform: uppercase;
    color: #000;
    font-size: 1.111rem;
}

.depoimentos .owl-dot {
    width: 40px;
    height: 2px;
    background-color: #b2b2b2 !important;
    margin: 0 2px;
}

.depoimentos .owl-dot.active {
    background-color: #000 !important;
}

.box_depoimentos .owl-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 50%;
    /* Posiciona o início do elemento no meio */
    transform: translateX(-50%);
    /* Move o elemento de volta 50% da própria largura */
}

.depoimentos .owl-prev {
    width: 15px;
    height: 25px;
    background: url('../img/left_arrow.png')no-repeat scroll center center transparent !important;
}

.depoimentos .owl-next {
    width: 15px;
    height: 25px;
    background: url('../img/rigth_arrow.png')no-repeat scroll center center transparent !important;
}

.content_produto_personalizado {}

.content_produto_personalizado h1 {
    font-size: 1.66rem;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 15px;
}

.content_text h1 {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 15px;
}

.content_text h2 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

.content_text h3 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

.content_text h4 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

.content_text h5 {
    font-size: 0.777rem;
    background-color: #e8cb77;
    padding: 5px 20px;
    border-radius: 25px;
    display: table;
    text-transform: uppercase;
    font-weight: 500;
}

.content_text h6 {
    font-size: 0.777rem;
    font-weight: 400;
}

.content_text p {
    color: #585858;
    font-size: 0.944rem
}

.breadcrumb_single {
    padding: 50px 0;
}

.breadcrumb_single a {
    color: #7f7f7f !important;
}

.itens_caracteristicas h4 {
    font-size: 1.222rem;
    border: 1px solid #000;
    display: flex;
    text-transform: uppercase;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    line-height: 1.222rem;
    padding: 20px 0px;
    margin-bottom: 30px;
}

.thumb_item_info {
    position: relative;
    margin-bottom: 30px;
}

.thumb_item_info img {
    margin: 0 auto;

}

.number_item {
    position: absolute;
    width: 58px;
    height: 58px;
    background-color: #000;
    color: #fff;
    font-weight: 900;
    bottom: 16px;
    left: 30px;
    border-radius: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.informacao-item {
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.informacao-item h3 {
    font-size: 1.388rem;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

.informacao-item p {
    font-size: 0.944rem;
    text-transform: uppercase;
    color: #585858;
    font-weight: 400;
    margin-bottom: 0;
}

.informacoes-container .informacao-item:last-child {
    border: none !important;
}

.show-password-input {
    background-color: transparent !important;
    top: 50% !important;
    margin-top: -22px !important;
}

.content_login_google {
    text-align: center;
    padding: 30px 0;
}

.content_login_google h4 {
    font-size: 1.111rem;
    margin-bottom: 30px;
    font-weight: 400;
}

.content_login_google p {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.btn_google {
    border: 1px solid #b2b2b2;
    border-radius: 30px;
    display: flex;
    padding: 8px 28px;
    align-items: center;
    justify-content: space-between;
}

.btn_google::after {
    width: 24px;
    height: 23px;
    background: url('../img/google.png')no-repeat scroll center center transparent;
    content: '';
}

.content_login_google h6 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.content_login_google .line {
    background-color: #b2b2b2;
}

.content_login_google .title_avaliacoes {
    margin-bottom: 0;
    margin-top: 20px;
}

.btn_black {
    background-color: #000 !important;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff !important;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    border: 1px solid;
}

.menu_cadastro_woocommcerce .btn_black {
    width: 100%;
}

.menu_login_woocommerce .menu_cadastro_woocommcerce .btn_black::before {
    background: url('../img/arrow_btn_white.png')no-repeat scroll center center transparent;
    width: 25px;
    height: 22px;
    content: '';
    background-size: 20px;
    order: 2;
}

.menu_login_woocommerce .woocommerce-form-login__submit {
    background-color: #000 !important;
    padding: 10px 20px !important;
    border-radius: 30px;
    color: #fff !important;
    font-weight: 700;
    display: flex !important;
    justify-content: space-between;
    border: 1px solid;
    width: 100% !important;
    margin-top: 20px;
}

.lost_password a {
    font-size: 0.944rem;
}

.woocommerce-form-login__submit::before {
    background: url('../img/arrow_btn_white.png')no-repeat scroll center center transparent;
    width: 25px;
    height: 22px;
    content: '';
    background-size: 20px;
    order: 2;
}

.btn_black::after {
    background: url('../img/arrow_btn_white.png')no-repeat scroll center center transparent;
    width: 25px;
    height: 22px;
    content: '';
    background-size: 20px;
}

.btn_black.transparent {
    background-color: transparent !important;
    color: #000 !important;
}

.btn_black.transparent::after {
    filter: invert(1);
}

.menu_login_woocommerce {
    display: none;
    position: relative;
}

.menu_cadastro_woocommcerce {
    display: none;
    position: relative;
}

.btn_close {
    background: url('../img/close-submenu.png') no-repeat scroll center center transparent;
    border: none;
    width: 19px;
    height: 19px;
    align-self: flex-end;
    cursor: pointer;
    position: absolute;
    right: 0;
    z-index: 9999;
    padding: 0 !important;
    z-index: 9999;
    background-color: transparent !important;
}

.woocommerce-privacy-policy-text p {
    display: none;
}

.woocommerce-form__label {
    font-size: 0.888rem;
    font-weight: 400;
}

.woocommerce-form__label a {
    font-size: 0.888rem !important;
    text-decoration: underline !important;
    text-transform: lowercase;
    font-weight: 400;
}

/* GARANTIA */

/*texto garantia*/
.texto-garantia {
    text-align: center;
    padding: 40px 20px;
}

.texto-garantia h2 {
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.texto-garantia p {
    font-size: 12px;
    font-weight: 800;
    color: #242424;
    text-transform: uppercase;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.4;
}

/*garantia valida*/
.garantia-valida {
    text-align: center;
    padding: 30px 20px;
}

.garantia-valida h2 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.garantia-valida h2 span {
    font-weight: 800;
}

.garantia-valida .subtitulo {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
    margin-top: 20px;
}

.garantia-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1100px;
    margin: 20px auto;
    gap: 20px;
}

.garantia-grid ul {
    list-style: none;
    padding: 0;
}

.garantia-grid li {
    font-size: 14px;
    color: #444;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 8px;
    margin-bottom: 8px;
    text-align: left;
}

.garantia-produtos {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 20px;
}

.garantia-produtos h2 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.garantia-produtos h2 strong {
    font-weight: 800;
}

.garantia-produtos .subtitulo {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
    margin-top: 20px;
}

.garantia-produtos-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    text-align: left;
}

.garantia-texto p {
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
    line-height: 1.5;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 8px;
}

.garantia-importante {
    padding: 15px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

/*Garantia nao valida*/
.garantia-nao-valida {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 20px;
}

.garantia-nao-valida h2 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.garantia-nao-valida h2 strong {
    font-weight: 800;
}

.garantia-nao-valida .subtitulo {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
    margin-top: 20px;
}

.garantia-nao-valida .garantia-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    text-align: left;
}

.garantia-nao-valida ul {
    list-style: none;
    padding: 0;
}

.garantia-nao-valida ul li {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

/*Solicitar garantia*/
.solicitar-garantia {
    text-align: center;
    background: #ebebeb;
    padding: 40px 20px;
}

/* Título */
.solicitar-garantia h2 {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.solicitar-garantia h2 strong {
    font-weight: 800;
}

/* Grid das etapas */
.garantia-etapas {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

/* Cada etapa */
.etapa {
    background: white;
    padding: 20px;
    width: 300px;
    /* border-radius: 10px; */
    text-align: center;
    /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.etapa img {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
    display: unset;
}

.etapa p {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Documentos necessários */
.documentos-necessarios {
    margin-top: 60px;
}

/* Título dos documentos */
.documentos-necessarios h3 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.documentos-necessarios h3 strong {
    font-weight: 800;
}

/* Subtítulo */
.documentos-necessarios .subtitulo {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    max-width: 600px;
    margin: 0 auto 20px;
}

/* Grid dos documentos */
.documentos-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
}

/* Cada documento */
.documento {
    padding: 15px;
    width: 350px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid black;
    align-content: center;
    justify-content: center;
}

.documento img {
    width: 40px;
    height: auto;
}

.documento p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

/*Prazo para devolucao*/
.prazo-devolucao {
    text-align: center;
    padding: 40px 20px;
    max-width: 800px;
    margin: 0 auto;
}

.prazo-devolucao h2 {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.prazo-devolucao h2 strong {
    font-weight: 800;
}

.prazo-devolucao .descricao {
    font-size: 14px;
    color: #666;
    max-width: 600px;
    margin: 0 auto 20px;
    line-height: 1.5;
}

.prazo-devolucao .destaque {
    font-size: 14px;
    font-weight: bolder;
    text-transform: uppercase;
    max-width: 650px;
    margin: 15px auto;
    color: #141414;
    letter-spacing: 1px;
}

.botao-contato {
    background: black !important;
    color: white !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 25px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.botao-contato:hover {}

.btn_sair {
    background: black !important;
    color: white !important;
    font-size: 1rem;
    padding: 5px 20px;
    border-radius: 30px;
}

.btn_sair::after {
    background: url('../img/close-submenu.png')no-repeat scroll center center transparent;
    width: 30px;
    height: 30px;
    background-size: 14px;
    content: '';
    filter: invert(1);
}

.content_page {
    padding-top: 70px;
    padding-bottom: 50px;
}

.content_page h1 {
    font-size: 3.888rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.content_page h2 {
    font-size: 2.722rem;
    text-transform: uppercase;
    font-weight: 700;
}

.content_page h3 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
}

.content_page h4 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}

.content_page h5 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}

.content_page h6 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}

.content_page p {
    font-size: 1rem;
    font-weight: 400;
}

.content_page a {
    text-decoration: underline;
    color: #000 !important;
}

.carrinho_vazio {
    margin-top: 50px;
}

.carrinho_vazio a {
    color: #fff !important;
}


/* Personalizados - 11/09/25 */


.pers-banner img {
    width: 100%;
}

.content_lista_produtos p {
    font-size: 1em;
}

.vantagens ul li:before {
    content: "\00BB";
    margin-right: 6px;
}

.tecnologias img {
    width: 60px
}

.tecnologias h3 {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 1.2em;
}

.categorias-ciclismo img {
    margin: 0 auto;
}

.categorias-ciclismo h3 {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 1em;
}

.page-personalizado .catalogo-personalizaveis p {
    font-weight: 500;
    font-size: 0.9rem;
}

.page-personalizado .catalogo-personalizaveis .tecnologias ol {
    counter-reset: section;
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.page-personalizado .catalogo-personalizaveis .tecnologias ol li {
    padding-bottom: 10px;
    font-size: 0.9rem;
}

.page-personalizado .catalogo-personalizaveis .tecnologias ol li:before {
    display: block;
    counter-increment: section;
    font-weight: 700;
    content: counters(section, "") " ";
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 100%;
    font-size: 0.7rem;
    float: left;
    margin-right: 10px;
    width: 26px;
    height: 26px;
}

.menu_header .menu > .menu-item {
    margin: 0;
}

.menu_header .menu > .menu-item > a {
    padding: 20px 10px;
}

.menu_header .menu > .menu-item > a > .nav-list-arrow svg {
    fill: #000;
    transform: rotate(90deg);
    font-size: .875em;
    display: inline-block;
    font-size: inherit;
    width: 1em;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
    margin-left: 5px;
}

.menu_header .menu .desktop-dropdown {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear .3s,opacity .3s linear;
    position: fixed;
    top: calc(100% - 10px);
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
}

.menu_header .menu .desktop-dropdown > ul.sub-menu {
    background: rgba(0,0,0,.9);
    padding: 40px 10vw;
    text-align: left;
    column-count: 4;
    column-gap: 20px;
    align-items: flex-start;
    display: block;
}

.menu_header .menu > .menu-item:hover > .desktop-dropdown {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0s;
}

.menu_header .menu .desktop-dropdown > ul.sub-menu li {
    display: block;
    margin: 0;
    padding: 0;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.menu_header .menu .desktop-dropdown > ul.sub-menu li a {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    font-weight: 400;
    color: #fff;
}

.menu_header .menu .desktop-dropdown > ul.sub-menu > li > a {
    font-weight: 700;
}

.menu_header .menu .desktop-dropdown > ul.sub-menu > li .sub-menu {
    padding: 0;
    margin: 0 0 30px 0;
    display: block;
}

.menu_header .menu .desktop-dropdown > ul.sub-menu > li .sub-menu .sub-menu {
    display: block;
}

.menu-utilities{
    gap:0!important;
}

@media (max-width: 575.98px) {
    .page_personalizados .content_lista_produtos h1 {
        font-size: 2.288rem;
        line-height: 2.288rem;
    }
}
