html {
    font-size: 16px;
    font-family: Arial;
}

body {
    font-size: 16px;
    font-family: Arial;
}

.claseEstiloLetrasTamano {
    font-size: 16px;
    font-family: Arial;
}

.container {
    margin-top: 40px;
}

#logo-header {
    height: 300px;
}

#textoLogo {
    text-align: center;
    font-size: 70px;
    margin-bottom: 10px;
    font-family: Valkyrie, serif;
    font-weight: bold;
    -webkit-transform: translate3d(0,0,0);
}

.elegantshadow {
    /*text-shadow: rgba(65, 225, 29, 0.64) 6px 3px 5px;   Verde*/

    text-shadow: rgb(0 149 255 / 64%) 6px 3px 5px;   /* Celeste */
 }

 .estiloAbonosCaja {
    text-shadow: rgb(0 149 255 / 64%) 6px 3px 5px;
    height: 80px; 
    align-items: center;
    box-shadow: 0 10px 10px 0 rgba(49, 95, 234, 0.33),0 5px 1px -2px rgba(33, 31, 81, 0.05),0 1px 5px 0 rgb(107, 148, 191);
    background-color: #31a8f7;
    border-color: #008db0;
    color: white;
}

@font-face {
    font-family: Valkyrie;
    src: url("../fonts/Valkyrie-Bold.ttf");
}

/*@font-face {
    font-family: Clicker;
    src: url("../fonts/Nuevas/fuente1/ClickerScript-2djl.ttf");
}

@font-face {
    font-family: Glamor;
    src: url("../fonts/Nuevas/fuente2/Glamor - TTF/Glamor-Regular.ttf");
}

@font-face {
    font-family: HaloHandletter;
    src: url("../fonts/Nuevas/fuente3/HaloHandletter.otf");
}

@font-face {
    font-family: Lavanderia;
    src: url("../fonts/Nuevas/fuente4/Lavanderia_Personal_License/Lavanderia Regular.otf");
}

@font-face {
    font-family: Parisienne;
    src: url("../fonts/Nuevas/fuente5/Parisienne-Regular.ttf");
}

@font-face {
    font-family: Roselina;
    src: url("../fonts/Nuevas/fuente6/Roselina Script/TTF/Roselina Script.ttf");
}*/


.backgroundHeader {
    background-color: #5b0000;
}

.segmentoImgs {
    border: #5e5e5e;
    border-radius: 10%;
    text-align: center;
    padding-top: 5px;
    margin-top: 10px;

    /*box-shadow: 0 10px 10px 0 rgba(49, 78, 234, 0.33),0 5px 1px -2px rgba(52, 51, 85, 0.05),0 1px 5px 0 rgb(3, 122, 193);*/
    /*box-shadow: 0 10px 10px 0 rgba(61, 234, 49, 0.33),0 5px 1px -2px rgba(52, 51, 85, 0.05),0 1px 5px 0 rgb(3, 193, 35);  Verde*/

    box-shadow: 0 10px 10px 0 rgba(49, 95, 234, 0.33),0 5px 1px -2px rgba(33, 31, 81, 0.05),0 1px 5px 0 rgb(39, 144, 255);
}

.botonesDirecciones {
    position: relative;
    left: -30px;
    font-size: 26px;
}

.botonesDireccionesImgs {
    position: relative;
    left: -30px;
    top: -5px;
}

.imgPaginaPrincipal {
    height: 150px;
    display: block;
    margin: auto;
}

.estiloCetradoImagen {
    margin-top: 20px;
}

.estiloLetrasPrincipal {
    font-size: 30px;
    margin-top: 0;
    padding-bottom: 20px;
    color: #262626;
    font-family: Valkyrie, serif;
}

.estiloLetrasPrincipal:hover {
    color: #7a7a7a;
}

.enlaces {
    color: black;
}

.centrado {
    text-align: center;
}

.espacioArribaNormal {
    margin-top: 25px;
}

.espacioArribaPequenno {
    margin-top: 15px;
}

.espacioArribaNormalAbajoNormal {
    margin-top: 25px;
    margin-bottom: 25px;
}

.espacioArribaNormalAbajoMucho {
    margin-top: 25px;
    margin-bottom: 60px;
}

.espacioArribaNormalAbajoMuchoOtro {
    margin-top: 25px;
    margin-bottom: 60px;
}

