.u-bg-primary {
    background-color: #258CB0 !important;
}

.u-bg-grey {
    background-color: #515050 !important;
}

.u-border-color-none {
    border-color: transparent !important;
}

.u-color-base {
    color: #258CB0 !important;
}

.u-color-grey {
    color: #515050 !important;
}

.u-color-primary {
    color: #258CB0 !important;
}

.u-margin-left-auto {
    margin-left: auto !important;
}

.u-margin-top-tiny {
    margin-top: 1rem !important;
}

.u-margin-bottom-tiny {
    margin-bottom: 1rem !important;
}

.u-mg-bottom-small {
    margin-bottom: 2rem !important;
}

.u-mg-right-sm {
    margin-right: 2rem !important;
}

.u-font-size-25 {
    font-size: 25px !important;
}

.login {
    border-radius: 15px !important;
    background-color: #ffffff;
}

.login__img-box {
    padding: 0px !important;
    position: relative;
    background-color: #258CB0;
    border-radius: 15px 0px 0px 15px;
}

.login__img {
    height: 15%;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.login__title {
    color: white;
}

.login__label {
    color: white;
}

.login__button {
    background-color: #258CB0 !important;
    font-size: 1.2em;
    border-radius: 8px !important;
    border: 1px solid #258CB0;
}

.login__button:hover {
    color: white;
}

.login__user-icon {
    height: 3rem;
    position: absolute;
    top: 0rem;
    right: 2rem;
}

.password-recovery__title {
    color: #258CB0;
}

.password-recovery__button {
    background-color: #258CB0;
    border: none !important;
    border-radius: 10px;
}

.password-recovery__button:hover {
    background-color: #258CB0 !important;
}

.password-recovery__img {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 50%;
    right: 9rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.password-recovery__img-link {
    margin-top: 2rem;
    height: 6rem;
}

.password-recovery__redirection-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.img_border {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.activation {
    border-radius: 10px;
    background-color: #258CB0;
}

.activation__title {
    color: white;
    margin-bottom: 2rem;
}

.activation__button {
    margin-bottom: 2em;
    background-color: #258CB0;
    border-color: white;
    font-size: 1em;
    border-radius: 10px;
}

.activation__img {
    height: 25%;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.navbar__item--last {
    margin-left: auto;
    margin-right: 5rem;
    color: #258CB0 !important;
    font-size: 1.2em;
}

.button--small {
    background-color: #00356e !important;
    border: 1px solid #00356e !important;
    color: #ffffff !important;
}

.button--medium {
    font-size: 0.8em;
    background-color: #258CB0;
    border: solid 1px #258CB0;
    color: #ffffff;
    height: 2.6em;
    border-radius: 10px;
    margin-top: 1em;
    margin-bottom: 2em;
}

.divider {
    border-left: thick solid #258CB0;
    margin: 0 2.2rem;
}

/* .return-link {
  -webkit-box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.75);
  border-radius: 0px 0px 10px 10px;
  background-color: #515050;
  border-color: #515050;
  font-size: 100%;
}

.return-link:hover,
.return-link:active {
  background-color: #515050 !important;
  border-color: #515050 !important;
} */

.form__title-button {
    width: 100px !important;
    border-radius: 15px 15px 15px 15px;
    margin-bottom: -50px;
    z-index: 1;
    background-color: var(--third);
}

.form__box {
    background-color: #ffffff !important;
    -webkit-box-shadow: 2px 4px 6px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 4px 6px 3px rgba(0, 0, 0, 0.2);
    margin-top: 15px;
}

.form__input {
    font-size: 12px;

}

.form__input:focus {
    background-color: #FFFABD;
}

.encounters__link {
    color: #515050 !important;
}

.encounters__link:hover {
    color: #00356e !important;
}

.encounters__columns {
    text-align: center;
}

.stats__label {
    margin-left: 45px;
    color: #258CB0;
    font-size: 20px;
}

.provider__link:hover {
    color: #ffffff;
}

.contenedor {
    max-width: 768px;
    width: 90%;
    margin: 0 auto;
}

.home__btn-name {
    position: absolute;
    top: 50%;
    z-index: 100;
    left: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    color: #515050;
    font-size: 1.4rem;
}

.header-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.7rem 0;
}

@media screen and (min-width: 480px) {
    .header-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 480px) {
    .header-content__img {
        -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
    }
}

.header-content__img img {
    width: 70%;
    display: block;
    margin: 0 auto;
}

@media screen and (min-width: 480px) {
    .header-content__img img {
        width: 100%;
    }
}

.header-content__text {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    color: white;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
    border-top: thick solid #258CB0;
    padding-top: 2rem;
    margin-top: 2rem;
}

@media screen and (min-width: 480px) {
    .header-content__text {
        text-align: start;
        border-top: none;
        padding-top: 0;
        margin-top: 0;
    }
}

.cards {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 3rem 0;
}

@media screen and (min-width: 480px) {
    .cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.cards__card {
    -ms-flex-preferred-size: calc(33.3% - 2rem);
    flex-basis: calc(33.3% - 2rem);
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    padding-bottom: 1rem;
    margin-bottom: 1.8rem;
}

@media screen and (min-width: 480px) {
    .cards__card {
        margin-bottom: 0;
    }
}

.cards__img {
    padding: 1rem;
    width: 35%;
}

.cards__text {
    color: white;
    padding: 0 1.6rem;
    font-size: 0.9rem;
}

.registers {
    background: #258CB0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

@media screen and (min-width: 480px) {
    .registers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.registers__register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 1rem 0;
    border-top: 3px solid white;
}

.registers__register:hover {
    color: transparent;
}

@media screen and (min-width: 480px) {
    .registers__register {
        border-top: none;
        border-right: 3px solid white;
    }
}

.registers__img {
    width: 10%;
}

@media screen and (min-width: 480px) {
    .registers__img {
        width: 5%;
    }
}

.registers__text {
    color: white;
    font-size: 1.4rem;
    margin: 0.8rem 0 0 2rem;
}

.requirements__return-link {
    margin-left: auto;
    /* margin-right: 5rem; */
    margin-top: 2rem;
}

.requirements__card {
    background-color: #515050;
    border: solid 1px #515050;
}

.panel_button {
    font-size: 0.8em;
    background-color: var(--main);
    border-color: var(--main) !important;
    height: 2.6em;
    border-radius: 10px;
    margin-top: 1em;
    margin-bottom: 2em;
}

.search-result {
    padding: 15px 10px;
    margin: 30px 0;
    border: 1px solid #ccc;
}

.search-result .search-view-img {
    display: block;
}

.search-result .search-view-profile {
    padding-bottom: 10px;
}

.product-itm {
    color: #777;
    font-size: 0.8em;
    margin-right: 0.5em;
/ / background: #eee;
    padding: 1px 3px;
}

.btn-info {
    color: #fff;
    background-color: #258CB0 !important;
    border-color: #258CB0 !important;
}

.button--medium {
    background-color: var(--main) !important;
    border-color: var(--second) !important;
}

.btn-primary {
    color: #fff;
    background-color: var(--main);
    border-color: var(--main);
}

.btn-primary:hover {
    color: #fff;
    background-color: #258CB0;
    border-color: #258CB0;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color: #258CB0 !important;
    border-color: #258CB0 !important;
}

/** Ajuste para encabezados **/
.table tr[style="background-color:#258CB0;"] {
    background-color: #2e6da4 !important;
}

.perfil_title,
.revision_title {
    color: white;
    font-weight: bold;
    padding-left: 1em;
    letter-spacing: 2px;
    width: 50%;
}

.form_title {
    color: #258CB0;
}


.bigIcon {
    font-size: 120px;
}

.medIcon {
    font-size: 60px;
}

.grayAccent {
    color: #515050 !important;
}

.blueAccent {
    color: #00356e !important;
}


blockquote.styled {
    margin: 0 1rem 3rem
}

hr.middle {
    border: 0px;
    border-top: 1px outset #CCC;
    min-width: 320px;
    max-width: 640px;
    width: 640px;
    margin: 20px auto;
}

.bg-blue {
    background-color: #00356e !important;
    color: #FFF;
}

.bg-blue2 {
    background-color: #2888c8 !important;
    color: #FFF;
}

.requirements__card .btn-outline-light {
    min-width: 250px;
}

.requirements__card .btn-outline-light:hover * {
    color: #555 !important;
}

.searchBtn {
    border: 0px;
    padding: .6rem;
    border-radius: 8px;
    cursor: pointer;
}

.c-pointer {
    cursor: pointer;
}

.searchBtn:hover {
    background-color: #148FFF;
}

.searchField {
    padding: 1.23rem !important;
    width: 250px
}

.leftBlock {
    border-left: 5px solid var(--third);
    padding: 20px;
    padding-left: 10px;
}

.leftBlock p {
    font-size: 70%;
}

.preface {
    padding-left: 1rem;
}

.preface p {
    margin-bottom: 5px;
}

.text-black {
    color: #333 !important;
}

.text-blue {
    color: #00356e !important;
}

.text-gray {
    color: #555 !important;
}

.add-button {
    display: inline-block;
    padding: 1%;
    cursor: pointer
}

.requirement-card {

    margin-top: 1em;
    border-radius: 8px;
    border: solid 2px #BBB;
    background-color: #fff;
}

.sombra {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.type-top-left {
    height: 2em;
    margin-left: -1em;
    padding-top: 0.3em;
    width: 6em;
    text-align: center;
    background-color: #00356e;
    border-radius: 8px 0px 8px 0px;
}

.type-top-left-2 {
    margin-left: -1.25em;
    margin-top: -0.78em;

    background-color: #00356e;
    width: 11em;
    color: white;
    padding: 10px;
    border-radius: 0px 0px 15px 0px;
    font-size: 16px;
}

.requirements .desc-box {
    font-size: 80%;
}

.requirements .desc-box,
.requirements .desc-box > strong,
.type-top-left strong {
    display: block;
    width: 100%;
}

.mgb {
    margin-bottom: 1px !important;
}

.btn-top {
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.75);
    border-radius: 0px 0px 10px 10px;
    background-color: #00356e;
    border-color: #00356e;
    font-size: 100%;
}

.icofont-warning {
    color: orange
}

#tool-lang .nav-link {
    font-size: 10px;
    font-weight: bold;
    text-align: right !important;
    background-repeat: no-repeat;
    padding-left: 40px;
}

#tool-lang .nav-link.mx {
    background-image: url('/img/mx.png');


}

#tool-lang .nav-link.usa {
    background-image: url('/img/usa.png');
}


.perfil-completo .card {
    background: #00356e;;
    border-radius: 0;
    margin-bottom: 25px;
}

.perfil-completo h2 {
    font-size: 18px;
}

.collapse-link {
    display: inline-block;
    color: #FFF;
    border-radius: 5px;
    padding: .5em;
    border: 1px solid #CCC;
}

.collapse-link:hover {
    background-color: #fff;
    color: #212529;
    text-decoration: none;
}

.collapse-link .icofont-plus {
    display: none;
}

.collapse-link .icofont-minus {
    display: inline-block;
}

.collapse-link.collapsed .icofont-plus {
    display: inline !important;
}

.collapse-link.collapsed .icofont-minus {
    display: none;
}

.mm-button {
    width: 250px;
    margin-left: 10px;
    margin-top: 25px;
}

.mm-button a {
    display: block;
}

.mm-button .left,
.mm-button .right {
    display: inline-block;
    float: left;
    border-top-right-radius: 15px;
    height: 70px;
    color: #FFF;
}

.mm-button .left {
    width: 35%;
    background-color: var(--second);
    border-bottom-left-radius: 15px;
    margin-top: -15px;
    padding: 10px;
    padding-top: 20px;
    padding-left: 20px;
    height: 85px;
}

.mm-button .right {
    font-size: 15px;
    width: 65%;
    padding: 7px;
    background-color: var(--main);
    color: #FFF;
    font-weight: bold;
}

.mm-button.active .right {
    background-color: var(--graylight);
    color: #333;
}

.mm-button.small {
    width: 230px;
}

.mm-button.small .left {
    height: 70px;
    width: 25%;
    padding: 7%;
    padding-top: 10%;
}

.mm-button.small .right {
    height: 55px;
    width: 75%;
}

@media ( max-width: 640px ) {
    .mm-button {
        margin-left: 35% !important;
    }
}


.contenedor_formulario {
    background-color: #fff !important;
    border-radius: 0%;
}

.input_formulario {
    background-color: #DCEBF0;
}

/*  .botones_avanzar{
  color:#fff;
}*/
.fondo {
    /* background-image: url('/img/fondo_2_perfil.png')!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height:100%;
    background-attachment: fixed; */
}

.list-group.styled .list-group-item {
    background-color: var(--main);
    border-radius: 0px;
    border-top: 1px solid var(--main);
}

.list-group.styled .list-group-item:first-child {
    border-radius: 0px;
}

.list-group.styled .list-group-item:last-child {
    border-radius: 0px;
}

.list-group.styled .list-group-item:hover,
.list-group.styled .list-group-item:hover A {
    background: var(--second);
    color: #eee !important;
    text-decoration: none;
}

.seccionesclass {
    color: white;
}

.badge-primary {
    background-color: white;
    opacity: 0.5;
}

.titulo_cuestionario {
    color: var(--main);
}


.bg-wheel {
    background-color: #258CB0 !important;
}

.bg-secondary {
    background-color: #3d88b2 !important;
}

.form__box,
.formulario_proveedores_sector,
.formulario_proveedores_1 {
    padding: 2.5%;
}

.form__box h2,
.formulario_proveedores_sector h2,
.formulario_proveedores_1 h2 {
    border-bottom: 1px solid #DDD;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 1%;
    margin-bottom: 1em;
}

.form__box h5,
.formulario_proveedores_1 h5 {
    font-weight: bold;
    background-color: #DDD;
    padding: 1%;
    font-size: 16px;
    margin-bottom: 15px;
}

.form__box h6,
.formulario_proveedores_1 h6 {
    font-weight: bold;
    padding: 1%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}

@media all and (max-width: 768px) {
    .table-sm tr {
        display: table;
        width: 100%;
    }

    .table-sm td {
        display: block;
        padding: 0.5rem 1rem;
        width: 100%;
    }

    .leftBlock {
        border-left-width: 3px;
        padding: 2px 5px;
        margin-bottom: 1em;
    }

    .leftBlock h2 {
        font-size: 1.7rem
    }
}
