/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: 'ipterv2';
  src: url("../iconos/ipterv2.eot?tqfzq2");
  src: url("../iconos/ipterv2.eot?tqfzq2#iefix") format('embedded-opentype'), url("../iconos/ipterv2.ttf?tqfzq2") format('truetype'), url("../iconos/ipterv2.woff?tqfzq2") format('woff'), url("../iconos/ipterv2.svg?tqfzq2#ipterv2") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change ../iconos */
  font-family: 'ipterv2' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-whatsapp:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e900";
}
.icon-twitter:before {
  content: "\e902";
}
.icon-menu:before {
  content: "\e90b";
}
@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap");
* {
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
body {
  font-family: 'Sen', sans-serif;
  font-size: 14px;
}
.layout {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.Header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Header figure {
  margin: 0;
  padding: 0;
}
.Header figure img {
  display: block;
  max-width: 30%;
}
#menu {
  position: absolute;
  display: none;
  color: #01172e;
  cursor: pointer;
  font-size: 24px;
  top: 25px;
  right: 20px;
}
@media (min-width: 768px) {
  #menu {
    top: 80px;
    right: 50px;
  }
}
.Menu {
  color: #01172e;
}
.Menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
.Menu li {
  margin: 0 20px;
  padding: 5px 10px;
  font-size: 18px;
  cursor: pointer;
  font-weight: 700;
}
.Menu li:last-child {
  margin-right: 0;
}
.Menu li:hover {
  color: #00508c;
  border-bottom: 1.5px solid #00508c;
}
.Footer {
  background-image: url("../images/footer-bg.jpg");
  background-color: #01172e;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  padding-top: 30px;
}
.Footer__info {
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: flex-end;
}
.Footer__direccion {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}
.Footer__direccion i {
  margin-right: 10px;
}
.Footer__direccion a {
  color: #bd7d3d;
}
.Footer__direccion p {
  margin: 5px 0;
}
.Footer__contacto {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  width: 100%;
}
.Footer__contacto i {
  margin-right: 10px;
}
.Footer__contacto p {
  margin: 5px 0;
}
.Footer__img {
  display: flex;
  justify-content: center;
}
.Footer img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}
@media screen and (max-width: 1023px) {
  .Footer {
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  .Footer__info {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 1140px) {
  .Menu li:first-child {
    display: none;
  }
  .Menu li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .Header figure img {
    width: 25%;
  }
  .Footer img {
    max-width: 50%;
  }
  #menu {
    display: block;
  }
  #menu.selected {
    color: #fff;
    position: fixed;
    z-index: 10;
  }
  .Menu {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    right: -100%;
    padding: 100px 20px 20px 20px;
    background: #00508c;
    text-align: center;
    transition: all 0.2s ease-in;
    z-index: 9;
  }
  .Menu.show {
    right: 0;
  }
  .Menu ul {
    padding: 0;
    display: block;
  }
  .Menu li {
    display: block;
    margin: 10px 0 40px 0;
  }
  .Menu li:hover {
    color: #fff;
    border: none;
  }
}
.derechos {
  color: #fff;
  text-align: center;
}
.derechos--quimaira {
  color: #fff;
  font-size: 16px;
  margin: 15px 0;
}
.pie {
  display: flex;
  justify-content: center;
}
.pie a {
  text-align: center;
}
.pie .espacio-1 {
  min-width: 25%;
}
.pie .espacio-2 {
  min-width: 15%;
}
@media screen and (max-width: 767px) {
  .pie {
    flex-direction: column;
  }
  .pie .espacio-1,
  .pie .espacio-2 {
    width: 100%;
  }
}
.Articulo h1 {
  text-align: center;
  color: #01172e;
}
.Articulo-banner img {
  display: block;
  width: 100%;
}
.Articulo-info {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.Articulo-info .share {
  position: relative;
  top: 0;
}
.Articulo-info .jssocials {
  position: absolute;
  margin-left: -70px;
  margin-top: 0px;
}
.Articulo-info .jssocials-share-link {
  border: 1px solid rgba(0,0,0,0.2);
  font-size: 14px;
  background: #fff;
}
.Articulo-info .jssocials-share {
  display: block;
  margin: 0 0 10px 0;
}
.Articulo-info-container {
  min-height: 200px;
  padding: 20px 0px 20px 80px;
}
.Articulo-info .post * {
  font-weight: 400 !important;
  font-size: 16px !important;
  margin: 0 auto !important;
  line-height: 1.5em !important;
  color: negro !important;
  font-family: 'Sen', sans-serif !important;
  padding: 0 !important;
  white-space: normal !important;
  font-style: normal !important;
}
