﻿body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: 'Metropolis-Regular';
    src: url('') url('../fonts/Metropolis-Regular.otf');
    src: url('../fonts/Metropolis-Regular.otf?#iefix') format('embedded-opentype'), url('../fonts/Metropolis-Regular.otf') format('woff'), url('../fonts/Metropolis-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-SemiBold';
    src: url('') url('../fonts/Metropolis-SemiBold.otf');
    src: url('../fonts/Metropolis-SemiBold.otf?#iefix') format('embedded-opentype'), url('../fonts/Metropolis-SemiBold.otf') format('woff'), url('../fonts/Metropolis-SemiBold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-Light';
    src: url('../fonts/Metropolis-Light.eot');
    src: url('../fonts/Metropolis-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Metropolis-Light.woff') format('woff'), url('../fonts/Metropolis-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
    min-height: 100%;
    position: relative;
    font-family: 'Metropolis-Regular';
}

body {
    padding-top: 13rem;
    padding-bottom: 5rem;
    margin: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Metropolis-Regular';
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-info.disabled, .btn-info:disabled {
    border: 1px solid #999999 !important;
    background-color: #cccccc !important;
    color: #666666;
}

.w-70 {
    width: 70% !important
}

/* VALIDATE FORM ERROR*/
.has-error > .form-label-group > input {
    border: 1px #ff0000 solid;
}

.has-error > .input-group > .form-label-group > input {
    border: 1px #ff0000 solid;
}

.has-error > .form-label-group > select {
    border: 1px #ff0000 solid;
}

.help-block {
    color: #dc3545 !important;
    font-size: 0.8rem;
    font-weight: 500;
}

#mainNav {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: block;
    padding-top: 0rem;
    padding-bottom: 0rem;
    font-weight: 700;
    background-image: url(../images/bacground.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
    background-position-y: center;
    background-position-x: center;
    min-height: 180px;
}

#wrapper {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.content {
    padding-bottom: 81px;
}

footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 20px 30px;
    background-color: #C21817;
}

.container-fluid {
    min-height: 100vh;
}

img {
    max-width: 100%;
}

.Tituno {
    text-align: center;
    color: #A7A7A7;
    font-weight: bold;
}

.card {
    border-color: #d7dfe3;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}
.c-index {
    border: none !important;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

.cb-Index {
    background: #ff0000;
    color: #ffffff;
    border-radius: 10px;
}


.navbar {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    background-color: #000;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #000 !important;
}

.navbar-toggler .fa-bars {
color:rgb(255, 255, 255);
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    .navbar-collapse {
        padding: 0rem 5rem 0rem 5rem;
    }
}

.snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 99999;
    bottom: 30px;
    font-size: 17px;
    left: 50%;
    white-space: nowrap;
    overflow: hidden;
}

.snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 4s;
    animation: fadein 0.5s, fadeout 0.5s 4s;
}

#loadinglayer:active {
    overflow-x: scroll;
    overflow-y: hidden;
}
#loadinglayer {
	left: 0;
	overflow: hidden;
	top: 0;
	z-index: 9999999;
	height: 100%;
	position: fixed;
	width: 100%;
	background: #000;
	opacity: 0.9;
	display: none;
	margin: 0px auto;
	text-align: center;
	color: #9e1c63 !important;
}

#loadinglayer div {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 50%;
    text-align: center;
    margin-top: 7rem;
}

#loadinglayer img {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 50%;
    text-align: center;
}

.btnStyleIniciar {
    background-color: #C21817;
    border-color: #C21817;
    color: #ffffff;
}
.btnStyleIniciar:hover {
    background-color: #1dae5a;
    border-color: #1dae5a;
    color: #ffffff;
}

.btnStyleIniciar:focus {
    background-color: #C21817 !important;
    border-color: #C21817 !important;
    color: #ffffff;
}
/**************     BTN PROGRESS     **********/

.progress-btn {
    position: relative;
    width: 150px;
    height: 50px;
    display: inline-block;
    background: #C21817;
    border-color: #C21817;
    color: #fff !important;
    font-weight: normal;
    font-size: 1rem;
    border-radius: .25rem;
    transition: all 0.4s ease;
    cursor: pointer;
}


.progress-btn > .btnProgress {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 50px;
    text-align: center;
    z-index: 10;
    opacity: 1;
}

    .progress-btn > .progress {
        width: 0%;
        z-index: 5;
        background: #C21817;
        border-color: #C21817;
        opacity: 0;
        transition: all 0.3s ease;
        height: 100%;
    }

.progress-btn.active > .progress {
    opacity: 1;
    animation: progress-anim 4.8s ease 1s;
}

.progress-btn[data-progress-style='fill-back'] > .progress {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

@keyframes progress-anim {
    100% {
        width: 100%;
    }
}

@keyframes progress-indefinite-anim {
	0% {
		background-position: 0% 0%;
	}
	100% {
		background-position: 100% 0%;
	}
}
/**************     END     **********/

/**************     DNI     **********/
#webcam {
    width: 100% !important;
    height: auto !important;
}

