@import "/css/style_7210_2022_css.css" screen;

.lnk-login {
    font-weight: bold;
    text-align: center;
    min-width: 200px;
    height: 55px;
    min-height: 40px;
    margin-left: auto;
    margin-right: auto;
}
.img_custom_1 {
    width:100%;
}

.highlight2 {
    color: black;
    font-size: 180%;
}

.div_custom_1 {
    background-color: white;
    margin: 20px 10px 0 10px;
    padding: 20px;
    text-align: center;
}

.section_3888437.bg-primary-cd-1 {
    background: #0A8B76;
    background-image: url(/images/banner_tab.jpg);
}

@media (min-width: 1200px) {
    .div_custom_2 {
        /*display: none;*/
        clear: both;
    }


}
@media (max-width: 1199px) {
    .div_custom_2 {
        display: none;
    }
}
@media (max-width: 768px) {
    .section_3888437.bg-primary-cd-1 {
        background: #0A8B76;
        background-image: url(/images/banner_mob.jpg);
    }
    #id_custom_1 {
        /*display: flex;*/
        margin-right: -10px;
        margin-left: -10px;
        /*grid-template-columns: 1fr 1fr;
        gap: 0px 20px;*/
    }
}

@media (max-width: 576px) {
    .lnk-login {
        font-weight: bold;
        text-align: center;
        min-width: 220px;
        height: 40px;
        min-height: 40px;

    }
}

@media (min-width: 768px) {
    #id_custom_1 {
        display: flex;
        margin-right: -40px;
        margin-left: -70px;
        grid-template-columns: 1fr 1fr;
        gap: 0px 30px;
        align-items: stretch;
    }

}

@media (min-width: 992px){
    .col-sm-6 {
        /*padding-left:5%;*/
    }
}