@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;500;800&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* default theme */
/*-------------------*/
/*  Font Import  */
/*-------------------*/
/*-------------------*/
/* iconos */
/*-------------------*/
.ico {
  display: block;
  width: 20px;
  height: 20px;
  background: no-repeat center center transparent;
  background-size: contain; }

.ico-search {
  background-image: url("/img/ico-search.svg"); }

.ico-user {
  background-image: url("/img/ico-user.svg"); }

.ico-close {
  background-image: url("/img/ico-close.svg"); }

.ico-cart {
  background-image: url("/img/ico-shopping-bag.svg"); }

.row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap; }
  .row + .row {
    margin-top: 30px; }
    @media only screen and (max-width: 900px) {
      .row + .row {
        margin-top: 20px; } }
  @media only screen and (max-width: 560px) {
    .row {
      display: block; } }

[class*='column-'] {
  min-height: 1px; }
  [class*='column-'] + [class*='column-'] {
    margin-left: 30px; }
    @media only screen and (max-width: 900px) {
      [class*='column-'] + [class*='column-'] {
        margin-left: 0;
        margin-top: 20px; } }

@media only screen and (min-width: 900px) {
  .column-1 {
    width: calc(((100% / 12) * 1) - (((((12 / 1) - 1)) * (30px)) / (12 / 1))); } }
@media only screen and (min-width: 900px) {
  .column-2 {
    width: calc(((100% / 12) * 2) - (((((12 / 2) - 1)) * (30px)) / (12 / 2))); } }
@media only screen and (min-width: 900px) {
  .column-3 {
    width: calc(((100% / 12) * 3) - (((((12 / 3) - 1)) * (30px)) / (12 / 3))); } }
@media only screen and (min-width: 900px) {
  .column-4 {
    width: calc(((100% / 12) * 4) - (((((12 / 4) - 1)) * (30px)) / (12 / 4))); } }
@media only screen and (min-width: 900px) {
  .column-5 {
    width: calc(((100% / 12) * 5) - (((((12 / 5) - 1)) * (30px)) / (12 / 5))); } }
@media only screen and (min-width: 900px) {
  .column-6 {
    width: calc(((100% / 12) * 6) - (((((12 / 6) - 1)) * (30px)) / (12 / 6))); } }
@media only screen and (min-width: 900px) {
  .column-7 {
    width: calc(((100% / 12) * 7) - (((((12 / 7) - 1)) * (30px)) / (12 / 7))); } }
@media only screen and (min-width: 900px) {
  .column-8 {
    width: calc(((100% / 12) * 8) - (((((12 / 8) - 1)) * (30px)) / (12 / 8))); } }
@media only screen and (min-width: 900px) {
  .column-9 {
    width: calc(((100% / 12) * 9) - (((((12 / 9) - 1)) * (30px)) / (12 / 9))); } }
@media only screen and (min-width: 900px) {
  .column-10 {
    width: calc(((100% / 12) * 10) - (((((12 / 10) - 1)) * (30px)) / (12 / 10))); } }
@media only screen and (min-width: 900px) {
  .column-11 {
    width: calc(((100% / 12) * 11) - (((((12 / 11) - 1)) * (30px)) / (12 / 11))); } }
@media only screen and (min-width: 900px) {
  .column-12 {
    width: calc(((100% / 12) * 12) - (((((12 / 12) - 1)) * (30px)) / (12 / 12))); } }
/* animations */
@keyframes rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(359deg); } }
/*-------------------*/
/*  General  */
/*-------------------*/
* {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 110%;
  counter-reset: section; }

main {
  padding: 114px 30px 30px; }
  @media only screen and (max-width: 900px) {
    main {
      padding: 70px 20px 20px; } }

input, select, textarea, button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 110%;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out; }
  input:focus, select:focus, textarea:focus, button:focus {
    outline: none; }

li {
  list-style: none; }

a {
  cursor: pointer;
  outline: none;
  color: #000;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out; }
  a img {
    transition: all 0.3s ease-out; }

img {
  max-width: 100%;
  display: block;
  height: auto; }

h1, h2, h3, h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 110%; }

p {
  line-height: 155%;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  line-height: 130%; }
  p b, p strong {
    font-weight: 400; }
  p + p {
    margin-top: 15px; }

