<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 12rem;
  color: #5a5a5a;
}

h1,
h2,
h3,
h4 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}

h1 {
  text-transform: uppercase;
}

h2 {
  color: #114c62;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: -0.1rem;
}

h3 {
  color: #114c62;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: -0.1rem;
}

p {
  font-family: "Work Sans", sans-serif;
  font-size: 1.1rem;
  letter-spacing: -0.05rem;
}

.btn-primary {
  background-color: #114c62;
  border-color: #114c62;
  color: #fff !important;
  font-weight: normal !important;
}

.btn-primary:disabled {
  background-color: #114c6255;
  border-color: #114c6255;
}

.btn-primary:focus {
  background-color: #104c62dd;
  box-shadow: 0 0 0 .25rem #457890;
}

.btn-secondary:hover {
  background-color: #093545;
  border-color: #093545;
}

.btn-secondary {
  background-color: #114c62;
  border-color: #114c62;
  border-radius: 0;
}

.btn-primary:hover {
  background-color: #093545;
  border-color: #093545;
}

a {
  text-decoration: none;
  color: #114c62;
}

footer a {
  color: white;
}

footer a:hover {
  color: #ffbd59;
}

footer .bi-chevron-up {
  font-size: 2.5rem;
}

.scroll-to-top {
  height: 60px;
  width: 60px;
  border-radius: 30px;
  background-color: #00c2cb;
  line-height: 50px;
  text-align: center;
}

.login {
  padding: 1.5rem;
  border-width: 1px !important;
  border-radius: 0.25rem !important;
  border-color: #4d4d4d !important;
  display: block;
}

hr.puntitos {
  border-top: 1px dashed #9e9e9e;
  margin-bottom: 40px;
  margin-top: 40px;
}

.bg-primary {
  background-color: #00c2ca !important;
}

/* UTILIDADES
-------------------------------------------------- */

.mision {
  max-width: 50%;
}

.hidden {
  display: none;
}

.esquinas-redondas {
  border-radius: 6px;
  padding: 10px;
  border: 2px solid #00c2cb;
}

.indentar {
  padding-left: 15px;
}

.totals-space {
  margin-left: 100px !important;
}

.columns-parent {
  display: table;
}

.cajita {
  padding: 2rem;
  border: 1px solid #000;
  display: table-cell;
}

.cajita img {
  padding-bottom: 1rem;
}

.bgimageREVISTA .col-md-8 {
  margin-top: 105px;
}
.bgimageREVISTA .col-md-4 {
  margin-top: 90px;
}
.bgimageREVISTA img {
  float: right;
}

@media screen and (max-width: 768px) {
  .bgimageREVISTA .col-md-8 {
    margin-top: 60px;
  }
  .bgimageREVISTA .col-md-4 {
    margin-top: 0;
  }
  .bgimageREVISTA img {
    float: none;
  }
}

/* ELEMENTOS DEL HEADER
-------------------------------------------------- */

#mida-header {
  position: fixed;
  background: #fff;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease;
}
#mida-header.hide {
  top: -64px;
  transition: all 0.3s ease;
}

ul.main-nav-content li a,
.top-nav-content a {
  font-weight: 600;
  text-transform: uppercase;
}

.top-nav-content a {
  font-size: 0.8em;
  color: #fff;
}

.top-nav-content &gt; ul {
  text-align: right;
}

.top-nav-content ul li {
  border-right: 1px solid #fff;
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.top-nav-content ul li ul li a {
  color: #042d3d;
}

.top-nav-content ul li:last-child {
  border-right: none;
  padding-right: 0 !important;
}

.top-nav-content .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.top-bg {
  background: #fd441b url(../images/top-bg.png) center center no-repeat;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active {
  font-weight: 900;
}

ul.top-nav-content li:last-child {
  border-right: none;
  padding-right: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #114c62;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show &gt; .nav-link {
  color: #042d3d;
}

.bg-light-top {
  background-color: transparent !important;
}

@media screen and (max-width: 992px) {
  .top-nav-content .nav-link {
    text-align: center;
    font-size: 1rem;
    border-right: none !important;
  }

  .navbar-brand ul {
    display: block;
    margin: 0 auto;
  }
}

.navbar .navbar-transparent.navbar-inverse .navbar-inner {
  border-width: 0px;
  -webkit-box-shadow: 0px 0px;
  box-shadow: 0px 0px;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

#search {
}

#search input[type="text"] {
  background: url(../images/icons/search.svg) no-repeat 10px 6px #fcfcfc;
  border: 1px solid #d1d1d1;
  font: bold 12px Arial, Helvetica, Sans-serif;
  color: #bebebe;
  width: 150px;
  padding: 6px 15px 6px 35px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

#search input[type="text"]:focus {
  width: 200px;
}

