/*
Theme Name: Sozpic Base 
Theme URI: https://www.sozpic.com
Author: Roberto Marin & Fran Moreno
License: The Unlicense
License URI: LICENSE
Text Domain:  Sozpic
Version: 1.0
*/
/* FONTS */

@font-face {
  font-family: "Circular Std";
  src: local("Circular Std"), url("fonts/CircularStd-Book.woff2") format("woff2"), url("fonts/CircularStd-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Circular Std";
  src: url("fonts/CircularStd-Medium.woff2") format("woff2"), url("fonts/CircularStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circular Std";
  src: local("Circular Std Bold"), url("fonts/CircularStd-Bold.woff2") format("woff2"), url("fonts/CircularStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Circular Std";
  src: local("Circular Std Black"), url("fonts/CircularStd-Black.woff2") format("woff2"), url("fonts/CircularStd-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

:root {
  --orange: #e3a83d;
  --dark-orange: #c89332;
}

/* GENERAL */

html {
}
body {
  font-family: "Circular Std", sans-serif;
  color: #666;
  line-height: 1.4;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

a {
  color: #555555;
  outline: none;
}

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

img.aligncenter {
  margin: auto;
  display: block;
}

/* animated element */

.animated-element {
  opacity: 0;
  display: block;
}

.animated-element.visible {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-animation: moveUp 1.4s ease forwards;
  -moz-animation: moveUp 1.4s ease forwards;
  -ms-animation: moveUp 1.4s ease forwards;
  animation: moveUp 1.4s ease forwards;
}

@-webkit-keyframes moveUp {
  0% {
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes moveUp {
  0% {
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-ms-keyframes moveUp {
  0% {
  }

  100% {
    -ms-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveUp {
  0% {
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.animated-element.delay1 {
  animation-delay: 0.5s;
}

p {
  margin: 0 0 20px;
  line-height: 1.5em;
}

hr {
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
small,
.small-font {
  font-size: 13px;
}

.relative {
  position: relative;
}

hr {
}
hr.animated-hr {
  background: url(img/svg/hr_smile.svg) repeat-x left center;
  background-size: auto 100%;
  height: 30px;
  width: 100%;
  border: none;
  position: relative;
}

iframe {
  max-width: 100%;
  height: auto;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  /* text-decoration: underline; */
}

.decoration-none,
.text-decoration-none {
  text-decoration: none;
}

.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-underline {
  text-decoration: underline;
}

.justify {
  text-align: justify;
}

.small-font,
.font-small {
  font-size: 12px;
}
.text-decoration-none {
  text-decoration: none;
}
.thumb-container.hover-effect.rounded {
  border-radius: 50%;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1250px;
}
.rounded {
  border-radius: 13px;
}
section {
  position: relative;
}
.text-bold {
  font-weight: bold !important;
}
.padding-vertical-content {
  padding: 30px 0;
}
.padding-content {
  padding: 30px 0px;
}
.padding-content.white-content + .padding-content.white-content {
  padding-top: 0;
}

.container.no-gutters-mobile {
  padding: 0;
}
.container.no-gutters-mobile .row {
  margin: 0;
}

.container.no-gutters-mobile .row > * {
  padding: 0;
}

.decorated-content {
  position: relative;
  background-color: #f6f6f6;
  font-size: 18px;
}

.testimonials-content {
  background: linear-gradient(180deg, #f5f9ff 0%, #edf1f5 40%) !important;
}

.decorated-content > * {
  position: relative;
}

.decorated-content .container {
  z-index: 1;
}

.decorated-content:before,
.decorated-content:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 240px;
  height: 230px;
  opacity: 0.3;
}

.decorated-content:before {
  background-image: url(img/svg/toc_dec2.svg);
  top: 0;
  left: 0;
  background-position: left top;
  /* z-index: 1; */
  display: none;
}
.decorated-content:after {
  background-image: url(img/svg/toc_dec1.svg);
  right: 0;
  bottom: 0;
  background-position: right bottom;
  background-size: auto 100%;
}

.thumb-container {
  display: block;
  text-decoration: none;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.thumb-container.absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.thumb-container.decorated-thumb {
  position: relative;
  /* margin: 20px; */
  border-radius: 30px 0;
}
.thumb-container.decorated-thumb:before,
.thumb-container.decorated-thumb:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
}

.thumb-container.hover-effect:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(76 121 187 / 30%);
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

*:hover > .thumb-container.hover-effect:before {
  visibility: visible;
  opacity: 1;
}
/*
.thumb-container.hover-effect:after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background: url(img/svg/icon_plus_orange.svg) no-repeat center center;
  background-size: 40px;
  transition: all 0.4s;
  transform: translate3d(0, 30px, 0);
  opacity: 0;
  visibility: hidden;
}
*:hover > .thumb-container.hover-effect:after {
  transform: translate3d(0, 0px, 0) rotate(90deg);
  opacity: 1;
  visibility: visible;
}*/

.thumb-container.masked {
  /*
																								-webkit-mask-image: url(img/svg/slider_mask2.svg);
																								-webkit-mask-size: 100% 100%;
																								*/
  min-height: 200px;
}

/* bordered-content */

.bordered-content {
  border: 3px solid #4c79bb;
  padding: 20px;
  margin: 0 0 20px;
  border-radius: 15px;
  background-color: #ffffff;
}

/* ANCHORS */

ul.anchors {
  padding: 0;
  margin: 0;
}
ul.anchors > li {
  list-style: none;
  margin: 9px 20px 4px 0px;
  font-size: 16px;
}
ul.anchors > li a {
  text-decoration: none;
}

ul.anchors > li a.active,
ul.anchors > li.active a {
  border-bottom: 2px solid #e3a93d;
}
ul.anchors > li a .number {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-right: 4px;
}
ul.anchors > li a:hover {
}

/* COLORS */

.gray,
.gray a,
a.gray {
  color: #adadad;
}

.gray-content {
  background-color: #adadad;
}

.lightgray {
  color: #f5f5f5;
}
.lightgray-content {
  background-color: #fafafa;
}
.lightorange-content {
  background-color: rgb(249 238 217);
}

.lightblue-content {
  background-color: rgb(238 243 249);
}

.white,
.white a,
a.white {
  color: #ffffff !important;
}

.white-content {
  background-color: #fff;
}

.black,
.black a,
a.black {
  color: #000;
}
.gold,
a.gold,
.gold a,
.orange,
a.orange,
.orange a {
  color: #e5ad53 !important;
}
.gold-content,
.orange-content {
  background-color: #e5ad53;
}

.orange-headings [class*="h"] {
  color: #e5ad53;
}

/*
																							.orange{
																								color: #df992a;
																							}
																							*/

/*
																								.blue{
																									color: #5986c5;
																								}
																							*/
.blue,
a.blue,
.blue a {
  color: #4c79bb !important;
}
.blue-content {
  background-color: #4c79bb;
}
.blue-headings .h1,
.blue-headings .h2,
.blue-headings h1,
.blue-headings h2 {
  color: #4c79bb;
}

.dark,
.dark a,
a.dark {
  color: #575756 !important;
}

.dark-content,
a.dark-content {
  background-color: #575756;
  color: #ffffff;
}

.dark-content a {
  color: #ffffff;
}

/* TITLES &  HEADINGS & FONTS CLASSES */

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  clear: both;
  line-height: 1.2;
  margin: 0 0 15px;
  font-family: "Circular Std", sans-serif;
  font-weight: 900;
  display: block;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.3;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  margin: 0 0 1rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
}

h1,
.h1 {
  font-size: 38px;
  line-height: 1;
  font-weight: 500;
  display: block;
}

h2,
.h2 {
  font-size: 24px;
  font-weight: 500;
}

h3,
.h3 {
  font-size: 23px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 15px;
}

.cursiva,
.cursive {
  font-style: italic;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 300;
}

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

strong,
.bold,
.bold small,
.font-bold {
  font-weight: 700;
}

.blockquote,
blockquote {
  padding: 30px 50px;
  background: #fcf6ea;
  border-radius: 20px;
  margin: 40px 0px;
}

.section-title {
  position: relative;
  padding: 0 0 10px;
}

.section-title.h2:after {
  display: none;
}

.section-title > span {
}

ol.decorated-ol,
.thecontent ol {
  list-style: none;
  counter-reset: counter;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 30px;
  padding: 0;
}
ol.decorated-ol li,
.thecontent ol li {
  width: 100%;
  counter-increment: counter;
  position: relative;
  left: 0;
  padding: 5px 0px 5px 50px;
  margin: 0 0 13px;
}
ol.decorated-ol li::before,
.thecontent ol li:before {
  content: counter(counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #e5ad53;
  box-shadow: 0px 0px 15px -10px #555;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

.thecontent iframe {
  border: none;
  height: 350px;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive .play-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive-16by9::before,
.size16by9 {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before,
.size4by3 {
  padding-top: 75%;
}

.embed-responsive-21by9::before,
.size21by9 {
  padding-top: 42.857143%;
}

.embed-responsive-1by1::before,
.size1by1 {
  padding-top: 100%;
}

.text-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* buttons */

button,
.button,
input[type="submit"],
a.button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline: none;
  border: none;
  line-height: 1;
  text-decoration: none;
  padding: 12px 30px;
  margin: 0;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 0;
  display: inline-block;
  border-radius: 0px;
  font-size: 18px;
  white-space: nowrap;
}
.button,
a.button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline: none;
  border: none;
  line-height: 1;
  text-decoration: none;
  padding: 8px 24px 10px 25px;
  /* min-width: 170px; */
  border-radius: 20px;
  font-weight: 500;
}

.button.large-button {
  font-size: 19px;
  padding: 15px 20px;
  margin: 30px auto;
  font-size: 16px;
  padding: 15px 20px;
  min-width: 200px;
}
.button.border-button {
  border: 1px solid;
}

.button.small-button {
  font-size: 11px;
  padding: 7px 18px;
  min-width: 100px;
}

/* Effect button */

.button.effect-button {
  position: relative;
  overflow: hidden;
  border: 1px solid;
}
.button.effect-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale3d(0, 1, 1);
  transform-origin: left;
}
.button.effect-button:hover {
  -webkit-transform: scale3d(1, 1, 1);
  color: #ffffff;
  opacity: 1;
  border-color: #e19e35;
}
.button.effect-button > span {
  position: relative;
  transition: all 0.4s;
}
.button.effect-button:hover > span {
  color: #ffffff;
}
.button.effect-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 101%;
  transition: all 0.4s;
  -webkit-transform: scale3d(0, 1, 1);
  transform-origin: left;
  background: #e19e35;
}
.button.effect-button:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
}

.blue-content .button.effect-button {
  color: #ffffff;
  border-color: #fff;
}
.blue-content .button.effect-button:hover > span {
  color: #4c79bb;
}

.blue-content .button.effect-button:before {
  background-color: #ffffff;
}
.orange-content .button.effect-button:hover > span {
  color: #e5ad53;
}

.orange-content .button.effect-button {
  color: #ffffff;
  border-color: #fff;
}
.orange-content .button.effect-button > span {
  color: #ffffff;
}

.orange-content .button.effect-button:before {
  background-color: #ffffff;
}
.orange-content .button.effect-button:hover > span {
  color: #e5ad53;
}

/* New button */
a.n-btn,
.n-btn {
  background: white;
  text-decoration: none;
  color: var(--orange) !important;
  display: flex;
  justify-content: space-between;
  padding: 8px 12px 8px 16px;
  border-radius: 30px;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  display: inline-flex;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.n-btn:hover,
.n-btn:focus {
  color: #4c79bb !important;
}

.n-btn .arrow {
  background: var(--orange);
  border-radius: 50px;
  height: 30px;
  width: 30px;
  padding: 8px;
  margin-left: 16px;
  transition: all 0.2s ease-in-out;
}

.n-btn:hover .arrow,
.n-btn:focus .arrow {
  background: #4c79bb !important;
}

@-webkit-keyframes moveUp {
  0% {
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes moveUp {
  0% {
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-ms-keyframes moveUp {
  0% {
  }

  100% {
    -ms-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveUp {
  0% {
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* aside */

#aside {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, visibility 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
  will-change: transform, opacity, visibility;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 2px;
  padding: 70px 0px 50px;
}

.menu-active #aside:before {
  transform: translate3d(0, 0%, 0);
}

.menu-active #aside:after {
  opacity: 0.08;
}

.menu-active #aside {
  opacity: 1;
  visibility: visible;
  z-index: 6;
}

#aside > div {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#aside .menu {
  width: 100%;
}
#aside ul.menu {
  margin: 0 auto;
  list-style: none;
  /* overflow-x: hidden; */
  padding: 0;
  width: 100%;
}

#aside ul.menu > li {
  position: relative;
  margin: 0 0 9px;
  /*opacity: 0;*/
  /*transform: translate3d(0,-50px,0);*/
}

.menu-active #aside ul.menu > li {
  transition: all 0.7s;
  opacity: 1;
  transform: none;
}
#aside ul.menu > li > a {
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 2px 0;
  line-height: 1.1;
  padding: 2px 0px;
  font-style: italic;
  font-size: 27px;
  font-weight: bold;
  color: #e5ad53;
}

#aside ul.menu > li > a span {
  background-color: #fafafa;
  padding-right: 10px;
  position: relative;
}

#aside ul.menu > li > a {
  text-transform: uppercase;
}

#aside ul.menu > li.menu-item-has-children > a {
  padding-right: 20px;
}

#aside ul.menu > li.menu-item-has-children > a {
  position: relative;
}

/*#aside ul.menu > li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #e5ad53;
}*/

#aside ul.menu > li.menu-item-has-children.sub-menu-active > a:after {
  transform: rotateX(180deg);
}

#aside ul.menu > li {
  margin: 0 0 6px;
}

#aside ul.menu > li > ul {
  margin: 14px 0;
  padding-left: 0;
  max-width: 400px;
  display: flex;
  flex-wrap: wrap;
}

#aside ul.menu > li.sub-menu-active > ul,
#aside ul.menu > li:hover > ul {
  visibility: visible;
}

#aside .menu > li.menu-item-has-children > ul {
}

#aside .menu li.menu-item-has-children.sub-menu-active > ul {
  display: block;
}

#aside ul.menu > li > ul > li {
  padding: 0 10px 1px 0;
  list-style: none;
  margin: 3px 0 0px;
  position: relative;
  width: 50%;
}

#aside ul.menu > li > ul > li:not(:last-child) {
}

#aside ul.menu > li > ul > li > a {
  font-size: 14px;
  text-decoration: none;
  padding: 2px 7px;
  color: #5996d0;
  font-weight: bold;
  text-transform: none;
  transition: all 0.4s;
  display: block;
}

#aside ul.menu > li > ul > li:hover > a,
#aside ul.menu > li > ul > li.current-menu-item > a {
  color: #e5ad53;
}

#aside ul.menu > li > ul > li:hover > a,
#aside ul.menu > li > ul > li.current-menu-item > a:hover {
  color: #5895d0;
}

#aside ul.menu > li > ul > li.current-menu-item .sub-menu a {
  color: var(--orange);
}

#aside ul.menu > li > ul > li.menu-item-has-children > a {
  position: relative;
}

#aside ul.social-links {
  display: flex;
}

#aside ul.social-links li {
}

#aside ul.social-links li a {
}

#aside ul.social-links li a i {
}

/* HEAD */
#head {
  padding: 10px 0;
  position: fixed;
  z-index: 6;
  width: 100%;
}

.fixed-head #head {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  transition: all 0.3s;
}

body:not(.menu-active) #head {
  /* background-color: #fff; */
  z-index: 4;
}

body:not(.menu-active).scrolling #head {
  box-shadow: 0 6px 5px -7px #888;
  background: white;
}

#head .logo {
  width: 130px;
  display: block;
}

#head .logo > * {
  transition: all 0.3s ease;
  display: block;
}

.hamburger-box {
  height: 16px;
  width: 24px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #4c79bb;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #e3a93d;
  top: -1px;
}

.hamburger > span {
  color: #4c79bb;
  margin-right: 4px;
  transition: all 0.4s;
}
.hamburger.is-active > span {
  color: #e5ad53;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 24px;
  height: 2px;
}
.hamburger--spring .hamburger-inner:before {
  top: 6px;
}
.hamburger--spring .hamburger-inner:after {
  top: 12px;
}

#join-button {
  position: relative;
  padding-right: 36px;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 30px;
  transition: all 0.4s;
  margin-left: 20px;
}
#join-button:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #e5ad53 url(img/svg/smile_white.svg) no-repeat center center;
  background-size: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
  right: 0;
  animation: rotate 4s infinite;
}

@-webkit-keyframes rotate {
  0% {
  }

  30% {
    -webkit-transform: translateY(-50%) rotateX(360deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotateX(360deg);
  }
}
body.join-active #join-button:after {
  transform: translateY(-50%) rotate(180deg);
}
#join-button:hover {
  color: #5996d0;
}
#join-button:hover:after {
  background-color: #4c79bb;
  animation: none;
}

/* SOCIAL LINKS */
ul.social-links {
  padding: 0;
  margin: 0;
}

ul.social-links > li {
  list-style: none;
  margin: 0px 20px 10px 0px;
}

ul.social-links > li a {
  display: flex;
  text-align: center;
  font-size: 26px;
  text-decoration: none;
  border: none;
  justify-content: center;
  align-items: center;
  color: #4b79bb;
}

ul.social-links > li a:hover {
  color: #e3a83d;
}

.dark-content ul.social-links > li a {
  text-shadow: none;
  box-shadow: none;
}

ul.social-links > li a i {
}

ul.social-links > li a:hover {
}

/* MAIN */
#main {
  position: relative;
  padding-top: 45px;
}

#main section:last-child {
  padding-bottom: 250px !important;
}

/* owl carousel */
.owl-carousel {
  position: relative;
}

.owl-dots {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1110px;
  text-align: center;
}

.owl-dots .owl-dot {
  width: 17px;
  height: 17px;
  position: relative;
  border-radius: 0;
  border: none;
  margin: 16px 5px 8px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  border: 3px solid #e5ad53;
}

.owl-dots .owl-dot.active {
  background: #e5ad53;
}

.owl-nav {
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  font-size: 0;
  width: 26px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav .owl-prev {
  background-image: url(img/svg/arrow_left_orange.svg);
  right: 100%;
  margin-right: 20px;
}

.owl-carousel .owl-nav .owl-next {
  left: 100%;
  background-image: url(img/svg/arrow_right_orange.svg);
  margin-left: 20px;
}

/* forms */
label {
  font-size: 15px;
}

.input-content,
.input-wrapper {
  position: relative;
  margin: 0 0 12px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 0 solid transparent;
  padding: 10px;
  margin: 0;
  border-radius: 0;
  display: block;
  width: 100%;
  font-size: 14px;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  background: #f5f5f5;
}

::-webkit-input-placeholder {
  color: #aaa;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa;
}

textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 10px;
  margin: 0 0 30px;
  border-radius: 0;
  display: block;
  width: 100%;
  min-height: 131px;
  border: none;
  font-size: 14px;
  outline: none;
  background: #ededed;
}

/* easydropdown */
.dropdown {
  width: 100%;
  margin: 0;
  background: #ffffff;
  min-height: 41px;
  border-radius: 0;
}

.dropdown .selected {
  font-style: normal;
  padding: 9px 10px 4px 10px;
  font-size: 14px;
  color: #414141;
}

.dropdown div {
  background: #ffffff;
}

.dropdown ul {
  padding: 0;
  margin: 0;
}

.dropdown ul li {
  font-size: 14px;
  padding: 10px 12px;
  border-bottom: 1px solid #ccc;
  color: #414141;
}

.dropdown ul li.active {
}

.dropdown ul li.focus {
  background: #b33038;
  color: #fff;
}

/* checkbox-container */
ul.checkboxes {
  padding: 0;
}

.checkbox-container {
  position: relative;
}

.checkbox-container input[type="checkbox"],
.checkbox-container input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.checkbox-container input[type="checkbox"] + label {
  position: relative;
  min-height: 20px;
  padding-left: 30px;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
}

.checkbox-container input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 0px;
}

.checkbox-container input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-radius: 0px;
  transition: all 0.3s;
}

.checkbox-container input[type="checkbox"]:checked + label:after {
  background-color: #cb3959;
}

span.help-block.form-error {
  color: #fff;
  position: absolute;
  right: 0;
  background: #b94948;
  top: 100%;
  font-weight: 700;
  font-size: 9px;
  padding: 3px;
  z-index: 1;
}

/* footer */

#footer {
  z-index: 2;
  background-image: url(img/footer-bg.png);
  background-size: cover;
  background-position: top center;
  padding-top: 0px !important;
  color: #4c79bb;
  padding: 40px 0 0;
  font-size: 16px;
  margin-top: -310px !important;
  position: relative;
}

#footer .footer-title {
  color: #335e9d;
  font-weight: bold;
  font-size: 22px;
}

#footer ul.menu {
  padding: 0;
  margin: 0 0 50px;
}

#footer ul.menu > li {
  margin: 0 0 4px;
  list-style: none;
}

#footer ul.menu > li > a {
  display: block;
  font-size: 13px;
  text-decoration: none;
  padding: 2px 0;
  line-height: 1.5;
  padding: 2px 0px;
  font-size: 18px;
  color: #4c79bb;
}

#footer ul.menu > li > a {
  transition: all 0.3s;
}
#footer ul.menu > li > a:hover {
  color: #e5ad53 !important;
}

#footer ul.menu > li > ul {
  display: none;
}

#footer .footer-end {
  color: #8baad8;
}

#footer .footer-end a {
  color: #8baad8;
}

#footer .footer-end a:hover {
  color: var(--orange);
}

#footer a.logo {
}

#footer ul.social-links {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
  align-items: flex-start;
  align-content: flex-start;
  margin: 20px 0px;
}

#footer .h3,
#footer .h4 {
}

#footer .icon-text {
  font-size: 18px;
  margin-bottom: 0.5em;
}

#footer .icon-text i {
  font-size: 26px;
  min-width: 26px;
  position: relative;
  top: 3px;
}
#footer ul.legal-menu {
  padding: 0;
  margin: 20px 0;
}

#footer ul.legal-menu > li {
  list-style: none;
  margin: 0 3px;
  list-style: none;
  margin: 0 0 8px;
  margin-right: 10px;
  padding-right: 6px;
}
#footer ul.legal-menu > li a {
  text-decoration: none;
}

#footer.no-cta {
  padding-top: 250px !important;
}

/* hidden content */
.trigger-hidden-content {
}

.hidden-content {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  width: 300px;
  z-index: 1;
  padding: 25px;
  box-shadow: 0 -1px 17px -7px #666;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.hidden-content.hc-right-bottom {
  right: 0;
  top: 100%;
}

.hidden-content.hc-center-bottom {
  right: 14px;
  top: 100%;
}

.hidden-content.active {
  visibility: visible;
  opacity: 1;
}

.hidden-content > div:before {
  content: "";
  position: absolute;
}

.hidden-content.hc-right-bottom > div:before {
  bottom: 100%;
  right: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}

/* MODAL */