.espacioArribaMuchoAbajoNormal {
    margin-top: 60px;
    margin-bottom: 30px;
}

.espacioArribaMuchoAbajoMucho {
    margin-top: 60px;
    margin-bottom: 60px;
}

.margenesArribaAbajoNormales {
    margin: 30px 0;
    margin-bottom: 50px;
}

.margenesArribaAbajoPequeños {
    margin: 10px 0;
}

.margenesArribaAbajoMedianos {
    margin: 15px 0;
}

#campoBuscar {
    margin: 21px 0;
    height: 50px;
}

footer {
    height: 40px;
    text-align: center;
    color: white;
    font-size: 14px;
    width:100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom:0;
    position: fixed;
    z-index: 100;
}

.iconosUsuarios {
    font-size: 20px;
    width: 50px;
}

.iconoCliente {
    max-width: 100px;
}

.iconoClienteCobradores {
    max-width: 75px;
}

#iconoTurquesa {
    background-color: #36a7b3;
    color: white;
}

#iconoNegro {
    background-color: #4f4f4f;
    color: white;
}

#iconoRojo {
    background-color: #f00;
    color: white;
}

#iconoVerde {
    background-color: #3da027;
    color: white;
}

#iconoCeleste {
    background-color: #306fe8;
    color: white;
}

#iconoAmarillo {
    background-color: #e6d100;
    color: black;
    border: none;
}

#botonVerdeLogin {
    color: #fff;
    border-color: #8a6d3b;
    background: rgba(204,143,0,1);
    /*background: -moz-radial-gradient(center, ellipse cover, rgba(204,143,0,1) 0%, rgba(204,143,0,1) 20%, rgba(71,50,0,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(204,143,0,1)), color-stop(20%, rgba(204,143,0,1)), color-stop(100%, rgba(71,50,0,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(204,143,0,1) 0%, rgba(204,143,0,1) 20%, rgba(71,50,0,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(204,143,0,1) 0%, rgba(204,143,0,1) 20%, rgba(71,50,0,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(204,143,0,1) 0%, rgba(204,143,0,1) 20%, rgba(71,50,0,1) 100%);*/
    /*background: radial-gradient(ellipse at center, rgb(19, 144, 219) 0%, rgb(38,170,216) 20%, rgb(19, 42, 94) 100%); Azul plateado*/
    background: radial-gradient(ellipse at center, rgb(43, 255, 85) 0%, rgb(44, 216, 38) 20%, rgb(27, 94, 19) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc8f00', endColorstr='#473200', GradientType=1 );
}

#botonCelesteLogin {
    color: #fff;
    border-color: #a3a4df;
    background: rgba(204,143,0,1);
    /*background: -moz-radial-gradient(center, ellipse cover, rgba(204,143,0,1) 0%, rgba(204,143,0,1) 20%, rgba(71,50,0,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(204,143,0,1)), color-stop(20%, rgba(204,143,0,1)), color-stop(100%, rgba(71,50,0,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(204,143,0,1) 0%, rgba(204,143,0,1) 20%, rgba(71,50,0,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(204,143,0,1) 0%, rgba(204,143,0,1) 20%, rgba(71,50,0,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(204,143,0,1) 0%, rgba(204,143,0,1) 20%, rgba(71,50,0,1) 100%);*/
    /*background: radial-gradient(ellipse at center, rgb(19, 144, 219) 0%, rgb(38,170,216) 20%, rgb(19, 42, 94) 100%); Azul plateado*/
    background: radial-gradient(ellipse at center, rgb(80, 138, 213) 0%, rgb(38, 133, 216) 20%, rgb(19, 45, 94) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc8f00', endColorstr='#473200', GradientType=1 );
}

.letraPequenna {
    font-size: 16px;
}

.letraPequenna div {
    font-size: 16px;
}

.letraNegrita {
    font-weight: bold;
}

.letraAzul {
    font-weight: bold;
    color: #3593D2;
}
.letraVerde {
    font-weight: bold;
    color: #3da027;
}

.espacioPequenno {
    margin-bottom: 15px;
}

.fa {
    vertical-align: middle;
}

.btn-dark {
    background-color: #5e5e5e;
    color: white;
    font-size: 20px;
}

.btn-dark:hover {
    color: white;
}

.btn-success { /* Azul claro */
    color: #fff;
    background-color: #31a8f7;
    border-color: #008db0;
}

