@charset "utf-8";
/* CSS Document */
body {
  font-size: 15px;
	background-color: #EFEFEF;
}
.mt-80 {
  margin-top: 80px;
}
.m0auto {
  margin: 0 auto;
}
label {
  color: #4C4C4C;
}
.btn {
  padding: 5px 20px;
  min-width: 100px;
}
.posc-ico {
  z-index: 1;
  position: relative;
  top: -8px;
  left: -15px;
}
.color-greymedium {
  color: #4C4C4C;
}
.color-green {
  color: #00afaa;
}
.bg-lightgreen {
  background-color: #E1F8F6 !important;
}
.bg-dark-green {
  background-color: #009690 !important;
}
.bg-lightgray {
  background-color: #F6F6F6 !important;
}
/**/
.btn-large {
  padding: 6px 30px;
}
.btn-green {
  background-color: #00A599;
  color: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}
.btn-green:hover {
  background-color: #008379;
  color: #ffffff;
}
.btn-outline-green {
  border: 1px solid #00a599;
  color: #00a599;
  border-radius: 30px;
}
.btn-outline-green:hover {
  background-color: #00A599;
  color: #ffffff;
}
.btn-outline-lightgrey {
  border: 1px solid #b3b3b3;
  color: #00afaa;
  border-radius: 30px;
}
.btn-outline-lightgrey:hover {
  background-color: #F4F4F4;
  color: #00afaa;
}
.btn-outline-white {
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 30px;
}
.btn-outline-white:hover {
  background-color: #ffffff;
  color: #00A599;
}
.alink {
  color: #00afaa;
}
/*Progress bar - top*/
.pb-green {
  background-color: #A8A8A8;
}
.progressbar {
  counter-reset: step;
}
.progressbar li {
  list-style-type: none;
  width: 33.3%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #545454;
}
.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 27px;
  border: 1px solid #A8A8A8;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}