.custom-modal {
  background: rgba(0, 0, 0, 0.7);
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.custom-modal.active {
  opacity: 1;
  visibility: visible;
}
body.modal-open {
  overflow: hidden;
}

.custom-modal > div {
  position: relative;
  width: auto;
  margin: 40px auto;
  max-width: 770px;
  border: 9px solid;
  background-color: #fff;
}

.custom-modal div.thumb-container {
  opacity: 0.1;
}
.custom-modal .close-modal {
  position: absolute;
  right: 13px;
  top: 13px;
  font-size: 36px;
  line-height: 1;
  z-index: 1;
  width: 34px;
}
.custom-modal .close-modal img {
  width: 100%;
}
.custom-modal div.content,
.custom-modal div.thecontent {
  position: relative;
  padding: 50px 30px 20px;
  background: #ededed4d;
  text-align: left;
}

.custom-modal div.thecontent .title {
  font-size: 42px;
}
.custom-modal div.thecontent .button {
}
.custom-modal div.thecontent .h4 {
  border-bottom: 1px solid;
  text-align: center;
}
.custom-modal .content {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 30px;
}
.custom-modal .content .title {
  line-height: 1.1;
  margin: 0 0 30px;
}
.custom-modal .content .title p {
}
.custom-modal .content .button {
}

/* TITLE SECTION */

.title-section {
  padding: 40px 0px;
  min-height: 250px;
  margin: 0 0 30px;
}
.title-section .title {
  text-transform: uppercase;
  margin: 0 0 30px;
}
.title-section .thecontent {
  font-size: 20px;
  line-height: 1.1;
}

/* HOME */

.main-slider {
}
.main-slider .item {
}
.main-slider .thumb-container {
  height: 300px;
  /*-webkit-mask-image: url(img/svg/slider_mask2.svg);
																								-webkit-mask-size: 100% 100%;*/
  width: calc(100% - 15px);
  margin: auto;
}
.main-slider .caption {
  padding: 20px 0px;
  min-height: 300px;
}

.main-slider .title {
}
.main-slider .text {
  margin: 0 0 20px;
  font-weight: 600;
  max-width: 430px;
}
.main-slider .button {
}

.main-slider .owl-dots {
  top: calc(100% - 10px);
}

/* HOME SECTIONS */

.home-section {
  margin: 0 0 60px;
}
.home-section .thumb-container {
  height: 250px;
  margin-bottom: 20px;
  background-size: contain;
}

/* FULL CALENDAR */

@media (max-width: 768px) {
  tr:first-child > td > .fc-day-grid-event {
    background: #e3a93d;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 0 !important;
    bottom: 8px;
    left: 3px;
  }

  tr:first-child > td > .fc-day-grid-event .fc-content {
    display: none;
  }
}
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #ffffff;
  border-width: 3px 3px 0px 3px;
  color: #717577;
  font-size: 11px;
}
.fc-unthemed td {
  background-color: rgb(220 230 243);
}
.fc-view {
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 21px -14px;
  padding-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.fc-unthemed td.fc-today {
  background: #fcf8e3;
  /* border: none; */
  border-style: solid;
}
.fc-unthemed th {
  border: none;
  background: #ffffff;
  text-transform: uppercase;
  padding: 3px 10px 3px;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  padding: 7px;
}
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  background: none;
  border-top: none;
  border-bottom: none;
  border-color: #ffffff;
}
.fc-toolbar .fc-prev-button,
.fc-toolbar .fc-next-button {
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100%;
  background-position: center center;
  box-shadow: none;
  border: none;
  width: 40px;
  background-size: contain !important;
}

.fc-toolbar * {
  color: #5897d1 !important;
}
.fc-toolbar .fc-prev-button {
  background-image: url(img/svg/arrow_left_orange.svg);
  background-size: auto 100%;
}
.fc-toolbar .fc-next-button {
  background-image: url(img/svg/arrow_right_orange.svg);
  background-size: auto 100%;
}
.fc-toolbar .fc-prev-button *,
.fc-toolbar .fc-next-button * {
  display: none;
}
.fc-toolbar h2 {
  text-transform: uppercase;
  color: #717577;
}
.fc-toolbar.fc-header-toolbar {
  max-width: 1000px;
  margin: 0 auto 0em;
}
.fc-event,
.fc-event-dot,
.fc-event:hover,
.fc-event-dot:hover {
  color: #e3a93d;
  border: none;
  font-weight: bold;
  background: white;
  border-radius: 8px;
  border: none;
  margin: 0px 5px;
  box-shadow: 4px 5px 4px 3px rgb(0 0 0 / 5%);
  padding: 8px 15px !important;
}
.fc-scroller.fc-day-grid-container {
  overflow: visible !important;
}
.fc-event span.fc-title {
  white-space: pre-line;
  font-weight: bold;
  font-size: 14px;
  color: #4b79bb;
}

.fc-event-container[colspan="2"] a.fc-event {
  text-align: center;
}

.tooltip-inner {
  z-index: 10;
}

td.fc-sat,
td.fc-sun {
  background-color: lightgray;
}

.fc .fc-row .fc-content-skeleton td {
  /* background-color: transparent; */
}

/* EVENTOS */

.event {
  margin: auto;
  font-size: 13px;
}
.event .event-header {
  padding: 20px 0px;
  text-align: center;
  display: block;
  border-bottom: 2px dotted #777;
  margin: 0 0 21px;
}
.event img.event-img {
  width: 100%;
  display: block;
  margin: auto;
}
.event .title {
}
.event .excerpt {
  font-size: 14px;
}
.event .content {
  font-size: 14px;
  line-height: 1.1;
}
.event .button {
  text-transform: uppercase;
  padding: 7px;
}

#date-filters {
  margin: 0 0 30px;
}
#date-filters > * {
  display: block;
  text-decoration: none;
  padding: 8px 20px;
  font-size: 17px;
}
#date-filters > *.current {
  font-weight: bold;
  background-color: #333333;
  color: #ffffff;
}

/* SINGLE */

.nav-link {
  display: block;
  text-decoration: none;
  padding: 10px;
  position: relative;
  margin: 0 0 20px;
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
  color: #4c79bb;
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
}
.nav-link.nav-prev {
  padding-left: 38px;
}
.nav-link.nav-prev:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 30px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(img/svg/arrow_left_orange.svg);
}
.nav-link.nav-next {
  padding-right: 38px;
}
.nav-link.nav-next:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  width: 30px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(img/svg/arrow_right_orange.svg);
}

ul.social-links.share-links {
}
ul.social-links.share-links > li {
  width: auto;
  margin-right: 6px;
}

/* DATA TABLE */

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

table.dataTable thead th,
table.dataTable thead td {
  font-weight: 500;
}

table.dataTable thead th {
  background-color: #414141;
  color: #ffffff;
  text-transform: uppercase;
  border-right: 1px solid #666;
}

table.dataTable thead .sorting_desc {
  background-image: url(img/sort_desc.png);
}
table.dataTable thead .sorting_asc {
  background-image: url(img/sort_asc.png);
}
table.dataTable tbody td {
  font-weight: 500;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #ededed;
}

table.dataTable tbody td.dataTables_empty {
  height: 100px;
  vertical-align: middle;
}
table.dataTable.no-footer {
  border-color: #cccccc;
}

.dataTables_wrapper .dataTables_filter {
  margin: 0 0 20px;
}
.dataTables_wrapper .dataTables_filter input {
  padding: 10px;
  min-height: 30px;
  border: 1px solid #414141;
}
.dataTables_wrapper .dataTables_filter input:active,
.dataTables_wrapper .dataTables_filter input:focus {
  border-color: #cc0435;
  outline: none;
}
.dataTables_wrapper .dataTables_info {
  font-size: 12px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-size: 13px;
  border-radius: 0px;
  border: none !important;
  background: #dddddd;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #414141;
  color: #ffffff !important;
}
/* RECAPTCHA */

.grecaptcha-badge {
  visibility: hidden;
}

/* BLOG CAROUSEL */

.blog-carousel {
}

.blog-carousel .item {
  text-decoration: none;
}
.blog-carousel .item:before {
}
.blog-carousel .item:hover:before {
}
.blog-carousel .item .thumb-container {
  height: 250px;
  overflow: hidden;
}

.blog-carousel .item .thumb-container:after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 80px;
  background: url(img/svg/icon_plus_orange.svg) no-repeat center center;
  background-size: 40px;
  transition: all 0.4s;
  transform: translate3d(0, 30px, 0);
  opacity: 0;
  visibility: hidden;
}
.blog-carousel .item:hover .thumb-container:after {
  transform: translate3d(0, 0px, 0) rotate(90deg);
  opacity: 1;
  visibility: visible;
}
.blog-carousel .item .content {
}
.blog-carousel .item:hover .content {
}
.blog-carousel .item .content .title {
  font-size: 13px;
  font-weight: bold;
  margin: 4px 0px;
}

.blog-carousel .item .content .date {
  font-size: 12px;
}

.nav-page-numbers {
}
.nav-page-numbers > * {
  display: inline-block;
  padding: 7px;
  background: #4c79bb;
  color: #ffffff;
  border-radius: 4px;
  min-width: 39px;
  text-align: center;
}
.nav-page-numbers > span.current {
  background-color: #e3a93d;
}
.nav-page-numbers > a {
  text-decoration: none;
}
.more-link {
  display: none;
}

/*
																							.blog-carousel.owl-carousel .owl-stage-outer{
																								overflow: visible;
																							}
																							
																							.blog-carousel-section{
																								overflow: hidden;
																							}
																							*/

/* FEATURED EVENTS */

.ft-events-carousel {
  width: 200px;
  margin: auto;
}
.ft-event {
  text-decoration: none;
  margin: 0 0 30px;
  display: block;
  margin: 0 auto 20px;
  width: 200px;
}
.ft-event .date {
  background: url(img/svg/day_bg.svg) no-repeat center center;
  background-size: 100%;
  width: 170px;
  height: 200px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding-top: 13px;
  margin: 0 auto 10px;
}
.ft-event .content {
  text-align: center;
  margin: auto;
  font-size: 15px;
}
.ft-event .date .day {
  font-weight: bold;
  width: 100%;
  font-size: 100px;
  line-height: 1;
}
.ft-event .date .month {
  width: 100%;
  line-height: 1;
  font-size: 20px;
}

/* TOOLTIP */

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #4c79bb;
  border-radius: 0.25rem;
}

/* RECAPTCHA */

.grecaptcha-badge {
  visibility: hidden;
}

/* EQUIPO */

.member {
  position: relative;
  display: block;
  margin: 0 0 21px;
  text-decoration: none;
  min-height: 90px;
  text-align: left;
  padding-left: 100px;
  padding-top: 20px;
}
.member .thumb-container {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center top;
  box-shadow: 0 0 15px -10px;
}
.member:hover .thumb-container {
}
.member .thumb-container:before {
}
.member:hover .thumb-container:before {
}
.member .content {
  padding: 10px;
  font-size: 12px;
  line-height: 1.4;
}
.member .content .title {
  font-weight: bold;
  margin: 0 0 2px;
  font-size: 18px;
  line-height: 1.1;
}
.member .content .subtitle {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 14px;
}

.member.first-member .content .subtitle {
  /* margin: 10px 0px; */
  /* font-size: 13px; */
  /* line-height: 1.2; */
}
.member .content p {
  margin: 0;
  font-size: 13px;
}

