/* Cor de ref: background-color: #e76b61; */



/* Heading */
.sacramento-regular {
    font-family: "Sacramento", cursive;
    font-weight: 400;
    font-style: normal;
}


/* Paragraph */
.patrick-hand-regular {
    font-family: "Patrick Hand", cursive;
    font-weight: 400;
    font-style: normal;
}

/* Paragraph, distinto */
.patrick-hand-sc-regular {
    font-family: "Patrick Hand SC", cursive;
    font-weight: 400;
    font-style: normal;
}

body {
    background-color: #e0e0e0;
    color: #333;
    box-sizing: border-box;
    font-size: 16px;
    width: 100vw;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

header {
    position: relative;
    /* background-color: #f2f2f2; */
    padding: 10px 0;

}

nav {
    display: flex;
    justify-content: flex-end;
    padding: 0px 10px;
    align-items: center;
}


.foto-principal {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    max-width: 300px;
    /* padding: 15px; */
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    border-radius: 50%;
    background: #e0e0e0;
    box-shadow: 20px 20px 60px #bebebe,
        -20px -20px 60px #ffffff;

}

.foto-redes-sociais {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    max-width: 300px;
}

.container-simples {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}



.titulo-principal {
    font-size: 5em;
}

.container-texto {
    /* max-width: 50ch; */
    text-align: center;

}

.oi {
    font-size: 8em;
}

.juliano-ao {
    margin-top: 40px;
    margin-bottom: 35px;
    font-size: 5em;
}

.texto-explicando {
    color: #b3aca5;
    line-height: 1.6;
    text-align: left;
    max-width: 100%;
    /* width: 450px; */
    font-size: 1.2em;
    background-color: #4e4e4e;
    padding: 7px;
}

.texto-explicando a {
    font-weight: bold;
    text-decoration: underline;
    /* color: #e76b61; */
}

.botoes-principais {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 150px;
    background-color: #e76b61;
    padding: 15px;
    padding-bottom: 20px;
    border: 7px solid #4e4e4e;
}

.botoes-principais a {
    /* background-color: white; */
    /* padding: 10px 20px; */
}

.botoes-principais a {
    background-color: #eee;
    border: none;
    padding: 1rem;
    margin: 5px;
    font-size: 1rem;
    font-weight: 600;
    width: 10em;
    border-radius: 1rem;
    color: lightcoral;
    box-shadow: 0 0.4rem #dfd9d9;
    cursor: pointer;
}

.botoes-principais a:active {
    color: white;
    box-shadow: 0 0.2rem #dfd9d9;
    transform: translateY(0.2rem);
}

.botoes-principais a:hover:not(:disabled) {
    background: #4e4e4e;
    color: white;
    /* text-shadow: 0 0.1rem #bcb4b4; */
}

.botoes-principais a:disabled {
    cursor: auto;
    color: grey;
}


.limitar-texto {
    /* max-width: 36ch; */
}


.mudar-width {
    max-width: 100%;
    max-width: 75ch;
}

.combo-texto {
    max-width: 100%;
    font-size: 3em;
}

.grid-redes-sociais {
    /* border: 1px solid black; */
    min-height: 150px;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template: 1fr / repeat(3, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    grid-auto-rows: 1fr;
    gap: 30px;

}

.grid-redes-sociais a {
    display: flex;
    justify-content: center;
    font-weight: bold;
    align-items: center;
    background-color: #7c7c7c2a;
    border-radius: 15px;
    /* background: linear-gradient(145deg, #f0f0f0, #cacaca); */
    box-shadow: 5px 5px 8px #cecece,
        -5px -5px 8px #f2f2f2;

    position: relative;
    color: rgb(51, 51, 51);
    text-decoration: none;
}

.grid-redes-sociais a.ligado {
    background-color: #e76a61d0;
}

.grid-redes-sociais a.ligado:hover {
    background-color: #e76a61;
    box-shadow: 5px 5px 8px #a4a4a4,
        -5px -5px 8px #ffffff;
}

.grid-redes-sociais a .desligado {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;

    z-index: 1;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
    background-color: #797979c4;
    color: rgba(0, 0, 0, 0.781);
    border-radius: 15px;
}


.espaco {
    height: 150px;
}



.secao-formulario {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 250px;
    flex-wrap: wrap;
    flex-direction: column;
}

.title {
    max-width: 25ch;
}

.secao-glitch {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}




.alinhar-centro {
    text-align: center;
}


.botoes-principais {
    border-width: 22px;
    padding: 50px;
    max-width: 160ch;
}


/* 400px */

#filtro-ano {
    display: flex;

}

#filtro-ano input {
    width: 50%;
}




