@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
* {
    font-family: 'Ubuntu', sans-serif;
}
.disabled{ pointer-events:none; }
p, h1,h2,h3,h4,h5,h6,div,span,ul,strong {
    -moz-user-select: none; -khtml-user-select: none; 
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
 }

:root {
    --fondo-uno: #1575a8;
    --fondo-dos: #56a375;
    --fondo-tres: #c32c37;
    --fondo-cuatro: #1da0b4;
    --fondo-cinco: #718bc1;
    --fondo-seis: #487daf;
    --fondo-siete: #e9ecef;
}

body {
    background: #f7f7f7;
}

a {
    color: #007bbf;
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

textarea{ resize: vertical;}

 ::-webkit-input-placeholder {
    font-size: 300;
    font-style: italic;
    font-size: 13px;
    color: #bababa !important;
}

 ::-moz-placeholder {
    font-size: 300;
    font-style: italic;
    font-size: 13px;
    color: #bababa !important;
}

.cursor-pointer {
    cursor: pointer;
}

.fn-ubuntu-l {
    font-weight: 300;
}

.fn-ubuntu-b {
    font-weight: 700;
}

.fz-11 {
    font-size: 11px
}

.fz-11-5 {
    font-size: 11.5px
}

.fz-12 {
    font-size: 12px
}

.fz-12-5 {
    font-size: 12.5px
}

.fz-13 {
    font-size: 13px
}

.fz-14 {
    font-size: 14px
}

.fz-15 {
    font-size: 15px
}

.fz-15-5 {
    font-size: 15.5px
}

.fz-16 {
    font-size: 16px
}

.fz-17 {
    font-size: 17px
}
.fz-18 {
    font-size: 18px
}
.fz-19 {
    font-size: 19px
}

.fz-20 {
    font-size: 20px
}

.fz-25 {
    font-size: 25px
}

.fz-27 {
    font-size: 27px
}

.fz-30 { font-size: 30px }
.fz-33 { font-size: 33px }

.fz-37 {
    font-size: 37px
}

.fz-40 {
    font-size: 40px
}

.titulo1 {
    font-size: 20px;
    font-weight: bold;
}


/*cuando se hace click al boton se muestra la sombra*/

.shadow-orange:not(:disabled):not(.disabled).active:focus,
.shadow-orange:not(:disabled):not(.disabled):active:focus,
.show>.shadow-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, .5);
}

.btn-primary {
    color: #fff;
    background-color: #1575a8;
    border-color: #218ec6;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1575a8;
    border-color: #218ec6;
}

.btn-link {
    color: #3b87d9;
}
.btn-link:hover {
    color: #0052e9;
    text-decoration: none;
}
.btn-link.focus, .btn-link:focus{
    color: #033da7;
    text-decoration: none;
}
.ajax-file-upload-red{margin:10px;}
.ajax-file-upload:hover,.ajax-file-upload-red:hover{cursor:pointer}
.ajax-file-upload,.ajax-file-upload-red {
    display: inline-block;font-weight: 400;color: #212529;text-align: center;
    vertical-align: middle;-webkit-user-select: none;-moz-user-select: none;
    -ms-user-select: none; user-select: none; background-color: transparent;
    border: 1px solid transparent; padding: .375rem .75rem; font-size: 1rem;
    line-height: 1.5; border-radius: .25rem; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; margin-right:10px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1575a8;
    border-color: #218ec6;
}

.bg-uno, .ajax-file-upload {
    background-color: var(--fondo-uno);
}

.bg-dos {
    background-color: var(--fondo-dos);
}

.bg-tres,.ajax-file-upload-red {
    background-color: var(--fondo-tres);
}

.bg-cuatro {
    background-color: var(--fondo-cuatro);
}

.bg-cinco {
    background-color: var(--fondo-cinco);
}

.bg-seis {
    background-color: var(--fondo-seis);
}

.bg-siete {
    background-color: var(--fondo-siete);
}


/* BOTON DELTA */

.btn-dos {
    color: #fff;
    background-color: var(--fondo-dos);
    border-color: var(--fondo-dos);
}

.btn-dos:hover {
    color: #fff;
    background-color: var(--fondo-dos);
    ;
    border-color: var(--fondo-dos);
}

.btn-dos:not(:disabled):not(.disabled).active:focus,
.btn-dos:not(:disabled):not(.disabled):active:focus,
.show>.btn-dos.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, .5);
}

