/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3/dez/2020, 12:43:30
    Author     : Carlos Braga
*/


.slick-slider {
    margin-bottom: 30px;
    width: 100%;
}

.home_slider_item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
}
.home_slider_item img {
    width: calc(100% + 12px);
    height: 560px;
    object-fit: cover;
    object-position: center;
    margin: 0 -6px;
}
.home_slider_item_backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 25%);
}
.home_slider_item .home_slider_item_desc {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 18px 12px;
    box-sizing: border-box;
    color: #fff;
}
.home_slider_item .home_slider_item_desc h3 {
    font-size: 28px;
}
.home_slider_item .home_slider_item_desc p:not(.footer_dummy_button) {
    font-size: 14px;
}
.home_slider_item .home_slider_item_desc p.home_slider_item_desc_details_date {
    margin: 0 0 0 18px;
}
.home_slider_item .home_slider_item_desc .md-button.md-ink-ripple {
    background: #1C3998;
    border-radius: 10px;
    text-transform: unset;
    font-size: 14px;
    font-weight: 700;
    margin: 24px 0 12px;
}




.home_slide_list_wrapper .home_slider_list_item {
    width: 100% !important;
    max-width: unset;
}
/*
.home_slide_list_wrapper {
    height: 560px;
    overflow: auto;
    padding: 0 0 0 24px;
}
*/.home_slider_list_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 0 12px;
}
.home_slider_list_item img {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.home_slider_list_item_desc {
    margin: 0 0 0 12px;
    height: 72px;
}
.home_slider_list_item_desc_details p.footer_dummy_button {
    color: #1C3998;
    border-color: #1C3998;
    margin: 0;
}
p.home_slider_list_item_desc_details_date {
    color: #c2c2c2;
    font-size: 12px;
    margin: 0 0 0 12px;
}
.home_slider_list_item_desc h3 {
    font-size: 14px;
    color: #50514F;
}

.home_slide_list_wrapper .home_slider_list_item.active .home_slider_list_item_inner_wrapper {
    background: rgb(76 165 255 / 15%);
}
.home_slider_list_item_inner_wrapper {
    width: 100%;
    height: 138px;
    background: transparent;
    transition: .15s all linear;
    padding: 0 12px;
    border-radius: 10px;
}

slick.warning_slider > .slick-list.draggable {
    max-height: 30px;
}
.home_warnings_wrapper {
    margin: 0 0 12px;
}
.home_warnings_slider_wrapper {
    background: rgb(255 200 87 / 10%);
    height: 45px;
    border-radius: 10px;
    padding: 6px 12px;
}
.warning_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    height: 30px;
}
.slick-vertical .slick-slide.warning_item_slide {
    height: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.slick-slider {
    margin-bottom: 30px;
    width: 100%;
    /*padding: 0 6px;*/
    box-sizing: border-box;
}
span.warning_item_badge {
    background: #FFC857;
    color: #fff;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 0 8px;
    border-radius: 10px;
    margin: 0 12px 0 0;
}
span.warning_item_date {
    color: #C2C2C2;
    font-size: 14px;
    margin: 0 8px 0 0px;
}
p.warning_item_message {
    font-size: 16px;
    font-weight: 700;
    color: #50514F;
}

section#homeMiddleInfo, section#homeBottomSection {
    margin: 0 -6px;
}
.home_middleinfo_card_container {
    padding: 0 6px;
}
.home_middleinfo_card_wrapper {
    background: rgb(76 165 255 / 10%);
    border-radius: 10px;
    padding: 8px 12px;
    height: 165px;
}
.presi .home_middleinfo_card_wrapper {
    background: #F8F8F8;
    transition: .15s all linear;
}
.presi .home_middleinfo_card_wrapper:hover {
    background: rgba(158,158,158,0.2);
}
.meteo_widget_main_display_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 12px;
}
.meteo_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px 0 0;
}

ul.items_list_slide {
    list-style: none;
    padding: 0;
    font-size: 12px;
    width: 100%;
}
span.items_list_item_date {
    color: #C2C2C2;
    font-size: 14px;
    font-weight: 300;
    margin: 0 6px 0 12px;
}
p.items_list_item_message {
    color: #50514F;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
li.items_list_item button.md-button.md-ink-ripple {
    font-size: 24px;
    color: #1C3998;
    min-width: 36px;
    min-height: auto;
    width: 36px;
    height: auto;
    border-radius: 10px;
}

li.items_list_item > div {
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
}
li.items_list_item > div > div {
    white-space: nowrap;
}
.items_list_doc_details span {
    color: #50514F;
    font-size: 14px;
    font-weight: 300;
    margin: 0 12px 0 0;
    white-space: nowrap;
}
.items_list_doc_details span svg {
    margin: 0 6px 0 0;
}
.items_list_doc_details span:last-child {
    text-overflow: ellipsis;
    overflow: hidden;
}





.presi .home_middleinfo_card_wrapper img {
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
p.home_news_slider_item_date {
    font-size: 12px;
    color: #C2C2C2;
    margin: 6px 0;
}
h3.home_news_slider_item_title {
    color: #50514F;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.presi .home_middleinfo_card_wrapper p {
    color: #50514F;
    font-weight: 700;
    font-size: 16px;
}

p.home_news_slider_item_desc {
    color: #50514F;
    font-size: 14px;
    height: 42px;
    overflow: hidden;
    margin: 0 0 12px;
}


.home_news_slider_item {
    box-sizing: border-box;
}
.slider_item_inner_wrapper {
    padding: 0 6px;
    box-sizing: border-box;
}
.home_news_slider_item img {
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
p.home_slider_items {
    font-size: 14px;
    color: #50514F;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 6px;
}
p.home_slider_items span {
    width: 18px;
    text-align: center;
    color: #4CA5FF;
}

section#homeBottomSection {
    margin: 24px -6px 0;
}
.home_sidebar_container {
    padding: 0 6px;
}
.home_sidebar_wrapper {
    background: #f8f8f8;
    padding: 8px 12px;
    border-radius: 10px;
}



.meteo_widget_wrapper p {
    color: #1C3997;
    font-size: 16px;
}
h4.pharma_widget_title {
    font-size: 16px;
    color: #50C5B7;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #50C5B7;
}
h4.pharma_widget_title span {
    font-size: 24px;
    margin: 0 6px 0 0;
}

ul.pharma_widget_list {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.pharma_widget_list li.pharma_widget_list_item {
    margin: 12px 0;
}
ul.pharma_widget_list li.pharma_widget_list_item h5 {
    font-size: 16px;
    color: #50C5B7;
}
ul.pharma_widget_list li.pharma_widget_list_item p {
    font-size: 14px;
}

.shortcuts_widget_wrapper a.shortcuts_link {
    margin: 24px 0;
    display: block;
}
.shortcuts_widget_wrapper a.shortcuts_link img {
    width: 100%;
    border-radius: 10px;
    display: block;
}



.home_content_block_wrapper {
    padding: 0 6px;
}




.presi_message_wrapper img {
    width: auto;
}
.presi_message_text {
    margin: 0 0 0 12px;
}
.presi_message_text p {
    font-size: 14px;
}