@charset "UTF-8";
/*
Theme Name: Proyecto Chamberlin
Theme URI: https://proyectochamberlin.org
Author:El Equipo E
Author URI: https://www.elequipoe.es
Description: Theme for Chamberlin
Version: 1.0.0
Tested up to: 6.8.3
Requires PHP: 8
*/
/* VENDORS */
@import "css/normalize.css";
@import "css/animsition.min.css";
@import "css/animate.min.css";
@import "css/linea-icons.css";
@import "css/microtip.min.css";
@import "css/lightgallery.css";
@import "css/lightgallery-transitions.css";
/* *********************************************************************************************************************
 * VENDORS OVERWRITES
 */
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
.wpb_content_element {
  margin: 0 !important;
}

.vc_row-full-width.vc_clearfix {
  margin-bottom: -3px;
}

.animate__animated.animate__delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.fadeIn {
  animation-delay: 0.3s;
}

.slider.arrows-on-top .flickity-prev-next-button {
  top: -100px;
}
.slider-style2 .slick-prev,
.slider-style2 .slick-next {
  width: 30px;
  height: 30px;
  top: -60px;
  border: 0;
  border-radius: 0;
}
.slider-style2 .slick-prev:before,
.slider-style2 .slick-next:before {
  content: "\e04b";
  font-size: 35px;
}
.slider-style2 .slick-prev {
  right: 40px;
}
.slider-style2 .slick-next {
  right: 0px;
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  width: 60px;
  height: 60px;
  top: -100px;
  padding: 0;
  text-align: center;
  color: transparent;
  border: 1px solid #000;
  border-radius: 50%;
  background: transparent;
  opacity: 0.3;
}
.slick-prev:before,
.slick-next:before {
  content: "\e068";
  font-family: "linea-arrows-10" !important;
  font-size: 25px;
  color: #000;
  opacity: 1;
  transition: all 0.4s ease 0s !important;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.8;
}

.slick-prev {
  left: auto;
  right: 80px;
  transform: scaleX(-1);
}

.slick-next {
  right: 0px;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  display: block;
  list-style: none;
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  padding: 0;
  opacity: 0.2;
  transition: opacity 0.3s ease;
}
.slick-dots li button {
  display: block;
  cursor: pointer;
  position: relative;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 6px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: #000;
  border-radius: 50%;
}
.slick-dots li:hover {
  opacity: 0.5;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background-color: #668127;
}

.flickity-prev-next-button {
  top: 100%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: transparent url("../../../media/slider-arrow.svg") no-repeat center center;
  border: 1px solid #000;
}
.flickity-prev-next-button svg {
  display: none;
}
.flickity-prev-next-button.previous {
  right: 60px;
  left: auto;
  transform: translateY(20px) rotateY(180deg);
}
.flickity-prev-next-button.next {
  right: 0;
  transform: translateY(20px);
}
.flickity-prev-next-button:disabled {
  pointer-events: none;
  filter: saturate(0);
  opacity: 0.5;
}
.flickity-prev-next-button:hover {
  opacity: 0.4;
}

/* .consent-box {
	margin-bottom: 20px;
	padding: 30px;
	background-color: $light-grey;

	h5 {
		font-weight: 700;
	}

	a {
		text-decoration: underline;
	}
} */
.wt-cli-cookie-bar {
  z-index: 1000;
  padding: 30px !important;
}
.wt-cli-cookie-bar .cli-bar-message {
  font-size: 14px;
}
.wt-cli-cookie-bar .cli-bar-message a {
  text-decoration: underline;
}
.wt-cli-cookie-bar .cli-bar-btn_container {
  margin-top: 15px;
}
.wt-cli-cookie-bar #wt-cli-accept-btn,
.wt-cli-cookie-bar #wt-cli-settings-btn {
  cursor: pointer;
  font-size: 16px;
  outline: 0;
}
.wt-cli-cookie-bar #wt-cli-accept-btn {
  padding: 12px 25px !important;
  border-radius: 0.25em !important;
}
.wt-cli-cookie-bar #wt-cli-accept-btn:hover {
  background-color: #6F6F6E !important;
}

.cli_setting_save_button {
  background-color: #000 !important;
}

.cli-privacy-content-text a {
  text-decoration: underline;
}

#cookie-law-info-again {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px 2px;
}
#cookie-law-info-again span {
  font-size: 11px;
}

table.cookielawinfo-winter thead th {
  background-color: #6F6F6E !important;
}

.pagination {
  display: flex;
  justify-content: center;
  padding: 20px 0 60px 0;
}
.pagination:has(ul) {
  padding: 50px 0;
}
.pagination ul li a, .pagination ul li span {
  border: 0;
}

.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 4px;
  padding: 5px;
  font-size: 20px;
  color: #898989;
  text-decoration: none;
}
.wp-pagenavi a img {
  vertical-align: top;
}
.wp-pagenavi a:hover {
  color: #6F6F6E;
}
.wp-pagenavi .current {
  font-weight: 600;
  color: #6F6F6E;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  font-size: 30px;
}
.wp-pagenavi .previouspostslink {
  margin-right: 6px;
}
.wp-pagenavi .nextpostslink {
  margin-left: 6px;
}

@media screen and (max-width: 1300px) {
  .flickity__-prev-next-button.previous {
    left: 80%;
  }
  .flickity__-prev-next-button.next {
    left: calc(80% + 60px);
  }
}
@media screen and (max-width: 767px) {
  .flickity__-prev-next-button.previous {
    left: calc(50% - 45px);
  }
  .flickity__-prev-next-button.next {
    left: calc(50% + 5px);
  }
  .wt-cli-cookie-bar {
    padding: 20px !important;
  }
  .wt-cli-cookie-bar #wt-cli-accept-btn,
  .wt-cli-cookie-bar #wt-cli-settings-btn {
    font-size: 14px;
  }
  .wt-cli-cookie-bar #wt-cli-accept-btn {
    margin-left: 20px !important;
    padding: 9px 15px !important;
    border-radius: 0.18em !important;
  }
  .pagination {
    margin-bottom: 10px;
  }
  .wp-pagenavi {
    margin: 20px 0 !important;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 18px;
  }
}
/* *********************************************************************************************************************
* LIGHTGALLERY OVERRIDES
*/
.lg-backdrop {
  background-color: #fff;
}
.lg-outer.lg-zoomed .lg-toolbar {
  background-color: rgba(255, 255, 255, 0.4);
}
.lg-outer .lg-toolbar {
  box-sizing: border-box;
  padding: 15px;
  background-color: transparent;
}
.lg-outer .lg-toolbar .lg-icon {
  width: 40px;
  color: #000;
}
.lg-outer .lg-toolbar #lg-counter {
  /* position: relative;
  left: 50%;
  padding: 0; */
  float: right;
  padding-right: 20px;
  color: #000;
}
.lg-outer .lg-actions .lg-icon {
  color: #000;
  background-color: transparent;
}
.lg-outer .lg-inner {
  top: 10%;
  height: 80%;
}
.lg-outer .lg-thumb-outer .lg-toogle-thumb {
  width: 40px;
  right: auto;
  left: 0;
  color: #000;
  background-color: transparent;
}
.lg-outer .lg-thumb-outer .lg-toogle-thumb:after {
  font-size: 34px;
  line-height: 24px;
}
.lg-outer .lg-thumb-outer .lg-thumb-item {
  border: 0;
  border-radius: 0;
  filter: brightness(0.5);
  transition: filter 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lg-outer .lg-thumb-outer .lg-thumb-item:hover, .lg-outer .lg-thumb-outer .lg-thumb-item.active {
  filter: brightness(1);
}
.lg-on .lg-backdrop.in {
  opacity: 1;
}

.file-iframe-viewer .lg-inner {
  top: 0;
  height: 100%;
}
.file-iframe-viewer .lg-object {
  padding-top: 20px;
}

/* GLOBAL */
/* *********************************************************************************************************************
 * FONTS
 */
@font-face {
  font-family: "linea-arrows-10";
  src: url("fonts/linea-arrows-10.woff2") format("woff2"), url("fonts/linea-arrows-10.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* *********************************************************************************************************************
* GLOBALS
*/
html {
  interpolate-size: allow-keywords;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
}

h1 {
  font-size: 40px;
}
h1.as-h2 {
  font-size: 30px;
}

h2 {
  font-size: 40px;
}
h2.small-grey {
  font-size: 18px;
  font-weight: 700;
  color: #898989;
}

h3 {
  font-size: 25px;
}
h3.main-title {
  font-size: 50px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 14px;
}

p, li {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  /* &:empty {
  	display: none;
  } */
}

strong, b {
  font-weight: 700;
}

p + p,
ul + p,
ol + p,
p + ul,
p + ol {
  margin-top: 20px;
}

ul {
  margin: 0;
  padding-left: 0;
}
ol {
  padding-left: 40px;
}
ol li {
  margin-bottom: 20px;
}

ul.styled li {
  position: relative;
  list-style: none;
  padding: 0 0 15px 30px;
}
ul.styled li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 12px;
  width: 5px;
  height: 5px;
  margin-right: 20px;
  background-color: #88a73e;
  border-radius: 50%;
}

ul.letter-list li {
  position: relative;
  list-style: none;
  padding: 0 0 15px 30px;
}
ul.letter-list li strong:first-child {
  font-weight: 700;
  color: #88a73e;
}

ul.horizontal {
  display: flex;
  flex-wrap: wrap;
}
ul.horizontal li {
  position: relative;
  list-style: none;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
}
ul.horizontal li:after {
  content: "|";
  padding: 0 10px;
}
ul.horizontal li:last-child:after {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: optimizeQuality;
}

img.invert {
  filter: invert(1);
}

.text-light,
.text-light a {
  font-weight: 300;
}

.text-regular,
.text-regular a {
  font-weight: 400;
}

.text-medium,
.text-medium a {
  font-weight: 500;
}

.text-bold,
.text-bold a {
  font-weight: 700;
}

.text-black,
.text-black a {
  font-weight: 800;
}

.text-bigger {
  font-size: 24px;
  line-height: 1.3;
}

.text-even-bigger {
  font-size: 30px;
}

.text-smaller {
  font-size: 16px;
}

.text-spaced {
  letter-spacing: 3px;
}

::selection {
  color: #fff;
  background: #88a73e;
}

.white {
  color: #fff;
}
.white p, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white span {
  color: #fff;
}

.black {
  color: #000 !important;
}

.grey {
  color: #898989 !important;
}

.light-grey {
  color: #f3f3f3 !important;
}

.dark-grey {
  color: #6F6F6E !important;
}

.accent,
.accent p,
.accent li {
  color: #88a73e !important;
}

.light-accent,
.light-accent p {
  color: #d1deb2 !important;
}

.blue,
.blue p {
  color: #ccd9e5 !important;
}

.ocre,
.ocre p {
  color: #cfab96 !important;
}

.green,
.green p {
  color: #b0b780 !important;
}

.border-top {
  border-top: 1px solid #d2d2d2;
}

.border-bottom {
  border-bottom: 1px solid #d2d2d2;
}

.no-block {
  display: inline;
}
.no-block + p {
  margin-top: -10px;
}

.boxed {
  padding: 4px 8px 2px 8px;
  background-color: #e2ecca;
  color: #fff;
}

.boxed-white {
  border: 1px solid #fff;
}
.boxed-white:hover {
  background-color: #fff;
}

.main-title {
  padding-bottom: 30px;
  font-weight: 800;
  font-size: 40px;
}
.main-title.text-light {
  font-weight: 300;
}

.title-boxed {
  display: inline;
  padding: 0 10px;
  background-color: #f3f3f3;
  color: #444444;
}
.title-boxed + br {
  display: block !important;
  margin-bottom: 20px;
  content: " ";
}
.title-boxed.accent {
  background-color: #88a73e;
  color: #fff;
}
.title-boxed.dark {
  background-color: #6F6F6E;
  color: #fff;
}

.with-line-below:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  margin: 10px auto 20px auto;
  background-color: #898989;
}

.with-line-above:before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  margin: 20px auto 10px auto;
  background-color: #898989;
}

@keyframes charSlideIn {
  from {
    transform: translateY(40px) scale(0.5);
    opacity: 0;
  }
}
.hidden,
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.hide-on-desktop {
  display: none;
}

.only-home {
  display: none;
}

.only-admin {
  display: none;
}

body.logged-in .only-admin {
  display: block;
}

@media screen and (max-width: 1300px) {
  body {
    font-size: 15px;
  }
  p, li {
    font-size: 15px;
  }
  h1 {
    font-size: 35px;
  }
  h1.as-h2 {
    font-size: 22px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 21px;
  }
  .text-bigger {
    font-size: 22px;
  }
  .main-title {
    padding-bottom: 20px;
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 15px;
  }
  p, li {
    font-size: 15px;
  }
  h1 {
    font-size: 28px;
  }
  /* h3 {
  	font-size: 24px;
  } */
  /* h4 {
  	font-size: 16px;
  } */
  /* h5 {
  	font-size: 15px;
  } */
  h3.main-title {
    font-size: 42px;
  }
  .text-bigger {
    font-size: 20px;
  }
  .text-even-bigger {
    font-size: 26px;
  }
  .main-title {
    font-size: 30px;
  }
  ul.horizontal li:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hide-on-desktop {
    display: block;
  }
  .hide-on-mobile {
    display: none;
  }
  h1 {
    font-size: 26px;
  }
  .text-bigger {
    font-size: 18px;
  }
  .text-even-bigger {
    font-size: 22px;
  }
  .main-title {
    font-size: 22px;
  }
}
/* *********************************************************************************************************************
* LAYOUT
*/
body > .wrapper {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.grid__container {
  position: relative;
  width: 1200px;
  margin: 0 auto !important;
}
.grid__container--smaller {
  width: 980px;
}
.grid__container--no-padding .wpb_column > .vc_column-inner {
  padding: 0;
}

.vc_row.grid__container .vc_column-inner {
  padding: 0;
}
.vc_row.grid__container .vc_row {
  margin-right: 0;
  margin-left: 0;
}

.vc_row .vc_column-inner {
  padding-top: 0 !important;
}

.content {
  position: relative;
  overflow-x: hidden;
  z-index: 1;
  min-height: calc(100vh - 405px);
  background-color: #fff;
  border-bottom: 1px solid #d2d2d2;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.margin-10-below {
  margin-bottom: 10px;
}

.margin-20-below {
  margin-bottom: 20px;
}

.margin-30-below {
  margin-bottom: 30px;
}

.margin-40-below {
  margin-bottom: 40px;
}

.margin-10-above {
  margin-top: 10px;
}

.margin-20-above {
  margin-top: 20px;
}

.margin-30-above {
  margin-top: 30px;
}

.margin-40-above {
  margin-top: 50px;
}

.element-with-side-padding-120 {
  padding: 0 120px;
}

.row-with-vertical-padding-60 {
  padding: 60px 0;
}

.row-with-vertical-padding-120 {
  padding: 120px 0;
}

.row-with-bottom-padding-120 {
  padding-bottom: 120px;
}

.column-no-padding-right .vc_column-inner {
  padding-right: 0 !important;
}

.column-no-padding-left .vc_column-inner {
  padding-left: 0 !important;
}

.row-with-side-padding-200 {
  padding: 0 200px;
}

.centered {
  margin: 0 auto;
  text-align: center;
}

.vertical-centered {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1600px) {
  /* .grid__container {
  	width: 980px;
  } */
}
@media screen and (max-width: 1300px) {
  .grid__container {
    width: 980px;
  }
}
@media screen and (max-width: 1000px) {
  .grid__container {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .grid__container {
    width: 90%;
  }
}
/* *********************************************************************************************************************
* LINKS
*/
a, a:before, a:after, button {
  transition: all 0.3s ease;
}

a {
  color: #000;
  text-decoration: none;
}

a.accent-link {
  color: #88a73e;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
a.accent-link:hover {
  border-color: #88a73e;
}

a.orange-link {
  color: #e0670e;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
a.orange-link:hover {
  border-color: #e0670e;
}

a.black-link {
  color: #000;
}
a.black-link:hover {
  color: #88a73e;
}

a.white-link {
  line-height: 1;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
a.white-link:hover {
  border-color: #fff;
}

a.grey-link {
  color: #898989 !important;
}
a.grey-link:hover {
  color: #6F6F6E !important;
}

a.dark-grey-link {
  text-decoration: none;
  color: #6F6F6E !important;
}
a.dark-grey-link:hover {
  color: #898989 !important;
}

a.light-grey-link {
  color: #f3f3f3;
}
a.light-grey-link:hover {
  color: #88a73e !important;
}

.boxed-link {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  box-sizing: border-box;
  height: 50px;
  padding: 0 25px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none !important;
  color: #000;
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 25px;
}
.boxed-link > span {
  padding-left: 5px;
  font-weight: 300;
}
.boxed-link:hover {
  padding: 0 30px;
  background-color: #d1deb2;
  border-color: #d1deb2;
}
.boxed-link.bold {
  font-weight: 700;
}
.boxed-link.white {
  color: #000;
  background-color: #fff;
}
.boxed-link.white:hover {
  color: #fff !important;
  background-color: #d1deb2;
}
.boxed-link.dark-accent {
  color: #fff;
  background-color: #668127;
}
.boxed-link.dark-accent:hover {
  background-color: #88a73e;
}
.boxed-link.arrow-left:before {
  content: url("../../../media/icon-arrow.svg");
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.boxed-link.icon-left img {
  float: left;
  margin: -2px 10px 0 0;
}
.boxed-link.icon-left i {
  vertical-align: middle;
  margin-right: 10px;
}
.boxed-link.icon-right img {
  float: right;
  margin: -2px 0 0 10px;
}
.boxed-link.icon-right i {
  vertical-align: middle;
  margin-left: 10px;
}
.boxed-link.bordered {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.boxed-link.bordered:hover {
  color: #fff;
  background-color: #88a73e;
  border-color: #88a73e;
}
.boxed-link.bordered-white {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.boxed-link.bordered-white:hover {
  color: #fff;
  background-color: #898989;
  border-color: #898989;
}
.boxed-link.square {
  border-radius: 0;
}
.boxed-link.small {
  height: 30px;
  padding: 0 20px;
  border-radius: 25px;
  font-size: 16px;
}
.boxed-link.small:hover {
  padding: 0 20px;
}
.boxed-link.big {
  height: 60px;
  padding: 0 55px;
  border-radius: 20px;
}
.boxed-link.big:hover {
  padding: 0 60px;
}
.boxed-link.wider {
  padding: 0 45px;
}
.boxed-link.wider:hover {
  padding: 0 50px;
}

a.line-link {
  display: inline-block;
  padding-bottom: 8px;
  line-height: 0;
  color: #000;
}
a.line-link:after {
  content: "";
  position: relative;
  width: 101%;
  height: 1px;
  margin-bottom: -4px;
  display: inline-block;
  background-color: transparent;
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important;
}
a.line-link:hover {
  color: #6F6F6E !important;
}
a.line-link:hover:after {
  background-color: #898989;
  transform: scaleX(1);
}
a.line-link.grey {
  color: #898989;
}
a.line-link.grey:hover {
  color: #fff !important;
}
a.line-link.grey:hover:after {
  background-color: #fff;
}
a.line-link.white {
  color: #fff;
}
a.line-link.white:hover {
  color: #fff !important;
}
a.line-link.white:hover:after {
  background-color: #fff;
}
a.line-link.disabled {
  pointer-events: none;
}

a.circle-link {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 220px;
  height: 220px;
  background-color: #d1deb2;
  border-radius: 50%;
  border: 40px solid #d1deb2;
  transition: background 0.4s ease, border 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a.circle-link span {
  font-size: 30px;
  text-align: center;
  color: #fff;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a.circle-link:hover {
  background-color: #e2ecca;
  border: 0px solid #e2ecca;
}
a.circle-link:hover span {
  transform: scale(0.9);
}
a.circle-link.medium {
  width: 180px;
  height: 180px;
}
a.circle-link.medium span {
  font-size: 24px;
}

a.icon-link {
  display: flex;
  gap: 10px;
  max-width: 300px;
  text-decoration: none;
  color: #000;
}
a.icon-link span {
  line-height: 25px;
  color: #000;
}
a.icon-link:hover {
  opacity: 0.8;
}
a.icon-link.white {
  color: #fff;
}
a.icon-link.white span {
  color: #fff;
}

a.alt-link {
  letter-spacing: 2px;
  color: #000;
}
a.alt-link:before, a.alt-link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  margin: 0 10px;
  background-color: #88a73e;
}
a.alt-link:hover {
  color: #88a73e;
}
a.alt-link:hover:before, a.alt-link:hover:after {
  margin: 0 14px;
}

a.hover-link {
  position: relative;
}
a.hover-link:before {
  transform: scaleX(0);
  transform-origin: bottom right;
}
a.hover-link:hover {
  padding: 0 4px;
  color: #fff;
}
a.hover-link:hover:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
a.hover-link:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #88a73e;
  z-index: -1;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

a.arrow-link {
  position: relative;
  overflow: hidden;
  font-size: 20px;
}
a.arrow-link:before {
  content: url("../../../media/slider-arrow.svg");
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
a.arrow-link > span {
  position: relative;
  padding: 3px 10px;
  background-color: #5b4560;
  transition: all 0.5s ease;
}
a.arrow-link > span span {
  visibility: hidden;
  opacity: 0;
}
a.arrow-link > span label {
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 2px;
  transform-origin: 0 0;
  transition: all 0.5s ease;
}
a.arrow-link > span label:first-of-type {
  color: #000;
}
a.arrow-link > span label:last-of-type {
  color: #fff;
  transform: translateY(10px) rotate(10deg);
  opacity: 0;
}
a.arrow-link:hover {
  color: #88a73e !important;
}
a.arrow-link:hover:before {
  padding-right: 15px;
}
a.arrow-link:hover > span {
  padding: 3px 14px;
  background-color: #d1deb2;
}
a.arrow-link:hover > span label {
  color: #fff;
}
a.arrow-link:hover > span label:first-of-type {
  transform: translateY(-10px) rotate(-30deg);
  opacity: 0;
}
a.arrow-link:hover > span label:last-of-type {
  left: 14px;
  transform: translateY(0px) rotate(0deg);
  opacity: 1;
}
a.arrow-link.white {
  color: #fff;
}
a.arrow-link.white:after {
  filter: invert(1);
}

a.iconed-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  color: #88a73e;
}
a.iconed-link:before {
  display: flex;
}
a.iconed-link:hover {
  padding-left: 8px;
}
a.iconed-link:hover span {
  color: #88a73e;
}
a.iconed-link.white span {
  color: #fff !important;
}
a.iconed-link.mail:before {
  content: url("../../../media/envelope-icon.svg");
}

.pdf-links {
  position: relative;
  margin-top: 30px;
  padding-left: 70px;
}
.pdf-links--big {
  padding-left: 85px;
}
.pdf-links--big:before {
  transform-origin: 0 0;
  transform: scale(2);
}
.pdf-links--one {
  padding-left: 50px;
  line-height: 35px;
}
.pdf-links:before {
  content: url("../../../media/icon-pdf.svg");
  position: absolute;
  left: 0;
}
.pdf-links a {
  display: inline-block;
  padding-bottom: 8px;
  text-decoration: underline;
}

.bt-back {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #6F6F6E;
}
.bt-back:before {
  content: "\e066";
  margin-right: 10px;
  font-family: "linea-arrows-10";
  font-size: 22px;
}
.bt-back:hover {
  color: #000;
}

.bt-like {
  display: flex;
}
.bt-like i {
  margin-right: 8px;
  font-size: 18px;
  color: #898989;
}
.bt-like:hover {
  color: #898989;
}

#interlinks .section_inner {
  margin-bottom: 60px;
  padding: 50px 0;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
#interlinks .bts a {
  position: relative;
  padding-left: 40px;
  font-size: 24px;
}
#interlinks .bts a span {
  display: block;
  color: #898989;
  font-size: 16px;
}
#interlinks .bts a:before {
  content: "\e03f";
  position: absolute;
  left: 0;
  top: 18px;
  font-family: "linea-arrows-10";
  font-size: 30px;
}
#interlinks .bts a:hover {
  margin-left: -5px;
  padding-left: 50px;
}
#interlinks .bts a.right {
  padding: 0 40px 0 0;
  text-align: right;
}
#interlinks .bts a.right:before {
  left: auto;
  right: 0;
  top: 20px;
  transform: rotate(180deg);
}
#interlinks .bts a.right:hover {
  margin: 0 -5px 0 0;
  padding: 0 50px 0 0;
}

@media screen and (max-width: 1300px) {
  .boxed-link {
    font-size: 16px;
  }
  a.circle-link {
    width: 180px;
    height: 180px;
  }
  a.circle-link span {
    font-size: 24px;
  }
  a.iconed-link {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  /* .boxed-link {
  	padding: 6px 35px;
  	font-size: 15px;

  	&:hover {
  		padding: 6px 40px;
  	}
  } */
  a.circle-link {
    width: 150px;
    height: 150px;
  }
  a.circle-link span {
    font-size: 21px;
  }
  a.arrow-link {
    font-size: 18px;
  }
  #interlinks .bts a {
    font-size: 20px;
  }
  #interlinks .bts a span {
    padding-bottom: 5px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .boxed-link {
    font-size: 14px;
  }
  .boxed-link.medium {
    padding: 8px 25px;
  }
  a.circle-link {
    width: 90px;
    height: 90px;
  }
  a.circle-link span {
    font-size: 14px;
  }
  a.iconed-link {
    font-size: 18px;
  }
  #interlinks {
    display: none;
  }
}
/* *********************************************************************************************************************
* SHARED ELEMENTS
*/
.animblock {
  opacity: 0;
}

