body {
    font-family: 'Rubik', sans-serif;

}


/***************************************************************/
/*** HEADER PAGE ***********************************************/
/***************************************************************/
.header .header_container {
    background-color: #fff;
    padding: 20px 0px;
    border-bottom: 5px solid #156fd7;
    -webkit-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.75);
}

.header .header_container .header_logo img {
    width: 90%;
}

.header .header_container .header_title {
    text-align: end;
}

.header .header_container .header_title h1 {
    margin: 13px 0px;
    color: #156fd7;
    font-size: 25px;
    font-weight: bold;
}

/***************************************************************/
/*** SECTION PAGE ***********************************************/
/***************************************************************/
.section_body {
    background: #eee;
}

/* .section_body .content_slider { */
.section_body .row_body {
    padding: 50px 0px;
}

.section_body .content_slider {
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

.section_body .content_slider img {
    width: 100%;
    border-radius: 10px;
}

.section_body .content_steps {
    background: #eee;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

.section_body .content_steps .title_stpes {
    text-align: center;
    border-bottom: 1px solid #156fd7;
    padding-bottom: 7px;
    font-size: 20px;
    color: #156fd7;
    font-weight: 400;
    margin-bottom: 8px;
}

.section_body .content_steps .list_steps ol {
    margin-bottom: 0px;
}

.section_body .content_steps .list_steps ol li {
    font-size: 13px;
}

.section_body .content_form {
    display: none;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

.section_body .content_form .alert{
    font-size: 12px !important;
}

.section_body .content_form .title_form p {
    text-align: center;
    border-bottom: 1px solid #156fd7;
    padding-bottom: 7px;
    font-size: 20px;
    color: #156fd7;
    font-weight: 400;
}

.section_body .content_form .content_btn {
    text-align: center;
    margin-top: 10px;
}

.section_body .content_loading {
    display: none;
    background: #fff;
    padding: 20px;
    height: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

.section_body .content_loading .loading{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section_body .content_result {
    display: none;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

.section_body .content_result .title_result p {
    text-align: center;
    border-bottom: 1px solid #156fd7;
    padding-bottom: 7px;
    font-size: 20px;
    color: #156fd7;
    font-weight: 400;
}

.section_body .content_result .body_result .alert .text_into{
    text-align: justify;
    font-size: 14px;
}

.section_body .content_result .body_result .alert .content_btn_download{
    text-align: center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_body .content_result .body_result .alert .content_btn_back{
    text-align: end;
}

.section_body .content_result .body_result .alert .content_btn_back .btn_back{
    font-size: 13px;
    text-decoration: none;
    color: #156fd7;
}

.section_body .content_result .body_result .alert .content_btn_back .btn_back:hover {
    font-weight: bold;
    cursor: pointer;
}
/***************************************************************/
/*** FOOTER PAGE ***********************************************/
/***************************************************************/
.footer .footer_information {
    background-color: #252525;
    padding: 40px 10px;
}

.footer .footer_information .footer_logo .logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.footer .footer_information .footer_logo .logo img {
    width: 90%;
}

.footer .footer_information .footer_logo .address {
    margin: 0px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.footer .footer_information .footer_section .title_section {
    color: #fff;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

.footer .footer_information .footer_section .list_section {
    margin: 0px;
}

.footer .footer_information .footer_section .list_section li {
    color: #fff;
    font-size: 12px;
    margin: 0px;
}

.footer .footer_information .footer_section .list_description p {
    color: #fff;
    margin: 3px 0px;
    font-size: 13px;
}

.footer .footer-copyright {
    background-color: rgb(51, 51, 51) !important;
}

.footer .footer-copyright .content_footerCopy {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
}

.footer .footer-copyright .content_footerCopy .footerCopyLeft p {
    margin: 0px;
    color: #fff;
    font-size: 13px;
}

.footer .footer-copyright .content_footerCopy .footerCopyRight p {
    margin: 0px;
}

.footer .footer-copyright .content_footerCopy .footerCopyRight p a {
    margin: 0px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

.footer .footer-copyright .content_footerCopy .footerCopyRight p a:hover {
    cursor: pointer;
    color: green;
    font-weight: bold;
}

/***************************************************************/