.header-atento {
    position: relative;
}

.header-atento .hamburger {
    background: #242323;
}

/*Banner*/
#banner{
    background-image: url(../../gestao-de-riscos-operacionais/segmento-individual/gestao-de-risco-psicossocial/img-banner-segmentos-gestao-psicossocial.webp);
    background-size: cover;
    background-position: center;
    padding: 127px 0px 203px;
    position: relative;
    z-index: 2;
}
#banner::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000000C4;
    position: absolute;
    top: 0;
    left: 0;

}
#banner .container{
    width: 1278px;
    max-width: 90%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
#banner .container .titulo{
    width: 850px;
    max-width: 100%;
    font-size: 48px;
    letter-spacing: 0.62px;
    line-height: 62px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 20px 0px;
}
#banner .container .titulo span{
    color: var(--amarelo-principal);
}
#banner .container .texto{
    width: 544px;
    max-width: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin: 0 0 30px 0px;
    line-height: 28px;
    letter-spacing: 0.32px;
}
#banner .container .btn-agende {
    width: max-content;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background-color: var(--amarelo-principal);
    padding: 13.5px 30.3px;
    margin-right: 17px;
    border: 2px solid var(--amarelo-principal);
    transition: 0.2s all ease-in-out;
}
#banner .container .btn-agende:hover {
    background-color: transparent;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    color: var(--amarelo-principal);
}

/*Informação*/
#informacao{
    margin-top: -35px;
    position: relative;
    z-index: 3;
}
#informacao .container{
    width: 1278px;
    max-width: 90%;
    height: auto;
    margin: 0 auto;
    background-color: #272727;
    color: #fff;
    padding: 70px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 30px;
}
#informacao .container .titulo{
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    margin-top: 0;
}
#informacao .container .numeros{
    width: 980px;
    max-width: 90%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#informacao .container .numeros .card-num{
    display: flex;
    flex-direction: column;    
}
#informacao .container .numeros .card-num .num{
    font-weight: 800;
    font-size: 71.86px;
    display: flex;
    align-items: end;
    flex-direction: row;
    column-gap: 10px;
}

#informacao .container .numeros .card-num .num .mais{
    color: var(--amarelo-principal);
    font-size: 30px;
    margin-bottom: 10px;
}
#informacao .container .numeros .card-num .texto{
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
}

/* Swiper Parceiros */
#swiper {
    height: auto;
    position: relative;
    background-color: #fff;
}
#swiper  .container {
    width: 1278px;
    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;
    flex-direction: column;
    padding-top: 30px;
}
.box-parceiros {
    width: 100%;
    height: 236px;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px 20px rgba(252,252,252,1);
            box-shadow: 0px 0px 20px 20px rgba(252,252,252,1);
    padding: 0px 52px;
    margin-bottom: 58px;
    background: #fff;
}
.box-parceiros .titulo-setas span {
    font-size: 14px;
    letter-spacing: 0.9px;
    color: #000;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.box-parceiros .titulo-setas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    position: relative;
    padding-bottom: 51px;
    padding-top: 46px;
    position: relative;
}

.box-parceiros .titulo-setas .setas {
    position: absolute;
    right: -28px;
    top: 39px;
    display: flex;
    flex-direction: row-reverse;
}

.box-parceiros .parceiro {
    height: 72px;
    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;
}

.box-parceiros .parceiro img {
    max-height: 100%;
    max-width: 60%;
}

.box-parceiros .parceiro .img-guanabara {
    max-width: 80%;
}

.swiper-botao-parceiros:after,.swiper-botao-parceiros:after {
    font-size: 26px !important;
    margin-bottom: 8px;
}


.swiper-botao-parceiros {
    position: unset !important;
    margin: 0 !important;
    height: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.swiper-botao-parceiros-anterior {
    color: #c3c3c3;
}

.swiper-botao-parceiros-proximo {
    color: var(--amarelo-principal);
}


/*Sintomas*/
#sintomas{
    margin-bottom: 40px;
    position: relative;
}
#sintomas::after {
    content: '';
    background-image: url(../../gestao-de-riscos-operacionais/segmento-individual/gestao-de-risco-psicossocial/detalhe-sintomas.svg);
    width: 374px;
    height: 1300px;
    position: absolute;
    top: -624px;
    right: 0;
}
#sintomas .container{
    width: 1278px;
    max-width: 90%;
    margin: 0 auto;
    height: auto;
    position: relative;
    z-index: 2;
}
#sintomas .container .sub-titulo{
    color: var(--amarelo-principal);
    font-weight: 500;
    font-size: 18px;
}
#sintomas .container .titulo{
    width: 857px;
    max-width: 90%;
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 30px;
}
#sintomas .container .cards{
    width: 100%;
    display: flex;
    column-gap: 3%;
    flex-wrap: wrap;
    margin-bottom: 30px;
    background-color: #fff;
}
#sintomas .container .cards .card{
    width: 22.7%;
    padding: 30px;
    border: 1px solid #B8B8B8;
    box-shadow: 0px 4px 10px #0000001C;
    background-color: #F9F9F9;
    border-radius: 10px;
    min-height: 335px;
}
#sintomas .container .cards .card .num{
    width: 50px;
    height: 50px;
    background-color: var(--amarelo-principal);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-weight: 900;
    font-size: 25px;
}
#sintomas .container .cards .card .texto{
    font-weight: 400;
    font-size: 25px;
}

