@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@100;200;300;400;500;600;700;800;900&display=swap");
.footer {
  margin-top: 100px;
  padding: 50px 120px;
  height: auto;
  color: white;
  background-color: #323232;
  display: flex;
  align-items: flex-start;
  /* flex-direction: row; */
  /* flex-wrap: wrap; */
  /* align-items: center; */
  /* 
  flex: none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]
 */
  /* para todas las pantallas y que sean menores o iguales a 600px de ancho */ }
  .footer a:visited {
    color: white; }
  .footer > * {
    flex: 1 100%;
    text-align: center;
    /* border: 1px solid black; */ }
  .footer .logo {
    flex: 0 0 145px;
    order: 1; }
    .footer .logo > .logo1 {
      padding: 0px;
      margin-bottom: 39px;
      display: flex;
      align-self: flex-start; }
    .footer .logo > .texto12 {
      font-size: 12px;
      font-style: lighter;
      text-align: left;
      margin: 0px;
      padding: 0px; }
  .footer > .links {
    order: 2;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    text-align: center; }
    .footer > .links > .link1 {
      text-decoration: none;
      color: white;
      font-size: 14px;
      font-style: normal;
      margin: 0px 25px; }
    .footer > .links > .link1:hover {
      text-decoration: none;
      font-weight: bold; }
  .footer .sns {
    flex: 0 0 145px;
    order: 3;
    font-size: 14px;
    font-weight: lighter; }
    .footer .sns .siguenos {
      white-space: nowrap;
      margin-bottom: 15px;
      text-align: center; }
    .footer .sns > .links {
      display: flex;
      justify-content: space-evenly; }
  .footer .corp {
    order: 4;
    font-size: 12px;
    text-align: center;
    /* background-color: lightgreen; */ }
  @media all and (max-width: 800px) {
    .footer {
      flex-flow: column nowrap;
      align-items: center;
      padding: 50px 100px; }
    .footer > .logo {
      margin-bottom: 30px; }
      .footer > .logo > .logo1 {
        display: flex;
        flex-direction: column;
        align-items: center; }
      .footer > .logo > .texto12 {
        text-align: center; }
    .footer > .sns > .links > * {
      margin: 0px 20px; }
    .footer > .links {
      margin-bottom: 40px;
      flex-direction: column; }
    .footer > .corp {
      white-space: nowrap; } }
  @media all and (min-width: 800px) {
    .footer {
      /* investigar qué hace */
      /* investigar qué hace */ }
      .footer {
        flex-flow: row wrap; }
      .footer .links {
        flex: 3 0px; } }
.contact-page {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .contact-page > .portada {
    width: 100%;
    background-color: rgba(19, 113, 104, 0.1);
    display: flex;
    flex-flow: column;
    align-items: center; }
    .contact-page > .portada > .body {
      display: flex;
      flex-flow: column;
      margin: 100px 20px; }
      @media all and (min-width: 800px) {
        .contact-page > .portada > .body {
          margin: 100px 0px;
          flex-flow: row;
          width: 600px; } }
      .contact-page > .portada > .body > .icon {
        align-self: center; }
        .contact-page > .portada > .body > .icon > img {
          margin: 50px;
          width: 74px;
          height: 74px; }
      .contact-page > .portada > .body > .item > h1, .contact-page > .portada > .body p {
        line-height: 100%; }
        @media all and (max-width: 800px) {
          .contact-page > .portada > .body > .item > h1, .contact-page > .portada > .body p {
            text-align: center; } }
  .contact-page > .contact {
    width: 100%; }
    @media all and (min-width: 800px) {
      .contact-page > .contact {
        width: 600px; } }
    .contact-page > .contact > form {
      margin-top: 100px;
      display: flex;
      flex-direction: column; }
      @media all and (max-width: 800px) {
        .contact-page > .contact > form {
          margin: 0px 33px;
          margin-top: 100px; } }
      .contact-page > .contact > form > input,
      .contact-page > .contact > form textarea,
      .contact-page > .contact > form button {
        margin: 10px 0px;
        padding: 10px;
        font-family: Source Sans Pro;
        font-size: 15px;
        text-align: left;
        border: 2px solid #137168;
        border-radius: 4px;
        color: #137168;
        background-color: white; }
      .contact-page > .contact > form > textarea {
        height: 2em; }
      .contact-page > .contact > form > button {
        text-transform: uppercase;
        text-align: center; }
        .contact-page > .contact > form > button:hover {
          background-color: #137168;
          color: white; }
    .contact-page > .contact .informacion {
      padding: 0px;
      margin: 50px 0px 100px 0px;
      text-decoration: none;
      font-family: Source Sans Pro;
      font-size: 15px;
      color: #323232;
      text-align: center; }

header {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex: 0 0 130px;
  /* border: 1px solid black; */
  padding: 0px 60px; }
  header > .links {
    display: flex;
    align-items: center;
    height: 100%; }
  header .link1 {
    white-space: nowrap;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    color: #323232;
    margin: 0px 9px;
    padding: 12px 30px;
    border: 2px solid transparent; }
  header .link1:hover {
    color: #F84A38;
    border: 2px solid #F84A38;
    border-radius: 4px; }
  header .space {
    height: 0px;
    width: 100%; }
  header .language {
    list-style-type: none; }
  header > .ul1 {
    padding: 0px;
    margin: 0px;
    margin-left: 76px; }
  header > .ul1 li a {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    color: #323232;
    text-decoration: none; }
  header > .ul1 li a:hover {
    color: #F84A38; }
  header #menu {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 130px;
    z-index: 10000;
    background-color: white; }
    header #menu > .links {
      display: flex;
      flex-direction: column; }
      header #menu > .links > .link1 {
        font-size: 20px; }
      header #menu > .links > ul > li > .link1 {
        font-size: 20px;
        padding: 0px;
        border: 0px;
        margin: 0px; }
  @media all and (max-width: 800px) {
    header > .links {
      display: none; }
    header > .ul1 {
      display: none; } }
  @media all and (min-width: 800px) {
    header .drop-menu {
      display: none; }
    header #menu {
      display: none; } }
