body {
    background: #f7f7f7;
}
.blogBase {
    height: 400px;
    width: 100%;
    position: relative;
    margin-bottom: 51px;
}
.blogBase img {
    width: 100%;
    height: 400px !important;
    object-fit: cover;
}

.descricaoBlog {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: rgba(20, 20, 20, 0.671);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-left: 15%;
    padding-right: 15%;
}
.descricaoBlog h1 {
    color: #fff;
    font-family: Poppins;
    font-style: normal;
    font-weight: 800;
    line-height: 35.5px; /* 55.469% */
    letter-spacing: -0.15px;
    margin-bottom: 25px;
}

.descricaoBlog p {
    color: #fff;
    text-align: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.15px;
    margin-bottom: 50px;
    max-width: 600px;
}

.descricaoBlog .form-blog {
    width: 950px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 25px 23px;
    display: flex;
    align-items: center;
}
.form-blog i {
    color: #fff;

    font-size: var(--font-size-md);
    margin-right: 19px;
}
.form-blog input {
    background-color: rgba(255, 255, 255, 0);
    width: 80%;
    border: none;
    outline: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-family: "Inter";
    font-size: 1.13rem;
    font-style: normal;
    font-weight: 500;
    line-height: 21.78px; /* 121% */
    letter-spacing: -0.15px;
    padding-left: 5px;
}
/* lista de blogs Postados */