.single-member {
  padding: 0px;
  border-radius: 0 20px 0 0;
}
.single-member .thumb-container {
  width: 290px;
  height: 290px;
  margin: 0 auto 40px;
  border-radius: 50%;
  background-position: center top;
  box-shadow: 0px 0px 12px -8px;
}
.single-member .thumb-container img {
  width: 100%;
  margin: 0 0 20px;
  border-radius: 0 20px 0 0;
}
.single-member .content {
}
.single-member .content .title {
  font-weight: bold;
  font-size: 32px;
  color: #e5ad53;
  line-height: 1;
  margin: 0 0 10px;
}
.single-member .content .subtitle {
  margin: 0 0 12px;
}
.single-member .thecontent {
}

.single-member .thecontent blockquote {
  background-color: whitesmoke;
}

.cita {
  font-style: italic;
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 11px;
  font-weight: 500;
  margin-top: 30px;
}
.cita p {
  margin: 0 0 5px;
}

/* BLOG */

.search-form {
  display: flex;
  border: 2px solid #4c79bb;
  position: fixed;
  bottom: 10px;
  left: 15px;
  width: calc(100% - 30px);
  background: #f5f5f5;
  z-index: 3;
  box-shadow: 0px 0px 10px -2px #555;
  border-radius: 20px;
  overflow: hidden;
}
.search-form input[type="text"] {
  min-height: 50px;
  background: #f5f5f5;
  font-size: 17px;
}
.search-form button[type="submit"] {
  background: url(img/svg/icon_search_blue.svg) no-repeat center center;
  background-size: 36px;
  background-color: #f5f5f5;
}

.item-list {
  padding: 0;
  margin: 30px 0px;
}
.item-list > li {
  list-style: none;
  margin: 0 0 20px;
}
.item-list > li > * {
  display: block;
  text-decoration: none;
  position: relative;
  background-color: #f2f3f7;
}
.item-list > li > * .thumb-container {
  width: 40%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.item-list > li > * .content {
  padding-left: calc(40% + 10px);
  background-color: #f2f3f7;
}
.item-list > li > * .content .title {
  font-size: 12px;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.2;
  color: #e5ad53;
  display: block;
  text-transform: uppercase;
}
.item-list > li > * .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.item-list > li > * .content .button {
  font-size: 11px;
  min-width: 0;
  padding: 7px 20px;
  background-color: #e5ad53;
  color: #ffffff;
}

.item-list > li:nth-child(2n + 1) .content .title {
  color: #4c79bb;
}
.item-list > li:nth-child(2n + 1) .content .excerpt {
}
.item-list > li:nth-child(2n + 1) .content .button {
  background-color: #4c79bb;
  color: #ffff;
}

.blog-page-carousel {
}
.blog-page-carousel .new {
  position: relative;
}
.blog-page-carousel .new .thumb-container {
  height: 300px;
}
.blog-page-carousel .new .content {
  padding: 10px;
  position: relative;
  bottom: 0;
  width: 100%;
}
.blog-page-carousel .new .title {
  text-decoration: none;
  display: block;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1.3;
}
.blog-page-carousel .new .button {
  font-size: 16px;
}

/* SINGLE */

.single-content .thumb-container {
  height: 250px;
  border-radius: 8px;
}

/* GRAVIT FORM */

.gform_legacy_markup_wrapper {
  margin: 0 !important;
}

.form-content {
  padding: 20px 10px;
}

.form-content .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  background-color: #f5f5f5;
  border: 2px solid #4c79bb;
  min-height: 49px;
  font-size: 15px;
  padding: 10px;
}
.form-content .gform_legacy_markup_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.form-content .gform_legacy_markup_wrapper li.gfield_error textarea {
  border-width: 3px;
}
.form-content .gform_legacy_markup_wrapper textarea.large {
  border: 2px solid #4c79bb;
  background-color: #f5f5f5;
  height: 90px;
  min-height: 90px;
  padding: 10px;
  font-size: 14px;
}

.form-content .gform_wrapper .gfield_label {
  font-size: 15px;
}

.form-content .gform_wrapper .gfield input,
.gform_wrapper .gfield select {
  background-color: #f6f6f6;
  border: 1px solid #4c79bb;
  padding: 12px !important;
  border-radius: 4px;
}

.form-content textarea {
  background-color: #f6f6f6;
  border: 1px solid #4c79bb;
  border-radius: 4px;
  max-height: 100px;
}

.form-content .gform_wrapper input[type="submit"] {
  padding: 13px 50px;
  font-size: 18px;
  border-radius: 50px;
  background: #e3a93d;
  color: #ffffff;
  font-weight: bold;
}

.form-content .gfield_consent_label {
  font-size: 15px;
}

.form-content .gform_wrapper .gfield input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.form-content .gfield_consent_label {
  position: relative;
  padding-left: 27px;
}
.form-content .gfield_consent_label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #f5f5f5;
  border: 3px solid #4c79bb;
}
.form-content .gfield_consent_label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #4c79bb;
  opacity: 0;
  visibility: hidden;
}
.form-content .ginput_container_consent input[type="checkbox"]:checked + .gfield_consent_label:before {
}
.form-content .ginput_container_consent input[type="checkbox"]:checked + .gfield_consent_label:after {
  opacity: 1;
  visibility: visible;
}

.form-content .gform_wrapper .gfield,
.form-content .gform_legacy_markup_wrapper li.gfield.gfield_error,
.form-content .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  position: relative;
  background: none;
  border: none;
  width: 100% !important;
  margin-right: 0 !important;
  max-width: 100% !important;
  min-width: 100% !important;
  padding: 0 !important;
  margin: 0 0 13px;
}

.form-content .gform_wrapper .gform_validation_errors {
  display: none;
}

.form-content .gform_wrapper label a {
  font-weight: bold;
}
.form-content .gform_wrapper [aria-invalid="true"] + label a {
  color: #c02b0a;
}

.form-content .gform_wrapper .gfield_description {
  font-size: 10px;
  background: none;
  border: none;
  font-weight: bold;
  padding: 0;
  display: inline-block;
  background: #fff;
  width: auto;
  padding: 3px !important;
  background: #f0e46e;
  color: #000;
  position: absolute;
  bottom: -11px;
  right: 0;
  font-size: 12px !important;
}

.form-content .gform_wrapper .ginput_container_consent + .gfield_description {
  bottom: -20px;
}

/* CONTACT LIST */

ul.contact-list {
  margin: 20px 0px;
}
ul.contact-list > li {
  margin: 0 0 16px;
  list-style: none;
}
ul.contact-list > li a {
  font-size: 23px;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  display: flex;
  align-items: center;
}
ul.contact-list > li a i {
  min-width: 35px;
  font-size: 33px;
  text-align: center;
}

/* FEATURED LIST */

.numerated-feature {
  position: relative;
  padding-top: 70px;
  font-size: 15px;
  margin: 0 0 30px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 20px 20px 20px 50px;
  border-radius: 7px;
}
.numerated-feature .number {
  font-size: 147px;
  display: block;
  margin: 0 0 10px;
  position: absolute;
  left: 0;
  top: 90px;
  color: #4c79bb;
  opacity: 0.15;
  transform: translate(-50%, -50%);
}

.numerated-feature strong {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #4c79bb;
  line-height: 1.3;
}

/* JOIN POPUP */

#join-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #ffffff;
  height: 100vh;
  padding-top: 44px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  font-size: 18px;
  line-height: 1.4;
}
body.join-active #join-popup {
  visibility: visible;
  opacity: 1;
}

body.join-active #head {
  background: white;
}

#join-popup > div {
  height: 50vh;
  padding: 20px;
  position: relative;
}

#join-popup > div:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(img/svg/smile_white.svg) no-repeat center center;
  opacity: 0.1;
  background-size: auto 60%;
}

#join-popup > div.socio {
}
#join-popup > div.donation {
}

#join-popup > div.donation:before {
  transform: rotate(180deg);
}

#join-popup > div .title {
}
#join-popup > div .content {
  position: relative;
}

/* ARCHIVE */

