/********************** CSS ALTA TARJETA EROSKI *************************/
/* Fonts */
@font-face {
    font-family: 'OpenSans';
    src: url('../../fonts/opensans-regular-webfont.eot');
    src: url('../../fonts/opensans-regular-webfont.ttf') format('truetype'),
    url('../../fonts/opensans-regular-webfont.woff') format('woff2'),
    url('../../fonts/opensans-regular-webfont.woff2') format('woff'),
    url('../../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansLight';
    src: url('../../fonts/opensans-light-webfont.eot');
    src: url('../../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../../fonts/opensans-light-webfont.woff') format('woff2'),
         url('../../fonts/opensans-light-webfont.woff2') format('woff'),
         url('../../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold_italic';
    src: url('../../fonts/opensans-semibolditalic-webfont.eot');
    src: url('../../fonts/opensans-semibolditalic-webfont.ttf') format('truetype'),
         url('../../fonts/opensans-semibolditalic-webfont.woff2') format('woff2'),
         url('../../fonts/opensans-semibolditalic-webfont.woff') format('woff'),
         url('../../fonts/opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans-semibolditalic-webfont.svg#open_sanssemibold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../../fonts/opensans-semibold-webfont.eot');
    src: url('../../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold_italic';
    src: url('../../fonts/opensans-extrabolditalic-webfont.eot');
    src: url('../../fonts/opensans-extrabolditalic-webfont.ttf') format('truetype'),
         url('../../fonts/opensans-extrabolditalic-webfont.woff2') format('woff2'),
         url('../../fonts/opensans-extrabolditalic-webfont.woff') format('woff'),
         url('../../fonts/opensans-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans-extrabolditalic-webfont.svg#open_sansextrabold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold';
    src: url('../../fonts/opensans-extrabold-webfont.eot');
    src: url('../../fonts/opensans-extrabold-webfont.ttf') format('truetype'),
         url('../../fonts/opensans-extrabold-webfont.woff2') format('woff2'),
         url('../../fonts/opensans-extrabold-webfont.woff') format('woff'),
         url('../../fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold_italic';
    src: url('../../fonts/opensans-bolditalic-webfont.eot');
    src: url('../../fonts/opensans-bolditalic-webfont.ttf') format('truetype'),
         url('../../fonts/opensans-bolditalic-webfont.woff2') format('woff2'),
         url('../../fonts/opensans-bolditalic-webfont.woff') format('woff'),         
         url('../../fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../../fonts/opensans-bold-webfont.eot');
    src: url('../../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../../fonts/opensans-bold-webfont.woff') format('woff'),         
         url('../../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* FIN Fonts */
body{
	background: #f4f4f4;
    overflow-x: hidden;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.contenedor {
    background:#f4f4f4;
    width:94%;
    max-width:1200px;
    margin:auto;
    display:flex;
    flex-flow:row wrap;
    height: 100vh; 
}
/* ----- Header ----- */ 
header {
    background: #ff0000;
    width:100%;
    padding:0;
    height: 74px;
    display: flex;
    justify-content:space-between;
    align-items:center;
    flex-direction:row;
    flex-wrap:wrap;
}
.content_header {
    width:94%;
    max-width:1200px;
    margin:0 auto;
}
/* ----- FIN Header ----- */
/* ----- Aside ----- */
aside {
    background: #ffffff;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    padding:20px;
    display: flex;
    -ms-flex:1 1 14%;
    flex:1 1 20%;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-direction:column;
    flex-direction:column;
    justify-content:flex-start;
}
aside h4 {
    font-size: 22px;
}
.rectred {
    width: 26px;
    height: 2px;
    padding: 0;
    margin: 0;
    background: #ff0000;
}
aside .widget {
    margin: 13px -5px;
    padding: 15px 5px 5px;
    border: 1px solid #dadada;
    box-shadow: 0 0 1px 1px rgba(238,238,238,1);
}
.divimgaside {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}
.ulwrapaside {
    width: 100%;
    margin: 13px 0 0 0;
    padding: 3px 5px 0 17px;
    color: #333333;
}
.ulwrapaside li {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    font-family: 'OpenSans', sans-serif;
}
/* ----- FIN Aside ----- */
/* ----- Main ----- */
.main {
    background:#fff;
    padding:0 20px 40px;
    -ms-flex:1 1 75%;
    flex:1 1 80%;
    -ms-flex-grow: 1;
    flex-grow: 1;
}
.main article {
    float: left;
    width: 98%;
    margin: 30px 10px;
    padding: 30px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 0 0 10px 10px rgba(238,238,238,0.75);
}
.divtitle {
    padding: 0;
    margin: 0;
    text-align: center;
}
.divtitle h2 {
    /*width: 340px;*/
    font-size: 20px;
    font-weight: bold;
    color: #ff0000;
    letter-spacing: 0;
    padding: 0;
    margin: 0 auto;
}
.divsubtitle {
    margin: 15px 0;
    padding: 15px 0;
}
.divsubtitle h4 {
    color: #020202;
    font-size: 15px;
    letter-spacing: 0;
}
.divprocess {
    position: relative;
    margin: 25px 0;
    width: 95%;
    height: 150px;
    left:20px;
}
.divprocess ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    height: 170px;
    margin: 0;
    padding: 0;
    background-size: contain;
    background-image: url(../../images/processline.png);
    background-repeat: no-repeat;
    background-position: 0 62px;
}
.imgtt {
    position: absolute;
    top: 54px;
    width: 24px;
    height: 24px;
    background: url(../../images/icons/ico_elipse.png) no-repeat; 
}
.imgtt:hover {
    background: url(../../images/icons/ico_elipseselec.png) no-repeat; 
}
.textprocess {
    position: absolute;
    margin: 0;
    padding: 0 2px;
    background: none;
    color: #b3b3b3;
    font-size: 13px;
    top: 80px;
    width: 180px;
    font-weight: normal;
}
.textprocess:active{
    color: #dd0614;
}
.imgttone {
    left: -6px;
}
.textone {
    left: -25px;
}
.imgtttwo {
    left: 20px;
}
.texttwo {
    left: -5px;
}
.imgttthree {
    left: 40px;
}
.textthree {
    left: -12px;
}
.imgttfour {
    left: 61px;
}
.textfour {
    left: -10px;
}
.imgttfive {
    right:16px;
}
.textfive {
    left: 55px;
}
.imgttsix {
    right: -6px;
}
.textsix {
    left: 40px;
}
.divbuttons {
    margin: 15px -50px 0 -33px;
    padding: 0 56px 0 36px;
    height: 100px;
    border-top: 1px solid #e4e4e4;
}
.btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
.btn-aceptar-special {
    padding: 10px 0 0 0!important;
}
.btn-aceptar, .btn-continuar {
    margin: 25px 0 25px 20px;
    background: #ec0000;
    width: 128px;
    height: 44px;
    border: 0;
    border-radius: 50px;
    color: #ffffff;
    font-size: 18px;
}
.btn-simulador {
    margin: 25px 0 25px 20px;
    background: #ec0000;
    width: 156px;
    height: 44px;
    border: 0;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
}
a.btn-aceptar, a.btn-continuar {
    /*padding: 10px 0 0 0;*/
}
button.btn-aceptar, button.btn-continuar {
    padding: 0;
}

a.btn-aceptar:hover, a.btn-continuar:hover, button.btn-aceptar:hover, button.btn-continuar:hover {
    color: #ffffff;
}
.btn-cancelar {
    margin: 25px 0 25px 20px;
    padding: 10px 0 0 0;
    background: #c4c4c4;
    width: 128px;
    height: 44px;
    border: 0;
    border-radius: 50px;
    color: #ffffff;
    font-size: 18px;
}
.tooltip-inner {
    background: #dd0614;
    color: #ffffff;
    font-size: 12px;
    text-align: left!important;
}
.imgttone + .tooltip > .tooltip-inner {
    padding: 5px 10px;
    margin-left: 125px;
    width: 180px;
    height: 47px;
}
.imgtttwo + .tooltip > .tooltip-inner {
    padding: 5px 10px;
    margin-left: 25px;
    width: 145px;
    height: 60px;
}
.imgttthree + .tooltip > .tooltip-inner {
    padding: 5px 5px 0 10px;
    margin-left: 25px;
    width: 175px;
    height: 45px;
}
.imgttfour + .tooltip > .tooltip-inner {
    padding: 5px 5px 5px 10px;
    margin-left: 25px;
    width: 150px;
    height: 65px;
}
.imgttfive + .tooltip > .tooltip-inner {
    padding: 5px 5px 5px 7px;
    margin-left: 25px;
    width: 260px;
    height: 65px;
}
.imgttsix + .tooltip > .tooltip-inner {
    padding: 5px 5px 0 10px;
    margin-left: -125px;
    width: 155px;
    height: 45px;
}
.imgtt + .tooltip.top > .tooltip-arrow {
      border-top: 5px solid #dd0614;
}
/* ----- FIN Main ----- */
/* ----- Footer ----- */
footer {
    width: 100%;
    background: #727a79;
    padding:0;
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.divfooter {
    width: 100%;
    background: #727a79;
}
.divfooterup {
    width: 100%;
    border-bottom: 1px solid #fafafa;
}
.ulfooterup {
    width: 100%;
    min-height: 98px;
    margin: 0;
    padding: 20px 15px 15px 20px;
    list-style: none;
    display: inline-block;
}
.lifooterup {
    display: block;
    float: left;
    width: 25%;
    margin: 0;
    padding: 5px 0 0 25px;
    border-left: 1px solid #b3b3b3;
}
.lifooterup:first-child {
    border: none;
}
.lifooterup ul {
    display: block;
    margin: 0;
    padding: 2px 5px 5px 5px;
    color: #b3b3b3;
    list-style-type: disc;
}
.lifooterup ul li {
    margin: 0;
    padding: 0 0 5px 0;
}
.lifooterup ul li:nth-child(2n) {
    padding: 5px 0 5px 0;
}
.lifooterup ul li span {
    color: #b3b3b3;
    font-size: 15px;
    font-family: 'OpenSans', sans-serif;
}
.lifooterup ul li span a {
    color: #b3b3b3;
    font-size: 15px;
    font-family: 'OpenSans', sans-serif;
    text-decoration: none;
}
.lifooterup ul li span a:hover {
    color: #ffffff;
}
.divfooterdown {
    width: 100%;
    text-align: center;
    padding: 15px 0 40px;
}
.divfooterdown p {
    color: #ffffff;
    font-size: 14px;
    font-family: 'OpenSansLight', sans-serif; 
}
/* ----- FIN Footer ----- */
/* ----- INCLUYE DNI ----- */
.divpassi {
    position: relative;
    background: #f3f3f3;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    padding: 0 18px;
    /*margin: 0 -20px 0;*/
    overflow: hidden;
}
.passi {
    float: left;
    padding: 0 1% 0 0;
    margin: 15px 0;
    color: #939393;
    font-size: 12px;
}
.passi img {
    margin: 0 7px 0 0;
    padding: 0;
    width: 38px;
    float: left;
}
.passi p {
    float: left;
    color: #939393;
    font-size: 12px;
    padding: 2px 0 0 0;
    margin: 0;
}
.passione {
    width: 14%;
}
.passitwo {
    width: 13%;
}
.passithree {
    width: 17%;
}
.passifour {
    width: 23%;
}
.passifive {
    width: 15%;
}
.passisix {
    width: 18%;
}
.passi_pone {
    width: 61%;
}
.passi_ptwo {
    width: 58%;
}
.passi_pthree {
    width: 68%;
}
.passi_pfour {
    width: 77%;
}
.passi_pfive {
    width: 64%;
}
.passi_psix {
    width: 70%;
}
.textred {
    color: #ec0000!important;
    font-weight: 500!important;
}
.titleDNI h3 {
    color: #dd0614;
    font-weight: bold;
    margin: 0 0 20px;
}
.titleDNI_New h3 {
    color: #dd0614;
    font-weight: bold;
}
.textDNI {
    padding: 0;
    margin: 0;
}
.textDNI h4 {
    font-size: 14px;
    line-height: 18px;
}
.textDNI h5 {
    font-size: 12px;
    line-height: 20px;
}
.incluyeDNI {
    position: relative;
    margin: 30px 0 50px -15px;
    padding: 5px 0;
}
.divdni {
    float: left;
    margin: 5px 10px;
    padding: 15px 15px 5px 15px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
}

.divdni_aux {
   
    border: 1px solid #d8d8d8;
    border-radius: 8px;
}

.imgdni {
    position: relative;
    width: 100%;
    text-align: center;
}
.imgdni img {
    margin: 0 auto;
}
.divinsert {
    position: absolute;
    top: -13px;
    left: 130px;
    width: 28px;
}
.imgdnitext {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #d8d8d8;
    text-align: center;
}
.imgdnitext span:not(.field-validation-error):not(.error) {
    color: #dd0614;
    font-size: 14px;
    font-weight: bold;
}
.stepDnitext  {
    color: #dd0614;
    font-size: 16px;
    font-weight: bold;
    border: none;
}
.imgdnitext img {
    color: #ec0000;
    font-size: 12px;
    font-weight: bold;
}
.divtextdnierror {
    background: #f4f4f4;
    padding: 15px 10px;
    margin: -15px 0 15px 0;
}
.ptextdnierror {
    padding: 0 5px 0 40px;
}
.aline {
    text-decoration: underline;
    color: #414141;
}
.aline:hover {
    text-decoration:none;
    color: #dd0614;
    font-weight: bold;
}
.aline:focus {
    outline: 0;
    outline-offset: 0;
}
.w50 {
    width: 50%;
}
.field-validation-error{
    color: #ff0000;
}
/* ----- Captura Imagen ----- */
.capturaImg {
    position: relative;
    margin: 30px 0;
    padding: 30px;
    border: 2px solid #d8d8d8;
    border-radius: 5px;
    overflow: hidden;
}
.divcapturaImg {
    margin: 10px auto;
    padding: 5px;
    width: 200px;
    height: 350px;
}
.divcapturaImg img {
    width: 100%;
}
#startbutton {
    display: block;
    float: right;
    margin: 50px 70px 20px 0;
}
#videoCam {
    margin: 0 25%;
}
#dni {
    position: absolute;
    top: 30px;
    left: 26%;
    z-index: 1;
    width: 321px;
    height: 240px;
}
canvas {
    display: none;
    /*border: 3px dashed #00cce1;*/
    float: left;
}
textarea {
    float: left;
    display: block;
    width: 50%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #00cce1;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}
.btn-capturar {
    margin: 0 0 140px 25px;
    padding: 10px 0 0 0;
    background: #ec0000;
    width: 128px;
    height: 44px;
    border: 0;
    border-radius: 50px;
    color: #ffffff;
    font-size: 18px;
}
/* ----- FIN INCLUYE DNI ----- */
/* ----- FORMULALRIO DATOS ----- */
form.datos {
    font-size:14px;
}
form.datos p.campo_obligatorio {
    font-size:10px;
    background-image:url('../../images/aviso.gif');
    background-repeat: no-repeat;
    padding-left:15px;
    background-position: 0 2px;
}
form.datos fieldset {
    border-bottom:1px solid #eaeaea;
    padding-bottom:16px;
}
form.datos fieldset.no_border {
    border-bottom:none;
}
.cuenta_ajena, .cuenta_propia, .paro {
    display:none;
}
.campo_ocultar {
    display:none!important;
    visibility: hidden;
}
form.datos legend {
    font-size:17px;
    display:block;
    border-bottom:none;
    margin-bottom:14px;
    padding-top:16px;
}
form.datos hr.legend_post {
    width:47px;
    border:2px solid #ec0000;
    background-color: #ec0000;
    text-align: left;
    margin:0 0 20px;
}
form.datos ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
form.datos ul > li {
    /*margin:5px 0;*/
    padding-left:0;
}
form.datos ul li div.borde {
    border: 1px solid #818181;
    padding: 5px 12px 7px;
    height: 30px;
}
form.datos ul li div.borde .form-control {
    border:none;
    padding:0;
    height: 23px;
    margin-left:18px;
    margin-top:-2px;
    position:absolute;
}

#IbanWithoutEs{
    width:30% !important;
}

form.datos ul li div.aviso {
    background-color:#f9f9f9;
    border:1px solid #c8c8c8;
    border-radius:5px;
    box-shadow: 0 0 10px #ccc;
    padding:10px;
    font-size:11px;
    position:absolute;
    z-index:5;
    max-width: 350px;
}
form.datos ul li div.aviso img {
    display: inline-block;
    margin-right:5px;
}
form.datos span.revisar {
   color:#ec0000; 
   font-size:12px;
   display: inline-block;
   margin-left:10px;
}
form.datos div.select {
    border: 1px solid #818181;
}
form.datos ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333333;
}
form.datos ::-moz-placeholder { /* Firefox 19+ */
  color: #333333;
}
form.datos :-ms-input-placeholder { /* IE 10+ */
  color: #333333;
}
form.datos :-moz-placeholder { /* Firefox 18- */
  color: #333333;
}
form.datos ul li label {
    /*display: none;*/
}
li.error input, li.error textarea, li.requerido input {
    border:1px solid #f19800!important;
    position: relative;
}
li.error label.ocultar {
    display: block;
    position:absolute;
    top:-9px;
    left:14px;
    padding:0 3px;
    z-index:9;
    background-color:#fff;
    font-size:11px;
}
li.error label.error.Emp {
    display: block;
    position: absolute;
    top: -9px;
    left: 14px;
    z-index: 9;
    padding:0 3px;
    background-color: #fff;
    color: #333333;
    font-size: 10px;
}
li.error label.error.Inp {
    display: block;
    position: absolute;
    top: -9px;
    left: 14px;
    padding:0 3px;
    z-index: 9;
    background-color: #fff;
    color: #f19800;
    font-size: 10px;
}
.normalfocus{
    display: block!important;
    position: absolute;
    top: -9px;
    left: 14px;
    z-index: 9;
    padding:0 3px;
    background-color: #fff;
    color: #333333;
    font-size: 10px;
}
.normalfocus2 {
    display: block !important;
    position: absolute;
    top: -9px;
    left: 14px;
    z-index: 9;
    padding: 0 3px;
    background-color: #fff;
    color: #333333;
    font-size: 10px;
}
form.datos span.obligatorio, form.datos span.incorrecto {
    font-size:10px;
    color:#f19800;
}
form.datos .form-control {
    border-radius:0;
    box-shadow:none;
    height: 30px;
    padding: 5px 12px 7px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #818181;
}
form.datos div.select select.form-control {
    width: 100%;
    border-radius:0;
    border:none;
    box-shadow:none;
    background-image: url('../../images/flecha_select.gif');
    background-repeat:no-repeat;
    background-position: right;
    height: 30px;
    padding: 3px 12px 9px 12px;
    -moz-appearance: none;
    -webkit-appearance: none;
     appearance: none;
}
.btn-group.bootstrap-select.customSeclect .btn-default {
    border-radius:0;
    border-color:#818181;
    color:#333333;
    background-image:url('../../images/flecha_select.gif');
    background-repeat:no-repeat;
    background-position:right;
      margin-bottom:0px;
    height:30px;
    padding:3px 12px;
}
.btn-group.bootstrap-select.customSeclect.open .btn-default {
    background-image:url('../../images/flecha_select2.gif');
}
form.datos .open>.dropdown-toggle.btn-default:hover, form.datos .btn-default:active:focus, form.datos .btn-default:active:hover, form.datos open>.dropdown-toggle.btn-default:focus{
    background-color:#fff;
}
.btn-default:hover, .btn-default:active, .btn-default.focus, .btn-default:focus {
    background-color:#fff;
}
.bootstrap-select .dropdown-toggle:focus  {
    outline:0!important;
    outline-offset:0!important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width:100%;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    width: 85%;
}
.field-validate-error {
    color: #ff0000;
}
.pCuotaEE {
    padding: 6px 0 0 0;
    margin: 0 5px 0 0;
    width: auto;
    float: left;
}
.divCuotaEE{
    float: left;
    width: 90px;
    margin-left: auto; 
}
.iCuotaEE {
    float: left;
    width: 50px;
    padding-top: 9px !important;
}
.imgCuotaEE {
    float: left;
    margin: 8px 0 0 5px;
    padding: 8px 0;
    width: 15px;
    background: url(../../images/icons/ico_info.png) no-repeat; 
}
.imgCuotaEE:hover {
    background: url(../../images/icons/ico_inforojo.png) no-repeat; 
}
.divCuotaEE .tooltip-inner {
    padding: 5px;
    margin: 0 0 -3px 125px;
    width: 145px;
    background-color: #f9f9f9;
    color: #333;
    font-size: 10px;
    text-align: left;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    box-shadow: 0 0 10px 1px rgba(126,126,126,1);
}
.imgCuotaEE + .tooltip.top > .tooltip-arrow {
      border: 0;
}
.divGastos{
    float: right;
    width: 20px;
    margin: -30px -35px 0 0;
}
.imgGastos {
    float: left;
    margin: 8px 0 0 -5px;
    padding: 8px 0;
    width: 15px;
    background: url(../../images/icons/ico_info.png) no-repeat; 
}
.imgGastos:hover {
    background: url(../../images/icons/ico_inforojo.png) no-repeat; 
}
.divGastos .tooltip-inner {
    padding: 5px;
    margin: 0 0 -5px 200px;
    width: 165px;
    background-color: #f9f9f9;
    color: #333;
    font-size: 11px;
    text-align: left;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    box-shadow: 0 0 10px 1px rgba(126,126,126,1);
}


.divGastos_aux .tooltip-inner {
    padding: 5px;
    margin: 0 0 -5px 200px;
    width: 165px;
    background-color: #f9f9f9;
    color: #333;
    font-size: 11px;
    text-align: left;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    box-shadow: 0 0 10px 1px rgba(126,126,126,1);
}
.imgGastos + .tooltip.top > .tooltip-arrow {
      border: 0;
}
.divEAN{
    float: left;
    width: 20px;
}
.imgEAN {
    float: left;
    margin: 8px 0 0 5px;
    padding: 8px 0;
    width: 15px;
    background: url(../../images/icons/ico_info.png) no-repeat; 
}
.imgEAN:hover {
    background: url(../../images/icons/ico_inforojo.png) no-repeat; 
}
.divEAN .tooltip-inner {
    padding: 5px;
    margin: 0 0 -3px 155px;
    width: 165px;
    background-color: #f9f9f9;
    color: #333;
    font-size: 11px;
    text-align: left;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    box-shadow: 0 0 10px 1px rgba(126,126,126,1);
}
.imgEAN + .tooltip.top > .tooltip-arrow {
    border: 0;
}
/* --- Datepicker --- */
.customDatepicker {
    float: none;
    position: relative;
    width: 100%;
    height: 30px;
    margin-left: 0;
    padding-left: 5px;
    border: 1px solid #818181;
    background: #fff;
    color: #333333;
    font-size: 14px;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.42857143;
    vertical-align: middle;
    white-space: nowrap;
    cursor:pointer;
    user-select:none;
    background: url(../../images/icons/ico_calendar.gif) 150px center no-repeat;
}
/* ----- FIN FORMULARIO DATOS ----- */
/* ----- FORM FIC ----- */
.actividad .checkbox label {
    display: block;
    padding-left: 30px;
    font-size: 13px;
    font-family: 'OpenSans', sans-serif;
}
.actividad .checkbox label input {
    width: 17px;
    height: 17px;
    margin: 2px 0 0 -30px;
}
.checkimg {
    background: url(../../images/icons/ico_check.png) left center no-repeat;
}
.checkimg:checked {
    background: url(../../images/icons/ico_cheked.png) left center no-repeat;
}
.lbltextAr {
    margin: 15px 0 0 0;
    padding: 0;
    height: 30px;
}
.textAr {
    height: 65px!important;
}
.form_g_200 {
    width: 200px;
}
.noline {
    text-decoration: none;
    color: #414141;
}
.noline:hover {
    text-decoration:none;
    color: #dd0614;
    font-weight: bold;
}
.noline:focus {
    outline: 0;
    outline-offset: 0;
}
.noline:active {
    outline: 0;
    outline-offset: 0;
}
/* ----- FIN FORM FIC ----- */
/* ----- PRE APROBACION ----- */
.pre_aprobacion {
    width: 75%!important;
    margin: 32px 12%!important;
    text-align: center;
}
.pre_aprobacion .preatextDNI {
    font-size: 14px;
}
img.OK{
    display:block;
    margin:0 auto 30px;
}
.pre_aprobacion .preatextDNI p {
    text-align:left;
}
.pre_aprobacion .preatextDNI h4 {
    margin-bottom: 25px;
}
.pre_aprobacion .preatextDNI h5 {
    font-family: 'open_sanssemibold', sans-serif;
    font-size:14px;
}
.pre_aprobacion .preatextDNI h4 strong {
    font-family: 'open_sansbold', sans-serif;
}
.pre_aprobacion .preatextDNI span {
    color:#ec0000;
}
.pre_aprobacion .divbuttons {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pre_aprobacion .divbuttons .btn-cancelar {
    margin:25px 0;
}
/* ----- FIN PRE APROBACION ----- */
/* ----- ADJUNTAR DOCUMENTO ----- */
.lngp {
    color: #dd0614;
    font-size: 14px;
    font-family: 'open_sanssemibold', sans-serif;
    width: 100%;
    padding: 0;
    text-align: left;  
}
.incluyeDNI .divdni p.red {
    color:#eb0000;
    text-align:left;
    padding:0;
    font-size:12px;
    font-weight: 500;
}
/* ----- FIN ADJUNTAR DOCUMENTO ----- */
/* ----- MODALES ----- */
.divinsertarfotos {
    background: white;
}
.boxAIF{
    padding: 0 25px!important;
    margin: 0;
}
.boxAIF h4 {
    padding: 10px 0!important;
    margin: 0;
    color: #dd0614;
    font-weight: 600;
}
.boxAIF p {
    padding: 0 7px 5px 0!important;
    margin: 0;
    color: #333;
}
.divclausulaTD {
    height: 400px;
    overflow-y: scroll;
}
.nocolora {
    color: #333333;
    text-decoration: underline;
}
.nocolora:hover {
    color: #dd0614;
    text-decoration: none;
}
.nocolora:focus {
    outline: 0;
    outline-offset: 0;
}
.abutton {
    color: #fff;
    text-decoration: none;
}
.abutton:hover {
    color: #333;
    text-decoration: none;
}
.abutton:focus {
    outline: 0;
    outline-offset: 0;
}
.textredmodal {
    font-size: 21px;
    font-family: 'open_sansbold', sans-serif;
    color: #ec0000;
}
.modal-body p, .modal-body ul {
    font-size: 14px;
    padding-top: 5px;
}
.modal-body ul {
    margin-left: 50px;
}
.modal-body a {
    text-decoration: underline;
}
#contratosDoc .modal-body p {
    margin-left: 15px;
}
.modalol, .modalul, .modalolli, .modaltable, .modalthead, .modaltheadtr, .modaltheadtrth, .modaltd, .modalcontent-table {
    margin: 0;
    padding: 0;
    border: none;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-decoration: none;
    box-sizing: border-box;
}
.modalol {
    list-style: none;
}
.modalolli {
    list-style-type: decimal;
    font-family: 'OpenSans', sans-serif;
    padding-bottom: 10px;
    display: block;
}
.modalp4 {
    color: red;
}
.modalp3 {
    font-family: 'open_sansbold', sans-serif;
    display: inline-block;
}
.modalp2 {
    padding: 0;
    padding-bottom: 10px;
    color: #333333;
}
.modalcontent-table {
    overflow-x: scroll;
    width: 100%;
}
.modaltable {
    border: 1px solid #a3a3a3;
    border-collapse: collapse;
    font-family: "opensans", sans-serif;
    table-layout: auto;
    border-spacing: 0;
}
.modaltheadtrth {
    text-align: center;
    vertical-align: middle;
    color: white;
    background-color: #ec0000;
    font-family: 'open_sansbold', sans-serif;
    font-size: 16px;
    border: 1px solid #a3a3a3;
    padding: 10px;
}
.modaltbodytrtd {
    border: 1px solid #a3a3a3;
    padding: 10px;
}
.modalul {
    list-style: none;
}
.modalulli {
    color: red;
    list-style-type: disc;
    padding-left: 0;
}
.modallink {
    color: #333333;
    text-decoration: underline;
    font-family: "opensans", sans-serif;
    cursor: pointer;
}
.amodallink {
   font-family: 'open_sansbold', sans-serif;
}
.modallink:focus, .modallink:active, .modallink:hover, .modallink:visited {
    text-decoration: none;
}
#requisitos .modal-footer {
    border: 0;
}
/* ----- FIN MODALES ----- */
/* ----- LOGALTY ----- */
.spacelog {
    padding: 0;
    margin: 0 -15px -25px -20px;
}
.titleLog {
    width: 100%;
    height: 33px;
    padding: 4px 35px;
    margin: 0;
    background: #ec0000;
    color: #ffffff;
    text-align: left;
}
.titleLog img {
    padding: 0;
    margin: 0;
}
.bodyLog {
    margin: 0;
    padding: 5px 15px 0;
}
.bLiframe {
    margin: 0;
    padding: 0;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    height: 600px;
}
.bLiframe2 {
    margin: 0;
    padding: 0;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    height: 700px;
}
/* ----- FIN LOGALTY ----- */
/* ----- CARGADOR EVALUANDO ----- */
.spinner {
    margin: 75px auto 0;
    width: 70px;
    text-align: center;
}
.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #ec0000;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
    } 40% { 
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
.textcargador {
    text-align: center;
    width: 100%;
    padding: 14px 10px;
}
.textcargador h5{
    width: 280px;
    margin: 0 auto;
    line-height: 18px;
}
/* ----- FIN CARGADOR EVALUANDO ----- */
/* ----- FIN PROCESO ----- */
.divfin {
    text-align: center;
    font-size: 14px;
}
.divfin .divfintextDNI .divfin p {
    float: none;
    padding: 5px 40px;
    margin: 0;
}
/* ----- FIN FIN PROCESO ----- */
/* ----- ERRORES ----- */
.diverror {
    width: 50%!important;
    margin: 35px 25%!important;
    padding: 50px 35px 70px!important;
    text-align: center;
}
.error-text {
    font-size: 13px;
}
.error-text h4 {
    padding: 20px 0;
}
.error-text h6 {
    padding: 0 0 5px 0;
    font-weight: normal;
    margin: 0;
}
.error-text a {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    text-decoration: underline;
}
/* ----- FIN ERRORES ----- */
/* ----- FALDÓN COOKIES ----- */
.marco_infoCookies {
    display: block;
    position: fixed;
    bottom: 0px; 
    width: 100%;
    padding: 10px;  
    background-color: #dddddd; 
    color: #000000; 
    font-family: inherit;
    border-top: 4px solid #444444;
}
.infoCookies {
    background: #ffffff;
    padding: 25px 55px;  
}
.ico_infoCookies {
    width: 31px;
    height: 31px;
    background: url(../../images/icons/ico_infoCookies.png) left center no-repeat;
    float: left;
    margin: 0 10px 70px 0;
} 
.messageCookies {
    margin-top: -6px;
    display: block;
    color: #000000; 
} 
.messageCookies strong {
    font-size: 20px;
    font-weight: bold;
}
.messageCookies p {
    font-size: 13px;
}  
.messageCookies a {
    color: #000000; 
    text-decoration: underline;
    font-size: 13px;
}
/* ----- FIN FALDÓN COOKIES ----- */
/*  /////////////////////////////// MEDIA QUERY ///////////////////////////////  */
@media screen and (max-width: 991px) {
    aside {
        -ms-flex:1 1 100%;
        flex:1 1 100%;
    }
    .main {
        -ms-flex:1 1 100%;
        flex:1 1 100%;
    }
    .divpassi {
        border-left: 1px solid #dfdfdf;
    }
    .imgttone + .tooltip > .tooltip-inner {
        margin-left: 90px;
    }
    #videoCam {
        margin: 0 20%;
    }
    #dni {
        left: 22%;
        width: 320px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 889px) {
    .imgtttwo {
        left: 13px;
    }
    .imgttthree {
        left: 30px;
    }
    .imgttfour {
        left: 46px;
    }
    .imgttfive {
        right: 11px;
    }
    .textprocess {
        font-size: 12px;
    }
    .textsix {
        left: 37px;
    }
    .incluyeDNI .divdni.adjuntar_doc p.red {
        text-align:center;
    }
}
@media only screen and (min-width: 890px) and (max-width: 991px) {
    .imgtttwo {
        left: 17px;
    }
    .imgttthree {
        left: 36px;
    }
    .imgttfour {
        left: 55px;
    }
    .imgttfive {
        right: 14px;
    }
    .incluyeDNI .divdni.adjuntar_doc p.red {
        text-align:center;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .imgtttwo {
        left: 14px;
    }
    .imgttthree {
        left: 30px;
    }
    .imgttfour {
        left: 47px;
    }
    .imgttfive {
        right: 11px;
    }
    .textprocess {
        font-size: 12px;
    }
    .textsix {
        left: 37px;
    }
    .incluyeDNI .divdni.adjuntar_doc p.red {
        text-align:center;
    }
}
@media only screen and (min-width: 1101px) and (max-width: 1200px) {
    .imgtttwo {
        left: 17px;
    }
    .imgttthree {
        left: 36px;
    }
    .imgttfour {
        left: 54px;
    }
    .imgttfive {
        right: 13px;
    }
    .incluyeDNI .divdni.adjuntar_doc p.red {
        text-align:center;
    }
}
/* ----- FORMA de PAGO ----- */
.infoPago {
    display:block;
    float: left;
    margin: 0 0 3px 5px;
    width: 16px;
    height: 16px;
    background: url(../../images/icons/ico_info.png) no-repeat;
}
.infoPago.titular3 {
    margin-top:6px;
}

.infoPago:hover {
    background: url(../../images/icons/ico_inforojo.png) no-repeat;
}
/* ----- FIN FORMA de PAGO ----- */

/* ----- MODALES ----- */
#ayudainfoPago  .divpago .imgpago {
    float: left;
    width: 100px;
    text-align: center; 
    clear: both;              
}
#ayudainfoPago .divpago {
    background: #f5f5f5;
    margin: 10px 10px 0 10px;
    padding: 10px;
}
#ayudainfoPago .divpago .divmarco {
    background-image: url(../../images/marco_infoTL.png), url(../../images/marco_infoTR.png), url(../../images/marco_infoBR.png), url(../../images/marco_infoBL.png);
    background-position: left top, right top, right bottom, left bottom;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: contain, contain, contain, contain;
    padding: 40px 40px 30px 20px;
}
#ayudainfoPago .divpago .textpago p {
    color: #898989;   
    margin-left: 98px;
}
#ayudainfoPago .divpago .textpago p strong {
    color: #ec0000;   
}
/* ----- FIN MODALES ----- */

/* ----- LOGALTY ----- */

.scrl {
    width: calc(100% + 16px)!important;
}
.ifrColor {
    height: 800px;
}
#irAside a, #irAside a:hover{
    text-decoration: none;
    color: #333;
}
.linkirAside {
    background: url(../../images/icons/ico_irAside.png) no-repeat;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
.irAsidelink{
    background: url(../../images/icons/ico_irAsideV.png) no-repeat;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
.linkirAside:hover, .irAsidelink:hover {
    text-decoration: none;
    color: #333;
}
.pirAsi {
    margin: 0 0 0 30px;
    text-decoration: none;
}
.pirAsi:hover {
    text-decoration: none;
    color: #333;
}
/* ----- FIN LOGALTY ----- */
/*--- boton protectcio datos ----*/
    a#aceptarAcuerdoCheck {
       color: #e00000;
        background-color: #fff;
        border: 1px solid #e00000;
        border-radius: 20px;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 600;
        margin-top: -15px;
        text-decoration:none;
        display:inline-block;
        margin-bottom:10px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    a#aceptarAcuerdoCheck:hover {
        background-color: #900;
        color:#fff;     
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

/*--- boton protectcio datos ----*/
.caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-top: 4px solid \9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        display: none;
}