.lista-blog {
    padding-left: 0.5%;
    padding-right: 0.5%;
    margin-top: 0px;
    margin-bottom: 94px;
}
.spotBanner {
    width: 100%;
    height: 515px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 78px;
}
.spotBanner img {
    width: 100%;
    height: 515px;
    object-fit: cover;
    border-radius: 10px;
}
.spotBanner .descricaoPost {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.436);
    display: flex;
    flex-flow: column;
    justify-content: end;
    padding: 68px 30px;
}
.descricaoPost h4 {
    color: #fff;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.15px;
}
.descricaoPost p {
    color: #fff;
    font-family: "Poppins";

    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 500;
    line-height: 34.5px; /* 132.692% */
    letter-spacing: -0.15px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.bloguser {
    display: flex;
    align-items: center;
}
.bloguser img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.descUser {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 25px;
}
.descUser p {
    color: #fff;
    font-family: Poppins;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 14.5px; /* 215.625% */
    letter-spacing: -0.15px;
}
.descUser small {
    color: #fff;
    font-family: Poppins;
    font-size: 0.87rem;
    font-style: normal;
    font-weight: 400;
    line-height: 34.5px; /* 246.429% */
    letter-spacing: -0.15px;
}
.rowlist {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: -20px;
}
.valores {
    display: flex;
    width: 237px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    background: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.valores img {
    width: 100%;
    height: 220px;
    border-radius: 8px;
    object-fit: cover;
    align-self: stretch;
}
.descricaov2Post h4 {
    color: #17171f;
    font-family: "Open Sauce One";
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.15px;
    align-self: stretch;
    padding: 10px;
}
.descricaov2Post p {
    color: #717171;
    font-family: "Open Sauce One";
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.15px;
    align-self: stretch;
    padding: 10px;
}
/* Parte da newsLatter */
.newslleter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.basenew {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    border-radius: 8px;
    background: #f1f1f1;
    padding: 67px 53px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .tituloNew{
       
} */
.tituloNew h3 {
    max-width: 536px;
    width: 100%;
    color: #17171f;
    text-align: center;
    font-family: "Open Sauce One";
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.15px;
}
.formNew {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.formNew input[type="text"] {
    display: flex;
    width: 543px;
    width: 100%;
    padding: 5px 20px;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid rgba(37, 37, 37, 0.4);
    background: #fff;
    color: #545454;
    font-family: Poppins;
    font-size: 1.5rem;
    font-style: normal;
    line-height: 36.5px; /* 202.778% */
    letter-spacing: -0.15px;
    outline: none;
    justify-content: center;
}
.formNew .form-group {
    display: flex;
    margin-top: 19px;
    margin-bottom: 19px;
    align-items: center;
    justify-content: center;
}
.formNew .form-group label {
    color: #000;
    font-family: Poppins;
    font-size: 0.87rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.15px;
    margin-left: 10px;
    max-width: 513px;
    width: 100%;
}
.btn {
    display: flex;
    justify-content: center;
}
.formNew button {
    display: flex;
    padding: 8px 80px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    color: #fff;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    line-height: 36.5px; /* 202.778% */
    letter-spacing: -0.15px;
    border-radius: 8px;
    background: #bcae87;
}

.noticia-item {
    width: 100%;
    cursor: pointer;
}

.noticia-item:hover {
    opacity: 0.7;
}

#noticias {
    margin-top: 42px;
    margin-bottom: 42px;
}

.noticia-item img {
    width: 100%;
    height: 12vw;
    border-radius: 8px;
    object-fit: cover;
}

.noticia-item .noticia-item-descricao h4 {
    color: #17171f;
    font-family: "Open Sauce One";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.15px;
    margin-top: 8px;
    padding: 0px 10px;
    font-size: var(--font-size-md);
}

.noticia-item .noticia-item-descricao p {
    padding: 0px 10px;
    color: #717171;
    font-family: "Open Sauce One";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.15px;
    margin-bottom: 18px !important;
    padding-bottom: 18px;
    font-size: var(--font-size-md);
}

@media (max-width: 1100px) {
    .blogBase {
        height: 380px !important;
        margin-bottom: 20px !important;
    }
    .blogBase img {
        height: 380px !important;
    }
    .descricaoBlog {
        padding-left: 5% !important;
        padding-right: 5% !important ;
    }
    .descricaoBlog h4 {
        line-height: 25px !important; /* 145.833% */
        margin-bottom: 30px !important;
    }
    .descricaoBlog .form-blog {
        width: 100% !important;
    }
    .form-blog input {
        font-size: 0.87rem !important;
        width: 100%;
    }
    /* lista de blogs Postados */

    .lista-blog {
        padding-left: 0.2% !important;
        padding-right: 0.2% !important ;
        margin-top: 40px !important;
        margin-bottom: 100px !important;
    }
    .spotBanner {
        width: 100%;
        height: 215px !important;
    }
    .spotBanner img {
        width: 100%;
        height: 215px;
        object-fit: cover;
        border-radius: 10px;
    }
    .spotBanner .descricaoPost {
        padding: 28px 15px !important;
    }
    .descricaoPost h4 {
        color: #fff;
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 112.5% */
        letter-spacing: -0.15px;
    }
    .descricaoPost p {
        line-height: 14.5px; /* 132.692% */
        letter-spacing: -0.15px;
        margin-top: 0px !important;
        margin-bottom: 2px !important;
    }
    .bloguser {
        display: flex;
        align-items: center;
    }
    .bloguser img {
        width: 40px;
        height: 40px;
        border-radius: 100%;
    }
    .descUser {
        padding-top: 5px;
    }
    .descUser p {
        line-height: 10.5px; /* 215.625% */
    }
    .descUser small {
        line-height: 14.5px; /* 246.429% */
    }
    .valores img {
        width: 100%;
        height: 220px !important;
        border-radius: 8px;
        object-fit: cover;
    }
    .descricaov2Post h4 {
        color: #17171f;
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        line-height: 37px; /* 142.308% */
        letter-spacing: -0.15px;
        margin-top: 18px;
    }
    .descricaov2Post p {
        color: #717171;
        font-family: Poppins;
        font-style: normal;
        font-weight: 500;
        line-height: 30px; /* 166.667% */
        letter-spacing: -0.15px;
    }

    .basenew {
        padding: 12px;
    }

    .tituloNew h4 {
        line-height: 18px;
        margin-bottom: 12px;
    }

    .formNew button {
        width: 100%;
        padding: 16px 0px;
        line-height: 18px;
        margin: 0;
    }

    .descricaoBlog p {
        line-height: 20px;
    }

    .formNew .form-group label {
        line-height: 16px;
    }

    .noticia-item img {
        height: 25vw;
    }
}

@media screen and (max-width: 1700px) {
    .noticia-item img {
        height: 20vw;
    }
}

@media screen and (max-width: 768px) {
    .blogBase {
        height: 20vh !important;
    }
    .blogBase img {
        height: 20vh !important;
    }

    .descricaoBlog h1 {
        margin-bottom: 0px;
        margin-top: 32px;
    }

    .formNew button {
        padding: 8px 80px;
        gap: 10px;
    }

    .noticia-item img {
        height: 90vw;
    }
}