.animtext > span > span {
  overflow: hidden;
  margin-bottom: -10px;
}

.btn-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.btn-group.narrow {
  max-width: 410px;
}

.cargos .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.cargos .item .img {
  width: 190px;
}
.cargos .item .data {
  width: calc(100% - 190px);
  padding-left: 60px;
}
.cargos .item .data h5 {
  font-size: 30px;
}
.cargos .item .data h6 {
  padding-top: 5px;
  font-weight: 600;
  font-size: 18px;
}
.cargos .item .data p {
  font-size: 14px;
}

.docs {
  display: flex;
  justify-content: center;
  gap: 200px;
  max-width: 1000px;
  margin: 0 auto 60px auto;
  padding-bottom: 60px;
  border-bottom: 1px solid #fff;
}
.docs .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
}
.docs .item h4 {
  margin: 10px 0;
  font-size: 24px;
}
.docs .item a {
  font-weight: 600;
  text-decoration: underline;
}
.docs .item:before {
  content: url("../../../media/docs-icon1.png");
  position: absolute;
  left: 0;
  top: 0;
}
.docs .item.codigo {
  padding-left: 110px;
}
.docs .item.codigo:before {
  content: url("../../../media/docs-icon2.png");
}

.memorias {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  max-width: 900px;
  margin: 0 auto;
  padding-left: 100px;
}
.memorias:before {
  content: url("../../../media/docs-icon3.png");
  position: absolute;
  left: 0;
  top: 0;
}
.memorias h4 {
  margin: 10px 0;
  font-size: 24px;
}
.memorias .pdfs {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.memorias .pdfs a {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
}

.pais {
  padding: 5px 15px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  background-color: #d1deb2;
}

aside > section {
  margin-bottom: 30px;
}
aside > section h5 {
  margin-bottom: 20px;
  padding-top: 15px;
  font-size: 24px;
  border-top: 1px solid #d2d2d2;
}
aside > section ul {
  list-style: none;
  padding-left: 0;
}
aside > section ul li {
  margin-bottom: 5px;
}
aside .widget_search form {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
aside .widget_search form label {
  width: 70%;
}
aside .widget_search form label span {
  display: none;
}
aside .widget_search form input.search-field {
  padding: 2px 0 2px 15px;
  font-size: 16px;
  line-height: 2;
  border: 0;
  border-radius: 20px;
}
aside .widget_search form input.search-submit {
  appearance: none;
  outline: none;
  cursor: pointer;
  width: 30%;
  font-size: 16px;
  color: #fff;
  background-color: #88a73e;
  border: 0;
  border-radius: 0 20px 20px 0;
  transition: background 0.3s ease;
}
aside .widget_search form input.search-submit:hover {
  background-color: rgb(161.5938864629, 192.7292576419, 87.2707423581);
}
aside .latest-posts .item a {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
aside .latest-posts .item a .img {
  width: 100px;
}
aside .latest-posts .item a .img img {
  width: 100%;
}
aside .latest-posts .item a .data {
  flex-grow: 1;
}
aside .latest-posts .item a .data .date {
  font-size: 14px;
  color: #6F6F6E;
}

@media screen and (max-width: 1300px) {
  aside > section h5 {
    font-size: 21px;
  }
  aside .widget_search form input.search-submit,
  aside .widget_search form input.search-field {
    font-size: 14px;
  }
  aside .latest-posts .item a {
    gap: 12px;
  }
  aside .latest-posts .item a .img {
    width: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .cargos .item .data h5 {
    font-size: 24px;
  }
  .memorias {
    max-width: 80%;
  }
  .memorias .pdfs {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cargos .item {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .cargos .item .img {
    width: 60%;
  }
  .cargos .item .data {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .cargos .item .data h5 {
    font-size: 21px;
  }
  .cargos .item .data h6 {
    font-size: 17px;
  }
  .cargos .item .data p {
    font-size: 14px;
  }
  .docs {
    flex-direction: column;
    gap: 30px;
    max-width: 80%;
    margin: 0 auto 40px auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
  }
  .docs .item {
    padding-left: 110px;
  }
  .docs .item h4 {
    font-size: 21px;
  }
  .memorias {
    padding-left: 110px;
  }
  .memorias h4 {
    font-size: 21px;
  }
  .memorias .pdfs {
    gap: 10px;
  }
  .memorias .pdfs a {
    width: 100%;
  }
  aside .widget_search form input.search-field {
    width: 110%;
    font-size: 15px;
  }
  aside .widget_search form input.search-submit {
    width: 40%;
    font-size: 15px;
  }
}
.preloader {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}

svg .svg-elem-1 {
  stroke-dashoffset: 75.3114776611px;
  stroke-dasharray: 75.3114776611px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg .svg-elem-2 {
  stroke-dashoffset: 39.2795944214px;
  stroke-dasharray: 39.2795944214px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .svg-elem-1 {
  stroke-dashoffset: 150.6229553223px;
  fill: rgb(243, 111, 36);
}
svg.active .svg-elem-2 {
  stroke-dashoffset: 78.5591888428px;
  fill: rgb(255, 255, 255);
}

/* *********************************************************************************************************************
* RRSS & SOCIAL
*/
.social-menu {
  position: relative;
  display: flex;
  gap: 10px;
}
.social-menu a {
  content: "";
  overflow: hidden;
  width: 30px;
  height: 30px;
  padding: 3px;
  border-radius: 50%;
  border: 1px solid #000;
  background: transparent url("../../../media/social-sprite.svg") no-repeat 0 -2px;
}
.social-menu a.facebook {
  background-position: 2px -2px;
}
.social-menu a.twitter {
  background-position: -27px -2px;
}
.social-menu a.linkedin {
  background-position: -57px -2px;
}
.social-menu a.instagram {
  background-position: -87px -2px;
}
.social-menu a.podcast {
  background-position: -117px -2px;
}
.social-menu a.youtube {
  background-position: -147px -2px;
}
.social-menu a.rss {
  background-position: -177px -2px;
}
.social-menu a.spotify {
  background-position: -207px -2px;
}
.social-menu a.whatsapp {
  background-position: -237px -2px;
}
.social-menu a.mail {
  background-position: -267px -2px;
}
.social-menu a.tripadvisor {
  background-position: -297px -2px;
}
.social-menu a:hover {
  border-color: #88a73e;
  background-color: #88a73e;
}
.social-menu a.white {
  filter: invert(100%);
}
.social-menu.big a {
  margin-right: 15px;
  transform: scale(1.2);
}

.social ul li {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin: 0 3px;
  border-radius: 100%;
  border: 1px solid #fff;
  transition: all 0.4s ease 0s !important;
}
.social ul li:first-child {
  margin-left: 0;
}
.social ul li a {
  display: block;
  width: 100%;
  height: 200%;
  position: relative;
  top: 0;
  line-height: 32px !important;
  text-align: center;
  color: #fff;
}
.social ul li a i {
  font-size: 16px;
}
.social ul li a i:last-child {
  display: block;
  margin-top: 2px;
  color: #fff;
}
.social ul li:hover {
  border-color: transparent;
}
.social ul li:hover a {
  top: -26px;
}
.social ul li:hover a i:first-child {
  transition: all 0.3s ease 0s !important;
  opacity: 0;
}
.social ul li:nth-of-type(1):hover {
  background-color: #537bbd;
}
.social ul li:nth-of-type(2):hover {
  background-color: #77cdf0;
}
.social ul li:nth-of-type(3):hover {
  background-color: #ff0000;
}
.social ul li:nth-of-type(4):hover {
  background-color: #0077B5;
}

@media screen and (max-width: 767px) {
  .social-menu {
    position: relative;
  }
  .social-menu a {
    margin: 0 3px;
    transform: scale(1.2);
  }
}
/* *********************************************************************************************************************
* FORMS / CF7
*/
.form-container .form-column-left {
  position: relative;
  float: left;
  width: 49%;
  z-index: 2;
}
.form-container .form-column-right {
  position: relative;
  float: right;
  width: 49%;
  z-index: 2;
}
.form-container .form-column-full {
  position: relative;
  display: block;
  z-index: 1;
}
.form-container .block-legal {
  padding-top: 10px;
}
.form-container .block-legal p {
  padding-bottom: 8px;
  color: #6F6F6E;
}

.wpcf7-form > p {
  position: relative;
  margin: 0 !important;
}
.wpcf7-form > p label {
  position: absolute;
  display: block;
  z-index: 1;
  pointer-events: none;
  top: 27px;
  width: 100%;
  font-size: 17px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important;
}
.wpcf7-form > p label.has-value {
  top: 7px;
  font-family: "eb", sans-serif;
  font-size: 13px;
}
.wpcf7-form input.wpcf7-text,
.wpcf7-form input.wpcf7-mail,
.wpcf7-form textarea.wpcf7-textarea {
  outline: none;
  max-width: 100%;
  padding: 0 0 4px 0;
  font-family: "el";
  font-size: 17px !important;
  color: #fff !important;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
}
.wpcf7-form textarea.wpcf7-textarea {
  height: 30px;
  line-height: 1.2;
  transition: height 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important;
}
.wpcf7-form textarea.wpcf7-textarea:focus {
  height: 100px;
}
.wpcf7-form .wpcf7-list-item {
  margin-left: 0 !important;
}
.wpcf7-form .block-legal {
  margin: 20px 0;
  font-size: 12px;
}
.wpcf7-form .block-legal > p {
  display: flex;
  align-items: center;
}
.wpcf7-form .block-legal .wpcf7-not-valid-tip {
  position: absolute;
  top: 20px;
  left: 0;
  width: 200px;
}
.wpcf7-form .txt-legal {
  display: inline-block;
  margin: 0 0 0 30px;
  font-size: 12px;
  color: #fff;
  transform: translateY(-6px);
}
.wpcf7-form .txt-legal a,
.wpcf7-form .txt-legal a:hover {
  color: #fff !important;
}
.wpcf7-form span.wpcf7-list-item {
  margin: 0 5px 0 0;
}
.wpcf7-form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
  color: #88a73e;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span {
  display: inline-block;
  overflow: hidden;
  width: 0;
  color: transparent;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  box-sizing: border-box;
  content: "";
  height: 20px;
  width: 20px;
  top: -8px;
  left: 0px;
  border: 1px solid #898989;
  transition: all 0.3s ease 0s !important;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
  content: "✓";
  position: absolute;
  display: block;
  visibility: hidden;
  height: 20px;
  width: 20px;
  top: -9px;
  left: 0;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s !important;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
  background: #88a73e;
  border-color: #88a73e;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
  visibility: visible;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.wpcf7-form input.wpcf7-submit {
  display: inline-block;
  cursor: pointer;
  padding: 12px 35px;
  font-size: 16px;
  text-decoration: none !important;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.wpcf7-form input.wpcf7-submit:hover {
  padding: 12px 40px;
  border-color: #88a73e;
  background-color: #88a73e;
}
.wpcf7-form .wpcf7-not-valid-tip {
  display: block !important;
  padding: 5px 0 0 0;
  text-transform: uppercase;
  font-size: 12px !important;
  color: #ff0000 !important;
}
.wpcf7-form .wpcf7-response-output {
  position: absolute;
  box-sizing: border-box;
  bottom: 70px;
  right: 30px;
  margin: 0 !important;
  font-size: 16px !important;
  padding: 20px !important;
  line-height: 1.2;
  color: #fff;
  background-color: #ff0000 !important;
  border: 0 !important;
}
.wpcf7-form.sent .wpcf7-response-output {
  padding: 25px 40px 25px 75px !important;
  background-color: #80c84b !important;
}
.wpcf7-form.sent .wpcf7-response-output:before {
  font-size: 30px !important;
}

/* HACK FOR AUTOCOMPLETE FIELDS IN CHROME (YELLOW/BLUE BUG) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #222 !important;
  transition: background-color 5000s ease-in-out 0s;
  background-color: transparent !important;
}

/* ::-webkit-input-placeholder {
	color: #000;
	opacity: 1 !important;
}

::-moz-placeholder {
	color: #000;
	opacity: 1 !important;
}

input:focus::-webkit-input-placeholder { opacity: 0; @include transition(all,.4s,linear); }
input:focus::-moz-placeholder { opacity: 0; }
textarea:focus::-webkit-input-placeholder { opacity: 0; @include transition(all,.4s,linear); }
textarea:focus::-moz-placeholder { opacity: 0; }
textarea:focus::-moz-placeholder { opacity: 0; } */
.wpforms-container {
  --wpforms-button-background-color: #e0670e;
}
.wpforms-container.line-below .wpforms-field:not(.wpforms-field-checkbox, .wpforms-field-radio, .wpforms-field-number) {
  margin-bottom: 20px;
  padding: 0;
}
.wpforms-container.line-below .wpforms-field:not(.wpforms-field-checkbox, .wpforms-field-radio, .wpforms-field-number) label {
  position: absolute;
  display: block;
  z-index: 1;
  pointer-events: none;
  top: 8px;
  width: 100%;
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important;
}
.wpforms-container.line-below .wpforms-field:not(.wpforms-field-checkbox, .wpforms-field-radio, .wpforms-field-number) label.has-value {
  top: -10px;
  font-size: 13px;
  opacity: 0.6;
}
.wpforms-container.line-below .wpforms-field:not(.wpforms-field-checkbox, .wpforms-field-radio, .wpforms-field-number) label .wpforms-required-label {
  color: #fff;
}
.wpforms-container.line-below .wpforms-field:not(.wpforms-field-checkbox, .wpforms-field-radio, .wpforms-field-number) input[type=text],
.wpforms-container.line-below .wpforms-field:not(.wpforms-field-checkbox, .wpforms-field-radio, .wpforms-field-number) input[type=email],
.wpforms-container.line-below .wpforms-field:not(.wpforms-field-checkbox, .wpforms-field-radio, .wpforms-field-number) input[type=tel],
.wpforms-container.line-below .wpforms-field:not(.wpforms-field-checkbox, .wpforms-field-radio, .wpforms-field-number) textarea {
  outline: none;
  max-width: 100%;
  padding: 0 0 4px 0;
  font-size: 18px;
  line-height: 2;
  color: #fff !important;
  background-color: transparent;
  border-radius: 0;
  border: 0 !important;
  border-bottom: 1px solid #fff !important;
  box-shadow: none !important;
}
.wpforms-container.line-below .wpforms-field-checkbox label {
  font-size: 14px;
  color: #fff;
}
.wpforms-container.line-below .wpforms-field-checkbox + .wpforms-field-checkbox {
  padding-top: 0;
}
.wpforms-container.line-below .wpforms-submit-container button {
  appearance: none;
  outline: none;
  height: auto;
  padding: 15px 40px;
  font-weight: 300;
  font-size: 20px;
  background: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 0;
}
.wpforms-container.line-below .wpforms-submit-container button:hover, .wpforms-container.line-below .wpforms-submit-container button:active {
  background: #e0670e !important;
  border-color: #e0670e !important;
}
.wpforms-container.line-below .wpforms-submit-container button:after {
  display: none;
}
.wpforms-container.line-below.black .wpforms-field:not(.wpforms-field-checkbox) label {
  color: #000;
}
.wpforms-container.line-below.black .wpforms-field:not(.wpforms-field-checkbox) label .wpforms-required-label {
  color: #000;
}
.wpforms-container.line-below.black .wpforms-field:not(.wpforms-field-checkbox) input[type=text],
.wpforms-container.line-below.black .wpforms-field:not(.wpforms-field-checkbox) input[type=email],
.wpforms-container.line-below.black .wpforms-field:not(.wpforms-field-checkbox) textarea {
  color: #000 !important;
  border-color: #000 !important;
}
.wpforms-container.line-below.black .wpforms-field-checkbox label {
  color: #000;
}
.wpforms-container.line-below.black .wpforms-submit-container button {
  color: #000 !important;
  border-color: #000 !important;
  border-radius: 26px;
}
.wpforms-container.line-below.black .wpforms-submit-container button:hover, .wpforms-container.line-below.black .wpforms-submit-container button:active {
  color: #fff !important;
  border-color: #88a73e !important;
  background-color: #88a73e !important;
}

@media screen and (max-width: 1300px) {
  .wpcf7-form > p label {
    top: 23px;
  }
}
@media screen and (max-width: 1000px) {
  .wpcf7-form > p label {
    top: 20px;
  }
  .wpcf7-form > p label.has-value {
    font-size: 11px;
  }
  .wpcf7-form input.wpcf7-text,
  .wpcf7-form input.wpcf7-mail,
  .wpcf7-form textarea.wpcf7-textarea {
    width: 100%;
  }
  .wpcf7-form .txt-legal {
    font-size: 11px;
  }
  .wpcf7-form {
    /* .block-legal {
    	margin: 10px 0;
    }

    p {
    	margin-bottom: 10px !important;
    }

    p.text-bigger {
    	font-size: 16px !important;
    } */
  }
  .wpcf7-form .wpcf7-spinner {
    position: absolute;
    margin: 10px 0 0 0;
  }
  .wpforms-container.line-below .wpforms-field:not(.wpforms-field-checkbox) label {
    font-size: 16px;
  }
  .wpforms-container.line-below .wpforms-field:not(.wpforms-field-checkbox) input[type=text],
  .wpforms-container.line-below .wpforms-field:not(.wpforms-field-checkbox) input[type=email],
  .wpforms-container.line-below .wpforms-field:not(.wpforms-field-checkbox) textarea {
    padding: 0;
    font-size: 16px;
  }
  .wpforms-container.line-below .wpforms-field-checkbox label {
    font-size: 13px;
  }
  .wpforms-container.line-below .wpforms-submit-container button {
    padding: 12px 25px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .form-container .form-column-left,
  .form-container .form-column-right {
    float: none;
    width: 100%;
  }
  .wpcf7-form > p label {
    font-size: 15px;
  }
  .wpcf7-form input.wpcf7-text,
  .wpcf7-form input.wpcf7-mail,
  .wpcf7-form textarea.wpcf7-textarea {
    font-size: 16px !important;
  }
  .wpforms-container .wpforms-form .wpforms-field {
    overflow: visible !important;
  }
  .wpforms-container.line-below .wpforms-field:not(.wpforms-field-checkbox) label {
    font-size: 16px;
  }
  .wpforms-container.line-below .wpforms-field:not(.wpforms-field-checkbox) input[type=text],
  .wpforms-container.line-below .wpforms-field:not(.wpforms-field-checkbox) input[type=email],
  .wpforms-container.line-below .wpforms-field:not(.wpforms-field-checkbox) textarea {
    padding: 0;
    font-size: 16px;
  }
  .wpforms-container.line-below .wpforms-field-checkbox label {
    font-size: 13px;
  }
  .wpforms-container .wpforms-confirmation-container-full {
    padding: 30px !important;
    font-weight: 500;
    text-align: center;
    background-color: #d4b4a1 !important;
    border-color: #fff !important;
  }
  .wpforms-container .wpforms-confirmation-container-full p {
    color: #fff !important;
  }
  .wpforms-container.radios-as-buttons .wpforms-field-radio.canti ul {
    flex-wrap: wrap !important;
    gap: 0;
  }
  .wpforms-container.radios-as-buttons .wpforms-field-radio.canti ul li {
    width: 32%;
    margin-bottom: 7px !important;
  }
  .wpforms-container.radios-as-buttons .wpforms-field-radio.perio {
    padding-bottom: 30px;
  }
  .wpforms-container.radios-as-buttons .wpforms-field-radio.perio ul {
    gap: 5px;
  }
  .wpforms-container.radios-as-buttons .wpforms-field-radio.perio ul li {
    width: 33%;
  }
  .wpforms-container.radios-as-buttons .wpforms-field-radio.perio ul li label {
    padding: 10px 0px !important;
    font-size: 15px !important;
  }
}
/* *********************************************************************************************************************
* HEADER - MENU
*/
header {
  z-index: 2;
  display: flex;
  align-items: center;
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  height: 110px;
  background-color: #fff;
  transition: all 0.5s ease;
}
header .grid__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .scroll-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #88a73e;
}
header .logo a {
  display: block;
  width: 340px;
}
header .logo a img {
  vertical-align: top;
}
header .logo a:hover {
  opacity: 0.9;
}
header .hamb {
  position: fixed;
  display: none;
  z-index: 3;
  top: 45px;
  right: 40px;
  width: 30px;
  height: 30px;
}
header .hamb span {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 30px;
  background-color: #000;
  transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
header .hamb span:nth-child(1) {
  top: 0;
}
header .hamb span:nth-child(2) {
  top: 10px;
}
header .hamb span:nth-child(3) {
  top: 20px;
}
header .hamb:hover span:nth-child(3) {
  left: 0;
}
header nav.main-menu {
  position: relative;
  box-sizing: border-box;
  height: auto;
  width: 100%;
  transition: all 0.5s ease;
}
header nav.main-menu > div {
  display: flex;
  justify-content: end;
}
header nav.main-menu ul.menu {
  display: flex;
  gap: 40px;
}
header nav.main-menu ul.menu > li {
  position: relative;
  list-style: none;
}
header nav.main-menu ul.menu > li a {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  color: #000;
}
header nav.main-menu ul.menu > li a:before {
  content: "";
  position: absolute;
  display: inline-block;
  z-index: 1;
  top: -4px;
  left: 50%;
  width: 100%;
  height: 25px;
  padding: 0 5px;
  background-color: transparent;
  transform: scaleX(0);
  transform-origin: 0 0;
  mix-blend-mode: multiply;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
header nav.main-menu ul.menu > li a:hover:before {
  left: -5px;
  background-color: #e2ecca;
  transform: scaleX(1);
}
header nav.main-menu ul.menu > li.current-menu-item > a {
  font-weight: 500;
}
header nav.main-menu ul.menu > li.current-menu-item > a:before {
  left: -5px;
  background-color: #e2ecca;
  transform: scaleX(1);
}
header nav.main-menu ul.menu > li.current-menu-ancestor > a {
  font-weight: 500;
}
header nav.main-menu ul.menu > li.menu-item-has-children > a:after {
  content: "\e019";
  position: absolute;
  top: 2px;
  right: -20px;
  font-family: "linea-arrows-10";
  font-size: 16px;
  color: #e0670e;
}
header nav.main-menu ul.menu > li.menu-item-has-children:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
}
header nav.main-menu ul.menu > li > ul.sub-menu {
  position: absolute;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  gap: 6px;
  top: 35px;
  width: 180px;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 0.5s ease;
}
header nav.main-menu ul.menu > li > ul.sub-menu > li {
  position: relative;
  list-style: none;
}
header nav.main-menu ul.menu > li > ul.sub-menu > li.current-menu-item > a {
  font-weight: 500;
}
header nav.main-menu ul.menu > li > ul.sub-menu > li.current-menu-item > a:before {
  left: -5px;
  background-color: #e2ecca;
  transform: scaleX(1);
}
header.sticky {
  height: 50px;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.08);
}
header.sticky .logo a {
  width: 270px;
}
header.sticky .hamb {
  top: 23px;
}
header.faded {
  pointer-events: none;
  opacity: 0;
}

.wrapper.menu-open header .hamb span {
  background-color: #fff;
}
.wrapper.menu-open header .hamb span:nth-child(1) {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}
.wrapper.menu-open header .hamb span:nth-child(2) {
  opacity: 0;
  width: 0;
  height: 0;
  left: 30px;
}
.wrapper.menu-open header .hamb span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}
.wrapper.menu-open header .hamb:hover {
  transform: scale(0.9);
}
.wrapper.menu-open header nav.main-menu {
  pointer-events: auto;
  left: 50%;
  width: 50%;
  opacity: 1;
}

.page-no-intro header {
  border-bottom: 8px solid #88a73e;
}

@media screen and (max-width: 1300px) {
  header .logo a {
    width: 300px;
  }
  header nav.main-menu ul.menu {
    gap: 35px;
  }
  header nav.main-menu ul.menu > li a {
    font-size: 14px;
  }
  .wrapper.menu-open header {
    /* nav.main-menu {
    	left: 20%;
    	width: 80%;
    } */
  }
}
@media screen and (max-width: 1000px) {
  header .hamb {
    display: block;
  }
  header nav.main-menu {
    position: fixed;
    box-sizing: border-box;
    pointer-events: none;
    top: 0;
    left: 40%;
    height: 100vh;
    width: 100%;
    background-color: #e0670e;
    transform: translateY(0);
    opacity: 0;
    box-shadow: -5px 0px 18px -4px rgba(0, 0, 0, 0.25);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  header nav.main-menu > div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  header nav.main-menu ul.menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  header nav.main-menu ul.menu > li {
    position: relative;
    list-style: none;
  }
  header nav.main-menu ul.menu > li a {
    font-size: 19px;
    color: #fff;
  }
  header nav.main-menu ul.menu > li a:before {
    display: none;
  }
  header nav.main-menu ul.menu > li.menu-item-has-children > a:after {
    color: #fff;
  }
  header nav.main-menu ul.menu > li > ul.sub-menu {
    position: relative;
    pointer-events: none;
    box-sizing: border-box;
    visibility: hidden !important;
    top: 0;
    left: 0;
    width: auto;
    height: 0;
    padding: 0 0 0 20px;
    background-color: transparent;
    box-shadow: none;
    opacity: 0 !important;
  }
  header nav.main-menu ul.menu > li > ul.sub-menu.open {
    visibility: visible !important;
    pointer-events: auto;
    height: auto;
    padding: 20px 0 10px 20px;
    opacity: 1 !important;
  }
  header nav.main-menu ul.menu > li > ul.sub-menu > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 50px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  }
  header .scroll-progress {
    display: none;
  }
  header .logo a {
    width: 200px;
  }
  header .hamb {
    top: 14px;
    right: 20px;
  }
  header nav.main-menu ul.menu > li {
    text-align: center;
  }
  header nav.main-menu ul.menu > li > ul.sub-menu {
    padding-left: 0 !important;
  }
  header nav.main-menu ul.menu > li > ul.sub-menu > li > a {
    font-size: 19px;
  }
  .wrapper.menu-open header nav.main-menu {
    left: 0;
    width: 100%;
  }
}
/* *********************************************************************************************************************
 * FOOTER
 */
footer {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  bottom: 0;
  width: 100%;
}
footer .footer-top {
  padding: 40px 0;
}
footer .footer-top .logos {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: end;
}
footer .footer-top .nota {
  max-width: 800px;
  margin: 40px auto 0 auto;
  text-align: center;
  font-size: 12px;
  color: #898989;
}
footer .footer-bottom {
  padding: 60px 0;
  background-color: #f3f3f3;
}
footer .footer-bottom .textwidget {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-bottom .left {
  display: flex;
  gap: 50px;
}
footer .footer-bottom .right {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 20px;
}
footer .footer-bottom .right .legal {
  display: flex;
}
footer .footer-bottom .right .legal li {
  list-style: none;
  font-size: 14px;
  font-weight: 500;
}
footer .footer-bottom .right .legal li + li:before {
  content: "|";
  padding: 0 10px;
  color: #000;
}
footer .bt-top {
  position: absolute;
  bottom: 65px;
  right: 30px;
  font-size: 30px;
  line-height: 0;
  text-decoration: none;
  color: #e0670e;
}
footer .bt-top:hover {
  transform: scale(1.2);
}

@media screen and (max-width: 1200px) {
  footer .bt-top {
    bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  footer .footer-top .logos img {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-top {
    padding: 30px 0;
  }
  footer .footer-top .logos {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  footer .footer-top .logos img {
    width: auto;
    max-width: 200px;
  }
  footer .footer-bottom {
    padding: 40px 0;
  }
  footer .footer-bottom .textwidget {
    flex-direction: column;
    gap: 40px;
  }
  footer .footer-bottom .right {
    align-items: center;
    gap: 30px;
  }
  footer .footer-bottom .right .legal {
    flex-direction: column;
  }
  footer .footer-bottom .right .legal li {
    text-align: center;
  }
  footer .footer-bottom .right .legal li + li:before {
    display: none;
  }
  footer .bt-top {
    display: none;
  }
}
/* MODULES */
.vc_row:has(#intro) {
  overflow: hidden;
}

#intro {
  position: relative;
  height: 80vh;
  background-color: #000;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: left center;
  transform: scale(1.1);
  transition: transform 3s cubic-bezier(0.77, 0, 0.175, 1);
}
#intro .cover {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
}
#intro video {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transition: opacity 0.6s linear;
}
#intro video.faded {
  opacity: 1;
}
#intro .data {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 30px;
  left: 60%;
  width: 40%;
  height: 100%;
  padding-left: 50px;
  filter: blur(80px);
  transform: translateX(-200px);
  opacity: 0;
  transition: all 2s ease 0.5s;
}
#intro .data h1 {
  max-width: 420px;
  color: #fff;
  transform-origin: 0 0;
}
#intro .data h1 span {
  display: block;
  padding-top: 15px;
  font-size: 30px;
}
#intro .bt-follow {
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 3;
  top: 67vh;
  left: calc(60% + 50px);
  font-size: 60px;
  color: #fff;
  opacity: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  transition: all 0.8s ease 1.5s !important;
}
#intro .bt-follow i {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
}
#intro .bt-follow:hover {
  color: #88a73e;
}
#intro.small {
  height: 50vh;
}
#intro.small .data {
  justify-content: end;
  padding-bottom: 100px;
}
#intro.small .bt-follow {
  top: 40vh;
  font-size: 40px;
}
#intro.small.active .bt-follow {
  top: 43vh;
}
#intro.tiny {
  height: 300px;
}
#intro.bkg-centered {
  background-position: center;
}
#intro.bkg-bottom {
  background-position: left bottom;
}
#intro.bkg-top {
  background-position: left 110px;
}
#intro.accent-bkg {
  background-color: #88a73e;
}
#intro.orange-bkg {
  background-color: #e0670e;
}
#intro.with-cover-transparent .cover {
  opacity: 0;
}
#intro.with-cover-gradient .cover {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%);
  opacity: 0.5;
}
#intro.with-cover-gradient .data h1 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#intro.data-on-top-right .data {
  align-items: end;
  height: 45vh;
}
#intro.data-on-top-right .data h1, #intro.data-on-top-right .data h4 {
  text-align: right;
}
#intro.data-on-center-right .data {
  justify-content: center;
  align-items: end;
  height: 100%;
}
#intro.data-on-center-right .data h1, #intro.data-on-center-right .data h4 {
  text-align: right;
}
#intro.dark-title .data h1 {
  color: #000;
}
#intro.small-title .data h1 {
  font-size: 40px;
}
#intro.small-title .data h4 {
  font-size: 30px;
}
#intro.small-title .data h4 span {
  font-size: 24px;
}
#intro.active {
  transform: scale(1);
}
#intro.active .data {
  filter: blur(0px);
  transform: translate(0);
  opacity: 1;
}
#intro.active .bt-follow {
  top: 72vh;
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  #intro {
    height: 300px;
    margin-top: 110px;
    background-size: 50%;
    background-position: left center !important;
  }
  #intro .data {
    justify-content: center !important;
    gap: 30px;
    left: 50%;
    width: 45%;
    padding: 0 0 0 40px !important;
  }
  #intro.small {
    height: 200px;
  }
  #intro .bt-follow {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #intro {
    height: calc(90vh - 50px);
    margin-top: 50px;
    background-position: center top !important;
    background-size: contain;
  }
  #intro .data {
    justify-content: end !important;
    left: 10%;
    width: 80%;
    padding: 0 0 15vh 0 !important;
  }
  #intro .data h1 {
    max-width: none;
  }
  #intro.active .bt-follow {
    top: 72vh;
  }
  #intro.small {
    height: 220px;
    background-size: cover;
  }
  #intro.small .data {
    left: 5%;
    width: 90%;
    padding: 0 0 30px 0 !important;
  }
  #intro.small .data h1 {
    box-sizing: border-box;
    max-width: 70%;
    padding: 20px;
    font-size: 22px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #intro .bt-follow {
    display: block;
    left: calc(50% - 30px);
  }
}
/* *********************************************************************************************************************
* MAIN GRID ITEMS - 3 COLUMNS BY DEFAULT
*/
.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid:after {
  content: "";
  width: 31%;
}
.grid .item {
  position: relative;
  display: block;
  width: 31%;
  margin-bottom: 4%;
}
.grid .item .img {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 5/3.3;
}
.grid .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.grid .item .data {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 30px;
}
.grid .item .data .date {
  color: #6F6F6E;
}
.grid .item .data p.post-title {
  order: 2;
  text-wrap: balance;
  font-size: 30px;
  line-height: 1.2;
  transition: color 0.3s ease;
}
.grid .item .data p.post-title + p {
  order: 3;
  margin-top: 10px;
  font-weight: 400;
  color: #6F6F6E;
}
.grid .item[target=_blank] .img:before {
  position: absolute;
  content: "\e086";
  z-index: 1;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  text-align: center;
  font-family: "linea-arrows-10";
  font-size: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
}
.grid .item:hover .img img {
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  filter: brightness(1.1);
}
.grid .item:hover .data p.post-title {
  color: #88a73e;
}
.grid .item:hover[target=_blank] .img:before {
  top: 5px;
  right: 5px;
}
.grid-4:after {
  width: 46%;
}
.grid-4 .item {
  width: 23%;
}
.grid-4 .item .img {
  aspect-ratio: 16/9;
}
.grid-2:after {
  display: none;
}
.grid-2 .item {
  width: 49%;
  margin-bottom: 2%;
}
.grid-2 .item .img {
  aspect-ratio: 16/9;
}
.grid-1 {
  flex-direction: column;
}
.grid-1:after {
  display: none;
}
.grid-1 .item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 4%;
  padding-bottom: 4%;
  border-bottom: 1px solid #d2d2d2;
}
.grid-1 .item .img {
  width: 25%;
  max-height: 190px;
}
.grid-1 .item .data {
  width: 70%;
  margin-top: 0;
}
.grid-1 .item .data p.post-title {
  order: 1;
  margin: 0;
}
.grid-1 .item .data p.post-title + p {
  order: 2;
}
.grid.data-inside .item {
  overflow: hidden;
}
.grid.data-inside .item .img img {
  max-width: none;
  width: 100%;
}
.grid.data-inside .item .data {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: end;
  inset: 0;
  margin: 0;
  padding: 60px;
  background-color: rgba(0, 0, 0, 0.4);
}
.grid.data-inside .item .data p.post-title {
  max-width: 80%;
  text-wrap: balance;
  font-weight: 600;
  color: #fff;
}
.grid.data-inside .item .data .date {
  color: #fff;
}