.btn-success:hover { /* Azul claro */
    color: #fff;
    background-color: #0876bf;
    border-color: #008db0;
}

.btn-success:focus { /* Azul claro */
    color: #fff;
    background-color: #0876bf;
    border-color: #008db0;
}

.btn-primary { 
    color: #fff;
    background-color: #1263aa;
    border-color: #102286;
    /* background-color: #2a990b; Verde */
    /* border-color: #078003; Verde */
}

.btn-primary:hover { 
    color: #fff;
    /* background-color: #1c7304;  Verde */
    /* border-color: #078003;  Verde */
    background-color: #1a77ee;
    border-color: #5f6dbd;
}

.btn-primary:focus { 
    color: #fff;
    /* background-color: #1c7304;  Verde */
    /* border-color: #008db0; Verde */
    background-color: #1a77ee;
    border-color: #5f6dbd;
}

#flechaAtras {
    background-color: #5e5e5e;
    color: white;
    font-size: 20px;
}

#flechaAtras span {
    vertical-align: middle;
}

.contraseñaPuntosSuspensivos {
    width: 40%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#tamannoBotonUsuarios {
    width: 100%;
    text-align: center;
    height: 42px;
    font-size: 20px;
}

.encabezadoBoton {
    display: flex;
    align-items: center;
}

.estilosFechas {
    height: 50px;
    font-size: 18px;
}

#botonGuardarFechaCierre {
    margin-top: 20px;
}

#botonGuardarFechaCierre button {
    font-size: 18px;
}

.navbar-nav {
    margin: 0;
}

.estiloImagenPaginacion {
    float: left;
    height: 250px;
}

.estiloImagenPaginacionClientes {
    height: 200px;
    width: 80px;
}

.estiloImagenPaginacion img {
    height: 80px;
}

.estiloImagenPaginacionGastos {
    float: left;
}

.estiloImagenPaginacionGastos img {
    height: 80px;
}

.estiloImagenPaginacionRutas {
    float: left;
    height: 120px;
}

.estiloImagenPaginacionRutas img {
    height: 60px;
}

.estiloImagenPaginacionRutasLibro {
    float: left;
    height: 120px;
}

#datosUsuarioPermisosEncabezado {
    width: 88%;
    float: right;
    font-size: 18px;
}

.textoMetas div {
    margin: 10px;
    font-size: 18px;
}

.metasBorde {
    height: 200px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    width: 100%;
}

.alinearVerticalmente {
    display: table;
}

.alinearVerticalmenteHijo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.espacioContabilidadResumen {
    background-color: #e9ecef;
    border-radius: .3rem;
    padding-top: 1.5em;
    padding-right: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
    font-size: 18px;
}

.backgroundGris {
    background-color: #e9ecef;
}

.sinEstiloInput {
    border: none;
    font-weight: bold;
}

.bordeTarjeta {
    border: 1px solid;
    padding-top: 20px;
    font-size: 18px;
}

.row {
    margin-right: 0;
    margin-left: -0;
}

.bordeTarjetaTitulo {
    background-color: #f7f7f7;
    padding: 5px;
    border: 1px solid #c8c8c8;
}

.bordeTarjetaCuerpo {
    padding: 20px;
    border: 1px solid #c8c8c8;
    border-top: none;
    font-size: 16px;
}

.estilosBotonesLetraMediana {
    font-size: 20px;
}

.estilosBotonesLetraMedianaBotonGrande {
    font-size: 20px;
    height: 50px;
}

.estilosBotonesLetraMedianaBotonSuperGrande {
    font-size: 25px;
    height: 100px;
}

.estiloBotonGrandeLetraMediana {
    font-size: 20px;
    height: 45px;
}

.estilosBotonesLetraMedianaPequenna {
    font-size: 18px;
}

.bordeTarjetaNumeros {
    padding: 20px;
    border: 1px solid #c8c8c8;
    font-size: 16px;
    margin-top: 10px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    color: white;
    cursor: pointer;
}

.bordeTarjetaNumeros:hover {
    color: #b0b0b0;
    background-color: #0085c6;
    text-decoration: none;
}


.bordeTarjetaNumeros a:hover {
    text-decoration: none;
    color: black;
}

.bordeTarjetaIndividual {
    border: solid #b3b3b3;
}

.estiloCuota{
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 5px;

}

.espacioMinimoAbajo {
    margin-bottom: 5px;
}