.archive-list {
  padding: 0;
}
.archive-list > li {
  list-style: none;
}
.archive-list .item {
  display: flex;
  margin: 0 0 20px;
}
.archive-list .item .thumb-container {
  width: 110px;
  min-width: 110px;
  background-color: #ffffff;
  margin-right: 10px;
}
.archive-list .item .excerpt {
  margin: 0 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.archive-list .item .title {
  text-decoration: none;
  margin: 0 0 10px;
  display: block;
}

/* decorated_list */

ul.decorated-list {
  margin: 0px 0px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
ul.decorated-list > li {
  padding-left: 50px;
  margin: 0 0 21px;
  position: relative;
  list-style: none;
  background-color: #ffffff;
  padding: 15px 15px 16px 50px;
  border-radius: 20px;
}
ul.decorated-list > li:before {
  content: "";
  background: url(img/svg/smile_blue.svg) no-repeat center center;
  left: 8px;
  top: 16px;
  width: 28px;
  height: 28px;
  position: absolute;
}

ul.decorated-list > li:nth-child(6n + 2):before,
ul.decorated-list > li:nth-child(6n + 4):before,
ul.decorated-list > li:nth-child(6n + 6):before {
  background-image: url(img/svg/smile_orange.svg);
  transform: rotate(180deg);
}

#modules .thecontent h1,
#modules .thecontent .h1,
#modules .thecontent h2,
#modules .thecontent .h2 {
  color: #4c79bb;
}

.module .thecontent a {
  color: var(--orange);
}

.woocommerce-account .thecontent .woocommerce {
  box-shadow: 66px 66px 114px -56px rgb(0 76 108 / 8%);
  background: white;
  border-radius: 15px;
  padding: 20px;
}

.woocommerce-MyAccount-navigation a,
.woocommerce-MyAccount-navigation {
  text-decoration: none;
}

.woocommerce-MyAccount-navigation a:hover {
  color: var(--orange);
}

.woocommerce-MyAccount-navigation .is-active,
.woocommerce-MyAccount-navigation .is-active a {
  font-weight: bold;
  color: var(--orange);
}


.woocommerce-MyAccount-content form .form-row input.input-text,
.woocommerce-MyAccount-content form .form-row textarea{
	background-color: #fafafa;
}

.bootstrap-table .fixed-table-container .table thead th .th-inner {
  padding: 9px !important;
  text-align: left;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-ResetPassword.lost_reset_password {
  border: 2px solid #4c79bb;
  border-radius: 0px;
  padding: 30px;
  margin: 0 0 60px;
}

/* CHECKOUT */

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 .woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: none;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.woocommerce-checkout {
}
.woocommerce form .form-row {
  margin: 0 0 10px;
}
.woocommerce-checkout .form-row label {
  font-family: "Roboto";
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
.woocommerce-checkout h3 {
  margin: 30px 0px 10px;
}
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"] {
  background-color: #ebe9eb;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0px;
  background-color: #ebe9eb;
  height: 50px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 50px;
  display: flex;
  align-items: center;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: calc(50% - 10px);
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
}

.woocommerce table.shop_table th {
}
.woocommerce table.shop_table td.product-name {
  display: flex;
  align-items: center;
}

.woocommerce table.shop_table .order-total td {
  font-size: 40px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top-color: #4c79bb;
}
.woocommerce-info::before {
  color: #4c79bb;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #4c79bb;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #4c79bb;
  opacity: 0.7;
}

.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  margin: 0 8px;
}

/* ORDER RECEIVED */

.woocommerce .woocommerce-thankyou-order-received {
  font-size: 30px;
  font-family: "Bree Serif", serif;
}

.woocommerce ul.order_details {
  background: #ededed;
  padding: 40px 20px;
}

.woocommerce-table--order-details.shop_table order_details {
  font-size: 14px;
}

.woocommerce form.login label,
.woocommerce form label {
  color: #4c79bb;
  font-weight: bold;
  text-transform: uppercase;
}

.woocommerce form.login button[type="submit"],
.woocommerce form button[type="submit"] {
  background-color: #e5ad53;
  color: #ffffff;
}

.woocommerce-LostPassword.lost_password {
  font-size: 11px;
  margin: 30px 0 0;
}

.woocommerce h2 {
  color: #4c79bb;
}

.whatsapp-group {
  padding-left: 90px;
  background: url(img/whatsapp.png) no-repeat left center;
  background-size: 70px;
  max-width: 530px;
  text-align: left !important;
  margin: 80px auto;
  font-size: 20px;
}

.thecontent {
}
.thecontent img {
  border-radius: 10px;
}
.thecontent.has-dec-list ul {
  margin: 30px 0px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.thecontent.has-dec-list ul li {
  list-style: none;
  margin: 0 0 10px;
  width: calc(50% - 10px);
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 16px;
  background-color: #ffffff;
  padding: 17px 30px;
  margin-right: 10px;
  border-radius: 5px;
  color: #333;
}

.thecontent.has-dec-list ul li strong {
  color: #e5ad53;
}
.thecontent.has-dec-list ul li:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 26px;
  width: 8px;
  height: 8px;
  background: #e3a93d;
  border-radius: 3px;
}

/* DOCUMENTATION */

.documentation {
}
.documentation ul.docs {
  padding: 40px 0;
}
.documentation ul.docs > li {
  list-style: none;
  margin: 5px 0px;
  border-bottom: 1px solid #cccccc;
}
.documentation ul.docs > li a {
  display: block;
  padding: 5px 0px;
  text-decoration: none;
  transition: all 0.3s;
}
.documentation ul.docs > li:hover a {
  color: #4c79bb;
}
.documentation ul.docs > li .type {
  display: inline-flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  background: #4c79bb;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 12px;
  transition: all 0.3s;
}

.documentation ul.docs > li:hover .type {
  background-color: #e5ad53;
}
.documentation ul.docs > li .size {
}

/* Opiniones */

.testimonials.decorated-content {
  position: relative;
  background: #f1f6fc;
  padding: 40px 10px;
}

.testimonials-content .testimonial {
  padding: 20px;
}

/*
.testimonials:before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 20px;
  width: 180px;
  height: 180px;
  background: url(img/svg/smile_white.svg) no-repeat center center;
  background-size: auto 90%;
  opacity: 0.1;
}
*/

.testimonial {
  margin: 30px 0px;
  background: #ffffff;
  padding: 10px;
  border-radius: 14px;
  opacity: 0;
}

.home .testimonial {
  opacity: 1;
}

.testimonial p {
  font-size: 15px;
}

.testimonial h5 {
  margin-bottom: 5px;
}

.testimonial a {
  font-size: 20px;
  text-decoration: none;
}
.testimonial .h5 {
  font-size: 21px;
  margin: 20px 0px 0;
}

.testimonials.decorated-content {
  z-index: 1;
  overflow: hidden;
}

.testimonials > * {
  position: relative;
}

.testimonials .container {
  margin-bottom: 40px;
}

.testimonials .owl-carousel {
  padding-right: 0;
  padding: 0;
}

.testimonials .owl-dots {
  position: absolute;
  top: calc(100% + 20px);
  width: 100%;
  left: inherit;
  transform: initial;
  right: 0px;
  text-align: center;
}

.testimonials .owl-dots .owl-dot.active {
  opacity: 1;
}

.testimonials .owl-dots .owl-dot {
  opacity: 0.6;
  margin-left: 10px;
}

/* ASOCIACIONES */

.asociacion-item {
  text-decoration: none;
}
.asociacion-item .thumb-container {
  min-height: 200px;
  background: url(img/svg/smile_blue.svg) no-repeat center center;
  background-size: auto 80%;
}
.col-12.col-lg-4:nth-child(2n + 1) .asociacion-item .thumb-container {
  background-image: url(img/svg/smile_orange.svg);
}

.col-12.col-lg-4:nth-child(2n + 1) .asociacion-item:hover .content {
  background-color: #4c79bb;
  color: #ffffff;
}
.col-12.col-lg-4:nth-child(2n) .asociacion-item:hover .content {
  background-color: #e5ad53;
  color: #ffffff;
}
.col-12.col-lg-4:nth-child(2n) .asociacion-item:hover .content .title {
  color: #ffffff !important;
}
.col-12.col-lg-4:nth-child(2n + 1) .asociacion-item:hover .content .title {
  color: #ffffff !important;
}
.asociacion-item .content {
  padding: 20px;
  transition: all 0.3s;
}
.asociacion-item .content .title {
  font-size: 13px;
}

.thecontent.has-dec-list ul.facts {
  padding: 0;
}
.thecontent.has-dec-list ul.facts > li {
  margin: 0 0 40px;
  list-style: none;
  width: 100%;
  background: none;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  color: #5996d0;
}
.thecontent.has-dec-list ul.facts > li:before {
  display: none;
}
.thecontent.has-dec-list ul.facts > li:not(:last-child):after {
  content: "";
  background: url(img/svg/smile_orange.svg) no-repeat center center;
  top: 100%;
  margin: 10px 0px;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.thecontent.has-dec-list ul.facts > li b {
  border-bottom: 2px solid #e5ad53;
}

.banners {
  padding: 0;
}
.banners > li {
  position: relative;
  list-style: none;
}
.banners > li .thumb-container {
}
.banners > li a {
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  align-items: flex-end;
}
.banners > li a .title {
  width: 100%;
  background-color: rgb(255 255 255 / 96%);
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4c79bb;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banners > li a .excerpt {
}

.image-blocks {
}
.image-blocks .image-block {
  position: relative;
  background-color: #ffffff;
}
.image-blocks .image-block .thumb-container {
}
.image-blocks .image-block .content {
}

/* ANCHOR SECTION */

.anchor-section {
  border-bottom: 1px solid #cfcfcf;
  margin: 0 0 30px;
}

.anchor-section.is-fixed {
  position: sticky;
  background: white;
  z-index: 2;
  width: 100%;
  top: 40px;
}

ul.scroll {
  /* overflow: hidden; */
  justify-content: flex-start;
  margin: 10px 0px 10px;
  display: flex; /* [1] */
  flex-wrap: nowrap; /* [1] */
  overflow-x: auto; /* [1] */
  -webkit-overflow-scrolling: touch; /* [4] */
  -ms-overflow-style: -ms-autohiding-scrollbar; /* [5] */
  padding: 8px 0;
}
ul.scroll > li {
  white-space: nowrap;
}

/* Hands CTA */
.hands-cta-section {
  margin-bottom: 90px;
}

.hands-cta {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}

.hands-cta__content {
  background: #fcf6ea;
  padding: 30px 20px 10px 20px;
}

.hands-cta__title {
  color: #335e9d;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 7px;
}

.hands-cta__text {
  color: #4c79bb;
  font-size: 18px;
  margin-bottom: 32px;
}

.hero-section {
  background-image: url(img/header-bg.png);
  background-size: cover;
}

.hero-home {
  background-image: url(img/header-bg.png);
  background-size: cover;
  background-position: right bottom;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
}

.hero-home a {
  color: var(--orange);
  font-weight: bold;
}

.hero-home .container {
  z-index: 2;
  margin-bottom: 50px;
  margin-top: 20px;
}

.hero-home__title {
  color: #4c79bb;
  font-size: 39px;
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 20px;
}
.hero-home__text {
  color: #4c79bb;
  font-size: 18px;
  line-height: 1.3em;
  max-width: 80ch;
  margin: 0 auto 10px auto;
  font-weight: 500;
}

.hero-home::after {
  content: "";
  background-image: url(img/svg/wave.svg);
  width: 100%;
  height: 230px;
  position: absolute;
  bottom: 0;
  background-size: cover;
}

.hero-home-decoration-1,
.hero-home-decoration-2,
.hero-home-decoration-3 {
  display: none;
  display: none !important;
}

.hero-home .n-btn {
  font-size: 16px;
  margin: 0;
  color: white !important;
  background: var(--orange);
  padding: 8px 30px;
}

.hero-home .n-btn .arrow {
  transform: rotate(90deg);
}

.events-content {
  background-image: url(img/bg-01.png);
  background-size: cover;
}

.hero-section-default {
  margin-top: -120px;
}

.hero-section-default .container {
  padding-top: 120px;
}

.ul-no-bg li {
  box-shadow: none !important;
}

.ul-no-bg li::before {
  display: none;
}

.ul-toc {
  color: #808080;
  font-weight: 400;
  list-style: none;
}

.ul-toc li {
  font-size: 18px;
}

.ul-toc li::before {
  content: "";
  height: 25px;
  width: 25px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.ul-toc--orange li::before {
  background-image: url(img/svg/orange-tick.svg);
}

ul.todo-list {
  padding: 0;
  margin: 20px 0;
}
ul.todo-list > li {
  padding-left: 34px;
  min-height: 30px;
  background: url(img/svg/icon_todo.svg) no-repeat left 4px;
  background-size: 20px;
  list-style: none;
  margin: 0 0 18px;
}
ul.todo-list.not-todo > li {
  background-image: url(img/svg/icon_nottodo.svg);
}

.icon-content {
  font-size: 15px;
  margin: 0 0 20px;
}
.icon-content .icon {
  margin: 0 0 10px;
}
.icon-content .icon img {
  width: 36px;
}

.blog-item {
  background-color: #f2f3f7;
  border-radius: 8px;
  border-radius: 10px;
  overflow: hidden;
  padding-left: 100px;
  position: relative;
}
.blog-item .thumb-container {
  position: absolute;
  left: 0;
  width: 100px;
  height: 100%;
}
.blog-item .content {
  padding: 10px;
}
.blog-item .content .title {
  text-decoration: none;
  color: #222222;
  font-weight: bold;
  margin: 0 0 10px;
  font-size: 13px;
}
.blog-item .content .date {
  font-size: 13px;
}
.blog-item.featured {
  border-radius: 10px;
  padding: 0;
  width: 100%;
}
.blog-item.featured .thumb-container {
  min-height: 200px;
  padding-bottom: 43%;
  position: static;
  height: auto;
  width: 100%;
}

.blog-item .post-categories {
  margin: 0 0 10px;
  padding: 0;
}
.blog-item .post-categories li {
  list-style: none;
  margin-right: 10px;
}
.blog-item .post-categories li a {
  text-decoration: none;
  background: #4c79bb;
  color: #ffffff;
  padding: 3px 13px;
  font-size: 12px;
  border-radius: 10px;
}

.gradient1-content {
  background: linear-gradient(180deg, #fffaf1 0%, #fafafa 40%);
}
.gradient2-content {
  background: linear-gradient(180deg, #eff5ff 0%, #fafafa 40%);
}

.thecontent.factores-riesgo p:first-child {
  order: 2;
}

.blue-info,
.orange-info {
  position: relative;
}

.blue-info h4 {
  color: #4c79bb;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 20px;
  font-weight: 500;
  padding-left: 65px;
}

.blue-info h4::after {
  background-image: url(img/svg/info-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 50px;
  left: 0px;
  top: -1px;
  position: absolute;
  height: 50px;
}

.blue-info.thecontent.has-dec-list ul {
  margin-bottom: 70px;
  margin-top: 10px;
}

.blue-info.thecontent.has-dec-list ul li {
  max-width: 100%;
  width: 100%;
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blue-info.thecontent.has-dec-list ul li span {
  max-width: 380px;
  display: inline-block;
}

.blue-info.thecontent.has-dec-list ul li:before {
  background: #97b1d8;
}

.orange-info {
}

.orange-info.thecontent.has-dec-list ul li {
  max-width: 100%;
  width: 100%;
}

.orange-info h4 {
  color: #cb9634;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 20px;
  font-weight: 500;
  padding-left: 65px;
}

.orange-info h4::after {
  background-image: url(img/svg/info-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 50px;
  left: 0px;
  top: -1px;
  position: absolute;
  height: 50px;
}

/* Colabora */
.page-template-page-colabora #main {
  background-image: url(img/colabora-bg.png);
  background-size: cover;
  background-position: left top;
}

.colabora-card {
  color: white;
  padding: 30px;
}

.colabora-card p {
  font-size: 18px;
  line-height: 1.3em;
}

.colabora-card--orange {
  background: #e3a93d;
}
.colabora-card--blue {
  background: #4c79bb;
}

.colabora-card .colabora-card__title {
  font-weight: bold;
  font-size: 30px;
}

.colabora-cuenta h3 {
  font-weight: 500;
}

/* OWL SYNC */

#sync1 {
}
#sync1 .thumb-container {
  padding-bottom: 50vh;
}

#sync1 .owl-nav {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: -120px;
}
#sync1.owl-carousel .owl-nav .owl-prev {
  transform: none;
  left: 30%;
  right: initial;
  top: initial;
  height: 100%;
}
#sync1.owl-carousel .owl-nav .owl-next {
  transform: none;
  right: 30%;
  left: initial;
  top: initial;
  height: 100%;
}

#sync2 {
  margin: 0 0 80px;
}
#sync2 .thumb-container {
  padding-bottom: 70px;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}

#sync2 .current .thumb-container,
#sync2 .thumb-container:hover {
  opacity: 1;
}

