.dash-chat {
  max-width: 1142px;
  width: 100%;
  margin: 0;
}
.dash-chat-title {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 860px) {
  .dash-chat-title {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .dash-chat-title .title-bold {
    margin-top: 40px;
  }
}
.dash-chat-content {
  margin-top: 19px;
}

.dash-contrato {
  max-width: 1150px;
  width: 100%;
  margin: 0;
}
.dash-contrato-title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .dash-contrato-title {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .dash-contrato-title .title-bold {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
.dash-contrato-text {
  max-width: 695px;
  width: 100%;
  margin: 0;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #60789d;
}
.dash-contrato-text p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .dash-contrato-text {
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .dash-contrato-text {
    font-size: 15px;
  }
}
.dash-contrato-wrap {
  margin-top: 59px;
}
@media screen and (max-width: 767px) {
  .dash-contrato-wrap {
    margin-top: 40px;
  }
}
.dash-contrato-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .dash-contrato-tabs {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.dash-contrato-link {
  position: relative;
  padding: 12px 0px 0px 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  margin-right: 32px;
  cursor: pointer;
}
.dash-contrato-link span {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 2px 3px 8px rgba(0,0,0,0.1);
  box-shadow: 2px 3px 8px rgba(0,0,0,0.1);
  font-size: 26px;
  color: #6d717c;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.dash-contrato-link.active .dash-contrato-link-text {
  color: #296aec;
}
.dash-contrato-link.active span {
  color: #296aec;
}
@media screen and (max-width: 767px) {
  .dash-contrato-link {
    margin-bottom: 10px;
  }
  .dash-contrato-link:last-child {
    margin-bottom: 0;
  }
}
.dash-contrato-link-text {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 16px;
  color: #6d717c;
  padding: 0px 26px 0px 46px;
  height: 62px;
  line-height: 62px;
  background: #fff;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  pointer-events: none;
}
@media screen and (max-width: 400px) {
  .dash-contrato-link-text {
    font-size: 15px;
  }
}
.dash-contrato-content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.dash-contrato-box {
  width: 100%;
  background: #fff;
  padding: 77px 60px 56px;
  border: 1px solid #dadce0;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -27px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: -1;
}
.dash-contrato-box.pago {
  margin-top: 42px;
  padding: 26px 57px 22px;
}
.dash-contrato-box.active {
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .dash-contrato-box {
    padding: 70px 30px 50px;
  }
  .dash-contrato-box.pago {
    padding: 26px 30px 22px;
  }
}
@media screen and (max-width: 767px) {
  .dash-contrato-box {
    padding: 60px 25px 40px;
  }
  .dash-contrato-box.pago {
    padding: 25px;
  }
}
.dash-contrato-box-text {
  max-width: 547px;
  width: 100%;
  margin: 0;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #6d717c;
  padding-bottom: 22px;
}
.dash-contrato-box-text p {
  margin: 0;
}
@media screen and (max-width: 400px) {
  .dash-contrato-box-text {
    font-size: 15px;
  }
}
.dash-contrato-form {
  max-width: 961px;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .dash-contrato-form {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.dash-contracto-input {
  width: calc(100% - 210px);
}
@media screen and (max-width: 767px) {
  .dash-contracto-input {
    width: 100%;
  }
}
.dash-contrato-input-text {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #60789d;
  margin-top: 11px;
}
.dash-contrato-input-text p {
  margin: 0;
}
.dash-contrato-btn {
  width: 190px;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .dash-contrato-btn {
    width: auto;
    margin-top: 15px;
  }
}
.dash-contrato-box-pago-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .dash-contrato-box-pago-content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.dash-contrato-pago-wrap {
  max-width: 472px;
  width: 100%;
  margin: 0;
}
.dash-contrato-subtitle {
  padding: 0px 12px 19px;
}
.dash-contrato-subtitle h3 {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 25px;
  color: #6d717c;
  margin: 0;
}
@media screen and (max-width: 400px) {
  .dash-contrato-subtitle h3 {
    font-size: 20px;
  }
}
.dash-contrato-info {
  padding: 0px 12px 15px;
}
.dash-contrato-info li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
}
.dash-contrato-info li:last-child {
  margin-bottom: 0;
}
.dash-contrato-info-text {
  width: 70%;
  font-family: 'Poppins-Regular', sans-serif;
  color: #6d717c;
  font-size: 13px;
}
.dash-contrato-info-text p {
  margin: 0;
}
.dash-contrato-info-price {
  width: 30%;
  font-family: 'Poppins-Regular', sans-serif;
  color: #242321;
  font-size: 16px;
  text-align: right;
}
.dash-contrato-info-price p {
  margin: 0;
}
@media screen and (max-width: 400px) {
  .dash-contrato-info-price {
    font-size: 15px;
  }
}
.dash-contrato-costo {
  padding: 13px 12px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  border-top: 1px dashed #dadce0;
}
.dash-contrato-costo-text {
  width: 70%;
  font-family: 'Poppins-Regular', sans-serif;
  color: #242321;
  font-size: 16px;
}
.dash-contrato-costo-text p {
  margin: 0;
}
@media screen and (max-width: 400px) {
  .dash-contrato-costo-text {
    font-size: 15px;
  }
}
.dash-contrato-costo-price {
  width: 30%;
  font-family: 'Poppins-Regular', sans-serif;
  color: #242321;
  font-size: 16px;
  text-align: right;
}
.dash-contrato-costo-price p {
  margin: 0;
}
@media screen and (max-width: 400px) {
  .dash-contrato-costo-price {
    font-size: 15px;
  }
}
.dash-contrato-total {
  margin-top: 14px;
  width: 100%;
  padding: 6px 12px;
  background: #f2f7fa;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.dash-contrato-total-text {
  width: 70%;
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 16px;
  color: #173a7c;
}
.dash-contrato-total-text p {
  margin: 0;
}
@media screen and (max-width: 400px) {
  .dash-contrato-total-text {
    font-size: 15px;
  }
}
.dash-contrato-total-price {
  width: 30%;
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 16px;
  color: #173a7c;
  text-align: right;
}
.dash-contrato-total-price p {
  margin: 0;
}
@media screen and (max-width: 400px) {
  .dash-contrato-total-price {
    font-size: 15px;
  }
}
.dash-contrato-total-nota {
  padding: 8px 12px 0px;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 11px;
  color: #60789d;
}
.dash-contrato-total-nota p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .dash-contrato-box-pago-btn {
    margin-top: 20px;
  }
}

.dash-editar-perfil {
  max-width: 1150px;
  width: 100%;
  margin: 0;
}
.dash-editar-perfil-title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 72px;
}
@media screen and (max-width: 1024px) {
  .dash-editar-perfil-title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .dash-editar-perfil-title {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 40px;
  }
  .dash-editar-perfil-title .title-bold {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
.dash-editar-datos {
  width: 100%;
  padding: 31px 50px 50px;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .dash-editar-datos {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .dash-editar-datos {
    padding: 30px 20px;
  }
}
.dash-editar-datos-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.dash-editar-datos-form {
  width: calc(100% - 326px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .dash-editar-datos-form {
    width: 100%;
  }
}
.dash-editar-datos-box {
  margin-bottom: 40px;
}
.dash-editar-datos-box:last-child {
  margin-bottom: 0;
}
.datos-editar-datos-list {
  margin-top: 19px;
}
.datos-editar-datos-list .input-select2 {
  margin-bottom: 19px;
}
.datos-editar-datos-list .input {
  margin-bottom: 19px;
}
.datos-editar-datos-list .input-textarea textarea {
  height: 190px;
}
.dash-editar-datos-img {
  width: 244px;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .dash-editar-datos-img {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .dash-editar-datos-img {
    width: 200px;
  }
}
.dash-editar-datos-foto {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.dash-editar-datos-foto-edit {
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 10px;
}
.dash-editar-datos-foto-edit input {
  display: none;
}
.dash-editar-datos-foto-edit input + label {
  display: inline-block;
  width: 58px;
  height: 58px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
}
.dash-editar-datos-foto-edit input + label:before {
  content: '\e90d';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #296aec;
  font-size: 33px;
  font-family: 'icomoon';
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .dash-editar-datos-foto-edit input + label {
    width: 45px;
    height: 45px;
  }
  .dash-editar-datos-foto-edit input + label:before {
    font-size: 25px;
  }
}
.dash-editar-datos-foto-preview {
  width: 244px;
  height: 244px;
  position: relative;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
}
.dash-editar-datos-foto-preview div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .dash-editar-datos-foto-preview {
    width: 200px;
    height: 200px;
  }
}
.dash-editar-datos-foto-text {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #60789d;
  padding-top: 12px;
  text-align: center;
}
.dash-editar-datos-foto-text p {
  margin: 0;
}
.dash-editar-datos-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 16px;
}
.dash-editar-datos-btns a,
.dash-editar-datos-btns button {
  margin: 0;
}
@media screen and (max-width: 480px) {
  .dash-editar-datos-btns {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dash-editar-datos-btns .btn-link {
    margin-bottom: 30px;
  }
}
.dash-editar-datos-cuenta {
  width: 100%;
  padding: 38px 50px 29px;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .dash-editar-datos-cuenta {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .dash-editar-datos-cuenta {
    padding: 30px 20px;
  }
}
.dash-editar-datos-text {
  max-width: 743px;
  width: 100%;
  margin: 0;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #60789d;
  margin-top: 12px;
}
.dash-editar-datos-text p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .dash-editar-datos-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {
  .dash-editar-datos-text {
    font-size: 14px;
  }
}
.dash-editar-datos-btn {
  margin-top: 32px;
}
.dash-editar-datos-billing {
  margin-top: 35px;
}
.dash-editar-datos-billing.admin {
  max-width: 521px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .dash-editar-datos-billing {
    margin-top: 20px;
  }
}

.dash-gracias {
  max-width: 774px;
  position: relative;
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .dash-gracias {
    margin-top: 20px;
  }
}
.dash-gracias-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.dash-gracias-deco img {
  width: 100%;
  height: auto;
  display: block;
}
.dash-gracias-content {
  max-width: 498px;
  width: 100%;
  margin: 0 auto;
  padding: 64px 0px 94px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .dash-gracias-content {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 767px) {
  .dash-gracias-content {
    padding: 0;
  }
}
.dash-gracias-text {
  max-width: 398px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Poppins-Regular', sans-serif;
  color: #6d717c;
  font-size: 20px;
  margin-top: 9px;
}
.dash-gracias-text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .dash-gracias-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .dash-gracias-text {
    font-size: 16px;
  }
}
.dash-gracias-info {
  width: 100%;
  background: #fff;
  border-radius: 15px;
  padding: 36px 41px 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Poppins-Regular', sans-serif;
  color: #6d717c;
  font-size: 20px;
  margin-top: 38px;
}
.dash-gracias-info p {
  margin: 0;
}
.dash-gracias-info .btn {
  margin-top: 36px;
}
@media screen and (max-width: 1024px) {
  .dash-gracias-info {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .dash-gracias-info {
    font-size: 16px;
    padding: 30px 25px;
  }
}

.dash-inicio {
  max-width: 1150px;
  width: 100%;
  margin: 0;
}
.dash-inicio-title-wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .dash-inicio-title-wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.dash-inicio-title {
  width: 60%;
}
@media screen and (max-width: 860px) {
  .dash-inicio-title {
    width: 100%;
  }
}
.dash-inicio-text {
  font-family: 'Poppins-Regular', sans-serif;
  color: #6d717c;
  font-size: 16px;
  margin-top: 10px;
}
.dash-inicio-text p {
  margin: 0;
}
@media screen and (max-width: 400px) {
  .dash-inicio-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 860px) {
  .dash-inicio-btn {
    margin-top: 20px;
  }
}
.dash-inicio-content {
  max-width: 900px;
  width: 100%;
  margin: 0;
  margin-top: 36px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.dash-inicio-content-two {
  max-width: 900px;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.dash-inicio-left {
  width: 47.223%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.dash-inicio-left.dash-inicio-left-two .dash-inicio-box:last-child {
  margin: 0;
  margin-bottom: 24px;
  width: 100%;
}
.dash-inicio-left.dash-inicio-left-three {
  width: 100%;
}
.dash-inicio-left.dash-inicio-left-three .dash-inicio-box {
  width: 23.556%;
  margin-right: 2.8325%;
}
.dash-inicio-left.dash-inicio-left-three .dash-inicio-box:first-child {
  width: 47.223%;
}
.dash-inicio-left.dash-inicio-left-three .dash-inicio-box:nth-child(2n + 2) {
  margin-right: 2.8325%;
}
.dash-inicio-left.dash-inicio-left-three .dash-inicio-box:nth-child(3n + 3) {
  margin-right: 0;
}
@media screen and (max-width: 860px) {
  .dash-inicio-left {
    width: 100%;
  }
  .dash-inicio-left.dash-inicio-left-three .dash-inicio-box {
    width: 48%;
    margin-right: 4%;
  }
  .dash-inicio-left.dash-inicio-left-three .dash-inicio-box:first-child {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .dash-inicio-left.dash-inicio-left-three .dash-inicio-box {
    width: 100%;
    margin-right: 0;
  }
}
.dash-inicio-box {
  width: 47.06%;
  padding: 25px 32px 15px;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 5.88%;
  margin-bottom: 24px;
}
.dash-inicio-box:nth-child(2n + 2) {
  margin-right: 0;
}
@media screen and (max-width: 860px) {
  .dash-inicio-box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .dash-inicio-box {
    padding: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 400px) {
  .dash-inicio-box {
    width: 100%;
    margin-right: 0;
  }
}
.dash-inicio-box-title {
  width: 100%;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #6d717c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dash-inicio-box-title p {
  margin: 0;
}
@media screen and (max-width: 400px) {
  .dash-inicio-box-title {
    font-size: 15px;
  }
}
.dash-inicio-box-number {
  width: 100%;
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 40px;
  color: #296aec;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 8px;
}
.dash-inicio-box-number p {
  margin: 0;
}
.dash-inicio-box-number strong {
  font-weight: normal;
  font-size: 16px;
}
@media screen and (max-width: 400px) {
  .dash-inicio-box-number {
    font-size: 30px;
  }
  .dash-inicio-box-number strong {
    font-size: 15px;
  }
}
.dash-inicio-box-ganancia {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.dash-inicio-box-percentage {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 16px;
  color: #b20000;
  padding: 2px 10px;
  background: #f2f7fa;
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
}
.dash-inicio-box-percentage p {
  margin: 0;
}
@media screen and (max-width: 400px) {
  .dash-inicio-box-percentage {
    font-size: 15px;
  }
}
.dash-inicio-box-text {
  max-width: 117px;
  width: 100%;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #6d717c;
  margin-left: 10px;
}
.dash-inicio-box-text p {
  margin: 0;
}
.dash-inicio-right {
  width: 50%;
  padding: 28px 32px 22px;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
}
@media screen and (max-width: 860px) {
  .dash-inicio-right {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .dash-inicio-right {
    margin-top: 15px;
  }
}
.dash-inicio-graphic-top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 40px;
}
.dash-inicio-graphic-title {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #60789d;
}
.dash-inicio-graphic-title p {
  margin: 0;
}
.dash-inicio-graphic-select {
  position: relative;
}
.dash-inicio-graphic-select select {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #60789d;
  border: 0;
  padding: 0px 5px;
  padding-right: 23px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.dash-inicio-graphic-select select::-ms-expand {
  display: none;
}
.dash-inicio-graphic-select span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 17px;
  color: #a20cc3;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  pointer-events: none;
}
.dash-incio-graphic canvas {
  min-height: 220px;
}
.dash-inicio-box-two {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 400px) {
  .dash-inicio-box-two {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.dash-inicio-box-two-wrap {
  width: 50%;
  border-right: 1px solid #dadce0;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dash-inicio-box-two-wrap:first-child {
  padding-left: 0;
}
.dash-inicio-box-two-wrap:last-child {
  text-align: center;
  padding-right: 0;
  border-right: 0;
}
@media screen and (max-width: 400px) {
  .dash-inicio-box-two-wrap {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #dadce0;
    padding-bottom: 10px;
  }
  .dash-inicio-box-two-wrap:last-child {
    padding-bottom: 0;
    padding-top: 10px;
    border-bottom: 0;
    text-align: left;
  }
}
.dash-inicio-complete {
  max-width: 900px;
  width: 100%;
  background: #f0f4fd;
  border-radius: 15px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .dash-inicio-complete {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.dash-inicio-complete-text {
  width: calc(100% - 210px);
  font-family: 'Poppins-Regular', sans-serif;
  color: #6d717c;
  font-size: 16px;
  position: relative;
  padding-left: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dash-inicio-complete-text p {
  margin: 0;
}
.dash-inicio-complete-text:before {
  content: '\e90e';
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  font-family: 'icomoon';
  font-size: 24px;
  color: #b5000b;
}
@media screen and (max-width: 767px) {
  .dash-inicio-complete-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 400px) {
  .dash-inicio-complete-text {
    font-size: 15px;
  }
}
.dash-inicio-chat {
  max-width: 900px;
  width: 100%;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 15px;
  padding: 20px 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .dash-inicio-chat {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 20px;
  }
}
.dash-inicio-chat-text {
  width: calc(100% - 310px);
  font-family: 'Poppins-Regular', sans-serif;
  color: #6d717c;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dash-inicio-chat-text p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .dash-inicio-chat-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 400px) {
  .dash-inicio-chat-text {
    font-size: 15px;
  }
}

.dash-list {
  max-width: 1150px;
  width: 100%;
  margin: 0;
}
.dash-list-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 31px;
}
.dash-list-filter.space-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .dash-list-filter {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.dash-list-filter-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 680px) {
  .dash-list-filter-wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.dash-list-filter-title {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 14px;
  color: #000;
}
.dash-list-filter-title p {
  margin: 0;
}
.dash-list-filter-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dash-list-filter-select {
  margin-left: 18px;
  position: relative;
}
.dash-list-filter-select select {
  height: 20px;
  border: 0;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #6d717c;
  background: #f2f7fa;
  border-radius: 10px;
  padding: 0px 15px;
  padding-right: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.dash-list-filter-select select::-ms-expand {
  display: none;
}
.dash-list-filter-select span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  font-size: 14px;
  color: #6d717c;
  text-align: center;
  z-index: 1;
  pointer-events: none;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 680px) {
  .dash-list-filter-select {
    margin-left: 0;
    margin-right: 18px;
    margin-top: 10px;
  }
}
.dash-list-filter-search {
  width: 273px;
  position: relative;
  margin-left: 18px;
}
.dash-list-filter-search input {
  width: 100%;
  height: 22px;
  font-family: 'Poppins-Regular', sans-serif;
  color: #6d717c;
  font-size: 13px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dadce0;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dash-list-filter-search:before {
  content: '\e903';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  color: #a20cc3;
  font-family: 'icomoon';
}
.dash-list-filter-search.client {
  width: 386px;
}
@media screen and (max-width: 1024px) {
  .dash-list-filter-search {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 430px) {
  .dash-list-filter-search.client {
    width: 100%;
  }
}
.dash-list-content {
  margin-top: 44px;
}
.dash-list-box {
  width: 100%;
  padding: 6px 18px;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .dash-list-box {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 10px 18px;
  }
}
.dash-list-box-left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 620px) {
  .dash-list-box-left {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.dash-list-name {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dash-list-name-img {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.dash-list-name-text {
  width: calc(100% - 37px);
  padding-left: 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 16px;
  color: #6d717c;
}
.dash-list-name-text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .dash-list-name-text {
    padding-left: 15px;
  }
}
@media screen and (max-width: 400px) {
  .dash-list-name-text {
    font-size: 15px;
  }
}
.dash-list-etiq {
  padding: 2px 10px 2px 6px;
  padding-left: 25px;
  background: #fff;
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  border-radius: 23px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-left: 25px;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
}
.dash-list-etiq p {
  margin: 0;
}
.dash-list-etiq:before {
  content: '\e912';
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  color: #34f024;
  font-family: 'icomoon';
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dash-list-etiq.ausente:before {
  color: #bdc4d9;
}
@media screen and (max-width: 620px) {
  .dash-list-etiq {
    margin-left: 0;
    margin-top: 10px;
  }
}
.dash-list-datos {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 25px;
}
@media screen and (max-width: 620px) {
  .dash-list-datos {
    margin-left: 0;
    margin-top: 10px;
  }
}
.dash-list-datos-empresa {
  font-family: 'Poppins-Regular', sans-serif;
  color: #6d717c;
  font-size: 13px;
}
.dash-list-datos-empresa p {
  margin: 0;
}
.dash-list-datos-pais {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dash-list-datos-pais-img {
  width: 26px;
}
.dash-list-datos-pais-img img {
  width: 100%;
  height: auto;
  display: block;
}
.dash-list-datos-pais-text {
  width: calc(100% - 26px);
  padding-left: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Poppins-Regular', sans-serif;
  color: rgba(36,35,33,0.5);
  font-size: 13px;
}
.dash-list-datos-pais-text p {
  margin: 0;
}
.dash-list-datos-idiomas {
  font-family: 'Poppins-Regular', sans-serif;
  color: rgba(36,35,33,0.5);
  font-size: 13px;
  padding-left: 5px;
  margin-left: 5px;
  position: relative;
}
.dash-list-datos-idiomas p {
  margin: 0;
}
.dash-list-datos-idiomas:before {
  content: '|';
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  font-family: 'Poppins-Regular', sans-serif;
  color: rgba(36,35,33,0.5);
  font-size: 13px;
}
.dash-list-box-right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dash-list-box-right.client .dash-list-box-options {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .dash-list-box-right {
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .dash-list-box-right.client {
    margin-bottom: 0;
  }
  .dash-list-box-right.client .dash-list-box-options {
    width: 100%;
    text-align: right;
  }
}
.dash-list-box-qualification {
  background: #eaeaea;
  border-radius: 6px;
  padding: 2px 4px;
  padding-right: 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Poppins-SemiBold', sans-serif;
  color: #6d717c;
  font-size: 13px;
  position: relative;
}
.dash-list-box-qualification p {
  margin: 0;
}
.dash-list-box-qualification:before {
  content: '\e905';
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  font-size: 20px;
  color: #6d717c;
  font-family: 'icomoon';
  margin: auto;
}
.dash-list-box-options {
  position: relative;
  margin-left: 26px;
}
.dash-list-options-btn {
  font-size: 20px;
  color: #6d717c;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .dash-list-options-btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .dash-list-options-btn {
    font-size: 16px;
  }
}
.dash-list-options-wrap {
  width: 294px;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 4px 16px rgba(0,0,0,0.12);
  box-shadow: 2px 4px 16px rgba(0,0,0,0.12);
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  z-index: 2;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #6d717c;
}
.dash-list-options-wrap a {
  margin-bottom: 2px;
  display: block;
}
.dash-list-options-wrap a:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .dash-list-options-wrap {
    width: 250px;
  }
}

.dash-perfil {
  max-width: 1150px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .dash-perfil .title-bold {
    text-align: center;
    margin-bottom: 30px;
  }
}
.dash-perfil-btn {
  text-align: right;
  margin-bottom: 51px;
}
@media screen and (max-width: 1024px) {
  .dash-perfil-btn {
    text-align: center;
    margin-bottom: 40px;
  }
}
.dash-perfil-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 34px;
}
@media screen and (max-width: 1024px) {
  .dash-perfil-container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.dash-perfil-img {
  width: 227px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .dash-perfil-img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .dash-perfil-img {
    width: 200px;
  }
}
.dash-perfil-foto {
  width: 100%;
  height: 227px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
}
@media screen and (max-width: 767px) {
  .dash-perfil-foto {
    height: 200px;
  }
}
.dash-perfil-img-admin {
  position: relative;
}
.dash-perfil-linea {
  display: inline-block;
  border-radius: 23px;
  padding: 2px 6px;
  padding-left: 25px;
  background: #fff;
  font-family: 'Poppins-Regular', sans-serif;
  color: #242321;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  position: absolute;
  right: 0;
  bottom: 0;
}
.dash-perfil-linea p {
  margin: 0;
}
.dash-perfil-linea:before {
  content: '\e912';
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  color: #34f024;
  font-family: 'icomoon';
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dash-perfil-linea.ausente:before {
  color: #bdc4d9;
}
.dash-perfil-linea-admin {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  margin: 0 auto;
  text-align: center;
}
.dash-perfil-linea-admin-text {
  display: inline-block;
  border-radius: 23px;
  padding: 2px 6px;
  padding-left: 25px;
  background: #fff;
  font-family: 'Poppins-Regular', sans-serif;
  color: #242321;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  position: relative;
}
.dash-perfil-linea-admin-text p {
  margin: 0;
}
.dash-perfil-linea-admin-text:before {
  content: '\e912';
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  color: #34f024;
  font-family: 'icomoon';
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dash-perfil-linea-admin-text.ausente:before {
  color: #bdc4d9;
}
.dash-perfil-chat {
  margin-top: 17px;
  text-align: center;
}
.dash-perfil-datos {
  width: calc(100% - 272px);
  padding: 24px 45px;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 12px;
}
.dash-perfil-datos.analyst {
  padding: 34px 36px 67px;
}
@media screen and (max-width: 1024px) {
  .dash-perfil-datos {
    width: 100%;
    padding: 30px;
  }
  .dash-perfil-datos.analyst {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .dash-perfil-datos {
    padding: 30px 20px;
  }
  .dash-perfil-datos.analyst {
    padding: 30px 20px;
  }
}
.dash-pefil-datos-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .dash-pefil-datos-box {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .dash-perfil-datos-info {
    width: 100%;
  }
}
.dash-perfil-datos-info-text {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #60789d;
  margin-top: 12px;
}
.dash-perfil-datos-info-text li {
  margin-bottom: 12px;
}
.dash-perfil-datos-info-text li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 400px) {
  .dash-perfil-datos-info-text {
    font-size: 15px;
  }
}
.dash-perfil-datos-valor {
  padding: 26px 40px 23px;
  background: #f2f7fa;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #6d717c;
  position: relative;
}
.dash-perfil-datos-valor li {
  margin-bottom: 12px;
}
.dash-perfil-datos-valor li:last-child {
  margin-bottom: 0;
}
.dash-perfil-datos-valor.admin {
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .dash-perfil-datos-valor {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.dash-perfil-datos-valor-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dash-perfil-datos-valor-box span {
  margin: 0;
}
.dash-perfil-datos-value {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  margin-left: 4px;
}
.dash-perfil-datos-value .icon-star {
  color: #296aec;
}
.dash-perfil-datos-value .icon-star-line {
  color: #60789d;
}
@media screen and (max-width: 400px) {
  .dash-perfil-datos-value {
    font-size: 15px;
  }
}
.dash-perfil-datos-tools {
  margin-top: 41px;
}
@media screen and (max-width: 767px) {
  .dash-perfil-datos-tools {
    margin-top: 30px;
  }
}
.dash-perfil-datos-logos {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 18px;
}
.dash-perfil-datos-img {
  max-width: 126px;
  width: 100%;
  margin: 5px 0px;
  margin-right: 48px;
}
.dash-perfil-datos-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .dash-perfil-datos-img {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .dash-perfil-datos-img {
    max-width: 100px;
    margin-right: 20px;
  }
}
.dash-perfil-box {
  width: 100%;
  padding: 30px 44px;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 31px;
}
.dash-perfil-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .dash-perfil-box {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .dash-perfil-box {
    padding: 30px 20px;
  }
}
.dash-perfil-info-text {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #60789d;
  margin-top: 12px;
}
.dash-perfil-info-text p:last-child() {
  margin: 0;
}
@media screen and (max-width: 400px) {
  .dash-perfil-info-text {
    font-size: 15px;
  }
}
.dash-perfil-datos-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .dash-perfil-datos-wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.dash-perfil-datos-list {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #60789d;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.dash-perfil-datos-list li {
  margin-bottom: 10px;
}
.dash-perfil-datos-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .dash-perfil-datos-list {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 400px) {
  .dash-perfil-datos-list {
    font-size: 15px;
  }
}
.dash-perfil-datos-list-box {
  margin: 0;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .dash-perfil-datos-list-box {
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.dash-perfil-datos-btn {
  margin-top: 50px;
  text-align: right;
}
.dash-perfil-datos-btn.analyst {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .dash-perfil-datos-btn {
    margin-top: 20px;
  }
  .dash-perfil-datos-btn.analyst {
    margin-top: 20px;
  }
}
.dash-perfil-projects-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .dash-perfil-projects-wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .dash-perfil-projects-link {
    margin-top: 20px;
  }
}
.dash-perfil-projects-content {
  margin-top: 44px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dash-perfil-projects-box {
  width: 27.926%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-right: 8.111%;
  margin-bottom: 25px;
}
.dash-perfil-projects-box:nth-child(3n + 3) {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .dash-perfil-projects-box {
    width: 30.666%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 1024px) {
  .dash-perfil-projects-box {
    width: 48%;
  }
  .dash-perfil-projects-box:nth-child(3n + 3) {
    margin-right: 4%;
  }
  .dash-perfil-projects-box:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .dash-perfil-projects-box {
    width: 100%;
    margin-right: 0;
  }
  .dash-perfil-projects-box:last-child {
    margin-bottom: 0;
  }
  .dash-perfil-projects-box:nth-child(3n + 3) {
    margin-right: 0;
  }
}
.dash-perfil-projects-img {
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
}
@media screen and (max-width: 860px) {
  .dash-perfil-projects-img {
    width: 120px;
    height: 120px;
  }
}
.dash-perfil-projects-info {
  width: calc(100% - 130px);
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .dash-perfil-projects-info {
    width: calc(100% - 120px);
  }
}
.dash-perfil-projects-box-state {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #60789d;
  margin-bottom: 10px;
}
.dash-perfil-projects-box-state p {
  margin: 0;
}
.dash-perfil-projects-box-title {
  margin-bottom: 10px;
}
.dash-perfil-projects-box-title h4 {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 13px;
  color: #242321;
  line-height: 1.4;
  margin: 0;
}
.dash-perfil-projects-box-text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dash-perfil-projects-box-etiq {
  display: inline-block;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #6d717c;
  padding: 0px 6px;
  background: #f2f7fa;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dash-perfil-projects-box-etiq p {
  margin: 0;
}
.dash-perfil-admin-title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 47px;
}
.dash-perfil-admin-title .title-bold {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .dash-perfil-admin-title {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .dash-perfil-admin-title .title-bold {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.dash-perfil-datos-info-link {
  margin-top: 16px;
}
.dash-perfil-datos-valor-btn {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -19px;
}
.dash-perfil-password-input {
  max-width: 722px;
  width: 100%;
  margin: 0;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .dash-perfil-password-input {
    margin-top: 15px;
  }
}
.dash-perfil-password-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .dash-perfil-password-btns {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .dash-perfil-password-btns {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .dash-perfil-password-btns .btn-link {
    margin-bottom: 30px;
  }
}
.dash-perfil-account-text {
  max-width: 771px;
  width: 100%;
  margin: 0;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #60789d;
  margin-top: 18px;
}
.dash-perfil-account-text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .dash-perfil-account-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .dash-perfil-account-text {
    font-size: 14px;
  }
}
.dash-perfil-account-btn {
  margin-top: 23px;
  text-align: right;
}
.dash-perfil-account-btn.client {
  text-align: left;
}
.dash-perfil-box-info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.dash-perfil-box-info .title h3 {
  line-height: 1.4;
}
.dash-perfil-info-left {
  width: 68.209%;
  padding-right: 76px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .dash-perfil-info-left {
    width: 100%;
    padding-right: 0;
  }
}
.dash-perfil-info-right {
  width: 31.791%;
  padding-left: 43px;
  border-left: 1px dashed #dadce0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .dash-perfil-info-right {
    width: 100%;
    padding-left: 0;
    border-left: 0;
    border-top: 1px dashed #dadce0;
    padding-top: 30px;
    margin-top: 30px;
  }
}
.dash-perfil-info-projects {
  margin-top: 28px;
}
.dash-perfil-info-projects-box {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 44px;
}
.dash-perfil-info-projects-box:last-child {
  margin-bottom: 0;
}
.dash-perfil-analyst {
  margin-top: 55px;
}
.dash-perfil-analyst-content {
  margin-top: 29px;
}
.dash-perfil-analyst-content.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.dash-perfil-analyst-content .slick-dots {
  bottom: 0;
  position: relative;
  margin-top: 20px;
}
.dash-perfil-analyst-content .slick-dots li {
  width: 18px;
  height: 12px;
  margin: 0px 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.dash-perfil-analyst-content .slick-dots li button {
  width: 18px;
  height: 12px;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.dash-perfil-analyst-content .slick-dots li button:before {
  content: '';
  width: 18px;
  height: 12px;
  background: #296aec;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.dash-perfil-analyst-content .slick-dots li.slick-active {
  width: 54px;
}
.dash-perfil-analyst-content .slick-dots li.slick-active button {
  width: 54px;
}
.dash-perfil-analyst-content .slick-dots li.slick-active button:before {
  width: 54px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dash-perfil-analyst-btn {
  text-align: right;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .dash-perfil-analyst-btn {
    text-align: center;
  }
}

.dash-propuesta {
  max-width: 1150px;
  width: 100%;
  margin: 0;
}
.dash-propuesta-title-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .dash-propuesta-link {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
}
.dash-propuesta-title {
  width: 60.5%;
}
@media screen and (max-width: 1024px) {
  .dash-propuesta-title {
    width: 100%;
  }
}
.dash-propuesta-text {
  font-family: font-family 'Poppins-Regular', sans-serif;
  color: #6d717c;
  font-size: 16px;
  margin-top: 10px;
}
.dash-propuesta-text p {
  margin: 0;
}
@media screen and (max-width: 400px) {
  .dash-propuesta-text {
    font-size: 15px;
  }
}
.dash-propuesta-content {
  margin-top: 30px;
  padding: 50px 33px 60px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #dadce0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .dash-propuesta-content {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .dash-propuesta-content {
    padding: 25px 20px;
  }
}
.dash-propuesta-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.dash-propuesta-left {
  width: 69.317%;
}
@media screen and (max-width: 1024px) {
  .dash-propuesta-left {
    width: 100%;
  }
}
.dashboard-propuesta-form {
  margin-top: 15px;
}
.dashboard-propuesta-form .input {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .dashboard-propuesta-form .input {
    margin-bottom: 15px;
  }
}
.dash-propuesta-form-top {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dash-propuesta-form-box {
  width: 63.2%;
}
.dash-propuesta-form-box:nth-child(2) {
  width: 34.8%;
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  .dash-propuesta-form-box {
    width: 100%;
  }
  .dash-propuesta-form-box:nth-child(2) {
    width: 100%;
    margin-left: 0;
  }
}
.dash-propuesta-form-bottom {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dash-propuesta-right {
  width: 25.602%;
  background: #f2f7fa;
  padding: 18px 27px 33px;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 5.081%;
}
@media screen and (max-width: 1024px) {
  .dash-propuesta-right {
    width: 100%;
    margin-left: 0;
  }
}
.dash-propuesta-resumen-title {
  padding-bottom: 8px;
}
.dash-propuesta-resumen-title h4 {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 20px;
  color: #242321;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .dash-propuesta-resumen-title h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .dash-propuesta-resumen-title h4 {
    font-size: 16px;
  }
}
.dash-propuesta-resumen-text {
  font-family: 'Poppins-Regular', sans-serif;
  color: #60789d;
  font-size: 16px;
}
.dash-propuesta-resumen-text p {
  margin: 0;
}
@media screen and (max-width: 400px) {
  .dash-propuesta-resumen-text {
    font-size: 15px;
  }
}
.dash-propuesta-resumen-ganancia {
  margin-top: 6px;
  font-family: 'Poppins-Regular', sans-serif;
  color: #242321;
  font-size: 16px;
}
.dash-propuesta-resumen-ganancia p {
  margin: 0;
}
.dash-propuesta-resumen-ganancia strong {
  font-weight: normal;
  font-family: 'Poppins-SemiBold', sans-serif;
  color: #296aec;
}
@media screen and (max-width: 400px) {
  .dash-propuesta-resumen-ganancia {
    font-size: 15px;
  }
}
.dash-propuesta-resumen-btn {
  margin-top: 67px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .dash-propuesta-resumen-btn {
    margin-top: 25px;
  }
}

.dash-projects-active {
  max-width: 1150px;
  width: 100%;
  margin: 0;
}
.dash-projects-active-title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .dash-projects-active-title {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .dash-projects-active-title .title-bold {
    margin-top: 40px;
  }
}
.dash-projects-active-text {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #60789d;
  margin-bottom: 23px;
}
.dash-projects-active-text p {
  margin: 0;
}
@media screen and (max-width: 400px) {
  .dash-projects-active-text {
    font-size: 15px;
  }
}
.dash-projects-active-wrap {
  width: 100%;
  padding: 38px 50px 35px;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 33px;
}
.dash-projects-active-wrap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .dash-projects-active-wrap {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .dash-projects-active-wrap {
    padding: 30px 20px;
  }
}
.dash-projects-active-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.dash-projects-active-info {
  width: 58.97%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .dash-projects-active-info {
    width: 50%;
  }
}
@media screen and (max-width: 860px) {
  .dash-projects-active-info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.dash-projects-active-info-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .dash-projects-active-info-box {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .dash-projects-active-info-box .title {
    margin-bottom: 10px;
  }
}
.dash-projects-active-content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dash-projects-active-info-title {
  padding-bottom: 26px;
}
.dash-projects-active-info-title h4 {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 16px;
  color: #60789d;
  margin: 0;
}
@media screen and (max-width: 860px) {
  .dash-projects-active-info-title {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 400px) {
  .dash-projects-active-info-title h4 {
    font-size: 15px;
  }
}
.dash-projects-active-info-text {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #60789d;
  margin-top: 10px;
}
.dash-projects-active-info-text p {
  margin: 0;
}
@media screen and (max-width: 400px) {
  .dash-projects-active-info-text {
    font-size: 15px;
  }
}
.dash-projects-active-info-form {
  display: none;
}
.dash-projects-active-info-form li {
  margin-bottom: 19px;
}
.dash-projects-active-info-form li:last-child {
  margin-bottom: 0;
}
.dash-projects-active-info-form li .input-textarea textarea {
  height: 124px;
}
.data-projects-active-info-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 27px;
}
@media screen and (max-width: 1024px) {
  .data-projects-active-info-btns {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.dash-projects-active-info-btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .dash-projects-active-info-btn {
    margin-bottom: 20px;
  }
}
.dash-projects-active-info-progress {
  max-width: 137px;
  width: 100%;
  margin: 0;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #6d717c;
  margin-top: 59px;
}
.dash-projects-active-info-progress p {
  margin: 0;
  margin-bottom: 6px;
}
.dash-projects-active-info-progress .ui-progressbar {
  height: 5px;
}
.dash-projects-active-info-progress .ui-widget.ui-widget-content {
  background: #f2f7fa;
  border: 0;
  border-radius: 3px;
}
.dash-projects-active-info-progress .ui-widget-header {
  background: #39baf4;
}
@media screen and (max-width: 860px) {
  .dash-projects-active-info-progress {
    margin-top: 30px;
  }
}
.dash-projects-active-datos {
  width: 41.03%;
  padding-left: 32px;
  border-left: 1px dashed #dadce0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .dash-projects-active-datos {
    width: 50%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 860px) {
  .dash-projects-active-datos {
    width: 100%;
    border: 0;
    padding-left: 0;
  }
}
.dash-projects-active-datos-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 47px;
}
@media screen and (max-width: 860px) {
  .dash-projects-active-datos-wrap {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .dash-projects-active-datos-wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.dash-active-datos-left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .dash-active-datos-right {
    margin-top: 20px;
  }
}
.dash-projects-datos-img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.dash-projects-datos-img.client {
  width: 65px;
  height: 65px;
}
.dash-projects-datos-img.client-past {
  width: 37px;
  height: 37px;
}
.dash-projects-datos-info {
  width: calc(100% - 84px);
  padding-left: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #000;
}
.dash-projects-datos-info p {
  margin: 0;
}
.dash-projects-datos-info.client {
  width: calc(100% - 65px);
  padding-left: 8px;
}
.dash-projects-datos-info.client-past {
  width: calc(100% - 37px);
}
.dash-projects-datos-info.client-past .dash-projects-datos-name {
  margin-top: 0;
}
.dash-projects-datos-name {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #000;
  margin-top: 8px;
}
.dash-projects-datos-name p {
  margin: 0;
}
@media screen and (max-width: 400px) {
  .dash-projects-datos-name {
    font-size: 15px;
  }
}
.dash-projects-datos-etiq {
  padding: 2px 10px 2px 6px;
  padding-left: 25px;
  background: #fff;
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  border-radius: 23px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-top: 4px;
  display: inline-block;
}
.dash-projects-datos-etiq p {
  margin: 0;
}
.dash-projects-datos-etiq:before {
  content: '\e912';
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  color: #34f024;
  font-family: 'icomoon';
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dash-projects-datos-etiq.ausente:before {
  color: #bdc4d9;
}
.dash-projects-active-datos-progress {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dash-projects-active-datos-progress .ui-progressbar {
  height: 5px;
}
.dash-projects-active-datos-progress .ui-widget.ui-widget-content {
  background: #f2f7fa;
  border: 0;
  border-radius: 3px;
}
.dash-projects-active-datos-progress .ui-widget-header {
  background: #39baf4;
}
.dash-projects-active-progress-text {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #60789d;
  margin-bottom: 7px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dash-projects-active-progress-text p {
  margin: 0;
}
.dash-projects-active-progress-text span {
  margin: 0;
}
.dash-projects-active-progress-numbers {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #4e4e4e;
  margin-top: 11px;
}
.dash-projects-active-progress-numbers span {
  margin: 0;
}
.dash-projects-active-datos-link {
  text-align: right;
  margin-top: 13px;
}
.dash-projects-active-datos-btn {
  text-align: right;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .dash-projects-active-datos-btn {
    margin-top: 20px;
  }
}
.dash-projects-active-wrap-top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .dash-projects-active-wrap-top {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.dash-projects-active-top-btn {
  display: none;
}
.dash-projects-active-top-btn.active {
  display: block;
}
@media screen and (max-width: 767px) {
  .dash-projects-active-top-btn {
    margin-top: 20px;
  }
}
.dash-projects-active-form {
  margin-top: 20px;
}
.data-projects-active-form-box {
  margin-bottom: 25px;
}
.data-projects-active-form-box:last-child {
  margin-bottom: 0;
}
.dash-projects-active-btn {
  margin-top: 19px;
  text-align: right;
}
.dash-projects-active-btn.delete {
  display: none;
}
.dash-projects-active-link {
  text-align: right;
  margin-top: 31px;
  display: none;
}
.dash-projects-active-link.active {
  display: block;
}
.dash-projects-active-top-link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dash-projects-active-top-link .btn-link {
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  .dash-projects-active-top-link {
    margin-top: 10px;
  }
  .dash-projects-active-top-link .btn-link {
    margin-right: 10px;
  }
}
.dash-projects-tooltip {
  font-size: 35px;
  color: #296aec;
  margin-left: 35px;
  position: relative;
  cursor: pointer;
}
.dash-projects-tooltip:after {
  content: '';
  width: 1px;
  height: 27px;
  position: absolute;
  left: -35px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #dadce0;
}
@media screen and (max-width: 767px) {
  .dash-projects-tooltip {
    margin-left: 10px;
    font-size: 30px;
  }
  .dash-projects-tooltip:after {
    left: -10px;
  }
}
.ui-tooltip,
.arrow:after {
  background: #242321;
  border: 0;
}
.ui-tooltip {
  width: 257px;
  padding: 15px;
  color: #fff;
  border-radius: 15px;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
}
.dash-projects-active-wrap-data {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}

.dash-projects-done {
  max-width: 950px;
  width: 100%;
  margin: 0;
}
.dash-projects-done .title-bold {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .dash-projects-done .title-bold {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .dash-projects-done .title-bold {
    margin-bottom: 50px;
  }
}
.dash-projects-done.client-analyst {
  max-width: 1162px;
}
.dash-projects-done-wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 55px;
}
.dash-projects-done-wrap .title-bold {
  margin-bottom: 40px;
}
.dash-projects-done-wrap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .dash-projects-done-wrap {
    margin-bottom: 40px;
  }
}
.dash-projects-done-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 24px;
}
.dash-projects-done-filter.space-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 680px) {
  .dash-projects-done-filter {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.dash-projects-done-filter-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 680px) {
  .dash-projects-done-filter-wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.dash-projects-done-filter-title {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 14px;
  color: #6d717c;
}
.dash-projects-done-filter-title p {
  margin: 0;
}
.dash-projects-done-filter-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dash-projects-done-filter-select {
  margin-left: 18px;
  position: relative;
}
.dash-projects-done-filter-select select {
  height: 20px;
  border: 0;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #6d717c;
  background: #f2f7fa;
  border-radius: 10px;
  padding: 0px 15px;
  padding-right: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.dash-projects-done-filter-select select::-ms-expand {
  display: none;
}
.dash-projects-done-filter-select span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  font-size: 14px;
  color: #6d717c;
  text-align: center;
  z-index: 1;
  pointer-events: none;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 680px) {
  .dash-projects-done-filter-select {
    margin-left: 0;
    margin-right: 18px;
    margin-top: 10px;
  }
}
.dash-projects-done-filter-search {
  width: 170px;
  position: relative;
  margin-left: 18px;
}
.dash-projects-done-filter-search input {
  width: 100%;
  height: 22px;
  font-family: 'Poppins-Regular', sans-serif;
  color: #6d717c;
  font-size: 13px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dadce0;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dash-projects-done-filter-search:before {
  content: '\e903';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  color: #a20cc3;
  font-family: 'icomoon';
}
.dash-projects-done-filter-search.client-analyst {
  width: 273px;
}
@media screen and (max-width: 680px) {
  .dash-projects-done-filter-search {
    margin-top: 10px;
    margin-left: 0;
  }
}
.dash-projects-done-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 30px;
}
.dash-projects-done-box {
  width: 31.58%;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #dadce0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  margin-right: 2.63%;
  margin-bottom: 26px;
}
.dash-projects-done-box:nth-child(3n + 3) {
  margin-right: 0;
}
@media screen and (max-width: 860px) {
  .dash-projects-done-box {
    width: 48%;
    margin-right: 4%;
  }
  .dash-projects-done-box:nth-child(3n + 3) {
    margin-right: 4%;
  }
  .dash-projects-done-box:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .dash-projects-done-box {
    width: 100%;
    margin-right: 0;
  }
  .dash-projects-done-box:nth-child(3n + 3) {
    margin-right: 0;
  }
}
.dash-projects-done-box-analyst {
  width: 100%;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #dadce0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 10px;
}
.dash-projects-done-img {
  width: 100%;
  height: 170px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: block;
  margin: 0;
  position: relative;
}
.dash-projects-popup-img {
  position: absolute;
  bottom: 7px;
  right: 6px;
  width: 34px;
  height: 34px;
  background: rgba(60,64,67,0.72);
  border-radius: 8px;
  color: #fff;
  font-size: 21px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  backdrop-filter: blur(1.5px);
}
.dash-projects-done-info {
  width: 100%;
  padding: 18px 20px 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dash-projects-done-info-empresa {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #60789d;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
.dash-projects-done-info-empresa li {
  position: relative;
  padding: 0 6px;
}
.dash-projects-done-info-empresa li:before {
  content: '|';
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.dash-projects-done-info-empresa li:first-child {
  padding-left: 0;
}
.dash-projects-done-info-empresa li:first-child:before {
  display: none;
}
.dash-projects-done-info-empresa p {
  margin: 0;
}
.dash-projects-done-info-title {
  margin-bottom: 16px;
}
.dash-projects-done-info-title h4 {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 20px;
  color: #242321;
  margin: 0;
}
@media screen and (max-width: 400px) {
  .dash-projects-done-info-title h4 {
    font-size: 18px;
  }
}
.dash-projects-done-info-etiqs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dash-projects-done-info-etiqs li {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #6d717c;
  padding: 2px 5px;
  background: #f0f4fd;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2px 0px;
  margin-right: 7px;
}
.dash-projects-done-box-sent {
  width: 31.58%;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #dadce0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  margin-right: 2.63%;
  margin-bottom: 55px;
  position: relative;
}
.dash-projects-done-box-sent:nth-child(3n + 3) {
  margin-right: 0;
}
@media screen and (max-width: 860px) {
  .dash-projects-done-box-sent {
    width: 48%;
    margin-right: 4%;
  }
  .dash-projects-done-box-sent:nth-child(3n + 3) {
    margin-right: 4%;
  }
  .dash-projects-done-box-sent:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .dash-projects-done-box-sent {
    width: 100%;
    margin-right: 0;
  }
  .dash-projects-done-box-sent:nth-child(3n + 3) {
    margin-right: 0;
  }
}
.dash-projects-done-sent-name {
  padding: 22px 19px 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e7e7e7;
}
.dash-projects-done-sent-name h4 {
  font-family: 'Poppins-SemiBold', sans-serif;
  color: #242321;
  font-size: 20px;
  margin: 0;
}
@media screen and (max-width: 400px) {
  .dash-projects-done-sent-name h4 {
    font-size: 18px;
  }
}
.dash-projects-done-sent-wrap {
  padding: 24px 19px 23px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dash-projects-done-sent-title {
  padding-bottom: 20px;
}
.dash-projects-done-sent-title h4 {
  font-family: 'Poppins-SemiBold', sans-serif;
  color: #60789d;
  font-size: 20px;
  margin: 0;
}
@media screen and (max-width: 400px) {
  .dash-projects-done-sent-title h4 {
    font-size: 18px;
  }
}
.dash-projects-done-sent-text {
  max-width: 215px;
  width: 100%;
  margin: 0;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #242321;
}
.dash-projects-done-sent-text strong {
  font-weight: normal;
  font-family: 'Poppins-SemiBold', sans-serif;
  color: #296aec;
}
@media screen and (max-width: 400px) {
  .dash-projects-done-sent-text {
    font-size: 15px;
  }
}
.dash-projects-done-sent-day {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #60789d;
}
.dash-projects-done-sent-day p {
  margin: 0;
}
.dash-projects-done-sent-btn {
  position: absolute;
  bottom: -29px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.dash-projects-done-progress {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 24px;
}
.data-projects-done-progress-img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.data-projects-done-progress-info {
  width: calc(100% - 46px);
  padding-left: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Poppins-Regular', sans-serif;
  color: #6d717c;
  font-size: 13px;
}
.data-projects-done-progress-info p {
  margin: 0;
}
.data-projects-done-progress-info .progress {
  max-width: 137px;
  width: 100%;
  margin: 3px 0px;
}
.data-projects-done-progress-info .ui-progressbar {
  height: 5px;
  background: #f2f7fa;
  border: 0;
  border-radius: 3px;
}
.data-projects-done-progress-info .ui-widget-header {
  background: #39baf4;
}
.dash-projects-done-qualification {
  background: rgba(60,64,67,0.72);
  border-radius: 6px;
  padding: 3px 6px 1px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Poppins-SemiBold', sans-serif;
  color: #fff;
  font-size: 13px;
  position: absolute;
  right: 11px;
  top: 15px;
  backdrop-filter: blur(1.5px);
}
.dash-projects-done-qualification p {
  margin: 0;
}
.dash-projects-done-qualification:before {
  content: '\e905';
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  font-family: 'icomoon';
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dash-projects-done-datos {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
.dash-projects-done-pais {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dash-projects-done-pais-img {
  width: 26px;
}
.dash-projects-done-pais-img img {
  width: 100%;
  height: auto;
  display: block;
}
.dash-projects-done-pais-text {
  width: calc(100% - 26px);
  padding-left: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Poppins-Regular', sans-serif;
  color: rgba(36,35,33,0.5);
  font-size: 13px;
}
.dash-projects-done-pais-text p {
  margin: 0;
}
.dash-projects-done-idiomas {
  font-family: 'Poppins-Regular', sans-serif;
  color: rgba(36,35,33,0.5);
  font-size: 13px;
  padding-left: 5px;
  margin-left: 5px;
  position: relative;
}
.dash-projects-done-idiomas p {
  margin: 0;
}
.dash-projects-done-idiomas:before {
  content: '|';
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  font-family: 'Poppins-Regular', sans-serif;
  color: rgba(36,35,33,0.5);
  font-size: 13px;
}
.dash-projects-done-info-top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dash-projects-done-info-name {
  margin-right: 10px;
}
.dash-projects-done-info-name h4 {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 20px;
  color: #242321;
  margin: 0;
}
@media screen and (max-width: 400px) {
  .dash-projects-done-info-name h4 {
    font-size: 18px;
  }
}
.dash-projects-done-info-linea {
  padding: 2px 10px 2px 6px;
  padding-left: 25px;
  background: #fff;
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  border-radius: 23px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  font-size: 13px;
  margin: 5px 0px;
}
.dash-projects-done-info-linea p {
  margin: 0;
}
.dash-projects-done-info-linea:before {
  content: '\e912';
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  color: #34f024;
  font-family: 'icomoon';
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dash-projects-done-info-linea.ausente:before {
  color: #bdc4d9;
}
.dash-projects-done-info-text {
  font-family: 'Poppins-Regular', sans-serif;
  color: #60789d;
  font-size: 16px;
  margin: 8px 0px 11px;
}
.dash-projects-done-info-text p {
  margin: 0;
}
@media screen and (max-width: 400px) {
  .dash-projects-done-info-text {
    font-size: 15px;
  }
}

.dash-setting {
  max-width: 1150px;
  width: 100%;
  margin: 0;
}
.dash-setting-title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .dash-setting-title {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .dash-setting-title .title-bold {
    margin-top: 30px;
  }
}
.dash-setting-content {
  margin-top: 31px;
  width: 100%;
  padding: 38px 50px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #dadce0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .dash-setting-content {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .dash-setting-content {
    padding: 30px 25px;
  }
}
.dash-setting-box {
  margin-top: 26px;
}
.dash-setting-box:first-child {
  margin-top: 0;
}
.dash-setting-info {
  margin-top: 15px;
}
.dash-setting-info .input-textarea textarea {
  height: 160px;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #6d717c;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .dash-setting-info .input-textarea textarea {
    height: 200px;
  }
}
@media screen and (max-width: 400px) {
  .dash-setting-info .input-textarea textarea {
    font-size: 15px;
  }
}
.dash-setting-embed {
  max-width: 738px;
  width: 100%;
  margin: 0;
  margin-top: 13px;
}
.dash-setting-embed-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding-right: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 13px;
}
.dash-setting-embed-input {
  width: 49.223%;
  margin-left: 1.554%;
}
.dash-setting-embed-input:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .dash-setting-embed-input {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.dash-setting-embed-close {
  font-size: 20px;
  color: #b5000b;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dash-setting-embed-btn {
  position: relative;
  padding-left: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #296aec;
  margin-top: 7px;
}
.dash-setting-embed-btn:before {
  content: '\e91e';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-size: 30px;
  color: #296aec;
  font-family: 'icomoon';
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 400px) {
  .dash-setting-embed-btn {
    font-size: 15px;
  }
}
.dash-setting-btn {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .dash-setting-btn {
    margin-top: 10px;
  }
}

.dashboard-background {
  background: #f9f9f9;
}
.dashboard {
  width: 100%;
  padding-left: 75px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: padding-left 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: padding-left 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: padding-left 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: padding-left 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: padding-left 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.dashboard.move {
  padding-left: 250px;
}
@media screen and (max-width: 1024px) {
  .dashboard {
    padding-left: 0;
  }
}
.dashboard-header {
  width: 100%;
  background: #f9f9f9;
  padding: 20px 24px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .dashboard-header {
    height: 75px;
  }
}
@media screen and (max-width: 400px) {
  .dashboard-header {
    padding: 0px 20px;
  }
}
.dashboard-header-wrap {
  width: 100%;
  padding-bottom: 11px;
  border-bottom: 1px solid #dadce0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .dashboard-header-wrap {
    padding-bottom: 0;
    border: 0;
    height: 75px;
    padding: 0px 28px;
    border-bottom: 1px solid #dadce0;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
  }
  .dashboard-header-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #296aec;
  }
}
@media screen and (max-width: 400px) {
  .dashboard-header-wrap {
    padding: 0px 20px;
  }
}
.dashboard-header-breadcrumbs {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #242321;
  padding-left: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dashboard-header-breadcrumbs:before {
  content: '\e917';
  position: absolute;
  font-size: 19px;
  color: #a20cc3;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: 'icomoon';
}
.dashboard-header-breadcrumbs li {
  padding: 0 9px;
  position: relative;
}
.dashboard-header-breadcrumbs li:before {
  content: '|';
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.dashboard-header-breadcrumbs li:first-child {
  padding-left: 0;
}
.dashboard-header-breadcrumbs li:first-child:before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .dashboard-header-breadcrumbs {
    display: none;
  }
}
.dashboard-header-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dashboard-header-cliente {
  width: auto;
  position: relative;
  padding: 0px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #6d717c;
}
.dashboard-header-cliente:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 11px;
  background: #dadce0;
}
.dashboard-header-cliente p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .dashboard-header-cliente {
    display: none;
  }
}
.dashboard-header-salir {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #6d717c;
  padding: 0px 15px;
  border: 0;
  cursor: pointer;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.dashboard-header-salir:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 11px;
  background: #dadce0;
}
@media screen and (max-width: 1024px) {
  .dashboard-header-salir {
    display: none;
  }
}
.dashboard-header-idioma {
  width: auto;
  position: relative;
  padding: 0px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.dashboard-header-idioma:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 11px;
  background: #dadce0;
}
@media screen and (max-width: 1024px) {
  .dashboard-header-idioma {
    display: none;
  }
}
.dashboard-header-idioma-top {
  width: 100%;
  height: 24px;
  padding-right: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #6d717c;
}
.dashboard-header-idioma-top:before {
  content: '\e90f';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: 'icomoon';
  font-size: 15px;
  color: #a20cc3;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dashboard-header-idioma-top p {
  pointer-events: none;
}
@media screen and (max-width: 400px) {
  .dashboard-header-idioma-top {
    font-size: 15px;
  }
}
.dashboard-header-idioma-bottom {
  width: 86px;
  background: #fff;
  padding: 8px 0px;
  -webkit-box-shadow: 2px 4px 16px rgba(0,0,0,0.12);
  box-shadow: 2px 4px 16px rgba(0,0,0,0.12);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  border-radius: 5px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .dashboard-header-idioma-bottom {
    left: auto;
    right: 0;
  }
}
.dashboard-idioma-box {
  width: 100%;
  padding: 2px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #6d717c;
  position: relative;
}
.dashboard-header-notes {
  padding-left: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .dashboard-header-notes {
    padding-left: 10px;
  }
}
.dashboard-header-notes-top {
  width: 35px;
  font-size: 28px;
  color: #296aec;
  position: relative;
  line-height: 0.8;
  cursor: pointer;
}
.dashboard-header-notes-number {
  width: 15px;
  height: 15px;
  background: #f0f4fd;
  border-radius: 50%;
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 13px;
  color: #6d717c;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: -1px;
}
.dashboard-header-notes-number p {
  margin: 0;
}
.dashboard-header-notes-bottom {
  width: 273px;
  padding: 11px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 4px 16px rgba(0,0,0,0.12);
  box-shadow: 2px 4px 16px rgba(0,0,0,0.12);
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .dashboard-header-notes-bottom {
    width: 250px;
  }
}
@media screen and (max-width: 400px) {
  .dashboard-header-notes-bottom {
    right: -10px;
  }
}
.dashboard-header-notes-box {
  width: 100%;
  background: #f9f9f9;
  padding: 8px 12px;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #242321;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 12px;
  display: block;
}
.dashboard-header-notes-box p {
  margin: 0;
}
.dashboard-header-notes-box:last-child {
  margin-bottom: 0;
}
.dashboard-header-notes-box a {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #6d717c;
  border-bottom: 1px solid #a20cc3;
  margin-top: 8px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .dashboard-header-notes-box {
    font-size: 15px;
  }
  .dashboard-header-notes-box a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .dashboard-header-notes-box {
    font-size: 14px;
  }
  .dashboard-header-notes-box a {
    font-size: 14px;
  }
}
.dashboard-menu {
  width: 75px;
  height: 100%;
  background: #fff;
  padding: 15px 0px;
  border-right: 1px solid #dadce0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.dashboard-menu.menu-move {
  width: 250px;
}
.dashboard-menu.menu-move .dashboard-link-text {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.dashboard-menu.menu-move .dashboard-link-icon {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dashboard-menu.menu-move .dashboard-menu-link.active {
  background: rgba(41,106,236,0.05);
}
.dashboard-menu.menu-move .dashboard-menu-link.active:before {
  height: 100%;
}
.dashboard-menu.menu-move .dashboard-menu-link.active .dashboard-link-icon {
  color: #296aec;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dashboard-menu.menu-move .dashboard-menu-link.active .dashboard-link-text {
  color: #296aec;
}
@media screen and (min-width: 1025px) {
  .dashboard-menu.menu-move .dashboard-menu-link:hover {
    background: rgba(41,106,236,0.05);
  }
  .dashboard-menu.menu-move .dashboard-menu-link:hover:before {
    height: 100%;
  }
  .dashboard-menu.menu-move .dashboard-menu-link:hover .dashboard-link-icon {
    color: #296aec;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .dashboard-menu.menu-move .dashboard-menu-link:hover .dashboard-link-text {
    color: #296aec;
  }
}
@media screen and (max-width: 1024px) {
  .dashboard-menu {
    display: none;
  }
}
.dashboard-menu-foto {
  width: 60px;
  height: 60px;
  margin: 0;
  margin-left: 7px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  overflow: hidden;
}
.dashboard-menu-options {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 24px;
  overflow: hidden;
  overflow-y: scroll;
}
/*Ocultar scroll para chrome, safari y opera*/
.dashboard-menu-options::-webkit-scrollbar {
  display: none;
}
/*Ocultar scroll para IE, Edge y Firefox*/
.dashboard-menu-options {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.dashboard-menu-link {
  width: 250px;
  padding: 16px 23px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}
.dashboard-menu-link:last-child {
  margin-bottom: 0;
}
.dashboard-menu-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 0;
  background: #296aec;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: auto;
}
.dashboard-menu-link.active:before {
  height: 29px;
}
.dashboard-menu-link.active .dashboard-link-text {
  color: #296aec;
}
.dashboard-menu-link.active .dashboard-link-icon {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (min-width: 1025px) {
  .dashboard-menu-link:hover:before {
    height: 29px;
  }
  .dashboard-menu-link:hover .dashboard-link-icon {
    color: #296aec;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .dashboard-menu-link:hover .dashboard-link-text {
    color: #296aec;
  }
}
@media screen and (max-width: 1024px) {
  .dashboard-menu-link {
    width: 100%;
  }
  .dashboard-menu-link.active {
    background: rgba(41,106,236,0.05);
  }
  .dashboard-menu-link.active:before {
    height: 100%;
  }
  .dashboard-menu-link.active .dashboard-link-icon {
    color: #296aec;
  }
}
.dashboard-link-icon {
  width: 29px;
  font-size: 29px;
  color: #6d717c;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .dashboard-link-icon {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.dashboard-link-text {
  width: calc(100% - 29px);
  padding-left: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #242321;
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dashboard-link-text p {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .dashboard-link-text {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
}
.dashboard-menu-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f2f7fa;
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.2);
  position: absolute;
  right: -12px;
  bottom: 68px;
  font-size: 11px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #6d717c;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 300;
}
.dashboard-menu-btn.open {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dashboard-content {
  width: 100%;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dashboard-header-res-left {
  display: none;
}
@media screen and (max-width: 1024px) {
  .dashboard-header-res-left {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.dashboard-res-logo {
  width: 141px;
  margin: 0;
  margin-left: 12px;
}
.dashboard-res-logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 400px) {
  .dashboard-res-logo {
    width: 131px;
    margin-left: 8px;
  }
}
.dashboard-header-res-foto {
  margin-left: 20px;
}
@media screen and (max-width: 400px) {
  .dashboard-header-res-foto {
    margin-left: 10px;
  }
}
.dash-header-res-foto-img {
  width: 53px;
  height: 53px;
  margin: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  overflow: hidden;
}
@media screen and (max-width: 400px) {
  .dash-header-res-foto-img {
    width: 50px;
    height: 50px;
  }
}
.dashboard-res-open {
  width: 30px;
  height: 22px;
  margin: 0;
  position: relative;
}
.dashboard-res-open span {
  width: 100%;
  height: 4px;
  display: block;
  background: #296aec;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
.dashboard-res-open span:nth-child(2) {
  width: 60%;
  top: 9px;
}
.dashboard-res-open span:nth-child(3) {
  top: 18px;
}
.dashboard-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.26);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dashboard-menu-overlay.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  z-index: 1000;
}
.dashboard-menu-responsive {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  max-width: 250px;
  width: 100%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dashboard-menu-responsive.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  z-index: 1100;
}
.dash-menu-res-top {
  padding: 0px 27px 0px 8px;
  height: 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dash-menu-res-foto {
  width: 60px;
  height: 60px;
  margin: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  overflow: hidden;
}
.dash-menu-res-idioma {
  position: relative;
}
.dash-menu-res-container {
  height: calc(100% - 90px);
  overflow: auto;
}
.dash-menu-res-list {
  margin-top: 9px;
}
.dash-menu-res-bottom {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dash-menu-res-bottom-title {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #60789d;
  padding: 19px 23px;
  background: rgba(41,106,236,0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dash-menu-res-bottom-title p {
  margin: 0;
}
.dash-menu-res-salir {
  width: 100%;
  padding: 16px 23px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  margin: 14px 0px 37px;
}
.dash-menu-res-bottom-link {
  width: 100%;
  padding: 16px 23px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.dash-menu-res-link-icon {
  width: 29px;
  font-size: 29px;
  color: #6d717c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dash-menu-res-link-text {
  width: calc(100% - 29px);
  padding-left: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #242321;
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dash-menu-res-link-text p {
  margin: 0;
}
.dash-menu-res-link-text button {
  border: 0;
  background: none;
}

.dash-error {
  width: 100%;
  background: #ecf2ff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dash-error-container {
  max-width: 1085px;
  position: relative;
  padding: 218px 0px 117px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .dash-error-container {
    padding: 180px 0px 100px;
  }
}
@media screen and (max-width: 767px) {
  .dash-error-container {
    padding: 150px 0px 100px;
  }
}
.dash-error-deco {
  max-width: 1085px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.dash-error-deco img {
  width: 100%;
  height: auto;
  display: block;
}
.dash-error-content {
  position: relative;
  z-index: 2;
}
.dash-error-deco-left {
  width: 21.014%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dash-error-deco-left img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .dash-error-deco-left {
    display: none;
  }
}
.dash-error-deco-right {
  width: 26.637%;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.dash-error-deco-right img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .dash-error-deco-right {
    display: none;
  }
}
.dash-error-title {
  width: 64.517%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}
.dash-error-title img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .dash-error-title {
    max-width: 500px;
    width: 100%;
  }
}
.dash-error-btn {
  text-align: center;
  margin-top: 12px;
}

.btn {
  display: inline-block;
  font-family: 'IBMPlexSansThai-Medium', sans-serif;
  font-size: 16px;
  padding: 0px 24px;
  border: 0;
  border-radius: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .btn {
    font-size: 15px;
    padding: 0px 20px;
  }
}
.btn-52 {
  height: 52px;
  line-height: 52px;
}
.btn-42 {
  height: 42px;
  line-height: 42px;
}
.btn-38 {
  height: 38px;
  line-height: 38px;
}
.btn-blue {
  background: #286aea;
  color: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(176,176,176,0.74);
  box-shadow: 0px 2px 4px 0px rgba(176,176,176,0.74);
}
@media screen and (min-width: 1025px) {
  .btn-blue:hover {
    background: #0041a3;
  }
}
.btn-white {
  background: #fff;
  color: #296aec;
}
@media screen and (min-width: 1025px) {
  .btn-white:hover {
    background: #0041a3;
  }
}
.btn-line-blue {
  background: transparent;
  border: 1px solid #286aea;
  color: #286aea;
}
@media screen and (min-width: 1025px) {
  .btn-line-blue:hover {
    background: #286aea;
    color: #fff;
  }
}
.btn-box {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.btn-text {
  position: relative;
  padding-right: 30px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-text span {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .btn-text {
    padding-right: 25px;
  }
  .btn-text span {
    font-size: 20px;
  }
}
.btn-text-left {
  position: relative;
  padding-left: 30px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-text-left span {
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .btn-text-left {
    padding-left: 25px;
  }
  .btn-text-left span {
    font-size: 20px;
  }
}
.btn-link {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 16px;
  color: #6d717c;
  position: relative;
  margin: 0;
}
.btn-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-linear-gradient(left, #a10cc3 0%, #a10cc3 15%, #38bcf5 85%, #38bcf5 100%);
  background: -moz-linear-gradient(left, #a10cc3 0%, #a10cc3 15%, #38bcf5 85%, #38bcf5 100%);
  background: -o-linear-gradient(left, #a10cc3 0%, #a10cc3 15%, #38bcf5 85%, #38bcf5 100%);
  background: -ms-linear-gradient(left, #a10cc3 0%, #a10cc3 15%, #38bcf5 85%, #38bcf5 100%);
  background: linear-gradient(to right, #a10cc3 0%, #a10cc3 15%, #38bcf5 85%, #38bcf5 100%);
}
@media screen and (max-width: 1024px) {
  .btn-link {
    font-size: 15px;
  }
}
.btn-link-icon {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 16px;
  color: #6d717c;
  position: relative;
  margin: 0;
  padding-left: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-link-icon span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 24px;
  color: #242321;
}
@media screen and (max-width: 1024px) {
  .btn-link-icon {
    font-size: 15px;
  }
}
.btn-link-icon-text {
  position: relative;
}
.btn-link-icon-text:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-linear-gradient(left, #a10cc3 0%, #a10cc3 15%, #38bcf5 85%, #38bcf5 100%);
  background: -moz-linear-gradient(left, #a10cc3 0%, #a10cc3 15%, #38bcf5 85%, #38bcf5 100%);
  background: -o-linear-gradient(left, #a10cc3 0%, #a10cc3 15%, #38bcf5 85%, #38bcf5 100%);
  background: -ms-linear-gradient(left, #a10cc3 0%, #a10cc3 15%, #38bcf5 85%, #38bcf5 100%);
  background: linear-gradient(to right, #a10cc3 0%, #a10cc3 15%, #38bcf5 85%, #38bcf5 100%);
}
.title h1,
.title h2,
.title h3,
.title h4,
.title h5 {
  font-family: 'Poppins-SemiBold', sans-serif;
  line-height: 1.3;
  letter-spacing: -0.44px;
  margin: 0;
}
.title-bold h1,
.title-bold h2,
.title-bold h3,
.title-bold h4,
.title-bold h5 {
  font-family: 'Poppins-Bold', sans-serif;
  line-height: 1.3;
  letter-spacing: -0.44px;
  margin: 0;
}
.title-light h1,
.title-light h2,
.title-light h3,
.title-light h4,
.title-light h5 {
  font-family: 'Poppins-Light', sans-serif;
  line-height: 1.3;
  letter-spacing: -0.44px;
  margin: 0;
}
.title-light h1 strong,
.title-light h2 strong,
.title-light h3 strong,
.title-light h4 strong,
.title-light h5 strong {
  font-weight: normal;
  font-family: 'Poppins-Bold', sans-serif;
}
.title-black h1,
.title-black h2,
.title-black h3,
.title-black h4,
.title-black h5 {
  color: #242321;
}
.title-white h1,
.title-white h2,
.title-white h3,
.title-white h4,
.title-white h5 {
  color: #fff;
}
.title-55 h1,
.title-55 h2,
.title-55 h3,
.title-55 h4,
.title-55 h5 {
  font-size: 55px;
}
@media screen and (max-width: 1024px) {
  .title-55 h1,
  .title-55 h2,
  .title-55 h3,
  .title-55 h4,
  .title-55 h5 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .title-55 h1,
  .title-55 h2,
  .title-55 h3,
  .title-55 h4,
  .title-55 h5 {
    font-size: 33px;
  }
}
@media screen and (max-width: 400px) {
  .title-55 h1,
  .title-55 h2,
  .title-55 h3,
  .title-55 h4,
  .title-55 h5 {
    font-size: 28px;
  }
}
.title-40 h1,
.title-40 h2,
.title-40 h3,
.title-40 h4,
.title-40 h5 {
  font-size: 40px;
}
@media screen and (max-width: 1024px) {
  .title-40 h1,
  .title-40 h2,
  .title-40 h3,
  .title-40 h4,
  .title-40 h5 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .title-40 h1,
  .title-40 h2,
  .title-40 h3,
  .title-40 h4,
  .title-40 h5 {
    font-size: 30px;
  }
}
@media screen and (max-width: 400px) {
  .title-40 h1,
  .title-40 h2,
  .title-40 h3,
  .title-40 h4,
  .title-40 h5 {
    font-size: 25px;
  }
}
.title-35 h1,
.title-35 h2,
.title-35 h3,
.title-35 h4,
.title-35 h5 {
  font-size: 35px;
}
.title-35 h1 strong,
.title-35 h2 strong,
.title-35 h3 strong,
.title-35 h4 strong,
.title-35 h5 strong {
  font-size: 40px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .title-35 h1,
  .title-35 h2,
  .title-35 h3,
  .title-35 h4,
  .title-35 h5 {
    font-size: 30px;
  }
  .title-35 h1 strong,
  .title-35 h2 strong,
  .title-35 h3 strong,
  .title-35 h4 strong,
  .title-35 h5 strong {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .title-35 h1 strong,
  .title-35 h2 strong,
  .title-35 h3 strong,
  .title-35 h4 strong,
  .title-35 h5 strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 400px) {
  .title-35 h1,
  .title-35 h2,
  .title-35 h3,
  .title-35 h4,
  .title-35 h5 {
    font-size: 22px;
  }
  .title-35 h1 strong,
  .title-35 h2 strong,
  .title-35 h3 strong,
  .title-35 h4 strong,
  .title-35 h5 strong {
    font-size: 22px;
  }
}
.title-30 h1,
.title-30 h2,
.title-30 h3,
.title-30 h4,
.title-30 h5 {
  font-size: 30px;
}
@media screen and (max-width: 400px) {
  .title-30 h1,
  .title-30 h2,
  .title-30 h3,
  .title-30 h4,
  .title-30 h5 {
    font-size: 20px;
  }
}
.title-25 h1,
.title-25 h2,
.title-25 h3,
.title-25 h4,
.title-25 h5 {
  font-size: 25px;
}
@media screen and (max-width: 400px) {
  .title-25 h1,
  .title-25 h2,
  .title-25 h3,
  .title-25 h4,
  .title-25 h5 {
    font-size: 20px;
  }
}
.input {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input input,
.input textarea,
.input select {
  width: 100%;
  color: #242321;
  font-family: 'IBMPlexSansThai-Regular', sans-serif;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  border: 1px solid #dadce0;
  height: 50px;
  background: transparent;
  position: relative;
  padding: 20px 22px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input input:focus + label,
.input textarea:focus + label,
.input select:focus + label {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
  font-size: 13px;
  color: #60789d;
}
@media screen and (max-width: 1024px) {
  .input input,
  .input textarea,
  .input select {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .input input,
  .input textarea,
  .input select {
    font-size: 14px;
  }
}
.input-select select {
  padding: 20px 35px 0px 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}
.input-select select::-ms-expand {
  display: none;
}
.input-select span {
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 15px;
  font-size: 12px;
  color: #a20cc3;
  text-align: center;
  z-index: 1;
  pointer-events: none;
  margin: auto;
}
.input-textarea textarea {
  line-height: 1.2;
  height: 258px;
  padding-top: 45px;
}
.input-textarea .input-label {
  top: 25px;
}
.input-label {
  position: absolute;
  top: 13px;
  left: 0;
  padding: 0px 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #6d717c;
  font-family: 'IBMPlexSansThai-Regular', sans-serif;
  font-size: 16px;
  display: block;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  pointer-events: none;
}
.input-label.active {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
  font-size: 13px;
  color: #60789d;
}
@media screen and (max-width: 1024px) {
  .input-label {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .input-label {
    font-size: 14px;
  }
}
input.soloNumber[type="number"] {
  -moz-appearance: textfield;
}
input.soloNumber[type="number"]::-webkit-inner-spin-button,
input.soloNumber[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-box-two {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.input-box-two .input,
.input-box-two .input-select2 {
  width: 49.032%;
  margin-right: 1.936%;
}
.input-box-two .input:nth-child(2n + 2),
.input-box-two .input-select2:nth-child(2n + 2) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .input-box-two .input,
  .input-box-two .input-select2 {
    width: 100%;
    margin-right: 0;
  }
}
.input-nota {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #60789d;
  margin-top: 8px;
}
.input-nota p {
  margin: 0;
}
.input-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.input-checkbox input[type="checkbox"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.input-checkbox label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-right: 0;
  margin-left: 0;
}
.input-checkbox input[type="checkbox"]:checked + label .input-checkbox-box:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.input-checkbox-box {
  position: relative;
  width: 21px;
  height: 21px;
}
.input-checkbox-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f7fa;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-checkbox-box:after {
  content: "\e911";
  position: absolute;
  top: 0;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  color: #296aec;
  font-size: 12px;
  font-family: 'icomoon';
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.input-checkbox-text {
  width: calc(100% - 21px);
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #6d717c;
  padding-left: 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .input-checkbox-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .input-checkbox-text {
    font-size: 14px;
  }
}
.input-select2 {
  width: 100%;
  padding-top: 14px;
  border-radius: 8px;
  border: 1px solid #dadce0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.input-select2 .select2-container {
  width: 100% !important;
  padding: 0px 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-select2 .select2-container--classic .select2-selection--multiple {
  border: 0;
}
.input-select2 .select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background: #f2f7fa;
  border: 0;
  border-radius: 7px;
  position: relative;
  font-size: 14px;
  font-family: 'Poppins-Regular', sans-serif;
  color: #6d717c;
  padding: 0px 6px;
  padding-right: 30px;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .input-select2 .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    font-size: 13px;
  }
}
.input-select2 .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 0;
}
.input-select2 .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:before {
  content: '\e907';
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 13px;
  color: #39baf4;
  font-family: 'icomoon';
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.input-select2-label {
  position: absolute;
  top: 0;
  left: 22px;
  color: #60789d;
  font-family: 'IBMPlexSansThai-Regular', sans-serif;
  font-size: 13px;
  display: block;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  pointer-events: none;
  z-index: 2;
}
.input-file {
  width: 100%;
  height: 50px;
  position: relative;
  margin: 0;
}
.input-file input[type="file"] {
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.input-file-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #dadce0;
  padding: 0px 22px;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-file-text {
  display: block;
  color: #6d717c;
  font-family: 'IBMPlexSansThai-Regular', sans-serif;
  font-size: 16px;
  margin: auto 0;
}
@media screen and (max-width: 1024px) {
  .input-file-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .input-file-text {
    font-size: 14px;
  }
}
.input-error {
  color: #f00;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  background: #f9f9f9;
  padding: 2px 5px;
  margin-top: 5px;
  border-radius: 5px;
  display: inline-block;
}

.b1home {
  width: 100%;
  background: #ecf2ff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1home-container {
  max-width: 925px;
  padding: 209px 0px 75px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .b1home-container .title-bold {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(80%);
    -moz-transform: translateY(80%);
    -o-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%);
    -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -o-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -ms-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  }
  .b1home-container.animation .title-bold,
  .b1home-container.animation .b1home-text,
  .b1home-container.animation .b1home-logos,
  .b1home-container.animation .b1home-btn {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  .b1home-container {
    padding: 170px 0px 60px;
  }
}
@media screen and (max-width: 767px) {
  .b1home-container {
    padding: 128px 0px 40px;
  }
}
.b1home-text {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 20px;
  color: #60789d;
  margin-top: 20px;
}
.b1home-text p {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b1home-text {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(80%);
    -moz-transform: translateY(80%);
    -o-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%);
    -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -o-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -ms-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
@media screen and (max-width: 767px) {
  .b1home-text {
    margin-top: 16px;
  }
}
@media screen and (max-width: 400px) {
  .b1home-text {
    font-size: 18px;
  }
}
.b1home-logos {
  max-width: 384px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
.b1home-logos img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .b1home-logos {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(80%);
    -moz-transform: translateY(80%);
    -o-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%);
    -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -o-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -ms-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
  }
}
@media screen and (max-width: 767px) {
  .b1home-logos {
    max-width: 300px;
  }
}
.b1home-btn {
  margin-top: 50px;
}
.b1home-btn .btn {
  font-family: 'Poppins-Regular', sans-serif;
}
@media screen and (min-width: 1025px) {
  .b1home-btn {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(80%);
    -moz-transform: translateY(80%);
    -o-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%);
    -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -o-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -ms-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
}
@media screen and (max-width: 767px) {
  .b1home-btn {
    margin-top: 40px;
  }
}
.b1home-img-wrap {
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b1home-img-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 52%;
  background: #ecf2ff;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .b1home-img-wrap {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -o-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -ms-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  }
  .b1home-img-wrap.animation {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .b1home-img-wrap:before {
    height: 69%;
  }
}
.b1home-img {
  max-width: 1034px;
  position: relative;
  z-index: 2;
}
.b1home-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .b1home-img {
    display: none;
  }
}
.b1home-img-mobile {
  display: none;
  max-width: 320px;
  position: relative;
  z-index: 2;
}
.b1home-img-mobile img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .b1home-img-mobile {
    display: block;
  }
}
.b2home {
  width: 100%;
  padding: 125px 0px 63px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .b2home {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(80%);
    -moz-transform: translateY(80%);
    -o-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%);
    -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -o-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -ms-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  }
  .b2home.animation {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  .b2home {
    padding: 100px 0px 50px;
  }
}
@media screen and (max-width: 767px) {
  .b2home {
    padding: 80px 0px 40px;
  }
}
.b2home-container {
  max-width: 1150px;
}
@media screen and (max-width: 860px) {
  .b2home-container {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.b2home-count {
  margin: 0px 20px;
}
.b2home-count-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.b2home-count-number {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: 'IBMPlexSansThai-Bold', sans-serif;
  font-size: 82px;
  background: -webkit-linear-gradient(315deg, #a10cc3 0%, #38bcf5 100%);
  background: -moz-linear-gradient(315deg, #a10cc3 0%, #38bcf5 100%);
  background: -o-linear-gradient(315deg, #a10cc3 0%, #38bcf5 100%);
  background: -ms-linear-gradient(315deg, #a10cc3 0%, #38bcf5 100%);
  background: linear-gradient(135deg, #a10cc3 0%, #38bcf5 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #fff;
  margin-right: 15px;
  line-height: 1;
}
@media screen and (max-width: 400px) {
  .b2home-count-number {
    font-size: 80px;
  }
}
.b2home-count-text {
  max-width: 130px;
  width: 100%;
  margin: 0;
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 20px;
  color: #6d717c;
}
.b2home-count-text p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b2home-count-text {
    max-width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .b2home-count-text {
    font-size: 18px;
  }
}
.b3home {
  width: 100%;
  padding: 63px 0px 127px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .b3home.animation .title-bold {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .b3home.animation .b3home-info,
  .b3home.animation .b3home-img {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 1024px) {
  .b3home {
    padding: 60px 0px 80px;
  }
}
@media screen and (max-width: 767px) {
  .b3home {
    padding: 40px 0px 40px;
  }
}
.b3home-container {
  max-width: 1146px;
}
@media screen and (min-width: 1025px) {
  .b3home-container .title-bold {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(80%);
    -moz-transform: translateY(80%);
    -o-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%);
    -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -o-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -ms-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  }
}
@media screen and (max-width: 767px) {
  .b3home-container .title-bold {
    text-align: center;
  }
}
.b3home-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 37px;
}
.b3home-info {
  width: 39.004%;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 20px;
  color: #6d717c;
}
.b3home-info strong {
  font-weight: normal;
  font-family: 'Poppins-SemiBold', sans-serif;
}
.b3home-info li {
  display: block;
  margin-bottom: 41px;
  padding-left: 37px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b3home-info li:before {
  content: '\e919';
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 21px;
  color: #39baf4;
  font-family: 'icomoon';
}
.b3home-info li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .b3home-info {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -o-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -ms-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
  }
}
@media screen and (max-width: 1024px) {
  .b3home-info li {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 860px) {
  .b3home-info {
    width: 100%;
    margin-bottom: 40px;
  }
  .b3home-info li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b3home-info {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .b3home-info {
    font-size: 16px;
  }
}
.b3home-img {
  width: 60.996%;
}
.b3home-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .b3home-img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -o-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -ms-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
  }
}
@media screen and (max-width: 860px) {
  .b3home-img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .b3home-img {
    display: none;
  }
}
.b4home {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4home:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  background: #ebf2f6;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.b4home:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1267px;
  width: 100%;
  height: 38px;
  background: -webkit-linear-gradient(336deg, #286aea 16.28%, #9e0dbe 85.76%);
  background: -moz-linear-gradient(336deg, #286aea 16.28%, #9e0dbe 85.76%);
  background: -o-linear-gradient(336deg, #286aea 16.28%, #9e0dbe 85.76%);
  background: -ms-linear-gradient(336deg, #286aea 16.28%, #9e0dbe 85.76%);
  background: linear-gradient(114deg, #286aea 16.28%, #9e0dbe 85.76%);
  filter: blur(25px);
  opacity: 0.46;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=46)";
  filter: alpha(opacity=46);
  border-radius: 50px;
}
.b4home-container {
  max-width: 1448px;
  background-image: url("../img/b4home-fondo.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  border-radius: 45px;
  padding: 78px 60px 68px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .b4home-container {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(80%);
    -moz-transform: translateY(80%);
    -o-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%);
    -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -o-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -ms-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  }
  .b4home-container.animation {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  .b4home-container {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 767px) {
  .b4home-container {
    padding: 50px 25px;
  }
}
.b4home-content {
  max-width: 1138px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4home-content .title-light {
  text-align: center;
}
.b4home-content .title-light h2 {
  line-height: 1.4;
}
.b4home-text {
  max-width: 892px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Poppins-Regular', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-top: 5px;
}
.b4home-text p {
  margin: 0;
}
.b4home-text strong {
  font-weight: normal;
  font-family: 'Poppins-SemiBold', sans-serif;
}
@media screen and (max-width: 1024px) {
  .b4home-text {
    margin-top: 40px;
  }
}
@media screen and (max-width: 400px) {
  .b4home-text {
    font-size: 16px;
  }
}
.b4home-wrap {
  margin-top: 69px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b4home-wrap .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .b4home-wrap {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .b4home-wrap {
    margin-top: 40px;
  }
}
.b4home-box-slide {
  margin: 0px 13px;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .b4home-box-slide {
    margin: 0px 8px;
  }
}
.b4home-box {
  width: 100%;
  height: 100%;
  padding: 0px 24px 24px 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b4home-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 46px);
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(0,0,0,0.2);
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .b4home-box {
    padding: 0px 20px 20px;
  }
  .b4home-box:before {
    height: calc(100% - 30px);
  }
}
@media screen and (max-width: 620px) {
  .b4home-box {
    margin-bottom: 20px;
  }
  .b4home-box:last-child {
    margin-bottom: 0;
  }
}
.b4home-box-title {
  margin-bottom: 6px;
  position: relative;
}
.b4home-box-title h3 {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 30px;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 400px) {
  .b4home-box-title h3 {
    font-size: 20px;
  }
}
.b4home-box-subtitle {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}
.b4home-box-subtitle p {
  margin: 0;
}
@media screen and (max-width: 400px) {
  .b4home-box-subtitle {
    font-size: 15px;
  }
}
.b4home-box-list {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 42px;
}
.b4home-box-list p {
  margin: 0;
}
.b4home-box-list ul,
.b4home-box-list ol {
  padding-left: 20px;
}
.b4home-box-list li {
  list-style: disc;
}
@media screen and (max-width: 400px) {
  .b4home-box-list {
    font-size: 14px;
  }
}
.b4home-box-icon {
  max-width: 52px;
  width: 100%;
  margin: 0 auto;
  margin-right: 0;
  position: absolute;
  right: 0;
  bottom: 21px;
}
.b4home-box-icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .b4home-box-icon {
    max-width: 40px;
  }
}
.b4home-btn {
  margin-top: 28px;
  text-align: center;
}
.b5home {
  width: 100%;
  padding: 160px 0px 106px;
  background: #ebf2f6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b5home {
    padding: 80px 0px;
  }
}
@media screen and (max-width: 767px) {
  .b5home {
    padding: 50px 0px 40px;
  }
}
.b5home-container {
  max-width: 1167px;
}
.b5home-title {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .b5home-title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(80%);
    -moz-transform: translateY(80%);
    -o-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%);
    -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -o-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -ms-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  }
  .b5home-title.animation {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.b5home-content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 92px;
}
@media screen and (max-width: 1024px) {
  .b5home-content {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .b5home-content {
    margin-top: 50px;
  }
}
.b5home-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 106px;
}
.b5home-wrap:last-child {
  margin-bottom: 0;
}
.b5home-wrap:nth-child(odd) {
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.b5home-wrap:nth-child(odd) .b5home-wrap-info {
  margin-right: 0;
  margin-left: 2.312%;
}
@media screen and (min-width: 1025px) {
  .b5home-wrap:nth-child(odd) .b5home-wrap-img {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .b5home-wrap:nth-child(odd) .b5home-wrap-info {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .b5home-wrap.animation .b5home-wrap-img,
  .b5home-wrap.animation .b5home-wrap-info {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 1024px) {
  .b5home-wrap {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 860px) {
  .b5home-wrap {
    margin-bottom: 50px;
  }
}
.b5home-wrap-img {
  width: 59.984%;
}
.b5home-wrap-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .b5home-wrap-img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -o-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -ms-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  }
}
@media screen and (max-width: 860px) {
  .b5home-wrap-img {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b5home-wrap-img {
    max-width: 320px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.b5home-wrap-img-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .b5home-wrap-img-desktop {
    display: none;
  }
}
.b5home-wrap-img-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .b5home-wrap-img-mobile {
    display: block;
  }
}
.b5home-wrap-info {
  width: 37.704%;
  margin-right: 2.312%;
}
.b5home-wrap-info .title h3 {
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  .b5home-wrap-info {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -o-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -ms-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  }
}
@media screen and (max-width: 860px) {
  .b5home-wrap-info {
    width: 100%;
    margin-right: 0;
  }
}
.b5home-wrap-text {
  margin-top: 15px;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 20px;
  color: #60789d;
  line-height: 30px;
}
.b5home-wrap-text li {
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b5home-wrap-text li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #60789d;
  top: 12px;
  left: 12px;
}
@media screen and (max-width: 1024px) {
  .b5home-wrap-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 400px) {
  .b5home-wrap-text {
    font-size: 15px;
  }
}
.b6home {
  width: 100%;
  padding: 135px 0px 193px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b6home {
    padding: 60px 0px 80px;
  }
}
@media screen and (max-width: 767px) {
  .b6home {
    padding: 40px 0px 50px;
  }
}
.b6home-container {
  max-width: 1194px;
}
@media screen and (min-width: 1025px) {
  .b6home-container.animation .b6home-title,
  .b6home-container.animation .b6home-text {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .b6home-container.animation .b6home-content {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
.b6home-title {
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .b6home-title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(80%);
    -moz-transform: translateY(80%);
    -o-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%);
    -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -o-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -ms-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  }
}
.b6home-text {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 20px;
  color: #60789d;
  text-align: center;
}
.b6home-text p {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b6home-text {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(80%);
    -moz-transform: translateY(80%);
    -o-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%);
    -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -o-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -ms-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
  }
}
@media screen and (max-width: 400px) {
  .b6home-text {
    font-size: 18px;
  }
}
.b6home-content {
  margin-top: 62px;
}
.b6home-content.slick-dotted.slick-slider {
  margin-bottom: 60px;
}
.b6home-content .slick-dots {
  bottom: -60px;
}
.b6home-content .slick-dots li {
  width: 18px;
  height: 12px;
  margin: 0px 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b6home-content .slick-dots li button {
  width: 18px;
  height: 12px;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b6home-content .slick-dots li button:before {
  content: '';
  width: 18px;
  height: 12px;
  background: #296aec;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b6home-content .slick-dots li.slick-active {
  width: 54px;
}
.b6home-content .slick-dots li.slick-active button {
  width: 54px;
}
.b6home-content .slick-dots li.slick-active button:before {
  width: 54px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (min-width: 1025px) {
  .b6home-content {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -o-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -ms-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
}
@media screen and (max-width: 767px) {
  .b6home-content {
    margin-top: 50px;
  }
}
.b6home-box {
  margin: 0px 27px;
}
@media screen and (max-width: 1024px) {
  .b6home-box {
    margin: 0px 15px;
  }
}
@media screen and (max-width: 767px) {
  .b6home-box {
    margin: 0px 10px;
  }
}
.b6home-box-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 58px 36px 32px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b6home-box-wrap:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 23px);
  height: 100%;
  background: #f2f7fa;
  border-radius: 31px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .b6home-box-wrap {
    padding: 40px 20px 25px 0px;
  }
}
@media screen and (max-width: 767px) {
  .b6home-box-wrap {
    padding: 30px 15px 20px 0px;
  }
}
.b6home-box-img {
  width: 74px;
  height: 74px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
}
@media screen and (max-width: 1024px) {
  .b6home-box-img {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .b6home-box-img {
    width: 60px;
    height: 60px;
  }
}
.b6home-box-info {
  width: calc(100% - 74px);
  padding-left: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b6home-box-info {
    width: calc(100% - 65px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b6home-box-info {
    width: calc(100% - 60px);
  }
}
.b6home-box-text {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 20px;
  color: #60789d;
  padding-bottom: 20px;
}
.b6home-box-text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b6home-box-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .b6home-box-text {
    font-size: 14px;
  }
}
.b6home-box-name {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 20px;
  color: #39baf4;
  padding-bottom: 20px;
}
.b6home-box-name p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b6home-box-name {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .b6home-box-name {
    font-size: 14px;
  }
}
.b6home-box-note {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 20px;
  color: #242321;
  padding-left: 23px;
  position: relative;
}
.b6home-box-note p {
  margin: 0;
}
.b6home-box-note strong {
  font-weight: normal;
  font-family: 'Poppins-Bold', sans-serif;
}
.b6home-box-note:before {
  content: '\e910';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  color: #296aec;
  font-family: 'icomoon';
}
@media screen and (max-width: 1024px) {
  .b6home-box-note {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .b6home-box-note {
    font-size: 14px;
  }
}
.b7home {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b7home:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #ebf2f6;
  z-index: -1;
}
.b7home-container {
  max-width: 1133px;
}
@media screen and (min-width: 1025px) {
  .b7home-container {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(80%);
    -moz-transform: translateY(80%);
    -o-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%);
    -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -o-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -ms-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  }
  .b7home-container.animation {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.b7home-content {
  width: 100%;
  padding: 56px 73px;
  background-image: url("../img/b7home-fondo.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  border-radius: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b7home-content {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b7home-content {
    padding: 75px 20px 69px;
  }
}
.b7home-info {
  width: 57.954%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 680px) {
  .b7home-info {
    width: 100%;
    text-align: center;
  }
}
.b7home-btn {
  margin-top: 32px;
}
@media screen and (max-width: 680px) {
  .b7home-btn {
    margin-top: 25px;
  }
}
.b7home-img {
  width: 48.545%;
  position: absolute;
  right: 14px;
  bottom: -21px;
}
.b7home-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .b7home-img {
    display: none;
  }
}
.b8home {
  width: 100%;
  padding: 102px 0px 72px;
  background: #ebf2f6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b8home {
    padding: 100px 0px 60px;
  }
}
@media screen and (max-width: 767px) {
  .b8home {
    padding: 80px 0px 40px;
  }
}
.b8home-container {
  max-width: 953px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b8home-wrap {
  width: 46.17%;
  background: #fff;
  border-radius: 20px;
  padding: 35px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 7.66%;
}
.b8home-wrap:nth-child(2n + 2) {
  margin-right: 0;
}
.b8home-wrap:hover .b8home-wrap-title:before {
  right: -12px;
}
@media screen and (min-width: 1025px) {
  .b8home-wrap {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -o-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    -ms-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  }
  .b8home-wrap:nth-child(even) {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .b8home-wrap.animation {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .b8home-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .b8home-wrap:last-child {
    margin-bottom: 0;
  }
}
.b8home-wrap-title {
  margin-bottom: 18px;
  position: relative;
  display: inline-block;
  padding-right: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b8home-wrap-title:before {
  content: '\e910';
  position: absolute;
  font-family: 'icomoon';
  font-size: 24px;
  color: #296aec;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .b8home-wrap-title {
    margin-bottom: 0;
  }
}
.b8home-wrap-text {
  font-family: 'Poppins-Regular', sans-serif;
  color: #60789d;
  font-size: 16px;
}
.b8home-wrap-text p:last-child {
  margin: 0;
}
.b8home-wrap-text strong {
  font-weight: normal;
  font-family: 'Poppins-SemiBold', sans-serif;
}
@media screen and (max-width: 767px) {
  .b8home-wrap-text {
    font-size: 15px;
    display: none;
  }
}

.libro {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.libro-deco {
  max-width: 1085px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.libro-deco img {
  width: 100%;
  height: auto;
  display: block;
}
.libro-title {
  width: 100%;
  padding: 209px 0px 80px;
  background: #ecf2ff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .libro-title {
    padding: 180px 0px 60px;
  }
}
@media screen and (max-width: 767px) {
  .libro-title {
    padding: 130px 0px 40px;
  }
}
.libro-wrap {
  max-width: 965px;
  position: relative;
  z-index: 1;
}
.libro-text {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 20px;
  color: #60789d;
  margin-top: 50px;
}
.libro-text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .libro-text {
    font-size: 18px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .libro-text {
    font-size: 16px;
    margin-top: 25px;
  }
}
.libro-container {
  max-width: 1003px;
}
.libro-form {
  width: 100%;
  padding: 108px 0px 170px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .libro-form {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .libro-form {
    padding: 40px 0px;
  }
}
.libro-box {
  margin-top: 72px;
}
.libro-box:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .libro-box {
    margin-top: 50px;
  }
}
.libro-subtitle {
  padding-bottom: 19px;
}
.libro-list {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.libro-list .input {
  margin-bottom: 22px;
}
.libro-input-two {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.libro-input-two .input {
  width: 47.16%;
}
@media screen and (max-width: 767px) {
  .libro-input-two .input {
    width: 100%;
  }
}
.libro-input-three {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.libro-input-three .input {
  width: 31.507%;
}
@media screen and (max-width: 767px) {
  .libro-input-three .input {
    width: 100%;
  }
}
.libro-nota {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #60789d;
  text-align: right;
}
.libro-nota p {
  margin: 0;
}
.libro-archivos {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .libro-archivos {
    margin-top: 30px;
  }
}
.libro-description {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #60789d;
  margin-bottom: 20px;
}
.libro-description p {
  margin: 0;
}
.libro-description strong {
  font-weight: normal;
  font-size: 16px;
  color: #242321;
  display: block;
}
@media screen and (max-width: 400px) {
  .libro-description strong {
    font-size: 15px;
  }
}
.libro-respuesta {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .libro-respuesta {
    margin-top: 30px;
  }
}
.libro-respuesta-title {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #60789d;
  margin-bottom: 20px;
}
.libro-respuesta-title p {
  margin: 0;
}
.libro-respuesta-options {
  max-width: 337px;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.libro-radio {
  position: relative;
  margin-bottom: 10px;
}
.libro-radio:last-child {
  margin-right: 0;
}
.libro-radio input[type="radio"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.libro-radio label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.libro-radio input[type="radio"]:checked + label .libro-radio-box:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.libro-radio-box {
  position: relative;
  width: 28px;
  height: 28px;
}
.libro-radio-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: 1px solid #296aec;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.libro-radio-box:after {
  content: "\e911";
  position: absolute;
  top: 0;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  color: #296aec;
  font-size: 12px;
  font-family: 'icomoon';
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.libro-radio-text {
  width: calc(100% - 28px);
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #242321;
  padding-left: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 400px) {
  .libro-radio-text {
    font-size: 15px;
  }
}
.libro-importante {
  margin-top: 57px;
  font-family: 'Poppins-Regular', sans-serif;
  color: #60789d;
  font-size: 16px;
  padding-left: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.libro-importante p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .libro-importante {
    margin-top: 40px;
  }
}
@media screen and (max-width: 400px) {
  .libro-importante {
    font-size: 15px;
  }
}
.libro-check {
  margin-top: 22px;
}
.libro-check .input-checkbox-box {
  width: 28px;
  height: 28px;
}
.libro-check .input-checkbox-box:before {
  border: 1px solid #296aec;
  border-radius: 10px;
  background: transparent;
}
.libro-check .input-checkbox-text {
  width: calc(100% - 28px);
  color: #60789d;
}
.libro-btn {
  text-align: center;
  margin-top: 92px;
}
@media screen and (max-width: 767px) {
  .libro-btn {
    margin-top: 50px;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 920;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  overflow: auto;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -moz-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -ms-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.popup.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.popup-wrap {
  background: #fff;
  padding: 59px 36px 44px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.popup-wrap.ww-center {
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .popup-wrap {
    padding: 50px 25px 20px;
  }
}
.popup-close {
  position: absolute;
  top: 22px;
  right: 22px;
  color: #296aec;
  display: inline-block;
  font-size: 25px;
  cursor: pointer;
}
.popup-content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup-register-title {
  text-align: center;
  padding-bottom: 35px;
}
.popup-register-title h4 {
  font-family: 'Poppins-Bold', sans-serif;
  font-size: 30px;
  color: #242321;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .popup-register-title {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 400px) {
  .popup-register-title h4 {
    font-size: 25px;
  }
}
.popup-register-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .popup-register-btns {
    margin-bottom: 30px;
  }
}
.popup-register-cuenta-btn {
  text-align: center;
  margin-top: 17px;
}
.popup-register-btn-box {
  width: 48.5%;
  background: #fff;
  padding: 0px 10px;
  height: 52px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  margin-right: 3%;
}
.popup-register-btn-box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 560px) {
  .popup-register-btn-box {
    width: 100%;
    margin: 5px 0px;
  }
}
.popup-register-btn-icon {
  width: 27px;
}
.popup-register-btn-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.popup-register-btn-text {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #757575;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .popup-register-btn-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .popup-register-btn-text {
    font-size: 14px;
  }
}
.popup-register-divisor {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 16px;
  color: #6d717c;
  text-align: center;
  position: relative;
}
.popup-register-divisor p {
  margin: 0;
  background: #fff;
  padding: 0px 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}
.popup-register-divisor:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: -webkit-linear-gradient(left, #a10cc3 0%, #a10cc3 15%, #38bcf5 85%, #38bcf5 100%);
  background: -moz-linear-gradient(left, #a10cc3 0%, #a10cc3 15%, #38bcf5 85%, #38bcf5 100%);
  background: -o-linear-gradient(left, #a10cc3 0%, #a10cc3 15%, #38bcf5 85%, #38bcf5 100%);
  background: -ms-linear-gradient(left, #a10cc3 0%, #a10cc3 15%, #38bcf5 85%, #38bcf5 100%);
  background: linear-gradient(to right, #a10cc3 0%, #a10cc3 15%, #38bcf5 85%, #38bcf5 100%);
}
@media screen and (max-width: 767px) {
  .popup-register-divisor p {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 400px) {
  .popup-register-divisor {
    font-size: 15px;
  }
}
.popup-register-form {
  margin-top: 19px;
}
.popup-register-form li {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .popup-register-form {
    margin-bottom: 10px;
  }
  .popup-register-form li {
    margin-bottom: 10px;
  }
}
.popup-register-btn {
  text-align: center;
  margin-bottom: 19px;
}
.popup-register-link {
  text-align: center;
}
.popup-register-cuenta {
  width: 100%;
  padding: 26px 26px 23px;
  background: #f2f7fa;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 39px;
}
.popup-register-cuenta-title {
  text-align: center;
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 16px;
  color: #6d717c;
}
.popup-register-cuenta-title p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .popup-register-cuenta-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .popup-register-cuenta-title {
    font-size: 14px;
  }
}
.popup-register-check {
  max-width: 454px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 41px;
}
@media screen and (max-width: 767px) {
  .popup-register-check {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 560px) {
  .popup-register-check {
    max-width: 213px;
  }
}
.popup-register-check-box {
  width: 46%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.popup-register-check-box input[type="radio"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.popup-register-check-box label {
  width: 100%;
  padding: 18px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.popup-register-check-box input[type="radio"]:checked + label {
  border: 1px solid #296aec;
}
@media screen and (max-width: 560px) {
  .popup-register-check-box {
    width: 100%;
    margin: 5px 0px;
  }
}
.popup-register-check-text {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 20px;
  color: #6d717c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .popup-register-check-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .popup-register-check-text {
    font-size: 16px;
  }
}
.popup-codigo .popup-wrap {
  padding: 59px 36px 44px;
}
@media screen and (max-width: 767px) {
  .popup-codigo .popup-wrap {
    padding: 55px 25px;
  }
}
.popup-codigo-title {
  margin-bottom: 29px;
}
.popup-codigo-title h3 {
  font-family: 'Poppins-Bold', sans-serif;
  font-size: 30px;
  color: #6d717c;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .popup-codigo-title h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .popup-codigo-title h3 {
    font-size: 20px;
  }
}
.popup-codigo-text {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #6d717c;
}
@media screen and (max-width: 1024px) {
  .popup-codigo-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .popup-codigo-text {
    font-size: 14px;
  }
}
.popup-codigo-check {
  margin-top: 37px;
}
.popup-codigo-btn {
  text-align: right;
  margin-top: 50px;
}
.popup-propuesta-enviada-text {
  max-width: 439px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Poppins-Bold', sans-serif;
  font-size: 30px;
  color: #242321;
  text-align: center;
  letter-spacing: -0.33px;
  padding: 50px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup-propuesta-enviada-text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .popup-propuesta-enviada-text {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .popup-propuesta-enviada-text {
    font-size: 20px;
    padding: 20px 0px;
  }
}
.popup-eliminar-perfil-check {
  text-align: center;
}
.popup-eliminar-perfil-check .input-checkbox {
  display: inline-block;
}
.popup-eliminar-perfil-text {
  max-width: 394px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Poppins-Bold', sans-serif;
  font-size: 30px;
  color: #242321;
  text-align: center;
  letter-spacing: -0.33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup-eliminar-perfil-text p {
  margin: 0;
}
.popup-eliminar-perfil-btn {
  text-align: center;
  margin-top: 31px;
}
.popup-validation-send-title {
  margin-bottom: 22px;
  text-align: center;
}
.popup-validation-send-title h3 {
  font-family: 'Poppins-Bold', sans-serif;
  font-size: 30px;
  color: #242321;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .popup-validation-send-title h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .popup-validation-send-title h3 {
    font-size: 20px;
  }
}
.popup-validation-send-text {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #6d717c;
  text-align: center;
}
.popup-validation-send-text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .popup-validation-send-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .popup-validation-send-text {
    font-size: 14px;
  }
}
.popup-validation-send-btn {
  text-align: center;
  margin-top: 22px;
}
.popup-estado-slide {
  margin-top: 7px;
}
.popup-estado-slide-text {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #b5000b;
  margin-bottom: 5px;
}
.popup-estado-slide-text span {
  margin: 0;
}
.popup-estado-slide-text span:last-child {
  color: #50b720;
}
.popup-estado-slide-box {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}
.popup-estado-slide-box .ui-widget-header {
  background: #39baf4;
}
.popup-estado-slide-box .ui-slider-horizontal {
  height: 5px;
}
.popup-estado-slide-box .ui-widget.ui-widget-content {
  border: 0;
  background: #fff;
}
.popup-estado-slide-box .ui-slider .ui-slider-handle {
  width: 19px;
  height: 19px;
  border: 0;
  border-radius: 50%;
  background: #296aec;
  top: -7px;
}
.popup-estado-slide-estapas {
  max-width: 416px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #6d717c;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 5px;
}
.popup-estado-slide-estapas li {
  width: 20%;
  padding-top: 19px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.popup-estado-slide-estapas li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 14px;
  background: #dadce0;
}
.popup-estado-btn {
  margin-top: 20px;
  text-align: center;
}
.popup-pago .popup-wrap.ww-center {
  max-width: 650px;
  padding: 60px 36px 63px;
}
.popup-pago .title-bold {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .popup-pago .popup-wrap.ww-center {
    padding: 55px 25px;
  }
}
.popup-pago-text {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #6d717c;
  text-align: center;
  margin-bottom: 5px;
}
.popup-pago-text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .popup-pago-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .popup-pago-text {
    font-size: 14px;
  }
}
.popup-pago-qualification {
  width: 100%;
  padding: 18px 25px 33px;
  background: #f0f4fd;
  border-radius: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 36px;
}
.popup-pago-qualification-title {
  margin-bottom: 23px;
  text-align: center;
}
.popup-pago-qualification-title h4 {
  font-family: 'Poppins-SemiBold', sans-serif;
  color: 'Poppins-Regular', sans-serif;
  font-size: 20px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .popup-pago-qualification-title h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .popup-pago-qualification-title h4 {
    font-size: 16px;
  }
}
.popup-pago-qualification-star {
  max-width: 364px;
  width: 100%;
  margin: 0 auto;
  direction: rtl;
  unicode-bidi: bidi-override;
  font-size: 45px;
  color: #6d717c;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.popup-pago-qualification-star .icon-star {
  display: none;
  color: #286aea;
}
.popup-pago-qualification-star input[type="radio"] {
  display: none;
}
.popup-pago-qualification-star input[type="radio"]:checked ~ label .icon-star-line {
  display: none;
}
.popup-pago-qualification-star input[type="radio"]:checked ~ label .icon-star {
  display: block;
}
.popup-pago-qualification-star label {
  display: block;
  margin: 0;
}
.popup-pago-qualification-star label span {
  display: block;
  margin: 0;
}
.popup-pago-qualification-star label:hover .icon-star-line,
.popup-pago-qualification-star label:hover ~ label .icon-star-line {
  display: none;
}
.popup-pago-qualification-star label:hover .icon-star,
.popup-pago-qualification-star label:hover ~ label .icon-star {
  display: block;
}
@media screen and (max-width: 767px) {
  .popup-pago-qualification-star {
    font-size: 35px;
    max-width: 260px;
  }
}
.popup-pago-qualification-text {
  max-width: 364px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #60789d;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 16px;
}
.popup-pago-qualification-text span {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .popup-pago-qualification-text {
    max-width: 260px;
  }
}
.popup-pago-bottom {
  margin-top: 23px;
}
.popup-pago-check {
  padding-bottom: 75px;
}
@media screen and (max-width: 1024px) {
  .popup-pago-check {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .popup-pago-check {
    padding-bottom: 20px;
  }
}
.popup-pago-btns {
  padding-top: 46px;
  border-top: 1px dashed #dadce0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .popup-pago-btns {
    padding-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .popup-pago-btns {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
  }
}
.popup-pago-btns-pagar {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #60789d;
  text-align: right;
}
.popup-pago-btns-pagar p {
  margin: 0;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .popup-pago-btns-pagar {
    margin-top: 15px;
    text-align: center;
  }
}
.popup-password .popup-wrap {
  padding: 41px 35px;
}
@media screen and (max-width: 767px) {
  .popup-password .popup-wrap {
    padding: 40px 20px;
  }
}
.popup-password-divisor-box {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 16px;
  color: #6d717c;
  text-align: center;
}
.popup-password-divisor-box p {
  margin: 0;
}
@media screen and (max-width: 400px) {
  .popup-password-divisor-box {
    font-size: 15px;
  }
}
.popup-password-divisor {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 16px;
  color: #6d717c;
  text-align: center;
  position: relative;
}
.popup-password-divisor p {
  margin: 0;
  background: #fff;
  padding: 0px 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}
.popup-password-divisor strong {
  color: #a20cc3;
  font-weight: normal;
}
.popup-password-divisor:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: -webkit-linear-gradient(left, #a10cc3 0%, #a10cc3 15%, #38bcf5 85%, #38bcf5 100%);
  background: -moz-linear-gradient(left, #a10cc3 0%, #a10cc3 15%, #38bcf5 85%, #38bcf5 100%);
  background: -o-linear-gradient(left, #a10cc3 0%, #a10cc3 15%, #38bcf5 85%, #38bcf5 100%);
  background: -ms-linear-gradient(left, #a10cc3 0%, #a10cc3 15%, #38bcf5 85%, #38bcf5 100%);
  background: linear-gradient(to right, #a10cc3 0%, #a10cc3 15%, #38bcf5 85%, #38bcf5 100%);
}
@media screen and (max-width: 400px) {
  .popup-password-divisor {
    font-size: 15px;
  }
}
.popup-password-form {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .popup-password-form {
    margin-top: 25px;
  }
}
.popup-password-btns {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .popup-password-btns {
    margin-top: 40px;
  }
}
.popups-password-link {
  margin-top: 21px;
}
.popup-verify-form {
  margin-top: 43px;
}
.popup-verify-form ul {
  max-width: 386px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.popup-verify-form li {
  width: 21%;
  margin: 0 2%;
}
@media screen and (max-width: 767px) {
  .popup-verify-form {
    margin-top: 25px;
  }
}
.popup-verify-input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup-verify-input input {
  width: 100%;
  height: 90px;
  line-height: 90px;
  font-family: 'Poppins-Bold', sans-serif;
  font-size: 33px;
  color: #6d717c;
  padding: 0px 5px;
  background: transparent;
  border: none;
  border: 1px solid #dadce0;
  border-radius: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .popup-verify-input input {
    height: 80px;
  }
}
.popup-newpassword-form {
  margin-top: 36px;
}
.popup-newpassword-form li {
  margin-bottom: 30px;
}
.popup-newpassword-form li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .popup-newpassword-form li {
    margin-bottom: 10px;
  }
}
.popup-contract .popup-wrap {
  padding: 45px 55px 40px;
}
@media screen and (max-width: 767px) {
  .popup-contract .popup-wrap {
    padding: 45px 25px 40px;
  }
}
.popup-contract-title {
  margin-bottom: 31px;
  text-align: center;
}
.popup-contract-title h4 {
  font-family: 'Poppins-Bold', sans-serif;
  font-size: 30px;
  color: #242321;
  letter-spacing: -0.33px;
  line-height: 1.3;
  margin: 0;
}
@media screen and (max-width: 400px) {
  .popup-contract-title h4 {
    font-size: 20px;
  }
}
.popup-contract-wrap {
  margin-bottom: 23px;
}
.popup-contract-subtitle {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 20px;
  color: #6d717c;
  margin-bottom: 6px;
}
.popup-contract-subtitle p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .popup-contract-subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .popup-contract-subtitle {
    font-size: 16px;
  }
}
.popup-contract-text {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #60789d;
}
.popup-contract-text p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .popup-contract-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {
  .popup-contract-text {
    font-size: 14px;
  }
}
.popup-contract-investment {
  width: 100%;
  padding: 12px 22px 24px;
  background: #f2f7fa;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup-contract-invesment-box {
  padding-bottom: 16px;
}
.popup-contract-invesment-box-title {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #242321;
  margin-bottom: 16px;
}
.popup-contract-invesment-box-title p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .popup-contract-invesment-box-title {
    font-size: 15px;
  }
}
.popup-contract-invesment-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 8px;
}
.popup-contract-invesment-list li:last-child {
  margin-bottom: 0;
}
.popup-contract-invesment-info {
  width: 70%;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #6d717c;
}
.popup-contract-invesment-info p {
  margin: 0;
}
.popup-contract-invesment-price {
  width: 30%;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #296aec;
  text-align: right;
}
.popup-contract-invesment-price p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .popup-contract-invesment-price {
    font-size: 15px;
  }
}
.popup-contract-invesment-total {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 13px;
  border-top: 1px dashed #dadce0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup-contract-invesment-total-title {
  width: 70%;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #242321;
}
.popup-contract-invesment-total-title p {
  margin: 0;
}
.popup-contract-invesment-total-title span {
  display: block;
  font-size: 13px;
  color: #60789d;
}
@media screen and (max-width: 767px) {
  .popup-contract-invesment-total-title {
    font-size: 15px;
  }
}
.popup-contract-invesment-total-price {
  width: 30%;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #296aec;
  text-align: right;
}
.popup-contract-invesment-total-price p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .popup-contract-invesment-total-price {
    font-size: 15px;
  }
}
.popup-contract-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .popup-contract-btns {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.popup-contract-link button {
  border: 0;
  background: none;
}
@media screen and (max-width: 767px) {
  .popup-contract-link {
    margin-bottom: 20px;
  }
}
.popup-contrato-title {
  margin-bottom: 29px;
}
.popup-contrato-title h3 {
  font-family: 'Poppins-Bold', sans-serif;
  font-size: 30px;
  color: #242321;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .popup-contrato-title h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .popup-contrato-title h3 {
    font-size: 20px;
  }
}
.popup-contrato-text {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #6d717c;
}
@media screen and (max-width: 1024px) {
  .popup-contrato-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .popup-contrato-text {
    font-size: 14px;
  }
}
.popup-contrato-file .input-file {
  height: 89px;
}
.popup-contrato-file .input-file-box {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.input-file-text-icon {
  color: #296aec;
  position: relative;
  padding-right: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-file-text-icon span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 24px;
  color: #296aec;
}
.popup-contrato-check {
  margin-top: 24px;
}
.popup-contrato-btn {
  text-align: right;
  margin-top: 5px;
}

.terminos {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.terminos-deco {
  max-width: 1085px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.terminos-deco img {
  width: 100%;
  height: auto;
  display: block;
}
.terminos-title {
  width: 100%;
  padding: 209px 0px 80px;
  background: #ecf2ff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .terminos-title {
    padding: 180px 0px 60px;
  }
}
@media screen and (max-width: 767px) {
  .terminos-title {
    padding: 130px 0px 40px;
  }
}
.terminos-wrap {
  max-width: 965px;
  position: relative;
  z-index: 1;
}
.terminos-text {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 20px;
  color: #60789d;
  margin-top: 50px;
}
.terminos-text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .terminos-text {
    font-size: 18px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .terminos-text {
    font-size: 16px;
    margin-top: 25px;
  }
}
.terminos-content {
  max-width: 1019px;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #60789d;
  padding: 128px 0px 130px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .terminos-content {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .terminos-content {
    padding: 40px 0px;
  }
}
@media screen and (max-width: 400px) {
  .terminos-content {
    font-size: 15px;
  }
}

.footer {
  width: 100%;
  background: #080b2c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-container {
  max-width: 1140px;
}
.footer-top {
  width: 100%;
  padding: 97px 0px 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .footer-top {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .footer-top {
    padding: 40px 0px 30px;
  }
}
.footer-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-logo-box {
  width: 18.5%;
}
@media screen and (max-width: 767px) {
  .footer-logo-box {
    width: 100%;
    text-align: center;
  }
}
.footer-logo {
  max-width: 95px;
  width: 100%;
  margin: 0;
}
.footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    max-width: 100px;
  }
}
.footer-content {
  width: 61%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .footer-content {
    width: 100%;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.footer-box {
  margin-right: 10%;
}
@media screen and (max-width: 767px) {
  .footer-box {
    margin: 0;
    text-align: center;
    margin-top: 15px;
  }
}
.footer-box-title {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 20px;
  color: #fff;
}
.footer-box-title p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .footer-box-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .footer-box-title {
    font-size: 16px;
  }
}
.footer_list {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  color: #fff;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .footer_list {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer_list {
    font-size: 14px;
    margin-top: 3px;
  }
}
.footer-libro-box {
  width: 20.5%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer-libro-box {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.footer-libro {
  max-width: 125px;
  width: 100%;
  background: rgba(0,0,0,0.18);
  border-radius: 11px;
  padding: 0px 8px 19px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer-libro {
    padding: 0px 8px 14px;
  }
}
.footer-libro-img {
  max-width: 108px;
  width: 100%;
  margin: 0 auto;
}
.footer-libro-img img {
  width: 100%;
  height: auto;
  display: block;
}
.footer-libro-text {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #e7e7e7;
  text-align: center;
}
.footer-libro-text p {
  margin: 0;
}
.footer-redes {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 30px;
}
.footer-redes li {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .footer-redes {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer-redes li {
    margin: 0px 8px;
  }
}
.footer-redes-icon {
  color: #fff;
  font-size: 20px;
}
.footer-redes-icon.icon-instragram {
  font-size: 22px;
}
.footer-redes-icon.icon-linkedin {
  font-size: 18px;
}
.footer-redes-icon.icon-tiktok {
  font-size: 23px;
}
.footer-bottom {
  width: 100%;
  padding: 14px 0px;
  border-top: 2px solid rgba(225,225,225,0.05);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 0px;
  }
}
.footer-bottom-text {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #fff;
}
.footer-bottom-text p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer-bottom-text {
    text-align: center;
  }
}

.header {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header.disable .header-fixed {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 116px;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header-fixed.scroll {
  height: 80px;
  background: #fff;
  -webkit-box-shadow: 2px 4px 16px rgba(0,0,0,0.12);
  box-shadow: 2px 4px 16px rgba(0,0,0,0.12);
}
@media screen and (max-width: 1024px) {
  .header-fixed {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .header-fixed {
    height: 80px;
  }
  .header-fixed.scroll {
    height: 70px;
  }
}
.header-container {
  max-width: 1139px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header-container {
    padding-right: 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.header-logo {
  width: 200px;
  margin: 0;
}
.header-logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .header-logo {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 172px;
  }
}
.header-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header-idioma {
  width: auto;
  position: relative;
  margin-right: 11px;
}
.header-idioma-top {
  width: 100%;
  height: 24px;
  padding-right: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 16px;
}
.header-idioma-top:before {
  content: '\e90f';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: 'icomoon';
  font-size: 15px;
  color: #a20cc3;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header-idioma-bottom {
  width: 86px;
  background: #fff;
  padding: 8px 0px;
  -webkit-box-shadow: 2px 4px 16px rgba(0,0,0,0.12);
  box-shadow: 2px 4px 16px rgba(0,0,0,0.12);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 35px;
  left: -24px;
  display: none;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .header-idioma-bottom {
    top: 24px;
    left: -20px;
    z-index: 1;
  }
}
.header-idioma-box {
  width: 100%;
  padding: 2px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  color: #6d717c;
  position: relative;
}
.header-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.header-btns:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #dadce0;
  width: 1px;
  height: 26px;
  margin: auto;
}
.header-btns .btn {
  margin-left: 13px;
}
@media screen and (max-width: 767px) {
  .header-btns {
    display: none;
  }
}
.header_open {
  width: 30px;
  height: 22px;
  display: block;
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
.header_open span {
  width: 100%;
  height: 4px;
  display: block;
  background: #296aec;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
.header_open span:nth-child(2) {
  width: 60%;
  top: 9px;
}
.header_open span:nth-child(3) {
  top: 18px;
}
@media screen and (max-width: 767px) {
  .header_open {
    display: block;
  }
}
body.active {
  overflow: hidden;
}
.menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.26);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu_overlay.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  z-index: 1000;
}
.menu_responsive {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background: #fff;
  max-width: 280px;
  width: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu_responsive.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  z-index: 1100;
}
.menu_close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 25px;
  color: #286aea;
}
.menu_contaniner {
  max-width: 260px;
  width: 94%;
  margin: auto;
  padding: 100px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-list {
  padding-bottom: 50px;
}
.menu-list li {
  margin-bottom: 15px;
}
.menu-list li:last-child {
  margin-bottom: 0;
}
.menu-idioma {
  padding-bottom: 20px;
  border-bottom: 1px solid #286aea;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .menu-idioma {
    position: relative;
  }
}
.menu-btns .btn {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
