.header-atento {
    position: relative;
}

.header-atento .hamburger {
    background: #242323;
}

#menu-header a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#menu-header a::before {
    bottom: -6px;
}

#menu-header a:hover::before {
    bottom: -6px;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.header-atento .btn-menu-mobile::before {
    display: none;
}

#menu-header .current-menu-item a::before {
    bottom: -6px;
}

#quem-somos {
    position: relative;
}

#quem-somos > .banner {
    position: relative;
    height: 198px;
    width: 100%;
    background-color: #121212;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
}

#quem-somos > .banner::before {
    content: '';
    background-image: url(../../gestao-de-riscos-operacionais/home/gerenciamento-de-fadiga-bg-midia-banner.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 629px;
    width: 482px;
    max-height: 701px;
    max-width: 395px;
    position: absolute;
    right: 4.7%;
    top: -263px;
    opacity: 0.5;
}

#quem-somos > .banner .titulo-banner {
    font-size: 28px;
    letter-spacing: 0.8px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}

#quem-somos .content {
    width: 1280px;
    position: relative;
    max-width: 90%;
    margin:0 auto;
}

#quem-somos > .content .box-titulo {
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-bottom: 22px;
    margin-top: 88px;
    
    margin-bottom: 51px;

}

#quem-somos > .content .box-titulo::before {
    content: '';
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 50%);
            clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 50%);
    width: 10px;
    height: 12px;
    background-color: var(--amarelo-principal);
    position: absolute;
    bottom: -6px;
    right: -1px;
}

#quem-somos > .content .box-titulo .titulo {
    margin: 0;
    font-size: 32px;
    letter-spacing: 0.8px;
    color: #242323;
    font-weight: 800;
}

#quem-somos #inovacao {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#quem-somos #inovacao .esq {
    width: 604px;
    max-width: 50%;
    margin-right: 5.1%;
}

#quem-somos #inovacao .dir {
    width: 581px;
    max-width: 50%;
}

#quem-somos #inovacao .esq p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 28px;
    color: #242323;
    margin-bottom: 27px;
}

/* Metodologia */

#quem-somos #metodologia {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #fff;
    height: 503px;
    margin-top: 75px;
    margin-bottom: 91px;

}

#quem-somos #metodologia .content::before {
    content: '';
    background-image: url(../../gestao-de-riscos-operacionais/home/gerenciamento-de-fadiga-metodologia-pasta.webp);
    position: absolute;
    top: -84px;
    left: -2.0107px;
    width: 349px;
    height: 84px;
}

#quem-somos #metodologia .content {
    width: 1280px;
    max-width: 90%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1.9px solid var(--amarelo-principal);
    position: relative;
    border-radius: 0px 20px 20px 20px;
}

#quem-somos #metodologia .esq .conheca {
    font-size: 18px;
    letter-spacing: 0.6px;
    color: var(--amarelo-principal);
    font-weight: 500;
}

#quem-somos #metodologia .esq .titulo {
    font-size: 24px;
    letter-spacing: 0.8px;
    color: #242323;
    font-weight: 800;
    margin-top: 28px;
    margin-bottom: 51px;
    width: 100%;
}

#quem-somos #metodologia .esq .texto {
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 28px;
    color: #242323;
    font-weight: 400;
    margin: 0;
    margin-bottom: 26px;
}

#quem-somos #metodologia .botoes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#quem-somos #metodologia .botoes .btn-agende {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 15px;
    background-color: #242323;
    padding: 13.5px 33.1px;
    margin-right: 17px;
    border: 2px solid #242323;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

#quem-somos #metodologia .botoes .btn-agende:hover {
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    background-color: #fff;
    color: #242323;
}

#quem-somos #metodologia .botoes .btn-saiba {
    font-size: 16px;
    letter-spacing: 1px;
    color: #242323;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 2px solid var(--amarelo-principal);
    border-radius: 15px;
    padding: 13px 38.2px;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

#quem-somos #metodologia .botoes .btn-saiba:hover {
    background-color: var(--amarelo-principal);
    color: #fff;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