/* PAGINA EXPERIENCIAS */
.page-template-page-experiencias #main {
  padding-top: 0;
}

#experiencias-section.decorated-content {
  z-index: initial;
}

#experiencias-section .testimonial {
  box-shadow: 46px 46px 74px -56px rgb(0 76 108 / 8%);
}

/* CUSTOM GRID */

.masonry-grid {
  /* It is split into 3 columns */
  column-count: 1;

  /* The space between columns */
  column-gap: 1rem;

  /* Misc */
  width: 100%;
}

.masonry-grid__item {
  break-inside: avoid;

  /* Misc */
  margin-bottom: 1rem;
}

.toc-ul ul,
.thecontent.has-dec-list.toc-ul ul {
  column-count: 1;
  column-gap: 1rem;
  width: 100%;
  display: inline-block;
}

.toc-ul ul li,
.thecontent.has-dec-list.toc-ul ul li {
  break-inside: avoid;
  margin-bottom: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.toc-ul ul li strong,
.thecontent.has-dec-list.toc-ul ul li strong {
  margin-bottom: 10px;
}

.thecontent.has-dec-list.toc-ul ul li i {
  margin: 10px 0;
}

.toc-ul.thecontent.has-dec-list ul li::before {
  display: none;
}

/* with emojis */
.thecontent.has-dec-list.toc-ul.has-emojis ul li {
  padding-left: 1em !important;
}

.thecontent.has-dec-list.toc-ul.has-emojis ul li .s1 {
  display: flex;
  align-items: center;
}

#factores-de-riesgo-del-trastorno-obsesivo-compulsivo .thecontent.has-dec-list.toc-ul ul li .emoji {
  font-size: 18px;
}

.thecontent.has-dec-list.toc-ul ul li .emoji {
  font-size: 24px;
  padding-right: 14px;
}

.talleres {
  padding: 20px 10px;
}

.taller-card {
  display: flex;
  flex-direction: column;
  background: white;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 66px 66px 114px -56px rgb(0 76 108 / 8%);
  margin-bottom: 2em;
}