#sintomas .container .btn-avaliar{
    width: max-content;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background-color: var(--amarelo-principal);
    padding: 13.5px 30.3px;
    margin-right: 17px;
    border: 2px solid var(--amarelo-principal);
    transition: 0.2s all ease-in-out;
    margin: 0 auto;
}
#sintomas .container .btn-avaliar:hover {
    background-color: transparent;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    color: var(--amarelo-principal);
}

/*Funcionamento*/

#funcionamento{
    margin-bottom: 100px;
    position: relative;
}
#funcionamento::after {
    content: '';
    background-image: url(../../gestao-de-riscos-operacionais/segmento-individual/gestao-de-risco-psicossocial/detalhe-funcionamento.svg);
    background-repeat: no-repeat;
    width: 374px;
    height: 1300px;
    position: absolute;
    top: 190px;
    left: 0;
}
#funcionamento .container{
    width: 1278px;
    max-width: 90%;
    height: auto;
    margin: 0 auto;
}
#funcionamento .container .titulo{
    width: 755px;
    max-width: 90%;
    font-weight: 800;
    font-size: 36px;
}
#funcionamento .container .box-implementar{
    margin-bottom: 45px;
}
#funcionamento .container .box-implementar .sub-titulo{
    font-weight: 500;
    font-size: 18px;
    color: var(--amarelo-principal);
}
#funcionamento .container .box-implementar .box-info{
    display: flex;
    column-gap: 70px;
}
#funcionamento .container .box-implementar .box-info .esq{
    display: flex;
    justify-content: center;
    max-width: 50%;
    align-items: center;
}


#funcionamento .container .box-implementar .box-info .dir{
    width: 579px;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 25px;
}
#funcionamento .container .box-implementar .box-info .dir .box-interno{
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    margin-bottom: 20px;
    padding-left: 40px;
    column-gap: 20px;
}
#funcionamento .container .box-implementar .box-info .dir .box-interno .num{
    font-weight: 900;
    font-size: 53.15px;
    color: var(--amarelo-principal);
}
#funcionamento .container .box-implementar .box-info .dir .box-interno p {
    font-size: 14px;
    font-weight: 500;
    color: #242323;
    text-align: initial;
    margin: 0;
    width: 435px;
    max-width: 90%;
    line-height: 20px;
}
#funcionamento .container .box-beneficio{}
#funcionamento .container .box-beneficio .box-smartphone {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 60px;
    margin-bottom: 45px;
}
#funcionamento .container .box-beneficio .box-smartphone .esq {
    width: 35%;
    row-gap: 42px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#funcionamento .container .box-beneficio .box-smartphone .esq .infos {
    display: flex;
    align-items: end;
    flex-direction: column-reverse;
    row-gap: 40px;
    margin-bottom: 0px;
}
#funcionamento .container .box-beneficio .box-smartphone .esq .infos .info {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
}
#funcionamento .container .box-beneficio .box-smartphone .esq .infos .info .titulo {
    width: 275px;
    max-width: 90%;
    font-size: 16px;
    font-weight: bold;
    color: #242323;
    letter-spacing: 0.4px;
    margin-bottom: 0px;
    text-align: end;
}
#funcionamento .container .box-beneficio .box-smartphone .esq .infos .info p {
    width:329px;
    max-width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #242323;
    letter-spacing: 0.4px;
    margin: 0;
    text-align: end;
    line-height: 20px;
}

#funcionamento .container .box-beneficio .box-smartphone .dir {
    margin-top: -32px;
    width: 35%;
    row-gap: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
#funcionamento .container .box-beneficio .box-smartphone .dir .infos {
    display: flex;
    align-items: start;
    flex-direction: column-reverse;
    row-gap: 40px;
    margin-bottom: 0px;
}
#funcionamento .container .box-beneficio .box-smartphone .dir .infos .info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#funcionamento .container .box-beneficio .box-smartphone .dir .infos .info .titulo {
    width: 275px;
    max-width: 90%;
    font-size: 16px;
    font-weight: bold;
    color: #242323;
    letter-spacing: 0.4px;
    margin-bottom: 0px;
    text-align: initial;
}
#funcionamento .container .box-beneficio .box-smartphone .dir .infos .info p {
    font-size: 14px;
    font-weight: 500;
    color: #242323;
    letter-spacing: 0.4px;
    margin: 0;
    text-align: initial;
    line-height: 20px;
}