@media screen and (max-width: 1300px) {
  .grid .item .data p.post-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .grid__BACKUP .item .img {
    height: 250px;
  }
  .grid__BACKUP .item .data {
    margin-top: 15px;
  }
  .grid__BACKUP-2 .item .img {
    height: 220px;
  }
  .grid__BACKUP-1 .item .data {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .grid .item {
    margin-bottom: 50px;
  }
  .grid .item .data p.post-title {
    font-size: 21px;
  }
  .grid-1 .item .data p.post-title {
    font-size: 24px;
  }
  .grid.data-inside .item .data {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .grid:after {
    display: none;
  }
  .grid .item {
    width: 100%;
  }
  .grid .item .data {
    margin-top: 20px;
  }
  .grid {
    /* &-2 {

    		.item {

    			.img {
    				height: 160px;
    			}
    		}
    	}
    */
  }
  .grid-1 .item {
    flex-direction: column;
    width: 100%;
    border: 0;
  }
  .grid-1 .item .img {
    width: 100%;
  }
  .grid-1 .item .data {
    width: 100%;
    padding-right: 0;
  }
  .grid-1 .item .data p.post-title {
    margin-top: 15px;
  }
  .grid {
    /* &-4 {

    	.item {
    		width: 25%;
    	}
    } */
  }
  .grid.data-inside .item {
    margin-bottom: 1px;
  }
  .grid.data-inside .item .data p.post-title {
    max-width: none;
    margin-top: 0;
  }
}
/* *********************************************************************************************************************
 * POPUPS
 */
.popup {
  position: fixed;
  display: none;
  z-index: 10000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.popup .modal-box {
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
  left: 50%;
  top: 50%;
  width: 700px;
  padding: 40px;
  background-color: #fff;
  border-radius: 15px;
  transform: translateX(-50%) translateY(-50%);
}
.popup .modal-box h5 {
  margin-bottom: 10px;
  font-weight: 700;
}
.popup .modal-box .txt:has(a) {
  padding-bottom: 10px;
}
.popup .modal-box .txt p:has(+ a) {
  margin-bottom: 10px;
}
.popup .modal-box a.bt-close {
  position: fixed;
  right: 25px;
  top: 30px;
  text-decoration: none;
}
.popup .modal-box a.bt-close:after {
  content: "×" !important;
  font-weight: 400;
  font-size: 40px !important;
  line-height: 0;
  color: #000;
}
.popup .modal-box a.bt-close:hover {
  opacity: 0.5;
}
.popup.fixed-height .modal-box {
  height: auto;
  max-height: 50vh;
}
.popup.fixed-height .modal-box .txt {
  overflow-y: auto;
  max-height: calc(50vh - 120px);
}

.popup.modal {
  position: fixed;
  display: none;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.popup.modal .modal-box {
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
  left: 50%;
  top: 50%;
  width: 1300px;
  height: 730px;
  margin: -365px 0 0 -650px;
  text-align: center;
  background-color: #fff;
}
.popup.modal .modal-box a.bt-close {
  position: fixed;
  right: 25px;
  top: 30px;
}
.popup.modal .modal-box a.bt-close:after {
  content: "×" !important;
  font-weight: 400;
  font-size: 40px !important;
  line-height: 0;
  color: #fff;
}
.popup.modal .modal-box a.bt-close:hover {
  opacity: 0.5;
}
.popup.modal .modal-box > video {
  max-width: 100%;
}
.popup.modal .modal-box iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-height: 700px) and (min-width: 1000px) {
  .popup.modal .modal-box {
    width: 750px;
    height: 500px;
    top: 80px;
    margin: 0 0 0 -375px;
  }
  /* .popup {

  	.modal-box {
  		width: 750px;
  		height: 500px;
  		top: 80px;
  		margin: 0 0 0 -375px;
  	}
  } */
}
@media screen and (max-width: 1400px) {
  .popup.modal .modal-box {
    width: 900px;
    height: 500px;
    margin: -250px 0 0 -450px;
  }
  /* .popup {

  	.modal-box {
  		width: 900px;
  		height: 500px;
  		margin: -250px 0 0 -450px;
  	}
  } */
}
@media screen and (max-width: 1000px) {
  .popup.modal .modal-box {
    width: 750px;
    height: 420px;
    margin: -210px 0 0 -375px;
  }
}
@media screen and (max-width: 767px) {
  .popup .modal-box {
    width: 95%;
    padding: 30px;
  }
  .popup .modal-box a.bt-close {
    top: 25px;
    right: 15px;
  }
  .popup.fixed-height .modal-box {
    max-height: 80vh;
  }
  .popup.fixed-height .modal-box .txt {
    max-height: calc(80vh - 120px);
  }
  .popup.modal .modal-box {
    overflow: visible;
    width: 360px;
    height: 200px;
    margin: -100px 0 0 -180px;
  }
}
.banner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  background-color: #f8f0e3;
}
.banner .img {
  max-width: 200px;
}
.banner .data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.banner .data .txt {
  text-wrap: balance;
}
.banner .action {
  display: flex;
  align-items: end;
  box-sizing: border-box;
  width: 20%;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .banner {
    flex-direction: column;
  }
  .banner .img {
    max-width: 100%;
  }
  .banner .data {
    padding: 0 30px;
  }
  .banner .action {
    width: 100%;
    padding: 0 30px 30px 30px;
  }
}
/* PAGES */
/* *********************************************************************************************************************
* HOME
*/
.home #comic {
  padding: 50px 0;
}
.home #comic h2 {
  margin-top: 60px;
}
.home #comic h3 {
  max-width: 260px;
  margin: 15px 0;
  font-size: 40px;
  font-weight: 500;
}
.home #comic .btn-group {
  margin-top: 80px;
}
.home #banner:has(.banner) {
  padding: 40px 0 70px 0;
}
.home #cifras {
  padding: 0 0 80px 0;
}
.home #cifras h2 {
  margin-bottom: 40px;
}
.home #cifras .wpb_single_image .vc_single_image-wrapper {
  padding: 25px;
  border: 2px solid #88a73e;
  border-radius: 50%;
}
.home #cifras .acf-field {
  margin-top: 15px;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}