.dropdown-menu {
  border-top: 4px solid #fd441b;
  border-bottom: 4px solid #fd441b;
  border-radius: 0;
}

@media screen and (max-width: 720px) {
  #logo {
    height: 80px;
  }

  body {
    padding-top: 10rem;
  }

  .top-nav-content ul li {
    border-right: 1px solid transparent;
  }

  .navbar-toggler {
    border: 1px solid #000 !important;
  }
}
@media screen and (max-width: 992px) {
  #navbarNavAltTop .navbar-nav {
    flex-direction: row !important;
    justify-content: flex-end;
  }
  .top-nav-content .nav-link {
    border-right: 1px solid #fff;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .navbar-light .navbar-nav .nav-link {
    text-align: center;
  }
  #search input[type="text"] {
    width: 250px;
    margin: 0 auto;
    display: block;
  }
  #search input[type="text"]:focus {
    width: 300px;
  }
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  background-color: #042d3d;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  top: 3rem;
  z-index: 10;
}

.carousel-caption h2 {
  font-size: 3rem !important;
  color: #042d3d;
  letter-spacing: -0.25rem;
}

.carousel-caption p {
  font-size: 2rem !important;
  color: #042d3d;
}

@media screen and (max-width: 720px) {
  .carousel-caption {
    top: 0.2rem;
  }

  .carousel-caption h2 {
    font-size: 1.2rem !important;
    letter-spacing: -0.01rem;
  }

  .carousel-caption p {
    font-size: 1rem !important;
  }
}

/* HERO
-------------------------------------------------- */

.bgimage {
  width: 100%;
  height: 250px;
  background: url("../images/hero01.jpg?id=123");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}

.bgimageMB {
  width: 100%;
  height: 250px;
  background: url("../images/bg01.jpg?id=1");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}