.espacioMuyPequennoAbajo {
    margin-bottom: 10px;
}

#notificaciones {
    color: white;
    border-radius: 100px;
    border-color: red;
    background-color: red;
    padding: 7px;
    margin-top: 7px;
}

#deadLine1DayToClose {
    color: red;
    cursor: auto;
}

#deadLineToday {
    color: red;
    cursor: auto;
}

.cursorManita {
    cursor: pointer;
}

#deadLineToday {
    color: red;
}

.cuadroNotificaciones {
    text-align: center;
    border-style: double;
    border-radius: 5px;
}

.noEstilosTable th {
    color: black;
    text-shadow: none;
}

.loginButtons {
    width: 40px;
}

.largoCompleto {
    width: 100%;
}

#titulosPagina {
    margin-right: 15px;
    position: relative;
    top: -7px;
}

.textoContinuo {
    overflow: hidden;
    white-space: nowrap;
}

.noControlesNumber {
    -webkit-appearance: textfield !important;
    margin: 0;
    -moz-appearance:textfield !important;
}

.mensajesDiarios {
    padding: 15px 15px 0 15px;
}

.mensajesDiariosDirigido {
    padding: 0 15px 15px 15px;
}

.cobradoresAcc {
    margin-left: 20px;
}

.navbar-nav {
    float: right
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-default .navbar-toggle:hover {
    background-color: inherit;
}

.navbar-default .navbar-toggle:focus {
    background-color: green;
}

.botonInicioSmall {
    color: white;

}

.botonInicioSmall:hover {
    color: #ffffff;
}

.botonInicioSmall:visited {
    color: white;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus {
    background-color: inherit;
}

.navbar-nav > li > .dropdown-menu {
    /* background-color: #5cb85c; Verde*/
    background-color: #2871b0;
}

.dropdown-menu:hover li a:hover {
    /* background-color: #217d21; Verde*/
    background-color: #17558c;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #17558c;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #17558c;
}

.estilosNegritaGrande {
    font-weight: bold;
    font-size: 29px;
}

.estilosNegritaMediana {
    font-weight: bold;
    font-size: 24px;
    color: #ff7808;
}

.botonEliminarNotificaciones {
    font-size: 25px;
    margin-right: 10px;
}

.espacioAncho {
    height: 50px;
}

#apartadoResumenCierres {
    padding: 5px 0;
    font-size: 18px;
}

.btn-morada {
    background-color: #b62de8;
    border-color: #b62de8;
    color: white;
}

.btn-morada:hover {
    background-color: #721793;
    border-color: #b62de8;
    color: white;
}

.colorRojoLetra {
    color: red;
}

.colorFondo {
    /*background: radial-gradient(ellipse at center, rgb(43, 176, 255) 0%, rgb(38,170,216) 20%, rgb(19, 42, 94) 100%);  Azul*/
    /*background: radial-gradient(ellipse at center, rgb(43, 255, 85) 0%, rgb(44, 216, 38) 20%, rgb(27, 94, 19) 100%); /* Verde Claro*/
    /*background: radial-gradient(ellipse at center, rgb(40, 126, 17) 0%, rgb(44, 131, 28) 20%, rgb(78, 199, 56) 100%); Verde Oscuro */

    background: radial-gradient(ellipse at center, rgb(80, 138, 213) 0%, rgb(38, 133, 216) 20%, rgb(19, 45, 94) 100%);/* Azul formal  */
}

.motivoResaltar::placeholder {
    color: #761c19;
}

.ajs-ok {
    font-size: 28px;
    color: white;
    background-color: #337ab7;
    width: 48%;
}

.ajs-cancel {
    font-size: 28px;
    background-color: #d9534f;
    color: white;
    width: 48%;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
    text-align: center;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
    margin: 0;
    height: 60px;
}

#cantidadAbono {
    height: 45px;
    font-size: 24px;
}

#imgPathDailyMessage {
    max-width: 100%;
}

.form-control:focus {
    /*border-color: #0f9606;    Verde*/
    border-color: #88a2c4;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0, 88, 255, 0.6);
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(11, 168, 1, 0.6);  Verde*/
    box-shadow: inset 0 1px 1px rgba(2, 4, 157, 0.08),0 0 8px rgba(0, 88, 255, 0.6);
}

.btn-success:active {
    color: #fff;
    background-color: #0a69ce;
    border-color: #2000ff;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #0a69ce;
    border-color: #2000ff;
}

