.banner{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 80px 0 0 0;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}
.banner_titulo{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    color: #2D2D2D;
}
.banner_caminho{
    display: flex;
    align-items: baseline;
}
.home{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #2D2D2D;
}
.pagina{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
.banner_txt{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #2D2D2D;
    width: 600px;
}
.laudo{
    margin: 50px 0;
}
.titulo_laudo{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    color: #000000;
}
.subtitulo_laudo{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #3C3C3C;
}
.cards_laudo{
    display: flex;
    justify-content: center;
}
.card_laudo{
    width: 850px;
    background: #3C3C3C;
    border-radius: 50px 0px;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.fantasma{
    visibility: hidden;
}
.card_laudo_texto{
    width: 350px;
    padding: 25px 20px;
}
ul{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}
.card_titulo{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 34px;
    color: #FFFFFF;
}
.titulo_tabela_laudo{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 34px;
    color: #FCC938;
    margin: 15px 0;
}
.linha1{
    background: #DDDDDD;
    display: flex;
    justify-content: space-around;
    width: 480px;
    margin-right: 25px;
}
.linha1 div,
.linha2 div{
    text-align: center;
    align-items: baseline;
    margin: 0;
    padding: 0;
}
.campo_efeito{
    border-radius: 1rem 0 0 0;
}
.separador{
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}
.campo1{
    width: 215px;
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}
.campo2{
    width: 215px;
}
.campo1 p{
    margin: 10px 0;
}
.campo2 p{
    margin: 10px 0;
}
.linha2{
    background: #F0F0F0;
    width: 480px;
    display: flex;
    justify-content: space-around;
}
.linha_final{
    width: 480px;
    background: #DDDDDD;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 1rem 0;
    margin-bottom: 20px;
    padding: 5px 25px;
    margin-right: 25px;
}
.linha_final p{
    margin: 10px 0;
}
.treinamento_palestras{
    margin: 50px 0;
}
.titulo_treinamento{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    color: #3C3C3C;
}
.subtitulo_treinamento{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #3C3C3C;
}
.cards_palestras{
    display: flex;
}
.card_alert{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    margin-bottom: 20px;
    padding: 8px;
    gap: 8px;
    width: 767px;
    height: 120px;
    background: #D81616;
    border-radius: 30px 0px;
}
.titulo_alert{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 25px;
    margin-bottom: 0px;
}
.subtitulo_alert{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}
.card_atencao{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
    margin: 0 20px;
    margin-bottom: 20px;
    gap: 8px;
    width: 369px;
    height: 120px;
    background: #FCC938;
    border-radius: 30px 0px;
}
.titulo_atencao{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
    color: #3C3C3C;
    margin-top: 25px;
    margin-bottom: 0px;
}
.subtitulo_atencao{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #3C3C3C;
}
.gestao{
    margin: 50px 0;
}
.titulo_gestao{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    color: #3C3C3C;
}
.subtitulo_gestao{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #3C3C3C;
}
.cards_gestao{
    display: flex;
}
.card_gestao{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
    gap: 8px;
    margin: 0 20px;
    margin-bottom: 20px;
    background: #F0F0F0;
    box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.25);
    border-radius: 30px 0px;
    width: 368px;
    height: 253px;
}
.titulo_card_gestao{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
    color: #3C3C3C;
}
.texto_card_gestao{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #3C3C3C;
}
.converse{
    margin: 50px 0;
}
.titulo_converse{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    color: #3C3C3C;
}
.btn_conv{
    display: flex;
    justify-content: center;
    margin: 25px 0 100px 0;
}
.btn_converse{
    background: #FCC938;
    border: 2px solid #FCC938;
    border-radius: 30px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #000066;
    padding: 10px 100px;
}
.none_especifico_mobile{
    display: none;
}
@media screen and (orientation: portrait), (max-width: 1000px) {
    .mobile_none {
        display: none;
    }
    .display_none{
        display: block;
    }
    .card_laudo{
        flex-direction: column;
        align-items: center;
    }
    .banner {
        background-repeat: no-repeat;
        background-position: center;
        height: 400px;
    }
    .banner_txt p{
        font-size: 16px;
        padding: 0 50px;
    }
    .banner_txt {
        margin: 0;
        width: 90vw;
    }
    .titulo_tabela_laudo, .tabela_card{
        width: 90vw;
        text-align: center;
    }
    .campo1, .campo2{
        width: 400px;
    }
    .linha1, .linha2, .linha_final{
        width: 90vw;
    }
    .card_gestao{
        margin: 10px;
        height: 320px;
    }
    .treinamento_palestras, .laudo, .gestao{
        text-align: center;
        width: 90vw;
    }
}

@media screen and (_), (max-width: 1239px) {
    .card_atencao{
        padding: 0 5px;
    }
}
@media screen and (_), (max-width: 970px) {
    .card_atencao{
        padding: 0 5px;
        height: 200px;
        margin: 10px 5px;
    }
    .card_alert{
        padding: 0 5px;
        height: 200px;
        margin: 10px 5px;
    }
}
@media screen and (_), (max-width: 901px) {
    .cards_gestao{
        flex-direction: column;
        align-items: center;
    }
    .fantasma_mobile{
        display: none;
    }
}
@media screen and (_), (max-width: 700px) {
    .card_atencao{
        padding: 0 5px;
    }
    .titulo_atencao{
        font-size: 18px;
    }
    .subtitulo_atencao{
        font-size: 15px;
    }
}
@media screen and (_), (max-width: 580px) {
    .none_especifico{
        display: none;
    }
    .none_especifico_mobile{
        display: initial;
    }
    .card_atencao{
        height: 250px;
    }
    .card_gestao{
        width: 90vw;
    }
}
@media screen and (_), (max-width: 320px) {
    .cards_palestras{
        flex-direction: column;
        align-items: center;
    }
    .card_atencao, .card_alert, .card_gestao{
        width: 90vw;
    }
}
