<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Diinsel Covid LP
  Desarrollado: Septiembre 1, 2021.
  IV - Futurité
*/
@import url("https://fonts.googleapis.com/css2?family=Arimo&amp;family=Arimo:wght@300;700&amp;display=swap");
:root {
  --azul: #08255b;
  --gris_F: #626262;
  --gris_S: #9b979d;
  --blanco: #ffffff;
  --negro: #000000;
  --color1: #2c5ca5;
  --color2: #0090d1;
}

@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/BebasNeue-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("opentype");
}
html, body {
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  color: var(--negro);
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.pd0 {
  padding: 0px;
}

/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
/*               Header                         */
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
header {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background: var(--blanco);
  padding: 10px 0px;
}
header .logoheader {
  width: 30%;
}
header .data {
  color: var(--azul);
  font-size: 22px;
  float: right;
  margin-top: 10px;
  font-weight: 700;
}
header .data .tel {
  color: var(--azul);
  font-size: 20px;
  font-weight: 300;
}

.banner-buenfin {
  padding: 0;
}
.banner-buenfin .row {
  margin: 0;
}
.banner-buenfin .row img {
  width: 100%;
}

/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
/*              Footer and Copy                 */
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
footer {
  display: block;
  width: 100%;
  background-image: url("../img/bg-footer.jpeg");
  background-position: center;
  min-height: 500px;
  height: auto;
  background-size: cover;
  text-align: center;
  padding: 50px 0px;
  border-top: 1px solid var(--blanco);
}
footer .contactanos {
  font-size: 50px;
  color: var(--blanco);
}
footer .form2 {
  margin: auto;
  display: block;
  width: 60%;
}
footer .form2 .dataform {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 20px;
  color: var(--gris_F);
  border: none;
}
footer .form2 .check {
  margin-right: 5px;
  width: 38px;
  height: 30px;
  border-radius: 5px;
}
footer .form2 input[type=number]::-webkit-inner-spin-button,
footer .form2 input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
footer .form2 input[type=number] {
  -moz-appearance: textfield;
}
footer .form2 label {
  color: var(--blanco);
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin-top: -30px;
}
footer .form2 .termino {
  color: var(--blanco);
  font-size: 18px;
  font-weight: 700;
}
footer .form2 button {
  color: var(--azul);
  font-size: 22px;
  border: none;
  border-radius: 4px;
  padding: 8px 60px;
  margin-top: 20px;
}
footer .form2 button:hover {
  font-size: 23px;
}

/****************************************/
/*            Gracias                   */
/****************************************/
.body-gracias {
  background: var(--blanco);
  background: -webkit-gradient(left top, right top, color-stop(0%, var(--blanco)), color-stop(80%, var(--blanco)), color-stop(80%, var(--azul)), color-stop(100%, var(--azul)));
  background: -o-linear-gradient(left, var(--blanco) 0%, var(--blanco) 80%, var(--azul) 80%, var(--azul) 100%);
  background: -webkit-gradient(linear, left top, right top, from(var(--blanco)), color-stop(80%, var(--blanco)), color-stop(80%, var(--azul)), to(var(--azul)));
  background: linear-gradient(to right, var(--blanco) 0%, var(--blanco) 80%, var(--azul) 80%, var(--azul) 100%);
  padding-right: 20%;
}
.body-gracias .gracias {
  padding: 150px 0px 50px;
  text-align: center;
}
.body-gracias .gracias img {
  height: 100px;
  margin-bottom: 50px;
}
.body-gracias .gracias h5 {
  font-weight: 300;
  color: var(--gris_F);
  font-size: 35px;
  margin-bottom: 50px;
}
.body-gracias .gracias h5 span {
  color: var(--azul);
}
.body-gracias .gracias p {
  font-weight: 300;
  color: var(--gris_F);
  font-size: 25px;
  margin-bottom: 70px;
}
.body-gracias .gracias a {
  color: var(--blanco);
  font-weight: 700;
  font-size: 25px;
  background-color: var(--azul);
  padding: 10px 40px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
}
.body-gracias .gracias a:hover {
  font-size: 26px;
}

/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
/*             Secciones de Pagina              */
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
/****************************************/
/*                Home                  */
/****************************************/
/* h-sec1 */
.h-sec1 {
  display: block;
  width: 100%;
  background-image: url("../img/banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 500px;
  height: auto;
  padding-top: 50px;
  padding-bottom: 0px;
}
.h-sec1 h1 {
  font-family: "BebasNeue", sans-serif;
  margin-top: 15px;
}
.h-sec1 h1 .text1 {
  color: var(--azul);
  font-size: 43px;
}
.h-sec1 h1 .text2 {
  color: var(--azul);
  font-size: 80px;
}
.h-sec1 h1 .text3 {
  color: var(--blanco);
  font-size: 70px;
  font-style: italic;
}
.h-sec1 h1 .text4 {
  color: var(--blanco);
  font-size: 42px;
}
.h-sec1 h1 .text5 {
  color: var(--azul);
  font-size: 42px;
}
.h-sec1 .variantes {
  background: #ffffffcc;
  display: inline-block;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
  margin-top: 368px;
  bottom: -40px;
}
.h-sec1 .variantes .logo1 {
  max-width: 100%;
  margin: auto;
  display: block;
}
.h-sec1 .variantes .logo2 {
  width: 100%;
  margin: auto;
  display: block;
}
.h-sec1 .form1 {
  background: var(--azul);
  padding: 20px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin: auto;
  display: block;
  width: 70%;
}
.h-sec1 .form1 .contact {
  color: var(--blanco);
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.h-sec1 .form1 .dataform {
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  color: var(--gris_F);
  border: none;
}
.h-sec1 .form1 input[type=number]::-webkit-inner-spin-button,
.h-sec1 .form1 input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.h-sec1 .form1 input[type=number] {
  -moz-appearance: textfield;
}
.h-sec1 .form1 textarea {
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  height: 100px;
  color: var(--gris_F);
  border: none;
}
.h-sec1 .form1 .termino {
  color: var(--blanco);
  font-size: 14px;
  margin-bottom: 10px;
}
.h-sec1 .form1 label {
  color: var(--blanco);
  font-size: 14px;
  padding-left: 10px;
  font-weight: 400;
}
.h-sec1 .form1 button {
  color: var(--azul);
  font-size: 16px;
  margin: auto;
  display: block;
  width: 40%;
  border: none;
  border-radius: 4px;
  padding: 6px 0px;
  margin-top: 20px;
  text-align: center;
}
.h-sec1 .form1 button:hover {
  font-size: 17px;
}
.h-sec1 .form1 ::-webkit-input-placeholder {
  font-size: 14px;
  color: var(--gris_F);
}
.h-sec1 .form1 ::-moz-placeholder {
  font-size: 14px;
  color: var(--gris_F);
}
.h-sec1 .form1 :-ms-input-placeholder {
  font-size: 14px;
  color: var(--gris_F);
}
.h-sec1 .form1 ::-ms-input-placeholder {
  font-size: 14px;
  color: var(--gris_F);
}
.h-sec1 .form1 ::placeholder {
  font-size: 14px;
  color: var(--gris_F);
}

/* h-sec2 */
.h-sec2 {
  display: block;
  width: 100%;
  background: var(--blanco);
  padding: 80px 0px;
  vertical-align: top;
}
.h-sec2 .title2 {
  text-align: center;
  font-family: "BebasNeue", sans-serif;
  font-size: 70px;
  color: var(--gris_S);
}
.h-sec2 .title2 .blue {
  color: var(--azul);
}
.h-sec2 .sec-box {
  background-image: url("../img/diinsel-foto1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
}
.h-sec2 .text-center img {
  margin-top: 50px;
  width: 100%;
}

/* h-sec3 */
.h-sec3 {
  display: block;
  width: 100%;
  background-image: url("../img/background1.png");
  background-position: center;
  min-height: 700px;
  height: auto;
  background-size: cover;
  text-align: center;
  padding: 50px 0px;
}
.h-sec3 .title3 {
  font-family: "BebasNeue", sans-serif;
  color: var(--gris_F);
  font-size: 60px;
  margin-bottom: 40px;
}
.h-sec3 .title2 {
  text-align: center;
  font-family: "BebasNeue", sans-serif;
  font-size: 70px;
  color: var(--azul);
}
.h-sec3 .subtitle {
  color: var(--gris_F);
  text-align: center;
  font-family: "BebasNeue", sans-serif;
  font-size: 51px;
}
.h-sec3 .pasos {
  margin-bottom: 50px;
  display: inline-block;
}
.h-sec3 .pasos img {
  width: 100%;
}

.h-sec-03 {
  display: block;
  width: 100%;
  background-image: url("../img/background1.png");
  background-position: center;
  height: auto;
  background-size: cover;
  text-align: center;
  padding: 50px 0px;
}
.h-sec-03 .title2 {
  text-align: center;
  font-family: "BebasNeue", sans-serif;
  font-size: 70px;
  color: var(--azul);
}
.h-sec-03 .subtitle {
  color: var(--gris_F);
  text-align: center;
  font-family: "BebasNeue", sans-serif;
  font-size: 51px;
}

/* h-sec4 */
.h-sec4 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: var(--azul);
  padding: 20px 0px;
  text-align: center;
}
.h-sec4 p {
  display: inline-block;
  text-align: center;
  color: var(--blanco);
  font-size: 60px;
  font-family: "BebasNeue", sans-serif;
}

/* h-sec5 */
.h-sec5 {
  display: block;
  width: 100%;
  background-image: url("../img/Foto2.jpg");
  background-position: unset;
  min-height: 700px;
  height: auto;
  background-size: cover;
}

/* h-sec6 */
.h-sec6 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: var(--azul);
  padding: 20px 0px;
  text-align: center;
}
.h-sec6 img {
  margin: auto;
  display: block;
}

/* h-sec7 */
.h-sec7 {
  display: block;
  width: 100%;
  min-height: 700px;
  height: auto;
  padding-top: 50px;
  text-align: center;
}
.h-sec7 .title7 {
  text-transform: uppercase;
  font-size: 60px;
  font-family: "BebasNeue", sans-serif;
  color: var(--azul);
}
.h-sec7 .ventas {
  margin: 4% 0;
  display: inline-block;
}
.h-sec7 .ventas .ventaimg {
  width: 60%;
}
.h-sec7 .ventas h3 {
  color: var(--azul);
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
}
.h-sec7 .btn-sol {
  margin: 4% 0;
}
.h-sec7 .btn-sol .solicitar {
  color: var(--blanco);
  background: var(--azul);
  padding: 15px 0px;
  border-radius: 15px;
  font-size: 20px;
  width: 30%;
  display: inline-block;
  font-weight: 700;
}
.h-sec7 .btn-sol .solicitar:hover {
  text-decoration: none;
  font-size: 21px;
}
.h-sec7 .iconos1 {
  margin: 5% 0;
  display: inline-block;
}
.h-sec7 .iconos1 .icon-img1 {
  width: 100%;
  margin-top: -20px;
}
.h-sec7 .iconos1 .icon-img2 {
  width: 50%;
}
.h-sec7 .iconos1 .icon-img3 {
  width: 100%;
}

.h-sec-new-8 {
  background-image: url("../img/web-prueba-antigenos-fondo-gris.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-transform: uppercase;
  padding: 50px 9%;
}
.h-sec-new-8 img {
  width: 90%;
}
.h-sec-new-8 p {
  line-height: 60px;
  font-family: "BebasNeue", sans-serif;
}
.h-sec-new-8 .title {
  color: var(--azul);
  font-size: 60px;
}
.h-sec-new-8 .text {
  color: var(--gris_F);
  font-size: 50px;
}
.h-sec-new-8 .btn-ctc {
  margin-top: 30px;
  color: var(--blanco);
  background: var(--azul);
  padding: 15px 0px;
  border-radius: 15px;
  font-size: 20px;
  width: 60%;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}
.h-sec-new-8 .btn-ctc:hover {
  text-decoration: none;
  font-size: 21px;
}

.h-sec-new-9 {
  background-image: url("../img/background2.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 100px;
  text-align: center;
}
.h-sec-new-9 .iconos2 {
  margin: 5% 0;
  padding-bottom: 50px;
  display: inline-block;
  width: 100%;
}
.h-sec-new-9 .iconos2 .text7 {
  color: var(--azul);
  font-size: 50px;
  font-family: "BebasNeue", sans-serif;
}
.h-sec-new-9 .iconos2 .icon-img1 {
  width: 300px;
  margin: auto;
  display: block;
}
.h-sec-new-9 .iconos2 .icon-img2 {
  max-width: 100%;
}
.h-sec-new-9 .iconos2 .logo-secretaria {
  margin-top: 20px;
  width: 130%;
}

/* Medias query */
@media (max-width: 989px) and (min-width: 768px) {
  .h-sec1 .variantes {
    bottom: -112px;
  }

  .h-sec2 .sec-box {
    height: 300px;
  }
  .h-sec2 .sec-box img {
    width: 35%;
    margin-top: -10px;
  }

  .h-sec3 .pasos .step {
    padding: 30px;
  }
  .h-sec3 .pasos .step .pasoimg {
    width: 100%;
    margin-bottom: 25px;
  }

  .h-sec5 {
    min-height: 350px;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  header .logoheader {
    width: 100%;
  }
  header .data {
    font-size: 14px;
  }
  header .data .tel {
    font-size: 16px;
    margin-top: 10px;
  }

  .h-sec1 {
    padding-bottom: 20px;
  }
  .h-sec1 h1 {
    margin-top: 0px;
  }
  .h-sec1 .form1 {
    width: 100%;
  }
  .h-sec1 .variantes {
    bottom: 0;
  }

  .h-sec2 {
    padding: 40px 0px;
  }
  .h-sec2 .title2 {
    font-size: 40px;
  }
  .h-sec2 .sec-box {
    height: 150px;
  }
  .h-sec2 .sec-box img {
    width: 35%;
    margin-top: -10px;
  }

  .h-sec3 .title3 {
    font-size: 30px;
  }
  .h-sec3 .title3 img {
    width: 30%;
  }
  .h-sec3 .pasos .step .pasoimg {
    width: 100%;
    margin-bottom: 25px;
  }

  .h-sec4 p {
    margin-bottom: 20px;
  }

  .h-sec5 {
    min-height: 150px;
  }

  .h-sec6 img {
    width: 50%;
  }

  .h-sec7 .btn-sol .solicitar {
    font-size: 20px;
  }
  .h-sec7 .iconos1 .icon-img1 {
    width: 100%;
  }
  .h-sec7 .iconos2 .icon-img2 {
    margin-top: 20px;
  }

  footer .form2 {
    width: 100%;
  }
}
@media (max-width: 479px) and (min-width: 0px) {
  header .logoheader {
    width: 100%;
  }
  header .data {
    font-size: 14px;
  }
  header .data .tel {
    font-size: 16px;
    margin-top: 10px;
  }

  .h-sec1 {
    padding-bottom: 20px;
  }
  .h-sec1 h1 {
    margin-top: 0px;
  }
  .h-sec1 .form1 {
    width: 100%;
  }
  .h-sec1 .variantes {
    bottom: -6px;
  }

  .h-sec2 {
    padding: 40px 0px;
  }
  .h-sec2 .title2 {
    font-size: 40px;
  }
  .h-sec2 .sec-box {
    height: 405;
  }

  .h-sec3 .title3 {
    font-size: 30px;
  }
  .h-sec3 .title3 img {
    width: 30%;
  }
  .h-sec3 .pasos .step .pasoimg {
    width: 100%;
    margin-bottom: 25px;
  }

  .h-sec4 p {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .h-sec5 {
    min-height: 150px;
  }

  .h-sec6 img {
    width: 50%;
  }

  .h-sec7 .btn-sol .solicitar {
    font-size: 20px;
    width: 80%;
  }
  .h-sec7 .iconos1 .icon-img1 {
    width: 100%;
  }
  .h-sec7 .iconos2 .icon-img2 {
    margin-top: 20px;
  }

  footer .logofooter {
    width: 80%;
  }
  footer .form2 {
    width: 100%;
  }

  .h-sec-new-8 {
    text-align: center;
  }

  .h-sec-new-9 img {
    width: 80% !important;
  }
}</pre></body></html>