.home #cifras p {
  max-width: 170px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
}
.home #noticias {
  padding-bottom: 80px;
}

@media screen and (max-width: 1000px) {
  .home #comic h3 {
    max-width: 220px;
    font-size: 36px;
  }
  .home #comic .vc_single_image-wrapper {
    max-width: 80%;
  }
  .home #cifras .acf-field {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .home #comic h2 {
    margin-top: 20px;
  }
  .home #comic h3 {
    max-width: none;
    font-size: 30px;
  }
  .home #comic .btn-group {
    margin-top: 40px;
  }
  .home #comic .vc_single_image-wrapper {
    margin-top: 30px;
  }
  .home #cifras {
    padding: 0 0 40px 0;
  }
  .home #cifras .wpb_column .wpb_column {
    padding-bottom: 40px;
  }
  .home #noticias {
    padding: 0 0 40px 0;
  }
}
/* *********************************************************************************************************************
* OBJETIVOS
*/
.page-objetivos #objetivos {
  padding: 80px 0 120px 0;
}
.page-objetivos #objetivos .vc_row:not(:first-child) {
  margin-top: 60px;
}
.page-objetivos #objetivos .vc_col-sm-6:nth-child(even) .vc_column-inner {
  padding-left: 40px;
}
.page-objetivos #objetivos h2 {
  margin-bottom: 40px;
}
.page-objetivos #objetivos h3 {
  margin-bottom: 10px;
  font-weight: 700;
}
.page-objetivos #objetivos h3:not(:first-child) {
  margin-top: 30px;
}
.page-objetivos #objetivos p, .page-objetivos #objetivos ul {
  padding-right: 40px;
}
.page-objetivos #objetivos .wpb_single_image.vc_align_center {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .page-objetivos #objetivos {
    padding: 40px 0;
  }
  .page-objetivos #objetivos .vc_row:not(:first-child) {
    margin-top: 0;
  }
  .page-objetivos #objetivos .vc_col-sm-6:nth-child(even) .vc_column-inner {
    padding-left: 0;
  }
  .page-objetivos #objetivos h2 {
    margin-bottom: 40px;
  }
  .page-objetivos #objetivos p, .page-objetivos #objetivos ul {
    padding-right: 0;
  }
  .page-objetivos #objetivos .wpb_single_image.vc_align_left {
    padding-top: 30px;
  }
}
/* *********************************************************************************************************************
* PREMIOS
*/
.page-premios #premios {
  padding: 80px 0 120px 0;
}
.page-premios #premios .premios {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 50px;
}
.page-premios #premios .premios .item {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 40px;
}
.page-premios #premios .premios .item img {
  max-width: 360px;
}
.page-premios #premios .premios .item .data {
  flex-grow: 1;
}
.page-premios #premios .premios .item .data h3 {
  font-size: 30px;
  font-weight: 700;
  color: #88a73e;
}
.page-premios #premios .premios .item .data p {
  margin: 20px 0;
}

