@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|	Fjalla+One|	Merriweather:400,400i,700|	Vollkorn+SC:600| 	Marcellus	");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Fjalla+One|Merriweather:400,400i,700|Vollkorn+SC:600|Marcellus");
[data-dev=t] .dev-mark {
  outline: 1px dotted red;
}

.dev-mark-responsive {
  display: none;
}

[data-dev=t] .dev-mark-responsive {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  background-color: red;
  font-size: 0.8rem;
  padding: 0 0.5rem;
}
[data-dev=t] .dev-mark-responsive.r {
  left: auto;
  right: 0;
}
[data-dev=t] .dev-mark-responsive.t {
  bottom: auto;
  top: 0;
}
[data-dev=t] .dev-mark-responsive.rt {
  left: auto;
  bottom: auto;
  right: 0;
  top: 0;
}
@media (max-width: 319px) {
  [data-dev=t] .dev-mark-responsive {
    background-color: #FFBF00;
  }
  [data-dev=t] .dev-mark-responsive::before {
    content: "0 - (s) 320px";
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  [data-dev=t] .dev-mark-responsive {
    background-color: #FF7A4D;
  }
  [data-dev=t] .dev-mark-responsive::before {
    content: "(s) 320px - (m) 768px";
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  [data-dev=t] .dev-mark-responsive {
    background-color: #D04549;
  }
  [data-dev=t] .dev-mark-responsive::before {
    content: "(m) 768px - (l) 1024px";
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  [data-dev=t] .dev-mark-responsive {
    background-color: #875899;
  }
  [data-dev=t] .dev-mark-responsive::before {
    content: "(l) 1024px - (x) 1440px";
  }
}
@media (min-width: 1440px) {
  [data-dev=t] .dev-mark-responsive {
    background-color: #00468C;
  }
  [data-dev=t] .dev-mark-responsive::before {
    content: "(x) 1440px - end";
  }
}

[data-dev=t] .dev-hidden {
  display: none;
}

.dev-visible-b {
  display: none !important;
}

.dev-visible-f {
  display: none !important;
}

.dev-visible-i {
  display: none !important;
}

.dev-visible-g {
  display: none !important;
}

[data-dev=t] .dev-visible-b {
  display: block !important;
}

[data-dev=t] .dev-visible-f {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

[data-dev=t] .dev-visible-i {
  display: inline !important;
}

[data-dev=t] .dev-visible-g {
  display: -ms-grid !important;
  display: grid !important;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

address,
article,
aside,
details,
div,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

img.img-standar {
  width: 100%;
}

h1, h2, p {
  margin-top: 0;
}

.hidden {
  display: none !important;
}

/*
Elementos:
flex row
flex container
(bp)-item-grow
(bp)-hidden
*/
.f-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.f-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 1232px) {
  .f-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 319px) {
  .s-item-grow {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}

@media (max-width: 767px) {
  .m-item-grow {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}

@media (max-width: 1023px) {
  .l-item-grow {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}

@media (min-width: star) and (max-width: 1439px) {
  .x-item-grow {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}

.item-hidden {
  display: none;
}

.menu-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 1023px) {
  .menu-main nav {
    display: none;
  }
}
.menu-expanded .menu-main nav {
  position: fixed !important;
  z-index: 999;
  top: 0px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  margin: 0;
  display: block !important;
  padding: 4rem 2rem;
  overflow-y: scroll;
}
.menu-main nav ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-expanded .menu-main nav ul {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  max-width: 500px;
  margin: 0 auto;
}
.menu-main nav ul li {
  display: block;
}
.menu-expanded .menu-main nav ul li {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.menu-main nav ul li.half-hidden {
  display: none;
}
.menu-main nav ul li a {
  display: block;
  background-color: transparent;
  padding: 0.5rem 1rem;
}
.menu-main nav ul li a:hover {
  background-color: #ddd;
}
.menu-expanded .menu-main nav ul li a {
  color: white;
  padding: 0.8rem 0rem 1rem 0;
}
.menu-expanded .menu-main nav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  padding-left: 1rem;
}
.menu-main .menu-buttons {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1024px) {
  .menu-main .menu-buttons {
    display: none;
  }
}
.menu-main .menu-button, .menu-main .menu-button--plus, .menu-main .menu-button--burger {
  width: 2.2rem;
  height: 2.2rem;
  margin-left: 1rem;
  cursor: pointer;
  padding: 0.5rem;
  background-color: transparent;
}
.menu-main .menu-button:hover, .menu-main .menu-button--plus:hover, .menu-main .menu-button--burger:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.menu-main .menu-button__inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.menu-expanded .menu-main .menu-button--burger {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: fixed;
  z-index: 1000;
  top: 1rem;
  right: 2rem;
  background-color: transparent;
}
.menu-expanded .menu-main .menu-button--burger:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.menu-main .menu-button--burger .line {
  width: 100%;
  background-color: white;
  height: 3px;
  position: absolute;
  display: block;
  top: 0;
  -webkit-transform: translateY(0) translateX(0);
      -ms-transform: translateY(0) translateX(0);
          transform: translateY(0) translateX(0);
}
.menu-button:hover .line, .menu-main .menu-button--plus:hover .line, .menu-main .menu-button--burger:hover .line {
  background-color: white;
}

.menu-expanded .menu-main .menu-button--burger .line {
  background-color: white;
}
.menu-expanded .menu-button:hover .line, .menu-expanded .menu-main .menu-button--plus:hover .line, .menu-main .menu-expanded .menu-button--plus:hover .line, .menu-expanded .menu-main .menu-button--burger:hover .line, .menu-main .menu-expanded .menu-button--burger:hover .line {
  background-color: white;
}

.menu-expanded .menu-main .menu-button--burger .line:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.menu-main .menu-button--burger .line:nth-child(2) {
  top: 49%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-expanded .menu-main .menu-button--burger .line:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}
.menu-main .menu-button--burger .line:nth-child(3) {
  top: auto;
  bottom: 0;
}
.menu-expanded .menu-main .menu-button--burger .line:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.type-body, .list .content article .data .nombre-cientifico, .header--inner h1 .subtitle, .header--main h1 .subtitle, body {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-size: 1.1em;
}

.type-title, .list .content article .data h1, .page main .presentaciones h2, .page main h1, .page main .section-name, .banner-productos .f-container:nth-child(2) article h1, .banner-productos .f-container .main .f-item h1, .banner-productos .f-container .header h1, .banner-blog .f-container article:nth-child(1n+3) h1, .banner-blog .f-container article:nth-child(-1n+2) h1, .contact__data h3, .contact__inner > *:nth-child(1), .menu-main-section .menu-main ul a, .button, .button--invert {
  font-family: "Fjalla One", sans-serif;
  font-style: normal;
}

.type-banner-title, .banner-tratamiento h1, .banner-cursos h1 {
  font-family: "Fjalla One", sans-serif;
  font-style: normal;
  color: white;
  font-size: 3rem;
  margin-bottom: 0.7rem;
}

.type-banner-subtitle, .banner-tratamiento h2, .banner-cursos h2 {
  font-weight: normal;
  color: white;
  font-size: 1.3rem;
  padding-left: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  font-style: italic;
}

.card, .banner-productos .f-container:nth-child(2) article, .banner-productos .f-container .main .f-item, .banner-blog .f-container article:nth-child(1n+3), .banner-blog .f-container article:nth-child(-1n+2) {
  background-color: white;
  padding: 0.5rem;
}

a {
  color: #5d921b;
  text-decoration: none;
}
a:hover {
  color: #2fcf8c;
}

.button, .button--invert {
  color: white;
  cursor: pointer;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  border: 1px solid #426713;
  background-color: #5d921b;
}
.button:hover, .button--invert:hover {
  background-color: #78bd23;
  color: white;
}
.button--invert {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
.button--invert:hover {
  background-color: rgba(0, 0, 0, 0.002);
}

.menu-main-section {
  background-color: #5d921b;
}
.menu-main-section .menu-main {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.menu-main-section .menu-main.contact-expanded {
  margin-top: 3rem;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.menu-main-section .menu-main nav {
  position: relative;
  margin-right: 1rem;
}
.menu-main-section .menu-main nav::before {
  content: "";
  display: block;
  height: 20px;
  width: 4px;
  background-color: #b1cf5f;
  top: 11px;
  position: absolute;
  left: -5px;
}
.menu-main-section .menu-main nav::after {
  content: "";
  display: block;
  height: 100px;
  width: 1px;
  background-color: #b1cf5f;
  top: -80px;
  position: absolute;
  left: -5px;
}
.menu-main-section .menu-main ul {
  margin-left: 10px;
}
.menu-main-section .menu-main ul a {
  color: white;
  font-size: 1.3rem;
}
.menu-main-section .menu-main ul a:hover {
  background-color: rgba(0, 0, 0, 0.002);
}
.menu-main-section .menu-button--burger {
  margin-top: 3px;
}

.header--main {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #0a5c0a;
  background-image: url("banner-1.jpg");
  background-repeat: no-repeat;
  min-height: 400px;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.9);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.9);
  position: relative;
  z-index: 9;
}
@media (min-width: 0) and (max-width: 939px) {
  .header--main {
    background-position: bottom left;
    background-size: auto 100%;
  }
  .header--main::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 0;
    top: 0;
    left: 0;
  }
}
.header--main .f-container {
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.001fr 1fr;
  grid-template-columns: 0.001fr 1fr;
}
@media (min-width: 0) and (max-width: 499px) {
  .header--main .f-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.header--main__vitruvio {
  position: absolute;
  right: 5%;
  top: -3rem;
  width: 447px;
  height: 384px;
  background: url("vitruvio.png");
}
@media (min-width: 0) and (max-width: 499px) {
  .header--main__vitruvio {
    opacity: 0.2;
    right: -40%;
    bottom: -2rem;
    top: auto;
  }
}
.header--main__moleculas {
  position: absolute;
  right: 5%;
  bottom: -32px;
  width: 2000px;
  height: 208px;
  background: url("molecula.png") bottom right;
  z-index: 0;
}
@media (min-width: 0) and (max-width: 499px) {
  .header--main__moleculas {
    opacity: 0.5;
  }
}
.header--main .logo {
  margin-right: 1rem;
  -ms-grid-row-span: 2;
  grid-row: 2 span;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 0) and (max-width: 499px) {
  .header--main .logo {
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
}
.header--main h1 {
  color: white;
  font-family: "Marcellus", serif;
  font-size: 1.2rem;
}
.header--main h1 strong {
  text-transform: uppercase;
  display: block;
  font-size: 2.3em;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 2px;
}
@media (min-width: 0) and (max-width: 499px) {
  .header--main h1 strong {
    text-align: center;
  }
}
.header--main h1 strong span {
  font-size: 1.3em;
}
.header--main h1 .subtitle {
  font-size: 0.9em;
  font-weight: 100;
  line-height: 1.5em;
  display: block;
}
@media (min-width: 0) and (max-width: 499px) {
  .header--main h1 .subtitle {
    font-size: 0.8em;
    margin-bottom: 1rem;
    text-align: center;
  }
}
@media (min-width: 0) and (max-width: 499px) {
  .header--main h1 .subtitle br {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 499px) {
  .header--main .network {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 1rem;
  }
}
.header--inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #0a5c0a;
  background-image: url("banner-1.jpg");
  background-repeat: no-repeat;
  height: 250px;
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 499px) {
  .header--inner {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    height: auto;
  }
}
.header--inner .f-container {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
}
@media (min-width: 0) and (max-width: 499px) {
  .header--inner .f-container {
    -ms-grid-columns: 60px 1fr;
    grid-template-columns: 60px 1fr;
  }
}
.header--inner__vitruvio {
  display: none;
}
.header--inner__moleculas {
  display: none;
  position: absolute;
  right: 5%;
  bottom: -32px;
  width: 2000px;
  height: 208px;
  background: url("../../molecula.png") bottom right;
}
.header--inner .logo {
  margin-right: 1rem;
}
.header--inner .logo img {
  width: 100%;
  height: auto;
}
.header--inner h1 {
  color: white;
  font-family: "Marcellus", serif;
  margin-top: -9px;
  font-size: 1rem;
}
@media (min-width: 0) and (max-width: 939px) {
  .header--inner h1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: auto;
  }
}
@media (min-width: 0) and (max-width: 499px) {
  .header--inner h1 {
    font-size: 1rem;
  }
}
.header--inner h1 strong {
  text-transform: uppercase;
  display: block;
  font-size: 2.3em;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 2px;
}
.header--inner h1 strong span {
  font-size: 1.3em;
}
.header--inner h1 .subtitle {
  font-size: 0.9em;
  font-weight: 100;
  line-height: 1.5em;
  display: block;
}
@media (min-width: 0) and (max-width: 359px) {
  .header--inner h1 .subtitle br {
    display: none;
  }
}

.network {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99;
}
.network a {
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 1rem;
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.network__facebook {
  background-image: url("iconmonstr-facebook-4.svg");
}
.network__whatsapp {
  background-image: url("iconmonstr-whatsapp-4.svg");
}

.contact {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  border: 1px solid transparent;
}
.contact-expanded .contact {
  max-height: 600px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  border-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 0) and (max-width: 939px) {
  .contact-expanded .contact {
    max-height: none;
  }
}
.contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
}
@media (min-width: 0) and (max-width: 939px) {
  .contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.contact__inner > *:nth-child(1) {
  padding: 2rem;
  font-size: 2rem;
  color: white;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 0) and (max-width: 939px) {
  .contact__header {
    margin-right: none;
  }
}
.contact__header h2 {
  margin-bottom: 2rem;
}
@media (min-width: 0) and (max-width: 939px) {
  .contact__header h2 {
    font-size: 2rem;
  }
}
.contact__header p {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  font-weight: 100;
}
@media (min-width: 0) and (max-width: 939px) {
  .contact__header p {
    font-size: 0.9rem;
  }
}
.contact__header strong {
  font-weight: normal;
}
.contact__header a {
  color: rgba(255, 255, 0, 0.9);
}
.contact__data {
  padding: 1rem;
  color: rgba(255, 255, 255, 0.8);
}
.contact__data h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
@media (min-width: 0) and (max-width: 939px) {
  .contact__data h3 {
    margin-top: 0;
  }
}
.contact__data a {
  color: rgba(255, 255, 0, 0.9);
  display: block;
  margin-top: 0.5rem;
}
.contact__form {
  padding: 1rem;
}

.banner-cursos {
  min-height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#487411), to(#72b716));
  background-image: -o-linear-gradient(top, #487411, #72b716);
  background-image: linear-gradient(180deg, #487411, #72b716);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.banner-cursos .f-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
}
@media (min-width: 0) and (max-width: 939px) {
  .banner-cursos .f-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.banner-cursos .f-item > div:nth-child(1) {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 50%;
  padding: 2rem;
}
@media (min-width: 0) and (max-width: 939px) {
  .banner-cursos .f-item > div:nth-child(1) {
    max-width: 100%;
  }
}
.banner-cursos .f-item > div:nth-child(2) {
  width: 36%;
}
@media (min-width: 0) and (max-width: 939px) {
  .banner-cursos .f-item > div:nth-child(2) {
    max-width: 100%;
    width: 100%;
  }
}
.banner-cursos .f-item > div:nth-child(2) picture {
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 45%;
}
.banner-cursos .f-item > div:nth-child(2) picture img {
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  position: absolute;
  top: 0;
  left: 50%;
}
.banner-cursos .qf-item:nth-child(1) > * {
  max-width: 500px;
}
@media (min-width: 0) and (max-width: 939px) {
  .banner-cursos h1 {
    font-size: 2rem;
  }
}
.banner-cursos h2 {
  color: white;
}
@media (min-width: 0) and (max-width: 939px) {
  .banner-cursos h2 {
    font-size: 1.2rem;
  }
}
.banner-cursos p {
  color: #def4c6;
  margin-bottom: 2rem;
}

.banner-noticias {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.banner-noticias .f-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 0) and (max-width: 939px) {
  .banner-noticias .f-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.banner-noticias .f-item {
  margin-right: 1rem;
  padding-bottom: 2rem;
  -webkit-box-shadow: 1px 1px 2px #999999;
          box-shadow: 1px 1px 2px #999999;
  width: 100%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner-noticias .f-item:last-child {
  margin-right: 0;
}
@media (min-width: 0) and (max-width: 939px) {
  .banner-noticias .f-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0.5rem;
    padding-bottom: 0;
  }
}
@media (min-width: 0) and (max-width: 579px) {
  .banner-noticias .f-item {
    height: 100px;
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
  }
}
.banner-noticias picture {
  width: 100%;
  margin-bottom: 2rem;
  display: block;
}
@media (min-width: 0) and (max-width: 939px) {
  .banner-noticias picture {
    margin-bottom: 0;
  }
}
.banner-noticias picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 0) and (max-width: 939px) {
  .banner-noticias picture img {
    height: 100%;
  }
}
.banner-noticias h1 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  height: 100%;
  margin-bottom: 0;
  font-size: 1.3rem;
  text-align: center;
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "Fjalla One", sans-serif;
  font-style: normal;
}
.banner-noticias h1 a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0) and (max-width: 579px) {
  .banner-noticias h1 a {
    text-align: left;
  }
}
@media (min-width: 0) and (max-width: 579px) {
  .banner-noticias h1 {
    font-size: 1rem;
    text-align: left;
  }
}

.banner-tratamiento {
  min-height: 300px;
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.banner-tratamiento .f-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 0) and (max-width: 939px) {
  .banner-tratamiento .f-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.banner-tratamiento .f-item:nth-child(2) {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  padding: 1rem 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #e0e0e0;
  border-left: none;
}
.banner-tratamiento .f-item:nth-child(2) > * {
  max-width: 500px;
}
@media (min-width: 0) and (max-width: 939px) {
  .banner-tratamiento .f-item:nth-child(2) {
    max-width: 100%;
    width: 100%;
    border-left: 1px solid #e0e0e0;
  }
}
.banner-tratamiento picture {
  height: 100%;
  display: block;
}
@media (min-width: 0) and (max-width: 939px) {
  .banner-tratamiento picture {
    max-width: 100%;
    width: 100%;
  }
}
.banner-tratamiento picture img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.banner-tratamiento h1 {
  color: #4d4d4d;
}
.banner-tratamiento h2 {
  color: gray;
}
.banner-tratamiento p {
  margin-bottom: 2rem;
  color: #4d4d4d;
}

.banner-blog {
  background-color: #1c7c54;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.banner-blog .f-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1rem auto 1rem 38%;
  grid-template-columns: auto auto 38%;
  -ms-grid-rows: auto 1rem auto 1rem auto;
  grid-template-rows: auto auto auto;
  grid-gap: 1rem;
}
.banner-blog .f-container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.banner-blog .f-container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.banner-blog .f-container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.banner-blog .f-container > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.banner-blog .f-container > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.banner-blog .f-container > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.banner-blog .f-container > *:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.banner-blog .f-container > *:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.banner-blog .f-container > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.banner-blog .f-container article:nth-child(-1n+2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-grid-row-span: 3;
  grid-row: 3 span;
}
.banner-blog .f-container article:nth-child(-1n+2) img {
  width: 100%;
  margin-bottom: 1rem;
}
.banner-blog .f-container article:nth-child(-1n+2) h1 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.banner-blog .f-container article:nth-child(1n+3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-blog .f-container article:nth-child(1n+3) img {
  margin-right: 1rem;
  margin-bottom: 1rem;
  height: 100%;
  width: 140px;
}
.banner-blog .f-container article:nth-child(1n+3) h1 {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.banner-productos {
  background-color: #edede9;
  background-position: center -370px;
  background-repeat: no-repeat;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.banner-productos .f-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.banner-productos .f-container .header {
  width: 100%;
}
.banner-productos .f-container .header h1 {
  color: #3e3e3e;
  font-size: 3rem;
  margin-bottom: 1rem;
}
.banner-productos .f-container .main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}
@media (min-width: 0) and (max-width: 939px) {
  .banner-productos .f-container .main {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 0.5rem;
    padding-bottom: 0;
    width: 100%;
  }
}
.banner-productos .f-container .main .f-item {
  padding-bottom: 2rem;
  -webkit-box-shadow: 1px 1px 2px #999;
          box-shadow: 1px 1px 2px #999;
}
@media (min-width: 0) and (max-width: 579px) {
  .banner-productos .f-container .main .f-item {
    height: 100px;
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    display: -ms-grid;
    display: grid;
    padding: 0;
  }
  .banner-productos .f-container .main .f-item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .banner-productos .f-container .main .f-item > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .banner-productos .f-container .main .f-item > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .banner-productos .f-container .main .f-item > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media (min-width: 0) and (max-width: 939px) {
  .banner-productos .f-container .main .f-item picture {
    height: 100%;
    -ms-grid-row-span: 2;
    grid-row: 2 span;
    margin-right: 0.5rem;
  }
}
.banner-productos .f-container .main .f-item img {
  width: 100%;
  margin-bottom: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 0) and (max-width: 939px) {
  .banner-productos .f-container .main .f-item img {
    height: 100%;
  }
}
.banner-productos .f-container .main .f-item h1 {
  margin-bottom: 0;
  font-size: 1.5rem;
  text-align: center;
  display: block;
  font-size: 1rem;
}
@media (min-width: 0) and (max-width: 939px) {
  .banner-productos .f-container .main .f-item h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .banner-productos .f-container .main .f-item h1 a {
    text-align: left;
  }
}
.banner-productos .f-container .main .f-item .nombre-vulgar {
  display: block;
  font-size: 1rem;
  font-style: italic;
  text-align: center;
  font-weight: 100;
}
@media (min-width: 0) and (max-width: 939px) {
  .banner-productos .f-container .main .f-item .nombre-vulgar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.banner-productos .f-container:nth-child(2) {
  padding-top: 1rem;
}
.banner-productos .f-container:nth-child(2) article {
  min-width: 22%;
  max-width: 22%;
  margin-left: 1rem;
}
.banner-productos .f-container:nth-child(2) article img {
  width: 100%;
  margin-bottom: 1rem;
}
.banner-productos .f-container:nth-child(2) article h1 {
  font-size: 1.5rem;
  text-align: center;
}

footer {
  background-color: #063c06;
  background-image: url("footer.jpg");
  background-position: center center;
  background-color: #1a1a1a;
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: white;
  font-size: 0.85rem;
  border-top: 3px solid green;
  line-height: 1.6;
}
footer .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .brand > div:first-child {
  margin-right: 1.2rem;
}
footer .brand .name {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.page .f-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page main {
  width: 768px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 0) and (max-width: 499px) {
  .page main {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.page main .section-name {
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid;
}
@media (min-width: 0) and (max-width: 499px) {
  .page main .section-name {
    font-size: 1rem;
  }
}
.page main h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 499px) {
  .page main h1 {
    font-size: 1.8rem;
  }
}
.page main h1 .nombre-vulgar {
  color: #888;
}
.page main .subtitle {
  font-size: 1.3rem;
  line-height: 1.25;
  margin-bottom: 2rem;
  font-style: italic;
}
.page main .imagen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0) and (max-width: 939px) {
  .page main .imagen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page main .imagen .redes {
  width: 75px;
  min-width: 75px;
  margin-right: 15px;
  border-top: grey;
  padding: 1rem 0.2rem;
  border-top: 1px solid grey;
}
.page main .imagen picture {
  width: 100%;
  background-color: #e3e3e3;
  border: 1px solid #dddddd;
  padding: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 939px) {
  .page main .imagen picture {
    padding: 0.3rem;
    width: calc(100% - 1rem);
  }
}
.page main .imagen picture img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.page main .presentaciones {
  margin-left: 90px;
  margin-bottom: 2rem;
  background-color: #987d5d;
  padding: 1rem;
}
@media (min-width: 0) and (max-width: 939px) {
  .page main .presentaciones {
    margin-left: 0;
  }
}
.page main .presentaciones h2 {
  font-size: 26px;
  padding: 7px 1rem 6px;
  background-color: #987d5d;
  margin-bottom: 0;
  color: white;
  line-height: 1em;
}
.page main .presentaciones .contenido {
  padding: 1rem 1rem 0;
  background-color: #e7dacc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page main .presentaciones .contenido .presentacion {
  width: 50%;
  border-left: 3px solid #987d5d;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.page main .presentaciones .contenido .presentacion h3 {
  margin: 0 0 0.2rem;
  font-size: 16px;
  font-weight: 900;
}
.page main .presentaciones .contenido .presentacion p {
  margin-bottom: 0;
  font-size: 14px;
}
.page main .cuerpo {
  margin-left: 90px;
  text-align: justify;
}
@media (min-width: 0) and (max-width: 939px) {
  .page main .cuerpo {
    margin-left: 0;
  }
}
.page main .cuerpo h2 {
  margin-top: 2rem;
  text-align: left;
}
.page main .cuerpo p {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media (min-width: 0) and (max-width: 939px) {
  .page main .cuerpo p {
    text-align: left;
    font-size: 1rem;
  }
}
.page main .cuerpo ul li {
  margin-bottom: 0.5rem;
  text-align: left;
  line-height: 1.4;
}
.page aside {
  width: 300px;
}

.list {
  background-color: #e9e6e6;
}
.list .content h2 {
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: gray;
  margin-top: 2rem;
}
.list .content article {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 2fr;
  grid-template-columns: 3fr 2fr;
  -webkit-box-shadow: 1px 2px 3px #777;
          box-shadow: 1px 2px 3px #777;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
  background-color: white;
}
.list .content article .image {
  overflow: hidden;
  position: relative;
  min-height: 100%;
  width: 100%;
}
.list .content article .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list .content article .data {
  padding: 1.5rem;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list .content article .data h1 {
  margin-bottom: 0.2rem;
  font-size: 1.8rem;
  display: block;
}
@media (min-width: 0) and (max-width: 939px) {
  .list .content article .data h1 {
    font-size: 1.2rem;
    display: inline;
  }
}
@media (min-width: 0) and (max-width: 499px) {
  .list .content article .data h1 {
    font-size: 1rem;
  }
}
.list .content article .data .nombre-cientifico {
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 100;
  margin-bottom: 1rem;
  color: grey;
}
@media (min-width: 0) and (max-width: 767px) {
  .list .content article .data .nombre-cientifico {
    margin-bottom: 0;
    font-size: 1.2rem;
    display: inline;
  }
}
.list .content article .data .teaser {
  font-size: 1rem;
}
@media (min-width: 0) and (max-width: 939px) {
  .list .content article .data .teaser {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */