html{
    background: #FCFCFE;
}

*{
    font-family: 'Spoof'; 
}

.container{    
    height: 100%;
    width: 100%;
}

.header{
    padding: 0px 30px;
    margin: 0 auto;
    background: transparent linear-gradient(187deg, #1371FF 0%, #8BDDD2 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 35px 35px;
    font-family: 'Spoof-Medium'; 
    font-size: 12px;
}

.content{
    padding: 20px;
    padding-bottom: 50px;
}

.logo{
    margin: 15px 0px;
}

.links-header{
    color: white;
    margin: 0px 15px;
}

.steps{
    margin-top: 30px;
    text-align: center;
}

.steps *{
    margin: 10px;
}

.circle{
    height: 35px;
    width: 35px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0px 3px 6px #00000029;
    display: flex; 
    align-items: center;
    justify-content: center;
    padding: 0px;
}

.circle-active{
    border: 1px solid #259BFD;
    color: #259BFD;
}

.guion{
    border-bottom: 2px dashed #A4B3B9;
    opacity: 0.48;
    width: 120px;
}

.instrucciones{
    font-family: 'Spoof-Medium'; 
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
}

.red-color{
    color: red;
    font-weight: bold;
}

.box-blanco{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #CDD5DB;
    border-radius: 10px;
    padding: 40px 70px;
}

.page1-content{
    padding: 30px;
    margin: 0 auto;
    margin-top: 70px;
    font-size: 14px;
}

.input-label{
    margin-bottom: 15px;
}

input{
    border: 2px solid transparent;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #46556066;
    border-radius: 5px;
    width: -webkit-fill-available;
    padding: 10px;
}

select{
    border: 2px solid transparent;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #46556066;
    border-radius: 5px;
    width: -webkit-fill-available;
    padding: 10px;
}

select:focus {
    border: 2px solid #5094FF;
    outline: 0 none;
}

input:focus, input[type]:focus{
    border: 2px solid #5094FF;
    outline: 0 none;
}

input::placeholder{
    color: #CDD5DB;
}

.input-error{
    border: 2px solid #EE9E9E !important;
}

.input-block{
    padding: 20px;
}

.border-divisor{
    border-bottom: 2px solid #CDD5DB;
    opacity: 0.5;
    margin-top: 60px;
}

.content-foot{
    margin-top: 50px;
}

.button-siguiente{
    padding: 13px 10px;
    min-width: 150px;
    max-width: 200px;
    border: none;
    background: #259BFD 0% 0% no-repeat padding-box;
    border-radius: 21px;
    color: white;
    font-family: "Spoof-Bold";
    cursor: pointer;
}

.footer{
    background: transparent linear-gradient(349deg, #1371FF 0%, #8BDDD2 100%) 0% 0% no-repeat padding-box;
    border-radius: 35px 35px 0px 0px;
    padding: 0px 50px;
    margin: 0 auto;
    color: white;
    font-size: 13px;
}

.border-blanco{
    border-bottom: 2px solid #CDD5DB;
    opacity: 0.38;
}

.divisorLeft{
    padding: 10px;
    border-right: 2px solid #CDD5DB;
}

.center-text{
    text-align: center;
    align-items: center;
}

.blue-text{
    color: #259BFD;
}

.tu-rfc{
    margin-top: 70px;
    color: #465560;
}

.ver-datos{
    padding: 0px 20px;
}

.boton-ver-datos{
    margin: 0 auto; 
    width: 210px;
}

.title-box{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.float-right{
    float: right;
}

.button-sin-fondo{
    background: transparent;
    border: none;
    width: 100px;
    cursor: pointer;
    max-width: 200px;
}

.button-finalizar{
    padding: 13px 53px;
    border: none;
    background: #FF8282 0% 0% no-repeat padding-box;
    border-radius: 21px;
    color: white;
    font-family: "Spoof-Bold";
}

.container-descargar{
    text-align: center;
}

.container-icon-descargar{
    padding: 10px;
    width: 150px;
    margin: 0 auto;
    cursor: pointer;
}

.container-icon-descargar:hover{
    border-radius: 10px;
    box-shadow: 0px 0px 6px #259BFD;
}

.icon-descargar{
    margin-bottom: 10px;
}

.boton-realizar{
    color: #259BFD;
    font-weight: bold;
}

.linea-footer{
    border-bottom: 1px solid #CDD5DB;
}

.div-footer-inferior{
    padding-top: 20px;
    padding-bottom: 20px;
}

.div-footer-inferior .title{
    font-weight: bold;
    margin-bottom: 10px;
}

.container-input{
    margin-top: 30px;
}

.ya-puedes{
    margin-top: 20px;
    font-weight: bold;
}

.modal{    
    border-radius: 10px;
    color: #707070;
}

.container-boton-cerrar-modal{
    position: relative;
}

.boton-cerrar-modal{
    position: absolute;
    right: 15px;
    top: -5px;
    cursor: pointer;
}

.ticket-invalido-container{
    text-align: center;
    margin-top: 50px;
}

.ticket-invalido{
    width: 73px;
    height: 84px;
}

.ticket-invalido-msg{
    margin-top: 20px;
    color: #636A77;
}

.boton-modal{
    background: #E7EAEF;
    border-radius: 14px;
    padding: 10px 20px;
    border:none;
    margin: 20px;
    cursor: pointer;
    color: white;
}



.titulo-nota{
    padding: 10px 40px;
}

.divisor-nota{
    border-bottom: 2px solid #CDD5DB;
    margin: 20px 40px;
}

.container-modal{
    padding: 0px 40px;
    height: 90%;
    overflow-y: scroll;
}

.datos-cliente{
    font-size: 22px;
    font-weight: bold;
    margin-left: 20px;
}

.label-nota{
    font-size: 15px;
    font-weight: bold;
}

.info-group-nota{
    font-size: 13px;
    margin-right: 30px;
    margin-top: 30px;
    max-width: 200px;
}

.titulo-divisor{
    margin-top: 30px;
}

.table{
    width: 100%;
    margin-top: 20px;
    border-spacing: 0;
    border-collapse: collapse;
}

.table th{
    background: #F8F8FC;
    padding: 5px;
    font-weight: bold;
    margin-bottom: 10px;
}

.table td{
    text-align: center;
    padding: 10px;
}

tr:nth-child(odd) {
    background-color: #D4D4DF;
}

tr:nth-child(even) {
    background-color: #ECECF1;
}

tbody:before {
    content: "-";
    display: block;
    line-height: 1em;
    color: transparent;
}

.border-derecha{
    border-bottom: 2px solid #CDD5DB;
    margin-left: 20px;
}

.subtotal-group{
    font-size: 15px;
    font-weight: bold;
}

.nota-footer{
    background: #ECECF1;
    padding: 15px 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.nota-footer-message{
    margin-top: 10px;
    font-weight: bold;
}

.title-loader{
    font-size: 25px;
    font-weigth: bold;
    color: #259BFD;
    text-align: center;
    margin: 20px;
}

.modal-loader{
    border-radius: 10px;
}

.loader {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 78px;
    height: 78px;
    border: 5px solid #FFF;
    border-bottom-color: #259BFD;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 
