/*
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 : 28/nov/2020, 23:00:22
    Author     : Carlos Braga
*/

.campanha_item_progress_wrapper {
    width: 100%;
}
.campanha_item_wrapper {
    padding: 0 12px;
}
.campanha_item_progress_bar {
    width: 100%;
    background: #F5F5F5;
}
.campanha_item_progress_bar {
    width: 100%;
    background: #F5F5F5;
    height: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.campanha_item_progress {
    height: 100%;
    background: #D62D35;
    transition: 1s all ease;
}
.yellow {
    background: #ECB600;
}
.greenish {
    background: #CDD873;
}
.green {
    background: #00CC99;
}




/*.campanha_container {
    padding: 100px 0;
}*/

.campanha_header_banner_wrapper {
    width: 100%;
    position: relative;
}
.campanha_header_banner_wrapper img {
    width: 100%;
}
.campanha_header_banner_desc_wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    line-height: 42px;
}
.campanha_header_banner_desc_title {
    font-size: 46px;
    font-weight: 100;
}
.campanha_header_banner_desc_bigtitle {
    font-size: 40px;
    /*text-transform: uppercase;*/
    font-weight: 700;
}

.campanha_header_details_date_icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.campanha_header_details_date_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.campanha_header_details_date_desc {
    font-size: 14px;
    font-weight: 700;
    color: #B0BEC5;
    padding: 0 20px;
    width: 200px;
    height: 48px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.campanha_header_details_date_text {
    color: #455A64;
    font-weight: 700;
}
.campanha_header_details_wrapper {
    padding: 20px 0 50px;
}


.campanha_item_name_icon {
    width: 40px;
    height: 40px;
}
.campanha_item_name_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
}
.campanha_item_name_name {
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 0 8px;
}
.campanha_item_progress_wrapper {
    width: 100%;
    margin: 8px 0 40px;
}
.campanha_header_details_date_text.alternate {
    background: #00CC99;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.campanha_header_wrapper {
    padding: 0 12px;
}
.campanha_copyright_text {
    color: #455A64;
    font-weight: 100;
}
.campanha_copyright_text.alt {
    color: #009BFA;
    font-weight: 700;
    padding: 0 6px;
}
.campanha_copyright_icon img {
    width: 24px;
    height: 24px;
}
.campanha_copyright_icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.campanha_copyright_container {
    margin: 12px auto 50px;
    width: calc(100% - 12px);
    padding: 0
}
.campanha_header_context_text_wrapper {
    text-align: center;
    font-size: 18px;
}

.campanha_header_title_text {
    font-size: 22px;
    font-weight: 700;
}
.campanha_header_title_popup {
    font-size: 18px;
    font-weight: 700;
}
.campanha_header_title_popup svg {
    margin: 0 12px 0 0;
}






/*POPUP*/
slick#campanhaPopup .campanha_popup_slide1, slick#campanhaPopup .campanha_popup_slide2 {
    padding: 0 75px;
    outline: none;
}
.campanha_popup_title_wrapper {
    text-align: center;
    color: #d62c35;
}
.campanha_popup_title {
    font-size: 26px;
    font-weight: 700;
}
.campanha_popup_subtitle {
    font-size: 26px;
    font-weight: 200;
}
.campanha_popup_title_wrapper {
    text-align: center;
    color: #d62c35;
    padding: 18px 0;
}
.campanha_popup_subtitle_wrapper {
    font-size: 20px;
    font-weight: 700;
    color: #1e88e5;
    margin: 12px 0;
}
.campanha_popup_subtitle_text {
    margin: 0 0 0 6px;
}
.campanha_popup_step_wrapper {
    padding: 0 12px;
}
.campanha_popup_steps_number {
    font-size: 14px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1e88e5;
    border-radius: 50%;
    font-weight: 700;
    color:#1e88e5;
}
.campanha_popup_steps_icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 32px;
    color: #1e88e5;
    padding: 6px 0;
}
.campanha_popup_steps_icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.campanha_popup_steps_text {
    text-align: justify;
    font-size: 16px;
    color: #333;
}
.campanha_popup_steps_text span {
    font-weight: 700;
    color: #1e88e5;
}
.campanha_popup_step_warning_container {
    padding: 6px 12px;
    margin: 0 6px;
}
.campanha_popup_step_warning_container {
    padding: 12px 36px;
    margin: 18px 12px;
    background: #f5f5f5;
    border-radius: 16px;
    color: #1e88e5;
    font-weight: 700;
}
.campanha_popup_slide2 .campanha_items_wrapper {
    margin: 0 -30px;
}
.campanha_popup_slide2 .campanha_item_wrapper {
    padding: 0 30px;
    margin: 12px 0 24px;
}
.campanha_popup_slide2 .campanha_item_wrapper .campanha_item_progress_wrapper {
    margin: 8px 0 0;
}
.campanha_item_description_wrapper {
    margin: 12px 0 0;
    font-size: 14px;
    color: #333;
    text-align: justify;
}
md-dialog {
    border-radius: 24px;
}



slick#campanhaPopup ul.slick-dots {
    bottom: 0;
    position: relative;
}
slick#campanhaPopup ul.slick-dots li {
    width: auto;
    height: auto;
}
slick#campanhaPopup ul.slick-dots button {
    background: #616161;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 auto;
}
slick#campanhaPopup ul.slick-dots li.slick-active button {
    background: #1f88e5;
}













@media screen and (max-width: 960px) {

}
@media screen and (max-width: 600px) {

    .campanha_header_banner_desc_wrapper {
        width: 100%;
    }
    .campanha_header_banner_desc_title {
        font-size: 40px;
        font-weight: 100;
    }
    .campanha_header_banner_desc_bigtitle {
        font-size: 32px;
        padding: 0 38px;
    }
    .campanha_header_details_date_wrapper {
        width: 100%;
    }
    .campanha_header_details_date_desc {
        font-size: 14px;
        font-weight: 700;
        color: #B0BEC5;
        padding: 0 20px;
        width: 170px;
        text-align: center;
    }
    .campanha_header_details_wrapper {
        padding: 20px 0 50px;
        align-items: flex-start;
    }
    .campanha_header_details_date_text.alternate {
        margin: 6px 0px;
    }
    .campanha_header_details_date_text {
        height: 48px;
        display: flex;
        align-items: center;
    }

    .campanha_header_title_text_wrapper {
        margin: 0 0 50px;
    }
    slick#campanhaPopup .campanha_popup_slide1, slick#campanhaPopup .campanha_popup_slide2 {
        padding: 0 12px;
        outline: none;
    }
    .campanha_popup_step_container {
        margin: 16px 0;
    }
    .campanha_popup_container {
        overflow: auto;
    }
}