﻿body {
}

@font-face {
    font-family: 'SantanderText-Regular';
    src: url('../../assets/fonts/SantanderText-Regular.ttf') format('truetype');
}

.animation-load {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10000001 !important;
    background-color: white
}

.asistencia-load {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10000001 !important;
    background-color: rgba(255,255,255,0.3);
}

.animation-load--overlay {
    background-color: rgba(255,255,255,0.5);
    z-index: 10000001
}

.tooltip-message {
    z-index: 10000000 !important;
}

.uppercase {
    text-transform: uppercase;
}

.container-popup {
    margin: 15%;
    position: absolute;
    top: 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 680px;
}

.parrafo1-popup {
    font-weight: 500;
    font-size: 25px;
    color: black;
    margin-top: 23px;
}

.parrafo2-popup {
    font-weight: 400;
    font-size: 23px;
    color: black;
    margin-top: -21px;
    height: 360px;
    width: 700px;
}

.promo-jpg {
    width: 640px;
    height: 360px;
    fill: white;
    margin-top: .1px;
}

.cerrar {
    position: absolute;
    color: black;
    top: -8%;
    right: 10px;
}

.cruz-cerrar {
    width: 30px;
}

.cruz-cerrar:hover {
    opacity: 0.8;
    cursor: pointer;
}

.ayuda .item-ayuda .col-1 span.disabled {
    cursor: default;
    background: rgba(232,232,232,0.1) !important;
    color: rgba(232,232,232,0.1) !important;
}

.bg-gradient {
    background-image: linear-gradient(#326B96, #284768);
}

.tooltip {
    z-index: 1151 !important;
}

    .tooltip.show {
        z-index: 9999999 !important;
    }

.Ntooltip {
    position: relative; /* es la posición normal */
    text-decoration: none !important; /* forzar sin subrayado */
    color: #0080C0 !important; /* forzar color del texto */
    /*font-weight:bold !important;  forzar negritas */
    font-size: 10px;
    letter-spacing: 0mm;
}

    .Ntooltip:hover {
        z-index: 999; /* va a estar por encima de todo */
        /*    background-color:#000000;  DEBE haber un color de fondo */
    }

    .Ntooltip span {
        display: none; /* el elemento va a estar oculto */
    }

    .Ntooltip:hover span {
        display: block; /* se fuerza a mostrar el bloque */
        position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
        /* top:-15em; right:20px;  donde va a estar */
        font-family: Verdana;
        font-size: 9pt;
        line-height: 2;
        /*width:250px;  el ancho por defecto que va a tener */
        padding: 2px; /* la separación entre el contenido y los bordes */
        background-color: #0080C0; /* el color de fondo por defecto */
        color: #FFFFFF; /* el color de los textos por defecto */
    }

.hidden {
    display: none !important
}

.tooltip-message {
    background-color: #f00;
    color: #fff;
    position: absolute;
    top: -40px;
    left: 0;
    font-size: 0.875rem;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 240px
}

.tooltip-message:before {
    position: absolute;
    top: 100%;
    left: 10px;
    content: "";
    display: inline-block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #f00
}

.tooltip-message--bottom {
    top: auto;
    left: 0;
    bottom: -40px
}

.tooltip-message--bottom:before {
    top: auto;
    bottom: 100%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 10px solid #f00
}

.tooltip-message-large {
    position: absolute;
    top: 44px;
    left: 130px;
    width: 600px;
    z-index: 1
}

.tooltip-message-large .alert {
    border-width: 0;
    background-color: #229b02;
    color: #fff
}

.tooltip-message-large .alert:before {
    position: absolute;
    top: -10px;
    left: 44px;
    content: "";
    display: inline-block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #229b02
}

.tooltip-message-large .alert.alert-box:before {
    display: none
}

.tooltip-message-large .alert.alert-box:before button.btn-white {
    color: #229b02
}

.tooltip-message-large .alert.alert-danger {
    background: #00448A
}

.tooltip-message-large .alert.alert-danger button.btn-white {
    color: #00448A
}

.highlight {
    -webkit-animation: blink 1s linear 30000000;
    -ms-animation: blink 1s linear 3000000000;
    -moz-animation: blink 1s linear 3000000000;
    animation: blink 1s linear 3000000000;
}

@-webkit-keyframes blink {
    from {
        box-shadow: 0 0 0px 0 red;
    }

    50% {
        box-shadow: 0 0 12px 0 red;
    }

    to {
        box-shadow: 0 0 0px 0 red;
    }
}

@keyframes blink {
    from {
        box-shadow: 0 0 6px 0 #000;
    }

    50% {
        box-shadow: 0 0 0px 0 #000;
    }

    to {
        box-shadow: 0 0 6px 0 #000;
    }
}

.form-control {
    /*background-color: #FFCDD2;*/
    background: #fff!important;
    border-color: #0c2646;
}
.input-group-text {
    border-color: #0c2646!important;
}

    .input-group-text:focus {
        border: 1px solid #748fc9 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        outline: 0 !important;
        color: #2c2c2c !important;
    }

.form-control:focus {
    border: 1px solid #748fc9;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    color: #2c2c2c;
}

.cargando {
    z-index: 300000;
    background-color: rgba(255,255,255, 0.75);
    position: fixed;
    height: 100%;
    width: 100%;
}

.f1-steps {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #444;
    line-height: 30px;
    text-align: center;
}

.f1 {
    padding: 25px;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.f1 h3 {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.f1-steps {
    overflow: hidden;
    position: relative;
}

.f1-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #888;
}

.f1-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #0275d8;
}

.f1-step {
    position: relative;
    float: left;
    width: 25%;
    padding: 0 5px;
}

.f1-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #888;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.f1-step.activated .f1-step-icon {
    background: #fff;
    border: 1px solid #0275d8;
    color: #0275d8;
    line-height: 38px;
}

