:root {
    --tnm-primary: #9cff00;
    --tnm-lightgray: #edf2ed;
    --tnm-darkblue: #101820;
    --tnm-lightblue: #16222b;
    --tnm-otherdarkblue: #0d1419;
    --tnm-mainpink: #ee436f;
}

.transit-400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.no-padding-hrt{
    padding-left: 0;
    padding-right: 0;
}

/*header.wp-block-template-part {*/
/*    position: sticky;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    z-index: 999;*/
/*    transition: all 400ms ease;*/
/*    will-change: transform;*/
/*    !*border-bottom: 2px var(--tnm-darkblue) solid;*!*/
/*    border-bottom: none;*/
/*}*/

/*RESP MENU*/
/*.main-header{*/
/*    position: fixed;*/
/*    width: 100%;*/
/*}*/

/*.main-header .wp-block-navigation__responsive-container-close{*/
/*    right: 10px;*/
/*    top: 10px;*/
/*}*/


/* Oculta menu em mobile e ativa botão ☰ */
@media (max-width: 768px) {
    .main-menu {
        display: none;
        width: 100%;
        margin-top: 1rem;
    }

    .menu-toggle {
        display: block;
    }

    .menu-toggle.active + .main-menu {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
}

.smart-header {
    transition: transform 0.3s ease;
    position: sticky;
    top: 0;
    z-index: 999;
}

.smart-header.hide-on-scroll {
    transform: translateY(-100%);
}

/* Esconde botão ☰ no desktop */
@media (min-width: 769px) {
    .menu-toggle {
        display: none !important;
    }

    .main-menu {
        display: flex !important;
        gap: 2rem;
    }
}


/*FIM RESP MENU*/
.sep-header{
    width: 100%;
    min-height: 102px;
    background: var(--tnm-darkblue);
    margin-top: -100px !important;
}

.j-vrt{
    display: flex;
    align-items: center;
}

.hover-primary .wp-block-button__link{
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}


.hover-primary .wp-block-button__link:hover {
    background: var(--tnm-primary) !important;
    color: var(--tnm-darkblue)  !important;
}

.hover-secundary .wp-block-button__link{
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}


.hover-secundary .wp-block-button__link:hover {
    background: var(--tnm-darkblue) !important;
    color: var(--tnm-primary)  !important;
}

header .wp-block-navigation-item__content{
    text-decoration: none !important;
}

.hero-home{
    overflow: hidden;
}


.hm-merc{
    overflow: hidden;
}

.hm-ciclo{
    overflow: hidden;
}

.hm-frm{
    overflow: hidden;
}

.circles-diagram {
    position: relative;
    width: 100%;
    max-width: 490px;
    height: 440px;
    margin: 0 auto;
}

.circle {
    position: absolute;
    width: 300px;
    height: 300px;
    border: 2px solid rgba(68,101,122, 0.70);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(22, 34, 43, 0.70);
    backdrop-filter: blur(0px);
    transition: all 0.3s ease;
    transform: scale(1.0);
}

.circle:hover {
    z-index: 11;
}

.circle-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    align-items: flex-start;
    padding-top: 12%;
}

.circle-top:hover {
    border-color: rgba(68,101,122, 1);
    background: rgba(22, 34, 43, 1);
    transform: scale(1.05) translateX(-48%);
    backdrop-filter: blur(10px);
}

.circle-left {
    bottom: 0;
    left: 0;
    transform: rotate(60deg);
    z-index: 10;
    align-items: flex-end;
    padding-bottom: 12%;
}

.circle-left:hover {
    border-color: rgba(68,101,122, 1);
    background: rgba(22, 34, 43, 1);
    transform: scale(1.05);
    backdrop-filter: blur(10px);
}

.circle-right {
    bottom: 0;
    right: 0;
    transform: rotate(-60deg);
    z-index: 8;
    align-items: flex-end;
    padding-bottom: 12%;
}

.circle-right:hover {
    border-color: rgba(68,101,122, 1);
    background: rgba(22, 34, 43, 1);
    transform: scale(1.05);
    backdrop-filter: blur(10px);
}

.circle-content {
    text-align: center;
    color: white;
    z-index: 2;
    transform: rotate(0deg);
}

/*.circle-left .circle-content {*/
/*    transform: rotate(15deg);*/
/*}*/

/*.circle-right .circle-content {*/
/*    transform: rotate(-15deg);*/
/*}*/

.circle-content h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
}

.circle-content h6 {
    font-size: 0.9rem;
    margin: 0;
    opacity: 0.9;
    font-weight: 300;
}

.logo-center {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-55%, -50%);
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    padding: 15px;
}

.logo-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.how-we-roll-section {
    position: relative;
    overflow: hidden;
}

.text-lines-container {
    display: flex;
    flex-direction: column;
}

.text-line {
    white-space: nowrap;
    will-change: transform;
    transition: transform 0.1s linear;
}