#quem-somos #metodologia .esq {
    width: 51%;
    padding-top: 28px;
    padding-left: 79px;
}

#quem-somos #metodologia .img {
    position: relative;
    bottom: 24px;
    right: -35px;
}

#quem-somos #missao-proposito .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 88px 0;
}

#quem-somos #missao-proposito .content .esq{
    width: 581px;
    max-width: 50%;
    margin-right: 4.7%;
}

#quem-somos #missao-proposito .content .dir {
    max-width: 50%;
    width: 561px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#quem-somos #missao-proposito .content .dir .titulo {
    font-size: 24px;
    letter-spacing: 0.4px;
    color: var(--amarelo-principal);
    font-weight: 800;
    margin: 0;
    margin-bottom: 52px;

}

#quem-somos #missao-proposito .content .dir .titulo:nth-of-type(2) {
    color: var(--amarelo-principal);
    margin-top: 52px;
}

#quem-somos #missao-proposito .content .dir p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 28px;
    color: #242323;
    font-weight: 400;
    margin-bottom: 27px;
    
}

/* Separador */

#separador {
    height: 316px;
    background-color: var(--amarelo-principal);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}

#separador .content {
    width: 1087px;
    max-width: 90%;
    margin: 0 auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 32px;
}

#separador .content .info  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


#separador .content .info:first-child {
    margin-top: -12px;
}

#separador .numero {
    font-size: 36px;
    letter-spacing: 0.6px;
    color: #fff;
    font-weight: 800;
}

#separador img {
    margin-bottom: 21px;
    /* height: 51px; */
    width: auto;
}

#separador .texto {
    font-size: 18.7px;
    font-weight: 600;
    text-align: center;
    color: #242323;
    margin-top: 1px;
}


#entrevistas {
    background-color: #f2f2f2;
    height: 545px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#entrevistas .titulo {
    width: 1280px;
    margin: 0 auto;
    max-width: 90%;
    position: relative;
}


#entrevistas .titulo .setas {
    position: absolute;
    right: -28px;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    /* height: auto; */
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

#entrevistas .titulo .setas .swiper-entrevista-anterior {
    margin-bottom: 8px !important;
}

#entrevistas .titulo .setas .swiper-botao-entrevista {
    position: unset !important;
    margin: 0;
    height: auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#entrevistas .content {
    width: 1800px;
    max-width: 95%;
    margin: 0 auto;
}

#entrevistas .nome-entrevista {
    position: absolute;
    bottom: -46px;
    font-size: 14px;
    color: #242323;
    letter-spacing: 0.4px;
    font-weight: 700;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;

}

#entrevistas .btn-play {
    position: absolute;
    width: 13%;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    cursor: pointer;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    z-index: 80;
}



#entrevistas .btn-play svg{
    width: 100%;
    margin: 0 auto;
    height: auto;
    opacity: 0.502;
    fill: #ffffff;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;

}

#entrevistas .box-entrevista {
    width: 580px;
    height: 326px;
    border-radius: 5px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
}

#entrevistas .box-entrevista:hover {
    cursor: pointer;
}

#entrevistas > .titulo {
    font-size: 18px;
    color: #242323;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: 22px;
}

#entrevistas .box-entrevista:hover .btn-play svg {
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    fill: var(--amarelo-principal);
    opacity: unset;
}

#entrevistas .box-entrevista:hover .nome-entrevista {
    color: var(--amarelo-principal);
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

#entrevistas .opacidade {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000062;
    border-radius: 5px;
}

#entrevistas .box-entrevista img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
}

#entrevistas .swiper-wrapper {
    padding-bottom: 47px;

}

.box-video {
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    background: #000000e0;
    z-index: 10000;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.box-video .video {
    position: relative;
}

.box-video .video iframe {
    width: 1000px;
    height: 562px;
    max-width: 100%;
}

.box-video .video .btn-fechar {
    position: absolute;
    color: var(--amarelo-principal);
    right: 0;
    top: -44px;
    font-weight: 500;
    font-size: 30px;
    cursor: pointer;
}