body {
    --color-barra: #29436e;
    --color-primario: #0077d9;
    --color--secundario: #0061b1;
    --gris-claro: #F5F5F6;
    --primario-claro: #2063A0;
    --aguamarina: #00BCD4;
}


.oculto {
    display: none;
}

.contenedor-principal {
    justify-content: flex-start;
    flex-flow: row nowrap;
}

    .contenedor-principal > section {
        width: auto;
        flex: 1 1 50%;
        max-height: none;
        margin: 0;
        display: flex;
    }

    .contenedor-principal .contenedor-icono {
        background-image: url('../images/fondo.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        justify-content: center;
        padding-right: 40px;
        align-items: end;
        position: relative;
        flex-flow: column;
    }

.contenedor-icono span {
    color: white;
    width: 300px;
    text-align: end;
}

.linksinco {
    font-size: 14px;
    color: white;
    position: absolute;
    bottom: 12px;
}

section.contenedor-central {
    display: flex;
    justify-content: center;
}

button {
    background-color: var(--color-primario);
    font-weight: 100;
    font-size: 11px;
    padding: 7px 40px;
    border-radius: 15px;
    border: 0;
    transition: background-color 0.2s ease;
    letter-spacing: 0.5px;
    color: white;
}

    button:disabled {
        border: 0;
    }

    button:hover {
        background-color: var(--color--secundario) !important;
        color: white !important;
        border: 0 !important;
    }

.cont-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    flex: 1 1 50%;
    gap: 20px;
}

.control-transparente.focus:not(.disabled), .control-transparente:hover:not(.disabled) {
    border-color: transparent !important;
}

.formulario {
    height: 200px;
    justify-content: start;
    min-width: 60%;
    /* max-width: 78%; */
}

    .formulario input {
        border-radius: 20px;
        padding: 10px 15px;
    }

#contenedor-ddlEmpresa {
    border-radius: 20px;
}

a#recordarClave {
    color: grey;
}

footer {
    width: 100%;
    height: 8px;
    background-image: linear-gradient(to right, #1E6D9E 0%, #1C8C96 10.89%, #6B478F 22.63%, #A64A5E 34.92%, #669857 47.77%, #6A833D 61.17%, #76A359 74.58%, #DFC760 87.71%, #BD6748 100% );
}


div#dvRecordar {
    box-shadow: 0px 0px 10px 0px rgba(66, 66, 66, 0.75);
}

#dvRecordar.container > .head-container,
.modal-background div.modal-head {
    background-color: white !important;
    color: white;
}

#dvRecordar.container > .inner-container,
.modal-background div.modal-body {
    border: 0;
    margin-top: -20px;
    padding: 30px 19px;
}

    .modal-background div.modal-body h4,
    h4#lblTituloContrasena {
        font-size: 18px;
        font-weight: 400;
    }

#dvRecordar.container > .head-container > button,
.modal-background div.modal-head button {
    background-color: white;
    border: 0;
    color: grey;
    font-size: 18px;
    font-weight: 100;
}

section.cont-icono-empresa {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 70px;
    max-height: 70px;
    flex: 1 1 auto;
}


div#icono {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    overflow: hidden;
}

#spnLicenciaEmpresa {
    text-align: center;
}

img#imgLicencias {
    max-height: 100%;
}

.cont-loader-info {
    width: 300px;
    display: flex;
    flex-flow: column;
}

#dvLoadEmpSuc {
    margin: 0;
    font-size: 13px;
    color: grey;
    padding-left: 22px;
}

.loader {
    background-size: 20px;
}

.autocomplete-icon {
    border-radius: 18px 0 0 18px !important;
}

#ddlEmpresa {
    border-radius: 20px;
    margin-right: 10px;
}

#autocomplete-results-txtSucursal > div > div:hover,
#autocomplete-results-txtSucursal > div > div.hover {
    background-color: #1967d2 !important;
}

#autocomplete-results-txtSucursal > div > div {
    color: grey;
    padding: 4px 5px !important;
}

.autocomplete-button-search {
    margin-right: 10px;
}


.TemaCuatro a.noticia-enlace {
    color: #68A6E0;
    font-size: 15px;
}

.TemaCuatro .noticia-cuerpo {
    color: white;
}


.TemaCuatro #noticias {
    display: flex;
    min-width: 100%;
    max-width: 100%;
    padding: 20px;
    border: none;
    margin-top: 20px;
}

@media (max-width: 660px) {
    .contenedor-principal .contenedor-icono {
        display: none;
    }
}

@media (min-width: 661px) and (max-width: 900px) {
    .contenedor-principal .contenedor-icono {
        flex: 1 1 30%;
    }
    .contenedor-principal > section {
        flex: 1 1 70%;
    }
}
