* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/*PALETA DE CORES */

:root {
    --cor0: #343b36;
    --cor1: #060A07;
    --cor2: #ABFFBD;
    --cor3: white;
}

/*PALETA DE CORES */

a {
    text-decoration: none;
}

/*MENU MOBILE BOOTSTRAP */

#btn-mobile {
    background-color: var(--cor2);
    color: var(--cor2);
}


#logo {
    color: var(--cor2);
    font-size: 1.9em;
    font-weight: bold;
    padding-left: 10px;
}

.cb-desktop {
    display: none;
}

#offcanvasNavbar {
    background-color: #212529;
}

#home {
    color: white;
    font-size: 1.3em;
}

#home:hover {
    color: var(--cor2);
    text-decoration: underline;
}

#projetos {
    color: white;
    font-size: 1.3em;
}

#projetos:hover {
    color: var(--cor2);
    text-decoration: underline;
}

#contatos {
    color: white;
    font-size: 1.3em;
}

#contatos:hover {
    color: var(--cor2);
    text-decoration: underline;
}

#offcanvasNavbarLabel {
    color: white;
    font-size: 1.5em;
}

#xis {
    background-color: white;
}
/*MENU MOBILE BOOTSTRAP */

/*CONFIRA MEUS TRABALHOS */

    .confira {
        height: 310px;
        background-color: var(--cor0);
        margin-top: 70px;
    }

    .infos {
        display: block;
    }

    .h1-info {
        padding: 20px;
        color: var(--cor2);
        font-size: 35px;
        font-weight: bold;

        animation: bounceInLeft;
        animation-duration: 1.5s;
    }

    .p-info {
        padding: 15px;
        color: var(--cor2);
        font-weight: bold;
        font-size: 1.4em;

        animation: bounceInLeft;
        animation-duration: 1.5s;
    }

    .git-info {
        color: white;
    }

    .strong-info {
        color: white;
    }
/*CONFIRA MEUS TRABALHOS */

/*WORKS*/

    .h2-firt-work {
        text-align: center;
        font-size: 2.5em; 
        margin-top: 15px;  

        animation: bounceInLeft;
        animation-duration: 1.5s;
    }

    .img-firt-work {
        width: 100%;
        padding: 15px;

        animation: fadeIn;
        animation-duration: 2s;
    }

    .img-two-work {
        width: 100%;
        padding: 15px;
        margin-top: 30px;

        animation: fadeIn;
        animation-duration: 2s;
    }

    .btn-firt-work {
        margin-top: 30px;
        display: block;
        margin: auto;
        padding: 10px;
        background-color: var(--cor0);
        color: var(--cor2);
        font-size: 1.1em;
        font-weight: bold;
        border-radius: 10px;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.418);
    }

    .btn-firt-work:hover {
        background-color: var(--cor2);
        color: black;
        border: 2px solid black;
        transition: 0.5s;
    }

    .btn-two-work {
        margin-top: 30px;
        display: block;
        margin: auto;
        padding: 10px;
        background-color: var(--cor0);
        color: var(--cor2);
        font-size: 1.1em;
        font-weight: bold;
        border-radius: 10px;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.418);
    }
    
    .btn-two-work:hover {
        background-color: var(--cor2);
        color: black;
        border: 2px solid black;
        transition: 0.5s;
    }

    .a-btn {
        text-decoration: none;
    }
/*WORKS*/



/*FINAL DO SITE */