.btn-dos:not(:disabled):not(.disabled).active,
.btn-dos:not(:disabled):not(.disabled):active,
.show>.btn-dos.dropdown-toggle {
    color: #fff;
    background-color: var(--fondo-dos);
    border-color: var(--fondo-dos);
}


/* BOTON ALFA */

.btn-cuatro {
    color: #fff;
    background-color: var(--fondo-cuatro);
    border-color: var(--fondo-cuatro);
}

.btn-cuatro:hover {
    color: #fff;
    background-color: var(--fondo-cuatro);
    ;
    border-color: var(--fondo-cuatro);
}

.btn-cuatro:not(:disabled):not(.disabled).active:focus,
.btn-cuatro:not(:disabled):not(.disabled):active:focus,
.show>.btn-cuatro.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, .5);
}

.btn-cuatro:not(:disabled):not(.disabled).active,
.btn-cuatro:not(:disabled):not(.disabled):active,
.show>.btn-cuatro.dropdown-toggle {
    color: #fff;
    background-color: var(--fondo-cuatro);
    border-color: var(--fondo-cuatro);
}


/* BOTON BETA */

.btn-cinco {
    color: #fff;
    background-color: var(--fondo-cinco);
    border-color: var(--fondo-cinco);
}

.btn-cinco:hover {
    color: #fff;
    background-color: var(--fondo-cinco);
    border-color: #117a8b;
}

.btn-cinco:not(:disabled):not(.disabled).active:focus,
.btn-cinco:not(:disabled):not(.disabled):active:focus,
.show>.btn-cinco.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(113, 139, 193, .5)
}

.btn-cinco:not(:disabled):not(.disabled).active,
.btn-cinco:not(:disabled):not(.disabled):active,
.show>.btn-cinco.dropdown-toggle {
    color: #fff;
    background-color: var(--fondo-cinco);
    border-color: var(--fondo-cinco);
}

.btn-uno,.ajax-file-upload {
    color: #fff;
    background-color: var(--fondo-uno);
    border-color: var(--fondo-uno)
}

.btn-uno:hover, .ajax-file-upload:hover {
    color: #fff;
    background-color: var(--fondo-uno);
    border-color: var(--fondo-uno);
}
.ajax-file-upload:not(:disabled):not(.disabled).active:focus,
.ajax-file-upload:not(:disabled):not(:disabled).active:focus,
.btn-uno:not(:disabled):not(.disabled).active:focus,
.btn-uno:not(:disabled):not(.disabled):active:focus,
.show>.btn-uno.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(21, 117, 168, .5);
}

.ajax-file-upload:not(:disabled):not(.disabled).active,
.ajax-file-upload:not(:disabled):not(.disabled):active,
.btn-uno:not(:disabled):not(.disabled).active,
.btn-uno:not(:disabled):not(.disabled):active,
.show>.btn-uno.dropdown-toggle {
    color: #fff;
    background-color: var(--fondo-uno);
    border-color: var(--fondo-uno);
}


/* BOTON EPSILON */
.btn-tres,.ajax-file-upload-red {
    color: #fff;
    background-color: var(--fondo-tres);
    border-color: var(--fondo-tres);
}

.btn-tres:hover,.ajax-file-upload-red:hover {
    color: #fff;
    background-color: var(--fondo-tres);
    border-color: var(--fondo-tres);
}

.ajax-file-upload-red:not(:disabled):not(.disabled).active:focus,
.ajax-file-upload-red:not(:disabled):not(.disabled):active:focus,
.btn-tres:not(:disabled):not(.disabled).active:focus,
.btn-tres:not(:disabled):not(.disabled):active:focus,
.show>.btn-tres.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, .5);
}

.ajax-file-upload-red:not(:disabled):not(.disabled).active,
.ajax-file-upload-red:not(:disabled):not(.disabled):active,
.btn-tres:not(:disabled):not(.disabled).active,
.btn-tres:not(:disabled):not(.disabled):active,
.show>.btn-tres.dropdown-toggle {
    color: #fff;
    background-color: var(--fondo-tres);
    border-color: var(--fondo-tres);
}


/* BOTON EPSILON */

.btn-seis {
    color: #fff;
    background-color: var(--fondo-seis);
    border-color: var(--fondo-seis);
}

.btn-seis:hover {
    color: #fff;
    background-color: var(--fondo-seis);
    border-color: var(--fondo-seis);
}

.btn-seis:not(:disabled):not(.disabled).active:focus,
.btn-seis:not(:disabled):not(.disabled):active:focus,
.show>.btn-seis.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 125, 175, .5)
}

