/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

.fondo-color-principal{
    background-color: #6865ae !important;
}

.fondo-color-secundario{
    background-color: #F19F10 !important;
}


.texto-color-primario{
    color: #6865ae !important;
}


.texto-color-secundario{
    color: #F19F10 !important;
}


.text-primary{
    color: #6865ae !important;
}

.text-success{
    color: #4caf50 !important;
}

.text-danger{
    color: #b71c1c  !important;
}

/*---------------------------------------------------ESTILOS PERSONALIZADOS------------------------------------------------*/

/*.tamanioMenu {
    font-size: 6rem;
}*/

.fondoEncabezadoSuperior {
    background-color: #8585c6;
}
/*
.colorIconosTitulos {
    color: #f4f4f4;
    font-size: 1rem;
}*/

/*.colorIconosRedireccion {
    color: #8589cd;
}*/

 /*Alinear iconos*/
 /*.claseAlinearIcono {
 	vertical-align: middle;
 }

.iconosNavegacion {
    color: #7a7a7c;
    font-size: 1.3rem;
}*/

.divDeMenu {
    height: auto;
    width: 100%;
    vertical-align: middle;
}

/*.textosGeneral {
    color: #444444;
}

.textosGeneralListado {
    color: #444444;
    font-size: 2rem;
}

.tamanioIconoMenu {
    font-size: 1.6rem;
}*/

/*.iconosRedireccion {
    color: #8589cd;
    font-size: 1.8rem;
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
}*/

.colorBarraNavegacion {
    background-color: #f0f0f0;
    box-shadow: 0rem 0.3rem 0.5rem rgba(46, 43, 58, 0.3);
}

/*.colorSeleccionNavegacion {
    font-size: 1.4rem;
    color: #7a7a7a;
}

.colorNavegacionIcono {
    font-size: 2.8em;
    color: #7a7a7a;
}*/

/*.colorBotonAccion {
    border: 0.2em solid #8180d6;
    border-radius: 1.1em;
    color: #8180d6;
    vertical-align: middle;
    background-color: ghostwhite;
    font-size: 1em;
    padding: 0.3em;
}*/

.colorBotonAccion2 {
    border-radius: 0.3em;
    color: #f4f4f4;
    vertical-align: middle;
    font-size: 1em;
    padding: 0.3em;
}

.colorLink {
    color: #8180d6;
}

/*.colorbotonPagina{
   background-color: none; 
   color: #444444;
}

.colorbotonPagina:active {
   background-color: #9fa8da; 
   color: #444444;
}

.colorbotonPagina:focus {
   background-color: #9fa8da; 
   color: #444444;
}*/

.invisible {
    display: none;
}

.waves-effect.waves-pagina .waves-ripple {
    background-color: none;
    opacity: 0.5;
    color: #f4f4f4;
  }

.waves-effect.waves-pagina button:active {
    background-color: #9fa8da;
}
.waves-effect.waves-pagina button:focus {
    background-color: #9fa8da;
}

.waves-effect.waves-moradoAction .waves-ripple {
    background-color: #D0D3D4;
    opacity: 0.5;
    color: #8180d6;
  }

.waves-effect.waves-moradoActionCel .waves-ripple {
    opacity: 0.5;
    border-radius: 0.3em;
    padding: 0.5em;
  }

.waves-effect.waves-moradoAction a.active {
    background-color: rgb(213 213 247);
}

.divPreciosPin {
    background: rgb(212,200,247);
    background: linear-gradient(131deg, rgba(212,200,247,1) 0%, rgba(155,143,223,1) 29%, rgba(96,82,177,1) 89%, rgba(67,63,167,1) 100%);
    opacity: 0.9;
    color: #f4f4f4;
    font-weight: bold;
    font-size: 2.5em;
    text-shadow: 0.1em 0.1em 0.03em rgba(46, 43, 58, 0.6);
    border-radius: 0.3em;
    padding: 0.5em;
    box-shadow: -0.1em -0.1em 0.2em rgba(46, 43, 58, 0.6) inset;
}