@media screen and (max-width: 1300px) {
  .page-premios #premios .premios .item .data h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .page-premios #premios {
    padding: 40px 0;
  }
  .page-premios #premios .premios {
    flex-direction: column;
    gap: 40px;
    margin-top: 30px;
  }
  .page-premios #premios .premios .item {
    flex-direction: column;
    gap: 20px;
  }
  .page-premios #premios .premios .item img {
    max-width: 100%;
  }
  .page-premios #premios .premios .item .data h3 {
    font-size: 21px;
  }
  .page-premios #premios .premios .item .data p {
    margin: 10px 0;
  }
}
/* *********************************************************************************************************************
* COMIC
*/
.page-comic #comic {
  padding: 80px 0 120px 0;
}
.page-comic #comic h2 {
  margin: 20px 0 60px 0;
}
.page-comic #comic h3 {
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 500;
}
.page-comic #comic .btn-group {
  margin-top: 40px;
}
.page-comic #comic .btn-group.narrow {
  margin-bottom: 40px;
}

@media screen and (max-width: 1300px) {
  .page-comic #comic h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1000px) {
  .page-comic #comic h3 {
    font-size: 28px;
  }
  .page-comic #comic .vc_single_image-wrapper {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .page-comic #comic {
    padding: 40px 0;
  }
  .page-comic #comic h2 {
    margin-bottom: 20px;
  }
  .page-comic #comic .vc_single_image-wrapper {
    margin-top: 30px;
  }
}
/* *********************************************************************************************************************
* SOLICITAR
*/
.page-solicitar #form {
  padding: 80px;
  background-color: #efeee8;
  transform: translateY(-60px);
}
.page-solicitar #form h2 {
  max-width: 240px;
  font-size: 30px;
}
.page-solicitar #form .description {
  margin: 30px 0 !important;
  padding-right: 40px;
}
.page-solicitar #form .wpforms-container {
  margin-top: 0;
}
.page-solicitar #form .wpforms-container .wpforms-field-checkbox label {
  max-width: 60%;
}

