.projetos {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 5%;
    margin-bottom: 5%;
    color: #000;
}

.card-projetos {
    margin-left: 2.5%;
    position: absolute;
    margin-top: 2%;
    -webkit-animation: scale-up-center 0.7s;
    animation: scale-up-center 0.7s;
    animation-play-state: paused;
}

.text-projetos {
    text-align: left;
    width: 30%;
    max-height: 70%;
}

.card-projetos h1 {
    font-size: 40px;
    margin-bottom: 40px;
}

.card-projetos p {
    text-indent: 3ch;
    font-size: 25px;
}

.card-projetos img {
    max-width: 60px;
    max-height: 60px;
    margin-top: 10px;
}

@keyframes animation-projetos-links {
    from {
        margin-top: 10px;
    }

    to {
        margin-top: 0px;
    }
}

.card-projetos img:hover {
    animation-name: animation-projetos-links;
    animation-iteration-count: infinite;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}

.cont-img-projetos {
    margin-top: 5%;
    display: flex;
    flex-direction: row;

    margin-right: 150px;
    column-gap: 35px;
}

.img-projetos {
    width: 100vw;
    border: none;
    position: relative;
}

.section-nowe {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100vw;
    height: 120vh;

    margin-top: 4em;
    margin-bottom: 4em;
}