.contenedorCardPin {
    border-top-left-radius: 0.8em;
    border-top-right-radius: 0.8em;
}

.tabs .tab a {
	color: rgb(70 70 73);
}

.tabs .tab a:hover {
	color: #3761c2;
	background-color: rgba(54, 90, 189, 0.2);
}

.tabs .tab a.active {
	color: rgb(70 70 73);
	background-color: rgba(54, 90, 189, 0.2);
}

.tabs .tab a:focus.active {
	color: rgb(70 70 73);
	background-color: rgba(54, 90, 189, 0.2);
}

.tabs .indicator {
	background-color: #3761c2;
}

/*.textoTablaPagaless {
	font-size: 2rem;
	text-align: center;
}*/

.modal-content {
    width: auto;
    height: auto;
}

#listado {
    width: auto !important;
    height: auto !important;
}

    /*////////////////////////////////////////////------------------------------------ SOLO COLORES ------------------------------//////////////////////////////////////////////////////////*/
    .colorContenidoIconos {
        color: #8589cd;
    }
    .colorContenidoTitulos {
        color: #7a7a7a;
    }
    .colorContenidoTextosGeneral {
        color: #444444;
    }
    .colorContenidoIconosNavegacion {
        color: #7a7a7c;
        /*font-size: 1.3rem;*/
    }
    .colorValido {
        color: rgb(0, 187, 49);
    }
    .colorInvalido {
        color: rgb(225, 6, 0);
    }
    /*////////////////////////////////////////////------------------------------------ FIN SOLO COLORES ------------------------------//////////////////////////////////////////////////////////*/




/*---------------------------------------------------ESTILOS PERSONALIZADOS------------------------------------------------*/
/*------------------------------------------------------------------------------- Tamanios de pantalla ------------------------------------------------------------------------*/
@media screen and (min-width: 200px) and (max-width: 989px){
    header {
        font-size: 25px;
        font-family: sans-serif; 
    }
    body {
        font-size: 25px;
        font-family: sans-serif;
    }

    /*////////////////////////////////////////////------------------------ Solo tamaños letra principal ------------------------------//////////////////////////////////////////////////////////*/
    .tamanioDetalleEdoCuenta {
        font-size: 1.5rem;
    }

    .tamanioContenidoTitulosGeneral {
        font-size: 2.5rem;
    }

    .tamanioContenidoIconoPrincipal {
        font-size: 3rem;
    }

    .tamanioContenidoTextoPrincipal {
        font-size: 2.8rem;
    }

    .tamanioContenidoIconoNavegacion {
        font-size: 3rem;
    }
    /*////////////////////////////////////////////------------------------ Fin Solo tamaños letra principal ------------------------------//////////////////////////////////////////////////////////*/
    /*////////////////////////////////////////////------------------------ Solo tamaños pantalla Servicios ------------------------------//////////////////////////////////////////////////////////*/
    .tamanioSaldos {
        font-size: 4.8rem;
    }

    .tamanioContenidoTextoHistorialMovimientos {
        font-size: 2rem;
    }

    #calendarioHistorial {
        font-size: 2rem;
    }
    /*////////////////////////////////////////////------------------------ Fin Solo tamaños pantalla Servicios ------------------------------//////////////////////////////////////////////////////////*/

    #modalNuevoTicket {
        /*font-size: 6rem !important;*/
        width: 50% !important;
        height: 25% !important;
        /*height: 25% !important; */
    }

    /*////////////////////////////////////////////------------------------------------ MODAL PARA PAGO DE SERVICIOS ------------------------------//////////////////////////////////////////////////////////*/
    .modal {
        width: 80%;
        height: auto;
    }

    .camposPagoServicio {
        font-size: 2rem !important;
    }

    .input-field label {
        color: #7a7a7a;
        font-size: 2rem !important;
    }

    .input-field .browser-default {
        height: 4rem !important;
        font-size: 2rem !important;
    }


    /* label focus color */
    .input-field input {
        height: 3.5rem !important;
        font-size: 2rem !important;
    }


    /* label focus color */
    .input-field input:focus {
        color: #444444 !important;
        font-size: 2rem !important;
        height: 3.5rem !important;
    }

    .input-field .prefix {
        font-size: 3rem !important;
    }


    .iconosModalPagos {
        font-size: 5rem !important;
        color: #444444 !important;
    }

    .tituloModalPagos {
        font-size: 2.8rem !important;
        color: #444444 !important;
    }

    .titulosResultados {
        font-size: 1.6rem !important;
    }
    /*////////////////////////////////////////////------------------------------ FIN MODAL PARA PAGO DE SERVICIOS ------------------------------//////////////////////////////////////////////////////////*/

    .tabs .tab a {
        font-size: 1.7rem;
    }

    .tabs .tab a:hover {
        font-size: 1.7rem;
    }

    .tabs .tab a.active {
        font-size: 1.7rem;
    }

    .tabs .tab a:focus.active {
        font-size: 1.7rem;
    }
    .divDeMenuContenedor {
        font-size: 1.8rem;
        width: 100%;
        height: auto;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }

    .colorBotonAccion {
        border: 0.2em solid #8180d6;
        border-radius: 1.1em;
        color: #8180d6;
        vertical-align: middle;
        background-color: ghostwhite;
        font-size: 1em;
        padding: 0.3em;
    }

    .colorBotonAccion {
        border: 0.2rem solid #8180d6;
        border-radius: 1.1rem;
        color: #8180d6;
        vertical-align: middle;
        background-color: ghostwhite;
        font-size: 1.1rem;
        padding: 0.3rem;
        width: 10rem;
    }
}