@media screen and (max-width: 1000px) {
  .page-solicitar #form {
    padding: 40px;
    transform: translateY(0);
  }
  .page-solicitar #form h2 {
    max-width: 200px;
    font-size: 24px;
  }
  .page-solicitar #form .wpforms-container {
    margin-top: 0;
  }
  .page-solicitar #form .wpforms-container .wpforms-field-checkbox label {
    max-width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .page-solicitar #form {
    padding: 50px 5%;
  }
  .page-solicitar #form h2 {
    max-width: none;
    font-size: 21px;
  }
  .page-solicitar #form .description {
    margin: 20px 0 40px 0 !important;
    padding-right: 0;
  }
  .page-solicitar #form .wpforms-container {
    margin-top: 0;
  }
  .page-solicitar #form .wpforms-container .wpforms-field-checkbox label {
    max-width: none;
  }
}
/* *********************************************************************************************************************
* INFORMATE
*/
.page-informate #textos {
  padding: 80px 0 60px 0;
}
.page-informate #textos h2 {
  margin-bottom: 20px;
}
.page-informate #textos .textos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  margin-top: 50px;
}
.page-informate #textos .textos .item {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 45%;
}
.page-informate #textos .textos .item img {
  width: 80px;
  height: auto;
}
.page-informate #textos .textos .item .data {
  width: calc(100% - 100px);
}
.page-informate #textos .textos .item .data h3 {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 500;
  color: #6F6F6E;
}
.page-informate #more {
  padding: 60px 0 120px 0;
  border-top: 1px solid #d2d2d2;
}
.page-informate #more h4 {
  margin-bottom: 20px;
  font-size: 30px;
}
.page-informate #more h5 {
  margin-top: 50px;
}

@media screen and (max-width: 1300px) {
  .page-informate #textos .textos .item .data h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 1000px) {
  .page-informate #more h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .page-informate #textos {
    padding: 40px 0;
  }
  .page-informate #textos h2 {
    margin-bottom: 20px;
  }
  .page-informate #textos .textos {
    gap: 35px;
  }
  .page-informate #textos .textos .item {
    width: 100%;
  }
  .page-informate #textos .textos .item .data h3 {
    font-size: 17px;
  }
}
/* *********************************************************************************************************************
* ESTIGMA
*/
.page-estigma #medidas {
  padding: 80px 0 120px 0;
}
.page-estigma #medidas h2 {
  margin-bottom: 20px;
}
.page-estigma #medidas .medidas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
}
.page-estigma #medidas .medidas:after {
  content: "";
  width: 23%;
}
.page-estigma #medidas .medidas .item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 23%;
  background-color: #efeee8;
  border-radius: 15px;
  border: 1px solid #d2d2d2;
  transition: all 0.3s ease;
}
.page-estigma #medidas .medidas .item:hover {
  border-color: #898989;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.page-estigma #medidas .medidas .item .profile {
  box-sizing: border-box;
  min-height: 130px;
  padding: 20px;
  background-color: #fff;
}
.page-estigma #medidas .medidas .item .profile h4 {
  font-size: 16px;
  font-weight: 700;
}
.page-estigma #medidas .medidas .item .profile h4 + p {
  margin-top: 5px;
  color: #6F6F6E;
}
.page-estigma #medidas .medidas .item .data {
  padding: 20px;
}
.page-estigma #medidas .medidas .item .data .txt {
  min-height: 135px;
  font-size: 18px;
}
.page-estigma #medidas .medidas .item .data .full-txt {
  display: none;
}
.page-estigma #medidas .medidas .item .data .action {
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .page-estigma #medidas .medidas .item {
    width: 48%;
  }
  .page-estigma #medidas .medidas .item .data .txt {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-estigma #medidas {
    padding: 40px 0;
  }
  .page-estigma #medidas .medidas .item {
    width: 100%;
  }
  .page-estigma #medidas .medidas .item .profile {
    min-height: auto;
  }
}
/* *********************************************************************************************************************
* ENTREVISTAS
*/
.page-entrevistas #entrevistas {
  padding: 80px 0 120px 0;
}
.page-entrevistas #entrevistas h2 {
  margin-bottom: 20px;
}
.page-entrevistas #entrevistas .entrevistas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  margin-top: 50px;
}
.page-entrevistas #entrevistas .entrevistas .item {
  width: 45%;
}
.page-entrevistas #entrevistas .entrevistas .item .data h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}
.page-entrevistas #entrevistas .entrevistas .item .data p + p {
  margin-top: 0;
  color: #898989;
}
.page-entrevistas #entrevistas .entrevistas .item .data a {
  display: inline-block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}
.page-entrevistas #entrevistas .entrevistas .item:after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background-color: #898989;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1300px) {
  .page-entrevistas #entrevistas .entrevistas .item .data a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .page-entrevistas #entrevistas {
    padding: 40px 0;
  }
  .page-entrevistas #entrevistas .entrevistas {
    gap: 20px;
    margin-top: 20px;
  }
  .page-entrevistas #entrevistas .entrevistas .item {
    width: 100%;
  }
  .page-entrevistas #entrevistas .entrevistas .item .data a {
    margin-top: 15px;
    font-size: 16px;
  }
  .page-entrevistas #entrevistas .entrevistas .item:after {
    width: 100%;
  }
}
/* *********************************************************************************************************************
* VIDEOS
*/
.page-videos #videos {
  padding: 80px 0 120px 0;
}
.page-videos #videos .videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 80px;
  margin-top: 50px;
}
.page-videos #videos .videos .item {
  width: 45%;
}
.page-videos #videos .videos .item .data {
  flex-grow: 1;
}
.page-videos #videos .videos .item .data h3 {
  font-size: 24px;
}
.page-videos #videos .videos .item .data p + p {
  margin: 0 0 20px 0;
  color: #898989;
}
.page-videos #videos .videos .item .data .video-wrapper {
  position: relative;
  transition: filter 0.3s ease;
}
.page-videos #videos .videos .item .data .video-wrapper:before {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-image: url("../../../media/play-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.page-videos #videos .videos .item .data .video-wrapper:hover {
  filter: brightness(1.1);
}
.page-videos #videos .videos .item .data .video-wrapper:hover:before {
  width: 110px;
  height: 110px;
}

