.lftSobre {
    background: rgba(20, 20, 20, 0.85);
    backdrop-filter: blur(2.75px);
    height: 100%;
}
body {
    background: #0B0B0B;
}
.topoSobre{
    width: 100%;
    height: 100%;
}
.titleS {
    width: fit-content;
    background: linear-gradient(90.42deg, #999999 0.26%, #FFFFFF 87.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
    .titleS span {
        background: linear-gradient(90.39deg, #9E0B1A -2.07%, #E11B22 53.97%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-family: 'poppins-bold-webfont', sans-serif;
    }

.svgSobre{
    position: absolute;
    top: 0;
    left: 0;
}
.photoS {
    width: 100%;
    height: 100%;
    background-image: url(../media/topoSobre.png);
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
}
.faixaV {
    width: 100%;
    height: 15%;
    background: linear-gradient(259.28deg, #E11B22 0.36%, rgba(73, 7, 9, 0) 99.64%);
    clip-path: polygon(2.5% 0, 100% 0, 100% 75%, 0% 100%);
    position: absolute;
    z-index: 3;
    right: -2rem;
    bottom: 2rem;
    transform: rotate(-12deg);
}
.iconsSobre {
    gap: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
    .iconsSobre img {
        object-fit: contain;
        height: 115px;
    
}
.svgSawala {
    position: absolute;
    top: -5rem;
    left: -10rem;
    opacity: .8;
}
.secOver::before {
    content: " ";
    background: linear-gradient(183.79deg, #696969 30.57%, #1F1F1F 123.65%);
    opacity: 0.25;
    filter: blur(96.5px);
    transform: rotate(70.26deg);
    position: absolute;
    z-index: 1;
    top: 3rem;
    right: -18%;
    height: 50%;
    width: 45%;
}


.presidentes {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 100%;*/
    height: 500px;
}

.category_container {
    --gap: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: calc(var(--gap) * 2);
    width: 100%;
    height: 100%;
}
.svgpres{
    position: absolute;
    top: 3rem;
    left: -2rem;
    z-index: 1;
}
@media only screen and ( min-width: 993px) {
    .lftTopo {
        backdrop-filter: blur(9px) !important;
    }
}
@media only screen and ( max-width: 992px){
    .iconsSobre{
        margin-top: 2rem;
    }
    .centra {
        text-align: justify;
        display: flex;
        justify-content: center;
    }
    .topoSW {
        height: 650px;
    }
    .titleS{
        text-align: center;
    }
    .lftTopo {
        background: inherit;
        backdrop-filter: blur(2px) !important;
    }
    .bg-red::before {
        height: 75% !important;
        top: 0 !important;
        width: 100% !important;
        /*clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;*/
    }
    .marginn {
        margin: 0 !important;
    }
    .iconsSocial {
        flex-wrap: wrap;
    }
        .iconsSocial {
            justify-content: space-between !important;
        }
    .iconsSocial > li {
       
        width: fit-content !important;
    }
    .mock {
        bottom: -3rem !important;
        position: relative !important;
        right: 0!important;
    }
    .category_container{
        flex-wrap: wrap;
    }
    .svgpres {
        top: -5rem !important;
    }
        .content {
        min-height: 350px;
        width: 100% !important;
    }
    .presidentes{
        height: fit-content !important;
    }

}
.overlays {
    left: 0 !important;
    position: absolute;
    top: 0 !important;
     width: auto !important; 
     height: auto !important; 
}
.content {
    --active: 0;
    cursor: pointer;
    overflow: clip;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 1.5rem;
    padding: 2.5rem;
    width: 50%;
    height: 100%;
    border-radius: 1rem;
    transition: width 0.5s ease-in-out;
}
.bg-red {
    background: #A90B1B;
}
.content:hover {
    --active: 1;
    width: calc(70% - var(--gap));
}

    .content::before {
        content: "";
        position: absolute;
        z-index: -10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #101010;
        opacity: 0.6;
    }

    .content img {
        position: absolute;
        z-index: -20;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .content .profile_image {
        opacity: calc(1 - var(--active));
        transition: opacity 0.3s ease-in-out;
    }

.profile_detail {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 12rem;
    transition: transform 0.5s cubic-bezier(0.23, 0.93, 0.77, 1) 0.01s;
}

    .profile_detail span {
        font-size: 1.7rem;
        font-weight: 600;
        color: white;
        text-wrap: nowrap;
    }

    .profile_detail p {
        font-size: 16px;
        font-weight: 100;
        color: white !important;
    }

.profile_quote {
    width: 90%;
    transform: translate(0, calc((1 - var(--active)) * (100% + 2.5rem)));
}

    .profile_quote p {
        font-size: 18px;
        font-weight: 100;
        color: white;
        transform: translate(0, calc((1 - var(--active)) * (100% + 2.5rem)));
        transition: transform 0.5s cubic-bezier(0.23, 0.93, 0.77, 1) 0.1s;
    }

.wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 0.5s cubic-bezier(0.23, 0.93, 0.77, 1) 0.01s;
    transition: grid-template-rows 0.5s cubic-bezier(0.23, 0.93, 0.77, 1) 0.01s, -ms-grid-rows 0.5s cubic-bezier(0.23, 0.93, 0.77, 1) 0.01s;
}

.profile_quote {
    min-height: 0;
    transform: translateY(50%);
    opacity: 0;
    transition: opacity 0.8s ease-in-out, transform 0.8s cubic-bezier(0.23, 0.93, 0.77, 1) 0.01s;
}

.content:hover .wrapper {
    grid-template-rows: 1fr;
}

.content:hover + .presidentes.saulo {
    height: fit-content !important;
}

.content:hover .profile_quote {
    transform: none;
    opacity: 1;
}

dialog {
    position: absolute;
    z-index: 1;
    background: none;
    color: white;
    border: 0;
    font-size: 0.8rem;
    padding: 0.5em;
}

    dialog a {
        color: whitesmoke;
    }

.bg-Why {
    filter: grayscale(1);
    background-image: url(../media/bgwhy.png);
    background-size: cover;
    background-attachment: fixed;
}
    .bg-Why::before {
        top: 0;
        left: 0;
        content: " ";
        position: absolute;
        height: 100%;
        width: 100%;
        background: linear-gradient(178.32deg, #000 -56.23%, rgba(115, 115, 115, 0) 97.21%);
    }
.ih {
    border: 1px solid white;
    height: 220px;
    box-sizing: border-box;
    padding: 2rem;
    background: rgb(255 255 255 / 11%);
    backdrop-filter: blur(100px);
    border-radius: 22px;
}
.lftTopo {
    background: rgba(0, 0, 0, 0.48) !important;
    backdrop-filter: blur(10px) ;
}
.txtred {
    background: linear-gradient(90.39deg, #9E0B1A -14.07%, #E11B22 -38.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'monteserratBold', sans-serif !important;
    text-fill-color: transparent;
}

.svgSW {
    position: absolute;
    left: -13rem !important;
    top: -2rem !important;
}
.obFit{
    object-fit: cover;
}
.mock{
    position: absolute;
    bottom: -4.5rem;
    right: -6rem;
}
.bg-red::before {
    height: 95%;
    width: 60%;
    content: " ";
    position: absolute;
    z-index: 2;
    left: 0;
    top: -1rem;
    background: #fff;
    /*clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);*/
}
.pb-5r {
    padding-bottom: 12rem !important;
}
.mtwhy{
    margin-top:-5rem;
}
.spacing{
    letter-spacing: 2px;
}