@media screen and (min-width: 990px) and (max-width: 1199px){
    header {
        font-size: 14px;
        font-family: sans-serif; 
    }
    body {
        font-size: 14px;
        font-family: sans-serif;
    }

     /*////////////////////////////////////////////------------------------ Solo tamaños letra principal ------------------------------//////////////////////////////////////////////////////////*/
    .tamanioDetalleEdoCuenta {
        font-size: 1.2rem;
    }

    .tamanioContenidoTitulosGeneral {
        font-size: 1.6rem;
    }

    .tamanioContenidoIconoPrincipal {
        font-size: 1.5rem;
    }

    .tamanioContenidoTextoPrincipal {
        font-size: 1.4rem;
    }

    .tamanioContenidoIconoNavegacion {
        font-size: 1.5rem;
    }
    /*////////////////////////////////////////////------------------------ Fin Solo tamaños letra principal ------------------------------//////////////////////////////////////////////////////////*/
    /*////////////////////////////////////////////------------------------ Solo tamaños pantalla Servicios ------------------------------//////////////////////////////////////////////////////////*/
    .tamanioSaldos {
        font-size: 3.5rem;
    }
    .tamanioContenidoTextoHistorialMovimientos {
        font-size: 1.3rem;
    }
    #calendarioHistorial {
        font-size: 2rem;
    }
    #idMontoIngresar {
        font-size: 2rem;
    }
    /*////////////////////////////////////////////------------------------ Fin Solo tamaños pantalla Servicios ------------------------------//////////////////////////////////////////////////////////*/

    #modalNuevoTicket {
        /*font-size: 6rem !important;*/
        width: 50% !important;
        height: 70% !important; 
    }

    /*////////////////////////////////////////////------------------------------------ MODAL PARA PAGO DE SERVICIOS ------------------------------//////////////////////////////////////////////////////////*/
    .modal {
        width: 50%;
        height: auto;
    }

    .camposPagoServicio {
        font-size: 1.2rem !important;
    }

    .serviciolabels {
        font-size: 2rem !important;
    }


    .iconosModalPagos {
        font-size: 1.8rem !important;
        color: #444444 !important;
    }

    .tituloModalPagos {
        font-size: 1.8rem !important;
        color: #444444 !important;
    }
    /*////////////////////////////////////////////------------------------------ FIN MODAL PARA PAGO DE SERVICIOS ------------------------------//////////////////////////////////////////////////////////*/
    .tabs .tab a {
        font-size: 1.5rem;
    }

    .tabs .tab a:hover {
        font-size: 1.5rem;
    }

    .tabs .tab a.active {
        font-size: 1.5rem;
    }

    .tabs .tab a:focus.active {
        font-size: 1.5rem;
    }

    .divDeMenuContenedor {
        font-size: 1.5rem;
        width: 100%;
        height: auto;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }

    .colorBotonAccion {
        border: 0.16rem solid #8180d6;
        border-radius: 1.1rem;
        color: #8180d6;
        vertical-align: middle;
        background-color: ghostwhite;
        font-size: 1rem;
        padding: 0.3rem;
        width: 10rem;
    }
}