.taller-card__cover {
  height: 150px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.taller-card__title {
  color: #4b79bb;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}

.taller-card__content {
  padding: 20px;
  flex: 1;
}

/*  RESPONSIVE (768, 992) */

@media (min-width: 992px) {
  /* generales */

  body {
    font-size: 16px;
    line-height: 1.5;
  }

  hr {
  }
  hr.animated-hr {
    height: 4.6vw;
  }

  .two-cols-desktop {
    column-count: 2;
    column-gap: 30px;
  }
  section.padding-content {
    padding: 60px 0;
  }
  .padding-vertical-content {
    padding: 50px 0;
  }

  .bordered-content {
    padding: 23px 40px;
    margin: 0 0 30px;
    min-height: 160px;
  }
  .bordered-content p {
    margin: 0;
  }

  .decorated-content {
    position: relative;
    background-color: #f6f6f6;
    padding: 70px 0px;
  }
  .decorated-content:before,
  .decorated-content:after {
    width: 250px;
    height: 250px;
    opacity: 1;
    display: block;
  }

  .thecontent.featured {
    font-size: 18px;
  }

  .blockquote,
  blockquote {
    padding: 30px 50px;
    background: #fcf6ea;
    border-radius: 20px;
    margin: 40px 0px;
  }

  .border-content {
    padding: 30px 40px;
  }
  .container.no-gutters-mobile {
    padding: 0 15px;
  }
  .container.no-gutters-mobile .row {
    margin: 0 -15px;
  }

  .container.no-gutters-mobile .row > * {
    padding: 0 15px;
  }

  .thumb-container.decorated-thumb {
  }
  .thumb-container.decorated-thumb:before,
  .thumb-container.decorated-thumb:after {
    width: 50px;
    height: 50px;
    transition: all 0.5s;
  }
  .thumb-container.decorated-thumb:hover:before,
  .thumb-container.decorated-thumb:hover:after {
    border-color: #4c79bb;
    width: 100px;
    height: 100px;
  }
  .thumb-container.decorated-thumb:before {
    border-left-width: 6px;
    border-top-width: 6px;
  }

  .thumb-container.decorated-thumb:after {
    border-right-width: 6px;
    border-bottom-width: 6px;
  }

  .thumb-container.masked {
    min-height: 400px;
  }

  h1,
  .h1 {
    font-size: 50px;
    margin: 0 0 30px;
  }

  h2,
  .h2 {
    font-size: 41px;
  }

  h3,
  .h3 {
    font-weight: 500;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h3.dinpro,
  .h3.dinpro {
    font-size: 23px;
  }

  h4,
  .h4 {
    font-size: 22px;
    margin: 0 0 20px;
    line-height: 1.2;
  }

  h5,
  .h5 {
    font-size: 17px;
  }

  h6,
  .h6 {
  }

  .section-title {
    margin: 0 0 30px;
    /* padding-right: 30px; */
  }

  .section-title.h2 {
    font-size: 40px;
  }

  .section-subtitle {
    margin: 0 0 40px;
  }

  .button.effect-button:not(.small-button) {
    min-width: 200px;
    padding: 12px;
    border-width: 2px;
    font-size: 16px;
  }
  .button.effect-button.large-button {
    min-width: 300px;
    padding: 18px;
    border-width: 3px;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
  }

  /* owl carousel */

  .blog-carousel .owl-nav .owl-next,
  .blog-carousel .owl-nav .owl-prev {
    margin-top: -50px;
  }

  /* head */

  #head {
    padding: 15px 0px;
    z-index: 6;
  }
  #head .logo {
    width: 270px;
    max-width: 100%;
  }
  #head ul.social-links {
    text-align: end;
  }
  #head ul.social-links li {
    width: auto;
    margin: 0;
  }
  #head ul.social-links li a {
    width: 23px;
    height: 23px;
    font-size: 12px;
    color: #9d9d9c;
    transition: all 0.3s;
  }
  #head ul.social-links li:hover a {
    background-color: #9d9d9c;
    color: #ffffff;
  }

  /* main menu */

  #aside {
    padding: 16vh 15px 10vh;
  }
  #aside ul.menu {
    margin: 0 0 30px;
    position: relative;
    min-height: 300px;
  }
  #menu-principal {
    min-height: 400px;
  }
  #aside ul.menu > li {
    /* position: static; */
    margin: 0;
  }
  #aside ul.menu > li > a {
    font-size: 6vh;
    line-height: 1;
    padding: 8px 0px;
  }

  #aside .menu > li.menu-item-has-children > ul {
    display: block;
    position: absolute;
    right: 0;
    max-width: 40%;
    width: 40%;
    top: 0;
    min-height: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(-30px, 0px, 0px);
    padding: 15px;
    transition-delay: 0.4s;
    background: #f5f5f5;
    border: 4px solid #5996d0;
  }

  #aside .menu > li.menu-item-has-children a {
    position: relative;
  }
  #aside ul.menu > li.menu-item-has-children > a:after {
    display: none;
  }

  #aside .menu > li.menu-item-has-children:hover > a,
  #aside .menu > li.current-menu-item > a {
    color: #5996d0;
  }

  #aside .menu > li.current-menu-item > a .sub-menu a {
    color: var(--orange);
  }
  #aside .menu > li.menu-item-has-children a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 60%;
    height: 4px;
    background: #5996d0;
    transition: all 0.4s;
    transform: scale3d(0, 1, 1);
    transform-origin: left;
    transition-delay: 0.4s;
  }

  #aside .menu > li.menu-item-has-children:hover > a:before,
  #aside .menu > li.menu-item-has-children.sub-menu-active > a:before {
    transform: scale3d(1, 1, 1);
    transition-delay: 0s;
  }

  #aside .menu li.menu-item-has-children:hover > ul,
  #aside .menu li.menu-item-has-children.sub-menu-active > ul {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    z-index: 1;
    transition: all 0.4s;
    transition-delay: 0s;
  }

  #aside ul.menu > li > ul > li {
    padding: 0 10px 5px 0px;
    list-style: none;
    margin: 3px 0 5px;
    position: relative;
    width: 100%;
  }

  #aside ul.menu > li > ul > li:not(:last-child) {
  }

  #aside ul.menu > li > ul > li > a {
    font-size: 20px;
    text-decoration: none;
    padding: 0px;
    color: #e5ad53;
    font-weight: bold;
    text-transform: uppercase;
  }

  #aside ul.menu > li > ul > li.menu-item-has-children > a {
    position: relative;
  }

  #aside ul.menu > li > ul > li.menu-item-has-children > a:after {
    position: absolute;
    content: "";
    right: -12px;
    top: 50%;
    margin-top: -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
  }

  #aside ul.menu > li > ul > li.menu-item-has-children.sub-menu-active > a:after {
    transform: rotate(180deg);
  }

  #aside ul.menu > li > ul > li > ul,
  #aside ul.menu > li > ul > li.menu-item-has-children > ul {
    display: block;
    padding: 0;
  }

  #aside ul.menu > li > ul > li > ul > li {
    list-style: none;
  }

  #aside ul.menu > li > ul > li > ul > li a {
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
    padding: 4px 0 5px 18px;
    color: #777;
    display: block;
  }

  #aside ul.social-links {
  }
  #aside ul.social-links > li {
  }
  #aside ul.social-links > li > a {
    font-size: 5vh;
  }

  /* scrolling */

  .scrolling #head,
  .scrolling #head {
    transform: translate3d(0, 0, 0);
  }

  /* main */

  #main {
    min-height: calc(100vh - 137px);
    /* padding-top: 67px; */
  }

  #main section:last-child {
    padding-bottom: 350px !important;
  }

  /* footer */
  #footer {
    padding: 60px 0px 40px;
  }
  #footer ul.menu > li > a {
  }

  #footer a.logo {
    margin: 0 0 30px;
  }

  #footer ul.social-links {
    margin: 0 0 50px;
  }

  #footer ul.legal-menu {
    margin: 0px 0;
  }

  #footer ul.legal-menu > li {
  }
  #footer ul.legal-menu > li:last-child {
  }

  /* HOME */

  /*
																								.wave-bg{
																									position: relative;
																									overflow: hidden;
																								}
																								.wave-bg .wave{
																									content: '';
																									position: absolute;
																									background-size: 100%;
																									opacity: 0.47;
																									animation: wave 10s infinite;
																								}
																								.wave-bg .wave1{
																									right: 0;
																									top: 0;
																									background: url(img/svg/wave_blue.svg) no-repeat left top;
																									width: 85vw;
																									height: 64vw;
																									background-size: 100%;
																								}
																								@keyframes wave {
																									
																									0% {
																										transform: rotate(0deg) scale(1);
																									}
																									50%{
																										transform: rotate(8deg) scale(.9);
																										
																									}
																									
																									100% {
																										transform: rotate(0deg) scale(1);
																									}
																								}
																								*/

  /*
																								.wave-bg .wave2{
																									left: -19vw;
																									top: 68vw;
																									background: url(img/svg/wave_gold.svg) no-repeat left top;
																									width: 68vw;
																									height: 102vw;
																									background-size: 100%;
																								}
																								.wave-bg .wave3{
																									right: 0;
																									bottom: 0;
																									background: url(img/svg/wave_blue.svg) no-repeat right bottom;
																									width: 60vw;
																									height: 53vw;
																									background-size: 100%;
																								}
																								*/

  .main-slider {
    position: relative;
    margin: 0 0 150px;
  }
  .main-slider .item {
    min-height: 600px;
    position: relative;
  }
  .main-slider .thumb-container {
    position: absolute;
    right: 0;
    width: 70%;
    height: 580px;
    top: 0;
    border-radius: 0 0 0 30px;
  }
  .main-slider .caption {
    padding: 30px 40px 10px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 20px -14px #999;
  }
  .main-slider .caption .title {
    font-size: 77px;
    line-height: 0.9;
  }
  .main-slider .caption .h4 {
    font-size: 20px;
  }
  .main-slider .caption .text {
    font-size: 18px;
    margin: 0 0 70px;
  }
  .main-slider .caption .button {
    font-size: 16px;
    text-transform: uppercase;
  }

  /* HOME SECTIONS */

  .home-section {
    min-height: 400px;
    position: relative;
    padding-bottom: 50px;
    margin: 40px 0;
  }
  .home-section:last-child {
    padding-bottom: 00px;
  }
  .home-section .thumb-container {
    height: 400px;
    width: calc(55% - 70px);
    position: absolute;
    /* right: 0; */
    margin-top: -20px;
  }
  .home-section .content {
    width: 45%;
    position: relative;
    font-size: 18px;
    line-height: 1.6em;
  }

  .home-section .content:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 300px;
    background: url(img/svg/smile_blue.svg) no-repeat left top;
    background-size: auto 100%;
    transform: translateY(-50%);
    opacity: 0;
  }

  .home-section:nth-child(2n) {
    text-align: left;
    margin-top: 100px;
  }
  .home-section:nth-child(2n) .thumb-container {
    margin-top: -80px;
    right: inherit;
    right: 0;
    height: 480px;
  }
  .home-section:nth-child(1) .content {
    margin-left: 55%;
  }
  .home-section:nth-child(2n) .content:before {
    background-image: url(img/svg/smile_gold.svg);
    transform: translateY(-50%) rotate(180deg);
    right: 0;
  }

  /* home featured events */

  .ft-events-carousel {
    width: 250px;
  }

  .ft-event {
    text-decoration: none;
    margin: 0 0 30px;
    display: block;
    margin: 0 auto 20px;
    width: 250px;
  }
  .ft-event .date {
    background: url(img/svg/day_bg.svg) no-repeat center center;
    background-size: 100%;
    width: 250px;
    height: 280px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding-top: 13px;
    margin: 0 auto 10px;
  }
  .ft-event .content {
    margin: 20px auto 20px;
    font-size: 14px;
    max-width: 200px;
    line-height: 1.3;
    background: #ededed;
    padding: 10px;
    border-radius: 10px;
  }
  .ft-event .date .day {
    font-size: 160px;
  }
  .ft-event .date .month {
    font-size: 29px;
  }

  /* blog carousel */

  .search-form {
    position: static;
    box-shadow: none;
    width: 100%;
  }

  .blog-carousel {
    min-height: 490px;
  }
  .blog-carousel .item {
  }
  .blog-carousel .item:before {
  }
  .blog-carousel .item:hover:before {
  }
  .blog-carousel .owl-item .thumb-container {
    border: 0px solid #717577;
    transition: all 0.5s;
    box-shadow: 0px 0px 10px -3px;
    border-radius: 8px;
    margin: 0 0 17px;
  }

  .blog-carousel .owl-item:nth-child(5n + 1).active,
  .blog-carousel .owl-item:nth-child(5n + 5).active {
  }

  .blog-carousel .owl-item:nth-child(5n + 2).active,
  .blog-carousel .owl-item:nth-child(5n + 4).active {
    top: -40px;
  }

  .blog-carousel .owl-item:nth-child(5n + 3).active {
    top: -75px;
  }
  .blog-carousel .owl-item {
    padding-top: 100px;
  }

  .blog-carousel .owl-item:nth-child(5n + 1).active .thumb-container,
  .blog-carousel .owl-item:nth-child(5n + 5).active .thumb-container {
    height: 200px;
  }

  .blog-carousel .owl-item:nth-child(5n + 2).active .thumb-container,
  .blog-carousel .owl-item:nth-child(5n + 4).active .thumb-container {
    height: 275px;
  }

  .blog-carousel .owl-item:nth-child(5n + 3).active .thumb-container {
    height: 350px;
  }

  .blog-carousel .item .content {
  }
  .blog-carousel .item:hover .content {
  }
  .blog-carousel .item .content .title {
  }

  /* eventos */

  .event:not(.hl) {
    margin: 0 0 30px;
    position: relative;
    padding-bottom: 60px;
  }
  .event:not(.hl) .title {
    min-height: 57px;
  }
  .event:not(.hl) .button {
    position: absolute;
    bottom: 0;
    padding: 12px;
  }
  .event.hl {
    max-width: none;
    margin: 0 0 30px;
    font-size: 13px;
  }
  .event.hl .event-header {
    padding: 0;
    text-align: center;
    display: block;
    border-bottom: none;
    min-width: 190px;
    margin: 0 30px 0px 0;
  }
  .event.hl img.event-img {
    width: 100%;
  }
  .event.hl .title {
  }
  .event.hl .excerpt {
    font-size: 12px;
  }
  .event.hl .content {
    font-size: 12px;
    line-height: 1.1;
  }
  .event.hl .button {
    text-transform: uppercase;
    padding: 7px;
    align-self: self-end;
  }

  /* single */

  .nav-link.nav-next {
    border-left: none;
  }

  /* full calendar */

  .fc-event,
  .fc-event-dot,
  .fc-event:hover,
  .fc-event-dot:hover {
    padding: 6px;
    font-size: 12px;
  }
  .fc-unthemed .fc-content,
  .fc-unthemed .fc-divider,
  .fc-unthemed .fc-list-heading td,
  .fc-unthemed .fc-list-view,
  .fc-unthemed .fc-popover,
  .fc-unthemed .fc-row,
  .fc-unthemed tbody,
  .fc-unthemed td,
  .fc-unthemed th,
  .fc-unthemed thead {
    border-width: 8px 8px 0px 8px;
  }

  .member {
    margin: 30px 0 30px;
    min-height: 200px;
  }

  .member .thumb-container {
    width: 200px;
    height: 200px;
    left: 0;
  }
  .member .content {
    padding-top: 30px;
    font-size: 14px;
    padding-left: 130px;
    padding-right: 30px;
    min-height: 220px;
  }
  .member .content p {
    font-size: 14px;
  }
  .member .content .title {
    margin: 0 0 7px;
    font-size: 22px;
  }
  .member .content .italic {
    font-size: 11px;
    line-height: 1.1;
  }
  .member .content .subtitle {
    margin: 0 0 10px;
    font-size: 15px;
  }

  .member.small {
    padding: 0;
  }

  .member .thumb-container.hover-effect:after {
    display: none !important;
  }

  .member.small .thumb-container {
    position: relative;
    width: 240px;
    height: 240px;
    margin: 0 auto 10px;
  }
  .member.small .content {
  }
  .member.small .content .title {
  }
  .member.small .content .italic {
  }
  .member.small .content .subtitle {
  }
  /* single member */

  .single-member {
    padding: 30px 30px 0;
    background-color: #ffffff;
    margin: 0 0 30px;
    position: relative;
    padding-left: 200px;
  }

  .single-member .text-content {
    max-width: 290px;
    text-align: right;
  }
  .single-member .thumb-container {
    min-width: 350px;
    height: 350px;
    margin-left: 0;
    margin-right: 30px;
  }
  .single-member .thumb-container img {
  }
  .single-member .content {
    font-size: 15px;
    margin: 0;
    position: relative;
    margin-left: 0;
  }

  .single-member:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 100%;
    background: url(img/svg/patron2.svg) repeat-y left top;
    background-size: 100%;
  }
  .single-member .content .title {
    font-size: 41px;
    line-height: 1;
    margin: 0 0 10px;
  }
  .single-member .content .subtitle {
  }
  .single-member .thecontent {
  }

  .cita {
    padding: 16px 30px;
  }
  .cita p {
    margin: 0 0 5px;
  }

  /* blog */

  .item-list {
    margin: 50px -20px 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .item-list > li {
    margin: 0 0 20px;
    width: 33.3333%;
    padding: 0 10px;
    display: flex;
  }
  .item-list > li > * {
    min-height: 220px;
    padding-bottom: 40px;
    margin: 0;
    background-color: #f2f3f7;
    padding: 0;
    width: 100%;
  }
  .item-list > li > * .thumb-container {
    position: relative;
    height: 200px;
    width: 100%;
  }
  .item-list > li > * .content {
    padding: 20px;
  }
  .item-list > li > * .content .title {
    font-size: 17px;
    margin: 0 0 26px;
    line-height: 1.1;
  }
  .item-list > li > * .content .excerpt {
    margin: 0 0 30px;
    font-size: 12px;
  }
  .item-list > li > * .content .button {
    font-size: 13px;
    padding: 9px 30px;
  }

  .item-list > li:nth-child(2n + 1) a .content .title {
  }
  .item-list > li:nth-child(2n + 1) a .content .excerpt {
  }
  .item-list > li:nth-child(2n + 1) a .content .button {
  }

  .blog-page-carousel .new {
    position: relative;
    padding-left: 50%;
    background-color: #f2f3f7;
  }

  .blog-page-carousel .new .thumb-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .blog-page-carousel .new .content {
    padding: 40px 20px;
    font-size: 14px;
    margin: 0 0 20px;
    min-height: 300px;
    background-color: #f2f3f7;
  }
  .blog-page-carousel .new .title {
    font-size: 28px;
    margin: 0;
    max-width: 440px;
  }

  /* JOIN POPUP */

  #join-popup {
    padding-top: 44px;
  }
  #join-popup > div {
    height: 100vh;
    width: 50vw;
    padding: 0;
  }
  #join-popup > div:before {
    background-size: auto 100%;
  }
  #join-popup > div.socio .title {
    font-size: 70px;
  }

  #join-popup > div.donation {
  }

  #join-popup > div.socio .title {
  }

  #join-popup > div.donation .title {
    font-size: 36px;
  }
  #join-popup > div .content {
    /* max-width: 600px */
    width: 100%;
    padding: 30px 50px;
  }
  #join-popup > div.socio .content {
    max-width: 600px;
  }

  #join-popup > div .content#voluntario {
    border-top: 5px solid #ffffff;
  }

  #join-popup > div.donation .content > div {
    max-width: 600px;
    font-size: 18px;
    line-height: 1.3;
  }

  /* ARCHIVE */

  .archive-list {
  }
  .archive-list .item {
  }
  .archive-list .item .thumb-container {
    width: 150px;
    height: 150px;
  }
  .archive-list .item .title {
    font-size: 20px;
  }

  .archive-list .item .excerpt {
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
    font-size: 15px;
  }

  /* decorated_list */

  ul.decorated-list {
  }
  ul.decorated-list > li {
    width: calc(33.3333% - 20px);
    margin: 20px 10px;
    padding: 25px 25px 26px 70px;
  }
  ul.decorated-list > li:before {
    width: 28px;
    height: 28px;
    top: 30px;
    left: 20px;
  }

  ul.decorated-list > li .description {
    font-size: 15px;
    max-width: 350px;
    line-height: 1.4;
  }

  /* testimonials */

  .testimonial {
    margin: 0;
    padding: 20px;
  }
  .testimonial p {
    line-height: 1.4;
    word-break: break-word;
    margin: 0 0 40px;
    font-size: 17px;
  }

  .testimonials .owl-dots {
    width: 280px;
    text-align: right;
  }

  /* FEATURED LIST */

  .numerated-feature {
    position: relative;
    padding-top: 70px;
    font-size: 15px;
    margin: 0 0 30px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px 20px 20px 80px;
    min-height: 180px;
  }
  .numerated-feature .number {
    font-size: 160px;
    display: block;
    margin: 0 0 10px;
    position: absolute;
    left: 20px;
    top: 90px;
    color: #4c79bb;
    opacity: 0.07;
    transform: translate(-50%, -50%);
    letter-spacing: -10px;
  }

  .numerated-feature h5 {
    font-size: 18px;
  }

  .numerated-feature strong {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    color: #4c79bb;
    line-height: 1.3;
  }

  /* BANNERS */

  .banners {
  }
  .banners > li {
    width: 33.33333%;
    height: 250px;
    margin: 0 10px;
  }
  .banners > li .thumb-container {
  }
  .banners > li a {
  }
  .banners > li a .title {
    min-height: 80px;
  }
  .banners > li a .excerpt {
  }

  .image-blocks {
  }
  .image-blocks .image-block {
    padding-left: 50%;
  }
  .image-blocks .image-block .thumb-container {
    position: absolute;
    width: 50%;
    left: 0;
    height: 100%;
  }

  .image-blocks .image-block:nth-child(2n + 1) {
    padding-left: 0;
    padding-right: 50%;
  }
  .image-blocks .image-block:nth-child(2n + 1) .thumb-container {
    left: 50%;
  }
  .image-blocks .image-block .content {
    font-size: 15px;
    padding: 50px 30px;
  }
  .image-blocks .image-block .content h3 {
    color: #4c79bb;
    font-style: italic;
    font-size: 32px;
  }

  .block {
  }

  .hands-cta-section {
    /* margin-bottom: -250px !important; */
  }

  .hands-cta {
    flex-direction: row;
  }

  .hands-cta__content {
    padding: 30px 40px;
    width: 65%;
  }

  .hands-cta__image {
    width: 45%;
  }

  .hands-cta__text {
    max-width: 40ch;
  }

  .anchor-section.is-fixed {
    top: 65px;
  }

  .hero-home {
    margin-top: -30px;
    min-height: 600px;
  }

  .hero-home__title {
    font-size: 50px;
    max-width: 14ch;
    margin-top: -70px;
    line-height: 1.1em;
  }
  .hero-home__text {
    font-size: 19px;
    max-width: 77ch;
  }

  .hero-home-decoration-1 {
    display: block;
    position: absolute;
    bottom: 20%;
    left: 20%;
  }

  .hero-home-decoration-2 {
    display: block;
    position: absolute;
    bottom: 10%;
    right: 30%;
  }

  .hero-home-decoration-3 {
    display: block;
    position: absolute;
    right: 12%;
  }

  .hero-home .n-btn {
    font-size: 18px;
  }
  .hero-home .n-btn .arrow {
    height: 40px;
    width: 40px;
    margin-left: 20px;
  }

  .hero-home .container {
    margin-bottom: -30px;
  }

  .form-fixed {
    background: white;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 1px 3px 12px 1px rgb(0 0 0 / 12%);
    z-index: 5;
  }

  .form-fixed.is-fixed {
    position: sticky;
  }

  .blog-item {
    background-color: #f2f3f7;
    border-radius: 8px;
    padding-left: 190px;
  }
  .blog-item .thumb-container {
    width: 190px;
    border-radius: 0 10px 10px 0px;
  }
  .blog-item .content {
    padding: 20px 25px;
  }
  .blog-item .content .title {
    font-size: 15px;
    margin: 0 0 40px;
  }
  .blog-item .content .date {
  }
  .blog-item.featured {
  }
  .blog-item.featured .thumb-container {
  }

  .blog-item .post-categories {
  }
  .blog-item .post-categories li {
  }
  .blog-item .post-categories li a {
    font-size: 12px;
    padding: 3px 20px;
  }

  .form-content {
    padding: 40px;
  }

  .thecontent.factores-riesgo {
    width: 90%;
    margin: 0 auto;
  }

  .thecontent.factores-riesgo p:first-child {
    width: 40%;
    margin-bottom: 0;
    order: 1;
  }

  .thecontent.factores-riesgo p:first-child img {
    width: 100%;
  }

  .thecontent.factores-riesgo ul {
    padding-left: 20px;
    order: 2;
  }

  .thecontent.factores-riesgo li {
    box-shadow: -4px 17px 14px -17px rgb(181 203 230 / 45%);
  }

  .thecontent.factores-riesgo li span.s2 {
    display: flex;
  }

  .blue-info h4 {
    max-width: 32ch;
    margin-bottom: 30px !important;
    padding-left: 0;
    font-size: 38px;
    line-height: 1.4em;
    font-weight: 500;
    margin-left: 80px;
  }

  .orange-info h4 {
    margin-bottom: 30px !important;
    padding-left: 0;
    font-size: 38px;
    line-height: 1.4em;
    font-weight: 500;
    margin-left: 80px;
  }

  .orange-info.thecontent.has-dec-list ul li,
  .blue-info.thecontent.has-dec-list ul li {
    max-width: inherit;
    box-shadow: -4px 17px 14px -17px rgb(204 149 51 / 21%);
  }

  .orange-info.thecontent.has-dec-list ul,
  .blue-info.thecontent.has-dec-list ul {
    margin-left: 15px;
  }

  .orange-info.thecontent.has-dec-list ul li span,
  .blue-info.thecontent.has-dec-list ul li span {
    font-size: 16px;
  }

  .blue-info h4::after,
  .orange-info h4::after {
    width: 60px;
    height: 60px;
  }

  .colabora-card {
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 12%;
  }

  .thecontent.grid-list,
  .grid-list {
    max-width: 90%;
    margin: 0 auto;
    font-size: 18px;
  }

  .thecontent.grid-list ul,
  .grid-list ul {
    column-gap: 1rem;
    width: 100%;
    display: inline-block;
    column-count: 2;
  }

  .thecontent.grid-list ul li,
  .grid-list ul li {
    break-inside: avoid;
  }

  /* PAGINA EXPERIENCIAS */

  .page-template-page-experiencias {
  }
  .page-template-page-experiencias #main {
    padding-top: 0;
  }

  #experiencias-section {
    padding-top: 100px;
  }
  #experiencias-section:before {
    background-image: url(img/svg/vector-orange.svg);
    top: 127px;
    height: 650px;
    left: -200px;
    width: 400px;
    opacity: 0.4;
  }
  #experiencias-section:after {
    background-image: url(img/svg/vector-blue.svg);
    bottom: 127px;
    height: 650px;
    right: -180px;
    width: 400px;
    background-position: left center;
    z-index: 1;
    opacity: 0.4;
  }

  /* CUSTOM GRID */
  .masonry-grid {
    column-count: 2;
  }

  .custom-grid {
    margin: 0 -10px;
  }

  .toc-ul ul,
  .thecontent.has-dec-list.toc-ul ul {
    column-count: 2;
  }

  #sync1 .thumb-container {
    padding-bottom: 70vh;
  }

  #sync2 .thumb-container {
    padding-bottom: 50%;
  }

  .thecontent .consecuencias {
    display: flex;
  }

  .thecontent .consecuencias ul {
    width: 60%;
    margin-right: 20px;
    margin-top: 50px;
  }
}

