
.tabla-perfil {
    font-size: 11.5px;
    color: rgb(113, 113, 113);
}

    .tabla-perfil input[type=radio], .tabla-perfil input[type=checkbox] {
        height: 1.2rem;
        outline: none;
        box-shadow: none;
    }

.has-feedback {
    position: relative;
}

.has-error label,
.has-error select,
.has-error input,
.has-error textarea {
    /*color: #a94442;*/
    border-color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-success {
    color: #3c763d;
}

.has-error {
    color: #a94442;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    pointer-events: none;
}

.help-block, .with-errors {
    font-size: 12px;
}

@media (max-width: 576px) {
    .d-block.logito {
        margin: auto;
    }
}

@media (max-width: 300px) {
    .d-block.logito {
        margin: auto;
    }
}

@media (min-width: 300px) {
    .col-8.text-sm-center.d-xl-flex.flex-column.align-self-center.justify-content-xl-center.align-items-xl-center {
        text-align: center;
    }
}

.highlight-phone.headpatron {
    margin: 0px;
    margin-top: 85px;
    background-color: rgba(255,255,255,0);
    background-image: url("../img/Group%2017.png");
    background-position: 100% 55%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    text-align: center;
}

.highlight-phone.headpatron.bg_light {
    margin: 0px;
    margin-top: 85px;
    background-color: rgba(255,255,255,0);
    background-image: url("../img/group_asgard.png");
    background-position: 100% 55%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    text-align: center;
}

@media (max-width: 576px) {
    .highlight-phone.headpatron {
        background: none;
        margin-top: 10px !important;
        padding-bottom: 0px !important;
    }

    .highlight-phone {
        margin-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

@media (max-width: 576px) {
    .centroizquierda {
        text-align: left !important;
    }
}
