/* ========================
   RESET
======================== */
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

img{
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}

/* ========================
   PORTFÓLIO
======================== */
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu {
    display: flex;
    gap: 15px;
}

.icone {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    vertical-align: middle;
}

/* ========================
   CONTAINER PRINCIPAL
======================== */

.container-portfolio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2.0rem 30%;
    gap: 2.0rem;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    flex: 1;
}

/* ========================
   TEXTO
======================== */

.gmail{
    color: #22d4fd;
}

.texto-portfolio,
.descricao-portfolio {
    flex: 1;
    min-width: 15.625rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
}

.titulo-portfolio {
    font-family: 'Krona One', sans-serif;
    font-size: 27px;
    font-weight: normal;
    margin-bottom: 1.25rem;
}

.titulo-destaque {
    color: #d21033;
    border-bottom: #000;
}

/* ========================
   LINKS SOCIAIS
======================== */
.links-sociais {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-top: 1.25rem;
}

.titulo-sociais {
    font-family: 'Krona One', sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.botao-social {
    width: 23.0rem;
    height: 2rem;
    color: #000;
    border-radius: 1rem;
    padding: 0.9375rem 0;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    border: 0.125rem solid #d21033;
    text-decoration: none;
    transition: all 0.3s ease;
}

.botao-social:hover {
    background-color: #d21033;
    border-color: #d21033;
    color: #fff;
    cursor: pointer;
}

.icone-social,
.titulo-social {
    margin-right: 0.625rem;
    vertical-align: middle;
    pointer-events: none;
    color: #000;
}

/* ========================
   FOTO PERFIL
======================== */
.foto-perfil {
    background-image: url('../assets/Eu.jpg');
    width: 28.125rem;
    height: 25.375rem;
    padding: 60px 60px;
    background-size: cover;
    background-position: center;
    border-radius: 0.625rem;
}

/* ========================
   INÍCIO (HOME HERO)
======================== */
.inicio{
    text-align: center;
    padding: 60px 20px;
    background-color: #fff2f2;
}

.inicio_2{
    text-align: center;
    padding: 60px 60px;
    background-color: #fff2f2;
    border-radius: 25%;
    width: auto;
    height: auto;
}

.inicio_3 {
    height: 600px;
    text-align: left;
    padding: 30px 10px;
    background-color: #fff2f2;
    margin-block: 20px;
    box-shadow: 0 8px 20px rgba(3,3,3,3.3);
}


.inicio h1 {
    font-size: 3em;
    color: #d21033;
    margin-bottom: 15px;
}

.inicio p {
    font-size: 1.2em;
    margin-bottom: 25px;
}

.botao-inicio {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 28px;
    background-color: #d21033;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.botao-inicio:hover {
    background-color: #a00f28;
    transform: scale(1.05);
}

/* ========================
   PLACEHOLDERS DE IMAGEM
======================== */
.imagens-inicio {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.imagem-inicio {
    width: 550px;
    height: 380px;
    background-color: #ffeaea;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d21033;
    font-weight: bold;
    font-size: 1.1em;
    transition: transform 0.3s, background-color 0.3s;
}

.imagem_inicio_2 {
    width: 500px;
    margin-left: 1100px;
    background-color: #ffeaea;
    border-radius: 12px;
    display: flex;
    align-items: right;
    justify-content: right;
    color: #d21033;
    font-size: 1.2em;
}



.imagem-inicio:hover {
    transform: scale(1.05);
    background-color: #ffd4d4;
}

/* ========================
   SEÇÃO PRINCIPAL
======================== */
.secao-principal {
    text-align: center;
    padding: 60px 20px;
    background-color: #fff5f5;
}

.secao-principal h1 {
    font-size: 3em;
    color: #d21033;
    margin-bottom: 15px;
}

.secao-principal p {
    font-size: 1.2em;
    margin-bottom: 25px;
}

.botao-principal {
    display: inline-block;
    padding: 12px 28px;
    background-color: #d21033;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.botao-principal:hover {
    background-color: #a00f28;
    transform: scale(1.05);
}

/* ========================
   CARDS DE DESTAQUE
======================== */
.secao-destaques {
    padding: 60px 20px;
    text-align: center;
}

.secao-destaques h2 {
    font-size: 2.5em;
    color: #d21033;
    margin-bottom: 40px;
}

.cards-destaques {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}

.card-receita {
    background-color: #fff0f0;
    border-radius: 12px;
    overflow: hidden;
    width: 260px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-receita:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.card-receita img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.card-receita h3 {
    padding: 15px 10px;
    color: #d21033;
    font-size: 1.3em;
}

.botao-card {
    display: block;
    margin: 0 10px 15px;
    padding: 10px;
    background-color: #d21033;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.botao-card:hover {
    background-color: #a00f28;
    transform: scale(1.05);
}

/* ========================
   ESTILOS ADICIONAIS
======================== */
.img {
    border-radius: 15px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, .7);
    float: right;
    margin-right: 55px;
    width: 600px;
    height: 390px;
}

header {
    margin-bottom: 20px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background-color: #d21033;
    height: 85px;
    box-shadow: 0 3px 10px rgba(0,0,0,3.0);
}

nav a {
    text-decoration: none;
    color: rgb(255,255,255);
    font-size: 28px;
    font-family: 'Arial', sans-serif;
    margin: 0 10px;
}

nav a:hover {
    text-decoration: underline;
}

.titulo {
    color: rgb(255,255,255);
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #d21033;
    margin-bottom: 40px;
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
    animation: fadeIn 2s ease-in-out;
}

.ingredientes {
    padding: 20px;
    margin: 15px;
    font-family: sans-serif;
}

.conteudo {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
}

.footer {
    text-align: center;
    padding: 10px;
    background-color: #d21033;
    color: #fff;
    margin-top: auto;
    width: 100%;
}

.footer_2 {
    text-align: center;
    padding: 10px;
    background-color: #282727;
    color: #fff;
    margin-top: auto;
    width: 100%;
    height: 200px;
}

.item-navegacao {
    list-style: none;
    display: inline;
    margin: 0 10px;
}

.navegacao{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;

}
