h1{

}
h2, h3, h4{
    color: #012350;
}
h2{
    font-size: 1.6rem;
}
h3 {
    font-size: 0.9rem;
}
h4{

}
.btn-home{
    border-radius: 20px;
}
.btn-primary{
    background-color: #012350;
}

.bg_panel {
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
@media (max-width: 768px){
    .bg_panel {
        display: none !important;
    }
    .footer_register a{
        width: 100% !important;
    }
    .btn-continue{
        border-radius: 15px;
    }
}
.content_panel{
    padding-left: 0 !important;
    height: 800px;
}
.users{
    color: #012350;
    font-size: .9rem;
    height: 667px;
}
.user_add{
    height: 200px;
    border: 1px solid #EEF0F2;
    border-radius: 12px;
    transition: 0.2s;
}
.user_add:hover{
    border: 1px solid #012350;
}
.user_created{
    background-color: #EEF0F2;
    border-radius: 12px;
    height: 200px;
}
.header_panel{
    border-bottom: 1px solid #EEF0F2;
}
.logo_header{
    border-bottom: 2px solid #012350;
}
.logo_header_image{    
    max-width: 150px;
}
.name_titular{
    color: #72CDF5
}
.button_payment{
    border: 1px solid #EEF0F2;
    border-radius: 12px;
    text-decoration: none;
}
.payment_link{
    cursor: pointer;
    transition: 0.2s;
}
.payment_link:hover{
    border: 1px solid #012350;
}
.total_value{
    margin-top: 300px;
}
.value_card{
    margin-top: 200px;
}
footer{
    border-top: 1px solid #EEF0F2;
}

.offcanvas-body{
    height: 605px;
}

@media (max-width: 768px){

    .offcanvas-body{
        height: 450px;
    }
}
.offcanvas-body label{
    color: #012350;
    font-size: 1rem;
    font-weight: 600;
}
.offcanvas-body input, .offcanvas-body select{
    border-radius: 15px;
}
.btn_back{
    text-decoration: none;
    color: #C6C6C6;
    cursor: pointer;
}
.choice_opt{
    color: #EEF0F2;
}


/* Login */
.login_customer a, .login_customer label{
    color: #012350 !important;
    font-weight: bold;
}
.login_customer input{
    border-radius: 12px;
}
/* End Login */
