@media screen and (min-width: 1024px) {
    main {
        display: flex;
        height: 100vh;
    }  
    
    div#ladoesquerdo {
        display: inline-block;
        width: 49.8%;
        margin: 0px;
        padding: 0px;
        vertical-align: top;
        /*height: 100vh;*/
    }

    div#titulo {
        margin: 25vh 12.5% 6vh 12.5%;
        line-height: 5vh;
    }

    div#ladoesquerdo h1 {
        text-align: center;
        font-size: 2.3em;
    }

    div#descricao {
        margin: 6vh 12.5% 6vh 12.5%;
        line-height: 3vh;
    }

    div#ladoesquerdo h2 {
        text-align: center;
        font-size: 1.6em;
        letter-spacing: 0.02em;
        line-height: 4.5vh;
    }    

    div#chamadaparaacao {
        display: flex;
        margin: auto;
        height: 6vh;
        width: 50%;
        justify-content: center;
        align-items: center;
        margin-top: 6vh;
        margin-bottom: 6vh
    }

    a.botaoparaacao {
        font-size: 2vh;
    }
    
    div#redessociais {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 4vh;
        margin-bottom: 4vh;
    }
    
    div#redessociais img {
        width: 4em;
        height: 4em;
    }

    div#linkedin {
        margin-right: -0.3vw;
    }
/*
    div#github {
        
    }

    div#instagram {

    }

    div#youtube {

    }
*/
    div#tiktok {
        margin-left: -0.7vw;
    }

    img.img-linkedin {
        scale: 0.8;
    }    

    div#ladodireito {
        display: flex;
        width: 49.8%;
        margin: 0px;
        padding: 0px;
        vertical-align: bottom;
        /*height: 100vh;*/
        justify-content: center;
        align-items: center;
    }

    div#imagemdev {
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    picture#ricardoimg {
        display: table-cell;
        border-radius: 50vh;
        position: relative;
        transition: transform 0.3s ease;
        animation: showimg 2.5s ease;
    }

    picture#ricardoimg {
        position: relative;
        transition: transform 0.3s ease;
        animation: showimg 2.5s ease;
    }
    
    picture#ricardoimg img {
        border-radius: 50vh;
        width: 70%;
        height: 70%;
    }

    section#sobremim {
        display: flex;
        margin: 0px;
        padding: 0px;
    }

    div#sobremim-esquerdo {
        display: flex;
        width: 49.8%;
        position: right;
        margin: 0px;
        padding: 0px;
        vertical-align: top;
        justify-content: center;
        align-items: center;
    }

    picture#imgsobremim img{
        width: 80%;
        margin: 10vh 10%;
        border-radius: 5%;
    }

    video#catdev {
        margin: 10vh 0vw;
        width: 80%;
        border-radius: 1em;
    }

    div#sobremim-direito {
        display: flex;
        flex-direction: column;
        width: 49.8%;
        margin: 0px;
        padding: 0px;
        /*height: 100vh;*/
        justify-content: center;
        align-items: center;
    }

    div#sobremim-direito h2 {
        font-size: 1.8em;
        letter-spacing: 0.01em;
        color: #57008e;
        padding: 5vh 2vw;
        margin: 0px;
    }

    div#sobremim-direito h3 {
        font-size: 1.5em;
        letter-spacing: 0.02em;
        line-height: 4vh;
        padding: 3vh 2vw;
        margin: 0vh;
    }

    section#projetos {
        margin: 0vh;
        text-align: center;
        padding: 2vh 0vw;
    }

    section#projetos h3 {
        font-size: 1.5em;
        margin: 2vh 2vw;
    }

    section#projetos h4 {
        margin: 1vh 3vw;
        font-size: 1.2em;
        text-align: justify;
    }

    div#cabraproducoes {
        display: flex;
        margin: 2vh 0vh 3vh 0vh;
    }

    div#cabraproducoes-esquerdo {
        display: flex;
        flex-direction: column;
        margin: 0px;
        padding: 0px;
        width: 50vw;
        vertical-align: top;
        text-align: center;
        justify-content: center;
    }       
/*
    div#cabraproducoes-direito {
        width: 50vw;
        display: inline-block;
        text-align: center;
        justify-content: center;
    }

    div#cabraproducoes-direito video {
        width: 70%;
        border-radius: 1em;
    }
*/

    div#cabraproducoes-direito {
        margin-left: 12.5vw;
        display: flex;
        overflow: hidden;
        width: 405px!important;
    }

    div#cabraproducoes-direito img {
        transition: transform 0.5s ease-in-out;
    }

    section#contato {
        margin: 0vh 2vw 0vh 2vw;
    }

    section#contato h2 {
        font-family: Mulish;
        text-align: center;
        color: #57008e;
        padding-bottom: 2vh;
        padding-top: 2vh;
        font-size: 1.6em;
    }

    section#contato h3 {
        font-family: Mulish;
        text-align: center;
        padding-bottom: 2vh;
        font-size: 1.3em;
    }

    section#contato h4 {
        font-family: Mulish;
        font-size: 1.1em;
        padding-top: 1vh;
        padding-bottom: 2vh;
    }

    form {
        font-family: Mulish;
        padding-bottom: 2vh;
    }

    div#form-esquerdo {
        display: inline-block;
        width: 49.8%;
        margin: 0vh 0vh;
        padding: 0vh;
        vertical-align: top;
    }

    div#form-direito {
        display: inline-block;
        width: 49%;
        margin: 0px;
        padding: 0px;
        vertical-align: bottom;
        justify-content: center;
        align-items: center;
    }

    div#form-direito p {
        margin: 2vh 0vw 0vh 0vw;
    }

    .form-row {
        display: flex;
        padding-bottom: 1vh;
        justify-content: flex-end;
        padding-top: 2vh
    }

    label {
        flex: 1;
        text-align: left;
        font-size: 1.1em;
        line-height: 3;
    }
    
    input[type=text], input[type=email]{
        font-family: Mulish;
        border-top: none;
        border-left: none;
        border-right: none;
        background-color: #fafafa;
        border-color: #57008e;
        width: 30vw;
        font-size: 1.1em;
        border-width: 0.5vh;
        border-radius: 1vh;
        margin-right: 3em;
    }

    input[type=button] {
        margin: auto;
        color: #fafafa;
        background: #57008e;
        border: none;
        padding: 1em 3em;
        border-radius: 50vh;
        font-family: Mulish;
        font-size: 2vh;
        display: block;
    }

    textarea {
        font-family: Mulish;
        font-size: 1.1em;
        width: 100%;
        height: 30vh;
        border-top: none;
        border-left: none;
        border-right: none;
        border-color: #57008e;
        border-width: 0.5vh;
        border-radius: 1vh;
    }

    textarea::-webkit-scrollbar-thumb {
        height: 5vh;
    }

    div#retorno {
        font-family: Mulish;
        text-align: center;
        padding-top: 3vh;
        font-size: 0.9em;
    }
    footer#footer h3 {
        font-size: 1em;
    }
}