.left-section {
    background-image: url("../../img/background.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;

    width: 50%;
    height: 120vh;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    & h1 {
        margin-top: 1em;
    }
}

.destaqueNowe {
    color: rgb(50, 157, 245);
}

.card-nowe-weon {
    -webkit-animation: scale-up-center 0.7s;
    animation: scale-up-center 0.7s;
    animation-play-state: paused;

    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;

    border-radius: 28px;
    opacity: 1 !important;
    background-color: rgba(0, 0, 0, 0.623);
    backdrop-filter: blur(10px);
    color: rgb(255, 255, 255);

    width: 80%;
    height: 100%;
    margin: 2em;
    padding: 2em;

    & p {
        font-size: 24px;
        margin-bottom: 3%;
        text-align: justify;
    }

    & span {
        font-size: 24px;
    }

    & a {
        font-size: 24px;
        color: rgb(50, 157, 245);

        &:hover {
            color: #0037ff;
        }
    }
}

.underline {
    text-decoration: underline;
}

.cont-icons-techs-weon {
    display: flex;
    align-items: center;
    column-gap: 1em;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.techs-weon {
    margin-top: 1em;

    & img {
        width: 7%;
    }
}

.credenciaisWeon {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.btnCopiar {
    padding: 5px 10px;
    background-color: rgb(50, 157, 245);
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 5px;

    &:hover {
        background-color: #0037ff;
    }
}

.rigth-section {
    background-image: url("../../img/backgroundnowe.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    width: 50%;
    height: 120vh;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btnCopiarSenha,
.btnCopiarEmail {
    background-color: #5277ff;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 3px 7px;
    transition: 0.5s;

    &:hover {
        background-color: #0037ff;
    }
}

@media (max-width: 1140px) {
    .section-nowe {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 100vw;
        height: 120vh;

        margin-top: 100px;
        margin-bottom: 100px;
    }

    .left-section {
        background-image: url("../../img/background.png");
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: cover;

        width: 100%;
        height: 110%;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        & h1 {
            margin-top: 1em;
        }
    }

    .rigth-section {
        display: none;
    }
}

@media (max-width: 1360px) {
    .section-nowe {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 100vw;
        height: 120vh;

        margin-top: 4em;
        margin-bottom: 4em;
    }

    .card-projetos h1 {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .card-projetos p {
        text-indent: 2ch;
        font-size: 15px;
    }

    .card-projetos img {
        max-width: 40px;
        max-height: 40px;
        margin-top: 0px;
    }
}

@media (max-width: 912px) {
    .section-nowe {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 100vw;
        height: 100vh;

        margin-top: 4em;
        margin-bottom: 4em;
    }

    .projetos {
        display: none;
    }

    .card-projetos h1 {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .card-projetos p {
        text-indent: 2ch;
        font-size: 10px;
    }

    .card-projetos img {
        max-width: 20px;
        max-height: 20px;
        margin-top: 0px;
    }
}

.cont-projetos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}

.cont-cells-projetos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 5%;
    width: 90vw;
    margin-top: 3%;
    margin-bottom: 10%;
}

.cell-projeto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 4%;
}

.cell-projeto p {
    font-size: 20px;
    margin-bottom: 20px;
    height: 15px;
}

.btn-projetos {
    font-size: 16px;
    padding: 10px 25px 10px 25px;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    width: 70%;
    height: 20%;
    transition: width 1s, height 1s, background-color 1s, font-size 1s;
}

.btn-projetos {
    transition-timing-function: ease-out;
}

.btn-projetos:hover {
    background-color: #64ed8b;
    border: 1px solid;
    font-size: 20px;
    color: #fff;
    width: 100%;
    height: 100%;
}

.embreve {
    color: #64ed8b;
    border: none;
    background-color: #121212;
    font-size: 20px;
    border: 1px solid #64ed8b;
    border-radius: 7px;
    width: 70%;
    height: 30%;
    transition: width 1s, height 1s;
}

.embreve:hover {
    width: 100%;
    height: 100%;
}

.baner-projeto {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 400px;
    height: 200px;
    border: 2px solid #64ed8b;
    border-radius: 10px;
}

.nowe {
    background-image: url("../../img/icons/nowe-baner.png");
}

.grafire {
    background-image: url("../../img/icons/grafire-baner.png");
}

.siengeLaucher {
    background-image: url("../../img/icons/siengeLaucher-baner.jpeg");
}

.quadro {
    background-image: url("../../img/icons/quadro.png");
}

.chat-baner {
    background-image: url("../../img/icons/chat-baner.png");
    background-position: center;
}

.embreve-img {
    background-image: none;
    background-color: #151515;
}

@media (max-height: 612px) {
    .section-nowe {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 100vw;
        height: 120vh;

        margin-top: 4em;
        margin-bottom: 4em;
    }

    .card-nowe-weon {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;

        border-radius: 28px;
        opacity: 1 !important;
        background-color: rgba(0, 0, 0, 0.429);
        backdrop-filter: blur(10px);
        color: rgb(255, 255, 255);

        width: 80%;
        height: 100%;
        margin: 1em;
        padding: 2em;

        & p {
            font-size: 17px;
            margin-bottom: 3%;
            text-align: justify;
        }

        & span {
            font-size: 17px;
        }

        & a {
            font-size: 17px;
            color: #5277ff;

            &:hover {
                color: #0037ff;
            }
        }
    }

    
}

@media (max-width: 900px) {
    .section-nowe {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 100vw;
        height: 100vh;

        margin-top: 4em;
        margin-bottom: 4em;
    }

    .card-nowe-weon {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;

        border-radius: 28px;
        opacity: 1 !important;
        background-color: rgba(0, 0, 0, 0.429);
        backdrop-filter: blur(10px);
        color: rgb(255, 255, 255);

        width: 80%;
        height: 100%;
        margin: 2em;
        padding: 2em;

        & p {
            font-size: 20px;
            margin-bottom: 3%;
            text-align: justify;
        }

        & span {
            font-size: 20px;
        }

        & a {
            font-size: 20px;
            color: #5277ff;

            &:hover {
                color: #0037ff;
            }
        }
    }

    .cont-icons-techs-weon {
        display: flex;
        align-items: center;
        justify-items: center;
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 1em;
        row-gap: 1em;

        width: 100%;
    }

    .techs-weon {
        margin: 1em auto;

        & img {
            width: 11%;
        }
    }

    .left-section {
        background-image: url("../../img/background.png");
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: cover;

        width: 100%;
        height: 100vh;

        margin-top: 5em;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        & h1 {
            margin-top: 1em;
        }
    }

    .baner-projeto {
        width: 30vw;
        height: 300px;
    }

    .cell-projeto p {
        font-size: 15px;
        width: 10em;
        text-align: center;
        margin-bottom: 20px;
        height: 15px;
    }

    .btn-projetos {
        font-size: 15px;
        border-radius: 4px;
        text-align: center;
        background-color: #fff;
        color: #000;
        width: 90%;
        height: 20%;
        transition: width 1s, height 1s, background-color 1s, font-size 1s;
    }
}

@media (max-width: 520px) {
    .section-nowe {
        margin: 0;
    }

    .card-nowe-weon {
        display: flex;
        flex-direction: column;
        justify-content: center;

        border-radius: 28px;
        opacity: 1 !important;
        background-color: rgba(0, 0, 0, 0.429);
        backdrop-filter: blur(10px);
        color: rgb(255, 255, 255);

        width: 80%;
        height: 90%;
        margin: 0 0 2em 0;
        padding: 2em;

        & p {
            width: 100%;
            font-size: 15px;
            margin-bottom: 3%;
            text-align: justify;
        }

        & span {
            font-size: 15px;
        }

        & a {
            font-size: 15px;
            color: #5277ff;

            &:hover {
                color: #0037ff;
            }
        }
    }

    .section-nowe {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 100vw;
        height: 120vh;

        margin-bottom: 4em;
    }

    .left-section {
        background-image: url("../../img/background.png");
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: cover;

        width: 100%;
        height: 100%;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        & h1 {
            margin-top: 0.5em;
        }
    }

    .projeto {
        margin-top: 10%;
        margin-bottom: 10%;
        color: #000;
    }

    .card-projetos {
        width: 100vw;
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0px;
        margin-left: 1%;
    }

    .card-projetos h1 {
        font-size: 9px;
        margin-bottom: 15px;
    }

    .card-projetos p {
        text-indent: 3ch;
        width: 100px;
        font-size: 8px;
    }

    .card-projetos img {
        max-width: 15px;
        max-height: 15px;
        margin-top: 0px;
    }

    @keyframes animation-projetos-links {
        from {
            margin-top: 10px;
        }

        to {
            margin-top: 0px;
        }
    }

    .card-projetos img:hover {
        animation-name: animation-projetos-links;
        animation-iteration-count: infinite;
        animation-duration: 0.5s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
    }

    .cont-img-projetos {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        column-gap: 7px;
    }

    .img-projetos {
        width: auto;
        border: none;
        position: relative;
    }

    .cont-projetos {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }

    .cont-projetos h1 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .cont-cells-projetos {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        column-gap: 5%;
        width: 90vw;
        margin-top: 3%;
        margin-bottom: 10%;
    }

    .cell-projeto p {
        font-size: 12px;
        text-align: center;
        margin-bottom: 20px;
        height: 15px;
    }

    .btn-projetos {
        font-size: 8px;
        border-radius: 4px;
        text-align: center;
        background-color: #fff;
        color: #000;
        width: 80%;
        height: 20%;
        transition: width 1s, height 1s, background-color 1s, font-size 1s;
    }

    .btn-projetos {
        transition-timing-function: ease-out;
    }

    .btn-projetos:hover {
        background-color: #64ed8b;
        border: 1px solid;
        font-size: 20px;
        color: #fff;
        width: 100%;
        height: 100%;
    }

    .embreve {
        color: #64ed8b;
        border: none;
        background-color: #121212;
        font-size: 10px;
        border: 1px solid #64ed8b;
        border-radius: 7px;
        width: 60%;
        height: 20%;
        transition: width 1s, height 1s;
    }

    .embreve:hover {
        width: 100%;
        height: 100%;
    }

    .baner-projeto {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 40vw;
        height: 200px;
        border: 2px solid #64ed8b;
        border-radius: 10px;
    }

    .embreve-img {
        background-image: none;
        background-color: #151515;
    }
}