<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Control de colores */
:root {
  --azul: #08245b;
  --blancoGRis: #efefef;
  --celeste: #9fb6e1;
  --gris: #3f4444;
  --blanco: #fff;
  --negro: #000;
}

@font-face {
  font-family: "latoBold";
  src: url("../assets/fonts/latoBold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "latoHeavy";
  src: url("../assets/fonts/latoHeavy.ttf") format("truetype");
}
@font-face {
  font-family: "latoRegular";
  src: url("../assets/fonts/latoRegular.ttf") format("truetype");
}
@font-face {
  font-family: "latoSemibold";
  src: url("../assets/fonts/latoSemibold.ttf") format("truetype");
}
html, body {
  font-family: "latoRegular", sans-serif;
  font-size: 20px;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
}

p {
  margin: 0;
}

.txt-body-sm {
  font-size: 15px;
}

.txt-body-gd {
  font-size: 25px;
}

.pd-0 {
  padding: 0px;
}

.px-container {
  padding: 0% 8% 0% 8%;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

.w-100 {
  width: 100%;
}

.btn-cta {
  text-decoration: none;
  padding: 6px 20px;
  color: white;
  background-color: var(--azul);
  border-radius: 20px;
  text-align: center;
  display: block;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}
.btn-cta:hover {
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  background-color: #35B5FE;
  color: white;
}

input.invalid:invalid {
  border: 1px solid red;
}

.navbar {
  padding: 13px 8.8%;
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .logo {
  width: 170px;
}
.navbar .btn-cta {
  width: 18%;
  font-size: 16px;
  padding: 12px;
}
.navbar .nav-link {
  font-size: 20px;
  padding: 12px 0px !important;
  margin: 0 12px;
  color: var(--azul) !important;
  letter-spacing: 0.5px;
}
@media (max-width: 500px) and (min-width: 0px) {
  .navbar {
    padding: 18px 5%;
  }
  .navbar .logo {
    width: 70px;
  }
  .navbar .btn-cta {
    padding: 9px 10px;
    font-size: 15px;
  }
}

.sec1 {
  padding: 16% 0%;
  background-image: url("../assets/img/uroanalisis-header-02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
.sec1 .container p {
  font-size: 25px;
}
.sec1 .container h1 {
  font-size: 35px;
}
.sec1 .container h1 .uroanalisis {
  font-size: 85px;
}

.sec2 {
  padding: 5% 0%;
}
.sec2 .box {
  padding: 5%;
  border-radius: 25px;
  width: 90%;
}
.sec2 .box h2 {
  font-size: 33px;
  font-weight: 700;
  color: black;
}
.sec2 .box p {
  font-size: 18px;
}

.sec3 {
  padding: 2% 0%;
  background-color: var(--azul);
}
.sec3 p {
  font-size: 28px;
  color: white;
  line-height: 1.2;
}

.sec4 {
  padding: 0% 0%;
}
.sec4 h2 {
  font-size: 32px;
  color: black;
}
.sec4 .box {
  padding: 5%;
  border-radius: 20px;
}
.sec4 .box .title {
  font-size: 20px;
}
.sec4 .box a {
  width: 40%;
}
.sec4 .box .col-md-4 a {
  width: 100%;
}
.sec4 .box .mlCustom {
  margin-left: 15px;
}
.sec4 .box .col-md-8 {
  padding-left: 7%;
}
.sec4 .box .col-md-8 p {
  line-height: 1.3;
}
.sec4 .box .col-md-8 .botones .btn-cta {
  width: 54%;
}

.ctaCustom {
  padding: 1.5% 0%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(48, 75, 122)), to(rgb(6, 32, 81)));
  background: linear-gradient(90deg, rgb(48, 75, 122) 0%, rgb(6, 32, 81) 100%);
}
.ctaCustom img {
  width: 80px;
}
.ctaCustom h3 {
  margin: 0;
  font-size: 30px;
}

.sec4-1 {
  padding: 1.5% 0%;
  background-color: var(--azul);
}
.sec4-1 h3 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
}

.sec5 {
  background: url("../assets/img/karen.webp") no-repeat;
  background-position: right;
  background-size: cover;
  padding: 5% 0% 30%;
}
.sec5 form {
  background: rgba(12, 56, 144, 0.62);
  padding: 3% 3% 10%;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 60%;
}
.sec5 form .contactanos {
  text-align: center;
  color: var(--blanco);
  font-size: 25px;
  margin-bottom: 2%;
}
.sec5 form .camposObligatorios {
  font-size: 18px;
  margin-bottom: 5px;
  color: white;
}
.sec5 form .input {
  padding: 10px 20px;
  width: 100%;
  border: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  border-radius: 8px;
}
.sec5 form .text-red {
  color: red;
}
.sec5 form .submit {
  width: 80%;
  color: var(--azul);
  background: var(--blanco);
  border: 0px;
  margin-left: 9%;
  border-radius: 10px;
  padding: 10px;
  font-size: 24px;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}
.sec5 form .submit:hover {
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  background-color: var(--azul);
  color: white;
}

.imgonda {
  margin-top: -25%;
}

.footer {
  background-color: var(--azul);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0% 0%;
  color: white;
  margin-top: -11%;
}
.footer h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
.footer p {
  font-size: 24px;
}
.footer .row {
  padding-bottom: 1% !important;
}
.footer .row .col-md-4 {
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .row .col-md-4 p {
  font-size: 18px;
}
.footer .row .col-md-4 .logo {
  width: 50%;
}
.footer .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media (max-width: 574px) and (min-width: 0px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .desktop-item {
    display: none;
  }
  .mobile-item {
    display: block;
  }
}</pre></body></html>