<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  height: 100%;
}
body {
  opacity: 1 !important;
  font-family: 'century_gothicregular';
  font-size: 16px;
  color: #000;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
}
strong {
  font-family: 'century_gothicbold';
}
.number {
  font-family: 'century_gothicbold';
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  background-color: #fff;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 10px;
  line-height: 5rem;
}
.float1,
.float2 {
  position: fixed;
  right: 1%;
  bottom: 15%;
}
.float1 img,
.float2 img {
  max-width: 60px;
}
.float2 {
  bottom: 5%;
}
img {
  max-width: 100%;
}
a,
a:hover {
  text-decoration: none;
}
.img100 {
  width: 100%;
}
.parsley-errors-list,
.parsley-errors-list.filled {
  list-style: none;
  background-color: #FFF;
  color: #F00;
  padding: 0 3px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}
.parsley-errors-list li,
.parsley-errors-list.filled li {
  margin: 3px 0;
}
.parsley-errors-list * {
  padding: 0;
  margin: 0;
}
.parsley-custom-error-message {
  color: #fff;
  background-color: #F00;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
a:hover {
  color: inherit;
}
body {
  background-image: url(../images/1x/background.png);
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
.white {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
  background-color: #77ff00;
  border-color: #77ff00;
  color: #000;
}
.pasaporte_img {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  opacity: 0;
}
label {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
}
.cargar {
  cursor: pointer;
}
.xtooltip {
  color: #fff;
  margin-top: -0.5rem;
  position: relative;
  display: inline-block;
}
.xtooltip i {
  position: absolute;
  font-size: 1.3rem;
  right: -1.5rem;
  top: -1rem;
}
.logoright {
  max-width: 10vw;
  position: absolute;
  right: 5vw;
}
.logoleft {
  max-width: 20vw;
  margin-top: -20vh;
  margin-left: 3vw;
}
.body_end {
  position: relative;
  height: auto;
}
.body_end .logoleft {
  margin-top: 0;
  position: absolute;
  bottom: 4vh;
}
.checkpasaporte {
  color: #fff;
}
.checkpasaporte i {
  color: #479900;
  font-size: 2rem;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 2px;
  display: inline-block;
  vertical-align: middle;
}
.form-check-input {
  float: none;
  display: inline-block;
}
.mh-70 {
  min-height: 70vh;
}
.form-check {
  transform: scale(1.5);
}
@media (max-width: 768px) {
  body {
    background-position: 30% 0%;
  }
  .form-check {
    transform: scale(1);
    margin: 1rem 0;
  }
}
</pre></body></html>