#canvas {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 350px;
}

.StepTomarFoto > .row > div > p {
    font-size: 1em;
    line-height: 1.2;
    width: 100%;
    height: 35px;
    margin-top: 1px;
    color: #A7A7A7;
    display: flex;
    background-color: #fff;
    font-size: 22px;
    justify-content: center;
    align-items: center;
    width: 510px;
    margin: 15px auto 0 auto;
    border-bottom: 2px solid #74D288;
}

@media (min-width: 300px) and (max-width:320px) {

    #canvas {
        width: 205px;
    }

    .StepTomarFoto > .row > div > p {
        line-height: 1.2;
        width: 100% !important;
        height: 45px;
        margin-top: 1px;
        color: #9e1c63;
        display: flex;
        background-color: #fff;
        justify-content: center;
        align-items: center;
        margin: 30px auto 0 auto;
        border-bottom: 2px solid #9e1c63;
        padding-bottom: 30px;
    }
}

@media (min-width: 321px) and (max-width: 390px) {
    #canvas {
        width: 260px;
    }

    .StepTomarFoto > .row > div > p {
        width: 100% !important;
        line-height: 1.2;
        height: 45px;
        margin-top: 1px;
        color: #9e1c63;
        display: flex;
        background-color: #fff;
        justify-content: center;
        align-items: center;
        margin: 25px auto 0 auto;
        border-bottom: 2px solid #9e1c63;
        padding-bottom: 20px;
    }
}

@media (min-width: 390px) and (max-width:532px) {
    #canvas {
        width: 270px;
    }

    .StepTomarFoto > .row > div > p {
        width: 100% !important;
        line-height: 1.2;
        height: 45px;
        margin-top: 1px;
        color: #9e1c63;
        display: flex;
        background-color: #fff;
        justify-content: center;
        align-items: center;
        margin: 25px auto 0 auto;
        border-bottom: 2px solid #9e1c63;
        padding-bottom: 20px;
    }
}

.input-group {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
input[type=file]:focus, .custom-file-input:focus ~ .custom-file-label {
    cursor: pointer;
}

.custom-file,
.custom-file-label,
.custom-file-input {
    cursor: pointer;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Seleccionar";
}

.InfoSolicitante {
    margin-left: 20rem;
    margin-right: 20rem;
}

.tab-content {
    height: auto !important;
}

.tab-pane {
    width: 100% !important;
}

.round-button {
    width: 25%;
}

.round-button-circle {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    border: 10px solid #cfdcec;
    overflow: hidden;
    background: #4679BD;
    box-shadow: 0 0 3px gray;
}

.round-button-circle:hover {
    background: #30588e;
}

.round-button a {
    display: block;
    float: left;
    width: 100%;
    padding-top: 50%;
    padding-bottom: 50%;
    line-height: 1em;
    margin-top: -0.5em;
    text-align: center;
    color: #e2eaf3;
    font-family: Verdana;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}

.GuiasDNI {
    width: 200px;
    height: auto;
    justify-content: center;
    margin: 5px;
}

#Selfie {
    z-index: -1;
    width: 300px;
    height: auto;
}

#FotoDNI {
    position: absolute;
    top: 15.4rem;
    left: 19.2rem;
    width: 100px;
    z-index: 1;
}

@media (max-width: 1200px) {
    #FotoDNI {
        position: absolute;
        top: 15.4rem;
        left: 16.2rem;
        z-index: 1;
    }
}

@media (max-width: 992px) {
    #FotoDNI {
        position: absolute;
        width: 80px;
        top: 9.2rem;
        left: 10.2rem;
        z-index: 1;
    }
}

@media (max-width: 768px) {
    #FotoDNI {
        position: absolute;
        top: 16.5rem;
        left: 19.2rem;
        z-index: 1;
    }
}

@media (max-width: 575px) {
    #imageDNI {
        margin: 0 !important;
    }
    #Selfie {
        width: 50%;
        height: auto;
        display: inline-block !important;
        padding: 5px;
        border-radius: 0.8rem !important;
    }
    #FotoDNI {
        position: relative;
        width: 50%;
        top: 0;
        left: 0;
        z-index: 1;
        margin: 5px;
        display: inline-block !important;
        padding: 5px;
        border-radius: 0.8rem !important;
    }
}

.AddWallet {
    padding: 0;
}

.ImageAddWallet {
    height: auto;
    width: 120px !important;
}

#download-qrs {
    height: auto;
    width: 120px !important;
    background: #0F6D48;
    border-color: #0F6D48;
}

.cropme-container {
    max-width: 100%
}

#imgModal-cropme {
    direction: ltr;
}

#cropped-img-wrp {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cropped-img {
    max-height: 90%;
    border: 2px solid white;
}

