* {
    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 */

/*INFOS */

    .infos {
        height: 60%;
        background-color: var(--cor0);
        margin-top: 70px;
        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;
    }

/*INFOS */

/*FORMS */

    .forms {
        margin-top: 50px;
    }

    .h2-forms {
        text-align: center;
        font-size: 2.4em;
        font-weight: bold;

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

    .img-email-forms {
        height: 20%;
        width: 20%;
        display: block;
        margin: auto;
        padding-top: 10px;

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

    .p-forms {
        text-align: center;
        padding-top: 20px;
        font-size: 1.5em;

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

    #txtn {
        margin: auto;
        display: block;
        margin-top: 15px;
        padding: 20px;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.281)

    }

    #txtem {
        margin: auto;
        display: block;
        margin-top: 15px;
        padding: 20px;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.281);

    }

    #txtm {
        display: block;
        margin: auto;
        margin-top: 15px;
        padding: 42px;
        height: 20vh;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.281);
    }

    #btn-form {
        display: block;
        margin: auto;
        margin-top: 20px;
        padding: 20px;
        width: 100px;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.432);
        background-color: var(--cor0);
        font-size: 18px;
        color: var(--cor2);
        font-weight: bold;
        border: 1px solid var(--cor2);
    }

    #btn-form:hover {
        background-color: var(--cor2);
        border: 1px solid var(--cor0);
        color: var(--cor0);
        transition-duration: 0.7s;
    }

    


/*FORMS */

/*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) {
    .infos {
        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;
    }

    #txtn {
        margin: auto;
        display: block;
        margin-top: 15px;
        width: 450px;
        padding: 20px;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.281)

    }

    #txtem {
        margin: auto;
        display: block;
        margin-top: 15px;
        width: 450px;
        padding: 20px;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.281);

    }

    #txtm {
        display: block;
        margin: auto;
        margin-top: 15px;
        padding: 42px;
        width: 450px;
        height: 20vh;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.281);
    }

    .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;
    }

    #txtm {
        display: block;
        margin: auto;
        margin-top: 15px;
        padding: 42px;
        height: 20vh;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.281);
    }

}


@media screen and (min-width: 1000px) {
    * {
        box-sizing: border-box;
    }

    #nav-mobile {
        display: none;
    }

    /*MENU DESKTOP*/

    .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;
    }
    /*MENU DESKTOP*/

    /*INFOS */
    .infos {
        margin-top: 0px;
    }

    .p-info {
        font-size: 1.5em;
    }
    /*INFOS */

    /*FORMS */

    .forms {
        display: flex;

    }

    .infos-forms {
        display: flex;
        flex-direction: column;
        margin-left: 100px;
    }

    .info-principal {
        display: flex;
        flex-direction: column;
        margin-left: 20%;
    }

    .h2-forms {
        font-size: 2.4em;
        font-weight: bold; 
    }

    .img-email-forms {
        height: 40%;
        width: 40%;
        display: block;
        margin: auto;
        padding-top: 10px;
    }

    .p-forms {
        text-align: center;
        padding-top: 20px;
        font-size: 1.7em;
    }

    #txtn {
        margin: auto;
        display: block;
        margin-top: 15px;
        padding: 15px;
        width: 390px;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.281)
    }

    #txtem {
        margin: auto;
        display: block;
        margin-top: 15px;
        width: 390px;
        padding: 15px;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.281);
    }

    #txtm {
        display: block;
        margin: auto;
        margin-top: 15px;
        width: 390px;
        padding: 10px;
        height: 30vh;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.281);
    }

    #btn-form {
        display: block;
        margin: auto;
        margin-top: 20px;
        padding: 25px;
        width: 130px;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.432);
        background-color: var(--cor0);
        font-size: 18px;
        color: var(--cor2);
        font-weight: bold;
        border: 1px solid var(--cor2);
    }

    /*FORMS */


}