.txt-area ::-moz-selection {
  background: #FFBF3F; }
.txt-area ::selection {
  background: #FFBF3F; }
.txt-area .image + h1, .txt-area .image + h2, .txt-area .image + h3, .txt-area .image + h4, .txt-area .image + p, .txt-area .image + ul, .txt-area .image + ol, .txt-area .image + .image,
.txt-area h1 + h1,
.txt-area h1 + h2,
.txt-area h1 + h3,
.txt-area h1 + h4,
.txt-area h1 + p,
.txt-area h1 + ul,
.txt-area h1 + ol,
.txt-area h1 + .image,
.txt-area h2 + h1,
.txt-area h2 + h2,
.txt-area h2 + h3,
.txt-area h2 + h4,
.txt-area h2 + p,
.txt-area h2 + ul,
.txt-area h2 + ol,
.txt-area h2 + .image,
.txt-area h3 + h1,
.txt-area h3 + h2,
.txt-area h3 + h3,
.txt-area h3 + h4,
.txt-area h3 + p,
.txt-area h3 + ul,
.txt-area h3 + ol,
.txt-area h3 + .image,
.txt-area h4 + h1,
.txt-area h4 + h2,
.txt-area h4 + h3,
.txt-area h4 + h4,
.txt-area h4 + p,
.txt-area h4 + ul,
.txt-area h4 + ol,
.txt-area h4 + .image {
  margin-top: 10px; }
.txt-area p + h1, .txt-area p + h2, .txt-area p + h3, .txt-area p + h4,
.txt-area ul + h1,
.txt-area ul + h2,
.txt-area ul + h3,
.txt-area ul + h4,
.txt-area ol + h1,
.txt-area ol + h2,
.txt-area ol + h3,
.txt-area ol + h4 {
  margin-top: 30px; }
.txt-area p + p, .txt-area p + ul, .txt-area p + ol, .txt-area p + .image,
.txt-area ul + p,
.txt-area ul + ul,
.txt-area ul + ol,
.txt-area ul + .image,
.txt-area ol + p,
.txt-area ol + ul,
.txt-area ol + ol,
.txt-area ol + .image {
  margin-top: 15px; }
.txt-area ol, .txt-area li {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  line-height: 130%;
  font-size: 14px;
  line-height: 130%; }
  .txt-area ol b, .txt-area ol strong, .txt-area li b, .txt-area li strong {
    font-weight: 400; }
.txt-area li + li {
  margin-top: 8px; }
.txt-area ol {
  counter-reset: li; }
  .txt-area ol li {
    position: relative;
    padding-left: 15px; }
    .txt-area ol li:before {
      counter-increment: li;
      content: counter(li) ".";
      position: absolute;
      left: 0;
      top: 0px;
      display: inline-block;
      margin-right: 4px; }
.txt-area ul li {
  position: relative;
  padding-left: 15px; }
  .txt-area ul li:before {
    content: "→";
    position: absolute;
    left: -2px;
    top: -1px;
    display: inline-block;
    margin-right: 4px; }
.txt-area h1 {
  font-size: 30px; }
  .txt-area h1 + p {
    font-size: 21px; }
.txt-area h2 {
  font-size: 22px; }
.txt-area h3 {
  font-size: 18px; }
.txt-area h4 {
  font-weight: bold; }
@media only screen and (min-width: 900px) {
  .txt-area a:hover {
    background-color: #FFBF3F; } }

strong, b {
  font-weight: 600; }

@media only screen and (max-width: 560px) {
  .mobile-hide {
    display: none; } }

.navigation {
  background-color: #f5f5f5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto; }
  .navigation a {
    text-decoration: none; }
    @media only screen and (min-width: 900px) {
      .navigation a:hover {
        text-decoration: underline; } }

.tags {
  display: flex;
  flex-wrap: wrap; }
  .tags .tag {
    margin-right: 4px;
    display: inline-block;
    padding: 5px 10px;
    background: rgba(255, 191, 63, 0.4);
    font-size: 13px; }
  .tags a.tag {
    text-decoration: none; }
    @media only screen and (min-width: 900px) {
      .tags a.tag:hover {
        background-color: #31405D !important;
        color: #fff !important; } }

.button {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  line-height: 130%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 25px;
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  height: 40px;
  font-weight: 400;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer; }
  .button b, .button strong {
    font-weight: 400; }
  .button span + span {
    margin-left: 10px; }
  .button:hover {
    background-color: #fff;
    color: #D5155A; }
  .button.button-lvl2 {
    color: #31405D;
    border: none;
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid;
    background-color: transparent;
    transition: all 0.3s ease-out; }
    @media only screen and (min-width: 900px) {
      .button.button-lvl2:hover {
        background-color: transparent;
        color: #F2994A;
        letter-spacing: 4px; } }
  .button.disable {
    pointer-events: none;
    cursor: default;
    opacity: 0.4; }
  li.active .button, li.current .button {
    background-color: #FFBF3F;
    pointer-events: none;
    cursor: default; }

.tab-content {
  display: none; }
  .tab-content.current {
    display: inherit; }

.chevron {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  margin-left: 2px;
  border: none;
  background: transparent;
  padding: 0; }
  .chevron:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 2px solid #31405D;
    border-left: none;
    border-bottom: none;
    transform: rotate(135deg); }
  .chevron.top:before {
    left: 3px;
    top: 5px;
    transform: rotate(-45deg); }
  .chevron.bottom:before {
    left: 3px;
    top: 2px;
    transform: rotate(135deg); }
  .chevron.right:before {
    left: 1px;
    top: 3px;
    transform: rotate(45deg); }
  .chevron.left:before {
    left: 5px;
    top: 3px;
    transform: rotate(-135deg); }
  .chevron.open:before {
    left: 3px;
    top: 5px;
    transform: rotate(-45deg); }

.title {
  font-size: 32px;
  line-height: 120%; }
  @media only screen and (max-width: 560px) {
    .title {
      font-size: 26px; } }
  .title + .subtitle {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    margin-top: 30px; }
    @media only screen and (max-width: 900px) {
      .title + .subtitle {
        margin-top: 15px; } }
    .title + .subtitle + .button {
      margin-top: 30px; }
      @media only screen and (max-width: 900px) {
        .title + .subtitle + .button {
          margin-top: 15px; } }

a .image {
  overflow: hidden;
  background: linear-gradient(0deg, #d5155a 0%, #f05726 100%);
  display: block;
  border-radius: 4px; }
  a .image img {
    display: block;
    width: 100%;
    filter: grayscale(0);
    transform: scale(1.01);
    mix-blend-mode: normal; }
@media only screen and (min-width: 900px) {
  a:hover .image img {
    filter: grayscale(100%);
    transform: scale(1.08);
    mix-blend-mode: multiply; } }

.image {
  background: linear-gradient(0deg, #d5155a 0%, #f05726 100%);
  overflow: hidden; }
  .image img {
    opacity: 0;
    transform: scale(1.5) translateY(-40px);
    transition: opacity 0.5s ease-out, transform 1.5s ease-out; }
  .image.visible img {
    opacity: 1;
    transform: scale(1) translateY(0px); }
  .image.no-animation img {
    opacity: 1;
    transform: none; }

/*-------------------*/
/* elementos */
/*-------------------*/
.spot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: linear-gradient(0deg, #d5155a 0%, #f05726 100%);
  background-color: #D5155A;
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-radius: 4px; }
  @media only screen and (max-width: 560px) {
    .spot {
      padding: 20px; } }
  .spot .title {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 5px;
    position: relative;
    z-index: 3; }
  .spot p {
    font-weight: 400;
    font-size: 20px;
    position: relative;
    z-index: 3; }
  .spot:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #d5155a 0%, #f05726 100%);
    transition: bottom 0.3s ease-out; }
  @media only screen and (min-width: 900px) {
    .spot:hover {
      background: #D5155A; }
      .spot:hover:before {
        bottom: 100%; } }

.breadcrumb {
  padding: 20px 0;
  max-width: 800px;
  margin: 0 auto; }
  @media only screen and (max-width: 560px) {
    .breadcrumb {
      padding: 0 0 15px; } }
  .breadcrumb ol {
    display: flex; }
    .breadcrumb ol li {
      font-size: 12px; }
      .breadcrumb ol li + li:before {
        content: "·";
        display: inline-block;
        margin: 0 5px; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center; }
  .pagination .pagination__text {
    margin: 0 20px; }
  @media only screen and (max-width: 900px) {
    .pagination .button .name {
      display: none; } }

.tns-outer {
  position: relative; }
  .tns-outer .tns-controls button {
    border: none;
    background-color: #eaeaea;
    border: 4px solid #fff;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    position: absolute;
    top: calc(50% - 24px);
    overflow: hidden;
    color: transparent;
    transition: all 0.3s ease-out; }
    .tns-outer .tns-controls button:before {
      content: ">";
      position: absolute;
      font-family: "Font Awesome 6 Pro";
      color: #000;
      left: -4px;
      top: -3px;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .tns-outer .tns-controls button:disabled {
      display: none; }
    @media only screen and (min-width: 900px) {
      .tns-outer .tns-controls button:hover {
        background-color: #F05726; } }
    .tns-outer .tns-controls button[data-controls="prev"] {
      left: -15px; }
      .tns-outer .tns-controls button[data-controls="prev"]:before {
        content: "\f060"; }
    .tns-outer .tns-controls button[data-controls="next"] {
      right: -15px; }
      .tns-outer .tns-controls button[data-controls="next"]:before {
        content: "\f061"; }
  .tns-outer .tns-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%; }
    .tns-outer .tns-nav button {
      border: none;
      background-color: #eaeaea;
      width: 8px;
      height: 8px;
      border-radius: 12px; }
      .tns-outer .tns-nav button.tns-nav-active {
        background-color: #F05726;
        width: 22px; }
      .tns-outer .tns-nav button + * {
        margin-left: 3px; }

.redes ul {
  display: flex; }
  .redes ul li a svg {
    width: 24px; }
  @media only screen and (min-width: 900px) {
    .redes ul li a:hover svg path {
      fill: #067260; } }
  .redes ul li + li {
    margin-left: 10px; }

.listado > .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 15px; }
  @media only screen and (max-width: 900px) {
    .listado > .title {
      display: block;
      padding-right: 15px; } }
  .listado > .title p {
    font-weight: 400;
    font-size: 13px;
    color: #aaa;
    max-width: 400px;
    margin-top: 5px;
    line-height: 120%; }
    .listado > .title p a {
      text-decoration: underline; }
  .listado > .title > a {
    text-decoration: none;
    font-size: 13px; }
    @media only screen and (min-width: 900px) {
      .listado > .title > a:hover {
        text-decoration: underline; } }
    .listado > .title > a i {
      margin-left: 5px;
      position: relative;
      bottom: -2px; }
.listado .box {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 900px) {
    .listado .box {
      overflow-x: scroll;
      overflow-y: hidden;
      display: block;
      white-space: nowrap;
      margin-left: -15px;
      padding-left: 15px;
      vertical-align: top; } }
  .listado .box article {
    width: calc(33.333% - 20px);
    background-color: #eaeaea;
    border-radius: 4px; }
    @media only screen and (max-width: 900px) {
      .listado .box article {
        width: calc(100% - 30px);
        display: inline-block;
        margin-right: 15px; } }
    .listado .box article a {
      display: flex;
      align-items: center;
      text-decoration: none;
      white-space: normal; }
      .listado .box article a .image {
        width: 180px;
        height: 180px; }
        .listado .box article a .image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .listado .box article a .txt {
        padding: 25px;
        width: calc(100% - 180px); }
        .listado .box article a .txt .title {
          font-family: 'Raleway', sans-serif;
          font-weight: 800;
          line-height: 100%; }
        .listado .box article a .txt .subtitle {
          font-weight: bold;
          line-height: 110%;
          font-size: 20px; }
        .listado .box article a .txt .date {
          opacity: 0.5;
          font-size: 13px;
          margin-bottom: 5px; }
        .listado .box article a .txt .category {
          color: #D5155A;
          font-size: 11px;
          margin-top: 3px;
          text-transform: uppercase; }
        .listado .box article a .txt small {
          font-size: 10px;
          text-transform: uppercase;
          opacity: 0.4;
          margin-top: 5px; }
      @media only screen and (max-width: 560px) {
        .listado .box article a {
          display: block; }
          .listado .box article a .image {
            width: 100%; }
          .listado .box article a .txt {
            width: 100%; } }
@media only screen and (max-width: 560px) {
  .listado.large .box {
    margin-left: 0px;
    margin-right: 0px;
    display: block;
    overflow: auto;
    white-space: normal;
    padding: 0 0 20px; } }
@media only screen and (max-width: 560px) {
  .listado.large .box article {
    width: 100%;
    margin-right: 0;
    display: block; } }
@media only screen and (max-width: 560px) {
  .listado.large .box article + article {
    margin-top: 20px; } }
.listado.large .box article a {
  display: block; }
  .listado.large .box article a .image {
    width: 100%; }
  .listado.large .box article a .txt {
    width: 100%; }
    .listado.large .box article a .txt h2 {
      margin-bottom: 15px; }
    .listado.large .box article a .txt p {
      font-size: 14px; }

.list-title {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 24px; }
  @media only screen and (max-width: 560px) {
    .list-title {
      margin-bottom: 15px; } }

.entry-view {
  padding-bottom: 30px; }
  @media only screen and (max-width: 560px) {
    .entry-view {
      padding-bottom: 15px; } }
  .entry-view .image {
    margin: -30px -30px 30px;
    height: 30vh;
    position: relative;
    overflow: hidden; }
    .entry-view .image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media only screen and (max-width: 560px) {
      .entry-view .image {
        margin-bottom: 15px; } }
  .entry-view div + div {
    margin-top: 20px; }
  .entry-view .txt {
    max-width: 700px;
    margin: 0 auto; }
    .entry-view .txt .date {
      font-size: 16px;
      display: inline-flex;
      align-items: center;
      margin-bottom: 10px; }
      @media only screen and (max-width: 560px) {
        .entry-view .txt .date {
          width: 100%;
          overflow-x: scroll;
          white-space: nowrap; } }
      .entry-view .txt .date i {
        font-size: 18px;
        margin-left: 5px;
        color: #F05726; }
      .entry-view .txt .date span {
        color: #F05726; }
    .entry-view .txt .title {
      line-height: 110%;
      margin-bottom: 15px;
      max-width: 500px; }
    .entry-view .txt .body {
      line-height: 130%; }
      .entry-view .txt .body h2 {
        font-weight: 400;
        font-size: 26px; }
        .entry-view .txt .body h2 b {
          font-weight: 400; }
      .entry-view .txt .body h3 {
        font-weight: 400;
        font-size: 22px; }
        .entry-view .txt .body h3 b {
          font-weight: 400; }
      .entry-view .txt .body h2, .entry-view .txt .body h3, .entry-view .txt .body figure, .entry-view .txt .body ul {
        display: block; }
        .entry-view .txt .body h2 + p, .entry-view .txt .body h2 + h2, .entry-view .txt .body h2 + h3, .entry-view .txt .body h2 + figure, .entry-view .txt .body h2 + ul, .entry-view .txt .body h2 + div, .entry-view .txt .body h3 + p, .entry-view .txt .body h3 + h2, .entry-view .txt .body h3 + h3, .entry-view .txt .body h3 + figure, .entry-view .txt .body h3 + ul, .entry-view .txt .body h3 + div, .entry-view .txt .body figure + p, .entry-view .txt .body figure + h2, .entry-view .txt .body figure + h3, .entry-view .txt .body figure + figure, .entry-view .txt .body figure + ul, .entry-view .txt .body figure + div, .entry-view .txt .body ul + p, .entry-view .txt .body ul + h2, .entry-view .txt .body ul + h3, .entry-view .txt .body ul + figure, .entry-view .txt .body ul + ul, .entry-view .txt .body ul + div {
          margin-top: 20px; }
      @media only screen and (min-width: 900px) {
        .entry-view .txt .body a:hover {
          color: #F05726; } }
      .entry-view .txt .body p + figure, .entry-view .txt .body p + ul, .entry-view .txt .body p + h3, .entry-view .txt .body p + h2, .entry-view .txt .body div + figure, .entry-view .txt .body div + ul, .entry-view .txt .body div + h3, .entry-view .txt .body div + h2 {
        margin-top: 20px; }
      .entry-view .txt .body ul {
        padding: 0 !important; }
        .entry-view .txt .body ul li {
          font-size: 0.95em; }
          .entry-view .txt .body ul li + li {
            margin-top: 7px; }
          .entry-view .txt .body ul li ul {
            padding-left: 15px;
            margin: 3px 0; }
    .entry-view .txt .adjuntos {
      background-color: #fbd5e2;
      padding: 10px;
      margin: 20px 0; }
      .entry-view .txt .adjuntos a {
        background-color: #F05726;
        color: #fff;
        padding: 10px;
        border-radius: 4px;
        text-decoration: none;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        white-space: nowrap; }
        @media only screen and (min-width: 900px) {
          .entry-view .txt .adjuntos a:hover {
            background-color: #000; } }
        .entry-view .txt .adjuntos a + a {
          margin-top: 5px; }
    .entry-view .txt .category {
      color: #D5155A;
      font-size: 11px;
      margin-top: 10px;
      text-transform: uppercase; }

.input {
  margin-bottom: 15px; }
  .input label {
    display: none; }
  .input input,
  .input select,
  .input textarea {
    border: none;
    width: 100%;
    padding: 0px 15px;
    height: 40px;
    background-color: #fff;
    font-size: 14px;
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    line-height: 130%; }
    .input input b, .input input strong,
    .input select b,
    .input select strong,
    .input textarea b,
    .input textarea strong {
      font-weight: 400; }
    .input input:focus,
    .input select:focus,
    .input textarea:focus {
      outline: none;
      border: 2px solid #31405D; }
  .input textarea {
    min-height: 100px; }
  .input.file {
    display: flex; }
    .input.file input[type="file"] {
      position: absolute;
      clip: rect(1px 1px 1px 1px);
      /* for Internet Explorer */
      clip: rect(1px, 1px, 1px, 1px);
      padding: 0;
      border: 0;
      height: 1px;
      width: 1px;
      overflow: hidden; }
      .input.file input[type="file"]:focus + label span {
        border-color: #31405D; }
    .input.file label {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      color: #31405D;
      cursor: pointer; }
      .input.file label span {
        background-color: #fff;
        border-radius: 100%;
        background-size: 50%;
        margin-right: 10px;
        border: 2px solid #fff;
        transition: border-color 0.3s ease-out, background-size 0.3s ease-out; }
      .input.file label i {
        height: 40px;
        display: flex;
        align-items: center;
        width: calc(100% - 50px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 400px; }
        @media only screen and (max-width: 560px) {
          .input.file label i {
            max-width: calc(100vw - 90px); } }
      @media only screen and (min-width: 900px) {
        .input.file label:hover span {
          border-color: #31405D;
          background-size: 40%; } }

/* Radios and checkboxen */
input[type=radio] {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap; }

input[type=radio] + label,
input[type=checkbox] + label {
  display: block;
  padding: 5px;
  padding-left: 28px; }

input[type=checkbox] + label {
  padding-top: 10px; }

fieldset > div input[type=radio] + label {
  margin: -1em 0; }

input[type=radio]:focus + label,
input[type=checkbox]:focus + label {
  font-weight: 500; }

input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: '';
  background: #fff;
  border: 0.1em solid #e6e6e6;
  background-color: #fff;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin-left: -28px;
  margin-top: .15em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all .1s ease-out; }

input[type=checkbox] + label:before {
  margin-top: -4px; }

input[type=radio] + label:before {
  border-radius: 100%; }

input[type=radio]:disabled + label:before,
input[type=checkbox]:disabled + label:before {
  border: 0.1em solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1); }

input[type=radio]:disabled + label,
input[type=checkbox]:disabled + label {
  color: #ccc; }

input[type=radio]:checked + label:before {
  background-color: #FFBF3F;
  box-shadow: inset 0 0 0 2px white; }

input[type=checkbox] + label:before {
  content: '✕';
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center; }

input[type=checkbox]:checked + label:before {
  color: #000;
  line-height: 24px; }

input[type=checkbox]:disabled + label:before {
  color: rgba(255, 255, 255, 0); }

input[type=checkbox]:checked:disabled + label:before {
  color: #bbb;
  text-shadow: .05em 0 0 #bbb, -.05em 0 0 #bbb; }

.select2.select2-container--default {
  border: none;
  border-radius: 5px; }
  .select2.select2-container--default .select2-selection {
    border: none;
    border-radius: 5px;
    height: 44px; }
    @media only screen and (min-width: 900px) {
      .select2.select2-container--default .select2-selection:hover {
        color: #000;
        background-color: #f2f2f2; } }
    .select2.select2-container--default .select2-selection > span {
      padding: 8px 30px 8px 17px; }
    .select2.select2-container--default .select2-selection .select2-selection__arrow {
      height: 42px; }
  .select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 #888;
    border-width: 2px;
    height: 15px;
    left: auto;
    right: 17px;
    top: 11px;
    width: 15px;
    transform: rotate(-45deg); }

.select2.select2-container--default.select2-container--open {
  border-color: #31405D;
  border-bottom: none;
  border-radius: 5px 5px 0 0; }
  .select2.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(135deg);
    top: 19px;
    border-color: transparent transparent #31405D #31405D; }

.select2-container--open {
  z-index: 3;
  box-shadow: none; }

.select2-dropdown {
  border: none !important;
  border-top: 1px solid #d9d9d9 !important;
  border-radius: 0 0 5px 5px !important;
  cursor: pointer;
  box-shadow: none; }
  .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    padding: 12px 18px;
    color: #000; }
    .select2-dropdown .select2-results .select2-results__options .select2-results__option + .select2-results__option {
      border-top: 1px solid #d9d9d9; }
    .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
      color: #000;
      background-color: #ffe1a5; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: #31405D; }

.tns-outer {
  padding: 0 !important; }
  .tns-outer [hidden] {
    display: none !important; }
  .tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }
  .tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }
  .tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }
.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }
  .tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s; }
  .tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important; }
  .tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }
  .tns-lazy-img.tns-complete {
    opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }
  .tns-vpfix > div, .tns-vpfix > li {
    display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }
.tns-t-ct {
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }
  .tns-t-ct:after {
    content: '';
    display: table;
    clear: both; }
  .tns-t-ct > div {
    width: calc(100% / 70);
    height: 10px;
    float: left; }

.show-menu {
  position: fixed;
  z-index: 10;
  display: none;
  flex-direction: column;
  top: 0;
  right: 0;
  height: 47px;
  width: 47px;
  padding: 13px 12px;
  background-color: #fff; }
  @media only screen and (max-width: 900px) {
    .show-menu {
      display: flex; } }
  .show-menu i {
    transition: all 0.3s ease-out;
    width: 100%;
    height: 2px;
    display: block;
    background: #000;
    position: relative; }
    .show-menu i:nth-child(2) {
      margin-top: auto; }
    .show-menu i:nth-child(3) {
      margin-top: auto; }
  .show-menu.open i:nth-child(1) {
    bottom: -10px;
    transform: rotate(45deg); }
  .show-menu.open i:nth-child(2) {
    transform: scale(0); }
  .show-menu.open i:nth-child(3) {
    top: -9px;
    transform: rotate(-45deg); }

header {
  position: fixed;
  background: linear-gradient(0deg, #d5155a 0%, #f05726 100%);
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 0px 30px;
  /*
  .idiomas {
  	position: absolute;
  	right: 10px;
  	top: 10px;
  	display: flex;
  	align-items: center;
  	@include tablet {
  		right: 58px;
  	}
  	@include mobile {
  		top: 3px;
  	}
  	> .fal {
  		font-size: 26px;
  		margin-right: 6px;
  		position: relative;
  		top: 2px;
  	}
  	ul {
  		display: flex;
  		align-items: center;
  		position: relative;
  		z-index: 3;
  		margin-left: -12px;
  		li {
  			a {
  				width: 30px;
  				height: 30px;
  				border-radius: 30px;
  				display: inline-flex;
  				align-items: center;
  				justify-content: center;
  				text-decoration: none;
  				font-size: 13px;
  				@include mobile {
  					width: 40px;
  					height: 40px;
  				}
  			}
  			&:not(.active) {
  				a {
  					&:hover {
  						background-color: rgba(0,0,0,0.4);
  						color: $blanco;
  					}
  				}
  			}
  			&.active {
  				a {
  					background-color: $blanco;
  				}
  			}
  		}
  	}
  }
  */ }
  @media only screen and (max-width: 900px) {
    header {
      height: 47px;
      padding: 0 20px; } }
  header .logo {
    margin-top: 5px; }
    @media only screen and (max-width: 560px) {
      header .logo {
        margin-top: 9px; } }
    header .logo a {
      display: inline-block;
      text-decoration: none;
      font-family: 'Raleway', sans-serif;
      font-weight: 800;
      line-height: 100%;
      font-size: 26px;
      color: #fff; }
      header .logo a span {
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        line-height: 110%;
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing: 0.5px;
        display: block; }
        @media only screen and (max-width: 560px) {
          header .logo a span {
            display: none; } }
  @media only screen and (min-width: 900px) {
    header nav {
      margin: 5px -30px 0;
      padding: 0 30px 0 20px;
      display: flex;
      align-items: center;
      background-color: rgba(0, 0, 0, 0.4); }
      header nav > ul {
        display: flex;
        align-items: center; }
        header nav > ul > li.last a {
          background-color: rgba(0, 0, 0, 0.3); } }
      @media only screen and (min-width: 900px) and (min-width: 900px) {
        header nav > ul > li.last a:hover {
          background-color: rgba(0, 0, 0, 0.8); } }
  @media only screen and (min-width: 900px) {
        header nav > ul li + li {
          margin-left: 2px; }
        header nav > ul li a {
          font-family: 'Raleway', sans-serif;
          font-weight: 300;
          line-height: 130%;
          font-weight: 500;
          letter-spacing: 1px;
          color: #fff;
          text-decoration: none;
          display: inline-block;
          font-size: 12px;
          text-transform: uppercase;
          padding: 10px; }
          header nav > ul li a b, header nav > ul li a strong {
            font-weight: 400; } }
      @media only screen and (min-width: 900px) and (min-width: 900px) {
        header nav > ul li a:hover {
          background-color: rgba(0, 0, 0, 0.3); } }
  @media only screen and (min-width: 900px) {
        header nav > ul li.has-submenu > a {
          position: relative;
          display: block;
          padding-right: 30px; }
          header nav > ul li.has-submenu > a:after {
            content: "▽";
            position: absolute;
            right: 10px;
            top: 10px; }
        header nav > ul li ul {
          display: none;
          position: absolute;
          background: linear-gradient(0deg, #d5155a 0%, #f05726 100%); }
          header nav > ul li ul li a {
            display: block; } }
    @media only screen and (min-width: 900px) and (min-width: 900px) {
      header nav > ul li:hover ul {
        display: block; } }

  @media only screen and (max-width: 900px) {
    header nav {
      display: block;
      position: fixed;
      left: 0;
      width: 100%;
      transform: translateX(100%);
      top: 47px;
      height: calc(100vh - 47px);
      overflow-y: scroll;
      transition: transform 0.3s ease-out;
      background: linear-gradient(0deg, #d5155a 0%, #f05726 100%); }
      header nav ul {
        display: block;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff; }
        header nav ul li a {
          font-size: 22px;
          font-weight: 300;
          text-transform: uppercase;
          padding: 30px 20px;
          display: block;
          text-decoration: none;
          color: #fff; }
          header nav ul li a span {
            padding: 0; }
        header nav ul li + li {
          margin-left: 0;
          margin-top: 0;
          border-top: 1px solid #fff; }
        header nav ul li ul {
          border-bottom: none; }
          header nav ul li ul li a {
            padding-left: 40px;
            font-size: 18px; } }
  @media only screen and (max-width: 900px) {
    header nav.open {
      transform: translateX(0%); } }
  header .languageselect_select {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    background: none;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 6px 7px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease-out;
    display: none; }
    @media only screen and (max-width: 900px) {
      header .languageselect_select {
        right: 58px; } }
    @media only screen and (max-width: 560px) {
      header .languageselect_select {
        top: 3px; } }
    @media only screen and (min-width: 900px) {
      header .languageselect_select:hover {
        background-color: rgba(255, 255, 255, 0.2); } }

@media only screen and (min-width: 900px) {
  body.mini header {
    display: flex;
    align-items: center; }
    body.mini header .logo {
      margin-top: 0;
      margin-right: 20px; }
      body.mini header .logo a span {
        display: none; }
    body.mini header nav {
      padding: 0;
      background: none;
      margin: 0; } }

.home-intro {
  align-items: stretch;
  margin-bottom: 30px; }
  @media only screen and (max-width: 900px) {
    .home-intro {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 900px) {
    .home-intro .tns-outer {
      margin: 0 -20px; }
      .home-intro .tns-outer .slider a:first-child {
        margin-left: 20px; }
      .home-intro .tns-outer .slider a:lasr-child {
        margin-right: 20px; } }
  .home-intro .video {
    border-radius: 5px;
    overflow: hidden; }
    .home-intro .video iframe {
      width: 100%; }

.spot.visomo {
  background: url("../images/visomo-bckg.jpg") no-repeat center center;
  background-size: cover; }
  .spot.visomo:before {
    display: none; }
@keyframes float {
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0px); } }
  .spot.visomo img {
    animation: float 8s ease-out 0s infinite; }

@media only screen and (max-width: 560px) {
  .home .listado {
    margin-right: -20px; } }

footer {
  background-color: #eaeaea;
  padding: 20px 30px; }
  @media only screen and (max-width: 560px) {
    footer {
      padding: 20px; } }
  footer .box {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 560px) {
      footer .box {
        display: block;
        text-align: center; } }
    footer .box .copy {
      font-size: 14px;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 560px) {
        footer .box .copy {
          display: block; } }
      @media only screen and (max-width: 560px) {
        footer .box .copy a {
          display: flex;
          justify-content: center;
          margin-bottom: 10px; }
          footer .box .copy a img {
            width: auto;
            height: auto;
            margin-right: 0; } }
      footer .box .copy img {
        margin-right: 20px;
        mix-blend-mode: multiply; }
    footer .box .pages {
      margin-left: 20px;
      margin-right: 20px;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 560px) {
        footer .box .pages {
          width: 100%;
          margin-right: 0;
          margin-left: 0;
          margin-bottom: 0px; } }
      footer .box .pages ul {
        display: flex;
        align-items: center;
        margin-left: auto;
        position: relative;
        top: -1px; }
        @media only screen and (max-width: 560px) {
          footer .box .pages ul {
            width: 100%;
            justify-content: center; } }
        @media only screen and (max-width: 560px) {
          footer .box .pages ul li {
            width: 100%; } }
        footer .box .pages ul li a {
          font-size: 14px; }
          @media only screen and (min-width: 900px) {
            footer .box .pages ul li a:hover {
              color: #F05726; } }
          @media only screen and (max-width: 560px) {
            footer .box .pages ul li a {
              text-decoration: none;
              width: 100%;
              padding: 20px;
              display: block;
              background-color: white;
              margin-top: 10px;
              margin-bottom: 20px; } }
        footer .box .pages ul li + li {
          margin-left: 10px; }
    @media only screen and (max-width: 560px) {
      footer .box .redes {
        text-align: center; }
        footer .box .redes ul {
          width: 100%;
          justify-content: center;
          margin-bottom: 20px; } }
    footer .box .redes svg path {
      transition: fill 0.3s ease-out;
      fill: black; }
    @media only screen and (min-width: 900px) {
      footer .box .redes a:hover svg path {
        fill: #F05726; } }
    footer .box .logos {
      margin-left: auto;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 560px) {
        footer .box .logos {
          margin-left: 0;
          width: 100%;
          justify-content: center;
          flex-direction: column; } }
      footer .box .logos a {
        margin-left: 20px; }
        @media only screen and (max-width: 560px) {
          footer .box .logos a {
            display: block;
            text-align: center;
            margin-left: 0; }
            footer .box .logos a + a {
              margin-top: 20px; } }

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