.whoweare {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 33px;
  /* person list */ }
  .whoweare #contact {
    margin-top: 50px;
    margin-bottom: 100px;
    color: #F2A23D;
    border-color: #F2A23D; }
    .whoweare #contact::after {
      filter: invert(75%) sepia(88%) saturate(1100%) hue-rotate(328deg) brightness(97%) contrast(96%); }
    .whoweare #contact:hover {
      background-color: #F2A23D;
      color: white; }
      .whoweare #contact:hover::after {
        filter: brightness(0%) invert(100%); }
  .whoweare > .colaboradores {
    width: 80vw;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-top: 50px; }
    .whoweare > .colaboradores > .item > img {
      width: 150px;
      height: 150px; }
  .whoweare > h1 {
    color: #F2A23D;
    line-height: 130%; }
  .whoweare > ul {
    list-style-type: none;
    padding: 0px;
    /* every person item*/ }
    .whoweare > ul > li {
      margin-top: 80px;
      margin-bottom: 40px;
      height: auto;
      min-height: 200px;
      /* persona name */ }
      .whoweare > ul > li > h1 {
        margin: 0px;
        color: #323232;
        font-size: 24px; }
      .whoweare > ul > li > p > img {
        width: 200px;
        height: 200px; }
      .whoweare > ul > li > p:nth-child(5) {
        margin: 30px 0px 0px 0px;
        font-size: 15px; }
    @media all and (min-width: 800px) {
      .whoweare > ul > li {
        /* the image */
        /* next items */ }
        .whoweare > ul > li > p > img {
          margin-right: 39px; }
        .whoweare > ul > li > p {
          margin: 0px;
          padding-left: 239px; }
        .whoweare > ul > li > p:nth-child(1) {
          padding-left: 0px;
          float: left; } }
    @media all and (max-width: 800px) {
      .whoweare > ul > li {
        margin-top: 80px; }
        .whoweare > ul > li > p:nth-of-type(2) {
          margin: 0px; }
        .whoweare > ul > li > p:nth-of-type(3) {
          margin: 0px; }
        .whoweare > ul > li > p:nth-of-type(1) {
          text-align: center; } }
  @media all and (min-width: 800px) {
    .whoweare {
      width: 624px; } }
.what-list {
  display: flex;
  flex-direction: column; }
  .what-list > .main {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: stretch; }
    .what-list > .main > .image-text {
      flex: 1; }
    .what-list > .main > .content {
      flex: 1;
      display: flex;
      align-items: center; }
      .what-list > .main > .content > p {
        padding: 40px 80px;
        margin: 0px; }
    .what-list > .main.secondary .content {
      color: #137168;
      background-color: rgba(19, 113, 104, 0.08); }
  .what-list > .projects {
    display: flex;
    align-items: center;
    margin: 40px 0px; }
    .what-list > .projects > .thumbnail {
      flex: 1;
      display: flex;
      flex-direction: row;
      justify-content: center; }
      .what-list > .projects > .thumbnail > .image {
        height: 300px;
        width: 300px; }
        .what-list > .projects > .thumbnail > .image > img {
          object-fit: scale-down;
          height: 100%;
          width: 100%; }
    .what-list > .projects > .description {
      flex: 1;
      display: flex;
      flex-direction: row;
      justify-content: center; }
      .what-list > .projects > .description > div {
        max-width: 300px;
        display: flex;
        flex-direction: column; }
        .what-list > .projects > .description > div > span {
          font-size: 15px; }
        .what-list > .projects > .description > div > .button {
          margin-top: 30px; }
  @media all and (min-width: 800px) {
    .what-list {
      padding: 0px 60px; }
    .what-list > .projects {
      flex-direction: row; } }
  @media all and (max-width: 800px) {
    .what-list > .projects {
      flex-direction: column; }
    .what-list > .main {
      flex-direction: column; } }
