<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: "Montserrat";
  src: url("../assets/fonts/Montserrat-Regular.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Light.ttf") format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
html, body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
}

.d-pad {
  padding: 70px 8%;
}

.pd-0 {
  padding: 0px;
}

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

h1 {
  font-size: 35px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

.fs-45 {
  font-size: 45px;
}

.fs-17 {
  font-size: 17px;
}

.btn-cta2 {
  text-decoration: none;
  padding: 6px 20px;
  width: 80%;
  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-cta2:hover {
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  background-color: #35B5FE;
  color: white;
}

.btn-cta {
  text-decoration: none;
  padding: 6px 20px;
  width: 35%;
  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: 50px 8.8% 15px;
}
.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: 20% 0%;
  background-image: url("../assets/img/glucometros-header.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
}
.sec1 .container p {
  font-size: 25px;
}

.sec3 {
  padding: 2% 0%;
  background-color: var(--azul);
}

.sec4 p {
  line-height: 1.3;
}
.sec4 .img {
  width: 55%;
}
.sec4 .separacion {
  margin-bottom: 7%;
}
.sec4 .img-2 {
  width: 75%;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec4 .separacion {
    margin-bottom: 20%;
  }
}

.sec4-1 {
  padding: 1.5% 0%;
  background-color: var(--azul);
}

.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;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec5 form {
    width: 100%;
  }
  .sec5 form .input {
    font-size: 18px;
  }
  .sec5 form .submit {
    padding: 8px;
    font-size: 18px;
  }
}

.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 .row {
  padding-bottom: 1% !important;
}
.footer .row .col-md-4 {
  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 .logo {
  width: 50%;
}
.footer .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .footer {
    padding: 11% 0%;
  }
}

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