.btn-seis:not(:disabled):not(.disabled).active,
.btn-seis:not(:disabled):not(.disabled):active,
.show>.btn-tres.dropdown-toggle {
    color: #fff;
    background-color: var(--fondo-seis);
    border-color: var(--fondo-seis);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #1575a8;
    border-color: #218ec6;
    opacity: .5;
}

.btn-secondary {
    color: #fff;
    background-color: #8b8a8f;
    border-color: #cccccc;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #8b8a8f;
    border-color: #cccccc;
    opacity: .5;
}


/* skin anterior */

.text-blanco {
    color: #fff;
}
.text-negro {
    color: #000;
}


.texto-blancoGris {
    color: #ecf0f1;
}

.texto-gris {
    color: #8a8a8a;
}

.texto-grisClaro {
    color: #d7d7d7;
}

.texto-verde {
    color: #14972a;
}

.texto-azul {
    color: #0d63a0;
}

.texto-rojo {
    color: #a90a0a;
}

.tituloModulo {
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #2b2b2b;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 0;
}


/* .btn {
line-height: 1rem;
font-size: 14px;
} */

._regresa {
    float: right;
    margin: 0;
    color: #313131;
    display: flex;
    padding: 10px 14px;
}

._regresa span {
    background: url(../imagenes/genericos/4-Regresar.png) no-repeat;
    width: 44px;
    height: 44px;
    display: block;
    padding: 0px 0 0;
    zoom: .7;
    margin: -8px 10px 0 0;
}

.modal-lg {
    max-width: 90%;
}

#lista-conces .dropdown-menu {
    background: rgba(0, 0, 0, 0);
    transform: inherit !important;
}

div#content-concecionarios a {
    width: 20%;
    margin: 10px 0%;
    padding-left: 2%;
}

#content-concecionarios a.agenciaAsignado {
    background-image: url(../imagenes/agencia-activo.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: 30px;
}

#content-concecionarios a.agenciaActivo {
    background-color: #ffffff80;
    padding: 20px;
}

#cerrar_div_concecionarios {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}

div#content-concecionarios {
    width: 100%;
    height: 100vh;
    padding: 20px 10%;
    background: rgba(0, 0, 0, .95);
    position: absolute;
    z-index: 100000;
    overflow: auto;
    padding-top: 0;
}

table.table-condensed {
    font-size: 12px !important;
}


/* notificacione */

.cantidadNotificaciones {
    background: #f00;
    color: #fff;
    font-size: 12px !important;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
}

.listaNotificaciones {
    position: absolute;
    right: 113px;
    top: 20px;
    width: 430px;
    height: 80vh;
    z-index: 2000;
    padding: 50px 5px 5px;
}

.marcoNotificaciones {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    background: #fcfcfc;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #b1a7a7;
}

.picoNotificaciones {
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    position: absolute;
    top: -16px;
    right: 9px;
    background: #f2f2f2;
    border-top: 1px solid #b1a7a7;
    border-left: 1px solid #b1a7a7;
}

.marcoNotificaciones ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: auto;
}
/*Fondo modales*/
.modal.fade.show {
    background: #00000087;
}

.marcoNotificaciones ul {
    /*Estilos estÃƒÆ’Ã‚Â¡ndar experimentales (Principalmente Firefox)*/
    scrollbar-color: rgba(0, 0, 0, .5) rgba(0, 0, 0, 0);
    scrollbar-width: thin;
}

ul.tools-tools {
    width: 100%;
    list-style: none;
    float: right;
    display: block;
    margin: 0;
    padding: 0;
}

ul.tools-tools li {
    float: right;
    border-left: 1px solid #ccc;
}

ul.tools-tools li a {
    padding: 20px 10px;
}
/*
.elementos {
    list-style: none;
    height: calc( 98% - 36px) !important;
    width: auto;
    display: table;
    margin: auto;
    text-align: center;
}

.elementos li {
    width: 100px;
    margin: 0 15px;
    display: inline-table;
}

.elementos li a {
    display: block;
    padding: 10px;
    text-align: center;
    color: #4e4e4e;
    height: 100%;
    position: relative;
    font-size: 13px;
}
*/

.seccionPanel {
    color: #989da6;
}

.tools-tools img {
    height: 25px;
}

.tools {
    background: #fafafa;
}


/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.marcoNotificaciones ul::-webkit-scrollbar {
    -webkit-appearance: none;
}

.marcoNotificaciones ul::-webkit-scrollbar:vertical {
    width: 10px;
}

