.container-fluid {
  padding: 0px;
}

bkcf-e-select .dropdown .btn {
  border: 1px solid #cccccc !important;
  border-radius: 2px !important;
  padding: 6px 10px !important;
  font-family: "ycoSans-Regular" !important;
  height: 44px !important;
  font-size: 14px !important;
  color: #63656a !important;
  background-color: white !important;
  width: 100% !important;
  text-transform: none !important;
  text-align: left !important;
}

bkcf-e-select .dropdown .btn .caret {
  margin-left: 0 !important;
  float: right !important;
  margin-top: 6px !important;
}

bkcf-e-select .dropdown .dropdown-menu {
  width: 100% !important;
  border: 1px solid #808080 !important;
  border-radius: 2px !important;
  margin: -1px 0 0 !important;
  height: 120px !important;
  overflow: hidden !important;
}

bkcf-e-select .dropdown .dropdown-menu li {
  padding: 3px 12px !important;
  color: #63656a !important;
  font-family: "ycoSans-Regular" !important;
  line-height: 44px !important;
  height: 44px !important;
}

bkcf-e-select .dropdown .dropdown-menu li:focus,
bkcf-e-select .dropdown .dropdown-menu li:hover {
  color: #63656a !important;
  background-color: #efefef !important;
}

[class^="pictoDSL-"],
[class*=" pictoDSL-"] {
  font-family: 'yco_ico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: center;
}

.pictoDSL-32 {
  width: 32px;
  height: 32px;
  font-size: 32px;
}

.pictoDSL-arrow-right-16:before {
  content: "\E966";
  color: white;
}

.pictoDSL-arrow-left-16:before {
  content: "\E966";
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

[class^="pictoDSL-"]::before,
[class*=" pictoDSL-"]::before {
  display: block;
}

*,
::before,
::after {
  box-sizing: border-box;
}

.sin {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sin-right {
  padding-right: 0;
}

.sin-left {
  padding-left: 0;
}

.contenidoprincipal {
  height: calc(100vh - 200px);
  overflow-x: hidden;
  background-color: #fff;
  position: relative;
}

.alert-container>.swal2-container {
  position: absolute !important
}

@media screen and (max-width: 989px) {
  .contenidoprincipal{
    height: auto;
  }
  #contentLayer{
    position: absolute;
    width: 100%;
  }
}

.fondo {
  background-image: url(../img/fondo/img_ey_banner_50_lg.jpg);
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: right;
  height: calc(100vh - 164px);
  background-size: cover;
}

.fondo100 {
  background-image: url(../img/fondo/img_ey_banner_lg.jpg);
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: left;
  height: calc(100vh - 164px);
  background-size: cover;
}
.section-title {
  color: #63656a;
  font-family: 'ycoSans-Bold';
  font-size: 38px;
  line-height: 46px;
  margin-top: 70px;
  text-align: left;
  padding: 0 10px;
}

.tit-page {
  margin-top: 50px;
  width: 100%;
  line-height: 40px;
  color: #595a5d;
  padding: 0 10px;
}

.tit-page .paso1 {
  width: 20px;
  height: 40px;
}

.tit-page .paso2 {
  width: 20px;
  height: 40px;
  margin-left: 10px;
}

.tit-page .paso3 {
  width: 20px;
  height: 40px;
  margin-left: 10px;
}

.tit-page .paso-txt {
  font-family: 'ycoSans-Bold';
  font-size: 20px;
  border-bottom: 1px solid #1db6b1;
  margin-top: -1px;
}

.tit-page .paso-vacio {
  border-bottom: 1px solid #efefef;
  margin-top: 0;
  width: 15px;
  height: 40px;
  margin-left: 10px;
}

.intro-page {
  font-family: 'ycoSans-Regular';
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #63656a;
  padding: 0 10px;
  text-align: left;
  float: left;
}

.botones-page {
  float: left;
  clear: both;
  line-height: 40px;
  margin-top: 30px;
  width: 100%;
}

.botones-page button {
  padding: 0;
  font-family: 'ycoSans-Bold';
  text-transform: uppercase;
  font-size: 12px;
  height: 44px;
  border: 1px solid #1db6b1;
  border-radius: 2px;
  color: #1db6b1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.botones-page .btn-cancelar {
  background-color: white;
  width: 100%;
}

.botones-page .btn-siguiente {
  background-color: #1db6b1;
  color: white;
  width: 100%;
}

.form-group {
  margin-bottom: 21px;
}

.form-group label {
  font-family: 'ycoSans-Bold';
  font-size: 13px;
  color: #63656a;
}

.form-group .form-control {
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 6px 10px;
}

.form-group .form-control:focus {
  border: 1px solid #808080;
}

.form-group input {
  font-family: 'ycoSans-Regular';
  height: 44px;
  font-size: 14px;
  color: #63656a;
  border-radius: inherit;
}

.form-group select {
  font-family: 'ycoSans-Regular';
  height: 44px;
  font-size: 14px;
  color: #63656a;
  border-radius: inherit;
}

.form-group ::-webkit-input-placeholder {
  font-family: 'ycoSans-Regular';
  font-size: 14px;
  color: #a0a0a0;
}

.form-group ::-moz-placeholder {
  font-family: 'ycoSans-Regular';
  font-size: 14px;
  color: #a0a0a0;
}

.form-group :-ms-input-placeholder {
  font-family: 'ycoSans-Regular';
  font-size: 14px;
  color: #a0a0a0;
}

.form-group :-moz-placeholder {
  font-family: 'ycoSans-Regular';
  font-size: 14px;
  color: #a0a0a0;
}

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
}

