section#menu-floating-product{
    padding: 0;
    border-bottom: 1px solid #EAECF0;
    height: 72px;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 200;
    background-color: #fff;

    .menu-mobile{
        display: none;
    }
}

section#menu-floating-product .menu-right .login {
    color: var(--blue-third);
    padding: 7px 20px;
    transition: .3s;
    border-radius: 6px;
    transition: .3s;
}

section#menu-floating-product .menu-right .login:hover {
    background-color: #EDEDFC;
    color: var(--blue-primary);
    transition: .3s;
}

section#menu-floating-product .fale-conosco {
    border: 1px solid var(--yellow-primary);
    color: #121296;
    padding: 7px 20px;
    border-radius: 6px;
    transition: all .5s;
}

section#menu-floating-product .fale-conosco:hover {
    background-color: var(--blue-primary);
    border: 1px solid var(--blue-primary);
    color: var(--yellow-primary);
    transition: all .5s;
}

section#menu-floating-product .menu-right #search-bar-floating{
    display: flex;
    align-items: stretch;
    display: none;
}

section#menu-floating-product .menu-right #search-bar-floating input {
    display: flex;
    width: 60px;
    height: 37px;
    color: #000;
    padding: 8px 0 8px 30px;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    border: 1px solid #D0D5DD;
    background: var(--white);
    font-size: 15px;
    font-family: var(--aventa-medium);
    transition: width .5s ease-in-out;
    position: relative;
    z-index: 9;
}

/*section#menu-floating-product .menu-right #search-bar-floating input:hover {
    width: 290px;
}*/

section#menu-floating-product .menu-right #search-bar-floating input:focus {
    outline: none;
}

section#menu-floating-product .menu-right #search-bar-floating input::placeholder {
    color: #000;
}

section#menu-floating-product .menu-right #search-bar-floating button {
    position: relative;
    z-index: 10;
    left: 28px;
    top: 6px;
    background: transparent;
    border: none;
    height: 16px;
    cursor: pointer;
}

section#main-product{
    height: 702px;

    h1{
        font-family: var(--aventa-black);
        font-size: 48px;
        line-height: 48px;
        letter-spacing: -0.02em;
        text-align: center;
        width: 498px;
        margin: 0 auto;
    }

    p{
        font-family: var(--aventa-medium);
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: center;
        color: #667085;
        width: 430px;
        margin: auto;
        padding: 25px 0;
    }

    a{
        font-family: var(--aventa-medium);
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: left;
        color: #121296;
        width: 254px;
        height: 41px;
        border-radius: 8px;
        gap: 8px;
        background: #D4D4FF;
        box-shadow: 0px 1px 2px 0px #1018280D;
        display: flex;
        margin: auto;
        justify-content: center;
        align-items: center;
     
    }
}

section#cards {
    background: #F6F6FF;
    height: 400px;
}

section#cards .cards-product{
    position: relative;
    top: -160px;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section#cards .cards-product .cards-product-wrap{
    display: flex;
    flex-direction: column;
    gap: 52px;
}

section#cards .cards-product .cards-product-wrap-single{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 344px;
    height: 62px;
    border-radius: 8px;
    border: 1px;
    gap: 10px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px #1018280D;
    background-color: #fff;
}

section#cards .cards-product .cards-product-wrap:nth-of-type(1) .cards-product-wrap-single:nth-of-type(1){
    position: relative;
    left: 150px;
    top: 15px;
    z-index: 1;
}

section#cards .cards-product .cards-product-wrap:nth-of-type(1) .cards-product-wrap-single:nth-of-type(2){
    position: relative;
    left: 85px;
    top: 15px;
    z-index: 1;
}

section#cards .cards-product .card-two{
    width: 502px;
    height: 407px;
}

section#cards .cards-product .cards-product-wrap:nth-of-type(1) .cards-product-wrap-single:nth-of-type(3){
    position: relative;
    left: 200px;
    top: 15px;
    z-index: 1;
}

section#cards .cards-product .cards-product-wrap:nth-of-type(3) .cards-product-wrap-single:nth-of-type(1){
    position: relative;
    left: -125px;
    top: 5px;
    z-index: 1;
}

section#cards .cards-product .cards-product-wrap:nth-of-type(3) .cards-product-wrap-single:nth-of-type(2){
    position: relative;
    left: -80px;
    top: 15px;
}

section#cards .cards-product .cards-product-wrap:nth-of-type(3) .cards-product-wrap-single:nth-of-type(3){
    position: relative;
    left: -200px;
    top: 15px;
}

section#cards .cards-product .cards-product-wrap:nth-of-type(3) .cards-product-wrap-single:nth-of-type(4){
    position: relative;
    left: -50px;
    top: 15px;
}

section#cards .cards-product .cards-product-wrap:nth-of-type(3) .cards-product-wrap-single:nth-of-type(5){
    position: relative;
    left: -470px;
    top: 30px;
}

section#cards .cards-product .cards-product-wrap-single p{
    margin: 0;
    padding: 0;
    font-family: var(--aventa-bold);
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

div#dashboard-product {
    min-height: 800px;
    background: linear-gradient(180deg, #F7F7FF 6.59%, #FFFFFF 104.64%);
    
    .dashboard-product-mobile{
        display: none;
    }
}