#funcionamento .container .box-beneficio .btn-agende {
    width: max-content;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background-color: var(--amarelo-principal);
    padding: 13.5px 30.3px;
    margin-right: 17px;
    border: 2px solid var(--amarelo-principal);
    transition: 0.2s all ease-in-out;
    margin: 0 auto;
}
#funcionamento .container .box-beneficio .btn-agende:hover {
    background-color: transparent;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    color: var(--amarelo-principal);
}

/* Formulário */
#formulario{
    margin-bottom: -100px;
    scroll-margin-top: 50px;
    position: relative;
}
#formulario::after {
    content: '';
    background-image: url(../../gestao-de-riscos-operacionais/segmento-individual/gestao-de-risco-psicossocial/detalhe-sintomas.svg);
    width: 374px;
    height: 1300px;
    position: absolute;
    top: -720px;
    right: 0;
}
.box-form {
    width: 1280px;
    max-width: 90%;
    margin: 0 auto;
    background-color: #000;
    height: 572px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 80px;
    z-index: 2;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box-form .esq .titulo {
    width: 514px;
    max-width: 90%;
    font-weight: 700;
    font-size: 39.64px;
}

.box-form .esq .texto {
    width: 507px;
    max-width: 90%;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1.51px;
}

.box-form .esq {
    width: 50%;
    margin-top: 28px;
    color: #fff;
}

.box-form .esq .titulo span {
    color: var(--amarelo-principal);
    font-weight: 700;
}

.box-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 49.5%;
    margin-top: 9px;
}

.box-form form > input {
    background-color: #151515;
    width: 100%;
    height: 42px;
    border: 1px solid #ffffff3f;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px ;
    padding-left: 14px;
}

.box-form form > input:focus, .box-form form > textarea:focus {
    border:1px solid var(--amarelo-principal);
    background-color: #252525;
}

.box-form form > textarea {
    background-color: #151515;
    width: 100%;
    height: 42px;
    border: 1px solid #ffffff3f;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    resize: none;
    height: 90px;
    padding-left: 14px;
    padding-top: 11px;
}

.box-form form input::-webkit-input-placeholder {
    color: #fff;
    font-size: 12px;
    color: #e9e9e9;
}

.box-form form input::-moz-placeholder {
    color: #fff;
    font-size: 12px;
    color: #e9e9e9;
}

.box-form form input:-ms-input-placeholder {
    color: #fff;
    font-size: 12px;
    color: #e9e9e9;
}

.box-form form input::-ms-input-placeholder {
    color: #fff;
    font-size: 12px;
    color: #e9e9e9;
}

.box-form form input::placeholder {
    color: #fff;
    font-size: 12px;
    color: #e9e9e9;
}

.box-form form textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #fff;
}

.box-form form textarea::-moz-placeholder {
    font-size: 14px;
    color: #fff;
}

.box-form form textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #fff;
}

.box-form form textarea::-ms-input-placeholder {
    font-size: 14px;
    color: #fff;
}

.box-form form textarea::placeholder {
    font-size: 14px;
    color: #fff;
}

.box-form form .btn {
    border-radius: 10px;
    background-color: var(--amarelo-principal);
    text-transform: uppercase;
    font-size: 16.4px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    border: 2px solid 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;
    padding:  0;
    height: 53px;
    margin-bottom: 0;
    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;
}

.box-form form .btn:focus {
    background-color: var(--amarelo-principal);
}

.box-form form .btn:hover {
    background-color: #fff;
    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;
    border: 2px solid #fff;

}

.box-form form .box-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 14px 0px;
}

.box-form form .box-check input {
    width: 13px;
    height: auto;
    margin-right: 7px;
}

.box-form form .box-check label {
    font-size: 10px;
    color: #dbdbdb;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    user-select: none;
    -moz-user-select: none; /* Para Firefox */
    -webkit-user-select: none; /* Para Chrome, Safari, e Opera */
    -ms-user-select: none; /* Para Internet Explorer e Edge */
}

.box-form form .obrigatorio {
    margin-bottom: 0px;
    color: #dbdbdbdb;
    opacity: 0.502;
    font-weight: 400;
    font-size: 10px;
    font-family: 'Poppins', sans-serif;
}

.box-form .error {
    border:1px solid red;

}

.box-form .error::-webkit-input-placeholder {
    color: red;
}

.box-form .error::-moz-placeholder {
    color: red;
}

.box-form .error:-ms-input-placeholder {
    color: red;
}

.box-form .error::-ms-input-placeholder {
    color: red;
}

.box-form .error::placeholder {
    color: red;
}