<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: #001f5c;
  --gris: #ededed;
  --celeste: #96b7e3;
  --blanco: #fff;
  --negro: #000;
  --leyenda: #999;
}

@font-face {
  font-family: "roboto_bold";
  src: url("../fonts/robotoBold.ttf") format("truetype");
}
@font-face {
  font-family: "roboto_regular";
  src: url("../fonts/robotoRegular.ttf") format("truetype");
  display-font: swap;
}
html, body {
  font-family: "roboto_regular", sans-serif;
  font-size: 18px;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

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

.pd0 {
  padding: 0px;
}

header img {
  margin-top: -20px;
  margin-bottom: 0px;
  height: 130px;
}

.logo-gracias {
  width: 300px;
}

.linea {
  background: var(--blanco);
  height: 5px;
  width: 10%;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}

.en_dinsel_contamos {
  font-size: 18px;
  text-align: center;
}

.en_dinsel_contamos2 {
  font-size: 22px;
  text-align: center;
}

.home .secction_01 {
  background: url("../img/banner_p.webp") no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: var(--azul);
  width: 100%;
  height: 680px;
  color: var(--blanco);
  padding-top: 50px;
}
.home .secction_01 .titulo {
  padding-top: 50px;
  font-family: "roboto_bold";
  font-size: 40px;
  font-weight: 700;
}
.home .secction_01 .subtitules {
  font-size: 30px;
}
.home .secction_01 .fondo_formulario {
  background: var(--azul);
  color: #333;
  padding: 30px 20px 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.home .secction_01 .fondo_formulario .contactanos {
  text-align: center;
  font-size: 25px;
  color: var(--blanco);
  font-family: "roboto_bold";
}
.home .secction_01 .fondo_formulario input {
  width: 100%;
  border-radius: 5px;
  padding: 5px 0px 5px 15px;
  border: 0px;
  margin-bottom: 10px;
}
.home .secction_01 .fondo_formulario textarea {
  width: 100%;
  border-radius: 5px;
  padding: 5px 0px 5px 15px;
  border: 0px;
  margin-bottom: 10px;
  height: 100px;
}
.home .secction_01 .fondo_formulario .form_enviar {
  font-family: "roboto_bold";
  color: var(--azul);
}
.home .envio {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  background-color: var(--azul);
  color: var(--blanco);
  padding: 25px 0px;
}
.home .envio p {
  font-size: 30px;
  font-weight: 700;
}
.home .secction_02 {
  padding: 50px 0px 50px;
}
.home .secction_02 .info_del_texto {
  text-align: right;
}
.home .secction_02 .info_del_texto img {
  margin: auto;
}
.home .secction_02 .info_del_texto2 {
  text-align: left;
}
.home .secction_02 .info_del_texto2 img {
  margin: auto;
}
.home .secction_02 .fondo_gris {
  margin-top: 50px;
  background: var(--gris);
  height: 200px;
  padding: 40px 20px 20px 70px;
  margin-left: -50px;
  z-index: 1;
  position: relative;
  /*border-radius: 0 10px 10px 0;*/
}
.home .secction_02 .fondo_gris .sec01_titulo1 {
  color: var(--azul);
  font-family: "roboto_bold";
  font-size: 30px;
  font-weight: 700;
}
.home .secction_02 .fondo_gris .sec01_titulo2 {
  font-size: 18px;
}
.home .secction_02 .img_pruebas {
  z-index: 2;
  position: relative;
}
.home .secction_02 .foto_new {
  text-align: right;
}
.home .secction_02 .sec01_titulo11 {
  padding-top: 50px;
  color: var(--azul);
  font-family: "roboto_bold";
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.home .secction_02 .encabezado {
  z-index: 999;
  margin-top: -80px;
  margin-left: 45%;
  background-color: #ca2b39;
}
.home .secction_02 .encabezadotext {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 9px;
}
.home .secction_03 {
  background: url("../img/secction_03.webp") no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: var(--azul);
  width: 100%;
  color: var(--blanco);
  padding: 100px 0px 100px;
  text-align: center;
}
.home .secction_03 .marca_registrada {
  text-align: center;
  font-size: 40px;
  font-family: "roboto_bold";
}
.home .secction_04 {
  padding: 50px 0px 50px;
}
.home .secction_04 .bottom_texto_info {
  padding-bottom: 100px;
}
.home .secction_04 .img_pruebas {
  margin-top: -20px;
  width: 75%;
}
.home .secction_04 .img_prueba1 {
  margin-top: -15px;
  width: 75%;
}
.home .secction_04 .fondo_tira {
  background: var(--gris);
  width: 100%;
  text-align: center;
  height: 200px;
  border-radius: 10px 0 0 10px;
}
.home .secction_04 .fondo_tira_texto {
  background: var(--azul);
  width: 100%;
  padding: 40px 20px 20px 50px;
  height: 200px;
}
.home .secction_04 .fondo_tira_texto1 {
  background: var(--azul);
  width: 100%;
  padding: 40px 20px 20px 50px;
  height: 200px;
}
.home .secction_04 .titulo_productos {
  color: var(--celeste);
  font-family: "roboto_bold";
  font-size: 30px;
}
.home .secction_04 .subtitulos {
  color: var(--gris);
  font-size: 18px;
}
.home .secction_04 .solicta_cot {
  text-align: center;
}
.home .secction_04 .solicta_cot a {
  background: var(--celeste);
  padding: 15px 50px 15px;
  color: var(--azul);
  font-size: 25px;
  font-family: "roboto_bold";
}
.home .secction_04 .encabezado {
  z-index: 999;
  margin-top: -40px;
  margin-left: 45%;
  background-color: #ca2b39;
}
.home .secction_04 .encabezadotext {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 9px;
  padding-left: 10px;
  padding-right: 10px;
}
.home .secction_05 {
  background: url("../img/secction_05.webp") no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: var(--azul);
  width: 100%;
  color: var(--blanco);
  padding: 100px 0px 100px;
}
.home .secction_05 .marca_registrada {
  text-align: center;
  font-size: 40px;
  font-family: "roboto_bold";
}
.home .secction_06 {
  padding: 50px 0px 50px;
}
.home .secction_06 .bottom_texto_info {
  padding-bottom: 100px;
}
.home .secction_06 .img_pruebas {
  margin-top: -30px;
}
.home .secction_06 .img_prueba1 {
  margin-top: -20px;
}
.home .secction_06 .fondo_tira {
  background: var(--gris);
  width: 100%;
  text-align: center;
  height: 200px;
  border-radius: 10px 0 0 10px;
}
.home .secction_06 .fondo_tira_texto {
  background: var(--azul);
  width: 100%;
  padding: 40px 20px 20px 50px;
  height: 200px;
  border-radius: 0 10px 10px 0;
}
.home .secction_06 .titulo_productos {
  color: var(--celeste);
  font-family: "roboto_bold";
  font-size: 30px;
}
.home .secction_06 .subtitulos {
  color: var(--gris);
  font-size: 18px;
}
.home .secction_06 .solicta_cot {
  text-align: center;
}
.home .secction_06 .solicta_cot a {
  background: var(--celeste);
  padding: 15px 50px 15px;
  color: var(--azul);
  font-size: 25px;
  font-family: "roboto_bold";
}
.home .secction_07 {
  background: var(--azul);
  background-position: top center;
  background-size: cover;
  width: 100%;
  color: var(--blanco);
  padding: 50px 50px 50px;
  font-size: 40px;
  text-align: center;
  font-family: "roboto_bold" !important;
}
.home .secction_08 {
  background: var(--gris);
  width: 100%;
  padding: 50px 0px 50px;
}
.home .secction_08 .maxima_eficiencia {
  text-align: center;
  font-family: "roboto_bold" !important;
  font-size: 30px;
  color: var(--azul);
  padding-bottom: 30px;
}
.home .secction_08 ul {
  list-style-type: none;
}
.home .secction_08 ul li {
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}
.home .secction_08 ul li img {
  margin-right: 10px;
}
.home .secction_09 {
  height: 450px;
  padding: 50px 0px 50px;
}
.home .secction_09 .ventajas {
  text-align: center;
  color: var(--azul);
  font-family: "roboto_bold" !important;
  font-size: 30px;
  padding-bottom: 20px;
}
.home .secction_09 .col-sm-2 {
  text-align: center;
  width: 20%;
}
.home .secction_09 .texto_info {
  font-size: 16px;
  padding-top: 10px;
}
.home .secction_09 img {
  margin: auto;
}
.home .secction_10 {
  height: 200px;
  z-index: 3;
  position: relative;
}
.home .secction_10 .fondo_new {
  background: var(--azul);
  width: 100%;
  height: 350px;
  padding: 40px 20px 10px 50px;
  /*border-radius: 10px;*/
}
.home .secction_10 .app_check {
  color: var(--blanco);
  font-size: 30px;
  font-family: "roboto_bold" !important;
}
.home .secction_10 .texto_new {
  padding-bottom: 30px;
  color: var(--blanco);
  font-size: 20px;
}
.home .secction_10 .celular {
  margin-top: -150px;
}
.home .secCustom {
  margin-top: 30%;
}
.home .secCustom .w-100 {
  margin-top: 15%;
  width: 200px;
  height: 130px;
}
.home .secCustom h2 {
  text-align: center;
  color: var(--azul);
  font-family: "roboto_bold" !important;
  font-size: 30px;
  padding-bottom: 20px;
}
.home .secCustom h3 {
  text-align: center;
  color: var(--azul);
  font-family: "roboto_bold" !important;
  font-size: 30px;
  padding-bottom: 20px;
}
.home .secCustom p {
  text-align: center;
  color: var(--azul);
  font-family: "roboto_bold" !important;
  font-size: 20px;
  padding-bottom: 50px;
}
.home .secCustom .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 900px) and (min-width: 400px) {
  .home .secCustom .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 399px) and (min-width: 0px) {
  .home .secCustom .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.home .secction_11 {
  display: block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  padding-top: 10px;
  background: var(--gris);
  padding-bottom: 30px;
}
.home .secction_11 .leyenda h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--leyenda);
  margin-bottom: 0px;
}
.home .secction_11 .slider-cliente {
  display: block;
}
.home .secction_11 .slider-cliente-movil {
  display: none;
}
.home .secction_11 .nuestras_posadas {
  padding-top: 0px;
  text-align: center;
  color: var(--azul);
  font-size: 30px;
  font-family: "roboto_bold" !important;
}
.home .secction_11 .en_diinsel {
  text-align: center;
  font-size: 18px;
}
.home .secction_11 .bx-wrapper {
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 0px #ccc;
  border: 0px solid var(--gris);
  background: var(--gris);
}
.home .secction_12 {
  background: url("../img/backContacto.webp") no-repeat;
  background-position: right;
  background-size: cover;
  background-color: var(--azul);
  width: 100%;
  padding: 50px 0px 50px;
}
.home .secction_12 .cotizacion {
  color: var(--blanco);
  font-family: "roboto_bold" !important;
  font-size: 30px;
  padding-bottom: 50px;
}
.home .secction_12 span {
  font-family: "roboto_bold" !important;
  font-size: 25px;
  color: var(--blanco);
}
.home .secction_12 a {
  color: var(--blanco);
}
.home .secction_12 .top {
  padding-top: 30px;
}
.home .secction_12 .fondoForm {
  background: rgba(12, 56, 144, 0.62);
  border-bottom-left-radius: 30px;
  height: 612px;
  border-top-right-radius: 30px;
  padding: 20px 20px 20px;
}
.home .secction_12 .fondoForm .contactanos {
  text-align: center;
  color: var(--blanco);
  font-size: 22px;
}
.home .secction_12 .fondoForm .input {
  padding: 10px 12px;
  width: 100%;
  border-radius: 5px;
  border: 0px;
  margin-bottom: 10px;
  font-size: 15px;
}
.home .secction_12 .fondoForm textarea {
  padding: 6px 12px;
  width: 100%;
  border-radius: 5px;
  border: 0px;
  height: 160px;
  font-size: 15px;
}
.home .secction_12 .fondoForm .camposObligatorios {
  color: var(--blanco);
  font-size: 13px;
}
.home .secction_12 .fondoForm .submit {
  width: 80%;
  color: var(--azul);
  background: var(--blanco);
  border: 0px;
  margin-left: 10%;
  border-radius: 10px;
  padding: 10px;
  font-size: 15px;
  letter-spacing: 3px;
}
.home .secction_13 {
  background: url("../img/diinsel-antidoping-banner-kit-laboratorio-sitio.webp") no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: var(--azul);
  width: 100%;
  color: var(--blanco);
  padding: 100px 0px 100px;
  text-align: center;
}
.home .secction_13 .marca_registrada {
  text-align: center;
  font-size: 40px;
  font-family: "roboto_bold";
}
.home .secction_14 {
  padding: 50px 0px 50px;
}
.home .secction_14 .maxima_eficiencia {
  text-align: center;
  font-family: "roboto_bold" !important;
  font-size: 30px;
  color: var(--azul);
  padding-bottom: 30px;
}
.home .secction_14 .info_del_texto {
  text-align: right;
}
.home .secction_14 .info_del_texto img {
  margin: auto;
}
.home .secction_14 .info_del_texto2 {
  text-align: left;
}
.home .secction_14 .info_del_texto2 img {
  margin: auto;
}
.home .secction_14 .fondo_gris {
  margin-top: 25px;
  background: var(--gris);
  min-height: 200px;
  padding: 40px 70px 20px 20px;
  margin-right: -50px;
  z-index: 1;
  position: relative;
}
.home .secction_14 .fondo_gris .sec01_titulo1 {
  color: var(--azul);
  font-family: "roboto_bold";
  font-size: 20px;
  font-weight: 700;
}
.home .secction_14 .fondo_gris .sec01_titulo2 {
  font-size: 18px;
}
.home .secction_14 .img_pruebas {
  z-index: 2;
  position: relative;
}
.home .secction_14 .foto_new {
  text-align: left;
}
.home .secction_15 {
  padding: 50px 0px 50px;
  text-align: center;
}
.home .secction_15 .titulo {
  padding-bottom: 50px;
}
.home .secction_15 .titulo p {
  font-family: "roboto_bold" !important;
  font-size: 30px;
  color: var(--azul);
}
.home .secction_15 .kit {
  display: inline-block;
  padding-bottom: 50px;
  width: 100%;
}
.home .secction_15 .kit img {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 15px auto;
}
.home .secction_15 .kit .caja {
  display: inline-block;
  width: 100%;
  background-color: var(--azul);
  padding: 15px;
  margin-bottom: 30px;
}
.home .secction_15 .kit .caja p {
  padding-top: 5px;
  font-size: 20px;
  color: var(--celeste);
  font-family: "roboto_bold";
}
.home .secction_15 .kit .caja p span {
  display: block;
  color: var(--blanco);
  font-size: 14px;
  font-family: "roboto_regular";
}
.home .secction_15 .cta {
  padding-bottom: 30px;
  text-align: center;
}
.home .secction_15 .cta a {
  display: inline-block;
  background: var(--celeste);
  padding: 15px 50px 15px;
  color: var(--azul);
  font-size: 25px;
  font-family: "roboto_bold";
}
.home .secction_15 .cta p {
  font-family: "roboto_bold" !important;
  font-size: 30px;
  color: var(--azul);
  margin-bottom: 30px;
}
.home .bannerImg {
  background-image: url("../img/banner-antidoping.webp");
  height: 350px;
}
.home .banner {
  padding: 4% 5% 2% 5%;
  background-image: url("../img/banner-antidoping-back.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.home .banner .w-100 {
  width: 100%;
}
.home .banner .txt-azul {
  color: var(--azul);
}
.home .banner .txt-celeste {
  color: var(--azul);
}
.home .banner p {
  font-family: "roboto_bold";
  font-weight: 700;
  margin: 0px;
  font-size: 25px;
}
.home .banner h2 {
  font-family: "roboto_bold";
  font-size: 40px;
  font-weight: 700;
  margin: 0px;
}
.home .banner .custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 265px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.home .banner .btn-cta {
  background-color: var(--azul);
  padding: 3% 10%;
  color: white;
  font-family: "roboto_bold";
  font-weight: 700;
  font-size: 30px;
  border-radius: 5px;
  text-decoration: none;
}
.home .banner .btn-cta:hover {
  background-color: white;
  color: var(--azul);
  border: 2px solid var(--azul);
}
.home .banner img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
@media (max-width: 574px) and (min-width: 0px) {
  .home .banner img {
    margin-top: 5%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .home .banner .custom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer {
  width: 100%;
  background: var(--gris);
  height: 70px;
  font-size: 12px;
  text-align: center;
  color: var(--azul);
  font-family: "roboto_bold" !important;
}
footer a {
  color: var(--azul);
}
footer img {
  margin-top: 0px;
  height: 100px;
}
footer p {
  margin-top: 50px;
}

.body-gracias {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(80%, #ffffff), color-stop(80%, #08245b), to(#08245b));
  background: linear-gradient(to right, #ffffff 0%, #ffffff 80%, #08245b 80%, #08245b 100%);
  padding-right: 20%;
}
.body-gracias .gracias {
  padding: 150px 0px 50px;
  text-align: center;
}
.body-gracias .gracias h5 {
  font-weight: 300;
  color: var(--azul);
  font-size: 35px;
  margin-bottom: 50px;
}
.body-gracias .gracias p {
  font-weight: 300;
  color: var(--azul);
  font-size: 25px;
  margin-bottom: 70px;
}
.body-gracias .gracias a {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  background-color: var(--azul);
  padding: 10px 40px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
}

@media (max-width: 1300px) and (min-width: 1251px) {
  .home .secction_10 {
    height: 100px;
  }
  .home .secction_10 .celular {
    margin-top: -150px;
    height: 600px;
  }
}
@media (max-width: 1250px) and (min-width: 1201px) {
  .home .secction_10 {
    height: 100px;
  }
  .home .secction_10 .celular {
    margin-top: -150px;
    height: 600px;
  }
}
@media (max-width: 989px) and (min-width: 768px) {
  .home .secction_02 .fondo_gris {
    margin-top: 20px;
    height: 250px;
    padding: 40px 20px 20px 130px;
    margin-left: -50px;
  }
  .home .secction_03 {
    padding: 50px 0px 50px;
  }
}
@media (max-width: 768px) and (min-width: 480px) {
  .en_dinsel_contamos2 {
    font-size: 18px;
  }
  .en_dinsel_contamos {
    font-size: 15px;
    text-align: center;
  }
  .home .secction_01 {
    height: 400px;
  }
  .home .secction_01 .titulo {
    padding-top: 50px;
    font-size: 30px;
  }
  .home .secction_01 .subtitules {
    font-size: 22px;
  }
  .home .secction_01 .form_enviar {
    font-family: "roboto_bold";
    color: var(--azul);
    width: 100%;
    border-radius: 5px;
    padding: 5px 0px 5px 15px;
    border: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .home .secction_02 {
    padding: 0px 0px 50px;
  }
  .home .secction_02 .fondo_gris {
    margin-top: 75px;
    height: 250px;
  }
  .home .secction_02 .fondo_gris .sec01_titulo1 {
    margin-left: -55px;
    font-size: 20px;
  }
  .home .secction_02 .fondo_gris .sec01_titulo2 {
    margin-left: -55px;
    font-size: 18px;
  }
  .home .secction_02 .img_pruebas {
    height: 200px;
    margin-top: 100px;
  }
  .home .secction_02 .sec01_titulo11 {
    font-size: 20px;
  }
  .home .secction_02 .info_del_texto img {
    margin: auto;
    height: 40px;
  }
  .home .secction_02 .info_del_texto2 img {
    margin: auto;
    height: 40px;
  }
  .home .secction_02 .encabezado {
    width: 60%;
    margin-top: -40px;
    margin-left: 32.5%;
  }
  .home .secction_02 .encabezadotext {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }
  .home .secction_03 {
    padding: 50px 0px 50px;
  }
  .home .secction_03 .marca_registrada {
    font-size: 30px;
  }
  .home .secction_04 .titulo_productos {
    font-size: 25px;
  }
  .home .secction_04 .subtitulos {
    font-size: 15px;
  }
  .home .secction_04 .fondo_tira_texto {
    padding: 15px 10px 10px 10px;
    height: 150px;
  }
  .home .secction_04 .fondo_tira_texto1 {
    padding: 15px 10px 10px 10px;
    height: 150px;
  }
  .home .secction_04 .fondo_tira {
    height: 150px;
  }
  .home .secction_04 .bottom_texto_info {
    height: 260px;
  }
  .home .secction_04 .solicta_cot a {
    font-size: 20px;
  }
  .home .secction_04 .encabezado {
    margin-top: -5%;
    margin-left: 13%;
    width: 75%;
  }
  .home .secction_04 .encabezadotext {
    font-size: 15px;
  }
  .home .secction_05 {
    padding: 50px 0px 50px;
  }
  .home .secction_05 .marca_registrada {
    font-size: 30px;
  }
  .home .secction_06 .titulo_productos {
    font-size: 25px;
  }
  .home .secction_06 .subtitulos {
    font-size: 15px;
  }
  .home .secction_06 .fondo_tira_texto {
    padding: 15px 10px 10px 10px;
    height: 150px;
  }
  .home .secction_06 .fondo_tira {
    height: 150px;
  }
  .home .secction_06 .bottom_texto_info {
    padding-bottom: 100px;
    height: 250px;
  }
  .home .secction_06 .solicta_cot a {
    font-size: 20px;
  }
  .home .secction_07 {
    padding: 30px 30px 30px;
    font-size: 30px;
  }
  .home .secction_08 {
    padding: 30px 0px 30px;
  }
  .home .secction_08 .maxima_eficiencia {
    font-size: 25px;
    padding-bottom: 30px;
  }
  .home .secction_08 ul li {
    padding-bottom: 15px;
    font-size: 11px;
    font-weight: 600;
  }
  .home .secction_09 {
    height: 500px;
  }
  .home .secction_09 .ventajas {
    font-size: 25px;
  }
  .home .secction_09 .col-xs-6 {
    width: 50% !important;
  }
  .home .secction_09 .col-xs-4 {
    width: 33.33333333% !important;
  }
  .home .secction_09 img {
    height: 50px;
  }
  .home .secction_10 {
    text-align: center;
  }
  .home .secction_10 .texto_new {
    padding-bottom: 30px;
    font-size: 15px;
  }
  .home .secction_10 .fondo_new {
    padding: 40px 20px 10px 0px;
  }
  .home .secction_10 .celular {
    margin-top: 0px;
    height: 300px;
  }
  .home .secction_11 .slider-cliente {
    display: none;
  }
  .home .secction_11 .slider-cliente-movil {
    display: block;
  }
  .home .secction_12 .fondoForm .contactanos {
    font-size: 18px;
  }
  .home .secction_12 .fondoForm textarea {
    height: 100px;
  }
  .home .secction_12 .cotizacion {
    font-size: 25px;
    padding-bottom: 50px;
    padding-top: 20px;
    text-align: center;
  }
  .home .secction_14 img {
    padding-top: 50px;
    margin-left: -30px;
  }
  .home .secction_15 {
    margin-top: -40px;
  }
}
@media (max-width: 479px) and (min-width: 0px) {
  .en_dinsel_contamos2 {
    font-size: 18px;
  }
  .en_dinsel_contamos {
    font-size: 15px;
    text-align: center;
  }
  .home .secction_01 {
    height: 400px;
  }
  .home .secction_01 .titulo {
    padding-top: 50px;
    font-size: 30px;
  }
  .home .secction_01 .subtitules {
    font-size: 22px;
  }
  .home .secction_01 .form_enviar {
    font-family: "roboto_bold";
    color: var(--azul);
    width: 100%;
    border-radius: 5px;
    padding: 5px 0px 5px 15px;
    border: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .home .secction_02 {
    padding: 0px 0px 50px;
  }
  .home .secction_02 .fondo_gris {
    height: 250px;
  }
  .home .secction_02 .fondo_gris .sec01_titulo1 {
    font-size: 20px;
  }
  .home .secction_02 .fondo_gris .sec01_titulo2 {
    font-size: 15px;
  }
  .home .secction_02 .img_pruebas {
    height: 100px;
    margin-top: 100px;
  }
  .home .secction_02 .sec01_titulo11 {
    padding-top: 320px;
    font-size: 20px;
  }
  .home .secction_02 .info_del_texto img {
    margin: auto;
    height: 40px;
  }
  .home .secction_02 .info_del_texto2 img {
    margin: auto;
    height: 40px;
  }
  .home .secction_02 .encabezado {
    margin-top: 0px;
    margin-left: 0%;
    z-index: 999;
  }
  .home .secction_02 .encabezadotext {
    font-size: 15px;
    margin-top: 70%;
    margin-bottom: -70%;
    padding-bottom: 20px;
  }
  .home .secction_03 {
    padding: 50px 0px 50px;
  }
  .home .secction_03 .marca_registrada {
    font-size: 30px;
  }
  .home .secction_04 .titulo_productos {
    font-size: 25px;
  }
  .home .secction_04 .subtitulos {
    font-size: 15px;
  }
  .home .secction_04 .fondo_tira_texto {
    padding: 15px 10px 10px 10px;
    height: 150px;
    margin-bottom: 80px;
  }
  .home .secction_04 .fondo_tira_texto1 {
    padding: 15px 10px 10px 10px;
    height: 150px;
  }
  .home .secction_04 .fondo_tira {
    height: 150px;
  }
  .home .secction_04 .bottom_texto_info {
    padding-bottom: 100px;
    height: 350px;
  }
  .home .secction_04 .solicta_cot a {
    font-size: 20px;
  }
  .home .secction_04 .encabezado {
    margin-top: -5%;
    margin-bottom: 60px;
    width: 90%;
    margin-left: 5%;
    z-index: 999;
    padding-bottom: 1px;
  }
  .home .secction_04 .encabezadotext {
    font-size: 15px;
  }
  .home .secction_04 .img_pruebas {
    margin-top: -20px;
    width: 50%;
  }
  .home .secction_04 .img_prueba1 {
    margin-top: -15px;
    width: 50%;
  }
  .home .secction_05 {
    padding: 50px 0px 50px;
  }
  .home .secction_05 .marca_registrada {
    font-size: 30px;
  }
  .home .secction_06 .titulo_productos {
    font-size: 25px;
  }
  .home .secction_06 .subtitulos {
    font-size: 15px;
  }
  .home .secction_06 .fondo_tira_texto {
    padding: 15px 10px 10px 10px;
    height: 150px;
  }
  .home .secction_06 .fondo_tira {
    height: 150px;
  }
  .home .secction_06 .bottom_texto_info {
    padding-bottom: 100px;
    height: 350px;
  }
  .home .secction_06 .solicta_cot a {
    font-size: 20px;
  }
  .home .secction_07 {
    padding: 30px 30px 30px;
    font-size: 30px;
  }
  .home .secction_08 {
    padding: 30px 0px 30px;
  }
  .home .secction_08 .maxima_eficiencia {
    font-size: 25px;
    padding-bottom: 30px;
  }
  .home .secction_08 ul li {
    padding-bottom: 15px;
    font-size: 11px;
    font-weight: 600;
  }
  .home .secction_09 {
    height: 500px;
  }
  .home .secction_09 .ventajas {
    font-size: 25px;
  }
  .home .secction_09 .col-xs-6 {
    width: 50% !important;
  }
  .home .secction_09 .col-xs-4 {
    width: 33.33333333% !important;
  }
  .home .secction_09 img {
    height: 50px;
  }
  .home .secction_10 {
    text-align: center;
  }
  .home .secction_10 .texto_new {
    padding-bottom: 30px;
    font-size: 15px;
  }
  .home .secction_10 .fondo_new {
    padding: 40px 20px 10px 0px;
  }
  .home .secction_10 .celular {
    margin-top: 0px;
    height: 300px;
  }
  .home .secction_11 .slider-cliente {
    display: none;
  }
  .home .secction_12 .fondoForm .contactanos {
    font-size: 18px;
  }
  .home .secction_12 .fondoForm textarea {
    height: 100px;
  }
  .home .secction_12 .cotizacion {
    font-size: 25px;
    padding-bottom: 50px;
    padding-top: 20px;
    text-align: center;
  }
  .home .secction_14 {
    padding: 30px 0px 30px;
  }
  .home .secction_14 .fondo_gris .sec01_titulo1 {
    font-size: 20px;
  }
  .home .secction_14 .fondo_gris .sec01_titulo2 {
    font-size: 15px;
  }
  .home .secction_14 .img_pruebas {
    height: 100px;
    margin-top: 100px;
  }
  .home .secction_14 .sec01_titulo11 {
    padding-top: 320px;
    font-size: 20px;
  }
  .home .secction_14 .info_del_texto img {
    margin: auto;
    height: 40px;
  }
  .home .secction_14 .info_del_texto2 img {
    margin: auto;
    height: 40px;
  }
  .home .secction_15 .col-xs-6 {
    width: 100%;
  }
}</pre></body></html>