@media screen and (max-width: 989px) {
  .section-title {
    margin-top: 120px;
    color: white;
  }
  .intro-page {
    margin-top: 35px;
  }
}

/*SM*/
@media screen and (min-width: 768px) and (max-width: 989px) {
  .fondo {
    height: 110px;
    background-image: url(../img/fondo/img_ey_banner2_sm.jpg);
    background-position: top;
    position:absolute;
    top:110px;
    width:100%;
    z-index:1;
  }
  .fondo100 {
    background-image: url(../img/fondo/img_ey_banner_sm.jpg);
    height: calc(100vh - 145px);
  }
  .nav{
    z-index: 2;
    position:absolute;
    top:-90px;
    left:0;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tit-page {
    margin-top: 165px;
    margin-left: 24px;
    padding: 0;
    color: white;
  }
  .tit-page .paso2 {
    margin-left: 15px;
  }
  .tit-page .paso3 {
    margin-left: 15px;
  }
  .form-page {
    margin-top: 35px;
  }
  .botones-page {
    margin-bottom: 40px;
  }
}

/*XS*/
@media screen and (max-width: 767px) {
  .contenidoprincipal{
    height: auto;
  }
  .fondo {
    height: 120px;
    background-image: url(../img/fondo/img_ey_banner2_xs.jpg);
    background-position-x: 50%;
    position:absolute;
    top:60px;
    width:100%;
    z-index:1;
  }
  .fondo100 {
    background-image: url(../img/fondo/img_ey_banner_xs.jpg);
    height: calc(100vh - 95px);
  }
  .nav{
    z-index: 2;
    position:absolute;
    top:-90px;
    left:0;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }


  .section-title {
    font-size: 25px;
    margin-top: 60px;
  }
  .intro-page {
    margin-bottom: 20px;
  }
  .sin {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .tit-page {
    margin-top: 69px;
    margin-left: 20px;
    padding: 0;
  }
  .tit-page .paso-txt {
    font-size: 13px;
    line-height: 20px;
    color: white;
  }
  .tit-page .paso2 {
    margin-left: 5px;
  }
  .tit-page .paso3 {
    margin-left: 5px;
  }
  .col-xs-9 {
    width: 60%;
  }
  .botones-page {
    margin-bottom: 25px;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*XXS*/
@media screen and (max-width: 478px) {
  .intro-page {
    margin-top: 20px;
  }
  .form-group label {
    font-size: 12px;
  }
}

.ng-invalid.ng-touched {
  border-color: #db2a21;
}

.bk-nbol-input .sim-euro {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  color: #595a5d;
  float: right;
  top: -29px;
  margin-right: 10px;
}

.bk-nbol-input input {
  padding-right: 20px;
}

.bk-nbol-input .tool-tip .error-flag {
  background-color: #db2a21;
  border-radius: 50%;
  color: white;
  float: right;
  font-size: 11px;
  font-weight: bold;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: -27px;
  width: 16px;
}

.bk-nbol-input .tool-tip .triangle {
  border-color: transparent transparent #db2a21 transparent;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  float: right;
  height: 0;
  position: relative;
  right: -15px;
  top: -7px;
  width: 0;
}

.bk-nbol-input .tool-tip .zone-text {
  background-color: #db2a21;
  color: #ffffff;
  font-size: 9px;
  height: 28px;
  padding: 8px 12px;
  text-align: left;
  position: absolute;
  width: calc(100% - 19px);
}

.checkbox {
  text-align: left;
  display: inline-block;
  margin-top: inherit;
  top: -15px;
}


.checkbox label.checkbox-warapper {
  padding-left: 0;
  position: relative;
}

.checkbox label.checkbox-warapper:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox label.checkbox-warapper .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 2px;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.checkbox label.checkbox-warapper .cr.cr-icon-check:after {
  content: '';
  display: block;
  width: 7px;
  height: 13px;
  border: solid #595a5d;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
  top: 2px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox label.checkbox-warapper input[type="checkbox"] {
  display: none;
}

.checkbox.politica {
  top: 5px;
}

.contato-politica {
  display: inline-block;
  font-family: 'ycoSans-Regular';
  font-size: 13px;
  line-height: 22px;
  position: relative;
  width: 350px;
  text-align: left;
}

.contato-politica a {
  font-family: 'ycoSans-Regular';
  font-size: 13px;
  line-height: 22px;
  text-decoration: underline;
  color: #63656a;
}

@media screen and (max-width: 767px) {
  .botones-page {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 478px) {
  .contato-politica {
    width: 220px;
  }
  .checkbox {
    top: -15px;
  }
  .botones-page {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .checkbox.politica {
    top: 9px;
  }
}

.dropdown ul {
  display: inline-block;
}

.dropdown {
  position: relative;
}

.dropdown .btn {
  display: inline-block;
  margin-bottom: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  padding: 16px 24px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-width: 185px;
  text-align: center;
  vertical-align: middle;
  outline: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 48px;
  background-color: gray;
  color: black;
}

.dropdown .btn .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 185px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: none;
}

.dropdown .dropdown-menu li {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown .dropdown-menu li:focus,
.dropdown .dropdown-menu li:hover {
  color: #333;
  text-decoration: none;
  background-color: green;
}

.dropdown .ss-scroll {
  position: absolute;
  background: rgba(97, 112, 119, 0.35);
  width: 0.375rem;
  border-radius: 6.25rem;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  right: 0.625rem;
}

ul.nav{
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

.nav li{
  display: inline;
  margin-right: 6px;
}
.nav li:last-child{
  margin-right: 0;
}

.nav .section{
  display:none;
}

.nav .section.current{
  display:inline-block !important;
  width:65%;
  border-bottom: 1px solid #1db6b1;
  width: calc(100% - 140px);
  color: #1db6b1;
  line-height: 41px;
  padding-left: 10px;
  font-family: "ycoSans-Bold";
  box-sizing: border-box;
  font-size: 18px;
}

label{display:block;}

/*SM*/
@media screen and (max-width: 989px) {
  .nav .section.current{
    color: #10e5d5;
    border-bottom: 1px solid #10e5d5;
  }
}
