@font-face {
  font-family: 'Museo';
  src: url("../fonts/MuseoSans-300.otf"),
  url("../fonts/MuseoSans_500.otf"),
  url("../fonts/MuseoSans_700.otf"),
  url("../fonts/MuseoSans_900.otf");
}
img, object, embed, video {
	/*max-width: 100%;*/
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width: 100%;
	border: none
}

/* ---------- Start General CSS ---------- */
*{
	padding: 0;
	margin: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
a {
	cursor: pointer !important;
	outline: none !important;
	border: none;
	color: inherit;
  color: #ec8224 !important;
  text-decoration: none !important;
}
img {
	border: none;
}
html, body {
}
body {
  font-family: Museo !important;
	color: #1F1F1F;
  background-image: url(../images/bg-blue.png) !important;
  background-color: #0471B2 !important;
  background-position: 0 0;
  font-size: calc(1em + 1vw);
  line-height: 1em;
}
.clear {
	clear: both;
}

/**/
.btn {
  border-radius: 60px !important;
}
.btn-primary {
  background-color: #EC8224 !important;
  border-color: #EC8224 !important;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  box-shadow: 0 0 0 0.25rem #ec822450 !important;
}
.btn-primary:hover{
  background-color: #DA7821 !important;
}
.btn-light {
  color: #ec8224 !important;
  font-weight: 600 !important;
}
.btn-light img{
  margin: -2px 4px 0 0;
}
.btn-light:hover{
  background-color: #EEEFF0 !important;
}
.form-check-input:checked {
  background-color: #ec8224 !important;
  border-color: #ec8224 !important;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem #ec822425 !important;
}
.form-control{
  /*font-size: 18px !important;*/
}
.form-select{
  /*font-size: 18px !important;*/
}
.form-label{
  font-weight: 500;
}
/**/

/* ======================================== */
/* START HEADER */
/* ==================== */
header {
  padding: 12px 0;
  margin: 0;
  min-height: 60px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}
.logoGestionalo{
  /*width: 100px;*/
  height: 70px;
  /*width: 130px;
  height: 92px;*/
}
.logoOsiptel{
  width: 140px;
  height: 32px;
  margin: 19px 0 0 0;
  float: right;
}
/* ==================== */
/* END HEADER */
/* ======================================== */



/* ======================================== */
/* START LOGIN */
/* ==================== */
/* start switch */
.wrapSwitch{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 34px;
}
.switch-rb{
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 1em;
  position: absolute;
  top: 0;
  right: 6%;
}
.switch-rb h6{
  padding: 0;
  color: #fff;
  margin: 0 4px 0 0;
  /*font-size: 18px !important;*/
  /*line-height: 34px !important;*/
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* end switch */
.wrapLogin{
  width: 88% !important;
  margin-left: 6%;
  margin-right: 6%;
  background-image: none !important;
  padding: 0 !important;
}
.wrapLogin .imgLogin{
  background-image: url(../images/bg-login.png) !important;
  background-size: cover;
  height: 610px;
  display: none;
}
.wrapLogin .formLogin{
  text-align: center;
  height: 610px;
  position: relative;
}
.wrapLogin .formLogin h1{
  color: #EC8224;
  /*font-size: 40px;*/
  font-weight: 700;
  /*line-height: 52px;*/
  /*margin: 32px 0 8px 0;*/
}
.wrapLogin .formLogin h5{
  /*margin: 0 0 40px 0;*/
}
.wrapLogin .formLogin .avt{
  color: #575757;
  text-decoration: none;
  /*font-size: 15px !important;*/
  font-weight: 600;
  /*line-height: 24px;*/
  display: inline-block;
  margin: 0 0 0 -60px;
  position: absolute;
  left: 50%;
  bottom: 40px;
}
.wrapLogin .formLogin .avt img{
  margin: -1px 4px 0 0;
}
.wrapLogin .formLogin .link-secondary{
  /*font-size: 15px !important;*/
  text-decoration: none !important;
  color: #6c757d !important;
}
/* ==================== */
/* END LOGIN */
/* ======================================== */



/* ======================================== */
/* START CONTENT */
/* ==================== */
.wrapper{
  background-image: url(../images/bg-white.png);
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  display: inline-block;
  width: 100%;
  padding: 0 2%;
}
.user{
  color: #fff;
  text-align: center;
  /*line-height: 40px;*/
  /*font-size: 20px;*/
}
.user span {
  font-weight: 700;
}
.home p {
  /*font-size: 18px;*/
  text-align: center;
  /*line-height: 28px;*/
  margin: 0 0 80px 0;
  position: relative;
}
.home .arrow{
  transform: rotate(90deg);
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 4px 0 0 -20px;
}
.btnAdd {
  padding: 16px 24px !important;
  width: 100%;
}
.btnAdd i {
  margin: 0 4px 0 0;
}
.consider h5{
  border-bottom: 1px solid #ccc;
  padding: 0 0 12px 0;
  font-weight: 600;
}
.consider .ulConsider{
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.consider .ulConsider .liConsider{
  list-style: none;
  display: inline-block;
  margin: 0;
  width: 100%;
  /*line-height: 24px;*/
  padding: 0 0 0 40px;
  /*font-size: 18px;*/
}
.consider .ulConsider .liConsider span{
  background-color: #EC8323;
  color: #fff;
  font-weight: 600;
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 16px;
  line-height: 32px;
  /*font-size: 18px;*/
  text-align: center;
  margin: 0 8px 0 -40px
}
/**/
.list-header{
  display: none;
}
.list-group .list-register {
  background-color: #f5f5f5;
  padding: 20px 0 22px 0;
  border-radius: 30px;
  position: relative;
  /*font-size: 18px;*/
  /*line-height: 28px;*/
  cursor: pointer;
}
.list-group .list-register:hover {
  background-color: #ddd !important;
}
.list-group .list-register:nth-child(odd) {
  background-color: #fff;
}
.list-group .list-register img {
  width: 48px;
}
.list-register .iconQualification{
  width: 40px !important;
  margin: 4px 0 0 24px;
}
.list-group .list-register .form-label {
  margin-right: 4px;
}
.list-register i {
  color: #ec8224;
  /*font-size: 24px;*/
  position: absolute;
  top: 32px;
  right: 24px;
  width: auto;
  padding: 0;
}
.list-pagination{
  border-top: 1px solid #ddd;
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
}
.page-item {
    margin: 0 8px 0 0;
}
.page-item:last-child {
    margin: 0;
}
.page-link {
  border-radius: 40px !important;
  padding: initial !important;
  width: 32px;
  height: 32px;
  text-align: center;
  /*line-height: 32px;*/
  font-weight: 600;
	color: #a3a3a3 !important;
}
.page-item.active .page-link {
  color: #fff !important;
  background-color: #0471B2 !important;
  border-color: #0471B2 !important;
}
/**/
/* START STEP 1 */
.titleContent {
  color: #0471B2;
  font-weight: 700;
  /*font-size: 24px;*/
  /*line-height: 34px;*/
  margin: 0;
}
h5 {
  font-weight: 600 !important;
}
.ulStep{
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.ulStep .liStep{
  list-style: none;
  width: 32px;
  background-color: #a3a3a3;
  border-radius: 40px;
  text-align: center;
  line-height: 32px;
  float: left;
  clear: right;
  margin: 0 12px 0 0;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  /*font-size: 20px;*/
  position: relative;
}
.ulStep .liStep::after{
  content: '';
  position: absolute;
  width: 12px;
  height: 4px;
  background-color: #a3a3a3;
  top: 50%;
  right: 100%;
  margin: -2px 0 0 0;
}
.ulStep .liStep:first-child::after{
  display: none !important;
}
.stepCurrent{
  background-color: #ec8224 !important;
}
.stepCurrent::after{
  background-color: #ec8224 !important;
}
/* END STEP 1*/
/* START STEP 2*/
.bgGray{
  border-radius: 30px;
  background-color: #f5f5f5;
  padding-top: 20px;
  /*font-size: 18px;*/
  /*line-height: 28px;*/
  padding-bottom: 20px;
}
.bgGray .col-12 {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
.bgGray .col-12:last-child {
	border: none;
}
.bgGray .form-label {
  display: block;
  font-weight: 700;
}
.lbl-field2 {
  font-weight: 700;
  margin: 0 !important;
  padding: 0;
  display: block;
}
.lineForm {
  display: none;
}
.wf1 {
}
.wf1 h6, .wf2 h6 {
  /*font-size: 18px;*/
  /*line-height: 28px;*/
}
.wf1 h6 img, .wf2 h6 img {
    margin: -4px 0 0 0;
}
.wf2 {
  margin-left: 24px;
  position: relative;
}
.wf2::after {
  content: '';
  position: absolute;
  top: 8px;
  left: -24px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #ec8224;
}
.wf3 {
  margin-left: 40px;
  position: relative;
}
.wf3 i {
  color: #EC8224;
  position: absolute;
  top: 2px;
  /*font-size: 24px;*/
  left: -40px;
}
.wrapTooltip-rb {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -2px;
}
/* Mostrando los tooltips*/
.wrapTooltip-rb:hover .tooltip-rb {
	display: block;
}
/* Tooltip CSS 2.1 */
.tooltip-rb:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ec8224;
  bottom: -9px;
  content: "";
  height: 0;
  left: 21px;
  margin-left: 0;
  position: absolute;
  width: 0;
}
.tooltip-rb {
  background-color: #ec8224;
  border-radius: 12px;
  color: #FFFFFF;
  display: none;
  left: 50%;
  padding: 12px 20px;
  position: absolute;
  bottom: 40px;
  text-align: left;
  /*line-height: 24px;*/
  width: 210px;
  height: 96px;
  margin: 0 0 0 -30px;
}
.textHelp{
  /*font-size: 16px;*/
  /*line-height: 24px;*/
  opacity: .8;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 0 4%;
}
/* Start Upload File */
.wrap-fu-rb {
	position: relative;
  min-height: 74px;
}
.container-fu-rb {
  position: absolute;
  top: 34px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 12px;
}
.form-fu-rb {
  position: relative;
  width: 100%;
  height: 40px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: #fff;
}
.form-fu-rb:active {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.file-upload-wrapper {
	position: relative;
	width: 100%;
	height: 60px;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 11px;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 40px;
  /*line-height: 40px;*/
  color: #000000;
  font-weight: 400;
  opacity: .7;
}
 .file-upload-wrapper:before {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  height: 28px;
  z-index: 25;
  pointer-events: none;
  width: 28px;
  background-image: url(../images/icon-attach.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.file-upload-wrapper:hover:before {

}
.file-upload-wrapper input {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	height: 40px;
  margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
	width: 100%;
}
/* End Upeload File */
/* END STEP 2*/


/* START DETAIL */
.alert-rb{
  color: #ec8224;
  font-weight: 600;
  padding: 12px 24px;
  border: 2px solid #ec8224;
  border-radius: 100px;
  text-align: center;
  /*line-height: 26px;*/
  display: inline-block;
  /*font-size: 18px;*/
  width: 240px;
  position: relative;
  left: 50%;
  margin: 0 0 0 -120px;
}
/* END DETAIL */

/* START QUALIFICATION */
.liQuali.col-3 {
  flex: 0 0 auto;
  width: 20%;
  display: inline-block;
  float: left;
  clear: right;
}
.optionQuali {
  border-radius: 8px;
  height: 108px;
  padding: 12px 0;
  cursor: pointer;
}
.optionQuali:hover {
  background-color: #ec822412;
}
.optionQuali .iconQuali {
  width: 52px;
  height: 52px;
  margin: 0 auto;
  background-position: center center;
  background-size: contain;
}
/*
.liQuali:nth-child(1) .optionQuali .iconQuali {
  background-image: url(../images/icon-very-dissatisfied-orange.png);
}
.liQuali:nth-child(2) .optionQuali .iconQuali {
  background-image: url(../images/icon-dissatisfied-orange.png);
}
.liQuali:nth-child(3) .optionQuali .iconQuali {
  background-image: url(../images/icon-neutral-orange.png);
}
.liQuali:nth-child(4) .optionQuali .iconQuali {
  background-image: url(../images/icon-satisfied-orange.png);
}
.liQuali:nth-child(5) .optionQuali .iconQuali {
  background-image: url(../images/icon-very-satisfied-orange.png);
}*/
.optionQuali span {
  /*font-size: 11px;*/
  text-align: center;
  display: inline-block;
  width: 100%;
  vertical-align: text-top;
  font-weight: 600;
}
.selectQuali{
  background-color: #ec8224;
  color: #fff;
}
.liQuali:nth-child(1) .selectQuali .iconQuali {
  background-image: url(../images/icon-very-dissatisfied-white.png);
}
.liQuali:nth-child(2) .selectQuali .iconQuali {
  background-image: url(../images/icon-dissatisfied-white.png);
}
.liQuali:nth-child(3) .selectQuali .iconQuali {
  background-image: url(../images/icon-neutral-white.png);
}
.liQuali:nth-child(4) .selectQuali .iconQuali {
  background-image: url(../images/icon-satisfied-white.png);
}
.liQuali:nth-child(5) .selectQuali .iconQuali {
  background-image: url(../images/icon-very-satisfied-white.png);
}
.thanksQualif {
  color: #ec8224;
  font-weight: 600;
  text-align: center;
}
.alert-rb-2 {
  background-color: #ec8224;
  color: #fff;
  padding: 12px 20px;
  margin: 0;
  border-radius: 12px;
}
.alert-rb-2 a{
  color: #fff !important;
}
/* END QUALIFIACTION */
/* START PROFILE */
.field-icon{
  position: absolute;
  top: 57px;
  right: 12px;
  /*font-size: 16px;*/
  opacity: .8;
}
/* END PROFILE*/

/* ==================== */
/* END CONTENT */
/* ======================================== */

/* ======================================== */
/* START FOOTER */
/* ==================== */
footer {

}
footer .ulMenu{
  display: inline-block;
  padding: 0;
  margin: 0 20%;
  width: 60%;
}
footer .ulMenu .liMenu{
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #ffffff80;
}
footer .ulMenu .liMenu a{
  color: #fff !important;
  line-height: 56px;
  /*font-size: 18px;*/
  width: 100%;
  display: inline-block;
  border-radius: 8px;
  opacity: .9;
}
footer .ulMenu .liMenu a:hover{
  opacity: 1;
}
.selectMenu{
  font-weight: 700 !important;
  opacity: 1 !important;
}
footer .ulMenu .liMenu a:hover{
  color: #fff !important;
  background-color: #ffffff12;
}
footer .ulMenu .liMenu:last-child{
  border: none !important;
}
footer .ulSocial{
  background-color: #01B6ED92;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 32px 0;
  margin: 0;
}
footer .ulSocial .liSocial{
  list-style: none;
  display: inline-block;
  margin: 0 4px;
}
footer .ulSocial .liSocial a{
  display: block;
  cursor: pointer;
}
/* ==================== */
/* END FOOTER */
/* ======================================== */


@media only screen and (min-width: 481px) {

}
@media only screen and (min-width: 820px) {
  body{
    background-color: #fff !important;
    background-image: none !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  div#bodyLogin{
    background-image: url(../images/bg-blue.png) !important;
    background-color: #0471B2 !important;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .noMenu{
    margin-left: 0 !important;
    width: 100% !important;
  }
  header{
    margin-left: 300px;
    width: calc(100% - 300px);
    border-bottom: 12px solid #0471B2;
  }
  .user{
    width: 300px !important;
    position: fixed;
    left: 0;
    z-index: 1;
    top: 78px;
  }
  .user span{
    display: block;
    line-height: 30px;
  }
  .wrapLogin{
    width: 72% !important;
    margin-left: 14% !important;
    margin-right: 14%;
    background-image: none !important;
    background-color: #fff;
  }
  .wrapLogin .imgLogin{
    display: block;
  }
  .wrapLogin .formLogin{
    background-color: #fff;
  }
  .wrapper{
    margin-left: 300px;
    width: calc(100% - 300px);
    background-image: url(../images/bg-white.png) !important;
    background-color: transparent;
  }
  .list-header{
    padding: 16px 60px 16px 0;
    border-radius: 50px;
    background: #EC8224;
    color: #fff;
    display: block;
  }
  .list-group .list-register{
    padding: 16px 50px 16px 0;
    border-radius: 50px;
  }
  .list-group .list-register .form-label {
    display: none;
  }
  .list-register i {
    top: 28px;
  }
  .bgGray{
    padding-top: 20px;
    padding-bottom: 20pxx;
  }
  .bgGray .col-12 {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    border-right: 1px solid #ccc;
  }
  .lineForm {
    border-left: 1px solid #ddd;
    display: block;
  }
  .textHelp{
    text-align: left;
    padding: 0;
  }
  .pAbonado{
    margin-top: 180px;
    text-align: center;
  }
  .alert-rb{
    position: relative;
    width: 100%;
    margin: 0;
    left: 0;
    padding: 9px 24px;
  }
  .optionQuali {
    border-radius: 12px;
    height: 148px;
    padding: 24px 0;
  }
  .optionQuali .iconQuali {
    width: 72px;
    height: 72px;
    margin: 0 auto 4px auto;
  }
  .optionQuali span {
    /*font-size: 16px;*/
  }
  footer{
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    padding: 240px 0 0 0;
    background-image: url(../images/bg-blue.png) !important;
    background-color: #0471B2 !important;
  }
  footer.noMenu{
    position: relative;
    padding: 0;
    height: auto;
  }
  footer .ulMenu {
    margin: 0 10%;
    width: 80%;
  }
  footer .ulSocial{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 24px 0;
  }
  footer .ulSocial .liSocial a img{
    width: 24px
  }
  .noMenu ul.ulSocial {
    position: relative;
  }
}