.btn-success:active:focus, .btn-success:active:hover {
    color: #fff;
    background-color: #0a69ce;
    border-color: #2000ff;
}

.btn-success[disabled]:focus, .btn-success[disabled]:hover {
    color: #fff;
    background-color: #0a69ce;
    border-color: #2000ff;
}

.imagesEdit {
    height: 100%;
    max-width: 550px;
}

.profile-image-clients {
    max-width: 150px;
    width: 150px;
    height: 150px;
    border-radius: 50%; /* Convierte la imagen en un círculo */
    object-fit: cover; /* Hace que la imagen cubra todo el círculo sin dejar espacios */
}

.profile-image {
    max-width: 150px;
    width: 150px;
    height: 150px;
    border-radius: 50%; /* Convierte la imagen en un círculo */
    object-fit: cover; /* Hace que la imagen cubra todo el círculo sin dejar espacios */
}

.profile-image-clientCard {
    position: relative;
    left: -100px;
    max-width: 200px;
    width: 200px;
    height: 200px;
    border-radius: 50%; /* Convierte la imagen en un círculo */
    object-fit: cover; /* Hace que la imagen cubra todo el círculo sin dejar espacios */
}







/* MediaQueries */
@media (min-width: 992px) and (max-width: 1199px) { /* Menores a 1200px y mayores a 992 */
    .imagesEdit {
        max-width: 460px;
    }

    .profile-image-clients {
        max-width: 130px;
        width: 130px;
        height: 130px;
    }
}

@media (min-width: 768px) and (max-width: 991px) { /* Menores a 1200px */
    .profile-image-clients {
        max-width: 90px;
        width: 90px;
        height: 90px;
        margin-top: 10px;
    }

    .profile-image-clientCard {
        position: relative;
        left: 10px;
        max-width: 200px;
        width: 200px;
        height: 200px;
        border-radius: 50%; /* Convierte la imagen en un círculo */
        object-fit: cover; /* Hace que la imagen cubra todo el círculo sin dejar espacios */
    }
}

@media (max-width: 767px) { /* Menores a 768px */
    .alinearBotonesXS {
        text-align: center;
    }

    .cobradoresAcc {
        font-size: 18px;
        margin-left: 0;
    }

    .navbar-nav {
        float: none;
    }

    .col-xs-10, .col-xs-2, .col-sm-12, .col-sm-6 {
        padding-right: 0;
        padding-left: 0;
    }

    .bootgrid-footer .search, .bootgrid-header .search {
        margin-right: 10px;
    }

    .search {
        width: 150px;
    }

    #imgPathDailyMessage {
        width: 100%;
    }

    .iconoCliente {
        max-width: 60px;
    }

    .imagesEdit {
        max-width: 360px;
    }

    .profile-image-clients {
        max-width: 110px;
        width: 110px;
        height: 110px;
        margin-top: 10px;
    }

    .profile-image-clientCard {
        position: relative;
        left: 10px;
        max-width: 200px;
        width: 200px;
        height: 200px;
        border-radius: 50%; /* Convierte la imagen en un círculo */
        object-fit: cover; /* Hace que la imagen cubra todo el círculo sin dejar espacios */
        margin: 20px 0;
    }

    .profile-image {
        max-width: 200px;
        width: 200px;
        height: 200px;
        border-radius: 50%; /* Convierte la imagen en un círculo */
        object-fit: cover; /* Hace que la imagen cubra todo el círculo sin dejar espacios */
        margin: 20px 0;
    }

}

@media (max-width: 500px) {

    .imgPaginaPrincipal {
        height: 80px;
    }

    .segmentoImgs {
        padding-top: 5px;
    }

    .estiloImagenPaginacionRutasLibro img {
        height: 50px;
    }

    .reducirInputTamano {
        width: 100px;
    }

    #cierresCobradorId {
        height: 210px;
    }

    #metasCobradorImg {
        height: 210px;
    }

    .profile-image-clients {
        max-width: 80px;
        width: 80px;
        height: 80px;
      
        position: relative;
        left: -18px;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .estiloImagenPaginacionRutasLibro img {
        height: 80px;
    }
}

@media (min-width: 500px) and (max-width: 566px) {
    #cierresCobradorId {
        height: 280px;
    }

    #metasCobradorImg {
        height: 280px;
    }
}