.marcoNotificaciones ul::-webkit-scrollbar-button:increment,
.marcoNotificaciones ul::-webkit-scrollbar-button {
    display: none;
}

.marcoNotificaciones ul::-webkit-scrollbar:horizontal {
    height: 10px;
}

.marcoNotificaciones ul::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.marcoNotificaciones ul::-webkit-scrollbar-track {
    border-radius: 10px;
}

.listaNotificaciones a {
    color: #717171;
    width: 90%;
    line-height: 20px;
    padding: 0 10px;
    height: 62px;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}

.marcoNotificaciones ul li {
    width: 100%;
    display: inline-flex;
    border-bottom: 1px solid #ccc;
    height: 70px;
    padding-top: 7px;
    padding-bottom: 5px;
    overflow: hidden;
}

.marcoNotificaciones ul li:hover {
    background: #f5f5f5;
}

.listaNotificaciones .sinLeer {
    background: #ededed;
}

span.borrarNotificaciones {
    display: block;
    text-align: center;
    width: 10%;
    font-size: 25px;
    color: #b8b7b7;
    cursor: pointer;
    line-height: 55px;
}

.NotificacionesIcono {
    width: 40px;
    height: 40px;
    margin: 10px 9px 10px 0px;
    float: left;
}

li.sinNotificaciones {
    color: #aeaeae;
}

.marcoInvisibleNotificaciones {
    position: fixed;
    z-index: 1060;
    top: 0;
    left: 0;
    background: #515151a3;
    width: 100vw;
    height: 100vh;
}

.fechaNotificaciones {
    font-size: 8px !important;
    position: absolute;
    top: 41px;
}

.azulNotificaciones {
    background: #00a74d;
    color: #fff;
    font-size: 10px !important;
    line-height: 20px;
}


/* loader notificacione */

.loaderNotificaciones {
    position: absolute;
    top: 160px;
    left: 170px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 10px;
    background: #3498DB;
    border-radius: 5px;
    animation: load 1.8s ease-in-out infinite;
}

.loaderNotificaciones span {
    position: absolute;
    top: 30px;
    left: 0;
    animation: loadInvertido 1.8s ease-in-out infinite;
}

.loaderNotificaciones:before,
.loaderNotificaciones:after {
    position: absolute;
    display: block;
    content: "";
    animation: load 1.8s ease-in-out infinite;
    height: 10px;
    border-radius: 5px;
}

.loaderNotificaciones:before {
    top: -20px;
    width: 50px;
    background: #3498DB;
}

.loaderNotificaciones:after {
    bottom: -20px;
    width: 50px;
    background: #3498DB;
}

@keyframes load {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
    50% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
}

@keyframes loadInvertido {
    0% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    50% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
    100% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
}


/* loader notificacione */


/* loader enlace */

.listaEnlace {
    position: fixed;
    width: 160px;
    height: 160px;
    z-index: 2000;
    padding: 0;
    margin: auto 0 0 calc(-80px);
    left: 50%;
    top: 35vh;
    color: #fff;
    right: 50%;
}

.marcoEnlace {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    /* background: #fcfcfc; */
    padding: 0;
    border-radius: 5px;
    /* border: 1px solid #b1a7a7; */
}

a.cerrarCargadorEnlace {
    color: #fff !important;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1061;
    font-size: 40px;
    border-radius: 50%;
    border: 3px solid #fff;
    height: 40px;
    width: 40px;
    line-height: 30px;
    text-align: center;
    opacity: .4;
}

.marcoInvisibleEnlace {
    position: fixed;
    z-index: 1060;
    top: 0;
    left: 0;
    background: #515151a3;
    width: 100vw;
    height: 100vh;
}

.loaderEnlace {
    position: absolute;
    top: 50px;
    left: 53px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 10px;
    background: #fff;
    border-radius: 5px;
    animation: load 1.8s ease-in-out infinite;
}

.loaderEnlace span {
    position: absolute;
    top: 60px;
    left: -50px;
    animation: loadInvertido 1.8s ease-in-out infinite;
    width: 170px;
}

.loaderEnlace:before,
.loaderEnlace:after {
    position: absolute;
    display: block;
    content: "";
    animation: load 1.8s ease-in-out infinite;
    height: 10px;
    border-radius: 5px;
}

.loaderEnlace:before {
    top: -20px;
    width: 50px;
    background: #fff;
}

.loaderEnlace:after {
    bottom: -20px;
    width: 50px;
    background: #fff;
}