/* fn */

@media (min-width: 1400px) {
  /* 1200px */

  .main-home-content .orange-content {
    min-width: 400px;
  }

  ul.decorated-list {
    margin: 0 0 50px;
  }
  ul.decorated-list > li {
    max-width: 350px;
  }
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: rgb(76 121 187 / 20%);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* tml-content around content */
.tml-content {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  z-index: 1;
}

/* The circles on the timeline */
.tml-content::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: white;
  border: 4px solid rgb(229 173 83 / 50%);
  top: 19px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the tml-content to the left */
.left {
  left: 0;
}

/* Place the tml-content to the right */
.right {
  left: 50%;
}

/* Add arrows to the left tml-content (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right tml-content (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for tml-contents on the right side */
.right::after {
  left: -13px;
}

/* The actual content */
.tml-content .content {
  padding: 20px 10px;
  background-color: white;
  position: relative;
  border-radius: 6px;
  font-size: 14px;
}

.tml-content .content .thumb-container {
  height: 250px;
  border-radius: 20px;
  margin: 0 0 20px;
  background-color: #dbe4f1;
}

@media (min-width: 992px) {
  .tml-content .content {
    position: relative;
    min-height: 300px;
    font-size: 16px;
  }
  .tml-content .content .thumb-container {
    position: absolute;
    height: 250px;
    border-radius: 20px;
    margin: 0 0 20px;
    width: 370px;
    right: calc(100% + 80px);
  }
  .tml-content.left .content .thumb-container {
    right: inherit;
    left: calc(100% + 80px);
  }
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  /* Full-width tml-contents */
  .tml-content {
    width: 100%;
    padding-left: 70px;
    padding-right: 0;
  }

  /* Make sure that all arrows are pointing leftwards */
  .tml-content::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 15px;
  }

  /* Make all right tml-contents behave like the left ones */
  .right {
    left: 0%;
  }
}

/* Tweaks */
.page-id-465 .module .thecontent > p:first-child,
.page-id-1133 .module .thecontent > p:first-child {
  float: right;
}

.page-id-138 #servicio-de-psiquiatria > div > div > div > div.row.flex-wrap.align-items-.justify-content-center.align-items-start > div.col.col-12.col-sm-12.col-lg-12 > div {
  display: flex;
  justify-content: center;
}

.page-id-138 #servicio-de-psiquiatria > div > div > div > div.row.flex-wrap.align-items-.justify-content-center.align-items-start > div.col.col-12.col-sm-12.col-lg-12 > div > div {
  margin: 0 10px;
}

@media (max-width: 992px) {
  #que-es-el-toc .container .row:nth-child(2) .col:nth-child(3) {
    order: 4;
  }
}

@media (min-width: 992px) {
  .page-id-465 .module .thecontent > p:first-child img,
  .page-id-1133 .module .thecontent > p:first-child img {
    max-width: 530px;
    margin-left: 80px;
  }
}

.shadow-sm {
  /* box-shadow: 1px 3px 12px 1px rgb(0 0 0 / 12%); */
  box-shadow: 46px 46px 74px -56px rgb(0 76 108 / 8%);
}

.contact-info-map {
  background: #ffffffc4;
  border-radius: 14px;
  box-shadow: 33px 33px 60px -26px rgb(0 76 108 / 8%);
}

#cc-window.cc-floating {
  box-shadow: 26px 26px 74px -46px rgb(75 109 186 / 80%);
}