.text-white {
    color: #fff;
}

.repeating-text {
    display: inline-block;
}

.hm-accs .hm-accs-p{
    width: 40% !important;
}

.ciclo-p{
    width: 50% !important;
}

.wrapper-ciclo{
    position: relative;
}

.wrapper-ciclo .ciclo{
    cursor: pointer;
}

.wrapper-ciclo .ciclo p{
    opacity: 0;
    transform: translateX(-10px);
}

.wrapper-ciclo .ciclo h2, .wrapper-ciclo .ciclo h4, .wrapper-ciclo .ciclo p{
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.wrapper-ciclo .ciclo:hover h2, .wrapper-ciclo .ciclo:hover h4{
    color: var(--tnm-primary) !important;
}

.wrapper-ciclo .ciclo:hover p{
    opacity: 1;
    transform: translateX(0px);
}

.ciclo-grid{
    position: relative;
    z-index: 2;
}

.wrapper-circle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    max-width: 615px;
    z-index: 1;
}

.cls-1{
    fill:#16222b;
    stroke:#44657a;
    stroke-miterlimit:10;
    stroke-width:4px;
    transition: fill 0.3s ease;
}
.cls-2{
    fill:#edf2ed;
    transition: fill 0.3s ease;
}
.cls-3{
    opacity:.7;
}

.wrapper-ciclo:has(.ciclo-1:hover) .cls-1.qd-1 {
    fill: #374b58 !important;
}
.wrapper-ciclo:has(.ciclo-2:hover) .cls-1.qd-2 {
    fill: #374b58 !important;
}
.wrapper-ciclo:has(.ciclo-3:hover) .cls-1.qd-3 {
    fill: #374b58 !important;
}
.wrapper-ciclo:has(.ciclo-4:hover) .cls-1.qd-4 {
    fill: #374b58 !important;
}

.wrapper-ciclo:has(.ciclo-1:hover) .cls-2.qtd-1 {
    fill: var(--tnm-primary) !important;
}
.wrapper-ciclo:has(.ciclo-2:hover) .cls-2.qtd-2 {
    fill: var(--tnm-primary) !important;
}
.wrapper-ciclo:has(.ciclo-3:hover) .cls-2.qtd-3 {
    fill: var(--tnm-primary) !important;
}
.wrapper-ciclo:has(.ciclo-4:hover) .cls-2.qtd-4 {
    fill: var(--tnm-primary) !important;
}

.home-img-bg{
    overflow: hidden;
}

.home-img-bg h2{
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none;
    white-space: nowrap;
    will-change: transform;
    transition: transform 0.1s linear;
}

.form-container {
    /*display: grid;*/
    /*grid-template-columns: 1fr 1fr;*/
    /*gap: 20px;*/
    /*max-width: 800px;*/
    /*width: 100%;*/
    /*padding: 20px;*/
}

.form-container input {
    background-color: transparent;
    border: 1px solid #a3ff00;
    border-radius: 14px;
    padding: 15px 20px;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

.form-container input::placeholder {
    color: #c0c0c0;
}

.form-container .form-button {
    grid-column: 2;
    background-color: #a3ff00;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    border: none;
    border-radius: 14px;
    padding: 18px 0;
    cursor: pointer;
    transition: background-color 0.3s;
}

.form-container .form-button:hover {
    background-color: #ee436f;
    color: var(--tnm-lightgray);
}

.footer-icons .footer-icon a{
    transform: scale(1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-icons .footer-icon:hover a{
    transform: scale(1.2);
}

.footer-link-item a{
    text-decoration: none !important;
}

.footer-link-item .wp-block-image img{
    padding-bottom: 5px;
}

.footer-link-item .footer-wrapper-img-1{
    position: relative;
    width: 20px;
    height: 20px;
}

.footer-link-item .footer-wrapper-img-1 figure{
    position: absolute;
}

.footer-link-item .footer-wrapper-img-1{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    transform: rotate(0deg);
}

.footer-link-item:hover .footer-wrapper-img-1{
    transform: rotate(45deg);
}

.footer-link-item .icon-img-1{
    opacity: 1;
}
.footer-link-item:hover .icon-img-1{
    opacity: 0;
}
.footer-link-item .icon-img-2{
    opacity: 0;
}
.footer-link-item:hover .icon-img-2{
    opacity: 1;
}

.tnm-content-text{
    width: 100% !important;
    max-width: 100% !important;
}

.wrapper-ciclo .ciclo p.block-editor-rich-text__editable{
    opacity: 1 !important;
}
/*.wp-block-navigation__responsive-container-open{*/
/*    position: absolute;*/
/*    z-index: 99999;*/
/*    left: 0;*/
/*    top: -14px;*/
/*}*/

.wpcf7-response-output{
    border: none !important;
    background: #16222b !important;
    border-top: 1px solid #16222b !important;
    padding: 12px 16px 16px !important;
    color: var(--tnm-lightgray) !important;
}