@keyframes load {
    0% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes loadInvertido {
    0% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.size-sm15rem9 {
    font-size: .9rem;
}

#barranavegacion .btn {
    padding: 3px 10px 0;
    margin-top: 5px;
    line-height: 20px;
}

#barIz_ .btn{z-index:2;position:relative;}
#barIz_ #aa_{
    transform-origin: bottom left;-ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg); transform: skew(-30deg, 0deg);
    position: absolute; background-color: #e2e2e2;
    z-index: 1; width: 140%;
    height: 100%; left: -40px;border-radius: 5px;top: 0px;z-index: 1;
}    
.nav_todiv{color:#8392a9;}

#barranavegacion .text {
    font-size: 14px;
    display: inline-block;
    margin: 0px;
    transform: translateY(-2px);
}
.iconChincheta {
    padding: 5px !important;
    
    border-radius: 5px;
    margin: 0 15px;
    border-radius: 50%;
    width: 30px;
    text-align: center;
    line-height: 20px;
}
.disponible-chincheta{
    color: #97a0a6 !important;
    background: #edeaea !important;
}
.usada-chincheta{
    color: #fff !important;
    background: #0e962f !important;
}

.fancy_scrol::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 0px;background-color: rgb(33 142 198 / 3%);}
.fancy_scrol::-webkit-scrollbar{width: 9px;background-color: #F5F5F5;}
.fancy_scrol::-webkit-scrollbar-thumb{border-radius: 7px;-webkit-box-shadow: inset 0 0 6px rgb(170 172 173);}

#mdl-adjuntarcomentarios {
    z-index: 1060;
}
#mdl-eliminar-audio {
    z-index: 1070;
}

/* MEdia Querys */
@media only screen and (min-width:1366px) {
    div#content-concecionarios a {
        padding-left: 2.5%;
    }
    #content-concecionarios a.agenciaAsignado {
        background-position-x: 4%;
    }
}

/*TAMAÑO TABLET*/ 
@media (max-width: 992px)  {
    .titulo1 {
        font-size: 25px;
    }
    
    .size-sm15rem9 {
        font-size: 1.5rem;
    }
    
    #barranavegacion {
        height: 50px !important;
        display:none;
    }
    #barranavegacion .btn {
        height: 35px;
        width: 35px;
        padding: 0px;
        line-height: 35px;
        margin-top: 7px;
    }
    #barranavegacion .icopixel-nuevo {
        font-size: 15px;
    }
    #barranavegacion .text {
        display: none;
    }

    .modal-dialog {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: calc(100% - 1rem);
    }
}

/*TAMAÑO SMARTHPHONE*/ 
@media (max-width: 576px) {
    ::-webkit-input-placeholder {
        font-size: 300;
        font-style: italic;
        font-size: 1.25rem;
        color: #bababa !important;
    }
     ::-moz-placeholder {
        font-size: 300;
        font-style: italic;
        font-size: 1.25rem;
        color: #bababa !important;
    }
    .modal-lg {
        max-width: 100% !important;
    }
    .col-form-label {
        font-weight: bold;
    }

    /*PARA ETIQUETAS (LABEL)*/
    .col-form-label {
        padding-top: calc(.5rem + 1px);
        padding-bottom: calc(.5rem + 1px);
        font-size: 1.25rem;
        line-height: 1.5;
    }
    /*PARA INPUTS ()*/
    .form-control {
        height: calc(1.5em + 1rem + 2px);
        padding: .5rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
        border-radius: .3rem;
    }

    .guardaTitulo { 
        height: 48px;
        padding: 8px 0;
    }		
    .modal-md{
        max-width: 100%;
    }
    .gj-datepicker.gj-datepicker-bootstrap.gj-unselectable.input-group {
        width: 100% !important;
        margin-bottom:25px;
    } 
    /* .gj-datepicker [role=right-icon] {
        height: 48px !important;
        padding: 6px 0 0;
    } */
}

.gj-datepicker [role=right-icon]  {
    position: absolute;
    right: 100%;
    left: 0;
    width: 40px;
    line-height: 37px;
    height: 100%;
    background: #fff;
    border: 1px solid #ced4da !important;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.gj-datepicker [role=right-icon] 
button.btn.btn-outline-secondary.border-left-0 {
    border: none;
    display: block;
    margin: auto;
    padding: 0px;
    height: 35px;
}
.gj-datepicker input {
    margin-left: 30px;
} 
.gj-datepicker input {
    margin-left: 39px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}