.final {
    height: 230px;
    background-color: var(--cor2);
    margin-top: 15px;
    padding: 15px;

}

    .link-button-final {
        text-decoration: none;
    }

    .button-final {
        margin: auto;
        display: block;
        padding: 15px;
        border-radius: 15px;
        background-color: var(--cor0);
        color: white;
        font-size: 18px;
        font-weight: bold;
        border: 2px solid white;
    }

    .button-final:hover {
        background-color: white;
        color: black;
        border: 2px solid var(--cor0);
        transition-duration: 0.7s;
    }

    .p-final {
        text-align: center;
        font-size: 1.3em;
        font-weight: bold;
        margin-top: 10px;
    }

    .icons {
        display: flex;
        justify-content: center;
        gap: 3rem;
        
    }

    .inst-final {
        height: 60px;
        width: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }


    .you-final {
        height: 60px;
        width: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .twit-final{
        height: 60px;
        width: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    /*FINAL DO SITE */


@media screen and (min-width:768px) {  /*ACIMA DE 768px */
    .confira {
        height: 310px;
        background-color: var(--cor0);
        padding: 35px;
    }

    .h1-info {
        padding: 20px;
        color: var(--cor2);
        font-size: 40px;
        font-weight: bold;
    }

    .p-info {
        padding: 15px;
        text-indent: 10px;
        color: var(--cor2);
        font-weight: bold;
        font-size: 1.4em;
    }

    .btn-firt-work {
        margin-top: 30px;
        display: block;
        margin: auto;
        padding: 20px;
        background-color: var(--cor0);
        color: var(--cor2);
        font-size: 1.3em;
        font-weight: bold;
        border-radius: 10px;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.418);
    }

    .btn-firt-work:hover {
        background-color: var(--cor2);
        color: black;
        border: 2px solid black;
        transition: 0.5s;
    }

    .btn-two-work {
        margin-top: 30px;
        display: block;
        margin: auto;
        padding: 20px;
        background-color: var(--cor0);
        color: var(--cor2);
        font-size: 1.3em;
        font-weight: bold;
        border-radius: 10px;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.418);
    }
    
    .btn-two-work:hover {
        background-color: var(--cor2);
        color: black;
        border: 2px solid black;
        transition: 0.5s;
    }



    .inst-final {
        height: 70px;
        width: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }


    .you-final {
        height: 70px;
        width: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .twit-final{
        height: 70px;
        width: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    

    
} /*ACIMA DE 768px */


/*ACIMA DE 1000px / DESKTOP */
@media screen and (min-width: 1000px) {

    * {
        box-sizing: border-box;
    }

    #nav-mobile {
        display: none;
    }

    .cb-desktop {
        height: 70px;
        background-color: #212529;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 40px;
        transition: 1s ease-in-out;
    }

    #logo-desktop {
        font-size: 2em;
        color: var(--cor2);
        text-decoration: none;
        font-weight: bold;

    }

    .nav-desktop ul {
        text-decoration: none;
        list-style: none;
        display: flex;
        gap: 3rem;
        font-weight: bold;
        font-size: 1.3em;
    }

    .nav-desktop ul li a {
        text-decoration: none;
        color: var(--cor2);
    }

    .nav-desktop ul li a:hover {
        color: white;
        text-decoration: underline;
        transition-duration: 0.5s;
    }

    .confira {
        height: 250px;
        background-color: var(--cor0);
        padding: 37px;
    }

    .h1-conf {
        text-align: center;
        color: white;
        font-weight: bold;
        font-size: 35px
    }

    .p-conf {
        text-align: center;
        padding: 40px;
        color: white;
        font-size: 1.5em;
        font-weight: bold;
    }

    .h1-nula {
        display: none;
    }

    .confira {
        height: 310px;
        background-color: var(--cor0);
        margin-top: 0px;
    }

    .infos {
        display: block;
    }

    .h1-info {
        padding: 20px;
        color: var(--cor2);
        font-size: 35px;
        font-weight: bold;

        animation: bounceInLeft;
        animation-duration: 1s;
    }

    .p-info {
        padding: 15px;
        text-indent: 10px;
        color: var(--cor2);
        font-weight: bold;
        font-size: 1.4em;

        animation: bounceInLeft;
        animation-duration: 1s;
    }
    
    .img-firt-work {
        width: 50%;
        height: 50%;
        margin: auto;
        display: block;
    }

    .img-firt-work:hover {
        transform: scale(1.1);
        transition-duration: 0.5s;
    }

    .btn-firt-work {
        margin-top: 30px;
        display: block;
        margin: auto;
        padding: 20px;
        background-color: var(--cor0);
        color: var(--cor2);
        font-size: 1.3em;
        font-weight: bold;
        border-radius: 15px;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.418);
    }

    .btn-firt-work:hover {
        background-color: var(--cor2);
        color: black;
        border: 2px solid black;
        transition: 0.5s;
    }

    .img-two-work {
        width: 50%;
        height: 50%;
        margin: auto;
        display: block;
    }

    .btn-two-work {
        margin-top: 30px;
        display: block;
        margin: auto;
        padding: 20px;
        background-color: var(--cor0);
        color: var(--cor2);
        font-size: 1.3em;
        font-weight: bold;
        border-radius: 15px;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.418);
    }
    
    .btn-two-work:hover {
        background-color: var(--cor2);
        color: black;
        border: 2px solid black;
        transition: 0.5s;
    }

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

    

    
    
} /*ACIMA DE 1000px / DESKTOP */