/* 2022 yuliabarrera */
/* Fuentes primarias */
/* Helpers */
@import url(kiko-all.min.css);
@import url(all.min.css);
.light {
  font-weight: 300;
}

.modal {
  position: static;
  display: block;
  width: 100%;
  outline: 0;
}

.extra-bold {
  font-weight: 900;
}

.italic {
  font-style: italic;
}

.box-border {
  border: solid 1px #ccc;
}

.no-padding-right {
  padding-right: 0px;
}

.no-padding-left {
  padding-left: 0px;
}

.no-padding-left-desktop {
  padding-left: 0px;
}

.no-padding-right-desktop {
  padding-right: 0px;
}

.no-margin-right {
  margin-right: 0px !important;
}

.no-margin-left {
  margin-left: 0px !important;
}

.no-margin-left-desktop {
  margin-left: 0px;
}

.no-margin-right-desktop {
  margin-right: 0px;
}

.no-after:after {
  display: none;
}

.strike {
  text-decoration: line-through;
}

.overflow {
  overflow: hidden;
}

.border-no {
  border: 0px;
}

.text-shadow-w {
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.9);
}

.text-shadow-b {
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.text-shadow-b-2 {
  text-shadow: 0px 0px 15px black;
}

.box-shadow-w {
  -webkit-box-shadow: 3px 3px 0px 0px rgba(255, 255, 255, 0.3);
  box-shadow: 3px 3px 0px 0px rgba(255, 255, 255, 0.5);
}

.box-shadow-b {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.box-shadow-b-big {
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.vcenter {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.fadeIn {
  -webkit-transition: .5s;
  transition: .5s;
}

.rotate {
  /* Safari */
  -webkit-transform: rotate(-1deg);
  /* Firefox */
  -moz-transform: rotate(-1deg);
  /* IE */
  -ms-transform: rotate(-1deg);
  /* Opera */
  -o-transform: rotate(-1deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* General */
html {
  /* Informe */
}

html body {
  font-family: "Titillium Web", serif;
  /* Propi */
}

html body .kikor {
  font-style: normal;
}

html body .wrap-socket-header {
  height: 46px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

html body .wrap-socket-images {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  overflow: hidden;
}

html body .wrap-socket-header a {
  width: fit-content;
  padding-top: 7px;
  padding-right: 20px;
}

html body .navbar-toggler {
  z-index: 1000;
  color: #fff;
  border: 0px;
  margin-top: 10px;
}

html body .navbar-toggler .navbar-toggler-icon {
  width: 40px;
}

html body .wrap-header {
  height: 116px;
  background: #3297c2;
  background: linear-gradient(121deg, #3297c2 0%, #03719f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3297c2",endColorstr="#03719f",GradientType=1);
}

html body .wrap-header .navbar-brand {
  background: transparent;
}

html body .wrap-header .navbar-brand img {
  width: 122px;
  margin: auto;
  margin-top: 15px;
  margin-left: 20px;
}

html body .wrap-header .navbar-collapse {
  text-align: right;
}

html body .wrap-header .navbar-collapse .navbar-nav {
  width: 100%;
  display: inline-block;
}

html body .wrap-header .navbar-collapse ul {
  margin-top: 10px;
  width: 100%;
  text-align: right;
}

html body .wrap-header .navbar-collapse ul li {
  display: inline-block;
  padding-right: 30px;
}

html body .wrap-header .navbar-collapse ul li a {
  text-decoration: none;
}

html body .wrap-header .navbar-collapse ul li span {
  text-align: right;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
}

html body .wrap-header .navbar-collapse ul li:last-child {
  padding-right: 10px;
}

html body .wrap-header .navbar-collapse.show, html body .wrap-header .navbar-collapse.collapsing {
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: none !important;
  transition: none !important;
}

html body .wrap-header .navbar-collapse.show .navbar-nav, html body .wrap-header .navbar-collapse.collapsing .navbar-nav {
  text-align: center;
  margin-top: 30%;
}

html body .wrap-header .navbar-collapse.show li, html body .wrap-header .navbar-collapse.collapsing li {
  display: block;
  margin: auto;
  padding: 10px 0px;
}

html body .wrap-splash .splash-bg {
  position: relative;
  background-image: url("../img/bg-splash.png");
  background-size: cover;
  Background-repeat: no-repeat;
  background-position: calc(50% - -150px) 50%;
  background-position: center right;
  background-color: #fff;
}

html body .wrap-splash .splash-text {
  text-align: left;
}

html body .wrap-splash h1 {
  margin-top: 68px;
  display: block;
  position: relative;
  z-index: 2;
}

html body .wrap-splash h1:after {
  width: 200px;
  height: 30px;
  content: '';
  display: inline-block;
  background: #94d900;
  border-radius: 18px;
  position: absolute;
  z-index: 1;
}

html body .wrap-splash h1:after {
  left: -10px;
  bottom: -12px;
  width: 110px;
}

html body .wrap-splash h1 span {
  z-index: 2;
  display: inline-block;
  color: #008fbe;
  font-size: 50px;
  line-height: 56px;
  position: relative;
}

html body .wrap-splash h1 strong {
  display: block;
}

html body .wrap-splash .splash-subheader {
  color: #164458;
  font-size: 30px;
  line-height: 36px;
  padding-top: 10px;
  padding-bottom: 20px;
}

html body .form-start {
  width: 100%;
  max-width: 60%;
  margin: 40px auto 30px auto;
  padding-top: 20px;
  background: #fff;
  text-align: center;
}

html body .form-start *, html body .form-start *::before, html body .form-start *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html body .form-start .cb-select {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

html body .form-start .cb-select input[type=radio] {
  display: none;
}

html body .form-start .cb-select li {
  display: inline-block;
}

html body .form-start label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

html body .form-start .cb-select li label {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  color: #008fbe;
  border-radius: 25px;
  white-space: nowrap;
  margin: 3px 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-weight: 600;
  font-size: 14px;
}

html body .form-start .cb-select li label {
  padding: 8px 12px;
  cursor: pointer;
}

html body .form-start .cb-select li label::before {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-bottom: -6px;
  border-radius: 100%;
  border: solid 2px #008fbe;
  display: inline-block;
  content: '';
}

html body .form-start .cb-select li input[type="radio"]:checked + label::before {
  border: 0px;
  background-image: url("../img/tic.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
}

html body .form-start .cb-select li input[type="radio"]:checked + label {
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media print {
  html body .form-start {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
}

html body .form-start .modal-title {
  color: #fff;
  font-weight: 600;
}

html body .form-start .modal-body {
  padding-top: 0px;
}

html body .form-start .modal-location {
  color: #94d900;
  font-weight: bold;
  padding: 10px 15px;
  margin-bottom: 10px;
}

html body .form-start .modal-location i {
  margin-right: 4px;
  text-align: center;
  width: 20px;
}

html body .form-start .modal-location span {
  font-size: 22px;
}

html body .form-start label {
  display: none;
}

html body .form-start .label-visible {
  display: inline-block;
  color: #fff;
  padding: 10px 15px;
}

html body .form-start .label-visible i {
  margin-right: 8px;
  display: inline-block !important;
}

html body .form-start .icon-input {
  position: relative;
}

html body .form-start .icon-input i {
  position: absolute;
  width: 20px;
  text-align: center;
  top: 15px;
  left: 15px;
  color: #94d900;
}

html body .form-start .icon-input input, html body .form-start .icon-input select {
  padding: 10px 10px 10px 40px;
  height: auto;
  background: #fff;
  margin-bottom: 10px;
  border: 0px;
  border-radius: 5px;
  width: 100%;
  font-size: 18px;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-input-placeholder-color: #000;
  -moz-placeholder-color: #000;
}

html body .form-start .icon-input input ::-webkit-input-placeholder, html body .form-start .icon-input select ::-webkit-input-placeholder {
  color: #000;
}

html body .form-start .icon-input input ::-moz-placeholder, html body .form-start .icon-input select ::-moz-placeholder {
  color: #000;
}

html body .form-start .icon-input select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0px auto 10px auto;
}

html body .form-start input[type="range"]::-webkit-slider-thumb {
  background: #94d900 !important;
  border: solid 2px #fff;
  width: 30px;
  margin-top: -12px;
  height: 30px;
}

html body .form-start input[type="range"]::-moz-range-thumb {
  background: #94d900 !important;
  border: solid 2px #fff;
  width: 30px;
  margin-top: -12px;
  height: 30px;
}

html body .form-start input[type="range"]::-ms-thumb {
  background: #94d900 !important;
  border: solid 2px #fff;
  width: 30px;
  margin-top: -12px;
  height: 30px;
}

html body .form-start #form_m2 {
  display: none;
}

html body .form-start #form_m2_slide {
  padding: 10px 0px;
}

html body .form-start .form_legal_text {
  padding: 10px 10px 0px 10px;
  margin-bottom: 0px;
}

html body .form-start .form_legal_text a {
  color: #ffffff;
  text-decoration: underline;
}

html body .form-start .form-check .invalid-feedback {
  margin: 5px 0px 0px -14px;
}

html body .form-start .invalid-feedback {
  color: #52fee2;
  position: relative;
  padding-left: 20px;
  margin-top: -5px;
  margin-bottom: 20px;
}

html body .form-start .invalid-feedback i {
  left: inherit;
  color: #52fee2;
  top: inherit;
  display: inline;
  padding-right: 4px;
  position: relative;
}

html body .form-start .wrap-m2 .invalid-feedback {
  margin-bottom: 20px;
  margin-top: 0px;
}

html body .form-start .wrap-m2 i {
  display: none;
}

html body .form-start .wrap-m2 .invalid-feedback i {
  display: inline-block;
}

html body .form-start .btn {
  color: #4e6f06;
  margin-top: 30px;
  font-weight: 800;
  font-size: 22px;
  line-height: 24px;
  background: #94d900;
  border-radius: 35px;
  height: 62px;
  display: inline-block;
  cursor: pointer;
  border: 0px;
  width: 100%;
  position: relative;
}

.hide-text {
  color: transparent !important;
}

html body .wrap-big-input {
  border: solid 2px #a1d3e1;
  border-radius: 45px;
  height: 54px;
  padding: 0px;
  margin: 20px auto 0px auto;
  max-width: 100%;
  text-align: left;
}

html body .wrap-big-input .big-input {
  background: #f9f9f9;
  border-radius: 45px;
  border: solid 2px #fff;
  margin: 0px;
  vertical-align: top;
  height: 50px;
  position: relative;
}

html body .wrap-big-input .big-input-search {
  background: transparent;
  margin-left: 40px;
  height: 100%;
  width: 90%;
  border: 0px;
  padding-left: 10px;
  font-weight: 600;
  font-size: 18px;
  outline: none;
}

html body .wrap-big-input .big-input-start {
  position: absolute;
  right: 0px;
  text-align: center;
  line-height: 44px;
  vertical-align: top;
  width: 220px;
  background: #94d900;
  border-radius: 35px;
  height: 46px;
  display: inline-block;
  cursor: pointer;
}

html body .wrap-big-input .big-input-start:hover {
  background: #008fbe;
}

html body .wrap-big-input .big-input-start:hover span, html body .wrap-big-input .big-input-start:hover i {
  color: #fff;
}

html body .wrap-big-input .big-input-start span, html body .wrap-big-input .big-input-start i {
  color: #4e6f06;
}

html body .wrap-big-input .big-input-start span {
  font-weight: 700;
  padding-right: 10px;
}

html body .wrap-big-input .big-input-start i {
  font-size: 16px;
}

html body .wrap-big-input .fa-location-dot {
  color: #757575;
  position: absolute;
  left: 18px;
  top: 12px;
  font-size: 22px;
}

html body .title-2 {
  text-align: center;
  position: relative;
  z-index: 2;
  display: inline;
  width: auto;
  margin: 80px auto 80px auto;
  color: #006f9e;
}

html body .title-2:before {
  width: 200px;
  height: 30px;
  content: '';
  display: inline-block;
  background: #94d900;
  border-radius: 18px;
  position: absolute;
  z-index: 1;
}

html body .title-2 span {
  position: relative;
  z-index: 3;
  font-weight: 700;
}

html body .title-2:before {
  bottom: -5px;
  width: 50px;
  height: 20px;
  left: 0px;
}

html body .wrap-tips {
  margin: 50px auto 50px auto;
  position: relative;
}

html body .wrap-tips .bg-tips {
  background: #3297c2;
  background: linear-gradient(121deg, #3297c2 0%, #03719f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3297c2",endColorstr="#03719f",GradientType=1);
  border-radius: 12px;
  text-align: center;
  padding: 50px 0px;
  position: relative;
  vertical-align: top;
  z-index: 2;
}

html body .wrap-tips:after {
  width: 200px;
  height: 30px;
  content: '';
  display: inline-block;
  background: #94d900;
  border-radius: 18px;
  position: absolute;
  z-index: 1;
}

html body .wrap-tips:after {
  bottom: -20px;
  width: 30%;
  left: -20px;
  height: 80px;
  z-index: 1;
}

html body .wrap-tips:before {
  width: 200px;
  height: 30px;
  content: '';
  display: inline-block;
  background: #94d900;
  border-radius: 18px;
  position: absolute;
  z-index: 1;
}

html body .wrap-tips:before {
  right: -20px;
  bottom: -20px;
  width: 50px;
  height: 70%;
  z-index: 1;
}

html body .wrap-tips .tips {
  padding: 0px 60px;
  color: #fff;
}

html body .wrap-tips .tips .kikor, html body .wrap-tips .tips .fa-solid {
  color: #94d900;
  font-size: 48px;
}

html body .wrap-tips .tips .fa-solid {
  padding-top: 12px;
  font-size: 52px;
  padding-bottom: 8px;
}

html body .wrap-tips h2 {
  font-size: 24px;
  font-weight: 600;
}

html body .wrap-tips p {
  font-size: 16px;
  line-height: 18px;
}

html body #form-step .modal-dialog .modal-content {
  background: #008fbe;
}

html body #form-step .modal-dialog .modal-content .modal-header .btn-close {
  margin-right: 10px;
  font-size: 22px;
  color: #fff;
}

html body #form-step .modal-dialog .modal-content .modal-header, html body #form-step .modal-dialog .modal-content .modal-footer {
  border: 0px;
}

html body #form-step .modal-dialog .modal-content .modal-title {
  display: block;
}

html body #form-step .modal-dialog .modal-content .modal-location {
  display: block;
}

html body #form-step .modal-dialog .modal-content .modal-body {
  text-align: left;
}

html body .propi-icon {
  display: inline-block;
}

html body .propi-icon i {
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
  color: #008fbe;
  text-align: center;
}

html body .propi-icon span {
  padding-left: 2px;
  padding-right: 10px;
  height: 30px;
  text-align: left;
  display: inline-block;
  color: #008fbe;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  vertical-align: top;
}

html body .icon-no {
  opacity: 0.5;
}

html body .propi {
  border-radius: 14px;
  padding: 3px;
  margin-bottom: 30px;
  background: #3297c2;
  background: linear-gradient(121deg, #3297c2 0%, #03719f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3297c2",endColorstr="#03719f",GradientType=1);
}

html body .propi .propi-img {
  border: solid 2px #fff;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-size: cover;
  min-height: 200px;
  position: relative;
}

#chamberi {
  background-position: bottom;
}

html body .propi .propi-img .propi-label {
  position: absolute;
  background: #94d900;
  left: -20px;
  top: 20px;
  padding: 5px 15px;
  font-weight: 600;
  border-radius: 12px;
}

html body .propi .propi-img .propi-shadow {
  width: 100%;
  height: 100%;
  bottom: 0px;
  position: absolute;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.863183)), color-stop(46%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.863183) 0%, rgba(0, 0, 0, 0) 46%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

html body .propi .propi-img .propi-shadow span {
  color: #fff;
  font-weight: 600;
  bottom: 10px;
  position: absolute;
  right: 10px;
}

html body .propi .propi-icons-top {
  text-align: right;
  padding: 20px 10px 10px 10px;
}

html body .propi .propi-mid {
  background: #fff;
  border-bottom-left-radius: 12px;
  padding: 0px 0px;
  border-bottom-right-radius: 12px;
}

html body .propi .propi-mid span {
  font-weight: 600;
}

html body .propi .propi-mid .propi-icon:last-child span {
  padding-right: 0px;
}

html body .propi .sep {
  width: 100%;
  height: 3px;
  background: #008fbe;
}

html body .propi .propi-mid-1 {
  padding: 0px 23px;
}

html body .propi .propi-mid-1 span {
  color: #008fbe;
}

html body .propi .propi-mid-1 .col {
  padding: 0px;
}

html body .propi .propi-mid-1 .col:first-child span {
  font-size: 14px;
  color: #008fbe;
}

html body .propi .propi-mid-1 .col:first-child h3 {
  color: #008fbe;
  font-size: 32px;
  font-weight: 800;
}

html body .propi .propi-mid-1 .col:last-child {
  text-align: right;
}

html body .propi .propi-mid-1 .col:last-child span {
  padding-top: 5px;
  display: block;
}

html body .propi .propi-mid-1 .col:last-child span:first-child {
  color: rgba(0, 143, 190, 0.7);
}

html body .propi .propi-mid-2 {
  padding: 10px 10px 20px 10px;
  color: #008fbe;
}

html body .propi .propi-mid-2 .col:first-child span:last-child {
  color: rgba(0, 143, 190, 0.7);
}

html body .propi .propi-mid-2 .col span:first-child {
  float: left;
}

html body .propi .propi-mid-2 .col span:last-child {
  float: right;
}

html body .propi .propi-bot {
  padding: 10px 0px;
  text-align: center;
}

html body .propi .propi-bot .propi-icon i {
  color: #fff;
}

html body .wrap {
  padding-bottom: 80px;
}

html body .wrap p {
  padding: 50px;
}

html body .wrap p span {
  display: block;
  font-size: 22px;
  padding-bottom: 20px;
}

html body .wrap p span a {
  color: #008fbe;
  text-decoration: none;
  border-bottom: dotted 1px #008fbe;
}

html body .wrap p span:last-child {
  padding-bottom: 0px;
}

html body .wrap .col-img img {
  width: 100%;
  border-radius: 15px;
  position: relative;
  z-index: 2;
}

html body .wrap .col-img div {
  position: relative;
}

html body .wrap .col-img div:after {
  width: 200px;
  height: 30px;
  content: '';
  display: inline-block;
  background: #94d900;
  border-radius: 18px;
  position: absolute;
  z-index: 1;
}

html body .wrap .col-img div:after {
  bottom: -10px;
  width: 30%;
  left: -10px;
  height: 80px;
  z-index: 1;
}

html body .wrap .col-img div:before {
  width: 200px;
  height: 30px;
  content: '';
  display: inline-block;
  background: #94d900;
  border-radius: 18px;
  position: absolute;
  z-index: 1;
}

html body .wrap .col-img div:before {
  right: -10px;
  bottom: -10px;
  width: 60px;
  height: 70%;
  z-index: 1;
}

html body .wrap .col-img-2 div:after {
  top: -10px;
  bottom: inherit;
  width: 10%;
  left: -10px;
  height: 30%;
  z-index: 1;
}

html body .wrap .col-img-2 div:before {
  width: 200px;
  height: 30px;
  content: '';
  display: inline-block;
  background: #94d900;
  border-radius: 18px;
  position: absolute;
  z-index: 1;
}

html body .wrap .col-img-2 div:before {
  right: -10px;
  bottom: -10px;
  width: 60%;
  height: 40px;
  z-index: 1;
}

html body .wrap-grey {
  background: #f6f6f6;
}

html body .wrap-hanok {
  background: #3297c2;
  background: linear-gradient(121deg, #3297c2 0%, #03719f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3297c2",endColorstr="#03719f",GradientType=1);
  margin: 80px 0px 0px 0px;
  padding: 0px 0px 80px 0px;
}

html body .wrap-hanok .title-2:before {
  opacity: 0.2;
}

html body .wrap-hanok .title-2 span {
  color: #fff;
  font-weight: 300;
}

html body .wrap-hanok .title-2 span strong {
  font-weight: 700;
}

html body .wrap-hanok p span {
  color: #fff;
  display: block;
  font-size: 18px;
  padding-bottom: 20px;
}

html body .wrap-hanok p span:last-child {
  padding-bottom: 0px;
}

html body .hanok-bigdata-analytics-logo-big {
  width: 70%;
  margin: auto;
  margin-top: 40px;
}

html body .wrap-lines {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

html body .wrap-lines .lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 100%;
}

html body .wrap-lines .lines .line {
  position: absolute;
  width: 1px;
  height: 120%;
  top: -20%;
  bottom: -20%;
  left: 50%;
  background: transparent;
  overflow: hidden;
}

html body .wrap-lines .lines .line::after {
  content: '';
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(25%, #ffffff), color-stop(60%, #ffffff));
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 60%);
  -webkit-animation: drop 2s 0s infinite;
          animation: drop 2s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0.2;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

html body .wrap-lines .lines .line:nth-child(1) {
  margin-left: 45%;
}

html body .wrap-lines .lines .line:nth-child(1)::after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

html body .wrap-lines .lines .line:nth-child(2) {
  margin-left: -40%;
}

html body .wrap-lines .lines .line:nth-child(2)::after {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

html body .wrap-lines .lines .line:nth-child(3) {
  margin-left: 30%;
}

html body .wrap-lines .lines .line:nth-child(3)::after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

html body .wrap-lines .lines .line:nth-child(4) {
  margin-left: -20%;
}

html body .wrap-lines .lines .line:nth-child(4)::after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

html body .wrap-lines .lines .line:nth-child(5) {
  margin-left: 10%;
}

html body .wrap-lines .lines .line:nth-child(5)::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

html body .wrap-lines .lines .line:nth-child(6) {
  margin-left: 0%;
}

html body .wrap-lines .lines .line:nth-child(6)::after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

html body .wrap-lines .lines .line:nth-child(7) {
  margin-left: 35%;
}

html body .wrap-lines .lines .line:nth-child(7)::after {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

html body .wrap-lines .lines .line:nth-child(8) {
  margin-left: -34%;
}

html body .wrap-lines .lines .line:nth-child(8)::after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

html body .wrap-lines .lines .line:nth-child(8) {
  margin-left: 33%;
}

html body .wrap-lines .lines .line:nth-child(8)::after {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

html body .wrap-lines .lines .line:nth-child(10) {
  margin-left: -12%;
}

html body .wrap-lines .lines .line:nth-child(10)::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

html body .wrap-lines .lines .line:nth-child(11) {
  margin-left: 8%;
}

html body .wrap-lines .lines .line:nth-child(11)::after {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

html body .wrap-lines .lines .line:nth-child(12) {
  margin-left: 5%;
}

html body .wrap-lines .lines .line:nth-child(12)::after {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes drop {
  0% {
    top: 100%;
  }
  100% {
    top: -50%;
  }
}

@keyframes drop {
  0% {
    top: 100%;
  }
  100% {
    top: -50%;
  }
}

html body .wrap-faq {
  background: #3297c2;
  background: linear-gradient(121deg, #3297c2 0%, #03719f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3297c2",endColorstr="#03719f",GradientType=1);
  padding: 0px 0px 80px 0px;
}

html body .wrap-faq .title-2:before {
  opacity: 0.2;
}

html body .wrap-faq .title-2 span {
  color: #fff;
}

html body .wrap-faq p span {
  color: #fff;
}

html body .wrap-faq p span:last-child {
  padding-bottom: 0px;
}

html body .faq .card {
  background: none;
  border: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

html body .faq .card-header {
  margin: 20px 0px 0px 0px;
  background: none;
  border-bottom: dotted 1px #fff;
  padding: 0px;
}

html body .faq .card-header .btn {
  background: none;
  border: 0px;
  padding-left: 0px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

html body .faq .card-header .collapsed {
  text-decoration: none;
}

html body .faq .card-body {
  color: #fff;
  padding: 20px 0px;
}

html body .wrap-footer {
  background: #f6f6f6;
  margin-top: 120px;
}

html body .wrap-footer .logo-footer .logo-link {
  margin: 40px 0px 20px 0px;
  display: inline-block;
}

html body .wrap-footer .logo-footer .logo-link img {
  width: 122px;
}

html body .wrap-footer p {
  font-size: 16px;
  line-height: 18px;
  color: #008fbe;
}

html body .wrap-footer .menu-footer {
  padding-left: 0px;
}

html body .wrap-footer .menu-footer li {
  display: inline-block;
}

html body .wrap-footer .menu-footer li b {
  padding: 0px 14px;
}

html body .wrap-footer .menu-footer li a {
  text-decoration: none;
}

html body .wrap-footer .menu-footer li span {
  text-align: right;
  color: #008fbe;
  font-weight: 300;
  font-size: 14px;
}

html body .wrap-footer .menu-footer li:last-child {
  padding-right: 10px;
}

#copyright-declaration {
  font-weight: 300;
  font-size: 14px;
}

html body .wrap-footer .deco-footer img {
  width: 100%;
  margin-top: -80px;
}

html body .wrap-socket-footer {
  background: #f6f6f6;
  padding: 20px 0px;
}

html body .wrap-socket-footer a {
  color: #a4a4a4;
}

html .informe {
  background: #f6f6f6;
}

html .informe p, html .informe span {
  font-size: 18px;
}

html .informe p a, html .informe span a {
  text-decoration: none;
  color: #008fbe;
  border-bottom: dotted 1px #008fbe;
}

html .informe h2 {
  font-size: 26px;
  color: #008fbe;
  padding: 40px 0px;
  font-weight: 700;
}

html .informe .container {
  max-width: 990px;
}

html .informe .wrap-1-top {
  padding: 0px;
}

html .informe .wrap-1-top img {
  width: 100%;
}

html .informe .wrap-1-bot {
  background: #3297c2;
  background: linear-gradient(121deg, #3297c2 0%, #03719f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3297c2",endColorstr="#03719f",GradientType=1);
}

html .informe .wrap-1-bot .navbar-brand img {
  width: 122px;
  margin: auto;
  margin-top: 30px;
  margin-left: 20px;
}

html .informe .wrap-1-bot h1 {
  font-size: 52px;
  font-weight: 800;
  color: #fff;
  padding-left: 18px;
}

html .informe .wrap-1-bot span {
  padding-left: 18px;
  color: #94d900;
  font-size: 32px;
}

html .informe .wrap-1-bot p {
  padding: 20px 0px 0px 18px;
  max-width: 50%;
  font-weight: 500;
  line-height: 26px;
  font-size: 24px;
  color: #fff;
}

html .informe .wrap-2 {
  padding: 0px 50px;
  background: #fff;
}

html .informe .wrap-2 h3 {
  font-size: 18px;
  color: #008fbe;
  padding: 40px 0px;
  font-weight: 700;
}

html .informe .wrap-propibox-info {
  margin-top: 50px;
}

html .informe .wrap-propibox-info .col-lg-5 {
  border-radius: 15px;
}

html .informe .wrap-propibox-info .wrap-propibox-info-left {
  background: #d4dee2;
  padding: 50px;
}

html .informe .wrap-propibox-info .wrap-propibox-info-left div {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

html .informe .wrap-propibox-info .wrap-propibox-info-left div span, html .informe .wrap-propibox-info .wrap-propibox-info-left div font {
  font-size: 18px;
}

html .informe .wrap-propibox-info .wrap-propibox-info-left div span {
  float: left;
}

html .informe .wrap-propibox-info .wrap-propibox-info-left div font {
  float: right;
  font-weight: 800;
}

html .informe .wrap-propibox-info .wrap-propibox-info-left div:last-child {
  margin-bottom: 0px;
}

html .informe .wrap-propibox-info .wrap-propibox-info-right {
  background: #3297c2;
  background: linear-gradient(121deg, #3297c2 0%, #03719f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3297c2",endColorstr="#03719f",GradientType=1);
  text-align: center;
  padding-top: 40px;
}

html .informe .wrap-propibox-info .wrap-propibox-info-right span {
  color: #fff;
  font-size: 22px;
  display: block;
  font-weight: 700;
}

html .informe .wrap-propibox-info .wrap-propibox-info-right span font {
  color: #94d900;
}

html .informe .wrap-propibox-info .wrap-propibox-info-right span:first-child {
  font-weight: 500;
}

html .informe .wrap-propibox {
  background: #164458;
  border-radius: 15px;
}

html .informe .wrap-propibox-top {
  background: #3297c2;
  background: linear-gradient(121deg, #3297c2 0%, #03719f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3297c2",endColorstr="#03719f",GradientType=1);
  border-radius: 15px;
  padding: 50px;
}

html .informe .wrap-propibox-top span {
  color: #fff;
  display: block;
}

html .informe .wrap-propibox-top img {
  width: 100%;
  border-radius: 8px;
}

html .informe .propi-title {
  font-size: 26px;
  font-weight: 600;
}

html .informe .propi-ref {
  padding-top: 40px;
}

html .informe .wrap-propibox-bot {
  padding: 10px 50px;
}

html .informe .wrap-propibox-bot span, html .informe .wrap-propibox-bot i {
  color: #fff;
}

html .informe .wrap-inmo {
  text-align: center;
}

html .informe .inmo {
  display: table;
  max-width: 320px;
  margin-bottom: 50px;
  text-align: left;
}

html .informe .inmo .spacer {
  display: table-cell;
  border-radius: 15px;
  background: #f6f6f6;
  padding: 10px 10px 80px 10px;
  position: relative;
}

html .informe .inmo img {
  border-radius: 7px;
  width: 100%;
  margin-bottom: 20px;
}

html .informe .inmo span {
  font-size: 16px;
  line-height: 18px;
  padding: 10px 10px 0px 10px;
  display: block;
}

html .informe .inmo span font:first-child {
  color: #164458;
  font-weight: 700;
}

html .informe .inmo .inmo-location i, html .informe .inmo .inmo-tel i {
  color: #a4a4a4;
  padding-right: 5px;
}

html .informe .inmo .inmo-tel {
  padding-bottom: 20px;
}

html .informe .inmo .btn {
  width: 90%;
  text-align: center;
  background: #94d900;
  color: #164458;
  margin-top: 30px;
  padding: 10px 0px;
  position: absolute;
  bottom: 12px;
  left: 5%;
  right: 5%;
}

html .informe .inmo .btn span {
  font-size: 16px;
  padding: 0px;
  display: inline-block;
}

html .informe .wrap-footer-informe {
  padding: 0px;
  background: #fff;
}

html .informe .wrap-footer-informe .wrap-footer-informe-left {
  padding: 50px 30px;
  background: #dedede;
}

html .informe .wrap-footer-informe .wrap-footer-informe-left span {
  float: right;
  color: #757575;
}

html .informe .wrap-footer-informe .wrap-footer-informe-left a {
  color: #757575;
  text-decoration: none;
}

html .informe .wrap-footer-informe .wrap-footer-informe-right {
  padding: 50px 30px;
  background: #a4a4a4;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

html .informe .page-title {
  font-size: 22px;
  color: #fff;
  padding-top: 10px;
  padding-right: 20px;
  font-weight: 600;
}

html .informe .hanok-bigdata-small {
  display: block;
  margin: 220px 0px 40px 18px;
}

html .informe .wrap-footer {
  background: #fff;
}

.invalid-feedback.show-help-text {
  display: block;
}

html body .wrap-splash .splash-bg:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(to right top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, white),
  linear-gradient(to left bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, white);
}


/* Cookies banner */
.cookies-banner {
  border: solid 5px #03719f;
  background-color: #fff;
  padding: 13px 20px;
  width: calc(100% - 40px);
  max-width: 900px;
  border-radius: 10px;
  position: fixed;
  bottom: 10px;
  left: 20px;
  z-index: 4;
  color: #162032;
  text-align: left;
  display: none;
  flex-direction: row;
}

.banner-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cookies-banner.hide {
  display: flex;
  animation: hide_banner 1s ease forwards;
}

@keyframes hide_banner {
  0%{
      transform: translateY(-10px);
  }
  40%{
      transform: translateY(0%);
  }
  80%{
      transform: translateY(-10%);
  }
  100%{
      transform: translateY(120%);
  }
}

.cookies-banner.active {
  display: flex;
  animation: show_banner 1s ease forwards;
}

@keyframes show_banner {
  0%{
      transform: translateY(100%);
  }
  40%{
      transform: translateY(-10%);
  }
  80%{
      transform: translateY(0%);
  }
  100%{
      transform: translateY(-10px);
  }
}

.cookies-banner.hidden {
  display: none;
}

.cookies-banner .action-button {
  width: 100%;
  background: #94d900;
  border: none;
  color: #4e6f06;
  text-align: center;
  padding: 10px 20px;
  font-weight: 600;
  cursor: pointer;
  transition: .3s ease all;
  border-radius: 35px;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 16px;
}

.cookies-banner-title {
  font-size: 18px;
  color: #006f9e;
  font-family: "Titillium Web", serif;
  font-weight: 700;
  line-height: 2.8rem;
}

.cookes-banner-text {
  font-size: 16px;
  text-align: justify;
  padding-right: 30px;
}

.cookes-banner-text span a {
  color: #008fbe;
  text-decoration: none;
  border-bottom: dotted 1px #008fbe;
}

/* Large devices (large desktops, 1200px) */
@media (max-width: 1200px) {
  .fake {
    display: none;
  }
}

/* Medium devices (desktops, 960px) */
@media (max-width: 991px) {
  html body .wrap-splash .splash-bg {
    height: 200px;
    margin-bottom: 50px;
    position: relative;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  html body .wrap-splash .splash-bg:before {
    display: block;
    content: '';
    width: 100%;
    height: 101%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: white;
    background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(80%, rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  }
  html body .wrap-splash .splash-text {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  html body .wrap-splash .splash-text h1 {
    margin-top: 0px;
  }
  html body .wrap-form {
    max-width: 100%;
  }
  html body .wrap-form .form-start {
    max-width: 100%;
    margin: 0px;
    padding-top: 30px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding-bottom: 30px;
  }
  html body .wrap-form .wrap-big-input {
    max-width: 80%;
  }
  html body .propi {
    max-width: 320px;
    width: 100%;
    margin: 0px auto 30px auto;
  }
  html body .title-2:before {
    opacity: 1;
    bottom: -5px;
    width: 50px;
    height: 20px;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
  }
  html body .wrap .col-xs-12:first-child p {
    padding: 0px 10px 40px 10px;
  }
  html body .wrap .col-xs-12:last-child p {
    padding: 40px 10px 0px 10px;
  }
  html body .wrap-lines {
    margin-top: 40px;
  }
}

/* Small devices (tablets, 767px) */
@media (max-width: 767px) {
  html .informe .wrap-1-bot {
    padding: 20px;
  }
  html .informe .wrap-1-bot h1, html .informe .wrap-1-bot span, html .informe .wrap-1-bot p {
    padding-left: 0px;
  }
  html .informe .wrap-1-bot h1 {
    font-size: 28px;
  }
  html .informe .wrap-1-bot span {
    font-size: 26px;
  }
  html .informe .wrap-1-bot p {
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
  }
  html .informe .wrap-1-bot a {
    margin-top: 50px;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  html .informe span, html .informe p, html .informe font {
    font-size: 14px;
  }
  html .informe .wrap-2 {
    padding: 10px;
  }
  html .informe .wrap-propibox-info .wrap-propibox-info-left {
    padding: 20px;
  }
  html .informe .wrap-propibox-info .wrap-propibox-info-left div {
    min-height: 20px;
  }
  html .informe .wrap-propibox-info .wrap-propibox-info-right {
    padding: 20px;
  }
  html .informe .wrap-propibox-info .wrap-propibox-info-right span, html .informe .wrap-propibox-info .wrap-propibox-info-right font {
    font-size: 18px;
  }
  html .informe .inmo {
    width: 100%;
    text-align: center;
    margin: 0px auto 40px auto;
  }
  html .informe .inmo .spacer {
    text-align: left;
  }
  html .informe .wrap-footer-informe .wrap-footer-informe-left {
    text-align: center;
    width: 100%;
  }
  html .informe .wrap-footer-informe .wrap-footer-informe-left span {
    float: none;
    display: block;
    padding-top: 30px;
  }
  .cookies-banner {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .cookes-banner-text {
    font-size: 16px;
    text-align: center;
    padding-right: unset;
  }

  html body .wrap-socket-header a {
    padding-right: 4px;
    padding-left: 4px;
  }

}

/* Arreglo de contenidos (mobile, 676px) */
@media (max-width: 676px) {
  html body .wrap-tips {
    max-width: 85%;
  }
  html body .wrap-tips .tips {
    padding: 0px 15px;
  }
  html body .wrap-splash h1 {
    text-align: center;
  }
  html body .wrap-splash h1:after {
    display: none;
  }
  html body .wrap-splash h1 span {
    font-size: 28px;
    line-height: 32px;
  }
  html body .wrap-splash .splash-subheader {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
  }
  html body .wrap-form {
    max-width: 100%;
  }
  html body .wrap-form .form-start {
    max-width: 100%;
  }
}

/* Arreglo de contenidos (mobile, 480px) */
@media (max-width: 576px) {
  html body .wrap-form .big-input-start {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 10px;
    text-align: right;
    padding-right: 20px;
  }
  html body .wrap-form .wrap-big-input {
    max-width: 100%;
  }
  html .informe .wrap-propibox-top {
    padding: 20px 10px;
  }
}

/* Arreglo de contenidos (mobile, 480px) */
@media (max-width: 480px) {
  html body .wrap-header .navbar-collapse.show .navbar-nav {
    margin-top: 50%;
  }
  html body .wrap-splash .splash-bg {
    margin-bottom: 0px;
  }
  html body .wrap-form {
    max-width: 100%;
  }
  html body .wrap-form .cb-select li {
    border-radius: 10px;
    width: 48%;
    display: inline-block;
    text-align: left;
  }
  html body .wrap-form .cb-select li label {
    padding: 5px;
    border: solid 1px #fff;
    font-size: 12px;
  }
  html body .wrap-form .cb-select li label:before {
    margin-right: 6px;
  }
  html body .wrap-form .big-input-start {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 10px;
    text-align: right;
    padding-right: 20px;
  }
  html body .wrap-form .wrap-big-input {
    max-width: 100%;
  }
}

/* button loading spinner */
.btn-loading::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #4e6f06;;
  border-radius: 50%;
  animation: loading-spinner 1s ease infinite;
}

@keyframes loading-spinner {
  from {
      transform: rotate(0turn);
  }

  to {
      transform: rotate(1turn);
  }
}

/* alert */
.alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
}

.alertContent {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 20px;
  padding: 30px 20px 45px 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.hide-alert {
  display: none;
}

#btn-submit-report:disabled {
  opacity: 1;
}

.alertContent .fa-solid {
  width: 82px;
  margin-bottom: 15px;
}
.alertContent p {
  margin-bottom: 40px;
  font-size: 20px;
}

.fa-3x.fa-house {
  color: #006f9e;
}

.fa-3x.fa-circle-exclamation {
  color: red;
}

.alertContent button.accept {
  background-color: #94d900;
  border: none;
  border-radius: 35px;
  width: 200px;
  padding: 14px;
  font-size: 20px;
  font-weight: bold;
  color: #4e6f06;
}

/* policiy */
.policy {
  text-align: justify;
  font-size: 18px;
}

.policy-div {
  margin-top: 25px;
  margin-bottom: 25px;
}

.policy-div h4 {
  color: #008fbe;
  font-weight:600;
}

.policy-div span a {
  color: #008fbe;
  text-decoration: none;
  border-bottom: dotted 1px #008fbe;
}


.policy-div ul {
  list-style: none; /* Remove default bullets */
}

.policy-div ul li::before {
  content: "•";
  color: #94d900;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.policy-sub-point h5 {
  color: #94d900;
  font-weight:600;
}

.policy-last-update {
  color: #94d900;
}