.f1-step.active .f1-step-icon {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: #0275d8;
    font-size: 22px;
    line-height: 48px;
}

.f1-step p {
    color: #ccc;
    line-height: 20px;
    margin-top: 3px;
}

.f1-step.activated p {
    color: #0275d8;
    line-height: 20px;
    margin-top: 3px;
}

.f1-step.active p {
    color: #fff;
    line-height: 20px;
    margin-top: 3px;
}

.f1 fieldset {
    display: none;
    text-align: left;
}

.f1-buttons {
    text-align: right;
}

.f1 .input-error {
    border-color: #0275d8;
}

/***** Media queries *****/
@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {

    .navbar {
        padding-top: 0;
    }

        .navbar.navbar-no-bg {
            background: #333;
            background: rgba(51, 51, 51, 0.9);
        }

    .navbar-brand {
        height: 60px;
        margin-left: 15px;
    }

    .navbar-collapse {
        border: 0;
    }

    .navbar-toggle {
        margin-top: 12px;
    }

    .top-content {
        padding: 40px 0 110px 0;
    }
}

.is-hidden-mobile {
    display: none
}

.is-hidden-tablet {
    display: block
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
}

.upload-btn-wrapper input[type=file] {
    font-size: 6.25rem;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

@media (max-width: 415px) {

    h1, h2 {
        font-size: 32px;
    }

    .f1 {
        padding-bottom: 20px;
    }

    .f1-buttons button {
        margin-bottom: 5px;
    }
}

/* Retina-ize images/icons */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {

    /* logo */
    .navbar-brand {
        /* background-image: url(../img/logo@2x.png) !important;*/
        background-repeat: no-repeat !important;
        background-size: 162px 36px !important;
    }
}

.content {
    padding-top: 15px !important;
    padding-bottom: 0px !important;
}

@media (min-width: 991px) {
    .is-hidden-mobile {
        display: block
    }

    .is-hidden-tablet {
        display: none
    }
}

/*.form-control {
    background-color: #efefef !important;
    border-radius:15px;
}

.form-group .input-group-prepend .input-group-text, .form-group .input-group-append .input-group-text, .input-group .input-group-prepend .input-group-text, .input-group .input-group-append .input-group-text {
    padding: 10px 0 10px 18px;
    background-color: #efefef;
    border-radius: 15px;
}*/

.form-control {
    display: block;
    width: 100%;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid;
    border-radius: .15rem;
    border-color: #CEDEE7 !important;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(37, 127, 164, 1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(37, 127, 164, 1);
    box-shadow: 0px 1px 0px 0px rgba(37, 127, 164, 1);
}

    .form-control:focus {
        opacity: 1;
        border: 1px solid #748fc9;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0 !important;
        color: #2c2c2c;
    }

.card {
    background-color: #fff;
    border:0px;
    box-shadow:none;
}

    .card .card-header .card-title {
        margin-top: 10px;
        color: #444444;
    }
.card label {
    color: #444444;
}

.form-check-radio input[type="radio"]:checked + .form-check-sign::after {
    width: 4px;
    height: 4px;
    background-color: #ec0000;
    border-color: #ec0000;
    top: 10px;
    left: 10px;
    opacity: 1;
}

.form-group .input-group-prepend .input-group-text, .form-group .input-group-append .input-group-text, .input-group .input-group-prepend .input-group-text, .input-group .input-group-append .input-group-text {
    display: block;
    width: 100%;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: .25rem 0rem 0rem .25rem;
    border-color: #ffffff !important;
    opacity: 0.75;
    padding-right: 8px;
    padding-left: 8px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 12px 7px;
    vertical-align: middle;
    color: #444444;
}

.input-group-append .input-group-text, .input-group-prepend .input-group-text {
    background-color: #fff;
}

.table {
    color: #444444;
}

body {
    /*font-family: "Lato", sans-serif !important;*/
    font-family: 'SantanderText-Regular';
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    color: #55595c;
    background-color: #fff;
    opacity: 0.75;
}

.card-timeline .timeline-body > p, .card-timeline .timeline-body > ul {
    margin-bottom: 0;
    color:black;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0 none;
}

.form-check .form-check-sign::after {
    color: #1BB3BC;
    border: 2px solid #1BB3BC;
}

dl, ol, ul {
    color: #000;
}

a {
    text-decoration: none !important;
}

.table .form-check label .form-check-sign::before, .table .form-check label .form-check-sign::after {
    top: 3px;
    left: 3px;
}

.day weekend {
    color: #444444 !important;
}

.day {
    color: #444444 !important;
}

.encabezadoTitulo {
    background-color: #fff !important;
    width: 100% !important;
    color: #4B4B4B;
    top: 0px;
    position: absolute;
    margin: 0;
    left: 0px;
    transform: rotate(0deg);
    line-height: 50px;
    height: 50px;
    opacity: 1.0;
    z-index: 10;
    flex-wrap: nowrap;
    font-weight: 600;
}

.encabezado .row {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 12px;
    flex-wrap: unset;
}

.full-page:after {
    background-color: rgba(255,255,255,1.0);
}

 .boton {
    background-color: rgba(255,255,255,0.0);
    top: 880px;
    height: 48px;
    width: 332px;
    position: absolute;
    margin: 0;
    left: 224px;
    transform: rotate(0deg);
    opacity: 1.0;
}

.btn-danger {
    background-color: #ec0000 !important;
}

.supercashllevatet {
    background-color: rgba(255,255,255,0.0);
    top: 113px;
    height: auto;
    margin: 0;
    transform: rotate(0deg);
    opacity: 1.0;
    font-family: "Helvetica", Helvetica, Arial, serif;
    font-size: 36.0px;
    color: rgba(68, 68, 68, 1.0);
    text-align: center;
    line-height: 26.0px;
}

.span1 {
    line-height: 40.0px;
}

.span2 {
    font-size: 26.0px;
    line-height: 40.0px;
}

.span4 {
    font-size: 40.0px;
    line-height: 40.0px;
}

.span2negrita {
    font-size: large;
    line-height: 20.0px;
    font-weight: 600;
}

.full-page {
    align-items: unset;
    min-height:85vh!important;
}

.label3 {
    height: auto;
    margin: 0;
    transform: rotate(0deg);
    opacity: 1.0;
    font-family: "Helvetica", Helvetica, Arial, serif;
    font-size: 18.0px;
    color: rgba(68, 68, 68, 1.0);
    text-align: center;
    line-height: 27.0px;
}

.label4 {
    height: auto;
    margin: 0;
    transform: rotate(0deg);
    opacity: 1.0;
    font-family: "Helvetica", Helvetica, Arial, serif;
    font-size: 18.0px;
    color: rgba(100, 100, 100, 1.0);
    text-align: center;
    line-height: 27.0px;
}

.selectdiv:after {
    right: 11px;
    top: 15px;
    height: 20px;
    position: absolute;
    pointer-events: none;
    /* font-weight: 900; */
    /* font-family: FontAwesome; */
    /* display: inline-block; */
    margin-left: 6px;
    vertical-align: 6px;
    content: "";
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
    color: red;
    /* content: "\2B9F"; */
}

/* IE11 hide native button (thanks Matt!) */
select:: -ms-expand {
    display: none;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    line-height: 1.75;
    border: 1px solid #0ebeff;
    -ms-word-break: normal;
    word-break: normal;
    padding: 10px 18px 5px 18px !important;

}

/* azul oscuro #257fa4 o  rgba(37, 127, 164, 1);*/
/*celeste claro #CEDEE7*/

@font-face {
    font-family: 'SantanderHeadline-Regular';
    src: url('../../assets/fonts/SantanderHeadline-Regular.ttf') format('truetype');
}
.tituloSantander {
    font-family: 'SantanderHeadline-Regular';
    margin-bottom:0px;
}

@font-face {
    font-family: 'SantanderHeadline-Bold';
    src: url('../../assets/fonts/SantanderHeadline-Bold.ttf') format('truetype');
}

.tituloEncabezado {
    font-family: 'SantanderHeadline-Bold';
    color: #444444;
    font-size: large;
    margin-top: 10px;
    display: inline;
}

.calculator__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.calculator__box {
    width: 40%;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 5%;
    -webkit-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
    border: 1px solid;
    border-color: #ccc;
    border-radius:5px;
}

    .calculator__box input {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden
    }

    .calculator__box label {
        display: inline-block;
        width: 100%;
        color: #000;
        font-weight: normal;
        text-align: center;
        text-shadow: none;
        padding: 10px 14px;
        border: 1px solid transparent;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out
    }

        .calculator__box:hover {
            cursor: pointer;
            background-color: #deedf2;
        }
 
    .calculator__box label:hover {
        cursor: pointer;
        background-color: #deedf2;
    }

    .calculator__box input:checked {
        background-color: #deedf2;
    }

.check-cuota {
    height: 18px;
    position: absolute;
    margin-top: -5%;
    margin-left: 45%;
    background-color: white;
    border-radius:10px;
}

.resumen_box { 
    margin-bottom: 5%;
    border: 1px solid;
    border-color: #ccc;
}

.modal-backdrop.fade.show {
    /*z-index:-1;*/
}

.modal.show .modal-dialog {
    margin-top:10%;
}

@font-face {
    font-family: 'gotham-condensed-bold';
    src: url('../../assets/fonts/gotham-condensed-bold.otf') format('opentype');
}

@font-face {
    font-family: 'gotham-condensed-book';
    src: url('../../assets/fonts/gotham-condensed-book.otf') format('opentype');
}

@font-face {
    font-family: 'gotham-condensed-light';
    src: url('../../assets/fonts/gotham-condensed-light.otf') format('opentype');
}

@font-face {
    font-family: 'gotham-light-regular';
    src: url('../../assets/fonts/gotham-light-regular.otf') format('opentype');
}

@font-face {
    font-family: 'gotham-medium';
    src: url('../../assets/fonts/gotham-medium.otf') format('opentype');
}

.tituloVerificacion {
    color: #ec0000;
    font-size: small;
    font-weight: 900;
}

.tituloConfirmacionAsistencia {
    font-family: 'gotham-condensed-bold';
    color: #da291c;
    font-size: small;
    font-weight: 900;
}

.subtituloConfirmacionAsistencia {
    font-family: 'gotham-condensed-book';
}

.subtitulo2ConfirmacionAsistencia {
    font-family: 'gotham-condensed-light';
}

.titulo2ConfirmacionAsistencia {
    font-family: 'gotham-medium';
}

.subtitulo3ConfirmacionAsistencia {
    font-family: 'gotham-light';
}

.btn-white {
    background-color: white;
    border: 1px solid #ec0000;
    color: #ec0000;
}

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
    top: 8px;
    bottom: 10px;
    left: 20px;
    font-size: 11px;
    opacity: 1;
}

