@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, p, pre, code,
del, em, img, q,
small, strong, var,
b, i, dt, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside,
footer, header, menu, nav, section, summary,
time, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside,
footer, header, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

 q {
  quotes: none;
}


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 */

/* change colours to suit your needs */

del {
  text-decoration: line-through;
}

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;
}

/* colors */
/* break points responsive */
/* break point adicional para el menu*/
/* espacios master*/
/*bordes redondeados generales */
/* Fonts */
@font-face {
  font-family: "Belchite";
  src: url("/fonts/MacklinSans-Italic.woff2") format("woff2"), url("/fonts/MacklinSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Belchite";
  src: url("/fonts/MacklinSans-Regular.woff2") format("woff2"), url("/fonts/MacklinSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Belchite";
  src: url("/fonts/MacklinSans-Regular.woff2") format("woff2"), url("/fonts/MacklinSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Belchite";
  src: url("/fonts/MacklinSans-Italic.woff2") format("woff2"), url("/fonts/MacklinSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Belchite";
  src: url("/fonts/MacklinSans-ExtraLightIt.woff2") format("woff2"), url("/fonts/MacklinSans-ExtraLightIt.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Belchite";
  src: url("/fonts/MacklinSans-ExtraLight.woff2") format("woff2"), url("/fonts/MacklinSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Belchite";
  src: url("/fonts/MacklinSans-ExtraLightIt.woff2") format("woff2"), url("/fonts/MacklinSans-ExtraLightIt.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Belchite";
  src: url("/fonts/MacklinSans-ExtraLight.woff2") format("woff2"), url("/fonts/MacklinSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/*-------------------*/
/*  Fonts  */
/*-------------------*/
/*-------------------*/
/* micro elementos*/
/*-------------------*/
.input {
  position: relative;
}
.input label {
  display: none;
}
.input input[type=text],
.input input[type=text],
.input input[type=number],
.input input[type=email],
.input input[type=password],
.input select,
.input textarea {
  border: 1px solid #f2f2f2;
  width: 100%;
  padding: 0px 15px;
  height: 40px;
  background-color: #fff;
  color: #000;
  font-size: 13px;
  border-radius: 0;
}
@media (hover: hover) and (pointer: fine) {
  .input input[type=text]:hover,
.input input[type=text]:hover,
.input input[type=number]:hover,
.input input[type=email]:hover,
.input input[type=password]:hover,
.input select:hover,
.input textarea:hover {
    border: 1px solid #e6e6e6;
  }
}
.input input[type=text]:focus,
.input input[type=text]:focus,
.input input[type=number]:focus,
.input input[type=email]:focus,
.input input[type=password]:focus,
.input select:focus,
.input textarea:focus {
  outline: none;
  border: 1px solid #000;
}
.input textarea {
  min-height: 100px;
  padding-top: 7px;
}
.input select {
  background: url("/img/ico-bottom.svg") no-repeat;
  background-position: right 9px center;
  background-size: 12px;
}
.input.file {
  display: -webkit-flex;
  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: #000;
}
.input.file label {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  color: #000;
  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: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  width: calc(100% - 50px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 400px;
}
@media only screen and (max-width: 600px) {
  .input.file label i {
    max-width: calc(100vw - 90px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .input.file label:hover span {
    border-color: #000;
    background-size: 40%;
  }
}
.input > .ico {
  position: absolute;
  right: 10px;
  bottom: 9px;
  width: 20px;
  height: 20px;
}

/* 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=checkbox] {
  position: absolute;
}

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

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

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: 1px solid #000;
  background-color: #fff;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin-left: -28px;
  margin-top: 0.15em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 0.1s ease-out;
  position: absolute;
  top: 0px;
}

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: 1px 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: #34a380;
  box-shadow: inset 0 0 0 2px white;
}

input[type=checkbox] + label:before {
  content: "";
  text-align: center;
  line-height: 24px;
  color: transparent;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  top: calc(50% - 4px);
}

input[type=checkbox]:checked + label:before {
  background-color: #34a380;
  box-shadow: inset 2px 2px 0px #fff, inset -2px -2px 0px #fff, inset -2px 2px 0px #fff, inset 2px -2px 0px #fff;
}

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

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

/*-------------------*/
/*  General  */
/*-------------------*/
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  background-color: #f0f0e6;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Belchite", Arial, Helvetica, sans-serif;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-family: "Belchite", Arial, Helvetica, sans-serif;
  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 {
  outline: none;
  color: #333;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, opacity 0.3s ease-out;
}
a img {
  transition: all 0.3s ease-out;
}
a .image {
  overflow: hidden;
  background: #34a380;
}
a .image img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: #34a380;
  }
  a:hover .image img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

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

h1, h2, h3 {
  font-family: "Belchite", Arial, Helvetica, sans-serif;
}

p {
  line-height: 155%;
  font-family: "Belchite", Arial, Helvetica, sans-serif;
}
p + p {
  margin-top: 15px;
}
@media (hover: hover) and (pointer: fine) {
  p a:hover {
    opacity: 0.6;
  }
}

table tr td {
  padding: 12px 15px;
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  table tr td {
    padding: 8px 12px;
    font-size: 12px;
  }
}

button,
.button,
.btn {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 0px 20px;
  text-decoration: none;
  color: #fff;
  border: none;
  height: 40px;
  min-width: 40px;
  font-weight: 400;
  border-radius: 4px;
  background-color: #34a380;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-family: "Belchite", Arial, Helvetica, sans-serif;
}
button * + *,
.button * + *,
.btn * + * {
  margin-left: 10px;
}
button .ico,
.button .ico,
.btn .ico {
  width: 24px;
  height: 24px;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  font-size: 18px;
}
@media (hover: hover) and (pointer: fine) {
  button:hover,
.button:hover,
.btn:hover {
    background-color: #000;
    color: #fff;
  }
  button:hover .ico,
.button:hover .ico,
.btn:hover .ico {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
button.disable,
.button.disable,
.btn.disable {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
}

.image {
  background-color: #34a380;
  overflow: hidden;
}
.image img {
  opacity: 0;
  -webkit-transform: scale(1.5) translateY(-40px);
          transform: scale(1.5) translateY(-40px);
  transition: opacity 0.5s ease-out, -webkit-transform 1.5s ease-out;
  transition: opacity 0.5s ease-out, transform 1.5s ease-out;
  transition: opacity 0.5s ease-out, transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
}
.image.visible img {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
}

header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 0 35px 0 15px;
  height: 80px;
}
@media only screen and (max-width: 900px) {
  header {
    height: 55px;
    padding: 0 15px 0 4px;
  }
}
@media only screen and (max-width: 900px) {
  header .logo {
    width: 132px;
    height: 35px;
    background-size: 132px 35px;
  }
}
header .menu-box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media only screen and (max-width: 900px) {
  header .menu-box {
    display: block;
    position: fixed;
    z-index: 20;
    right: 0;
    top: 55px;
    background-color: #fff;
    height: calc(100vh - 55px);
    width: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  header .menu-box.open {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
header .menu-tags {
  margin-left: auto;
  margin-right: 50px;
}
@media only screen and (max-width: 900px) {
  header .menu-tags {
    margin-right: 0;
  }
}
header ul {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 900px) {
  header ul {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
header ul li + li {
  margin-left: 18px;
}
@media only screen and (max-width: 900px) {
  header ul li + li {
    margin-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 900px) {
  header ul li .item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding-right: 15px;
  }
}
header ul li .item a {
  text-decoration: none;
}
@media only screen and (max-width: 900px) {
  header ul li .item a {
    display: block;
    padding: 10px 15px;
    font-size: 20px;
  }
}
header ul li .item i {
  cursor: pointer;
  font-size: 12px;
  margin-left: 3px;
}
@media (hover: hover) and (pointer: fine) {
  header ul li .item i:hover {
    color: #5C8A75;
  }
}
@media only screen and (max-width: 900px) {
  header ul li .item i {
    display: none;
  }
}
header ul li ul {
  display: none;
  position: absolute;
  z-index: 10;
  background-color: #fff;
  padding: 10px 15px 10px;
  margin: 0 0 0 -15px;
}
@media only screen and (max-width: 900px) {
  header ul li ul {
    display: block;
    position: static;
    border-bottom: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 5px 0px;
    margin: 0;
  }
}
header ul li ul li + li {
  margin-left: 0;
  margin-top: 5px;
}
header ul li ul li a {
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  header ul li ul li a {
    padding: 10px 0px 4px 30px;
  }
}
header ul li ul li a i {
  font-size: 20px;
}
header ul li ul li a * + * {
  margin-left: 5px;
}
@media (hover: hover) and (pointer: fine) {
  header ul li:hover .item i {
    -webkit-transform: scale(180deg);
            transform: scale(180deg);
  }
  header ul li:hover ul {
    display: block;
  }
}
header nav ul li a {
  font-size: 14px;
}
.show-menu {
  display: none;
}
@media only screen and (max-width: 900px) {
  .show-menu {
    display: block;
    position: fixed;
    right: 20px;
    top: 15px;
  }
}
.show-menu p i {
  font-style: normal;
  display: none;
}
.show-menu.open p i {
  display: inline-block;
}

.logo {
  display: block;
  width: 152px;
  height: 45px;
  background: url("/img/loco-campo-belchite.svg") no-repeat left top;
  background-size: 152px 45px;
}

.social {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.social li + li {
  margin-left: 15px;
}
.social li:last-child {
  margin-left: 25px;
}
.social li a .ico {
  font-size: 20px;
}
.social li a p {
  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;
}

.alert {
  display: inline-block;
  padding: 8px 10px;
  font-size: 13px;
  border-radius: 4px;
  background-color: #e6e6e6;
  color: #000;
  margin-bottom: 10px;
}

.main {
  max-width: 1500px;
  margin: 0 auto;
  background-color: #fff;
  min-height: calc(100vh);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
}

.view-options {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  background-color: #f8f7f6;
  padding: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 20;
}
.view-options span {
  cursor: pointer;
  font-size: 20px;
  transition: color 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .view-options span:hover {
    color: #009786;
  }
}
.view-options span + span {
  margin-left: 10px;
}
.view-options span.view-column, .view-options span.view-text-small {
  display: none;
}
@media only screen and (max-width: 900px) {
  .view-options span.view-expand, .view-options span.view-text-big {
    display: none;
  }
}
.view-options span.active {
  display: none;
}
.view-options span.on {
  color: #E1864A;
}
.view-options.expanded span.view-column {
  display: block;
}
.view-options.big-text span.view-text-small {
  display: block;
}

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

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

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

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

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

.tns-ah {
  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: 2333.3333333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.tns-controls button {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  padding: 0;
  min-width: 0;
  height: 32px;
  border-radius: 16px;
  background-color: #fff;
  z-index: 180;
  color: transparent;
  border: 2px solid #000;
}
.tns-controls button:before {
  transition: color 0.3s ease-out;
  position: absolute;
  content: "";
  font-family: "macoga";
  left: 8px;
  top: 8px;
  color: #000;
  font-size: 12px;
}
.tns-controls button:hover {
  background-color: #34a380;
  border-color: #34a380;
}
.tns-controls button:hover:before {
  color: #fff;
}
.tns-controls button[data-controls=next] {
  right: 10px;
}
.tns-controls button[data-controls=prev] {
  left: 10px;
}
.tns-controls button[data-controls=prev]:before {
  content: "";
}
.tns-controls button[disabled] {
  border-color: #d9d9d9;
  background-color: #d9d9d9;
  cursor: default;
  pointer-events: none;
}
.tns-controls button[disabled]:before {
  color: #fff;
}

.home-categories {
  padding: 0;
  background-color: #f8f7f6;
  text-align: center;
}
.home-categories .categories {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 0px;
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 900px) {
  .home-categories .categories {
    overflow-x: scroll;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    white-space: nowrap;
  }
}
.home-categories .categories .cat {
  background-color: transparent;
  color: #333;
  padding: 8px 20px 8px 15px;
  border-radius: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
  border: 0px solid #fff;
  transition: all 0.3s ease-out;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 900px) {
  .home-categories .categories .cat {
    height: 55px;
  }
}
.home-categories .categories .cat i {
  font-size: 26px;
  margin-right: 6px;
  transition: all 0.3s ease-out;
}
.home-categories .categories .cat span {
  position: relative;
  bottom: -1px;
  font-size: 20px;
}
.home-categories .categories .cat:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
@media (hover: hover) and (pointer: fine) {
  .home-categories .categories .cat:hover {
    background-color: #fff;
    color: #333;
  }
}

.home-destacados {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.home-destacados article {
  width: 33.333%;
  height: 320px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transition: border-radius 0.3s ease-out;
}
@media only screen and (max-width: 900px) {
  .home-destacados article {
    width: 100%;
    height: 60vw;
  }
}
.home-destacados article:nth-child(3), .home-destacados article:nth-child(9) {
  width: 33.334%;
}
@media only screen and (max-width: 900px) {
  .home-destacados article:nth-child(3), .home-destacados article:nth-child(9) {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-destacados article.dest_01:hover {
    border-radius: 0px 0px 12px 0px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-destacados article.dest_02:hover {
    border-radius: 0px 0px 12px 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-destacados article.dest_03:hover {
    border-radius: 0px 0px 0px 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-destacados article.dest_04:hover {
    border-radius: 0px 12px 0px 0px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-destacados article.dest_05:hover {
    border-radius: 12px 12px 0px 0px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-destacados article.dest_06:hover {
    border-radius: 12px 0px 0px 0px;
  }
}
.home-destacados article .txt {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  padding: 20px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 200;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  background: linear-gradient(0deg, rgba(20, 20, 20, 0.7) 0%, rgba(20, 20, 20, 0) 71%);
  transition: opacity 0.3s ease-out;
}
@media only screen and (max-width: 900px) {
  .home-destacados article .txt {
    padding: 15px;
  }
}
.home-destacados article .txt .title {
  font-size: 62px;
  letter-spacing: -1px;
  line-height: 80%;
  margin-bottom: 5px;
  padding-right: 30px;
  font-weight: bold;
  color: #f0f0e6;
}
@media only screen and (max-width: 900px) {
  .home-destacados article .txt .title {
    font-size: 50px;
  }
}
.home-destacados article .txt p {
  line-height: 120%;
  padding-right: 30px;
  margin-bottom: 10px;
  display: none;
}
.home-destacados article .txt > .fa-long-arrow-right {
  position: absolute;
  right: 20px;
  bottom: 18px;
  font-size: 24px;
  transition: right 0.3s ease-out;
}
.home-destacados article .txt .pie-foto i {
  margin-right: 5px;
  font-size: 12px;
}
.home-destacados article .txt .pie-foto span {
  font-size: 12px;
  letter-spacing: 1px;
}
.home-destacados article .image {
  background-color: #333;
  height: 100%;
  transition: opacity 0.3s ease-out;
}
.home-destacados article .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (hover: hover) and (pointer: fine) {
  .home-destacados article:hover .image img {
    opacity: 0.3;
  }
}
.home-destacados article a {
  display: block;
  height: 100%;
}
.home-destacados .bigimage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: -webkit-transform 3s ease-out;
  transition: transform 3s ease-out;
  transition: transform 3s ease-out, -webkit-transform 3s ease-out;
}
@media only screen and (min-width: 900px) {
  .home-destacados.open article .txt {
    opacity: 0;
  }
  .home-destacados.open article .image {
    opacity: 0;
  }
  .home-destacados.open article.open .txt {
    opacity: 1;
  }
  .home-destacados.open article.open .txt p {
    display: block;
  }
  .home-destacados.open article.open .image {
    opacity: 1;
  }
  .home-destacados.open article.open + img {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.ban {
  background-color: #f8f7f6;
  padding: 30px;
}
@media only screen and (max-width: 900px) {
  .ban {
    padding: 15px;
  }
}
.ban .group {
  color: #333;
  text-decoration: none;
}
.ban .group .txt .name {
  margin-top: -2px;
}
.ban .group .txt .name span {
  font-size: 28px;
}
.ban .group .txt a {
  color: #333;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  text-decoration: none;
  margin-bottom: 5px;
  font-weight: bolder;
}
@media (hover: hover) and (pointer: fine) {
  .ban .group .txt a:hover {
    color: #009786;
  }
}
@media only screen and (max-width: 900px) {
  .ban .group .txt a {
    margin-top: 5px;
  }
}
.ban .group .txt a span {
  font-size: 40px;
}
@media only screen and (max-width: 900px) {
  .ban .group .txt a span {
    line-height: 60%;
  }
}
.ban .group .txt a i {
  top: 3px;
  margin-left: 4px;
  position: relative;
}
.ban .group > p {
  max-width: 700px;
  margin-top: 10px;
  line-height: 130%;
}

.listado {
  padding: 30px;
}
@media only screen and (max-width: 900px) {
  .listado {
    padding: 15px;
    padding-right: 0;
  }
}
.listado > .title {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-end;
          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;
}
.listado > .title > a i {
  margin-left: 5px;
  position: relative;
  bottom: -2px;
}
.listado .box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          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;
  }
}
.listado .box article {
  width: calc(33.333% - 20px);
  background-color: #f8f7f6;
}
@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: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  text-decoration: none;
  white-space: wrap;
}
.listado .box article a .image {
  width: 180px;
  height: 180px;
}
.listado .box article a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.listado .box article a .txt {
  padding: 25px;
}
.listado .box article a .txt .date {
  opacity: 0.5;
  font-size: 13px;
  margin-bottom: 5px;
}
.listado .box article a .txt .category {
  color: #5C8A75;
  font-size: 14px;
  margin-top: 3px;
}
.listado .box article a .txt small {
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.4;
  margin-top: 5px;
}

.tema-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tema-box .slider-box {
  position: relative;
}
.tema-box .slider-box .slider .tns-item {
  display: block;
  height: 50vh;
}
.tema-box .slider-box .slider .tns-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.tema-box .slider-box .btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.tema-box .tns-outer {
  position: relative;
  height: 50vh;
  overflow: hidden;
}
.tema-box .tns-outer .tns-nav {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.tema-box .tns-outer .tns-nav button {
  min-width: 12px;
  height: 12px;
  width: 12px;
  padding: 0;
  border-radius: 12px;
}
.tema-box .tns-outer .tns-nav button + button {
  margin-top: 6px;
}
.tema-box .tns-outer .tns-nav button.tns-nav-active {
  background-color: #fff;
}
.tema-box .row {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .tema-box .row {
    display: block;
  }
}
.tema-box .body {
  -webkit-flex: 2;
          flex: 2;
  color: #333;
  font-size: 1em;
}
.tema-box .body .cabecera {
  padding: 60px 30px 30px;
}
@media only screen and (max-width: 900px) {
  .tema-box .body .cabecera {
    padding: 20px 15px 0;
  }
}
.tema-box .body .cabecera .cat {
  margin-bottom: 5px;
  font-size: 20px;
}
.tema-box .body .cabecera h1 {
  font-size: 44px;
  font-weight: bolder;
  margin-bottom: 5px;
}
@media only screen and (max-width: 900px) {
  .tema-box .body .cabecera h1 {
    font-size: 32px;
  }
}
.tema-box .body .cabecera h2 {
  font-size: 30px;
  line-height: 110%;
  font-weight: 400;
  margin-bottom: 15px;
}
@media only screen and (max-width: 900px) {
  .tema-box .body .cabecera h2 {
    font-size: 24px;
  }
}
.tema-box .body .cabecera > p {
  font-size: 26px;
  line-height: 110%;
}
.tema-box .body .cabecera > p + .row {
  margin-top: 30px;
}
.tema-box .body .bloque {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tema-box .body .bloque .col.text {
  padding: 30px;
}
@media only screen and (max-width: 900px) {
  .tema-box .body .bloque .col.text {
    padding: 20px 15px;
  }
}
.tema-box .body .bloque .col.text h3 {
  margin-bottom: 13px;
  color: #009786;
  font-size: 1.4em;
}
.tema-box .body .bloque .col.text p {
  line-height: 125%;
  color: #666666;
}
.tema-box .body .bloque .col.text p + h3 {
  margin-top: 18px;
}
.tema-box .body .bloque .col.text p strong {
  color: black;
}
.tema-box .body .bloque .col.text p a {
  color: black;
  text-decoration: underline;
}
.tema-box .body .bloque .col.text.resume {
  max-width: 640px;
}
.tema-box .body .bloque .col.text.resume h3 {
  font-size: 1.8em;
}
.tema-box .body .bloque .col.text.resume p {
  font-size: 1.2em;
}
.tema-box .body .bloque .col.text.resume p + ul {
  margin-top: 10px;
}
.tema-box .body .bloque .col.text.resume ul {
  padding-left: 0px;
  margin-bottom: 15px;
}
.tema-box .body .bloque .col.text.resume ul li {
  list-style: inside decimal;
  font-size: 1.2em;
  line-height: 120%;
}
.tema-box .body .bloque .col.text.resume ul li::marker {
  font-weight: bold;
  color: #009786;
}
.tema-box .body .bloque .col.text.resume ul li + li {
  margin-top: 10px;
}
.tema-box .body .bloque .col.text.resume ul li a {
  text-decoration: none;
}
.tema-box .body .bloque .col.text.resume ul + p {
  font-size: 0.8em;
}
.tema-box .body .bloque .col .image {
  height: 100%;
  position: relative;
}
.tema-box .body .bloque .col .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tema-box .body .bloque .col .image .pie-foto {
  width: 100%;
  text-align: right;
  position: absolute;
  z-index: 2;
  right: 0px;
  bottom: 0px;
  padding: 10px;
  color: #fff;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.tema-box .body .bloque .col .image .pie-foto i {
  margin-right: 4px;
}
.tema-box aside {
  -webkit-flex: 1;
          flex: 1;
  background-color: #f8f7f6;
}
.tema-box aside .map iframe {
  mix-blend-mode: multiply;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .tema-box aside .map iframe {
    height: 100vh;
  }
}
.tema-box aside .info {
  padding: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media only screen and (max-width: 900px) {
  .tema-box aside .info {
    padding: 20px 15px;
  }
}
.tema-box aside .info .box .title {
  font-size: 24px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.tema-box aside .info .box .title i {
  position: relative;
  top: -2px;
  font-size: 26px;
  margin-right: 5px;
}
.tema-box aside .info .box .list-tags a {
  background-color: #fff;
  display: inline-block;
  padding: 0px 12px 0 0;
  font-size: 14px;
  border-radius: 20px;
  text-decoration: none;
  margin-bottom: 4px;
  margin-right: 0px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
}
@media only screen and (max-width: 900px) {
  .tema-box aside .info .box .list-tags a {
    font-size: 12px;
  }
}
.tema-box aside .info .box .list-tags a span {
  position: relative;
  top: -2px;
}
.tema-box aside .info .box .list-tags a i {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #333;
  padding: 5px 8px 5px 10px;
  border-radius: 20px 0 0 20px;
  margin-right: 8px;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .tema-box aside .info .box .list-tags a:hover i {
    background-color: #009786;
    color: #fff;
  }
}
.tema-box aside .info .box + .box {
  margin-top: 20px;
}

body.text-expanded .tema article > .row {
  display: block;
}

body.text-big .tema article > .row .body {
  font-size: 1.5em;
}

body.black-theme .tema article > .row .body {
  background-color: #333;
  color: #fff;
}
body.black-theme .tema article > .row .body a {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  body.black-theme .tema article > .row .body a:hover {
    color: #009786;
  }
}
body.black-theme .tema article > .row .view-options {
  background-color: #444;
}
body.black-theme .tema article .bloque {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

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