/* ==========================
      Importação de Fonte
========================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

/* ==========================
          Estilos Gerais
========================== */

html,
body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 100%;
}

header {
    background-color: black;
    width: 100%;
    height: 7vh;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 1000;
}

.logo-header {
    display: flex;
    align-items: center;
}

.logo-header img {
    height: 50px;
    scale: 0.65;
}

nav {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    margin-left: 32vw;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

nav ul li {
    position: relative;
}

nav ul li a {
    font-family: "Poppins", sans-serif;
    border-radius: 5px;
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    padding: 20px;
    transition: all 0.3s ease;
}

nav ul li a:hover {
    color: #12d6c6;
}


/* =============================
 Estilizando o Submenu (Dropdown)
============================= */

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 10.1);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
}

.menu-item:hover .submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0s;
    background-color: #000000;
}

.submenu li {
    display: block;
}

.submenu li a {
    display: block;
    width: 100%;
    padding: 10px 15px;
    color: white;
    text-decoration: none;
    font-size: 12px;
    border-radius: 3px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-sizing: border-box;
    white-space: nowrap;
}

.submenu li a:hover {
    background-color: #44444480;
    padding-left: 20px;
}


/* ==========================
        Menu Mobile
========================== */

.a-mobile {
    display: none;
    font-family: "Poppins", serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
}

.hamburguer {
    font-family: "Poppins", serif;
    font-optical-sizing: auto;
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 4px;
    color: white;
    display: none;
}

.nav-mobile-1 {
    justify-content: space-between;
    align-items: center;
    height: 8vh;
    display: none;
    border: none;
    padding-top: 0px;
    list-style-type: none;
    margin: 0;
}

.mobile-menu {
    display: none;
    cursor: pointer;
}

.mobile-menu div {
    width: 32px;
    height: 3px;
    background-color: #ffffff;
    margin: 6px;
    transition: 0.3s;
    display: none;
}

.a-mobile-1 {
    display: none;
    font-family: "Poppins", serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: rgb(95, 95, 95);
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
}

#main-screen {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-image: url(../assets/img/equipamentos/FUTURO/FUTURO.jpeg);
    aspect-ratio: 5 / 2;
    background-size: 100%;
    background-repeat: no-repeat;
}

#hr-main {
    height: 20px;
    background-color: rgb(255, 255, 255);
    border: none;
    margin: 0;
}

.atr-three-models {
    width: 100%;
    min-height: 210vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.screen-atr-s {
    width: 100%;
    height: 60vh;
    display: flex;
}

.img-atr-s {
    width: 50%;
    background-image: url(../assets/img/equipamentos/FUTURO/FOTOS149.webp);
    aspect-ratio: 4 / 3;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}

.text-atr-s {
    width: 40%;
    height: 60%;
    margin: 0 5%;
}

.h1-atr-s {
    font-size: 1.5rem;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 800;
    color: rgb(0, 0, 0);
    margin-left: 5vh;
}

.p-atr-s {
    font-size: 1.1rem;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    color: rgb(0, 0, 0);
    margin: 5vh 5vh 2vh;
    text-align: justify;
}

.screen-atr-x {
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: start;
    flex-direction: row-reverse;
    margin: 0;
}

.img-atr-x {
    width: 50%;
    height: 100%;
    background-image: url(../assets/img/equipamentos/FUTURO/FOTOS159.webp);
    background-size: 100%;
    aspect-ratio: 4 / 3;
    background-repeat: no-repeat;
    background-position: right;
}

.text-atr-x {
    width: 40%;
    height: 60%;
    margin: 2% 5% 0 5%;
}

.h1-atr-x {
    font-size: 1.5rem;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 800;
    color: rgb(0, 0, 0);
    margin: 5vh;
    text-align: right;
}

.p-atr-x {
    font-size: 1.1rem;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    color: rgb(0, 0, 0);
    margin: 5vh 5vh 2vh;
    text-align: justify;
}

.screen-atr-duo {
    width: 100%;
    height: 70vh;
    display: flex;
    align-items: start;
}

.img-atr-duo {
    width: 50%;
    height: 100%;
    background-image: url(../assets/img/equipamentos/FUTURO/ATRE.webp);
    aspect-ratio: 4 / 3;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: end;
}

.text-atr-duo {
    width: 40%;
    height: 60%;
    margin: 0 5%;
}

.h1-atr-duo {
    font-size: 1.5rem;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 800;
    color: rgb(0, 0, 0);
    margin-left: 5vh;
}

.p-atr-duo {
    font-size: 1.1rem;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    color: rgb(0, 0, 0);
    margin: 5vh 5vh 2vh;
    text-align: justify;
}

#p-manual-atr-s,
#p-manual-atr-x,
#p-manual-atr-duo {
    font-size: 1rem;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    color: rgb(126, 126, 126);
    margin: 1vh 5vh;
    display: none;
}

#p-manual-atr-x {
    text-align: right;
    display: inline-block;
    justify-content: end;
    margin: 0;
}

.a-manual {
    text-decoration: none;
}