.cropme-slider {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cropme-slider input {
    cursor:pointer; 
    z-index:1;
}

.cropme-slider::before {
    position: absolute;
    z-index: 0;
    padding-top: 35px;
    content: "(-) Zoom (+)";
}

.cropme-rotation-slider {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cropme-rotation-slider input {
    cursor:pointer; 
    z-index:1;
}

.cropme-rotation-slider::before {
    position: absolute;
    z-index: 0;
    padding-top: 35px;
    content: "Rotación";
}

/**************     LPC    **********/
#StepTitleOne > h4 {
    text-align: center;
    letter-spacing: 0px;
    color: #A7A7A7;
    font-size: x-large;
    font-weight: 600
}
.StepOneForm {
    top: 420px;
    left: 266px;
    width: 324px;
    height: auto;
    margin-top: 10px;
}
.btnStyle {
    top: 567px;
    left: 668px;
    width: 100%;
    background: #C21817 !important;
    border: 1px solid #C21817 !important;
    border-radius: 7px;
    opacity: 1;
}
.btnStyle2 {
    top: 567px;
    left: 668px;
    width: 100%;
    color: #000;
    background: #ffffff !important;
    border: 1px solid #C21817 !important;
    border: 1px solid #C21817;
    border-radius: 7px;
    opacity: 1;
}
    .btnStyle2:hover {
        color: #000 !important;
        background: #ffffff !important;
        border: 1px solid #C21817 !important;
        border: 1px solid #C21817;
    }
@media (max-width: 768px) {
    .AddWallet {
        width: 40% !important;
    }
}


@media only screen and (max-width: 480px) {
    #smartwizard > .nav > .nav-item {
        width: 25%;
        font-size: 14px
    }

    #video {
        width: 20rem;
        height: auto;
    }

    #canvas {
        display: none;
    }

    #startbutton {
        margin-right: 5rem;
        margin-left: 5rem;
    }
}

#DivHmtl > table > tbody > tr > td {
    width:auto !important
}

.sectionLPC {
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 350px;
    margin: 0 auto;
}

.col-1 {
    width: 50%;
}

.col-2 {
    width: 50%;
}

.instrucciones {
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 2;
    text-align: left;
}

.tit1 {
    font-family: 'Montserrat', sans-serif;
    color: #A7A7A7;
    font-size: 4em;
    font-weight: bold;
    margin: 0;
}

.tit2 {
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-size: 1.7em;
    line-height: 1.5;
    vertical-align: middle;
}

.tit3 {
    margin-bottom: 0;
    font-size: 2.5em;
    line-height: 1.4em;
    font-family: 'Montserrat', sans-serif;
    color: #A7A7A7;
    text-align: left;
}

.tit4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: 1.5em;
    margin: 10% 0 0;
    line-height: 2;
}

.tit5 {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 1.5em;
}

.btnProbarGetIN {
    border-style: none;
    border-radius: 10px;
    padding: 20px;
    width: 30%;
    vertical-align: middle;
    margin: 1% auto;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    text-decoration: none;
    color: #ffffff !important;
    background: url(../images/common/icongetin.svg) #C21817 no-repeat 15% 45%;
}

.separador {
    height: 3rem
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media only screen and (max-width: 600px) {
    .sectionLPC {
        display: block !important;
        /* Optional, if you want the DIVs 100% width: */
    }

    .column {
        min-width: 100% !important;
        order: 2;
    }

    .imgdraw {
        width: 50%;
        margin: 0 auto;
        padding-top: 3%;
    }

    .instrucciones {
        font-family: Montserrat, sans-serif;
        font-size: .7em;
        font-weight: 400;
        line-height: 2;
        text-align: left;
    }

    .tit1 {
        font-family: 'Montserrat', sans-serif;
        color: #A7A7A7;
        font-size: 2em;
        font-weight: bold;
        margin: 0;
        text-align: center;
    }

    .tit2 {
        font-family: 'Montserrat', sans-serif;
        color: #000000;
        font-size: .7em;
        line-height: 1.5;
        text-align: left;
    }

    .tit3 {
        margin-bottom: 0;
        font-size: 1.5em;
        line-height: 1;
        font-family: 'Montserrat', sans-serif;
        color: #A7A7A7;
        text-align: left;
        line-height: 1;
        margin-top: 1.5rem;
    }

    .tit4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        text-align: left;
        font-size: 1em;
        margin: 10% 0 0;
        line-height: 1;
    }

    .tit5 {
        font-family: 'Montserrat', sans-serif;
        text-align: left;
        font-size: 1em;
    }

    .btnProbarGetIN {
        border-style: none;
        border-radius: 10px;
        padding: 20px;
        width: 100%;
        vertical-align: middle;
        margin: 1% auto;
        display: inline-block;
        font-family: 'Montserrat', sans-serif;
        font-size: .7em;
        text-decoration: none;
        color: #ffffff;
        background: #A7A7A7 no-repeat 24% 40%;
        max-width: 70%
    }

    .separador {
        height: 1rem
    }
}