body {
    height: 100% !important;
    font-size: 17px !important;
    -youbkit-touch-callout: none;
    -youbkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.login {
    height: 100% !important;
    display: flex !important;
    vertical-align: middle !important;
    align-items: center !important;
}

.form-floating label {
    font-size: 17px !important;
    background: none !important;
    color: #000;
}

.form-floating>.form-control {
    height: 70px !important;
}

.form-floating>label {
    background: none !important;
    top: 0.1em !important;
}

.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label {
    top: 0.1em !important;
    background: none !important;
}

.login label {
    font-weight: bold;
}

#form-login {
    margin: auto !important;
}

#logo-login {
    width: 185px !important;
    margin-bottom: 115px !important;
}

.btn-primary {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #fff !important;
    border-radius: 0 !important;
    padding: 1em !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

input {
    font-family: 'Cupra' !important;
    font-weight: 100 !important;
    border-radius: 0 !important;
    font-size: 17px !important;
    height: 50px !important;
    border: 0 !important;
    border-bottom: 2px solid #e1e1e1 !important;

}

#canvas {
    border: 1px solid black !important;
}

.saludo {
    font-family: 'Cupra' !important;
    font-weight: 100 !important;
}

footer .btn,
.btn {
    border-radius: 0 !important;
    border: 2px solid !important;
    margin-right: 10px !important;
    min-width: 170px !important;
    font-size: .8em !important;
    font-weight: bold !important;
    padding: .5em !important;
}

.btn-coche:hover {
    background-color: #e1e1e1 !important;
    color: #000 !important;
  }
  

.btn.btn-continuar {
    height: 47px !important;
    margin-top: -2px !important;
}

.btn.btn-masinfo:hover {
    color:#fff !important;
}

.btn-login {
    padding: 0.65em !important;
    font-size: 1.1em !important;
}

.prev-pic-inactivo,
.prev-pic {
    position: relative;
}

.prev-pic-data {
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
    font-size:13px;
}

.prev-pic {
    transition: all ease 200ms !important;
}


/* .prev-pic:hover, */
.modelo-activo {
    color: #95572B !important;
    border: 10px solid #95572B !important;
    background-color: #fff !important;
}

.prev-pic-inactivo {
    filter: grayscale(0.20) !important;
}

.prev-pic-inactivo {
    filter: grayscale(100%) !important;
    background-color: #e1e1e1 !important;
    border-color: #B4B4B4 !important;
}

.prev-pic-inactivo:hover {
    color: #000000 !important;
    opacity: .7;
}

#previsualizacion-condiciones {
    /* height: 60vh !important; */
    width: 100% !important;
    /* max-width: 500px; */
    /* border:1px solid #e1e1e1; */
    overflow-y:visible !important;
}

.form-check-input {
    border: 1px solid #707070 !important;
    width: 25px !important;
    height: 25px !important;
    margin-right: .5em !important;
}

.form-check-label {
    padding-top: 4px !important;
    cursor: pointer !important;
}

.form-check-label:hover {
    text-decoration: none !important;
}

.form-check-label a {
    color:#95572B !important;
}

#volver-inicio:hover {
    color: #fff !important;
}