
html{
    font-size: 9.53px;
    line-height: 10px;
}

body{    
    background-image: url(imgs/woman/back_pesquisa_mulher_page.png);
    background-repeat: repeat;
    background-size: contain;
    background-color: #eeacb9;
}

@media (orientation: landscape) {
    html{
        font-size: 15px;
        line-height: 15px;
    }
}

.card {
    border-radius: 1.1rem;
    background-color: #f7f7f7f3;
}

.container{
    padding: 10px;
}

.badge-woman{
    color: #f7f7f7;
    background-color: #a9518b;
    font-weight: bold;
    font-size: .9rem;
    padding: 2px 7px;
    border-radius: .3rem;
}

.button_download{
    width: 215px;
    background-color: #005ea5;
    color: white;
    border-radius: 12px;
}

.button_download p {
    font-size: 13.4px;
    line-height: 14px;
}

.tiny_text{
    font-size: 8px !important;
}

.topic_light{
    font-weight: bold;
    color: #a9518b;
    margin: initial;
    font-size: 1.05rem;
    line-height: 1.09rem;
}

.topics_without_back_color {
    color: #a9518b;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.55rem;
}

.video{
    border: 2px solid #797777;
    border-radius: 10px;
    overflow: hidden;
}

.topic_light_mini{
    font-weight: bold;
    color: #a9518b;
    margin: initial;
    font-size: .85rem;
    line-height: 1rem;
}

.partnership p{
    font-size: .7rem;
    line-height: .8rem;
    margin-bottom: 8px;
}

/* *{
    box-sizing: border-box;
}


img{
    max-width: 450px;
}


@media (orientation: landscape) {
    .content_video{
        max-width: 400px;
    }
}


.card-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.7rem;
}

.topics {
    background-color: #a9518b;
    color: #f7f7f7;
    width: fit-content;
    padding: 2px 7px;
    border-radius: 4px;
    font-size: 9.2px;
}

.topics_without_back_color {
    color: #a9518b;
    font-weight: bold;
    border-radius: 8px;
    font-size: 14px;
}

.topic_light{
    font-weight: bold;
    color: #a9518b;
    margin: initial;
    font-size: 9.9px;
}

.topic_light_mini{
    font-weight: bold;
    color: #a9518b;
    margin: initial;
    font-size: 7px;
}

.video{
    border: 2px solid #797777;
    border-radius: 10px;
    overflow: hidden;
    margin: 6px;
}

.video_conteiner p {
    font-size: 13px;
    margin-bottom: 3px;
}

.button_download{
    width: 215px;
    background-color: #005ea5;
    color: white;
    border-radius: 12px;
}

.button_download p {
    font-size: 13.6px;
    line-height: 13px;
}

 */