.inputText {
    font-size: 14px;
    width: 200px;
    height: 35px;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 18px;
    transition: 0.2s ease all;
}

@font-face {
    font-family: 'SantanderText-Light';
    src: url('../../assets/fonts/SantanderText-Light.ttf') format('truetype');
}

.span3 {
    font-size: 26.0px;
    line-height: 40.0px;
    font-family: 'SantanderText-Light';
}

.contenedorRequisitos {
    border: 1px solid #DADADA;
    border-radius: 5px;
    margin-bottom: 20px;
    flex-flow: unset;
    min-height: 100px;
    max-height: 100px;
}

.fotoRequisitos {
    max-height: 100px;
    filter: grayscale(100%) opacity(0.5);   
    padding:2px;
}

.textoRequisito {
    filter: grayscale(100%) opacity(0.5);
}

.contenedorRequisitos input[type=file] {
    font-size: 6.25rem;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.resumen_box_sombra {
    margin-bottom: 5%;
    border: 1px solid;
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.53);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.53);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.53);
}

.requisitoUpload {
    color: #EF4037;
    border: 1px solid #EB372C;
    border-radius: 5px;
    background-color: #feF4e3;
}

.requisitoUploadCargado {
    color: #027855;
    border: 1px solid #027855;
    border-radius: 5px;
    background-color: #03bb85;
}

.modal-backdrop {
    /*z-index:-1;*/
}

.footer {
    padding-bottom: 50px;
}

.span-linea{
    display:flex;
    flex-direction:column;
}

.wrapper-full-page{
    min-height:unset !important;
}

.pincode-input-container input.first, input.mid, input.last {
    border-radius: 0px !important;
    margin-right: 6px !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 2px solid !important;
    border-color: rgba(37, 127, 164, 1) !important;
    font-weight: 600 !important;
    font-size: x-large !important;
}


.progress-bar {
    background-color: #ED1515!important;
}

.progress {
     border-radius:0rem;
     height:5px;
}

#WindowLoad {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3200;
    background: #FFFFFF;
    margin: 0px;
    padding: 0px;
    font-family: "Arial";
    overflow-x: hidden;
}

.check-big {
    width: 40px !important;
    height: 40px !important;
}