.link-interesse {
    text-decoration: none;
    color: #2f94e8;
    display: flex;
}

.link-atr-s {
    font-size: 1.1rem;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    color: rgb(0, 0, 0);
    margin: 2vh 5vh;
    text-align: justify;
}

.link-atr-x {
    font-size: 1.1rem;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    color: rgb(0, 0, 0);
    margin: 2vh 5vh;
    text-align: justify;
}

.link-atr-duo {
    font-size: 1.1rem;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    color: rgb(0, 0, 0);
    margin: 2vh 5vh;
    text-align: justify;
}

.link-and-manual {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 93.5%;
    margin: 0 5vh 0 0;
}

.hr-transition-page {
    height: 20px;
    background-color: rgb(255, 255, 255);
    border: none;
    margin: 0;
}

.text {
    width: 100%;
    height: 18vh;
    display: flex;
    align-items: center;
}

#equipamentos {
    color: #343A40;
    margin: 0;
    margin-left: 4vw;
}

.galeria-container {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.galeria {
    width: 100%;
    height: 100vh;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    text-align: center;
    margin: 0;
}

.item {
    display: inline-block;
    width: calc((70% - 90px) / 3);
    max-height: 120vh;
    margin: 0 15px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.item:hover {
    scale: 1.02;
    transition: 0.3s;
}

.item img {
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    display: block;
    margin: 0;
}

.texts-gallery {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    padding-left: 5px;
    color: rgb(255, 255, 255);
    font-family: "Poppins", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 3.5em;
    margin: 0;
}

.container {
    max-width: 35vw;
    margin: 0 auto;
    background: rgb(235, 235, 235);
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: relative;
    z-index: 10;
}

.section-title {
    font-size: 1rem;
    font-weight: bold;
    color: hsl(0, 0%, 20%);
}

.details-section {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 1vh;
    font-size: 14px;
}

.detail-item {
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    transition: background 0.3s;
}

.detail-item:hover {
    background: #f8f9fa;
}

.detail-value {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.detail-label {
    font-size: 12px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.toggle-icon {
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 20px;
    transition: transform 0.3s ease;
}

.toggle-icon.collapsed {
    transform: rotate(-90deg);
}

.details-section {
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.details-section.collapsed {
    max-height: 0;
}

.toggle-icon {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.toggle-icon svg {
    transition: transform 0.3s ease;
}

.fa,
.fa-file-pdf-o {
    font-size: 24px;
    color: red;
}


/* ==========================
            Footer
========================== */

.footer-copy {
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    background-color: #222;
    color: #fff;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
}

.social-icons a {
    color: #ffffff;
    font-size: 24px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #23562e;
}


/* ==========================
    Responsividade Mobile
========================== */

@media (max-width: 900px) {
    #main-screen {
        background-image: url(../assets/img/equipamentos/FUTURO/FUTURO-MOBILE.png);
        background-size: 100%;
        width: 100%;
        height: auto;
        aspect-ratio: 5 / 7;
    }
    #hr-main {
        height: 10px;
        background-color: black;
        border: none;
    }
    #screen-grunner-info {
        width: 100%;
        height: 180vh;
        margin: 0;
        padding: 0;
    }
    #text-info {
        width: 80vw;
        height: 60%;
    }
    #h3-info {
        font-size: 18px;
        text-align: justify;
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 600;
    }
    #h2-info {
        font-size: 20px;
        text-align: justify;
        padding-bottom: 2vh;
        margin-top: -260px;
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 800;
    }
    .hr-transition-page {
        height: 10px;
    }
    #screen-video-text-cards {
        height: 150vh;
    }
    #text-video {
        width: 100%;
        height: 50%;
        display: flex;
        flex-direction: column;
    }
    #text {
        width: 100%;
        height: 60%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: rgb(0, 0, 0);
    }
    #video {
        width: 100%;
        height: 80%;
        background-color: rgba(0, 0, 0);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .text-h2-h3 {
        margin-left: 6vh;
    }
    #text-h2 {
        font-size: 22px;
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 500;
        color: white;
        margin-top: 3vh;
    }
    #text-h3 {
        font-size: 18px;
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 500;
        color: rgb(190, 190, 190);
        margin-top: 15px;
    }
    video {
        width: 80%;
        height: auto;
        border-radius: 15px;
        border: 1px solid #12d6c6;
        box-shadow: none;
        margin: 0;
    }
    #video-sobre {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        object-fit: cover;
    }
    #section-principles {
        height: 60%;
        justify-content: center;
        align-items: center;
    }
    #div-cards {
        width: 100%;
        height: 90vh;
        display: grid;
        gap: 10px;
        grid-template-columns: minmax(300px, 1fr);
        margin: 0;
        place-items: center;
        padding: 10px;
    }
    .all-cards {
        width: 80vw;
        height: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid rgba(0, 0, 0, 0.573);
        border-radius: 15px;
    }
    .mobile-menu {
        display: block;
        padding: 10px;
    }
    .nav-list-mobile>li {
        margin-right: 0;
        opacity: 0;
        display: block;
        line-height: 1.2em;
    }
    .nav-list-mobile {
        position: absolute;
        top: 8vh;
        right: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(15px);
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: start;
        padding: 15px 25px;
        transform: translateX(100%);
        transition: transform 0.2s ease-in;
        overflow-y: auto;
        line-height: 1.2em;
    }
    ul {
        display: block;
    }
    .a-mobile {
        display: block;
        text-align: right;
    }
    .a-mobile-1 {
        display: block;
    }
    .hamburguer {
        display: block;
    }
    .main-mobile {
        display: block;
    }
    .mobile-menu div {
        display: block;
    }
    .nav-mobile-1 {
        display: flex;
    }
    .menu-item {
        display: none;
    }
    .submenu {
        display: none;
    }
    .cookie-consent {
        display: none;
    }
    .cookie-consent p {
        display: none;
    }
    .cookie-consent .btn {
        display: none;
    }
    .cookie-consent .btn:hover {
        display: none;
    }
    .navbar-desktop {
        display: none;
    }
    .logo-header {
        display: none;
    }
    .header-desktop {
        width: 100%;
        height: 8vh;
        padding: 0;
        margin: 0;
    }
    .imgformobile {
        display: block;
        max-width: 40vw;
        height: 7vh;
        padding-left: 10px;
        margin: 5px auto;
        transform: scale(0.8);
    }
    nav ul li a:hover {
        color: white;
    }
    .galeria {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: none;
        padding: 20px 0;
        height: auto;
        display: flex;
        gap: 0;
        padding-left: 8%;
    }
    .item {
        max-height: 95vh;
        flex: 0 0 90%;
        margin: 0;
        scroll-snap-align: none;
        min-width: 85%;
        margin-bottom: 40px;
    }
    .item img {
        width: 90%;
        aspect-ratio: 9 / 16;
    }
    .text {
        height: 15vh;
    }
    .atr-three-models {
        width: 100%;
        max-height: 360vh;
        height: auto;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: column;
    }
    .screen-atr-s {
        width: 100%;
        max-height: 125vh;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
    }
    .img-atr-s {
        width: 100%;
        aspect-ratio: 4 / 3;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top;
        margin-top: 10px;
    }
    .text-atr-s {
        width: 90%;
        height: 100%;
        margin: 0 5%;
    }
    .h1-atr-s {
        font-size: 28px;
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 800;
        color: rgb(0, 0, 0);
        margin: 5vh 5vh 2vh;
    }
    .p-atr-s {
        font-size: 16px;
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 500;
        color: rgb(0, 0, 0);
        margin: 5vh 5vh 2vh;
    }
    .screen-atr-x {
        width: 100%;
        max-height: 125vh;
        height: auto;
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        margin: 0;
    }
    .img-atr-x {
        width: 100%;
        background-size: 100%;
        aspect-ratio: 4 / 3;
        background-position: right;
        margin-top: 10px;
    }
    .text-atr-x {
        width: 90%;
        height: 50%;
        margin: 0 5%;
    }
    .h1-atr-x {
        font-size: 28px;
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 800;
        color: rgb(0, 0, 0);
        margin: 5vh 5vh 2vh;
        text-align: right;
    }
    .p-atr-x {
        font-size: 16px;
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 500;
        color: rgb(0, 0, 0);
        margin: 5vh 5vh 2vh;
        text-align: justify;
    }
    .screen-atr-duo {
        width: 100%;
        max-height: 125vh;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
    }
    .img-atr-duo {
        width: 100%;
        aspect-ratio: 4 / 3;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: right;
        padding-bottom: 10px;
        margin-top: 10px;
    }
    .text-atr-duo {
        width: 90%;
        height: 100%;
        margin: 0 5%;
    }
    .h1-atr-duo {
        font-size: 28px;
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 800;
        color: rgb(0, 0, 0);
        margin: 5vh 5vh 2vh;
    }
    .p-atr-duo {
        font-size: 16px;
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 500;
        color: rgb(0, 0, 0);
        margin: 5vh 5vh 2vh;
    }
    .link-atr-s,
    .link-atr-x,
    .link-atr-duo {
        font-size: 16px;
        margin: 2vh 5vh;
    }
    .link-and-manual {
        width: 90%;
    }
    #p-manual-atr-x {
        font-size: 16px;
    }
    .container {
        display: none;
    }
}

.nav-list-mobile.active {
    transform: translateX(0);
    gap: 0;
    padding-right: 10px;
}

.has-submenu1 {
    position: relative;
}

.submenu1 {
    display: none;
}

.submenu1-active {
    display: block !important;
    text-align: right;
}

.submenu1-active li {
    margin: 0;
    padding: 0;
}

.submenu1 li {
    opacity: 1 !important;
    animation: none !important;
    margin: 0;
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateX(0);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.mobile-menu.active .line1 {
    transform: rotate(-45deg) translate(-8px, 8px);
}

.mobile-menu.active .line2 {
    opacity: 0;
}

.mobile-menu.active .line3 {
    transform: rotate(45deg) translate(-5px, -7px);
}