
.btn-action {
    display: block;
    width: 100%;
    border-radius: 5px;
    background-color: #006FCF;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    padding: 10px 0;
    margin: 10px 0;
}
.btn-action:disabled{
    background-color: #f6f6f6;
    color: #aba9a9;
}
.p-style-1 label{
    border: 0.5px solid #a9a9a9;
}

.responses{
    color: #006FCF;
}
.responses .card{
    border: 1px solid #006FCF;
}
.info-blue-2 {
    justify-items: center;
    background-color: #ffffff00;
    padding: 0px 15px;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 25px;
    border-radius: 15px;
    max-width: 500px;
}
.info-blue-2 div p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    text-align: left;
}
.content-perfil {
    background-color: #fff0;
    width: 100%;
    margin: 15px 0;
    padding: 0 0 35px 0;
}
.list-response{
        display: flex;
        align-items: center;
        margin-bottom: 10px;
}
.list-response > div{
        margin-left: 15px;
}
.icon-check {
    background-image: url(../../images/business/check.png);
    width: 20px;
    height: 20px;
    display: flex;
    background-size: contain;
    float: left;
}
.icon-reload {
    margin-left: 10px;
    background-image: url(../../images/business/reload.png);
    width: 20px;
    height: 20px;
    display: flex;
    background-size: contain;
    float: left;
    -ms-transform: translateY(10%);
    transform: translateY(10%);
}
.content-bussiness:before {
    content: '';
    position: absolute;
    display: block;
    height: 350px;
    background-image: url(../../images/business/background_header.png);
    background-position: top;
    background-size: cover;
    background-position: bottom right;
    z-index: 0;
}
.cb-w60:before {
    width: 60%;
}
.cb-w100:before {
    width: 100%;
}
.main-contain > .container > h1, .main-contain > h6
{
    width: 50%;
    text-align: left;
    margin-left: -5%;
}
.main-contain > .container {
    margin-top: 35px !important;
}
.img_person{
    content: '';
    margin-top: 0px;
    right: 0;
    position: absolute;
    display: block;
    width: 40%;
    height: 350px;
    background-image: url(../../images/business/background_header_person.png);
    background-position: top;
    background-size: cover;
    background-position: top center;
    z-index: 0;
}
.fw-bold{
    font-weight: bold;
}
.img_person_mbl{
    display: none;
    content: '';
    width: 100%;
    height: 400px;
    background-image: url(../../images/business/background_header_person.png);
    background-position: top;
    background-size: cover;
    background-position: top center;
    z-index: 0;
    position: absolute;
    left: 0;
}
.p-style-1 h2 {
    font-size: 25px;
    color: #00175a;
}
.p-style-1 .d-flex .progress {
    width: 100%;
    border-radius: 5px;
}
.bg-success {
    background-color: #006fcf!important;
}
.footer-content p, .footer-content a {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.footer-gold-business {
    width: 40%;
}
.footer-corporative {
    width: 40%;
}
.footer-gold-business:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0px;
    background-color: #1F3A82;
}
.footer-end:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0px;
    background-color: #1F3A82;
}
@media screen and (max-width: 1280px){
    
    .footer-gold-business {
        width: 50%;
        padding-left: 20px;
    }
    .footer-corporative {
        width: 50%;
    }
}
@media screen and (max-width: 1100px){
    .main-contain > .container > h1, .main-contain > h6{
        margin-left: 0%;
    }
}
@media screen and (max-width: 960px){

    .footer-gold-business {
        width: 100%;
    }
    .footer-corporative {
        width: 100%;
    }
    .mt-350{
        margin-top: 350px;
    }
    .img_person{
        display: none;
    }
    .img_person_mbl{
        display: block;   
    }
    .main-contain > .container > h1, .main-contain > h6
    {
        width: 100%;
        margin-left: 0%;
        font-size: 37px;
    }
    .content-bussiness:before {
        content: '';
        position: absolute;
        display: block;
        height: 400px;
        /*background-image: url(<? //echo base_url('images/business/background_header.png') ?>);*/
        background-image: url(../../images/business/background_header.png);
        background-position: top;
        background-size: cover;
        background-position: bottom right;
        z-index: 0;
    }
    .cb-w60:before {
        width: 100%;
    }
    .main-contain > h1, .main-contain > h6
    {
        width: 100%;
    }
    
    .main-contain > .container {
        margin-top: 0px !important;
    }
}
@media screen and (max-width: 590px)
{
    .footer-corporative, .footer-gold-business {
        padding-left: 0;
    }
}
.main-contain {
    margin-top: 35px;
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
}
footer {
    background-color: #00175A;
    color: #FFF;
    position: absolute;
}
.flex-style-3 > div {
    max-width: 700px;
}