div#dashboard-product .dashboard-cards-moving{
    width: 100%;
    min-height: 800px;
    display: flex;
    align-items: center;
}

div#dashboard-product .dashboard-cards-moving .dashboard-cards-moving-single{
    display: flex;
    align-items: center;
    width: 100%;
}

div#dashboard-product .dashboard-cards-moving .dashboard-cards-moving-single .dashboard-cards-moving-single-box{
    display: flex;
    width: 1920px;
}

div#dashboard-product .dashboard-cards-moving .dashboard-cards-moving-single .dashboard-cards-moving-single-box .flex{
   align-items: center;
   justify-content: space-around;
}

div#dashboard-product .dashboard-cards-moving .dashboard-cards-moving-single .dashboard-cards-moving-single-img{
    background-image: url(../img/Forma-11.png);
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    width: 636px;
    height: 492px;
}

div#dashboard-product .dashboard-cards-moving .dashboard-cards-moving-single .dashboard-cards-moving-single-text{
    width: 386px;
    margin-left: 150px;
}

div#dashboard-product .dashboard-cards-moving .dashboard-cards-moving-single .dashboard-cards-moving-single-text h2{
    text-align: left;
    font-family: var(--aventa-black);
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0em;
    line-height: 80px;
}

div#dashboard-product .dashboard-cards-moving .dashboard-cards-moving-single .dashboard-cards-moving-single-text p:nth-of-type(1){
    font-family: var(--aventa-black);
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D2939;
}

div#dashboard-product .dashboard-cards-moving .dashboard-cards-moving-single .dashboard-cards-moving-single-text p{
    font-family: var(--aventa-medium);
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #475467;
    padding-bottom: 10px;
}




section#potentialize-product{
    padding: 0;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

section#potentialize-product video{
    width: 100%;
    height: auto;
}

section#potentialize-product .container{
    display: flex;
    align-items: end;
    position: absolute;
    z-index: 1;
}

section#potentialize-product .potentialize-box{
    width: 355px;
    color: #fff;
    text-align: left;
    padding: 100px 0;
}

section#potentialize-product .potentialize-box{
    width: 355px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

section#potentialize-product .potentialize-box h2{
    color: var(--white);
    font-family: var(--aventa-black);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 30px */
}

section#potentialize-product .potentialize-box a{
    display: flex;
    width: 181px;
    height: 41px;
    padding: 10px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--Warning-500, #D4FF00);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--white);
    font-family: var(--aventa-medium);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    transition: all .5s;
}

section#potentialize-product .potentialize-box a:hover{
    background-color: var(--blue-primary);
    color: var(--yellow-primary);
    transition: all .5s;
    border: 1px solid var(--blue-primary);
}

@media (width < 1280px){
    #menu-floating-product{
        #menu-floating-elements{
            display: none;
        }

        .menu-mobile{
            display: flex !important;
            justify-content: space-between;
        }
    }

    section#main-product{
        height: 500px;

        h1{
            width: 250px;
            font-size: 20px;
            line-height: 26px;
            color: #1d2939;
        }

        p{
            width: 308px;
        }

        a{
            font-size: 14px;
        }
    }

    section#cards {
        height: 100px;

        .cards-product{
            display: flex;
            justify-content: center;
            width: 100%;
            top: 40px;

            .card-one{
                display: none;
            }

            .card-two{
                width: 308px;
            }

            .card-three{
                display: none;
            }
        }
    }

    #dashboard-product{
        height: 712px;
        display: flex;
        align-items: center;

        .dashboard-product-mobile{
            width: 100%;
            display: block !important;

            .dashboard-product-mobile-text{
                width: 308px;
                margin: auto;

                h2{
                    font-family: var(--aventa-black);
                    font-size: 20px;
                    line-height: 26px;
                    text-align: left;
                    color: #1d2939;
                    margin-bottom: 20px;
                }

                p{
                    padding-bottom: 5px;
                    font-family: var(--aventa-medium);
                    font-size: 14px;
                    color: #475467;
                }
            }

            .dashboard-product-mobile-slide{
                margin-top: 30px;

                .swiper-slide{
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                }

                img{
                    width: 337px;
                    height: 270px;
                }

                .swiper-dashboard-cards-mobile-pagination{
                    text-align: center;
                }
            }
        }
    }

    

    section#price {
        .title-observer{
            font-size: 20px;
            width: 300px;
            margin-bottom: 45px;
        }

        .price-cards {
            display: none;
        }

        .price-cards-mobile{
            display: block;
            width: 100%;

            .blue-border{
                border-color: var(--blue-primary);

                .quero-contratar a{
                    border-color: var(--blue-primary);
                }
            }

            .price-cards-single{
                width: 100%;
            }

            .quero-contratar a{
                width: 100%;
                padding: 24px 0;
                font-family: var(--aventa-bold);
            }

            .swiper-price-cards-mobile-pagination{
                margin-top: 20px;
            }
        }
    }

    section#potentialize-product{
        height: 654px;

        video{
            width: auto;
        }

        .container{
            height: 70%;

            .potentialize-box{
                width: 308px;

                h2{
                    font-size: 20px;
                }
            }
        }
    }
}