.foraFora {
    width: 100%;
    height: 100%;
    padding: 20px 0px 20px 0px;
}

.foraFora a {
    text-decoration: none;
    color: inherit;
}

.foraFora header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foraFora a {
    font-family: "GiorgioSans-Regular";
    font-size: 35px;
}

.foraFora b {
    font-family: "GiorgioSans-bold";
    font-size: 35px;
}

.foraFora header h2 {
    font-family: "GiorgioSans-Regular";
    font-size: 64px;
}

.foraFora.varanda header h2 {
    font-family: "GiorgioSans-Regular";
    font-size: 44px;
    letter-spacing: -1px;
}

.foraFora-content {
    min-width: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: rgb(0, 0, 0);
}

.foraFora.varanda .foraFora-content header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.foraFora-articles {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.foraFora-box {
    width: 280px;
    color: rgb(0, 0, 0);
}

.foraFora-box figure {
    width: 280px;
    height: 215px;
}

.foraFora-box figure img {
    min-width: 280px;
    max-width: 280px;
    height: inherit;
    border-radius: 5px;
}

.foraFora.varanda .foraFora-box h1 {
    background-color: #fff;
    font-family: "GuardianTextEgypt-Medium";
    font-size: 28px;
    line-height: 31px;
    max-height: 110px;
    padding: 15px 15px 15px 15px;
}

.foraFora.varanda .foraFora-box h2 {
    background-color: #fff;
    padding: 15px 15px;
    font-family: "GuardianTextEgypt-regular";
    font-size: 22px;
    line-height: 25px;
    margin: 0;
    max-height: 110px;
}

.foraFora-box h2 {
    font-family: "GuardianSans-Medium";
    font-size: 25px;
    line-height: 27px;
    margin-top: 10px;
    letter-spacing: -0.5px;
}

.foraforaEspacador {
    height: 100%;
    width: 1px;
    border-right: 1px solid rgb(0, 0, 0);
}

.foraForaA {
    display: flex;
    gap: 10px;
}

.foraFora-content a:nth-child(4) .foraforaEspacador {
    display: none;
}

.foraForaMais {
    width: 100%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.foraForaMais h3 {
    margin: 7px 10px 0px 0px;
    cursor: pointer;
    padding: 0px 10px 2px 10px;
    border-radius: 6px;
    line-height: 24px;
    color: #000000;
    font-family: "GuardianSans-Regular";
    font-size: 14px;
    border: 1px solid #000000;
}
.foraForaMais:hover h3{
    color: #000000;
    background-color: #ffffff;
}

.header-vamos-ler {
    display: flex;
    justify-content: space-between;
}

.menu-vamos-ler {
    display: flex;
    align-items: center;
    display: none;
    gap: 28px;
}

.menu-vamos-ler li {
    border-left: 1px solid;
    padding-left: 26px;
    cursor: pointer;
    font-weight: bold;
}

.link-vamos-ler {
    display: flex;
}

.icon-vamosler {
	width: 93px;
}

@media (max-width: 700px){
    .foraFora-content {
        min-width: unset;
        max-width: unset;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 0 20px;
    }
    .foraFora-articles {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        flex-direction: column;
    }
    .foraFora-box {
        display: flex;
        flex-direction: row;
        gap: 15px;
        width: 100%;
        border-bottom: 0.5px solid #646464;
    }

    .foraFora a {
        font-size: 26px;
    }

    .foraFora b {
        font-size: 26px;
    }

    .foraFora header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .foraFora.varanda .foraFora-box {
        gap: 0;
    }

    .foraFora.varanda .foraFora-box:not(.first-box) figure{
        height: -webkit-fill-available;
        max-height: 110px;
    }

    .foraFora-box figure img {
        min-width: 140px;
        max-width: 140px;
        height: 90px;
    }

    .foraFora.varanda .foraFora-box:not(.first-box) figure img {
        height: 110px;
        width: inherit;
    }


    .foraFora-box figure {
        width: 140px;
        height: 100px;
        }
    .foraFora-box h2 {
        font-size: 22px;
        line-height: 22px;
        }
    .foraForaMais {
        margin-top: 0px;
        }

        .foraFora-articles .first-box {
            flex-direction: column;
            gap: 0;
        }

        .foraFora-articles .first-box figure {
            width: 100% !important;
            height: auto;
        }

        .foraFora-articles .first-box figure img {
            object-fit: cover;
            height: 280px;
            max-width: 100%;
            min-width: 100%;
        }

        .foraFora-articles .first-box h2 {
            font-size: 30px;
            line-height: 30px;
            font-weight: bold;
            padding: 0px 0px 15px 0px;
            letter-spacing: -1px;
        } 
        .foraFora.varanda .foraFora-articles .first-box h2 {
            font-size: 19px;
            line-height: 26px
        }
        .foraFora.varanda .foraFora-box h2 {
            font-size: 20px;
            line-height: 26px;
        }
        
}
@media (max-width: 390px){
    .foraFora-box figure img {
         min-width: 122px;
        max-width: 120px;
        width: 100%;
        height: 75px;
    }
    .foraFora-box h2 {
        font-size: 19px;
        line-height: 19px;
    }
    .foraFora-box figure {
        width: 140px;
        height: 90px;
    }
    .foraFora.varanda header h2 {
    font-family: "GiorgioSans-Regular";
    font-size: 35px;
    }
    .foraFora.varanda .foraFora-box h2 {
    font-size: 18px;
    line-height: 21px;
    margin: 0;
    max-height: 111px;
}
    .foraFora.varanda .foraFora-box:not(.first-box) figure img {
        height: 111px;
        width: inherit;
    } 
    }