.what-main {
  background-color: red;
  display: flex;
  flex-direction: row;
  background-color: rgba(248, 74, 56, 0.08);
  width: 100%; }
  .what-main > * {
    flex: 1; }
  .what-main .right img {
    object-fit: cover;
    height: 100%;
    width: 100%; }
  .what-main .left {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .what-main .left div {
      padding: 10%; }
      .what-main .left div p {
        padding: 0px;
        font-weight: 600;
        font-size: 3vw;
        line-height: 130%; }
  @media all and (max-width: 800px) {
    .what-main {
      flex-direction: column; }
    .what-main .left div p {
      font-size: 1.5em; } }
.who {
  display: flex;
  flex-flow: row wrap; }
  .who > * {
    flex: 1 50%; }
  .who .item {
    margin-top: 80px;
    text-align: center; }
    .who .item h1 {
      font-size: 24px; }
    .who .item p {
      font-size: 15px;
      margin: 0px 40px;
      text-align: justify; }
  .who .go-to-who {
    flex: 50% 0 0;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 40px 40px; }
  @media all and (max-width: 800px) {
    .who {
      flex-direction: column; } }
  @media all and (min-width: 800px) {
    .who {
      width: 800px; } }
.what {
  display: flex; }
  .what .item {
    width: 300px;
    height: 300px;
    padding: 30px; }
  .what .button-image > div {
    position: relative;
    text-align: center;
    height: 300px;
    width: 300px;
    border: 2px solid;
    border-radius: 4px; }
    .what .button-image > div:hover {
      color: white; }
      .what .button-image > div:hover img {
        display: inline; }
    .what .button-image > div .text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .what .button-image > div img {
      display: none;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .what .primary {
    border-color: #F84A38;
    color: #F84A38; }
  .what .secondary {
    border-color: #137168;
    color: #137168; }
  @media all and (max-width: 800px) {
    .what {
      flex-direction: column; } }
@media all and (min-width: 800px) {
  .post {
    margin: 0px 250px; } }

.post p {
  margin: 30px 0px 30px 0px; }

@media all and (max-width: 800px) {
  .post h1, .post a {
    margin: 30px 33px; }
  .post p {
    margin: 0px 33px 50px 33px; } }

.post figure {
  margin: 0px 0px 50px 0px; }
  .post figure > img {
    width: 100%;
    height: 100%;
    max-height: 430px;
    object-fit: cover; }

.post h1 {
  line-height: 110%;
  font-size: 24px; }

.pupilas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center; }
  .pupilas .item + figure,
  .pupilas .item > figure {
    margin: 0px;
    text-align: center; }
    .pupilas .item + figure > img,
    .pupilas .item > figure > img {
      width: 100%;
      height: 100%; }
  .pupilas .item > p,
  .pupilas .item h1,
  .pupilas .item a,
  .pupilas .item h2 {
    margin: 30px; }
  .pupilas .item > p {
    text-align: justify; }
  .pupilas .item > h1 {
    text-align: left;
    font-size: 30px;
    line-height: 130%; }
  .pupilas .item > h2 {
    text-align: center;
    line-height: 130%;
    font-size: 18px; }
  @media all and (max-width: 800px) {
    .pupilas .item.one > figure > img {
      width: 80%; }
    .pupilas .itemfigure {
      flex: 1 100%; } }
  @media all and (min-width: 800px) {
    .pupilas .item.one > figure > img {
      width: 90%; }
    .pupilas .item {
      flex: 1 50%;
      order: 20; }
    .pupilas .item.one {
      order: 1; }
    .pupilas .item + figure.two {
      order: 4; }
    .pupilas .item + div.two {
      order: 3; }
    .pupilas .item + figure.three {
      order: 6; }
    .pupilas .item + div.three {
      order: 7; }
    .pupilas .item + figure.four {
      order: 9; }
    .pupilas .item + div.four {
      order: 8; } }
  @media all and (max-width: 800px) {
    .pupilas {
      flex-direction: column;
      flex-wrap: nowrap; } }
:root {
  --primary-color: #F84A38;
  --secondary-color: #137168; }

html {
  height: 100%;
  line-height: 130%; }

body {
  background-color: white;
  font-family: Source Sans Pro;
  line-height: 130%;
  color: #323232;
  display: flex;
  flex-direction: column;
  margin: 0px; }
  body .container {
    width: 100%;
    flex: 1;
    align-self: center;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center; }

a {
  text-decoration: none; }

a.button {
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 4px;
  padding: 8px 35px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 15px; }
  a.button:hover {
    background-color: #F84A38;
    color: white;
    cursor: pointer; }
    a.button:hover:after {
      filter: brightness(0%) invert(100%); }
  a.button:active {
    box-shadow: none;
    top: 5px; }
  a.button:after {
    content: "";
    background: transparent url("/images/flecha.svg") center right no-repeat;
    padding-right: 30px; }

.image-text {
  width: 100%;
  position: relative;
  text-align: center; }
  .image-text > div {
    min-height: 295px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    .image-text > div :before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 0.5;
      z-index: 401; }
    .image-text > div > img {
      object-fit: cover;
      height: 350px;
      width: 100%;
      z-index: 10; }
    .image-text > div > div {
      width: 420px;
      font-size: 40px;
      line-height: 108.7%;
      color: white;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1000; }