.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #A8A8A8;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: #00a599;
}
.progressbar li.active:before {
  border-color: #00a599;
  background-color: #00a599;
  color: #fff;
}
.progressbar li.active + li:after {
  background-color: #A8A8A8;
}
.progressbar li.active + li.active:after {
  background-color: #00a599;
} /**/
/*.steps-int{
text-align:center;
}*/
.steps-int .step {
  height: 10px;
  width: 32.3%;
  margin: 0 0px;
  background-color: #bfbfbf;
  border: none;
  /* border-radius: 50%; */
  display: inline-block;
  opacity: 0.5;
}
.steps-int .step.active {
  opacity: 1;
  background-color: #00a599;
}
/* Mark the steps that are finished and valid: */
.steps-int .step.finish {
  background-color: #00a599;
  opacity: 1;
}
/**/
.header-ppal {
  padding-top: 5px;
  padding-bottom: 5px;
  width: auto;
  height: 50px;
}
.logo-desktop {
  width: 98.44px;
  height: 28.43px;
}
.bloque-contenedor-steps {
  width: 100%;
  border-radius: 12px;
}
.header-deselect {
  background-color: #F6F6F6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  color: #4C4C4C;
}
.header-deselect small {
  font-size: 12px;
  color: #707070;
}
.header-deselect p {
  font-size: 18px;
}
.header-deselect .n-exe {
  font-size: 28px;
}
.header-deselect.sticky {
  background-color: #F6F6F6;
  position: -webkit-sticky;
  position: sticky !important;
  left: 0;
  right: 0;
  top: 50px;
  margin-top: 0 !important;
  -webkit-box-shadow: 0px 3px 3px -1px rgba(173, 173, 173, 1);
  -moz-box-shadow: 0px 3px 3px -1px rgba(173, 173, 173, 1);
  box-shadow: 0px 3px 3px -1px rgba(173, 173, 173, 1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1000;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.header-deselect .label-form {
  font-size: 15px;
  color: #707070;
}
.div-choose {
  padding: 15px;
  border-radius: 15px;
  margin: 15px 5px;
  height: 130px;
  cursor: pointer;
}
.title-section-h3 {
  color: #00afaa;
  margin: 15px 0;
  font-size: 18px;
  text-align: center;
}
.div-choose img {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.div-choose label {
  background-color: rgba(32, 203, 200, 0.2);
  color: #00afaa;
  display: block;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 18px;
  font-weight: 600;
}
.form-datos-paso1{
	margin:30px 0 10px;
}
.header-beneficios .title-section-h3 {
  text-align: left;
}
.header-beneficios {
  margin: 0 10px;
}
.header-beneficios p {
  color: #313131;
  font-size: 13px;
}
.header-beneficios .linea {
  display: block;
  width: 25%;
  height: 4px;
  margin: -11px 0 10px 0;
  background-color: #ffcc00;
}
.header-alert .linea {
  display: block;
  width: 25%;
  height: 4px;
  margin: 5px 0 10px 100px;
  background-color: #ffcc00;
}
.card-indiv {
  padding: 14px;
  margin: 10px 7px;
  border-radius: 10px;
  background-color: #fff;
  border-left: 4px solid #00afaa;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.card-indiv .linea {
  display: block;
  width: 12%;
  height: 4px;
  margin: -5px 0 5px 0;
  background-color: #00afaa;
}
.card-indiv .font-title {
  font-size: 17px;
  color: #4C4C4C;
  text-transform: uppercase;
}
.card-indiv p {
  font-size: 11px;
  color: #8A8A8A;
  margin: 5px 0 0;
}
.card-indiv p a {
  text-align: center;
  display: block;
  padding: 5px;
  color: #00afaa;
}
.card-indiv p a:hover {
  color: #00afaa;
}
.card-indiv .arrow-right {
  float: right;
}
.card-indiv .arrow-right img {
  margin: 0;
  display: inline-block;
}
/*FORM PASO1*/
.label-form {
  font-size: 16px;
  color: #00afaa;
}
.img-btn {
  width: 10px;
  margin: 0 0px 0 6px;
}
.img-btn-dw {
  width: 15px;
  margin: 0 0px 0 6px;
}
.card-benef-modal .card-indiv {
  width: 47%;
  float: left;
  min-height: 145px;
}
.footer-botones {
  background-color: #F6F6F6;
  text-align: center;
  border: none;
}
.footer-botones a {
  font-size: 13px;
}
.footer-botones h4 {
  color: #313131;
  font-size: 16px;
}
/*paso2*/
.check-motivo {
  cursor: pointer;
  border-radius: 10px !important;
  border: 1px solid #d2d1d1;
  width: 30%;
  float: left;
  margin: 0 5px 5px 5px !important;
	padding: 5px 10px;
  height: 70px;
  overflow: hidden;
}
.check-motivo.active {
  background-color: rgba(0, 165, 153, 0.08);
  color: #00a599;
}
.check-motivo input[type='radio'] {
  display: none;
}
.check-motivo label {
  color: #666;
  font-weight: normal;
  cursor: pointer;
  margin: -2px 0 0 0;
  font-size: 11px;
  line-height: 18px;
  text-align: left;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.check-motivo label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 1px solid #d2d1d1;
  background-color: transparent;
}
.check-motivo input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 12px;
  left: 14px;
  content: " ";
  display: block;
  background: #00A599;
}
.check-motivo .btn.focus, .check-motivo .btn:focus {
  outline: 0;
  box-shadow: none !important;
}
div#tab-check {
  display: inline-block;
  position: relative;
}
/*modal alert*/
.img-alert {
      width: 33%;
    max-width: 100px;
}
.form-alert label {}
.submotivo .check-motivo {
  position: relative;
}
.header-alert .titulo {
  font-size: 18px;
  color: #00A599;	
}
.header-alert .subtitulo {
  font-size: 14px;
}
.modal-aler .modal-title {
  font-size: 18px;
  margin: 10px 0;
  line-height: 22px;
}
.arrow-down {
  width: 10%;
  margin: 20px 0 0;
}
.div-clicktocall {
  position: fixed;
  z-index: 99;
  left: 0;
  bottom: 20px;
}
.sup-cont-beneficios {
  position: fixed;
  z-index: 99;
  top: 59px;
  right: 0;
  height: 800px;
}
.cont-beneficios .slick-slider {
  width: 87%;
}
button.close {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 99;
}
@media (max-width: 667px) and (orientation: landscape) {
  /*benef*/
  .sup-cont-beneficios {
    position: relative;
    top: 0;
  }
}
/*MEDIA 480*/
@media (max-width: 480px) {
  .btn {
    padding: 5px 7px;
    min-width: 100px;
    font-size: 14px;
  }
  label {
    font-size: 14px;
  }
  #nav-pagos li a {
    font-size: 12px;
    padding: 5px;
  }
	
	.header-ppal .btn-sv{
		font-size: 11px;
	}
  .titulo-bc {
    font-size: 25px;
  }
  .header-deselect small {
    font-size: 11px;
  }
  .btn-large {
    padding: 6px 20px;
  }
  /*benef*/
  .sup-cont-beneficios {
    position: relative;
    top: 0;
  }
  .progressbar {
    margin-bottom: 0;
  }
  .progressbar li {
    width: 63px;
  }
  .text-progress {
    display: none;
  }
  .header-deselect p {
    font-size: 15px;
  }
  .header-deselect .label-form {
    font-size: 13px;
    margin-top: 10px;
  }
  .div-choose {
    padding: 20px 0px;
    margin: 15px 5px;
    height: 112px;
    max-width: 45%;
  }
  .cont-beneficios .slick-slider {
    margin: 0 auto;
  }
  .check-motivo {
    width: 46%;
    padding: 6px;
  }
  .check-motivo label {
    margin: -5px 0 0 0;
  }
  .check-motivo input[type=radio]:checked + label:after {
    top: 10px;
    left: 10px;
  }
  .card-benef-modal .card-indiv {
    width: 95%;
  }
  .header-alert .linea {
    width: 40%;
  }
}

/*MEDIA 3280*/
@media (max-width: 320px) {
.check-motivo {
    width: 45%;
	}
	}