/* 
    Estilos generales para la vista publica del sitio
*/
/* Header */
#mainNav {
    padding: 0 !important;
    align-items: center;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    background-color: #fff;
    border-bottom: 1px solid #c3c4c7;
    color: #000;
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
}
/* .container-fluid.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
#mainNav > .container-fluid, footer .container-fluid, #main-content > .container-fluid {
    max-width: 1200px;
}
#mainNav span.close {
    opacity: 1;
}
#logo-header,
#logo-header-extra {
    height: 45px;
}
.navbar-brand {
    margin: 0 1rem 0 0;
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
}
#header-label {
    color: var(--primary);
    font-size: 1rem;
    margin-left: 0.5rem;
    line-height: 1.2;
}
#header-label strong {
    font-weight: bold;
}
#mainNav .ico-search {
    font-size: 20px;
}
.scrolled {
    background-color: #fff !important;
    border-bottom: 1px solid #c3c4c7 !important;
}
.scrolled p,
.scrolled a {
    color: #6E799F !important;
}
.background-white{
    background-color: #EFEDEA;
    border: 1px solid #c3c4c7 !important;

}
.profile {
    display: flex;
}
.profile .boton {
    display: flex;
    align-items: center;
    margin: 0 1rem;
    padding: 0.1rem 0;
    cursor: pointer;
    border-radius: 0.8rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.profile .boton span {
    display: none;
}
.profile .boton .ico {
    font-size: 24px;
    padding: 0.5rem;
    background-color: var(--cyan);
    color: var(--info);
}
.profile.logged .boton .ico {
    background-color: var(--primary);
}
.profile .dropdown-toggle::after {
    border: 0px !important;
    content: none;
}
.profile .dropdown-menu {
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    margin-top: 0.5rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    right: 0.5rem;
}
.profile .dropdown-item-text {
    padding: 0.5rem;
    font-weight: 600;
    color: var(--primary);
    display: flex;
    justify-content: center;
}
.profile .dropdown-item {
    color: var(--dark);
    white-space: nowrap;
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile .dropdown-item:hover {
    color: var(--dark);
    background-color: var(--cyan);
}
.profile hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: 90%;
}
.d-contents {
    display: contents;
}
@media (max-width: 991px) {
    .navbar-brand {
        margin-left: 15px;
    }
}
@media (min-width: 769px) {
    .profile .boton span {
        display: inline-block;
        padding: 0 1rem;
        color: var(--dark);
    }
    .profile .boton:hover {
        background-color: var(--cyan);
    }
    .profile .boton:hover span {
        color: var(--dark);
    }
    .profile.logged .boton span {
        color: var(--primary);
    }
    .profile.logged .boton:hover {
        background-color: var(--primary);
    }
    .profile.logged .boton:hover span {
        color: #fff;
    }
}
@media (max-width: 575px) {
    .navbar-brand {
        margin: 0.5rem;
    }
    #logo-header,
    #logo-header-extra {
        height: 40px;
    }
    #header-label {
        font-size: 0.75rem;
    }
    .profile .boton .ico, #mainNav .ico-search, #mainNav .ico-cancel {
        font-size: 18px;
        padding: 0.35rem;
    }
    .profile .boton {
        margin: 0 0.5rem 0 0;
    }
    .profile .dropdown-menu {
        right: 0;
        margin-top: 0.6rem;
    }
}
.organizador_diseño {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #7D828B;
}
/* Footer */
footer {
    border-top: 1px solid #E2DED7;
    padding: 1.5rem 0;
    color: #7D828B;
    background-color: #fff;
}
#logo-footer {
    height: 70px;
    padding-right: 1rem;
}
footer .info {
    width: 100% !important;
    display: flex;
}
.footer-label {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    max-width: 260px;
    color: #2D2829;
}
footer .dir {
    flex-grow: 2;
}
footer .contacto, footer .redes {
    flex-grow: 1;
}
footer .social {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 22px;
    text-align: center;
    text-decoration: none;    
    color: #fff;
    margin: 0 0.25rem;
    border-radius: 40px;
    background-color: #970E48;
}
footer .social:hover {
    color: #fff !important; 
}
@media (max-width: 860px) {
    footer .info {
        flex-direction: column;
    }
}
@media (max-width: 575px) {
    #logo-footer {
        height: 60px;
    }
    .footer-label {
        font-size: 1.3rem;
        max-width: 230px;
    }
}
/* Cuerpo */
#main-content {
    padding-top: 80px;
    padding-bottom: 50px;
    min-height: calc(100vh - 255px);
}
@media (max-width: 575px) {
    #main-content {
        padding-top: 60px;
    }
}
#b, #b:focus {
    margin: 0.5rem auto;
    border: 2px solid var(--crema);
    background-color: #fff;
    border-radius: 40px;
    padding: 1.3rem 6.3rem 1.3rem 2.5rem;
    font-size: 0.9rem;
    outline: 0;
    color: #2d2829;
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23695093' d='M3.6 0C1.6 0 0 1.6 0 3.6 0 5.6 1.6 7.2 3.6 7.2c0.9 0 1.7-0.3 2.3-0.9L7.5 7.9A0.3 0.3 0 1 0 7.9 7.5L6.3 5.9C6.8 5.3 7.2 4.5 7.2 3.6 7.2 1.6 5.6 0 3.6 0Zm0 0.6c1.7 0 3 1.3 3 3 0 0.8-0.3 1.5-0.8 2.1a0.3 0.3 0 0 0-0.1 0.1 0.3 0.3 0 0 0 0 0C5.1 6.3 4.4 6.6 3.6 6.6 1.9 6.6 0.6 5.3 0.6 3.6c0-1.7 1.3-3 3-3z'/%3e%3c/svg%3e"); */
    background-repeat: no-repeat;
    background-position: 1rem center;
    background-size: 1rem;
}
#contUser {
    background-color: white;
    border-radius: 15px;
}
nav.navbar.scrolled .container-fluid a#contUser {
    background-color: #EFEDEA !important;
    border: 2px solid #EFEDEA !important;
}
#b::placeholder {
    color: #ced4da;
}
#b-btn {
    position: absolute;
    right: 1rem;
    top: 7px;
    padding: 0.27rem 1rem;
    font-size: 0.875rem;
}
.btn-mas {
    display: block;
    width: 100%;
    padding: 0.4rem 1rem;
    color: var(--dark);
    background-color: #fff;
    border: 2px solid #eee9f6;
}
.btn-mas:hover, .btn-mas:focus {
    background-color: #fff;
    border: 2px solid transparent;
    box-shadow: 1px 1px 0.5rem rgba(0, 0, 0, 0.075);
}
.menu {
    font-size: 0.9rem;
    line-height: 1;
}
.menu .custom-control-inline {
    margin-right: 0.5rem;
}
.menu .custom-control-label:before, .menu .custom-control-label:after {
    left: -1rem;
    width: 0.6rem;
    height: 0.6rem;
}
.menu .navbar-toggler {
    padding: 0;
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
    color: var(--blue) !important;
}
.menu .navbar-toggler:not(.collapsed) .ico {
    -webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
#menu-tab {
    overflow: hidden;
}
a.menu-opcion {
    display: inline-block;
    color: var(--primary);
    text-decoration: none;
    border-bottom: 3px solid transparent;
    margin: 0 0.4rem 0.5rem 0.4rem;
    letter-spacing: 0.01rem;
    cursor: pointer;
    flex: none;
}
a.menu-opcion:hover, a.menu-opcion:focus, .menu-opcion.active {
    color: var(--blue);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 3px solid var(--blue);
    letter-spacing: 0;
}
.ant, .sig {
    font-size: 1.2rem;
    line-height: 0.8rem;
    display: none;
}
.error-text {
    word-wrap: break-word !important;
}
.disabled-tab {
    cursor: inherit !important;
}
.path-opcion {
    display: inline-block;
    color: var(--dark);
    font-size: 0.9rem;
    color: var(--dark);
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
a.path-opcion:hover, a.path-opcion:focus, .path-opcion.active {
    color: var(--dark);
    text-decoration: none;
    border-bottom: 1px solid var(--blue);
}
a.symbol, span.symbol {
    padding: 0.3rem 1rem;
    border-radius: 24px;
    display: inline-block;
}
a.symbol:hover, a.symbol:focus {
    text-decoration: none;
}
a.symbol img {
    margin-right: 0.5rem;
}
.symbol.gestion, a.symbol.gestion {
    font-weight: bold;
    background-color: #d3f1f1;
    color: #24bbbb;
}
.symbol.linea, a.symbol.linea {
    font-weight: bold;
    background-color: #cceefa;
    color: #00a8e4;
}
.symbol.presolicitud, a.symbol.presolicitud {
    font-weight: bold;
    background-color: #dee5fc;
    color: #5c7cef;
}
.symbol.presencial, a.symbol.presencial {
    font-weight: bold;
    background-color: #ebfcde;
    color: #28a745;
}
.symbol.cita, a.symbol.cita {
    background-color: #ffebc5;
    color: #6e799f;
}
.symbol.no_cita {
    background-color: var(--light);
    color: #7e7e7e;
}
.symbol-outline-primary {
    color: var(--primary);
    border: 1px solid var(--primary);
}
.symbol-outline-info {
    color: var(--info);
    border: 1px solid var(--info);
}
#gestion .subtitle {
    color: #24bbbb; /*blue-green*/
}
#linea .subtitle {
    color: #00a8e4;
}
#presolicitud .subtitle {
    color: #5c7cef;
}
#presencial .subtitle {
    color: #28a745;
}
@media (max-width: 767px) {
    .menu-search {
        margin: 0 0.5rem 0.5rem 0.5rem;
    }
    #div-search {
        max-width: 576px;
    }
    #b, #b:focus {
        padding: 1.3rem 4.5rem 1.3rem 1rem;
        background-image: none;
    }
    #contUser{
        margin-right: 1.5rem !important;
    }
}
@media (min-width: 576px) {
    .categorias {
        -webkit-order: 1;
        order: 1;
    }
    .destacados {
        -webkit-order: 2;
        order: 2;
    }
    .grupos {
        -webkit-order: 3;
        order: 3;
    }
    .dependencias {
        -webkit-order: 4;
        order: 4;
    }
    .entidades {
        -webkit-order: 5;
        order: 5;
    }
    .enlinea {
        -webkit-order: 6;
        order: 6;
    }
}
@media (max-width: 575px) {
    .ant, .sig {
        display: block;
    }
}
/* Index */
a.res .card {
    max-width: 200px;
    margin: 0 auto;
    padding: 1.25rem 0.8rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.subtitle-sm {
    color: var(--primary);
    font-weight: bold;
    line-height: 1;
    padding-top: 0.5rem;
    height: 4.5rem;
    font-size: 16px;
}
a.res .card .mas {
    font-size: 16px;
}
.opcion .col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 7px;
    padding-right: 7px;
}
@media (max-width: 767px) {
    .opcion .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 400px) {
    .opcion .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 700px) {
    .banner-img {
        width: 260px !important;
        height: 260px;
    }
}
@media (max-width: 260px) {
    .banner-img {
        width: 100%;
        height: 100%;
    }
}
/* Banners transversal */
a.trans, a.trans:hover {
    position: relative;
    max-width: 900px;
    height: 160px;
    display: block;
    margin: 0 auto;
}
a.trans .banner {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 145px;
    background-color: var(--blue);
    border-radius: 1rem;
    bottom: 0;
}
a.trans img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    height: 160px;
}
a.trans .gestion {
    position: absolute;
    bottom: 0;
    z-index: 3;
    text-decoration: none;
    color: #fff;
    padding: 1rem 2.5rem;
}
a.macro, a.macro:hover {
    text-decoration: none;
}
a.macro .card {
    margin: 0 auto;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
a.macro .subtitle {
    color: #fff;
    line-height: 1;
    padding-top: 0.5rem;
}
@media (max-width: 767px) {
    a.macro .card {
        padding: 1.25rem 0.8rem;
    }
    a.macro .subtitle {
        font-size: 1rem;
    }
}
@media (max-width: 575px) {
    a.trans, a.trans:hover {
        height: 120px;
    }
    a.trans .gestion {
        padding: 0.5rem 1rem;
    }
    a.trans .banner {
        height: 120px;
    }
    a.trans img {
        height: 100px;
        opacity: 0.6;
    }
}
@media screen and (max-width: 991px) {
    #mainNav .navbar-brand {
        left: 0 !important;
    }
    #mainNav button.navbar-toggler {
        margin-right: 1rem;
    }
}
@media screen and (max-width: 575px) {
    #contUser span {
        display: none;
    }
    #mainNav .navbar-brand {
        display: flex;
        margin-left: 1rem;
        margin-top: 0;
        /* padding-top: 17px; */
    }
    #mainNav button.navbar-toggler {
        margin-right: 0;
    }
    .organizador_diseño {
        display: none;
    }
   
}
/* estilos - digitalización */
#principal_login .close,
#modalCrearExpediente .close,
#modalConectarExpediente .close,
#modalInvitado .close,
#modalDirecciones .close,
#modalCambiarPassSigey .close,
#exportar_solicitudes .close {
    right: 0;
    margin-right: 0;
}
#principal_login .modal-body .subtitle-light strong {
    color: #C2995C;
}
#principal_login .modal-body div.container div.text-center.mb-3 {
    color: #7D828B;
    font-size: 16px;
}
#principal_login .modal-body div.container .btn-outline-primary {
    border-color: #2D2829;
    color: #2D2829;
    background-color: transparent;
    font-weight: 400;
}
#principal_login .modal-body div.container .btn-outline-primary:hover, 
#principal_login .modal-body div.container .btn-outline-primary:focus {
    color: #fff;
    background-color: #2D2829;
}
#principal_login .modal-body div.container .btn-outline-blue {
    border-color: #287F55;
    color: #fff;
    background-color: #287F55;
    font-weight: 400;
}
#principal_login .modal-body div.container .btn-outline-blue:hover, 
#principal_login .modal-body div.container .btn-outline-blue:focus {
    color: #287F55;
    background-color: #fff;
}
#principal_login .modal-body button,
#principal_login .modal-body a {
    width: 100%;
    max-width: 300px;
}
#modalConectarExpediente .regresar, 
#modalCrearExpediente .regresar {
    color: #7D828B;
}
#modalConectarExpediente .subtitle-light, 
#modalCrearExpediente .subtitle-light {
    color: #2D2829;
}
#modalConectarExpediente .subtitle-light a strong, 
#modalConectarExpediente .subtitle-light a i, 
#modalCrearExpediente .subtitle-light strong {
    color: #970E48 !important;
}
#modalInvitado #sesionInvitado div.text-center button.btn-primary,
#modalConectarExpediente #IniciarSesion div.text-center button.btn-info,
#modalCrearExpediente #crearExpedienteForm div.text-center button.btn-primary {
    color: #fff;
    background-color: #287F55;
    border-color: #287F55;
    width: 100%;
}
#modalConectarExpediente #IniciarSesion div.text-center button.btn-info:hover, 
#modalConectarExpediente #IniciarSesion div.text-center button.btn-info:focus,
#modalCrearExpediente #crearExpedienteForm div.text-center button.btn-primary:hover, 
#modalCrearExpediente #crearExpedienteForm div.text-center button.btn-primary:focus  {
    color: #287F55;
    background-color: #fff;
}
.box-login{
    display: flex;
    align-items: center;
    justify-content: center;
}
#IniciarSesion #user {
    text-transform: uppercase;
}
.title-blue {
    color: #C2995C;
    font-size: 2.65rem;
    font-weight: bold;
    line-height: 0.8;
}
.backdrop {
    display: none;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #494D55;
}
.backdrop.show {
    display: block;
}
.wrapper {
    display: none;
    z-index: 1050;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.wrapper.show {
    display: flex;
    flex-direction: column;
}
.spinner-big {
    width: 4rem;
    height: 4rem;
    border: 0.3rem solid rgba(255, 255, 255, 0.85);
    border-right-color: #BC2259;
}
.login_exp_url:hover {
    text-decoration: none;
}
.login_exp_url:hover strong {
    text-decoration: underline;
}
.login_exp_url i {
    color: #5bbff6;
    font-weight: 600;
    font-size: 1rem;
}
#modalCapturarInformacion .modal-dialog,
#modalAdjuntaRequisitos .modal-dialog {
    max-width: 850px;
}
#modalConfiguracionSubEtapas .modal-dialog {
    max-width: 1200px;
}
#modalCapturarInformacion .msg-error {
    margin-top: 0;
}
.card-etapa {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(106, 89, 126, 0.2) !important;
    border-radius: 20px !important;
    padding: 20px;
    gap: 10px;
  }
  .card-etapa-title {
    color: #2D2829;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.01em;
  }
  .card-etapa-subtitle {
    color: #2d2829;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
.estado {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 10px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
}
.enviada {
    color: #E3307C;
    background-color: #FFE9F2;
    font-style: Source Sans Pro;
    font-weight: 700;
    font-size: 12px;
    line-height: 20.11px;
}

.revision {
    color: #695093;
    background-color: #F1E9FF;
    font-style: Source Sans Pro;
    font-weight: 700;
    font-size: 12px;
    line-height: 20.11px;
}
.inconcluso {
    color: #D8B455;
    background-color: #FBF5E1;
    font-style: Source Sans Pro;
    font-weight: 700;
    font-size: 12px;
    line-height: 20.11px;
}
.observaciones {
    color: #FF8300;
    background-color: #FFEBD7;
    font-style: Source Sans Pro;
    font-weight: 700;
    font-size: 12px;
    line-height: 20.11px;
}
.aprobado {
    color: #077D55;
    background-color: #CBFEF5;
    font-style: Source Sans Pro;
    font-weight: 700;
    font-size: 12px;
    line-height: 20.11px;
    
}
.finalizado {
    color: #fff;
    background-color: #077D55;
    font-style: Source Sans Pro;
    font-weight: 700;
    font-size: 12px;
    line-height: 20.11px;
}
.cancelado {
    color: #FFEBD7;
    background-color: #FF8300;
}
/* .espera {
    color: #695093;
    background: #F1E9FF;
}
.proceso {
    background-color: #D6F5FF;
    color: #00ADE7;
}
.aprobado {
    background-color: #CBFEF5;
    color: #00A887;
}
.incompleto {
    background-color: #FFEBD7;
    color: #FF8300;
} */
.break {
    flex-basis: 55%;
    width: 0px;
    height: 0px;
    overflow: hidden;
    display: inline-block;
}
.file-reset-message,
.file-exp-message,
.uploading_file {
    margin-top: 0.25rem;
    font-size: 80%;
    font-weight: 600;
    line-height: 1.3;
}
.dep {
    font-size: 0.9rem;
    color: var(--primary);
}
.loader-bg .loader-box .loader {
    border: 6px solid #eeeeee;
    border-radius: 50%;
    border-top: 6px solid #bc2259;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
}
.loader-bg .loader-box p{
    color: var(--morado);
    font-size: 2rem;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
}
.main-content-page {
    min-height: calc(100vh - 375px);
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
