/*Susu, se tiver vendo isso, não passa mais sites inteiros em position, por favor :(*/

@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

.exemplos, .emAlta {
    background-color: rgba(240, 239, 239, 0.732);
}

.hero {
    height: 87vh;
}

.emAlta {
    padding-top: 2rem;
    height: 60vh;
}

.body {
    max-height: 100vh;
}

.menuCabecalho {
    max-width: 100%;
    margin-top: 3rem;
}

.menu {
    display: flex;
    gap: 1rem;
    font-family: Oswald;
    font-size: 19px;
    font-weight: 500;
}

.home {
    position: absolute;
    transform: translateX(600px);
    border-right: solid black 0.7px;
    padding-right: 2rem;
}

.pages {
    position: absolute;
    transform: translateX(750px);
    border-right: solid black 0.7px;
    padding-right: 3rem;
}

.recipes {
    position: absolute;
    transform: translateX(900px);
    border-right: solid black 0.7px;
    padding-right: 3rem;
}

.bestOf {
    position: absolute;
    transform: translateX(1050px);
    border-right: solid black 0.7px;
    padding-right: 3rem;
}

.contact {
    position: absolute;
    transform: translateX(1200px);
}

.contact:hover, .bestOf:hover, .recipes:hover, .pages:hover, .home:hover {
    text-decoration: underline;
    color: red;
    cursor: pointer;
}

.lupa {
    width: 25px;
    position: absolute;
    transform: translateX(1350px);
}

.linkMenu {
    position: absolute;
    transform: translate(300px);
    margin-top: 4rem;
    margin-left: 2rem;
    text-transform: uppercase;
    color: rgb(66, 146, 211);
    cursor: pointer;
    font-family: Montserrat;
    font-size: 18px;
}

.img1 {
    position: relative;
    transform: translateY(120px);
    margin-left: 12rem;
    width: 300px;
}

.legenda, .legenda2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
}

.legenda {
    position: relative;
    transform: translateX(45px);
    margin-top: 1rem;
}

.legenda2 {
    position: relative;
    transform: translateX(120px);
}

.imgPanqueca {
    max-width: 350px;
    height: 300px;
}

.img2 {
    position: relative;
    transform: translateY(120px);
    margin-left: 12rem;
    margin-top: 2rem;
    width: 300px;
}

.imgSalmao {
    width: 700px;
    height: 720px;
}

.img3 {
    position: relative;
    transform: translate(600px, -725px);
    width: 700px;
}

.textoBranco {
    background-color: white;
    transform: translate(55px ,-50px);
    width: 600px;
}

.legendaSalmao {
    position: relative;
    transform: translateX(260px);
    font-family: Oswald;
    font-size: 18px;
    padding-top: 1rem;
    font-weight: 500;
}

.legendaSalmao2 {
    position: relative;
    transform: translateX(70px);
    font-family: Inter;
    font-size: 30px;
    font-weight: 600;
}

.img4 {
    position: relative;
    transform: translate( 1170px, -1560px);
    margin-left: 12rem;
    width: 300px;
}

.img5 {
    position: relative;
    transform: translate( 1170px, -1540px);
    margin-left: 12rem;
    width: 300px;
}

.legendaBife, .legendaBife2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
}

.legendaBolo, .legendaBolo2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
}

.legendaBife {
    transform: translateX(45px);
    margin-top: 0.8rem;
}

.legendaBife2 {
    transform: translateX(140px);
}

.legendaBolo {
    transform: translateX(60px);
    margin-top: 0.8rem;
}

.legendaBolo2 {
    transform: translateX(100px);
}

.divisor {
    position: relative;
    transform: translateY(-1300px);
}

.topRecipes {
    background-color: red;
    max-width: 25%;
    padding: 1rem;
    font-family: Oswald;
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.topRecipes p {
    position: relative;
    transform: translateX(240px);
}

.detalhe {
    background-color: red;
    text-align: center;
    justify-content: center;
    width: 80px;
    height: 60px;
    transform: translate(1600px, -50px);
    font-family: Oswald;
    font-size: 30px;
    font-weight: 600;
    color: white;
}

.detalhe p {
    transform: translateY(5px);
}

.imgPrincipal {
    width: 600px;
}

.exemplos {
    margin-top: 12rem;
    height: 80vh;
}

.principal {
    margin-left: 15rem;
    width: 600px;
}

.receitaImg {
    width: 600px;
}

.tipo {
    margin: 2rem 0 2rem 0;
    background: red;
    padding: 0.3rem 1.5rem;
    width: 100px;
    text-align: center;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: 600
}

.texto h1 {
    font-family: Inter;
    font-size: 25px;
    margin-bottom: 1rem;
}

.texto p {
    line-height: 25px;
    font-family: Roboto;
}

.imagem img {
    width: 300px;
    height: 200px;
}

.outras {
    position: absolute;
    transform: translate(900px, -620px);
    width: 500px;
}

.ajuste {
    position: absolute;
    transform: translate(350px, -235px);
}

.outras2, .outras3 {
    margin-top: 1rem;
}

.receitasSeletor {
    margin-top: 5rem;
    height: 58vh;
}

.p1 {
    position: relative;
    transform: translateX(600px);
}

.p2 {
    position: relative;
    transform: translate(800px, -28px);
}

.p3 {
    position: relative;
    transform: translate(1000px, -57px);
}

.p4 {
    position: relative;
    transform: translate(1200px, -85px);
}

.p1, .p2, .p3, .p4 {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 600;
}

.seletor {
    width: 200px;
}

.seletorImg {
    margin-left: 340px;
    height: 40vh;
}

.seletorImg p {
    font: Inter;
    font-size: 17px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 1rem;
}

.parte2 {
    position: absolute;
    transform: translate(250px, -235px);
}

.parte3 {
    position: absolute;
    transform: translate(500px, -235px);
}

.parte4 {
    position: absolute;
    transform: translate(750px, -235px);
}

.parte5 {
    position: absolute;
    transform: translate(1000px, -235px);
}

.parte p {
    position: relative;
    transform: translate(-660px);
}

.imagemEmAlta {
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

.emAlta1 {
    max-width: 50%;
    margin-left: 5rem;
    transform: translateY(100px);
}

.corpo {
    position: relative;
    transform: translate(350px, -250px);
    width: 400px;
}

.corpo p{
    font-family: Inter;
    font-size: 17px;
    line-height: 1.5rem;
    margin-top: 1rem;
}

.corpo h1 {
    font-family: Roboto;
    font-size: 30px;
}

.emAlta2 {
    transform: translate(950px, -370px);
}

.final {
    padding-left: 10rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
    background-color: rgb(221, 212, 212);
}

.logo h1{
    font-family: Oswald;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.logo p {
    line-height: 1.5rem;
}
.logo {
    width: 40%;
}

.seInscreva {
    position: relative;
    transform: translate(1000px, -150px);
}

.seInscreva h1 {
    font-family: Roboto;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 2rem;
}

.botaoCard {
    transform: translate(60px);
}

.botaoCard input {
    border: none;
    padding: 1rem 2rem;
    background-color: white;
    margin-right: 2rem;
    transform: translateX(-50px);
}

.botaoCard button {
    background-color: red;
    justify-content: center;
    align-items: center;
    font-family: Oswald;
    font-size: 25px;
    transform: translate(-20px, 10px);
    padding: 0.5rem 1.5rem;
    color: white;
    border: none;
    cursor: pointer;
}

.footer {
    color: rgb(164, 161, 161);
}

.tudo {
    padding-top: 5rem;
}