main {
    padding-top: 0px;
    padding-right: 22px;
    padding-left: 22px;
    padding-bottom: 0px;
}

.foto-principal {
    max-width: 450px;
}

.oi {
    font-size: 14em;
}


.juliano-ao {
    font-size: 7em;
}

.texto-explicando {
    font-size: 3.5em;
    max-width: 40ch;
    padding: 22px;
}




.botoes-principais a {
    font-size: 2.2rem;
}

.foto-redes-sociais {
    max-width: 450px;
}

.mudar-width {
    max-width: none;
}

.combo-texto {
    font-size: 4em;
    padding: 30px;
}

.grid-redes-sociais {
    font-size: 2em;
    min-height: 222px;
    margin-top: 32px;
    gap: 50px;
    max-width: 1600px
}

.secao-formulario {
    margin-top: 125px;
}

.foto-do-joinha {
    max-width: 550px;
    /* border: 1px solid #ff000033; */
    padding-top: 32px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

.tenho-uma-proposta {
    padding: 0;
    font-size: 5.5em;
    padding-bottom: 45px;
}

.form {
    padding-top: 32px;
    padding-right: 22px;
    padding-left: 22px;
    padding-bottom: 22px;
}

.title {
    max-width: 20ch;
    font-size: 35px;
}

.title span {
    /* line-height: 0.1; */
    /* font-size: 14px; */
    color: #66666691;
}

.input {
    width: 100%;
}



@media screen and (max-width:1440px) {
    body {
        /* font-size: 18px; */
    }
}

@media screen and (max-width:1280px) {
    body {
        font-size: 12px;
    }

    .foto-principal {
        max-width: 350px;
    }

    .foto-redes-sociais {
        max-width: 350px;
    }

    .foto-do-joinha {
        max-width: 450px;
    }

    .grid-redes-sociais {
        margin-top: 0px;
    }


}

@media screen and (max-width:1024px) {}

@media screen and (max-width:800px) {}

@media screen and (max-width:768px) {
    .botoes-principais {
        padding: 12px;
        padding-bottom: 16px;
        padding-right: 0px;
        padding-left: 0px;
        border: 7px solid #4e4e4e;
        flex-direction: column;
        align-items: center;
        width: auto;
    }

    .botoes-principais a {
        font-size: 1.2rem;
        /* margin-top: 12px; */
        margin-bottom: 12px;
        max-width: 50%;

    }
}

@media screen and (max-width:480px) {
    body {
        font-size: 10px;
    }

    .foto-principal {
        max-width: 275px;
    }

    .texto-explicando {
        font-size: 2.2em;
        padding: 12px;
        margin-bottom: 8px;
    }




    .oi {
        font-size: 8em;
        margin-top: 18px;
    }

    .juliano-ao {
        font-size: 5em;
        /* max-width: 8ch; */
    }




    .foto-redes-sociais {
        max-width: 205px;
    }

    .combo-texto {
        padding: 0px;
        font-size: 3em;
    }

    .grid-redes-sociais {
        grid-template: 1fr / repeat(2, 1fr);
        font-size: 2em;
        min-height: 222px;
        margin-top: 7px;
        gap: 30px;
    }


    .form {
        --input-focus: #2d8cf0;
        --font-color: #323232;
        --font-color-sub: #666;
        --bg-color: #fff;
        --main-color: #323232;
        padding: 20px;
        background: lightgrey;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 20px;
        border-radius: 5px;
        border: 2px solid var(--main-color);
        box-shadow: 4px 4px var(--main-color);
    }

    .title {
        color: var(--font-color);
        font-weight: 900;
        font-size: 20px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width:320px) {}







.botao-inicial-na-pagina-projetos {
    margin-left: 95px;
    margin-right: auto;
}