.hero {
    width: 80%;
    height: 400px;

    
    background-image: url("img/banner-bg.png");

    background-size: cover;
    background-position: center;

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    
}


.conteudo {
    position: relative;
    text-align: center;
    color: white;
}

.conteudo h1 {
    font-size: 48px;
    letter-spacing: 5px;
    font-weight: 500;
}

.linha {
    width: 420px;
    height: 2px;
    background: rgba(255, 255, 255, 0.712);
    margin: 15px auto;
}

.conteudo p {
    font-size: 14px;
    letter-spacing: 2px;
}


.chef{
transform: translate(-200px, -200px);

}



.chef-section {
    width: 100%;
    padding: 80px 0;
    background: #f5f5f5;
}

.chef-conteudo {
    width: 80%;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.chef-imagem{
    
    position: relative;
    transform: translate(-300px, -300px);
    top: -30px;
    

}
.chef-imagem img {
    
    width: 650px;
    height: auto;
    display: block;
    
}


.chef-conteudo {
    max-width: 500px;
}

.chef-conteudo h2 {
    font-size: 60px;
    letter-spacing: 6px;
    margin-bottom: 20px;
    font-weight: 500;
}

.chef-conteudo p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}


.assinatura {
    width: 150px;
}

.footer {
    background: #0b1220;
    padding: 100px 0;
    width: 100%;
    position: relative;
    clear: both;
}

.footer-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.col {
    width: 18%;
    float: left;
    margin-right: 2%;
}

.col:last-child {
    margin-right: 0;
}

.col h4 {
    color: white;
    margin-bottom: 25px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.col a {
    display: block;
    color: #7a7f8a;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 14px;
    transition: 0.3s;
}

.col a:hover {
    color: #c2a76d;
}

.newsletter p {
    color: #7a7f8a;
    font-size: 14px;
    margin-bottom: 20px;
}

.input-box {
    position: relative;
    width: 100%;
}

.input-box input {
    width: 100%;
    padding: 12px 15px;
    background: transparent;
    border: 1px solid #1f2a44;
    color: white;
    outline: none;
}

.input-box input::placeholder {
    color: #7a7f8a;
}

.input-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45px;
    background: #c2a76d;
    border: none;
    color: white;
    cursor: pointer;
}

.footer::after {
    content: "";
    display: block;
    clear: both;
}