.bgimageEI {
  width: 100%;
  height: 250px;
  background-image: url("../images/bg04.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}

.bgimageNoticias {
  width: 100%;
  height: 250px;
  background-image: url("../images/bg-news.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}

.bgimageContact {
  width: 100%;
  height: 250px;
  background-image: url("../images/bg-contact.jpg?id=1");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}

.bgimageHistoria {
  width: 100%;
  height: 250px;
  background-image: url("../images/bg-historia.jpg?id=123");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}
.bgimageTendencias {
  width: 100%;
  height: 250px;
  background-image: url("../images/bg-tendencias.jpg?id=12344");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}

.bgimageBeneficios {
  width: 100%;
  height: 250px;
  background-image: url("../images/bg-beneficios.jpg?id=1234");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}

.bgimageDownloads {
  width: 100%;
  height: 250px;
  background-image: url("../images/bg-downloads.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}

.bgimageEventos {
  width: 100%;
  height: 250px;
  background-image: url("../images/bg-eventos.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}

.bgimageADM {
  width: 100%;
  height: 250px;
  background-image: url("../images/bg02.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}

.bgimageLOGIN {
  width: 100%;
  height: 250px;
  background-image: url("../images/bg-login.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}

.bgimageREVISTA {
  width: 100%;
  height: 250px;
  background-image: url("../images/revista-sub.jpg?id=1234");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}

.bgimageCOMPRAR {
  width: 100%;
  height: 250px;
  background-image: url("../images/comprar-bg.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}

.bgimageADMIN {
  width: 100%;
  height: 250px;
  background-image: url("../images/bg-admin.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}

.bgimageADMINISTRACION {
  width: 100%;
  height: 250px;
  background-image: url("../images/bg-administracion.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}

.bgimageDIRECTORIO {
  width: 100%;
  height: 250px;
  background-image: url("../images/bg-directorio.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}

.bgimageDocs {
  width: 100%;
  height: 250px;
  background-image: url("../images/bg-documents.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}

.bgimageSearchResults {
  width: 100%;
  height: 250px;
  background-image: url("../images/bg-search.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}

.bgimageTerms {
  width: 100%;
  height: 250px;
  background-image: url("../images/bg-terms.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}

.bgimagePrivacidad {
  width: 100%;
  height: 250px;
  background-image: url("../images/bg-privacidad.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}

.bgimageSeminarios {
  width: 100%;
  height: 250px;
  background-image: url("../images/bg-seminarios.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}

@media screen and (max-width: 992px) {
  .bgimage,
  .bgimageMB,
  .bgimageEI,
  .bgimageNoticias,
  .bgimageContact,
  .bgimageHistoria,
  .bgimageTendencias,
  .bgimageBeneficios,
  .bgimageDownloads,
  .bgimageEventos,
  .bgimageADM,
  .bgimageLOGIN,
  .bgimageREVISTA,
  .bgimageDocs,
  .bgimageADMIN,
  .bgimageADMINISTRACION,
  .bgimageDIRECTORIO,
  .bgimageCOMPRAR,
  .bgimageSearchResults,
  .bgimageTerms,
  .bgimagePrivacidad,
  .bgimageSeminarios {
    background-position: 300px;
  }
}

@media screen and (max-width: 576px) {
  .bgimage,
  .bgimageMB,
  .bgimageEI,
  .bgimageNoticias,
  .bgimageContact,
  .bgimageHistoria,
  .bgimageTendencias,
  .bgimageBeneficios,
  .bgimageDownloads,
  .bgimageEventos,
  .bgimageADM,
  .bgimageLOGIN,
  .bgimageREVISTA,
  .bgimageDocs,
  .bgimageADMIN,
  .bgimageADMINISTRACION,
  .bgimageDIRECTORIO,
  .bgimageCOMPRAR,
  .bgimageSearchResults,
  .bgimageTerms,
  .bgimagePrivacidad,
  .bgimageSeminarios {
    background-position: 100px;
  }
}

.bg-amarillo {
  background-color: #ffbd59;
}
.bg-anaranjado {
  background-color: #fd441b;
}
.bg-azulito-claro {
  background-color: #00c2cb;
}
.bg-azul {
  background-color: #114c62;
}

.h1-container {
  height: 250px;
}
.h1-user {
  height: 250px;
}

/* SOMOS MIDA
-------------------------------------------------- */

.somos-mida {
  background: #fff url(../images/bg-azul.png) center bottom no-repeat;
  padding-top: 65px;
  padding-bottom: 115px;
}

.somos-mida p {
  font-size: 1.5rem;
}

@media screen and (max-width: 720px) {
  .somos-mida {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .somos-mida p {
    font-size: 1.2rem;
  }
}
/* GRID DE CUATRO
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  letter-spacing: -0.01rem;
  font-size: 1.8rem;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
.bg-chinita {
  background-color: #fd441b;
}
.bg-gris-claro {
  background-color: #f0f0f0;
}
.bg-azul-claro {
  background-color: #00c2cb;
}
.bg-amarillo {
  background-color: #ffbd59;
}
.bg-chinita,
.bg-gris-claro,
.bg-azul-claro,
.bg-amarillo {
  cursor: pointer;
}
/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.2;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* rtl:end:ignore */

/* SEMINARIOS Y NOTICIAS...
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap &lt;hr&gt; more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -0.05rem;
}

.seminarios-noticias {
  background-color: #f0f0f0;
}

.seminarios {
  position: relative;
}
.hazclick {
  position: absolute;
  bottom: 4rem;
  z-index: 10;
  background-image: url(../images/arrow.svg);
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  width: 350px;
  height: 50px;
  padding: 9px 0 9px 10px;
}
.hazclick a {
  text-decoration: none;
  color: white;
}

.noticias a {
  color: #fd441b;
  text-decoration: none;
  font-weight: 700;
}

.noticias-img-box {
  position: relative;
}
.fecha-bubble {
  display: table;
  text-align: center;
  color: #114c62;
  font-weight: 800;
  background-color: #ffbd59;
  font-size: 0.7rem;
  width: 53px;
  height: 53px;
  border-radius: 25px;
  line-height: 1.0rem;
  position: absolute;
  z-index: 10;
  right: 40px;
  top: 15px;
}
.fecha-bubble span {
  display: table-cell;
  vertical-align: middle;
}

.eventos-bubble {
  display: table;
  text-align: center;
  color: #fff;
  font-weight: 800;
  background-color: #fd441b;
  font-size: 1.8rem;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  line-height: 2rem;
  position: absolute;
  z-index: 10;
  right: 40px;
  bottom: -30px;
}

.eventos-bubble span {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  .fecha-bubble {
    right: 20px;
    top: 60px;
    font-size: 1.0rem;
    width: 70px;
    height: 70px;
    border-radius: 30px;
    line-height: 1rem;
  }
}

@media screen and (max-width: 992px) {
  .fecha-bubble {
    right: 20px;
    top: 30px;
    font-size: 1.0rem;
    width: 70px;
    height: 70px;
    border-radius: 30px;
    line-height: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .fecha-bubble {
    right: 20px;
    top: 80px;
    font-size: 1.0rem;
    width: 70px;
    height: 70px;
    border-radius: 30px;
    line-height: 1.6rem;
  }
}

@media screen and (max-width: 576px) {
  .fecha-bubble {
    right: 15px;
    top: 10px;
    font-size: 0.6rem;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    line-height: 0.7rem;
  }
}

/* FOOTER
-------------------------------------------------- */

footer {
  color: white;
  background: #fd441b url(../images/footer-bg.png) top center no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 720px) {
  footer .bd-highlight {
    display: block;
    margin: 0 auto;
    width: 40%;
  }

  footer {
    text-align: center;
  }

  .footer-col {
    padding-bottom: 2rem !important;
  }
}

/* EFFECTS CSS
-------------------------------------------------- */
figure {
  overflow: hidden;
}

/* Zoom In */
.hover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover01 figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* Flashing */
.hover13 figure:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  opacity: 0.2;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* ADS
-------------------------------------------------- */

.bg-orange-light {
  background-color: #a6c8ca;
  padding: 10px;
  color: #fff;
}

.ads {
  max-width: 720px;
  display: block;
  margin: 20px auto;
  background-color: #114c62;
  color: white;
}

/* FORMS
-------------------------------------------------- */

form .row {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

@media (max-width: 768) {
  form .row .col-sm-6,
  form .row .col-sm-4 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/* tablas en movil */
@media only screen and (max-width: 992px) {
  /* Force table to not be like tables anymore */
  #table-products,
  #table-products thead,
  #table-products tbody,
  #table-products th,
  #table-products td,
  #table-products tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #table-products thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #table-products tr {
    border: 1px solid #ccc;
  }

  #table-products td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
    text-align: center;
  }

  #table-products td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: middle !important;
  }

  /*
	Label the data
	*/
  #table-products td:nth-of-type(1):before {
    content: "Producto";
    font-weight: bold;
  }
  #table-products td:nth-of-type(2):before {
    content: "$ Socio";
    font-weight: bold;
  }
  #table-products td:nth-of-type(3):before {
    content: "$ No-Socio";
    font-weight: bold;
  }
  #table-products td:nth-of-type(4):before {
    content: "Cantidad a Comprar";
    font-weight: bold;
  }
  #table-products td:nth-of-type(5):before {
    content: "Subtotal";
    font-weight: bold;
  }
}

.totales {
  text-align: right;
}
.totales li {
  display: inline;
}
@media only screen and (max-width: 992px) {
  .totales li {
    display: block;
  }

  #quantity {
    width: 150px;
  }
}

.content-img {
  float: right;
  padding: 0 0 20px 20px;
  display: block;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
@media only screen and (max-width: 992px) {
  .content-img {
    float: none;
    padding: 0 0 20px 0;
  }
}

.ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.noticias .link-underline {
  color: #114c62;
}
.noticias .link-underline:hover {
  text-decoration: underline;
}

.text-orange {
  color: #fd441b;
}

.btn-orange {
  background-color: #fe5f26;
  border-color: #fe5f26;
  color: #000 !important;
  font-weight: normal !important;
}

.btn-orange:focus {
  box-shadow: 0 0 0 .25rem #fd441b99 !important;
}

.btn-orange:hover {
  background-color: #fd441b;
  border-color: #fd441b;
}
</pre></body></html>