.entry-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }
  .entry-content > h1,
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4,
  .entry-content > h5,
  .entry-content > h6,
  .entry-content > p,
  .entry-content > ul,
  .entry-content > ol,
  .entry-content > blockquote,
  .entry-content > figure,
  .entry-content .ancho-columna,
  .entry-content .wp-block-file,
  .entry-content .wp-block-code,
  .entry-content .wp-block-button,
  .entry-content .wp-block-separator,
  .entry-content .wp-block-preformatted,
  .entry-content .wp-block-verse,
  .entry-content .wp-block-table,
  .entry-content .destacado-lateral {
    max-width: 580px;
    width: 100%; }
    @media (max-width: 611px) {
      .entry-content > h1,
      .entry-content > h2,
      .entry-content > h3,
      .entry-content > h4,
      .entry-content > h5,
      .entry-content > h6,
      .entry-content > p,
      .entry-content > ul,
      .entry-content > ol,
      .entry-content > blockquote,
      .entry-content > figure,
      .entry-content .ancho-columna,
      .entry-content .wp-block-file,
      .entry-content .wp-block-code,
      .entry-content .wp-block-button,
      .entry-content .wp-block-separator,
      .entry-content .wp-block-preformatted,
      .entry-content .wp-block-verse,
      .entry-content .wp-block-table,
      .entry-content .destacado-lateral {
        padding-left: 16px;
        padding-right: 16px; } }
  .entry-content ul, .entry-content ol {
    margin-left: 0; }
  .entry-content li {
    margin-left: 1em;
    padding-left: 0; }
  @media (max-width: 611px) {
    .entry-content .wp-block-image,
    .entry-content .wp-block-video,
    .entry-content .wp-block-embed-youtube {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 611px) {
    .entry-content .wp-block-code {
      margin-left: 16px;
      margin-right: 16px;
      margin-top: 26.88px;
      width: calc(100% - 32px); } }
  .entry-content .wp-block-separator {
    background-color: #76928d;
    height: 5px; }
    @media (max-width: 611px) {
      .entry-content .wp-block-separator {
        padding-left: 0;
        padding-right: 0; } }
    .entry-content .wp-block-separator.is-style-wide {
      background-color: transparent;
      height: 0;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      max-width: 100%; }
    .entry-content .wp-block-separator.is-style-default {
      border-bottom-width: 1px;
      border-bottom-style: solid;
      max-width: 290px; }
    .entry-content .wp-block-separator.is-style-dots {
      background-color: transparent;
      height: auto; }
  .entry-content .separador.wp-block-image {
    border-top: 7px solid #76928d; }
  .entry-content .wp-block-cover-image {
    margin-bottom: 45.1584px; }
  .entry-content .wp-block-verse {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1rem; }
  .entry-content .wp-block-button {
    margin-top: 1rem; }
    .entry-content .wp-block-button.alignleft {
      margin-right: 0; }
    .entry-content .wp-block-button.alignright {
      margin-left: 0; }
  .entry-content .ancho-total {
    max-width: 100%;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px; }
  .entry-content .margenes-internos {
    padding-left: 16px;
    padding-right: 16px; }
  .entry-content .margenes-externos {
    max-width: calc(100% - 21.76px); }
  .entry-content .no-padding {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .entry-content .no-margin {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0; }
  @media (min-width: 851px) {
    .entry-content .desfasa-izquierda {
      max-width: calc(580px + 7.5rem);
      margin-left: -7.5rem; } }
  @media (min-width: 851px) {
    .entry-content .desfasa-derecha {
      max-width: calc(580px + 7.5rem);
      margin-left: 7.5rem; } }
  .entry-content .hasta-la-izquierda {
    max-width: calc( calc(100% - 580px) / 2 + 580px);
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    padding-left: 16px; }
  .entry-content .hasta-la-derecha {
    max-width: calc( calc(100% - 580px) / 2 + 580px);
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    padding-right: 16px; }
  .entry-content .margen-inferior-0 {
    margin-bottom: 0; }
  .entry-content .margen-inferior-10 {
    margin-bottom: 10px; }
  .entry-content .ver-movil,
  .entry-content .ver-tableta,
  .entry-content .ver-escritorio {
    display: none; }
  @media (max-width: 579px) {
    .entry-content .ver-movil {
      display: block; } }
  @media (min-width: 580px) and (max-width: 1023px) {
    .entry-content .ver-tableta {
      display: block; } }
  @media (min-width: 1025px) {
    .entry-content .ver-escritorio {
      display: block; } }
  .entry-content .ver-movil-g {
    max-width: 360px; }
  .entry-content .ver-tableta-g {
    max-width: 768px; }
  .entry-content .ver-escritorio-g {
    max-width: 1376px; }
  .entry-content .alto-10 {
    height: 50vh;
    background-size: cover; }
  .entry-content .alto-50 {
    height: 50vh;
    background-size: cover; }
  .entry-content .alto-60 {
    height: 60vh;
    background-size: cover; }
  .entry-content .alto-65 {
    height: 60vh;
    background-size: cover; }
  .entry-content .alto-70 {
    height: 70vh;
    background-size: cover; }
  .entry-content .alto-80 {
    height: 80vh;
    background-size: cover; }
  .entry-content .alto-100 {
    height: 100vh;
    background-size: auto; }
  .entry-content .video-grande {
    max-width: 80%  !important;
    height: auto;
    margin: 2rem; }
    @media (max-width: 1023px) {
      .entry-content .video-grande {
        margin: 2rem;
        padding: 0 !important;
        max-width: 100% !important; } }
    .entry-content .video-grande iframe {
      width: 100%;
      height: 600px;
      border: 1px solid grey; }
      @media (max-width: 1023px) {
        .entry-content .video-grande iframe {
          height: 55vw; } }
  .entry-content .gancho {
    color: #4e4e4e;
    font-size: 1.5rem;
    margin-bottom: 3em;
    font-weight: 900;
    text-align: left;
    font-family: Teko;
    font-size: 1.75rem;
    line-height: 1.1;
    font-weight: 600; }
    @media (min-width: 850px) {
      .entry-content .gancho {
        max-width: calc(580px + 7.5rem);
        margin-left: -7.5rem; } }
  .entry-content .destacado-lateral {
    grid-template-columns: 90px 1fr;
    grid-template-rows: 90px 1fr;
    grid-template-areas: none;
    margin-top: 2rem;
    margin-bottom: 2rem;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    max-width: 580px;
    left: 0px;
    cursor: default;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

    @media (min-width: 850px) {
      .entry-content .destacado-lateral {
        grid-template-columns: 90px 580px;
        margin-top: 0;
        margin-bottom: 0;
        max-width: 680px;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        position: relative;
        left: -50px;
        height: 0;
        cursor: pointer;
        transition: all 0.5s ease; }
        .entry-content .destacado-lateral:hover p {
          opacity: 1;
          -webkit-transform: translatex(0);
              -ms-transform: translatex(0);
                  transform: translatex(0); } }
    .entry-content .destacado-lateral .wp-block-media-text__media {
      grid-column: 1 span;
      grid-row: 2 span;
      width: 100%;
      overflow: hidden;
      border-radius: 50%;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      grid-row: 1 span;
      border: 2px solid black; }
      @media (min-width: 850px) {
        .entry-content .destacado-lateral .wp-block-media-text__media {
          grid-row: 1 span; } }
    .entry-content .destacado-lateral .wp-block-media-text__content {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 1;
      padding: 0; }
      @media (min-width: 850px) {
        .entry-content .destacado-lateral .wp-block-media-text__content {
          grid-column-start: 1;
          grid-column-end: 1;
          grid-row-start: 2; } }
    .entry-content .destacado-lateral h3 {
      margin: 10px 0 10px;
      font-size: 1.2rem;
      line-height: 1; }
      @media (min-width: 0) and (max-width: 829px) {
        .entry-content .destacado-lateral h3 {
          font-size: 1.6rem;
          margin-bottom: 0; } }
    .entry-content .destacado-lateral h4 {
      margin: 0;
      padding: 0;
      font-family: teko;
      font-weight: 100;
      line-height: 1; }
      @media (min-width: 0) and (max-width: 829px) {
        .entry-content .destacado-lateral h4 {
          font-size: 1.5rem;
          margin-bottom: 0.5rem; } }
    .entry-content .destacado-lateral p {
      position: static;
      padding: 1rem 2rem;
      position: absolute;
      top: 0;
      left: 100px;
      background-color: #1a7b7b;
      font-size: 1rem;
      color: white;
      border-radius: 0 20px 20px 20px;
      opacity: 0;
      -webkit-transform: translatex(-100px);
          -ms-transform: translatex(-100px);
              transform: translatex(-100px);
      pointer-events: none;
      transition: all 0.5s ease;
      z-index: 9; }
      @media (min-width: 0) and (max-width: 829px) {
        .entry-content .destacado-lateral p {
          position: static;
          left: 0;
          padding: 0;
          color: black;
          font-size: 0.9rem;
          width: 100%;
          border-radius: 0;
          background-color: transparent;
          opacity: 1;
          margin-bottom: 0;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          display: none; } }
  .entry-content .bloque-scroll {
    max-width: 400px;
    width: 100%;
    font-size: 0.99rem;
    background-color: rgba(255, 255, 255, 0.65);
    padding: 1rem; }
    .entry-content .bloque-scroll.izquierda {
      margin-right: calc(100vw - 360px - 32px); }
      @media (max-width: 611px) {
        .entry-content .bloque-scroll.izquierda {
          margin-right: 0; } }
    .entry-content .bloque-scroll.derecha {
      margin-left: calc(100vw - 360px - 32px); }
      @media (max-width: 611px) {
        .entry-content .bloque-scroll.derecha {
          margin-right: 0; } }
  .entry-content .identidad {
    grid-template-columns: 90px 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    max-width: 580px;
    background-color: #dadada;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (min-width: 0) and (max-width: 609px) {
      .entry-content .identidad {
        padding-left: 1rem;
        padding-right: 1rem; } }
    .entry-content .identidad .wp-block-media-text__media {
      grid-column: 1 span;
      grid-row: 2 span;
      width: 100%;
      overflow: hidden;
      border-radius: 50%;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      grid-row: 1 span;
      border: 2px solid black; }
    .entry-content .identidad .wp-block-media-text__content {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 1;
      padding: 0; }
    .entry-content .identidad h3 {
      margin-left: 0;
      margin-bottom: 0;
      font-size: 1.6rem; }
    .entry-content .identidad h4 {
      padding-left: 0;
      font-size: 1.4rem;
      font-family: Teko;
      font-weight: 100;
      line-height: 1;
      color: #545353;
      margin-top: 0;
      margin-bottom: 10px; }
    .entry-content .identidad p {
      padding: 0;
      line-height: 1.3;
      margin-bottom: 10px;
      font-weight: 100;
      font-size: 1rem;
      margin-top: 0;
      margin-bottom: 18px !important; }

.entry-content, .entry-content h4, .entry-content .wp-block-verse {
  font-family: 'Merriweather', serif;
  font-size: 1.1rem; }

h1, .entry-content h2, .entry-content h3 {
  font-family: 'Teko', sans-serif;
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 0.2rem;
  margin-top: 0.9rem; }

h1 {
  font-size: 3rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px; }

.entry-content h2 {
  font-size: 1.75rem; }

.entry-content h3 {
  font-size: 1.35rem; }

.entry-content h4 {
  font-size: 1.1rem;
  padding-left: 0.5rem;
  font-weight: 900; }
  @media (max-width: 611px) {
    .entry-content h4 {
      padding-left: 16px; } }

.entry-content h5 {
  font-size: 2rem; }

.entry-content p {
  margin-bottom: 1em !important; }
  @media (max-width: 611px) {
    .entry-content p {
      padding-left: 16px; } }
  .entry-content p:empty {
    display: none; }

.entry-content li {
  font-size: 1rem;
  margin-bottom: 0.2em; }

.entry-content .wp-block-separator {
  margin-top: 2.5rem !important;
  margin-bottom: 3.5rem !important; }

.entry-content a {
  border-bottom: 1px dotted; }

.entry-content .wp-block-verse {
  font-style: italic;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 1rem;
  font-size: 1.2rem; }

.entry-content .wp-block-quote {
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-left: 3.5rem; }
  .entry-content .wp-block-quote.is-style-large p {
    font-size: 22px;
    font-style: italic;
    line-height: 1.1;
    font-family: teko;
    font-weight: 900;
    color: #5b867b !important;
    margin-bottom: 0.3rem !important; }
  .entry-content .wp-block-quote.is-style-large cite {
    border-bottom: 0 none; }
    .entry-content .wp-block-quote.is-style-large cite em {
      font-size: 1.3rem;
      font-style: normal;
      font-weight: 100;
      font-family: teko;
      line-height: 1.1em;
      display: block;
      text-align: left; }

.entry-content .wp-block-cover-image.texto-pequeno .wp-block-cover-image-text {
  font-size: 1.4rem;
  text-align: left; }

body {
  background-color: #ebf2f2; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  color: black; }

.entry-content h2 {
  color: black; }
  .entry-content h2::before {
    background-color: black; }

.entry-content h3 {
  color: #141414; }

.entry-content h4 {
  color: black; }

.entry-content p {
  color: #000000; }

.entry-content a {
  color: crimson; }
  .entry-content a:hover {
    color: #d43f5d; }

.entry-content .wp-block-separator.is-style-wide {
  border-bottom-color: #747474; }

.entry-content .wp-block-separator.is-style-default {
  border-bottom-color: #c5c5c5; }

.entry-content .wp-block-code {
  background-color: #dddddd;
  border-left-color: #7a7a7a; }

.entry-content .wp-block-preformatted {
  background-color: #4d626c;
  color: white;
  border-left-color: black; }

.entry-content .wp-block-quote::before {
  color: #919191; }

/*# sourceMappingURL=skin.css.map */