@media screen and (min-width: 1200px) and (max-width: 2600px){
    header {
        font-size: 16px;
        font-family: sans-serif; 
    }
    body {
        font-size: 16px;
        font-family: sans-serif;
    }


     /*////////////////////////////////////////////------------------------ Solo tamaños letra principal ------------------------------//////////////////////////////////////////////////////////*/
    .tamanioDetalleEdoCuenta {
        font-size: 0.9rem;
    }

    .tamanioContenidoTitulosGeneral {
        font-size: 1.3rem;
    }

    .tamanioContenidoIconoPrincipal {
        font-size: 1.2rem;
    }

    .tamanioContenidoTextoPrincipal {
        font-size: 1.1rem;
    }

    .tamanioContenidoIconoNavegacion {
        font-size: 1.1rem;
    }
    /*////////////////////////////////////////////------------------------ Fin Solo tamaños letra principal ------------------------------//////////////////////////////////////////////////////////*/
    /*////////////////////////////////////////////------------------------ Solo tamaños pantalla Servicios ------------------------------//////////////////////////////////////////////////////////*/
    .tamanioSaldos {
        font-size: 3rem;
    }
    .tamanioContenidoTextoHistorialMovimientos {
        font-size: 1rem;
    }
    #calendarioHistorial {
        font-size: 1.5rem;
    }
    /*////////////////////////////////////////////------------------------ Fin Solo tamaños pantalla Servicios ------------------------------//////////////////////////////////////////////////////////*/

    #modalNuevoTicket {
        /*font-size: 6rem !important;*/
        max-width: 40% !important;
        max-height: auto !important; 
    }

    /*////////////////////////////////////////////------------------------------------ MODAL PARA PAGO DE SERVICIOS ------------------------------//////////////////////////////////////////////////////////*/
    .modal {
        width: 40%;
        height: auto;
    }

    .camposPagoServicio {
        font-size: 1rem !important;
    }

    .serviciolabels {
        font-size: 1rem !important;
    }

    .iconosModalPagos {
        font-size: 1.5rem !important;
        color: #444444 !important;
    }

    .tituloModalPagos {
        font-size: 1.5rem !important;
        color: #444444 !important;
    }
    /*////////////////////////////////////////////------------------------------ FIN MODAL PARA PAGO DE SERVICIOS ------------------------------//////////////////////////////////////////////////////////*/

    .tabs .tab a {
        font-size: 1.2rem;
    }

    .tabs .tab a:hover {
        font-size: 1.2rem;
    }

    .tabs .tab a.active {
        font-size: 1.2rem;
    }

    .tabs .tab a:focus.active {
        font-size: 1.2rem;
    }

    .divDeMenuContenedor {
        font-size: 1.2rem;
        width: 100%;
        height: auto;
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
    }

    .colorBotonAccion {
        border: 0.15rem solid #8180d6;
        border-radius: 1.1rem;
        color: #8180d6;
        vertical-align: middle;
        background-color: ghostwhite;
        font-size: 1rem;
        padding: 0.3rem;
        width: 10rem;
    }

    .btn .btn-colorBotonAccion.active {
        background-color: ghostwhite;
    }

    button .btn-colorBotonAccion.active {
        background-color: ghostwhite;
    }
}
/*------------------------------------------------------------------------------- FIN Tamanios de pantalla ------------------------------------------------------------------------