@charset "UTF-8";
/*
Theme Name: Ada Arte
Theme URI: https://www.ada-arte.com
Description: Ada Arte
Author: Wonton
Author URI: https://www.wonton.es
Version: 1.0.0
Template: bridge
*/
/* *********************************************************************************************************************
 * IMPORTS
 */
@import url(css/animsition.min.css);
@import url(css/animate.min.css);
@import url(css/tooltipster.css);
@import url(css/slick.css);
@import url(css/lightgallery.css);
@import url(css/textillate.css);
/* *********************************************************************************************************************
 * VARS
 */
/* *********************************************************************************************************************
 * GLOBALS
 */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "ct";
  src: url("fonts/ct.woff2") format("woff2"), url("fonts/ct.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "cr";
  src: url("fonts/cr.woff2") format("woff2"), url("fonts/cr.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.5px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'ct', serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  color: #000; }

h2 {
  font-size: 28px; }

h5 {
  font-size: 18px; }

p {
  font-size: 15px;
  line-height: 1.4;
  color: #000;
  /* &:empty {
  	display: none;
  } */ }

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

ul li,
ol li {
  font-size: 15px;
  line-height: 1.4;
  color: #000; }

ul.styled li {
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #000; }
  ul.styled li:before {
    content: "\2022";
    display: inline-block;
    width: 1em;
    padding-right: .5em;
    font-weight: 700;
    color: #284E49; }

ol {
  list-style-position: inside; }

.manrope {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px !important; }

.canela-thin {
  	font-family: 'ct', serif; }

.canela-regular {
	margin: 20px 0;
	/*margin-bottom:10px;
	margin-top:10px;*/
  	font-family: 'cr', serif; }

.text-bigger {
  font-size: 18px !important; }

.text-even-bigger {
  font-size: 20px !important; }

.text-smaller {
  font-size: 14px !important; }

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

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

.black {
  color: #000; }

.grey {
  color: #686868; }

.light-grey {
  color: #f9f8f8; }

.dark-grey {
  color: #323232; }

.accent,
.accent p {
  color: #284E49 !important; }

.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-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%); }

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

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

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

.boxed {
  padding: 6px 10px;
  background-color: #284E49;
  color: #fff; }

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

.title-boxed {
  display: inline;
  padding: 0 10px;
  background-color: #f9f8f8;
  color: #444444; }
  .title-boxed + br {
    display: block !important;
    margin-bottom: 20px;
    content: " "; }
  .title-boxed.accent {
    background-color: #284E49;
    color: #fff; }
  .title-boxed.dark {
    background-color: #323232;
    color: #fff; }

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

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

.hidden,
.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

a, a:before, a:after, button {
  transition: all 0.3s ease 0s !important; }

a.black-link {
  color: #000; }
  a.black-link:hover {
    color: #284E49; }

a.accent-link {
  color: #050b0a;
  text-decoration: underline; }
  a.accent-link:hover {
    color: #284E49 !important; }

a.white-link {
  color: #fff;
  border-bottom: 1px solid transparent; }
  a.white-link:hover {
    border-bottom: 1px solid #fff; }

a.grey-link {
  color: #686868 !important; }
  a.grey-link:hover {
    color: #284E49 !important; }

a.light-grey-link {
  color: #f9f8f8; }
  a.light-grey-link:hover {
    color: #284E49 !important; }

a.opacity-link:hover {
  opacity: 0.7; }

.boxed-link {
  display: inline-block;
  padding: 5px 20px;
  font-size: 13px;
  color: #000;
  background-color: #ebf2ee;
  border: 1px solid #000;
  border-radius: 20px; }
  .boxed-link:hover {
    padding: 5px 25px;
    color: #fff;
    background-color: #ADC3B6;
    border-color: #ADC3B6; }
  .boxed-link.fullwidth {
    box-sizing: border-box;
    width: 100%;
    text-align: center; }
  .boxed-link.inverted {
    color: #fff;
    background-color: #ADC3B6;
    border-color: #ADC3B6; }
    .boxed-link.inverted:hover {
      color: #000;
      background-color: #ebf2ee;
      border-color: #000; }
  .boxed-link.accent {
    color: #284E49;
    border-color: #284E49; }
    .boxed-link.accent:hover {
      color: #fff;
      border-color: #fff;
      background-color: transparent; }
  .boxed-link.white {
    background-color: #fff; }
    .boxed-link.white:hover {
      background-color: #ADC3B6; }
  .boxed-link.bold {
    font-weight: 500; }
  .boxed-link.big {
    padding: 22px 55px;
    font-weight: 700;
    border-radius: 34px; }

a.line-link {
  display: inline-block;
  padding-bottom: 6px;
  line-height: 0;
  color: #000; }
  a.line-link:after {
    content: '';
    position: relative;
    width: 101%;
    height: 1px;
    margin-bottom: -7px;
    display: inline-block;
    background-color: transparent;
    transform: scaleX(0);
    transform-origin: 50% 0;
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important; }
  a.line-link:hover {
    color: #323232 !important; }
    a.line-link:hover:after {
      background-color: #686868;
      transform: scaleX(1); }
  a.line-link.accent {
    color: #284E49; }
  a.line-link.grey {
    color: #f0eee7; }
    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.hover-link {
  position: relative;
  color: #284E49; }
  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: #284E49;
    z-index: -1;
    transition: transform .3s ease; }

.list-with-checkboxes {
  border: 1px solid #dbdbdb;
  border-radius: 6px; }
  .list-with-checkboxes li {
    padding: 15px 20px;
    border-bottom: 1px solid #dbdbdb; }
    .list-with-checkboxes li:first-child {
      background-color: #f9f8f8; }
    .list-with-checkboxes li:last-child {
      border: 0; }
    .list-with-checkboxes li input {
      margin-right: 10px; }

.wpcf7-form > p {
  position: relative;
  margin: 10px 0 !important; }
  .wpcf7-form > p label {
    position: absolute;
    display: block;
    z-index: 1;
    pointer-events: none;
    top: 20px;
    width: 100%;
    font-family: 'Manrope';
    font-size: 15px;
    color: #000;
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important; }
    .wpcf7-form > p label.has-value {
      top: 5px;
      font-size: 12px;
      color: #284E49; }
  .wpcf7-form > p.txt label {
    top: 40px;
    left: 20px; }
    .wpcf7-form > p.txt label.has-value {
      top: 4px;
      left: 0; }
  .wpcf7-form > p.bt {
    text-align: right; }
.wpcf7-form input.wpcf7-text,
.wpcf7-form input.wpcf7-mail,
.wpcf7-form textarea.wpcf7-textarea {
  padding: 0 0 8px 0;
  font-family: 'Manrope';
  font-size: 16px !important;
  color: #000 !important;
  background-color: transparent;
  border-bottom: 1px solid #000; }
.wpcf7-form textarea.wpcf7-textarea {
  height: 120px;
  padding: 10px;
  border: 1px solid #000; }
.wpcf7-form .wpcf7-list-item {
  margin-left: 0 !important; }
.wpcf7-form .block-legal {
  margin-top: 10px;
  text-align: left;
  font-size: 18px; }
.wpcf7-form .txt-legal {
  font-family: 'ct';
  line-height: 1.4;
  color: #000; }
  .wpcf7-form .txt-legal a,
  .wpcf7-form .txt-legal a:hover {
    color: #000 !important; }
.wpcf7-form span.wpcf7-list-item {
  margin: 0 5px 0 0; }
.wpcf7-form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer; }
.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: 2px;
      left: 0;
      background-color: #fff;
      border-radius: 5px;
      border: 1px solid #000;
      transition: all 0.3s ease 0s !important; }
    .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
      content: "\2713";
      position: absolute;
      display: block;
      visibility: hidden;
      height: 20px;
      width: 20px;
      top: 1px;
      left: 0;
      font-size: 15px;
      font-weight: 700;
      text-align: center;
      line-height: 1.5;
      color: #000;
      -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: #ADC3B6;
    border-color: #ADC3B6; }
  .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 .togglebuttons > .wpcf7-list-item {
  position: relative;
  display: inline-block;
  margin: 0 2px 0 0; }
  .wpcf7-form .togglebuttons > .wpcf7-list-item input {
    position: absolute;
    opacity: 0; }
    .wpcf7-form .togglebuttons > .wpcf7-list-item input:checked + .wpcf7-list-item-label {
      font-weight: 700;
      color: #000;
      background-color: #ADC3B6; }
  .wpcf7-form .togglebuttons > .wpcf7-list-item .wpcf7-list-item-label {
    cursor: pointer;
    display: block;
    padding: 6px 25px;
    font-size: 14px;
    color: #686868;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #000;
    transition: background 0.3s ease; }
  .wpcf7-form .togglebuttons > .wpcf7-list-item.first {
    z-index: 2; }
  .wpcf7-form .togglebuttons > .wpcf7-list-item.last {
    z-index: 1; }
    .wpcf7-form .togglebuttons > .wpcf7-list-item.last .wpcf7-list-item-label {
      margin-left: -30px;
      padding-left: 50px; }
.wpcf7-form input.wpcf7-submit {
  box-sizing: border-box;
  display: inline-block;
  width: 180px;
  height: 40px;
  margin-top: 20px;
  font-family: 'Manrope';
  font-weight: 500;
  font-size: 15px;
  line-height: 37px;
  text-align: center;
  text-transform: none;
  color: #000 !important;
  background-color: #ADC3B6 !important;
  border-radius: 20px;
  border: 1px solid #000 !important;
  transition: all 0.4s ease 0s !important; }
  .wpcf7-form input.wpcf7-submit:hover {
    width: 190px; }
.wpcf7-form .wpcf7-spinner {
  margin: 20px 0 0 calc(50% - 12px); }
.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 {
  box-sizing: border-box;
  width: 400px !important;
  margin-top: 0 !important;
  font-size: 14px !important;
  background-color: #ff0000 !important;
  line-height: 1.2; }
.wpcf7-form.sent .wpcf7-response-output {
  padding: 25px 40px 25px 75px !important;
  background-color: #80c84b !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important; }
  .wpcf7-form.sent .wpcf7-response-output:before {
    font-size: 30px !important; }

/* HACK FOR AUTOCOMPLETE FIELDS IN CHROME (YELLOW BUG) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 100px transparent inset;
  color: #222; }

/* ::-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; } */
.only-home {
  display: none; }

.only-admin {
  display: none; }

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

/* *********************************************************************************************************************
 * THEME GLOBAL REPLACEMENTS 
 */
body > .wrapper {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.qbutton {
  height: 37px;
  padding: 0 25px;
  font-size: 14px;
  line-height: 37px;
  font-weight: 400;
  letter-spacing: 0 !important;
  border: 1px solid #686868;
  border-radius: 19px; }
  .qbutton:hover {
    padding: 0 30px;
    color: #fff;
    background-color: #284E49; }
    .qbutton:hover span, .qbutton:hover i {
      color: #fff !important; }

#back_to_top {
  right: 10px !important;
  bottom: 5px; }
  #back_to_top > span {
    border: 0;
    background-color: transparent !important; }
    #back_to_top > span i {
      color: #686868; }
  #back_to_top:hover > span i {
    color: #000; }

.q_accordion_holder {
  border-bottom: 1px solid #000; }
  .q_accordion_holder h5.title-holder {
    min-height: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    border-top: 1px solid #000; }
    .q_accordion_holder h5.title-holder .accordion_mark {
      display: none !important; }
    .q_accordion_holder h5.title-holder .tab-title {
      position: relative;
      padding: 10px 0 10px 0 !important;
      font-weight: 500;
      font-size: 15px;
      line-height: 1.2;
      letter-spacing: 0; }
      .q_accordion_holder h5.title-holder .tab-title:after {
        content: '\e019';
        position: relative;
        display: inline-block;
        float: right;
        margin-top: -5px;
        font-family: "linea-arrows-10" !important;
        font-size: 25px;
        color: #284E49;
        transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
    .q_accordion_holder h5.title-holder:not(.ui-state-active):hover .tab-title {
      color: ligthen(#284E49, 10); }
    .q_accordion_holder h5.title-holder.ui-state-active .tab-title:after {
      transform: scaleY(-1); }
  .q_accordion_holder .accordion_content {
    padding-left: 0 !important; }
    .q_accordion_holder .accordion_content table, .q_accordion_holder .accordion_content p, .q_accordion_holder .accordion_content li {
      font-size: 14px; }
      .q_accordion_holder .accordion_content table a, .q_accordion_holder .accordion_content p a, .q_accordion_holder .accordion_content li a {
        text-decoration: underline;
        color: #284E49; }
    .q_accordion_holder .accordion_content p + ul {
      list-style-position: outside;
      margin-top: 20px;
      padding-left: 20px; }
    .q_accordion_holder .accordion_content table {
      width: 100%; }
      .q_accordion_holder .accordion_content table th, .q_accordion_holder .accordion_content table td {
        text-align: left !important;
        border: 1px solid #ccc; }

@-webkit-keyframes element-from-bottom {
  0% {
    -webkit-transform: translate(0, 10%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1; } }
@-moz-keyframes element-from-bottom {
  0% {
    -moz-transform: translate(0, 10%);
    opacity: 0; }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1; } }
@-o-keyframes element-from-bottom {
  0% {
    -o-transform: translate(0, 10%);
    opacity: 0; }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1; } }
@keyframes element-from-bottom {
  0% {
    transform: translate(0, 10%);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
.vc_row.section .element_from_bottom > div,
.vc_row.section .element_from_fade > div {
  transition-delay: 200ms !important;
  -webkit-animation-delay: 200ms !important;
  animation-delay: 200ms !important; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.pagination {
  display: inline-block;
  width: 100%;
  margin: 60px 0;
  text-align: center;
  position: relative; }

.wp-pagenavi {
  margin: 30px 0 40px 0; }
  .wp-pagenavi .pages {
    display: none; }
  .wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    color: #000;
    border-radius: 50%; }
  .wp-pagenavi a img {
    vertical-align: top; }
  .wp-pagenavi a:hover {
    color: #686868;
    background-color: #f0eee7 !important; }
  .wp-pagenavi .current {
    font-weight: 700;
    background-color: #f0eee7; }
  .wp-pagenavi .previouspostslink {
    margin-right: 6px; }
  .wp-pagenavi .nextpostslink {
    margin-left: 6px; }

/* *********************************************************************************************************************
 * SHARED ELEMENTS
 */
/* PRELOAD */
.preload,
.preload:after {
  position: absolute;
  z-index: 2;
  width: 130px;
  height: 130px;
  left: 50%;
  top: 50%;
  margin: -65px 0 0 -65px;
  border-radius: 50%; }

.preload {
  background-color: transparent;
  border-top: 1px solid #f0eee7;
  border-right: 1px solid #f0eee7;
  border-bottom: 1px solid #f0eee7;
  border-left: 1px solid #284E49;
  transform: translateZ(0);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: .8s;
  animation-name: preload-loading; }

@keyframes preload-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.content_bottom {
  padding: 100px 0;
  background-color: #284E49;
  border-top: 1px solid #000; }
  .content_bottom h2 {
    font-size: 50px;
    color: #fff; }
  .content_bottom .wpcf7 {
    width: 400px;
    margin: 40px auto 0 auto; }
    .content_bottom .wpcf7 .wpcf7-form .nombre-block .wpcf7-form-control-wrap {
      display: inline-block;
      width: 49%; }
      .content_bottom .wpcf7 .wpcf7-form .nombre-block .wpcf7-form-control-wrap:first-child {
        margin-right: 2%; }
    .content_bottom .wpcf7 .wpcf7-form input.wpcf7-text {
      height: 45px;
      padding: 0 20px;
      background-color: #fff;
      border: 1px solid #000;
      border-radius: 25px; }
    .content_bottom .wpcf7 .wpcf7-form input.wpcf7-submit {
      position: absolute;
      top: 0;
      right: 0;
      width: auto;
      height: 45px;
      margin: 0;
      font-weight: 700;
      letter-spacing: 0;
      color: #000 !important;
      border: 0 !important;
      background-color: transparent !important; }
      .content_bottom .wpcf7 .wpcf7-form input.wpcf7-submit:hover {
        color: #284E49 !important; }
    .content_bottom .wpcf7 .wpcf7-form .mc4wp-checkbox {
      display: none; }

#intro {
  position: relative;
  overflow: hidden;
  height: 250px;
  border-bottom: 1px solid #000; }
  #intro .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4; }
  #intro h1 {
    font-size: 120px;
    line-height: 1.8; }

.equipo:after {
  content: '';
  width: 33.33%; }
.equipo .item {
  position: relative;
  box-sizing: border-box;
  width: 33.33%;
  padding: 120px 7%;
  text-align: center;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transition: background .4s ease; }
  .equipo .item:nth-child(3n) {
    border-right: 0; }
  .equipo .item .img {
    overflow: hidden;
    width: 240px;
    height: 240px;
    margin: 0 auto;
    border-radius: 50%; }
    /*.equipo .item .img img {
      filter: gray;
      filter: grayscale(1); }*/
  .equipo .item .data h3 {
    padding: 35px 0 25px 0;
    font-size: 26px;
    line-height: 1; }
  .equipo .item:hover {
    background-color: #ebf2ee; }
.equipo.one-column .ponente {
  width: 100%;
  text-align: left; }
  .equipo.one-column .ponente .img {
    display: inline-block;
    width: 90px;
    height: 90px;
    margin: 0 20px 0 0; }
  .equipo.one-column .ponente .data {
    vertical-align: top;
    width: calc(100% - 115px);
    display: inline-block; }
    .equipo.one-column .ponente .data h3 {
      padding-top: 5px; }

.ponentes:after { display:none;}
.ponentes{
	display:flex;
	flex-direction:row;
	width:auto;
	justify-content:space-evenly;
}
.ponentes .ponente {
    position: relative;
    width: auto;
    max-width: 150px;
    text-align: center;}
  .ponentes .ponente .img {
    overflow: hidden;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%; }
    /*.ponentes .ponente .img img {
      filter: gray;
      filter: grayscale(1); }*/
  .ponentes .ponente .data h3 {
    padding: 20px 0 10px 0;
    font-size: 25px;
    line-height: 1; }
.ponentes.one-column .ponente {
  width: 100%;
  text-align: left; }
  .ponentes.one-column .ponente .img {
    display: inline-block;
    width: 90px;
    height: 90px;
    margin: 0 20px 0 0; }
  .ponentes.one-column .ponente .data {
    vertical-align: top;
    width: calc(100% - 115px);
    display: inline-block; }
    .ponentes.one-column .ponente .data h3 {
      padding-top: 5px; }

.animblock {
  opacity: 0; }

.data-table > div {
  display: flex;
  flex-flow: row wrap;
  line-height: 40px;
  color: #000;
  border-bottom: 1px solid #000; }
  .data-table > div span {
    width: 100px; }
  .data-table > div > div {
    width: calc(100% - 100px);
    padding: 11px 0 8px 0;
    line-height: 1.2; }
  .data-table > div a {
    text-decoration: underline; }
.data-table + a {
  margin-right: 10px; }

.video-player {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 30px; }
  .video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-player.privado .poster {
    display: flex;
    align-items: center;
    justify-content: center; }
    .video-player.privado .poster img {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.5; }
    .video-player.privado .poster .pass {
      position: relative;
      box-sizing: border-box;
      width: 300px;
      margin-top: 100px;
      padding: 30px;
      text-align: center;
      background-color: #ADC3B6;
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important; }
      .video-player.privado .poster .pass h4 {
        font-size: 18px; }
      .video-player.privado .poster .pass input {
        display: block;
        margin: 15px auto; }
  .video-player.privado iframe {
    display: none; }

/* .video {
	position: relative;
	display: block;
	width: 680px;
	height: 400px;

	a:hover {

		.play {
			background-color: rgba(0,0,0,0.3);
		}
	}

	.play {
		position: absolute;
		display: block;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		top: 0;
		padding-top: 26%;
		text-align: center;			
		@include transition(background,.3s,linear);
	}
} */
.audio-player h4 {
  margin-bottom: 10px;
  font-size: 26px; }
.audio-player audio {
  width: 100%;
  margin-top: 15px; }

.gallery .slick-slide {
  margin: 0 20px; }
.gallery .slick-list {
  margin: 0 -20px; }

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1000;
  cursor: pointer;
  display: block;
  outline: none;
  width: 50px;
  height: 50px;
  top: 105%;
  padding: 0;
  color: transparent;
  border: none;
  background: transparent; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "linea-arrows-10" !important;
    content: "\e068";
    font-size: 50px;
    opacity: 1;
    color: #284E49;
    transition: all 0.4s ease 0s !important; }
  .slick-prev:hover:before,
  .slick-next:hover:before {
    opacity: 0.7; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    content: "\e066"; }

.slick-next {
  right: 0; }

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

.slick-dots {
  position: absolute;
  display: block;
  list-style: none;
  width: 100%;
  margin-top: 5px;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 0; }
    .slick-dots li button {
      display: block;
      cursor: pointer;
      width: 20px;
      height: 20px;
      padding: 5px;
      font-size: 0;
      line-height: 0;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        content: '•';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        color: #000;
        opacity: 0.1; }
    .slick-dots li.slick-active button:before {
      opacity: .5;
      color: #000; }

.social ul li {
  width: 45px;
  height: 45px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #000;
  transition: all 0.5s ease 0s !important; }
  .social ul li a {
    display: block;
    width: 100%;
    height: 200%;
    position: relative;
    top: 4px;
    line-height: 45px !important;
    text-align: center;
    color: #000; }
    .social ul li a i {
      font-size: 25px; }
    .social ul li a i:last-child {
      display: block;
      color: #fff !important; }
  .social ul li:hover a {
    top: -35px; }
    .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: #0e76a8;
    border-color: #0e76a8; }
  .social ul li:nth-of-type(2):hover {
    background-color: #c13584;
    border-color: #c13584; }
  .social ul li:nth-of-type(3):hover {
    background-color: #c4302b;
    border-color: #c4302b; }
  .social ul li:nth-of-type(4):hover {
    background-color: #c13584;
    border-color: #c13584; }

.social-simple ul li {
  width: 25px;
  height: 25px;
  margin-right: 3px;
  display: inline-block; }
  .social-simple ul li a {
    display: block;
    position: relative;
    line-height: 25px !important;
    text-align: center;
    font-size: 23px;
    color: #284E49; }
    .social-simple ul li a:hover {
      color: #397069 !important; }

#cookie-notice {
  min-width: 0;
  width: 300px;
  right: 0;
  left: initial;
  font-family: 'Manrope';
  font-size: 12px;
  line-height: 17px;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.7) !important; }
  #cookie-notice .cookie-notice-container {
    box-sizing: border-box;
    padding: 30px; }
  #cookie-notice span {
    display: block;
    padding-bottom: 10px; }
  #cookie-notice .qbutton {
    height: 30px;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 300;
    line-height: 29px;
    text-transform: none;
    background-color: transparent;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 16px; }
    #cookie-notice .qbutton:hover {
      background-color: #284E49; }
  #cookie-notice .cn-close-icon {
    display: none;
    top: 20px; }

/* *********************************************************************************************************************
 * HEADER - MENU
 */
header .header_bottom {
  padding: 0 80px;
  background-color: #f9f8f8 !important;
  border-bottom: 1px solid #000; }
  header .header_bottom .header_inner_left {
    left: 80px; }
  header .header_bottom .q_logo a {
    height: 42px !important; }
header .header_bottom_right_widget_holder {
  padding: 0; }
  header .header_bottom_right_widget_holder > div {
    display: inline-block; }
  header .header_bottom_right_widget_holder .widget_polylang {
    padding-left: 30px; }
    header .header_bottom_right_widget_holder .widget_polylang ul li {
      display: inline-block;
      list-style: none; }
      header .header_bottom_right_widget_holder .widget_polylang ul li a {
        font-size: 13px;
        color: #686868; }
      header .header_bottom_right_widget_holder .widget_polylang ul li:first-child {
        margin-right: 8px;
        padding-right: 11px;
        border-right: 1px solid #000; }
      header .header_bottom_right_widget_holder .widget_polylang ul li.current-lang a {
        pointer-events: none;
        font-weight: 700;
        color: #000; }
header a.popup_menu {
  display: none; }
header nav.main_menu {
  left: 130px !important; }
  header nav.main_menu > ul > li > a {
    margin: 0 20px;
    padding: 0;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .5px;
    text-transform: none;
    color: #000 !important;
    opacity: 1 !important;
    /* &.current {
    	pointer-events: none;
    } */ }
    header nav.main_menu > ul > li > a span:nth-child(2) {
      line-height: 0 !important; }
      header nav.main_menu > ul > li > a span:nth-child(2):after {
        content: '';
        position: relative;
        display: inline-block;
        width: 100%;
        height: 1px;
        margin-bottom: -7px;
        background-color: transparent;
        transform: scaleX(0);
        transform-origin: 50% 0;
        transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s !important; }
    header nav.main_menu > ul > li > a:hover span:nth-child(2):after, header nav.main_menu > ul > li > a.current span:nth-child(2):after {
      transform: scaleX(1);
      background-color: #000; }
  header nav.main_menu > ul > li:last-child > a {
    margin-right: 0 !important; }
  header nav.main_menu > ul > li.lang-item.lang-item-first {
    margin-left: 20px; }
    header nav.main_menu > ul > li.lang-item.lang-item-first:after {
      content: '|';
      display: inline-block;
      font-size: 12px;
      color: #284E49; }
  header nav.main_menu > ul > li.lang-item.current-lang > a {
    pointer-events: none;
    font-family: 'gs'; }
  header nav.main_menu > ul > li.lang-item > a {
    margin: 0 15px;
    font-size: 12px; }
  header nav.main_menu .second {
    display: none !important; }
header.light:not(.sticky) nav.main_menu > ul > li > a {
  color: #fff !important; }
  header.light:not(.sticky) nav.main_menu > ul > li > a:hover span:nth-child(2):after {
    background-color: #fff; }
header.light:not(.sticky) nav.main_menu > ul > li.lang-item.lang-item-first:after {
  color: #fff; }
header.sticky .header_bottom {
  background-color: #f9f8f8 !important;
  box-shadow: unset; }
  header.sticky .header_bottom .q_logo a {
    height: 30px !important; }

/* *********************************************************************************************************************
 * FOOTER
 */
footer .footer_top_holder {
  background-color: #f9f8f8;
  border-top: 1px solid #000; }
  footer .footer_top_holder .footer_top {
    padding: 0 80px; }
  footer .footer_top_holder .column1,
  footer .footer_top_holder .column2,
  footer .footer_top_holder .column3 {
    box-sizing: border-box;
    height: 425px;
    padding: 70px 0 70px 0; }
  footer .footer_top_holder .column2,
  footer .footer_top_holder .column3 {
    padding-left: 60px;
    border-left: 1px solid #000; }
  footer .footer_top_holder h5 {
    margin-bottom: 40px;
    font-size: 40px;
    color: #000; }
  footer .footer_top_holder .textwidget a.logo {
    display: inline-block;
    margin: 8px 0 40px 0; }
  footer .footer_top_holder .textwidget br.sep {
    display: block;
    margin-bottom: 5px; }
  footer .footer_top_holder .textwidget h6 {
    margin-bottom: 8px;
    font-size: 16px;
    color: #000; }
    footer .footer_top_holder .textwidget h6 + a {
      margin-bottom: 25px; }
  footer .footer_top_holder .textwidget .subven {
    margin-top: 20px;
    font-size: 12px;
    color: #000; }
    footer .footer_top_holder .textwidget .subven img {
      margin-top: 6px; }
  footer .footer_top_holder .widget_nav_menu li {
    padding-bottom: 5px; }
    footer .footer_top_holder .widget_nav_menu li a {
      display: inline-block;
      font-size: 16px;
      text-transform: uppercase; }

/* *********************************************************************************************************************
 * HOME
 */
.home #intro {
  height: calc(100vh - 70px);
  opacity: 0;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  transition: opacity 1s linear; }
  .home #intro #scene {
    z-index: 0;
    mix-blend-mode: overlay;
    margin-left: -10%; }
    .home #intro #scene .msk {
      display: block;
      width: 120%;
      max-width: none;
      margin: 0 auto;
      opacity: 0.3; }
  .home #intro h1 {
    position: absolute;
    top: calc(50vh - 150px);
    padding: 0 15%;
    text-align: center;
    font-size: 60px;
    line-height: 1.1;
    color: #fff; }
  .home #intro .bt-follow {
    position: absolute;
    top: 86vh;
    left: calc(50% - 25px);
    font-size: 50px;
    color: #fff;
    opacity: 0;
    transition-delay: 2s !important; }
  .home #intro.init {
    opacity: 1; }
    .home #intro.init h1 {
      opacity: 1; }
    .home #intro.init .bt-follow {
      top: 84vh;
      opacity: 1; }
.home #cursos {
  padding-top: 80px;
  background-color: #ebf2ee;
  border-top: 1px solid #000; }
  .home #cursos h2 {
    margin-bottom: 35px; }

/* *********************************************************************************************************************
 * EVENTOS
 */
.featured-event {
  padding: 60px 0 80px 0;
  background-color: #F0EEE7;
  border-bottom: 1px solid #000; }
  .featured-event h2 {
    margin-bottom: 25px; }
  .featured-event .info {
	/* box-sizing: border-box; */
    width: 60%;
    /* max-width: 60%; */
    /* padding-right: 60px; */
    border-right: 1px solid #000;
    padding-right: 30px;
 }
    .featured-event .info .main-link {
      display: block;
      margin-bottom: 20px;
      font-family: 'ct', serif;
      font-size: 45px;
      line-height: 1; }
      .featured-event .info .main-link:hover {
        color: #397069; }
    .featured-event .info .data {
      margin: 40px 0; }
  .featured-event .ponentes {
   display: flex;
    align-items: center;
    /* padding-left: 60px; */
    /* max-width: 200px; */
    gap: 30px;
    box-sizing: border-box;
    /* width: 20%; */
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    width: 100;
    padding-left: 30px;
 	}
  .featured-event + .featured-event {
    padding: 80px 0; }
    /*.featured-event + .featured-event h2 {
      display: none; }*/
.data-metadata{
	display: flex;
    align-items: center;
	justify-content:space-between;
}
.featured-event_content{
	display:flex;
	flex-direction:row;
}

.eventos-wrapper {
  padding: 80px 0 0 0; }
  .eventos-wrapper h2 {
    margin-bottom: 35px; }

.eventos-grid:after {
  content: '';
  width: 31%; }
.eventos-grid .item {
  width: 31%;
  margin-bottom: 40px; }
  .eventos-grid .item .img {
    position: relative;
    overflow: hidden;
    height: 220px; }
    .eventos-grid .item .img img {
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important; }
  .eventos-grid .item .data {
    padding-top: 20px; }
    .eventos-grid .item .data h3 {
      display: inline-block;
      padding-bottom: 4px;
      font-size: 28px;
      line-height: 1.2;
      border-bottom: 1px solid transparent;
      transition: color 0.5s ease 0s !important; }
    .eventos-grid .item .data .date {
      display: block;
      margin-top: 5px; }
  .eventos-grid .item:hover .img img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    filter: brightness(1.08); }
  .eventos-grid .item:hover .data h3 {
    color: #284E49; }

/* *********************************************************************************************************************
 * EVENTO SINGLE
 */
.single-evento header nav.main_menu ul li:nth-child(2) a span:after {
  transform: scaleX(1);
  background-color: #000; }

.evento #intro {
  height: 650px;
  opacity: 0;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  transition: opacity 1s linear; }
  .evento #intro a.bt-back {
    display: inline-block;
    margin-top: 50px; }
    .evento #intro a.bt-back:hover {
      padding-left: 10px; }
  .evento #intro h1 {
    width: 60%;
    margin: 60px 0 20px 0;
    font-size: 80px;
    line-height: 1.2;
    color: #fff; }
  .evento #intro p {
    padding-left: 3px;
    font-size: 20px;
    color: #fff;
    opacity: 0;
    transition: opacity 1s linear 2s; }
  .evento #intro.init {
    opacity: 1; }
    .evento #intro.init p {
      opacity: 1; }
.evento .main {
  padding: 100px 0; }
.evento .contenido {
  box-sizing: border-box;
  width: 75%;
  padding-right: 70px; }
  .evento .contenido > * {
    margin-bottom: 35px; }
  .evento .contenido h2:not(:first-child) {
    margin-top: 70px; }
  .evento .contenido .gap {
    margin-bottom: 0; }
  .evento .contenido a.boxed-link + a {
    margin-left: 20px; }
  .evento .contenido .gallery a:hover {
    opacity: 0.8; }
  .evento .contenido p iframe {
    width: 100%; }
.evento .sidebar {
  width: 25%; }
  .evento .sidebar a.boxed-link {
    margin-top: 30px; }
  .evento .sidebar h2 {
    margin: 50px 0 20px 0; }
  .evento .sidebar .ponentes {
    margin-top: 40px; }

/* *********************************************************************************************************************
 * CURSOS
 */
.cursos-grid .item {
  width: 100%;
  padding: 80px 0;
  border-bottom: 1px solid #000;
  transition: background 0.4s linear; }
  .cursos-grid .item .img {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    padding-right: 80px; }
    .cursos-grid .item .img a {
      display: block;
      overflow: hidden;
      height: 340px; }
      .cursos-grid .item .img a:hover img {
        -moz-transform: scale(1.03);
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        filter: brightness(1.08); }
    .cursos-grid .item .img img {
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important; }
  .cursos-grid .item .info {
    box-sizing: border-box;
    width: 50%;
    padding-left: 80px; }
    .cursos-grid .item .info .main-link {
      display: block;
      margin-bottom: 20px;
      font-family: 'ct', serif;
      font-size: 50px;
      line-height: 1; }
      .cursos-grid .item .info .main-link:hover {
        color: #397069; }
    .cursos-grid .item .info .data {
      margin: 40px 0; }
  .cursos-grid .item:hover {
    background-color: #ebf2ee; }
.cursos-grid.in-home:after {
  content: '';
  width: 31%; }
.cursos-grid.in-home .item {
  width: 31%;
  padding: 0;
  border-bottom: 0; }
  .cursos-grid.in-home .item .section_inner {
    width: 100% !important; }
  .cursos-grid.in-home .item .img {
    width: 100%;
    padding-right: 0; }
    .cursos-grid.in-home .item .img a {
      height: 220px; }
  .cursos-grid.in-home .item .info {
    width: 100%;
    margin-top: 20px;
    padding-left: 0; }
    .cursos-grid.in-home .item .info .main-link {
      margin-bottom: 20px;
      font-size: 28px;
      line-height: 1.2; }
    .cursos-grid.in-home .item .info .data {
      margin: 30px 0 0 0;
      font-size: 14px; }

/* *********************************************************************************************************************
 * CURSO SINGLE
 */
.single-curso header nav.main_menu ul li:nth-child(3) a span:after {
  transform: scaleX(1);
  background-color: #000; }

.curso #intro {
  height: 650px;
  opacity: 0;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  transition: opacity 1s linear; }
  .curso #intro a.bt-back {
    display: inline-block;
    margin-top: 50px; }
    .curso #intro a.bt-back:hover {
      padding-left: 10px; }
  .curso #intro h1 {
    width: 60%;
    margin: 60px 0 20px 0;
    font-size: 80px;
    line-height: 1.2;
    color: #fff; }
  .curso #intro p {
    padding-left: 3px;
    font-size: 20px;
    color: #fff;
    opacity: 0;
    transition: opacity 1s linear 2s; }
  .curso #intro.init {
    opacity: 1; }
    .curso #intro.init p {
      opacity: 1; }
.curso .main {
  width: 750px;
  margin: 0 auto;
  padding: 80px 0; }
.curso .contenido {
  margin-top: 60px; }
  .curso .contenido > * {
    margin-bottom: 35px; }
  .curso .contenido h2:not(:first-child) {
    margin-top: 70px; }
  .curso .contenido .gap {
    margin-bottom: 0; }
  .curso .contenido a.boxed-link + a {
    margin-left: 20px; }
  .curso .contenido .gallery a:hover {
    opacity: 0.8; }
.curso .detalles {
  margin-top: 60px; }
  .curso .detalles .q_accordion_holder {
    margin: 30px 0 !important; }
    .curso .detalles .q_accordion_holder .accordion_content_inner > div:not(.ponentes) {
      padding-bottom: 30px; }
  .curso .detalles .ponentes .ponente:last-child {
    margin-bottom: 0; }

/* *********************************************************************************************************************
 * ABOUT
 */
.page-about .content_bottom {
  margin-top: -2px; }
.page-about #intro {
  height: 650px;
  background-size: 50% auto;
  background-position: right bottom; }
  .page-about #intro h1 {
    padding: 160px 0 50px 75px;
    line-height: 1; }
  .page-about #intro p {
    box-sizing: border-box;
    width: 45%;
    max-width: 650px;
    padding-left: 160px; }

/* *********************************************************************************************************************
 * ASOCIATE
 */
.page-asociate #intro {
  height: 620px;
  background-position: center 0; }
  .page-asociate #intro h1 {
    margin-top: 60px;
    line-height: 1;
    text-align: center;
    color: #fff; }
.page-asociate #suscrip {
  margin-top: -380px; }
  .page-asociate #suscrip .section_inner_margin {
    padding: 0 120px; }
  .page-asociate #suscrip .suscrip-box {
    box-sizing: border-box;
    width: 430px;
    margin: 0 auto;
    padding: 40px 50px;
    background-color: #ebf2ee;
    border: 1px solid #000;
    transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .page-asociate #suscrip .suscrip-box.colab {
      background-color: #ADC3B6; }
      .page-asociate #suscrip .suscrip-box.colab a:hover {
        border-color: #fff; }
    .page-asociate #suscrip .suscrip-box p {
      margin: 40px 0 60px 0; }
    .page-asociate #suscrip .suscrip-box h3 {
      font-size: 40px; }
    .page-asociate #suscrip .suscrip-box span {
      display: block;
      margin-bottom: 20px;
      font-size: 40px;
      font-weight: 600;
      color: #000; }
    .page-asociate #suscrip .suscrip-box:hover {
      transform: scale(1.03);
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important; }
.page-asociate .info {
  padding: 80px 0; }
  .page-asociate .info p {
    width: 600px;
    margin: 0 auto 40px auto;
    font-family: 'ct';
    font-size: 20px; }

/* *********************************************************************************************************************
 * FORM
 */
.page-form .full_width,
.page-form .content {
  background-color: #ebf2ee; }
.page-form #intro h1 {
  text-transform: capitalize; }
.page-form .form-head {
  width: 600px;
  margin: 80px auto -60px auto; }
  .page-form .form-head a {
    display: inline-block;
    margin-bottom: 8px;
    border-bottom: 1px solid transparent; }
    .page-form .form-head a:hover {
      opacity: 0.7;
      border-color: #000; }
  .page-form .form-head h2 {
    font-size: 30px; }
  .page-form .form-head p {
    font-size: 18px; }
.page-form #form .wpcf7 {
  width: 600px;
  margin: 80px auto; }
  .page-form #form .wpcf7 p {
    margin-bottom: 10px; }
    .page-form #form .wpcf7 p + p {
      margin-top: 0; }
  .page-form #form .wpcf7 .socio-tipo {
    margin-bottom: 30px; }
    .page-form #form .wpcf7 .socio-tipo h5 {
      font-size: 20px; }
      .page-form #form .wpcf7 .socio-tipo h5 + p {
        margin-top: -48px;
        text-align: right; }
  .page-form #form .wpcf7 .socio-dni,
  .page-form #form .wpcf7 .socio-cuota,
  .page-form #form .wpcf7 .block-legal {
    margin-top: 50px; }
  .page-form #form .wpcf7 .block-legal + .block-legal {
    margin-top: 10px; }
  .page-form #form .wpcf7 .socio-cuota a {
    margin-right: 80px; }
  .page-form #form .wpcf7 .socio-cuota .cuota {
    display: inline-block; }
  .page-form #form .wpcf7 .aviso {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #ccc; }
    .page-form #form .wpcf7 .aviso p {
      font-size: 13px; }
  .page-form #form .wpcf7 .ciclo-field {
    margin-top: 30px;
    color: #000; }
  .page-form #form .wpcf7 .wpcf7-response-output {
    width: 600px !important;
    margin-top: 30px !important; }
.page-form #form.ciclo .wpcf7 .ciclo-field {
  display: block !important; }

/* *********************************************************************************************************************
 * CONTACTO
 */
.page-contacto #intro {
  height: 620px; }
  .page-contacto #intro h1 {
    margin: 160px 0 30px 0;
    line-height: 1; }
  .page-contacto #intro h3 {
    margin-bottom: 30px;
    font-size: 20px; }
  .page-contacto #intro a {
    font-family: 'ct';
    font-size: 40px; }
  .page-contacto #intro .rounded {
    float: right;
    width: 380px;
    margin-top: 100px;
    border: 1px solid #979797;
    border-radius: 50%; }

/* *********************************************************************************************************************
 * LEGAL
 */
.page-legal .content .content_inner {
  margin: 100px 0 0 0; }
.page-legal .wpb_text_column {
  padding: 0 15% 100px 15%; }
  .page-legal .wpb_text_column h1 {
    font-size: 60px;
    color: #284E49; }
    .page-legal .wpb_text_column h1 + p {
      margin-top: 30px; }
  .page-legal .wpb_text_column h2 {
    padding: 40px 0 0 0;
    font-size: 26px;
    color: #284E49; }
    .page-legal .wpb_text_column h2:after {
      content: '';
      display: block;
      width: 30px;
      height: 1px;
      margin-top: 10px;
      background-color: #284E49; }
    .page-legal .wpb_text_column h2 + p {
      margin-top: 20px; }
  .page-legal .wpb_text_column p, .page-legal .wpb_text_column table, .page-legal .wpb_text_column li {
    font-size: 14px;
    line-height: 1.5;
    color: #000; }
  .page-legal .wpb_text_column a {
    text-decoration: underline; }
  .page-legal .wpb_text_column ul, .page-legal .wpb_text_column ol {
    margin-top: 30px;
    padding-left: 20px; }
  .page-legal .wpb_text_column table {
    width: 100%;
    margin: 20px 0; }
    .page-legal .wpb_text_column table th, .page-legal .wpb_text_column table td {
      text-align: left !important;
      border: 1px solid #f0eee7; }
  .page-legal .wpb_text_column hr {
    visibility: hidden;
    margin: 40px 0 !important; }

/* *********************************************************************************************************************
 * FIREFOX POSITION FIXES
 */
@-moz-document url-prefix() {}
/* *********************************************************************************************************************
 * LANG EXCEPTIONS
 */
html[lang='en-US'] .page-asociate #suscrip .suscrip-box h3 {
  font-size: 37px; }

/* *********************************************************************************************************************
 * IMPORT RESPONSIVE
 */
/* *********************************************************************************************************************
 * RESPONSIVE MEDIA QUERIES
 */
/* *********************************************************************************************************************
 * DISABLE SMOOTH SCROLLING WHEN USERS HAVE PREFERS-REDUCED-MOTION ENABLED
 */
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }
/* *********************************************************************************************************************
 * FOR RETINA & IOS
 */
@media screen and (orientation: landscape) {
  .home #intro {
    background-attachment: scroll; } }
/* *********************************************************************************************************************
 * VERTICAL BREAK POINTS
 */
/* *********************************************************************************************************************
 * BREAK POINT < 1600
 */
/* *********************************************************************************************************************
 * BREAK POINT < 1400
 */
/* *********************************************************************************************************************
 * BREAK POINT < 1300
 */
@media screen and (max-width: 1300px) {
  div.grid_section .section_inner,
  .container_inner {
    width: 950px !important; }

  body {
    font-size: 14px; }

  p,
  ul li,
  ol li {
    font-size: 14px; }

  h2 {
    font-size: 24px; }

  #intro {
    height: 200px; }
    #intro h1 {
      font-size: 100px; }

  .equipo .item {
    padding: 80px 5%; }
    .equipo .item .img {
      width: 200px;
      height: 200px; }

  .ponentes .ponente .data h3 {
    font-size: 22px; }

  header .header_bottom {
    padding: 0 40px; }
    header .header_bottom .header_inner_left {
      left: 40px; }
  header .header_bottom_right_widget_holder a.boxed-link {
    display: none; }

  footer .footer_top_holder .widget_nav_menu li a {
    font-size: 14px; }
  footer .footer_top_holder .textwidget h6 {
    font-size: 15px; }

  .home #intro h1 {
    padding: 0 13%;
    font-size: 50px; }
  .home #intro.init .bt-follow {
    top: 80vh; }

  .page-about #intro {
    height: 450px; }
    .page-about #intro h1 {
      padding: 80px 0 50px 75px;
      font-size: 80px; }
    .page-about #intro p {
      padding-left: 100px; }

  .featured-event .info .main-link {
    font-size: 52px; }

  .eventos-grid .item .img {
    height: 190px; }
  .eventos-grid .item .data h3 {
    font-size: 24px; }

  .evento #intro h1 {
    font-size: 60px; }

  .curso #intro h1 {
    font-size: 60px; }

  .cursos-grid .item {
    padding: 40px 0; }
    .cursos-grid .item .img {
      padding-right: 40px; }
      .cursos-grid .item .img a {
        height: 290px; }
    .cursos-grid .item .info {
      padding-left: 40px; }
      .cursos-grid .item .info .main-link {
        font-size: 40px; }
  .cursos-grid.in-home .item .info .main-link {
    font-size: 24px; }
  .cursos-grid.in-home .item .info .data {
    margin-top: 20px;
    font-size: 13px; }
  .cursos-grid.in-home .item .img a {
    height: 190px; }

  .page-asociate #intro {
    height: 580px; }
    .page-asociate #intro h1 {
      font-size: 80px; }
  .page-asociate #suscrip {
    margin-top: -380px; }
    .page-asociate #suscrip .section_inner_margin {
      padding: 0; }

  .page-legal .content .content_inner {
    margin: 80px 0 0 0; }
  .page-legal .wpb_text_column {
    padding: 0 10% 100px 10%; } }
/* *********************************************************************************************************************
 * PORTRAIT TABLET TO LANDSCAPE AND DESKTOP  < 1000
 */
@media screen and (max-width: 1000px) {
  div.grid_section .section_inner,
  .container_inner {
    width: 88% !important; }

  div.grid_section .section_inner .section_inner {
    width: 100% !important; }

  body {
    font-size: 13px; }

  p,
  ul li,
  ol li {
    font-size: 13px; }

  h2 {
    font-size: 20px; }

  .content_bottom {
    padding: 70px 0; }

  #intro {
    height: 140px;
    background-attachment: inherit !important; }
    #intro h1 {
      font-size: 70px; }

  .equipo .item {
    padding: 50px 5%; }
    .equipo .item .img {
      width: 160px;
      height: 160px; }

  .data-table > div {
    line-height: 35px; }
    .data-table > div span {
      width: 80px; }
	.ponentes .ponente{
		max-width: 170px;
	}
  .ponentes .ponente .data h3 {
    padding-top: 15px;
    font-size: 18px; }
  .ponentes .ponente .img {
    width: 80px;
    height: 80px; }
  .ponentes.one-column .ponente .img {
    width: 50px;
    height: 50px;
    margin-right: 10px; }
  .ponentes.one-column .ponente .data {
    width: calc(100% - 65px); }

  .q_accordion_holder h5.title-holder .tab-title {
    font-size: 14px; }
  .q_accordion_holder .accordion_content table, .q_accordion_holder .accordion_content p, .q_accordion_holder .accordion_content li {
    font-size: 13px; }

  .video-player.privado .poster .pass {
    margin-top: 50px; }
  .video-player.privado iframe {
    display: none; }

  header .header_bottom a.popup_menu {
    display: block;
    width: 40px;
    padding-left: 0; }
    header .header_bottom a.popup_menu .line,
    header .header_bottom a.popup_menu .line:before,
    header .header_bottom a.popup_menu .line:after {
      width: 40px;
      height: 2px;
      transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s !important; }
    header .header_bottom a.popup_menu .line:before {
      top: -8px; }
    header .header_bottom a.popup_menu .line:after {
      top: 8px; }
    header .header_bottom a.popup_menu:not(.opened) .line,
    header .header_bottom a.popup_menu:not(.opened) .line:before,
    header .header_bottom a.popup_menu:not(.opened) .line:after {
      background-color: #000; }
    header .header_bottom a.popup_menu.opened .line {
      width: 100px; }
  header .header_bottom .header_bottom_right_widget_holder {
    padding-right: 40px; }
  header .header_inner_left {
    z-index: 111;
    margin: 0 !important; }
    header .header_inner_left .q_logo a {
      height: 35px !important; }
      header .header_inner_left .q_logo a img.popup {
        filter: invert(1); }
    header .header_inner_left .mobile_menu_button {
      visibility: hidden; }
  header .mobile_menu {
    display: none !important; }

  .popup_menu_holder {
    background-color: #284E49; }
    .popup_menu_holder nav.popup_menu ul li a {
      font-size: 30px;
      font-weight: 400;
      line-height: 1.7;
      text-transform: none;
      letter-spacing: 1px;
      color: #fff; }
    .popup_menu_holder nav.popup_menu ul li.lang-item.lang-item-first {
      margin-top: 30px; }
    .popup_menu_holder nav.popup_menu ul li.lang-item.current-lang > a {
      pointer-events: none; }
    .popup_menu_holder nav.popup_menu ul li.lang-item > a {
      margin: 0 15px;
      font-size: 24px; }

  footer .footer_top_holder .footer_top {
    padding: 0 40px; }
  footer .footer_top_holder .column1,
  footer .footer_top_holder .column2,
  footer .footer_top_holder .column3 {
    height: 375px;
    padding: 50px 0; }
  footer .footer_top_holder .column2,
  footer .footer_top_holder .column3 {
    padding-left: 30px; }

  .home #intro h1 {
    padding: 0 7%; }
  .home #cursos {
    padding-top: 40px; }
    .home #cursos .section_inner_margin {
      margin: 0; }

  .page-about #intro {
    height: 400px; }
    .page-about #intro h1 {
      padding: 50px 0 50px 50px;
      font-size: 70px; }

  .featured-event .info {
    padding-right: 40px; }
    .featured-event .info .main-link {
      font-size: 42px; }
  .featured-event .ponentes {
    padding-left: 30px; }

  .eventos-wrapper {
    padding-top: 40px; }

  .eventos-grid .item .img {
    height: 145px; }
  .eventos-grid .item .data h3 {
    font-size: 20px; }

  .evento #intro,
  .curso #intro {
    height: 500px; }
    .evento #intro h1,
    .curso #intro h1 {
      width: 80%;
      margin-top: 40px; }
  .evento .main,
  .curso .main {
    padding-top: 50px; }

  .evento .contenido {
    padding-right: 40px; }
    .evento .contenido h2:not(:first-child) {
      margin-top: 50px; }

  .curso .main {
    width: 100%; }

  .cursos-grid .item {
    padding: 40px 0; }
    .cursos-grid .item .img {
      padding-right: 40px; }
      .cursos-grid .item .img a {
        height: 290px; }
    .cursos-grid .item .info {
      padding-left: 40px; }
      .cursos-grid .item .info .main-link {
        font-size: 40px; }
  .cursos-grid.in-home .item .info .main-link {
    font-size: 20px; }
  .cursos-grid.in-home .item .img a {
    height: 150px; }

  .page-asociate {
    padding: 0; }
    .page-asociate #intro {
      height: 580px; }
      .page-asociate #intro h1 {
        font-size: 70px; }
    .page-asociate #suscrip {
      margin-top: -380px; }
      .page-asociate #suscrip .suscrip-box {
        width: 100%;
        padding: 45px; }

  .page-contacto #intro a {
    font-size: 30px; } }
/* *********************************************************************************************************************
 * VERTICAL MOBILES AND DOWN  < 768
 */
@media screen and (max-width: 767px) {
	.featured-event_content{
        flex-direction: column;
  }
  div.grid_section .section_inner,
  .container_inner {
    width: 85% !important; }

  #back_to_top {
    right: 0 !important; }

  #cookie-notice {
    width: 100%; }

  .content_bottom {
    padding: 40px 0 10px 0; }
    .content_bottom h2 {
      font-size: 40px; }
    .content_bottom .wpcf7 {
      width: 90%; }
      .content_bottom .wpcf7 input.wpcf7-submit {
        width: auto !important; }

  #intro {
    height: 100px; }
    #intro h1 {
      font-size: 37px;
      line-height: 90px; }

  .wpcf7-form .block-legal {
    font-size: 16px; }
  .wpcf7-form .togglebuttons > .wpcf7-list-item .wpcf7-list-item-label {
    padding: 6px 15px;
    font-size: 13px; }
  .wpcf7-form .togglebuttons > .wpcf7-list-item.last .wpcf7-list-item-label {
    padding-left: 40px; }
  .wpcf7-form input.wpcf7-submit {
    width: 100% !important; }

  .equipo .item {
    width: 100%;
    padding: 40px 10%; }

  .video-player.privado .poster .pass {
    width: 100%;
    margin-top: -10px;
    padding: 20px; }
    .video-player.privado .poster .pass h4 {
      font-size: 16px;
      line-height: 1.2; }
    .video-player.privado .poster .pass a.boxed-link {
      display: inline-block; }
  .video-player.privado iframe {
    display: none; }

  header .header_bottom {
    padding: 0 30px 0 calc(7.5% - 5px); }
    header .header_bottom .header_bottom_right_widget_holder {
      display: table-cell;
      padding-right: 30px; }
  header .header_inner_left .logo_wrapper {
    left: 0;
    height: 70px !important; }
  header .header_inner_left .q_logo a {
    height: 25px !important;
    left: 0;
    margin-top: -3px; }

  .side_menu_button,
  .mobile_menu_button {
    height: 70px !important; }

  .popup_menu_holder nav.popup_menu ul li a {
    font-size: 32px; }

  footer {
    text-align: center !important;
    		/* .footer_bottom_holder .footer_bottom {
    			padding-bottom: 30px;
    			text-align: center !important;
    
    			span + a {
    				padding-bottom: 0;
    			}
    
    			a {
    				display: block;
    				position: relative !important;
    				margin: 0 !important;
    				line-height: 1.2;
    			}
    		} */ }
    footer .footer_top_holder .footer_top {
      padding: 40px 0; }
    footer .footer_top_holder .column1,
    footer .footer_top_holder .column2,
    footer .footer_top_holder .column3 {
      height: auto;
      padding: 10px 0; }
    footer .three_columns > div {
      margin-bottom: 15px !important;
      padding-left: 0 !important;
      border: 0 !important; }

  .home #intro h1 {
    font-size: 32px; }
  .home #intro.init .bt-follow {
    top: 70vh; }

  .page-about #intro {
    height: 340px;
    background-size: cover; }
    .page-about #intro .full_section_inner {
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6); }
    .page-about #intro h1 {
      padding: 40px 0 0 20px;
      font-size: 60px;
      color: #fff; }
    .page-about #intro p {
      width: 100%;
      max-width: none;
      padding: 20px;
      color: #fff; }

  .featured-event {
    padding: 30px 0; }
    .featured-event .info {
      width: 100%;
      padding-right: 0;
      border: 0; }
      .featured-event .info .main-link {
        font-size: 32px; }
      .featured-event .info .data {
        margin: 20px 0 30px 0; }
    .featured-event .ponentes {
      width: 100%;
      margin-top: 40px;
      padding-left: 0; }

  .eventos-grid .item {
    width: 100%;
    margin-bottom: 30px; }
    .eventos-grid .item:last-child {
      margin-bottom: 0; }
    .eventos-grid .item .img {
      height: 200px; }
    .eventos-grid .item .data {
      padding-top: 15px; }
      .eventos-grid .item .data h3 {
        font-size: 25px; }
      .eventos-grid .item .data .date {
        margin-top: 0; }

  .evento #intro h1,
  .curso #intro h1 {
    width: 100%;
    margin-top: 20px;
    font-size: 36px; }
  .evento .main,
  .curso .main {
    padding-top: 40px; }

  .evento .main {
    padding-bottom: 40px; }
  .evento .contenido {
    width: 100%;
    padding-right: 0; }
    .evento .contenido > * {
      margin-bottom: 20px; }
    .evento .contenido h2:not(:first-child) {
      margin-top: 40px; }
    .evento .contenido a.boxed-link {
      display: block;
      text-align: center;
      margin-left: 0 !important; }
  .evento .sidebar {
    width: 100%;
    margin-top: 70px; }
    .evento .sidebar a.boxed-link {
      display: block;
      text-align: center; }

  .page-cursos #intro h1 {
    padding-left: 5px; }

  .curso .contenido {
    width: 100%;
    margin-top: 30px; }
    .curso .contenido > * {
      margin-bottom: 20px; }
    .curso .contenido h2:not(:first-child) {
      margin-top: 40px; }
    .curso .contenido a.boxed-link {
      display: block;
      text-align: center;
      margin-left: 0 !important; }
  .curso .detalles {
    margin-top: 40px; }
    .curso .detalles a.boxed-link {
      display: block;
      text-align: center; }

  .cursos-grid .item {
    padding: 30px 0;
    border: 0; }
    .cursos-grid .item .section_inner {
      width: calc(100% - 40px) !important; }
    .cursos-grid .item .img {
      width: 100%;
      padding-right: 0; }
      .cursos-grid .item .img a {
        height: 220px; }
    .cursos-grid .item .info {
      width: 100%;
      margin-top: 20px;
      padding-left: 0; }
      .cursos-grid .item .info .main-link {
        font-size: 25px; }
      .cursos-grid .item .info .data {
        margin: 20px 0; }
  .cursos-grid.in-home .item {
    width: 100%;
    margin-bottom: 50px; }
    .cursos-grid.in-home .item:last-child {
      margin-bottom: 0; }
    .cursos-grid.in-home .item .info {
      margin-top: 10px; }
      .cursos-grid.in-home .item .info .main-link {
        margin-bottom: 10px;
        font-size: 25px; }
      .cursos-grid.in-home .item .info .data {
        margin-top: 15px; }
    .cursos-grid.in-home .item .img a {
      height: 200px; }

  .page-form .form-head {
    margin: 30px 0 -20px 0; }
  .page-form #form .wpcf7 {
    width: 100%;
    margin: 40px 0; }
    .page-form #form .wpcf7 .socio-tipo h5 + p {
      margin: 0;
      text-align: left; }
    .page-form #form .wpcf7 .socio-cuota a {
      margin: 0 0 20px 0; }

  .page-asociate {
    padding: 0; }
    .page-asociate #intro {
      height: 280px; }
      .page-asociate #intro h1 {
        padding: 0 20px;
        font-size: 50px; }
    .page-asociate #suscrip {
      margin-top: -80px; }
      .page-asociate #suscrip .suscrip-box {
        margin-bottom: 30px;
        padding: 40px; }
        .page-asociate #suscrip .suscrip-box h3 {
          font-size: 32px; }
        .page-asociate #suscrip .suscrip-box p {
          margin: 30px 0; }
    .page-asociate .info {
      padding: 30px 0 60px 0; }
      .page-asociate .info p {
        width: 100%;
        font-size: 18px; }

  .page-contacto #intro {
    height: auto;
    border: 0;
    text-align: center !important; }
    .page-contacto #intro h1 {
      margin: 40px 0 30px 0; }
    .page-contacto #intro h3 {
      margin-bottom: 20px;
      font-size: 16px; }
    .page-contacto #intro a {
      font-size: 26px; }
    .page-contacto #intro .rounded {
      display: block;
      float: none;
      width: 60%;
      margin: 40px auto 60px auto; }

  .page-legal .content .content_inner {
    margin: 50px 0 0 0; }
  .page-legal .wpb_text_column {
    padding: 0 10px 100px 10px; }
    .page-legal .wpb_text_column h1 {
      font-size: 30px; }
    .page-legal .wpb_text_column h2 {
      font-size: 22px; }
    .page-legal .wpb_text_column p, .page-legal .wpb_text_column table, .page-legal .wpb_text_column li {
      font-size: 13px; } }

.custom-content p{
	    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    align-content: center;
    gap: 20px;
}
/* *********************************************************************************************************************
 * SMALL DEVICES  < 350
 */
