/*@font-face {
    //font-family: "Futura Std Bold";
    src: local("Futura Std Bold"), url("Bootstrap/fonts/futura-std-bold.otf");
}
@font-face {
    font-family: 'Oswald';
    src: url('Bootstrap/fonts/Oswald-Regular.woff') format('woff');
    font-weight: normal;
    font-style: bold;

}*/
@font-face {
    font-family: 'Oswald';
    src: url('Bootstrap/fonts/Oswald-DemiBold.ttf');
    font-weight: normal;
    font-style: normal;

}
img:hover {filter: opacity(.5);}
div,select
{
	font-family: 'Oswald';
	--border-width:2px;
	--border-style: solid;
}
 {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /*font-family: "Futura Std Bold";*/
}

.inicio {
    min-height: 100vh;
    background: url("imagenes/fondonewss.jpg") no-repeat center center fixed;
    background-size: cover;
    font-size: 15px;
}

.DatosFactura {
    min-height: 100vh;
    background: url("imagenes/fondonewss.jpg") no-repeat center center fixed;
    background-size: cover;
    font-size: 15px;
}

.container .ModificaCliente{
    justify-content: center;
    justify-items: center;
    height: auto;
    width: auto;
}

.PanelTwo{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.panel {
    border-radius: 15px;
    margin: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.panelnav{
    margin-top: 20px;
    border-radius: 10px;
    background-color: #163f70;
    color: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.ImagenDescarga{
    background-color: #fff;
    border-radius: 30px;
    justify-content: center;
    padding: 15px;
    margin: 25px;
    margin-left: 25px;
    display: inline-block;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.miniContainerImagen{
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-items: center;
    display: flex;
    
}

.ImagenDescarga img{
    margin: 30px;
    width: 140;
    height: 140;
}

.navadmin{
    margin: 10px;
    padding: 10px;
    background-color: #FFF;
    border-radius: 15px;
    height: auto;
    width: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.container table{
    padding: 30px;
}

.container .panel-heading {
    border-top-left-radius: 9px 9px;
    border-top-right-radius: 9px 9px;
    background-color: #163f70;
}

.btnBack {
    background-color: #EC1C24;
    color: #fff;
    margin-bottom: 15px;
    width: 130px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    outline: none;
    border: none;
}

.btnBack:hover{
    background-color: #fff;
    color: #EC1C24;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.btnBack:active{
    transform:translateY(2px);
    box-shadow: 0 0 0;
    outline: none;
}

.btnContinue {
    background-color: #163f70;
    color: #fff;
    margin-bottom: 15px;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    outline: none;
    border: none;
}

.btnContinue:hover{
    background-color: #fff;
    color: #163f70;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.btnContinue:active{
    transform:translateY(2px);
    box-shadow: 0 0 0;
    outline: none;
}

.btnGuardar {
    background-color: #163f70;
    color: #fff;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    outline: none;
    border: none;
}

.btnGuardar:hover{
    background-color: #fff;
    color: #163f70;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.btnGuardar:active{
    transform:translateY(2px);
    box-shadow: 0 0 0;
    outline: none;
}

.container .panelhead {
    padding: 15px;
    color: #163f70;
    background-color: #fff;
    margin: 15px;
    margin-left: 60px;
    margin-right: 60px;
    border-radius: 10px;
}

.login{
    padding-top: 80px;
}

.alert-success {
    background-color: #fff;
    border-color: #fff;
    color: #163f70;
    border-radius: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.alert-danger {
    background-color: #163f70;
    border-color: #163f70;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.alerttwo {
    display: grid;
    grid-auto-flow: column;
}

.alert-warning {
    background-color: #fff;
    border-color: #fff;
    color: #163f70;
    border-radius: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.ImagenalertaDanger {
    width: 100px;
    align-content: left;
    margin-right: 10px;
}

.tituloAvisos {
    color: #FFF;
    font-size: 18px;
}

.container .manual {
    color: #FF0000;
}

.TotalFacturas{
    color: #163f70;
    background: #FFF;
    margin-top: 15px;
    width: 65%;
    height: 50px;
    padding: 15px;
    border-radius: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.MessageSAT {
    margin-left: auto;
    padding: 0;
    display: grid;
    grid-auto-flow: column;
    gap: 2em;
}

.content {
    color: #163f70;
    display: grid;
    height: 600px;
    grid-template-columns: 60% 30%;
    align-items: auto;
    justify-content: start;
    grid-gap: 25px;
    padding: 15px;
}

.container1 {
    display: grid;
    align-items: flex-start;
}

.container1 .Mensaje img {
    height: auto;
    width: 650px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.container1 .MensajeDos img {
    height: auto;
    width: 650px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.container2 {
    display: grid;
    cursor: pointer;
    justify-content: end;
    align-items: center;
}


.container2 .Factura img:hover {
    transform: scale(0.9);
}

.container2 .Consulta img:hover {
    transform: scale(0.9);
}

.container2 .Factura {
    margin-left: 180px;
    padding: 20px;

}

.container2 .Consulta {
    margin-left: 190px;
    padding: 20px;
}

.Factura img {
    height: 20vmin;
    width: auto;
    transition: all 0.3s;
}

.Consulta img {
    height: 24vmin;
    width: Auto;
    transition: all 0.3s;
}

nav {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 10px;
}


.header .nav-links {
    list-style: none;
}

.header .nav-links .li {
    padding: 0 50px;
}

nav ul {
    float: right;
    margin-right: 80px;
}

.header .nav-links a {
    font-size: 30;
    color: #163f70;
    /*text-decoration: none;*/
}

.Footer .Dudas img:hover {
    transform: scale(0.9);
}

.Footer .Dudas img {
    padding: 10px 10px;
    width: 100px;
    cursor: pointer;
    transition: (0.3s);
}

.header .logo img {
    height: 110px;
    padding: 15px;
    width: auto;
    /*transition: all 0.3s;*/
}

.header .logo {
    cursor: pointer;

}

a:link {
    text-decoration: none;
    color: black;
}

a:visited {
    text-decoration: none;
    color: #EC1C24;
}

a:hover {
    text-decoration: none;
    color: #253E81;
}

a:active {
    text-decoration: none;
    color: #253E81;
}

.Principal {
    border: 1px solid black;
    border-collapse: collapse;
    background-color: #D9D9D9;
}

.th {
    border: 1px solid black;
    border-collapse: collapse;
    background-color: #748ED8;
}

.table{
    color: #163f70;
    margin: 15px;
    border-radius: 15px;
}

th{
    color: #FFF;
    background: #163f70;
}

table.Principal td {
    padding: 1px;
}

table.Grid {
    font-family: "Futura Std Bold";
    font-size: 14px;
    border-radius: 30px;
    color: #163f70;
    background-color: rgba(217, 217, 217, 0.75);
}

table.Grid th {
    background-color: #748ED8;
}

table.Grid tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.75);
}

table.Grid tr:hover {
    background-color: rgba(230, 230, 230, 0.75);
}

table.Grid td {
    padding: 1px;
}

.renglon {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 10px;
}

.columnapad {
    display: table-cell;
    padding: 0% 5% 0% 5%;
}

.columnanopad {
    display: table-cell;
    padding: 0% 0% 0% 0%;
}

.Boton1 {
    background-color: white;
    color: black;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 2px;
    transition-duration: 0.2s;
}

.Boton1:hover {
    background-color: rgba(236, 28, 36, 0.90);
    color: white;
}

.Boton2 {
    background-color: white;
    color: black;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 2px;
    transition-duration: 0.2s;
}

.Boton2:hover {
    background-color: rgba(37, 62, 129, 0.90);
    color: white;
}

.Boton3 {
    background-color: white;
    color: black;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 2px;
    transition-duration: 0.2s;
}

.Boton3:hover {
    background-color: rgba(0, 153, 51, 0.90);
    color: white;
}

/*ConfiguraciÃ³n para el mensaje de espera*/
.MsjCargando
{
    color: black;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
    width: 100%;
    height: 1000px;
    position: absolute;
    line-height:4em;
    left: 0%;
    top: 0%;
    display: none;
	
}

/*ConfiguraciÃ³n para el mensaje de espera*/
.MsjCargando2
{
    color: black;
    background: rgba(0, 0, 0, 0.00); 
    z-index: 2;
    width: 50%;
    height: 200%;
    position: fixed;
    line-height:4em;
    left: 25%;
    top: 40%;
    display: none;
border:2px;
.tableStyle{
    margin: 20px;
}

/*Configuración para el recuadro del mensaje de espera*/
.MsjRecuadro {
    background-color: rgba(217, 217, 217, 0.75);
    z-index: 0;
    width: 30%;
    height: 20%;
    position: fixed;
    left: 35%;
    top: 20%;
}

/*Configuración para los mensajes de error*/
.error {
    color: #FF0000;
}

/*Configuración para los mensajes de ayuda*/
.ayuda {
    background-color: rgba(116, 142, 216, 0.75);
}

.agregar {
    display: inline-block;
    background: url(imagenes/agregar.png);
    background-size: 25px 25px;
}

.footer {
    position: fixed;
    bottom: 10px;
    width: 20%;
    cursor: pointer;
}

.footer .Dudas {
    font-size: 23;
    align-items: center;
    color: #fff;
}

.headernav {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding: 5px 10px;
}

.Container2 .general {
    font-family: "Futura Std Bold";
    font-size: 3vmin;
    margin-left: 200px;
}

.piepagina {
    font-size: 4vmin;
}

a:link {
    text-decoration: none;
    color: #163f70;
}

a:visited {
    text-decoration: none;
    color: #163f70;
}

a:hover {
    text-decoration: none;
    color: #253E81;
}

a:active {
    text-decoration: none;
    color: #253E81;
}

body {
	font-family: 'Oswald';
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


@media (max-width: 768px) {
    .image-sm-align {
        display: block;
        margin: auto;
    }

    .header .logo img {
        height: 65px;
        padding: 8;
        float: left;

    }

    .header .nav-links a {
        font-size: 17px;
    }


    .Footer .Dudas img {
        height: 70px;
        width: 70px;
        margin-top: 125px;
        /*background: url("imagenes/usuario.png");*/
    }

    .Footer .Dudas {
        color: #163f70;
        font-size: 16;
    }

    .footer {
        position: relative;
    }

    .content .container1 {
        grid-column: 1 / -1
    }

    .content .container2 {
        margin-right: -100px;
        align-content: center;
    }

    .container2 .Factura img {
        height: 140px;
        margin-left: 5px;

    }

    .container2 .Consulta img {
        height: 170px;
        margin-left: 5px;
    }

    .Container2 .general {
        font-size: 23px;
        margin-left: 200px;
		border-style: dotted;
    }

    .inicio {
        min-height: 100vh;
        background: url("imagenes/fondonewsss.jpg") no-repeat center center fixed;
        background-size: cover;
    }

    .container2 .texto {
        margin-left: 20px;
    }

    .container1 .Mensaje {
        width: 100%;
    }

    .btnBack {
        background-color: #EC1C24;
        color: #fff;
        margin: 5px;
    }

    .btnContinue {
        background-color: #163f70;
        color: #fff;
        margin: 5px;
    }

    .MessageSAT {
        display: block;
    }

    .ImagenDescarga{
        background-color: #fff;
        border-radius: 30px;
        justify-content: center;
        align-items: center;
        align-content: center;
        justify-items: center;      
    }

    .miniContainerImagen{
        justify-content: center;
        align-items: center;
        align-content: center;
        justify-items: center;
        display: grid;
        grid-template-columns: 1fr;
    }
    
    .ImagenDescarga img{
        height: 90px;
        width: 90px;
    }

    .ImagenalertaDanger {
        width: 50px;
        align-content: left;
        margin-right: 10px;
    }
}

.AnuncioSAT {
    margin: 8;
    padding: 5;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}