@media screen and (max-width: 1300px) {
  .page-videos #videos .videos .item .data h3 {
    padding-bottom: 4px;
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .page-videos #videos .videos {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-videos #videos {
    padding: 40px 0;
  }
  .page-videos #videos .videos {
    gap: 30px;
    margin-top: 20px;
  }
  .page-videos #videos .videos .item {
    width: 100%;
  }
}
/* *********************************************************************************************************************
* MATERIAL
*/
.page-material #desc {
  padding: 80px 0 60px 0;
}
.page-material #desc h2 {
  margin-bottom: 20px;
}
.page-material #desc h4 {
  margin: 40px 0 20px 0;
  font-size: 30px;
}

@media screen and (max-width: 1300px) {
  .page-material #desc h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .page-material #desc h4 {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .page-material #desc {
    padding: 40px 0;
  }
  .page-material #desc h4 {
    margin: 20px 0 10px 0;
    font-size: 19px;
  }
}
/* *********************************************************************************************************************
* GALERIA
*/
.page-galeria #galeria {
  padding: 80px 0 120px 0;
}
.page-galeria #galeria .galeria {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
}
.page-galeria #galeria .galeria .item {
  position: relative;
  width: 49%;
}
.page-galeria #galeria .galeria .item:before {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  pointer-events: none;
  bottom: 15px;
  right: 10px;
  width: 36px;
  height: 36px;
  background: #fff url("../../../media/icon-download.svg") no-repeat center center;
  background-size: 80%;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.page-galeria #galeria .galeria .item:hover:before {
  bottom: 20px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #e0670e;
}

@media screen and (max-width: 1300px) {
  .page-galeria #galeria .galeria {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-galeria #galeria {
    padding: 40px 0;
  }
  .page-galeria #galeria .galeria {
    gap: 10px;
    margin-top: 20px;
  }
  .page-galeria #galeria .galeria .item {
    width: 100%;
  }
}
/* *********************************************************************************************************************
* musica
*/
.page-musica #desc {
  padding: 80px 0 120px 0;
}
.page-musica #desc h2 {
  margin-bottom: 50px;
}
.page-musica #desc .vc_col-sm-6 .wpb_text_column {
  max-width: 400px;
  padding: 60px 0 0 60px;
}

@media screen and (max-width: 1000px) {
  .page-musica #desc .vc_col-sm-6 .wpb_text_column {
    padding: 10px 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-musica #desc {
    padding: 40px 0;
  }
  .page-musica #desc .vc_col-sm-6 .wpb_text_column {
    padding: 20px 0 0 0;
  }
}
/* *********************************************************************************************************************
* NOTICIAS
*/
.blog-content {
  padding: 160px 0 100px 0;
}
.blog-content:has(+ .pagination) {
  padding-bottom: 0;
}
.blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2.66%;
}
.blog-grid a {
  display: flex;
  flex-direction: column;
  width: 31.4%;
  margin-bottom: 50px;
}
.blog-grid a .img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 5/3.3;
}
.blog-grid a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.blog-grid a .data .date {
  display: block;
  margin: 20px 0 5px 0;
  color: #6F6F6E;
}
.blog-grid a .data p.post-title {
  font-size: 21px;
  font-weight: 700;
  transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.blog-grid a .data p {
  margin-top: 10px;
  font-size: 16px;
}
.blog-grid a:hover .img img {
  transform: scale(1.04);
  filter: brightness(1.1);
}
.blog-grid a:hover .data p.post-title {
  color: #88a73e;
}

.single-post header nav.main-menu ul.menu > li:nth-child(4) > a {
  font-weight: 500;
}
.single-post header nav.main-menu ul.menu > li:nth-child(4) > a:before {
  left: -5px;
  background-color: #e2ecca;
  transform: scaleX(1);
}
.single-post .article-wrapper {
  padding: 150px 0 100px 0;
  background-color: rgb(242.4333333333, 246.7666666667, 232.0333333333);
}
.single-post .article-toolbar {
  margin-bottom: 40px;
}
.single-post .article-toolbar a {
  display: inline-flex;
}
.single-post .article-columns {
  display: flex;
  justify-content: space-between;
}
.single-post .article-columns .data {
  width: 70%;
}
.single-post .article-columns .sidebar {
  width: 23%;
  padding-top: 15px;
}
.single-post article .entry-header h1 {
  font-size: 42px;
}
.single-post article .entry-header .metas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.single-post article .entry-header .metas .entry-date {
  text-transform: uppercase;
  font-weight: 600;
}
.single-post article .entry-img {
  margin: 20px 0 40px 0;
}
.single-post article .entry-content p a {
  font-weight: 700;
  text-decoration: underline;
  color: #88a73e;
}
.single-post article .entry-content h3 {
  margin: 30px 0 15px 0;
  color: #88a73e;
}
.single-post article .entry-content ul {
  padding-left: 50px;
}
.single-post article .entry-content mark {
  background-color: #fff;
}
.single-post article .entry-content img {
  margin: 30px 0 5px 0;
}
.single-post article .entry-content video, .single-post article .entry-content iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.single-post article .entry-content video + *, .single-post article .entry-content iframe + * {
  margin-top: 20px;
}
.single-post article .entry-content .wp-video {
  margin: 30px 0 15px 0;
}
.single-post article .entry-content .entry-gallery {
  flex-wrap: wrap;
  margin-top: 40px;
}
.single-post article .entry-content .entry-gallery .item {
  width: 48.5%;
  margin-bottom: 2.5%;
}

.search-results h3.main-title {
  font-size: 24px;
  font-weight: 300;
}
.search-results h3.main-title span {
  font-weight: 700;
  color: #88a73e;
}

@media screen and (max-width: 1300px) {
  .blog-grid a .data p.post-title {
    font-size: 19px;
  }
  .single-post article .entry-header h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .blog-grid {
    gap: 3.5%;
  }
  .blog-grid a {
    width: 31%;
  }
  .blog-grid a .data p.post-title {
    font-size: 17px;
  }
  .single-post article .entry-header h1 {
    font-size: 28px;
  }
  .single-post .article-columns .data {
    width: 68%;
  }
  .single-post .article-columns .sidebar {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .blog-title {
    margin-top: 100px;
    padding-bottom: 30px;
  }
  .blog-title h1 {
    font-size: 30px;
  }
  .blog-content {
    padding: 80px 0 40px 0;
  }
  .blog-grid {
    flex-direction: column;
    gap: 0;
  }
  .blog-grid a {
    width: 100%;
    margin-bottom: 30px;
  }
  .blog-grid a .data p.post-title {
    font-size: 18px;
  }
  .single-post .article-wrapper {
    padding: 60px 0;
  }
  .single-post .article-toolbar {
    margin-bottom: 20px;
  }
  .single-post .article-columns {
    flex-direction: column;
  }
  .single-post .article-columns .data {
    width: 100%;
  }
  .single-post .article-columns .sidebar {
    width: 100%;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #d2d2d2;
  }
  .single-post article .entry-header h1 {
    font-size: 24px;
  }
  .single-post article .entry-header .metas .entry-date {
    font-size: 14px;
  }
  .single-post article .entry-img {
    margin: 20px 0 40px 0;
  }
  .single-post article .entry-content h3 {
    margin: 30px 0 15px 0;
    color: #88a73e;
  }
  .single-post article .entry-content ul {
    padding-left: 50px;
  }
  .single-post article .entry-content mark {
    background-color: #fff;
  }
  .single-post article .entry-content img {
    margin: 30px 0 5px 0;
  }
  .single-post article .entry-content video, .single-post article .entry-content iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .single-post article .entry-content video + *, .single-post article .entry-content iframe + * {
    margin-top: 20px;
  }
  .single-post article .entry-content .wp-video {
    margin: 30px 0 15px 0;
  }
  .single-post article .entry-content .entry-gallery {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .single-post article .entry-content .entry-gallery .item {
    width: 48.5%;
    margin-bottom: 2.5%;
  }
  .search-results h3.main-title {
    font-size: 21px;
  }
}
/* *********************************************************************************************************************
* CONTACTO
*/
.page-contacto #contacto {
  padding: 80px 0;
}
.page-contacto #contacto h3 {
  margin: 20px 0;
  padding-right: 40px;
  font-size: 25px;
  font-style: italic;
  color: #88a73e;
}
.page-contacto #contacto p {
  padding-right: 40px;
}

@media screen and (max-width: 1000px) {
  .page-contacto #contacto .vc_single_image-wrapper {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .page-contacto #contacto {
    padding: 40px 0;
  }
  .page-contacto #contacto h3 {
    padding-right: 0;
  }
  .page-contacto #contacto .vc_single_image-wrapper {
    max-width: none;
    margin-top: 30px;
  }
}
/* *********************************************************************************************************************
 * LEGAL
 */
.page-legal {
  /* nav.main-menu {

  	ul {

  		li.lang-item {
  			display: none;
  		}
  	}
  } */
}
.page-legal .content .wpb_text_column {
  padding: 200px 0 100px 0;
}
.page-legal .content h1 {
  margin-bottom: 30px;
}
.page-legal .content h2 {
  padding: 40px 0 0 0;
  font-weight: 700;
  font-size: 21px;
  color: #88a73e;
}
.page-legal .content h2:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 10px;
  background-color: #88a73e;
}
.page-legal .content h2 + p,
.page-legal .content h2 + div {
  margin-top: 20px;
}
.page-legal .content h3 {
  margin: 30px 0 10px 0;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.page-legal .content p, .page-legal .content table, .page-legal .content li {
  font-size: 16px;
}
.page-legal .content a {
  text-decoration: underline;
}
.page-legal .content ul, .page-legal .content ol {
  margin: 20px;
}
.page-legal .content ul {
  list-style: none;
  text-indent: -20px;
  margin-left: 20px;
  padding-left: 40px;
}
.page-legal .content ul li {
  margin-bottom: 10px;
}
.page-legal .content ul li:before {
  content: "•";
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.3;
  color: #000;
}
.page-legal .content table {
  width: 100%;
  margin: 20px 0;
}
.page-legal .content table th, .page-legal .content table td {
  text-align: left !important;
  border: 1px solid #898989;
}
.page-legal .content hr {
  visibility: hidden;
  margin: 40px 0 !important;
}

@media screen and (max-width: 1300px) {
  .page-legal .content h2 {
    font-size: 20px;
  }
  .page-legal .content h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .page-legal .content .wpb_text_column {
    padding: 100px 0 60px 0;
  }
  .page-legal .content h2 {
    font-size: 18px;
  }
  .page-legal .content h3 {
    font-size: 16px;
  }
  .page-legal .content p, .page-legal .content table, .page-legal .content li {
    font-size: 15px;
  }
}
/* *********************************************************************************************************************
 * 404
 */
body.error404 .content__header {
  margin-top: 200px;
  text-align: center;
}
body.error404 .action {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.error404 .content__header {
    margin-top: 15px;
  }
  body.error404 .action {
    margin-top: 30px;
  }
}
/* FIXES */
/* *********************************************************************************************************************
* FIREFOX FIXES
*/
@-moz-document url-prefix() {
  /* .wpcf7-form select.wpcf7-select {
  	line-height: 29px;
  } */
}
