.topo{
    margin-top: 80px!important;
}

.icone-e-texto{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.043em;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #c4a5a5;
}

.outra{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 15px;
    font-size: 25px;
}

.ul-alinhado{
    font-weight: 500;
    text-transform: uppercase;
}

.justificado-simples{
    text-align: justify;
}

.img-w{
    width: 56px;
    position: absolute;
    left: -35px;
}

.molde{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    height: 100%;
}

.quadro{
    display: flex;
    justify-content: center;
    margin-top: 19px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border-radius: 8px;
    overflow: hidden;
    width: 70%;
    height: 216px;
    position: relative;
    cursor: pointer;
    margin-left: 67px;
}

.corpo-texto{
    width: 76%;
    position: relative;
    margin-left: 51px;
    text-align: justify;
    overflow-y: auto;
    height: 136px;
    min-height: 136px;
}

.chamada{
    position: absolute;
    left: 5px;
    z-index: 200;
    background-color: white;
    border-radius: 8px;
    padding: 12px;
    top: 4px;
    font-weight: 500;
    font-size: 17px;
    color: blue;
}

.imagem-video{
    max-width: 367px;
    position: relative;
    bottom: 56px;
}
