@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Nov 11, 2021, 4:26:55 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Nov 11, 2021, 4:41:51 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Dec 17, 2021, 12:28:43 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
.notFound {
  /*margin-top: 60px;*/
  margin-bottom: 75px;
}
.notFound .sadFace {
  font-size: 300px;
  text-align: center;
  color: #876b57;
  font-family: "EB GARAMOND";
}
.notFound .title {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  color: #3b3434;
  font-family: "EB GARAMOND";
  margin-top: -80px;
}
.notFound .subtitle {
  font-size: 35px;
  text-align: center;
  color: #3b3434;
  margin-top: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notFound .subtitle img {
  margin-right: 10px;
}

body.error404 .page-404 input[name=s] {
  padding: 10px 0;
  font-size: 35px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #3b3434;
}
body.error404 .page-404 button[type=submit] {
  position: absolute;
  right: 0;
  background: #876b57;
  color: #fff;
  z-index: 4;
  font-size: 16px;
  font-family: "Work Sans";
  /*font-weight: 500;*/
}
body.error404 .page-404 button[type=submit]:hover {
  background-color: #3b3434;
}

@media (max-width: 1024px) {
  body .notFound .sadFace {
    font-size: 75px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    color: #876b57;
  }
  body .notFound .title {
    font-size: 25px;
    font-weight: 500;
    font-stretch: normal;
    text-align: center;
    color: #3b3434;
    margin-top: 0;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2em;
  }
  body .notFound .subtitle {
    font-size: 16px;
    font-weight: normal;
    color: #3b3434;
    margin-top: 40px;
    margin-bottom: 45px;
  }
}
@media (max-width: 600px) {
  body .notFound .subtitle {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  body .notFound .subtitle img {
    margin-top: 10px;
  }
  body.error404 .page-404 input[name=s] {
    font-size: 16px;
    font-weight: normal;
    color: #3b3434;
    padding-bottom: 0;
  }
  body.error404 .page-404 .searchform {
    margin-bottom: 0;
  }
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Nov 12, 2021, 10:58:35 AM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
body .mega-menu-wrap .mega-menu > li > .mega-menu-link:after {
  display: none !important;
}

/*.anima {
  animation-name: anima;
  animation-duration: 0.5s;
  position: fixed!important;
      background: white;
}

@keyframes anima {
  0%   {top:-100px;}
  100% {top:0px;}
}*/
.mega-sub-menu .widget_media_image {
  display: flex !important;
  justify-content: end !important;
}
.mega-sub-menu img {
  max-width: 85% !important;
}

.mega-sub-menu .widget_media_image {
  padding: 10px !important;
}

.loop-wrapper.news .post-content-meta .the-tags {
  display: none;
}

.search-wrapper {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  padding-left: 40px !important;
}

header.main-header button.header-search {
  color: #876b57;
}

#header-text {
  padding-left: 0 !important;
  font-size: 18px;
}
#header-text a {
  border: none;
  color: #3b3434;
}
#header-text a:not(:last-child) {
  margin-right: 15px;
}
#header-text a:hover {
  color: #876b57;
  border: none;
}

.mega-actualSubmenu {
  padding: 33px 25px 33px 40px !important;
}

.meta-header {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.meta-header .siteLogo {
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.meta-header .siteLogo img {
  height: 90%;
  width: auto;
}
.meta-header .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.meta-header .borderBottom {
  width: 100%;
  height: 5px;
}
.meta-header picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.meta-header picture img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  height: auto;
}

#mega-menu-wrap-menu-header #mega-menu-menu-header > li.mega-menu-item > a.mega-menu-link {
  /*display: flex !important;*/
  flex-direction: column;
  align-items: center;
}

.mega-menu-link::before {
  font-family: "Work Sans", sans-serif !important;
  margin: 0px !important;
  display: block !important;
  content: attr(title) !important;
  font-weight: bold !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  padding: 0 4px;
}

/* Troquelado */
.logo-tagline img.normal-logo:not(.plainLogo), .logo-tagline .shadowLogo {
  width: 173px !important;
  height: 68px;
  background: #000;
  animation: animateBg 14s linear infinite;
  background-image: linear-gradient(0deg, #6bd8db, #a424bf, #ff017e, #6bd8db, #a424bf);
  background-size: 100% 400%;
  transition: opacity 0.3s;
  position: absolute;
  /*        background-position: 0 0;
          background-size: 200% 100%;
          background-color: red;
          background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(violet), color-stop(0.2, orange), color-stop(0.4, yellow), color-stop(0.6, green), color-stop(0.8, blue));
          background-image: -webkit-linear-gradient(left, red, orange, yellow, green, blue, violet);
          background-image: -moz-linear-gradient(left, red, orange, yellow, green, blue, violet);
          background-image: -ms-linear-gradient(left, red, orange, yellow, green, blue, violet);
          background-image: -o-linear-gradient(left, red, orange, yellow, green, blue, violet);
          background-image: linear-gradient(left, red, orange, yellow, green, blue, violet);
          -moz-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
          -ms-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;*/
}
.logo-tagline:hover img.normal-logo {
  /*animation: animateBg 14s linear infinite;*/
  /*background-image: linear-gradient(0deg,#ff7d00,#20dbdd,#b400c5,#ff7d00,#20dbdd);*/
  /*background-size: 100% 400%;*/
}

.shadowLogo {
  opacity: 0;
}

.plainLogo {
  transition: all 0.3s;
}

.home .fixed-header-box.shadow .plainLogo {
  opacity: 0;
}
.home .fixed-header-box.shadow .shadowLogo {
  opacity: 1;
}

.logo-wrapper {
  width: 180px;
  height: 100px;
  position: relative;
}
.logo-wrapper .logo-tagline {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-wrapper .logo-tagline > a {
  display: flex !important;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

@keyframes animateBg {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% 100%;
  }
}
@media (min-width: 992px) {
  .fixed-header-box {
    /*  &.fixed.sticky-header-state-reset{
          position: fixed !important;
          height: auto!important;
          top: 0;
          background: #fff!important;
      }*/
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    -ms-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .fixed-header-box.shadow {
    box-shadow: 0px 0px 10px -6px #000000;
    -webkit-box-shadow: 0px 0px 10px -6px #000000;
    background: #fff !important;
  }
  .fixed-header-box .main-header {
    max-width: calc(var(--vamtam-site-max-width) + 2 * var(--vamtam-box-outer-padding) + var(--vamtam-block-margin-desktop-left, var(--vamtam-beaver-global-module_margins)) + var(--vamtam-block-margin-desktop-right, var(--vamtam-beaver-global-module_margins)));
    margin-left: auto;
    margin-right: auto;
  }
  .fixed-header-box.sticky-header-state-stuck {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    -ms-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
    transform: translateX(0px) !important;
    background: #fff;
    max-width: 100%;
    width: 100% !important;
    will-change: unset !important;
  }
  .fixed-header-box.sticky-header-state-stuck .header-padding {
    max-width: calc(var(--vamtam-site-max-width) + 2 * var(--vamtam-box-outer-padding) + var(--vamtam-block-margin-desktop-left, var(--vamtam-beaver-global-module_margins)) + var(--vamtam-block-margin-desktop-right, var(--vamtam-beaver-global-module_margins)));
    margin: 0 auto;
  }
  .fixed-header-box:not(.hbox-filler) {
    position: fixed !important;
    background: white;
  }
  .fixed-header-box.hbox-filler {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1300px) {
  body #mega-menu-wrap-menu-header #mega-menu-menu-header > li.mega-menu-item > a.mega-menu-link {
    padding: 0 15px;
  }
  body .fl-builder-content .fl-module-rich-text.customTransformacion .fl-rich-text p {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  body #mega-menu-wrap-menu-header #mega-menu-menu-header > li.mega-menu-item > a.mega-menu-link {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .responsive-layout header.main-header .logo-wrapper .mobile-logo-additions .header-search {
    font-size: 25px;
    /*position: fixed;*/
    top: 0;
  }
  body.responsive-layout #vamtam-megamenu-main-menu-toggle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  body.responsive-layout #vamtam-megamenu-main-menu-toggle::before {
    font-size: 21px;
    margin-bottom: 6px;
  }
  .mobileSocial {
    display: flex;
  }
  .mobileSocial > a, .mobileSocial > i {
    font-size: 25px;
    margin-right: 13px;
    border-bottom: none;
    display: flex;
    align-items: center;
  }
  body.responsive-layout header.main-header .second-row {
    max-height: 100vh;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 25px;
    overflow-y: scroll;
  }
  .responsive-layout header.main-header .mega-menu-toggle.mega-menu-open ~ .mobile-top-bar {
    min-height: 60vh;
  }
  body.responsive-layout #vamtam-megamenu-main-menu-toggle::before {
    color: #876b57;
  }
  .logo-wrapper .logo-tagline {
    width: auto;
  }
  .logo-wrapper .logo-tagline .plainLogo {
    display: none !important;
  }
  html body.responsive-layout header.main-header .first-row .logo-wrapper .logo img {
    position: static;
    width: 130px !important;
    max-height: 50px !important;
  }
  .meta-header {
    overflow: hidden;
  }
  .meta-header .siteLogo {
    right: -30%;
  }
}
footer::after {
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  background-image: linear-gradient(to right, #6bd8db 39%, #d14ae1 68%, #ff017e 97%);
  z-index: 98;
}

#legalesFooter p {
  display: flex;
  justify-content: center;
}
#legalesFooter a {
  margin: 0 10px;
  border-color: #3b3434;
}
#legalesFooter a.active, #legalesFooter a:hover {
  border-color: #876b57;
  color: #876b57;
}

#scroll-to-top {
  color: #876b57;
  bottom: 75px;
}
#scroll-to-top:hover, #scroll-to-top.active {
  background: #876b57;
  color: #fff;
}

#footerContact .wrapperMail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 558px;
  margin: auto;
}
#footerContact .wrapperMail .mail {
  margin-right: 22px;
  margin-bottom: 16px;
  flex: 0 0 382px;
}
#footerContact .wrapperMail input[type=email] {
  height: 66px;
  border: 1px solid #e4e4e4;
  padding: 15px;
  margin-bottom: 0;
}
#footerContact .wrapperMail .submit {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 151px;
  margin-top: 10px;
  margin-bottom: auto;
}
#footerContact .wrapperMail .submit img {
  position: absolute;
  z-index: 3;
  right: 19px;
  margin-bottom: 2px;
}
#footerContact .wrapperMail p {
  margin-bottom: 0;
}
#footerContact .wrapperMail .wpcf7-spinner {
  position: absolute;
  right: -50px;
}
#footerContact .wrapperMail input[type=submit] {
  background-color: #876b57;
  color: #fff;
  font-size: 16px;
  padding-left: 19px;
  padding-right: 35px;
  padding-top: 0;
  padding-bottom: 0;
  height: 48px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  width: 151px;
}
#footerContact .wrapperMail input[type=submit][disabled] {
  opacity: 1;
}
#footerContact .wrapperMail input[type=submit]:not(.disabled):hover {
  background: #3b3434;
}

/* Custom checkboxes cf7 */
.wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
}

.wpcf7-form .wpcf7-acceptance label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.25em;
  color: #3b3434;
  display: flex;
}
.wpcf7-form .wpcf7-acceptance label a {
  color: #3b3434;
  border-color: #3b3434;
}
.wpcf7-form .wpcf7-acceptance label a:hover {
  color: #876b57;
  border-color: #876b57;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  position: relative;
  visibility: hidden;
  height: 20px;
  width: 20px;
  margin-right: 22px;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox] + span {
  /*   border: 3px solid red;  */
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 0;
  height: 20px;
  width: 20px;
  top: 0px;
  border: solid 1px #e4e4e4;
  left: 0;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: "✓";
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 1px;
  left: 4px;
  visibility: hidden;
  font-size: 16px;
  color: #876b57;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + span:before {
  background: transparent;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + span:after {
  visibility: visible;
}

/* Errores CF7 */
.wpcf7-not-valid-tip {
  background-color: #fee;
  font-size: 12px;
  font-weight: normal;
  color: #fa374f;
  line-height: 21px;
  padding: 0 8px;
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.wpcf7-not-valid-tip::before {
  content: "\f348";
  font-family: dashicons;
  color: #fa374f;
  background: transparent;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 8px;
}

body .wpcf7 form .wpcf7-response-output, body .wpcf7 form .wpcf7 form.sent .wpcf7-response-output {
  border: solid 1px #876b57 !important;
  background-color: #f9f9f9;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25em;
  letter-spacing: normal;
  text-align: center;
  color: #3b3434;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 40px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* Fin errores CF7 */
@media (max-width: 600px) {
  #footerContact .wrapperMail {
    width: 100%;
    max-width: 100%;
    margin-bottom: 35px;
  }
  #footerContact .wrapperMail .mail {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #footerContact .wrapperMail .submit {
    order: 5;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    margin-bottom: 0;
  }
  #legalesFooter p {
    display: block;
  }
  #legalesFooter p a {
    margin: 0;
    margin-bottom: 10px;
    display: inline-block;
  }
  body .wpcf7 form .wpcf7-response-output, body .wpcf7 form .wpcf7 form.sent .wpcf7-response-output {
    margin-top: 30px;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
body {
  position: relative;
  /* &.vamtam-scrolled:not(.home){
       &::after {
         background-image: none;
       }
   }*/
}
body #page {
  max-width: 100%;
}
body.boxed #page {
  max-width: 100%;
}

a:visited {
  color: var(--vamtam-body-link-regular);
}

.noMb p {
  margin-bottom: 0;
}

/*a {
    color: rgb(135, 107, 87);
    border-bottom: 1px solid #876b57;
}*/
.hoverNotUnderline a {
  text-decoration: none;
  border-bottom: none;
}
.hoverNotUnderline a:hover {
  text-decoration: none;
  border-bottom: none;
}

.mega-hideDesktop {
  display: none !important;
}

.tribe-events-notices {
  border: solid 1px #e4e4e4;
  background-color: #f9f9f9 !important;
}
.tribe-events-notices a, .tribe-events-notices li {
  color: #876b57;
}

.fa-long-arrow-alt-right:before {
  content: "";
  background: url(https://infinitewellness.es/wp-content/uploads/2021/11/flecha.svg);
  width: 14px;
  height: 10px;
  display: block;
}

.hoverLightBrown:hover a {
  color: #876b57 !important;
}

.vamtam-show-bg-image {
  transition: ease 0.5s;
}
.vamtam-show-bg-image .mueve {
  transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -webkit-transform: translateY(30px);
}

.noBullet:before {
  display: none;
}

p {
  margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

.fl-widget .widget .widgettitle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25em;
  margin-bottom: 0.75em;
  letter-spacing: 3px;
  color: #3b3434;
  font-family: "Work Sans", sans-serif;
}
.fl-widget .widget .widget_nav_menu .menu li.current_page_item a {
  font-weight: bold;
  color: #3b3434;
}
.fl-widget .widget .menu li a {
  font-size: 16px;
  line-height: 1.75em;
  color: #3b3434;
  position: relative;
  display: block;
  padding-bottom: 0;
  border: none !important;
  padding-right: 0;
}
.fl-widget .widget .menu li a:hover {
  font-weight: 500;
}
.fl-widget .widget .menu li a::after {
  margin-top: 10px;
  content: "";
  height: 1px;
  display: block;
  width: 100%;
  background-image: linear-gradient(to right, #6bd8db 39%, #d14ae1 68%, #ff017e 97%);
}

.botonYoga a {
  font-weight: 500;
  padding: 12px 18px !important;
  line-height: 1.2em !important;
}

.captionImage {
  display: flex;
  justify-content: center;
}
.captionImage .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.captionImage .wrapper p {
  display: flex;
  margin-bottom: 0;
}
.captionImage .wrapper .caption {
  padding: 21px 18px 21px 17px;
  background-color: #f3f1ef;
  width: 100%;
  text-align: center;
}
.captionImage .wrapper a {
  border-bottom: 1px solid #876b57;
  color: #876b57;
}
.captionImage .wrapper a:hover {
  color: #3b3434;
  border-color: #3b3434;
}

body .main-container ol, body .main-container ul:not(.wp-block-gallery):not(.menu) {
  list-style: none;
  list-style-type: none;
  margin-left: 27px;
  margin-bottom: 0;
  margin-right: 0;
  margin-bottom: 32px;
}
body .main-container ol li:not(.fl-builder-node-outline-item), body .main-container ul:not(.wp-block-gallery):not(.menu) li:not(.fl-builder-node-outline-item) {
  list-style: none;
  list-style-type: none;
  padding-left: 27px;
  position: relative;
  margin-bottom: 32px;
}
body .main-container ol li:not(.fl-builder-node-outline-item) a, body .main-container ul:not(.wp-block-gallery):not(.menu) li:not(.fl-builder-node-outline-item) a {
  color: #876b57;
  border-bottom: 1px solid #876b57;
}
body .main-container ol li:not(.fl-builder-node-outline-item) a:hover, body .main-container ul:not(.wp-block-gallery):not(.menu) li:not(.fl-builder-node-outline-item) a:hover {
  color: #3b3434;
  border-bottom-color: #3b3434;
}
body .main-container ol li:not(.fl-builder-node-outline-item):last-child, body .main-container ul:not(.wp-block-gallery):not(.menu) li:not(.fl-builder-node-outline-item):last-child {
  margin-bottom: 0;
}
body .main-container ol li:not(.fl-builder-node-outline-item)::before, body .main-container ul:not(.wp-block-gallery):not(.menu) li:not(.fl-builder-node-outline-item)::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #876b57;
  font-size: 7px;
  position: absolute;
  left: 0;
  top: 8px;
}
body .main-container .lowMarginList ol, body .main-container .lowMarginList ul:not(.wp-block-gallery):not(.menu) {
  margin-bottom: 16px;
  margin-left: 0;
}
body .main-container .lowMarginList ol li, body .main-container .lowMarginList ul:not(.wp-block-gallery):not(.menu) li {
  margin-bottom: 16px;
}
body .main-container .lowMarginList ol li:last-child, body .main-container .lowMarginList ul:not(.wp-block-gallery):not(.menu) li:last-child {
  margin-bottom: 0;
}

/* AGENDA */
.tituloCool {
  color: #876b57;
  font-family: "EB Garamond";
  text-align: center;
  position: relative;
  width: fit-content;
  padding-bottom: 12px;
  margin-bottom: 45px;
  margin: auto;
  font-size: 62px;
}
.tituloCool::after {
  width: 84px;
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 1px;
  background-image: linear-gradient(89deg, #6bd8db 39%, #d14ae1 68%, #ff017e 97%);
}

#tribe-events {
  padding: 80px 0 0 0;
}
#tribe-events div#tribe-events-bar { /* BUSCADOR */
  display: none;
}
#tribe-events .tribe-events-page-title {
  margin-top: 45px;
  margin-bottom: 48px;
  font-size: 35px;
  font-weight: bold;
  text-transform: capitalize;
}
#tribe-events #tribe-bar-form, #tribe-events input, #tribe-events button {
  border-color: #3b3434 !important;
}
#tribe-events input[placeholder], #tribe-events [placeholder], #tribe-events *[placeholder] {
  color: #3b3434 !important;
}
#tribe-events ul li::before {
  content: none;
}
#tribe-events .tribe-bar-submit .tribe-events-button {
  color: #fff !important;
}
#tribe-events button:hover {
  background: inherit !important;
}
#tribe-events .tribe-events-present [id*=tribe-events-daynum-] {
  background: #3b3434 !important;
}
#tribe-events .tribe-events-present [id*=tribe-events-daynum-] a {
  background: #3b3434 !important;
}
#tribe-events [id*=tribe-events-daynum-] {
  font-size: 14px;
  color: #707070;
}
#tribe-events .tribe-events-month-event-title a {
  font-family: "Work Sans";
  font-size: 14px !important;
  line-height: 18px;
  text-transform: uppercase;
}
#tribe-events .tribe-events-tooltip {
  padding: 10px;
}
#tribe-events .tribe-events-viewmore a {
  color: #3b3434;
}
#tribe-events .tribe-events-sub-nav {
  padding-bottom: 10px !important;
}
#tribe-events .tribe-events-sub-nav .tribe-events-nav-previous {
  padding-left: 0;
}
#tribe-events .tribe-events-sub-nav a {
  font-size: 14px;
  color: #876b57;
}
#tribe-events .tribe-events-calendar {
  border: none !important;
}
#tribe-events .tribe-events-calendar th {
  background: #876b57;
  font-size: 14px;
  font-weight: bold;
  border: none;
  padding: 12px 0;
}
#tribe-events .tribe-events-calendar td {
  border: none;
}

/* FIN AGENDA */
a.coolLink {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  color: var(--vamtam-primary-font-color);
  border: none !important;
  display: inline-flex;
  flex-direction: row;
  line-height: 0.9em;
  padding: 7px 3px;
  position: relative;
  justify-content: end;
  width: fit-content;
}
a.coolLink img {
  margin-left: 10px;
}
a.coolLink:hover::after {
  background-position-x: -200px;
}
a.coolLink:after {
  transition: ease 1s;
  content: "";
  height: 1px;
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
  background-image: linear-gradient(to right, #6bd8db 39%, #d14ae1 68%, #ff017e 97%);
  display: inline-block;
  margin-top: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.dataMap {
  display: flex;
  flex-wrap: wrap;
  padding: 0 110px;
  background-color: #f3f1ef;
}
.dataMap .phoneWeb, .dataMap .horario, .dataMap .address {
  flex: 0 0 50%;
}
.dataMap .phoneWeb .title, .dataMap .horario .title, .dataMap .address .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25em;
  color: #3b3434;
  margin-bottom: 14px;
}
.dataMap .phoneWeb .links, .dataMap .horario .links, .dataMap .address .links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dataMap .phoneWeb .links a, .dataMap .phoneWeb .links span, .dataMap .horario .links a, .dataMap .horario .links span, .dataMap .address .links a, .dataMap .address .links span {
  /*border: none !important;*/
  line-height: 1.25em;
}
.dataMap .phoneWeb .links a, .dataMap .horario .links a, .dataMap .address .links a {
  border-bottom-color: transparent;
}
.dataMap .phoneWeb .links a, .dataMap .horario .links a, .dataMap .address .links a {
  color: #876b57;
}
.dataMap .phoneWeb .links a:hover, .dataMap .horario .links a:hover, .dataMap .address .links a:hover {
  /*text-decoration:underline;*/
  color: #3b3434;
  border-bottom-color: #876b57 !important;
}
.dataMap .address {
  margin-top: 33px;
  flex: 0 0 100%;
}

#socialesMapa {
  padding: 15px 110px 50px;
  background-color: #f3f1ef;
  margin: 0 10px;
}
#socialesMapa a {
  color: #876b57;
}
#socialesMapa a:hover {
  color: #3b3434;
}

body .widget_nav_menu .menu li.current_page_item a {
  font-weight: 500;
}

.iframeParent {
  display: flex;
  justify-content: center;
}
.iframeParent .iframeContainer {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  flex-direction: column;
  cursor: pointer;
}
.iframeParent .iframeContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.iframeParent .iframeContainer .placeholder {
  /*position: absolute;*/
  top: 0;
  z-index: 3;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.iframeParent .iframeContainer .placeholder.disabled {
  opacity: 0;
  z-index: -1;
}
.iframeParent .iframeContainer .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75em;
  text-align: center;
  padding: 29px 25px 25px;
  color: #3b3434;
  background-color: #f3f1ef;
  width: 100%;
  text-transform: uppercase;
}

.mainTitle h1 {
  display: block;
}
.mainTitle h1::after {
  content: "";
  display: block;
  height: 1px;
  width: 85px;
  background-image: linear-gradient(to right, #6bd8db 39%, #d14ae1 68%, #ff017e 97%);
  margin: 38px auto 0;
}

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

.yogaColumn {
  max-width: 458px;
  margin-left: auto;
  float: right;
}

.customQuote .fl-rich-text {
  /*padding-top: 75px;*/
  /*padding-bottom: 75px;*/
}
.customQuote .fl-rich-text::before {
  content: "";
  background-image: linear-gradient(to right, #6bd8db 39%, #d14ae1 68%, #ff017e 97%);
  height: 1px;
  width: 100%;
  display: block;
  margin-bottom: 75px;
}
.customQuote .fl-rich-text::after {
  content: "";
  background-image: linear-gradient(to right, #6bd8db 39%, #d14ae1 68%, #ff017e 97%);
  height: 1px;
  width: 100%;
  display: block;
  margin-top: 75px;
}

.miembroNosotros {
  /*     &::after {
          content: '';
          display: block;
          margin-top: 60px;
          width: 100%;
          height: 1px;
          background-image: linear-gradient(to right, #6bd8db 39%, #d14ae1 68%, #ff017e 97%);
      }*/
}
.miembroNosotros::before {
  content: "";
  display: block;
  margin-bottom: 60px;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #6bd8db 39%, #d14ae1 68%, #ff017e 97%);
}
.miembroNosotros .fl-col-group {
  display: flex;
  justify-content: space-between;
}
.miembroNosotros .fl-col-group .fl-col {
  width: 50% !important;
  flex: 0 0 50% !important;
  float: none !important;
  min-width: 50% !important;
}
.miembroNosotros .fl-col-group .fl-col .team-member .team-member-email, .miembroNosotros .fl-col-group .fl-col .team-member .team-member-phone {
  text-align: center;
}
.miembroNosotros .fl-col-group .fl-col .team-member .team-member-email a, .miembroNosotros .fl-col-group .fl-col .team-member .team-member-phone a {
  color: var(--vamtam-body-link-regular);
}
.miembroNosotros .colaborador .team-member .thumbnail img {
  width: 260px;
  margin: 0 auto;
  transform: none !important;
}
.miembroNosotros .colaborador .team-member:hover .share-icons {
  bottom: 10px;
}
.miembroNosotros .colaborador .team-member .share-icons {
  opacity: 1 !important;
  bottom: 10px;
  transform: none !important;
  flex-direction: row-reverse;
  display: flex;
  justify-content: center;
}
.miembroNosotros .colaborador .team-member .share-icons a:hover .icon {
  background: #876b57 !important;
}
.miembroNosotros .colaborador .team-member .share-icons a .icon {
  transform: scale(1);
  color: #876b57 !important;
}
.miembroNosotros .colaborador .team-member .share-icons a .icon:hover {
  background: #876b57 !important;
  color: #fff !important;
}
.miembroNosotros .colaborador .team-member .team-member-info h5 {
  letter-spacing: 2.63px;
  font-size: 14px !important;
  color: inherit;
  text-align: center;
}
.miembroNosotros .colaborador .team-member .team-member-info h3 {
  font-family: EBGaramond-Regular;
  font-size: 35px;
  line-height: 38px;
  text-align: center;
  color: inherit;
  margin-bottom: 7px !important;
}
.miembroNosotros .colaborador .team-member .team-member-info .team-member-bio a {
  margin: auto;
}
.miembroNosotros .colaborador .team-member .team-member-info .team-member-bio p {
  line-height: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.formGenerico .inputWrapper input, .formGenerico .inputWrapper textarea {
  border-bottom: 1px solid #e4e4e4;
  font-size: 16px;
  margin-bottom: 0 !important;
}
.formGenerico .inputWrapper input {
  padding-bottom: 16px;
  padding-top: 16px;
  margin-bottom: 0;
}
.formGenerico .firstRow {
  display: flex;
  margin: 0 -24px;
  max-width: 100vw;
}
.formGenerico .firstRow .inputWrapper {
  flex: 0 0 33%;
  padding: 0 24px;
}
.formGenerico .secondRow {
  margin-top: 32px;
}
.formGenerico .legales {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 40px;
}
.formGenerico .legales .submitWrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 151px;
  margin-bottom: 16px;
}
.formGenerico .legales .submitWrapper img {
  position: absolute;
  z-index: 3;
  right: 15px;
}
.formGenerico .legales .wpcf7-spinner {
  position: absolute;
  right: -50px;
}
.formGenerico .legales input[type=submit] {
  background-color: #876b57;
  color: #fff;
  font-size: 16px;
  padding-left: 24px;
  padding-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
  height: 48px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.formGenerico .legales input[type=submit][disabled] {
  opacity: 0.7;
}
.formGenerico .legales input[type=submit]:not([disabled]):hover {
  background: #3b3434;
}

/*.columnaSticky {
    width: 100% !important;
}*/
h1 {
  margin-bottom: 27px;
}

.botonCTA a.fl-button {
  min-width: 272px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 37px;
  padding-right: 37px;
}
.botonCTA a.fl-button > span {
  margin-left: auto;
  margin-right: -14px;
}
.botonCTA a.fl-button i.fl-button-icon-after {
  margin-left: auto;
  margin-bottom: 2px;
}

.customButtonOrange a.fl-button span.customArrowOrange, .customButtonOrange a.button-solid span.customArrowOrange {
  display: inline-flex;
  width: 17px;
  height: 10px;
  position: relative;
  margin-left: 3px;
}
.customButtonOrange a.fl-button span.customArrowOrange::after, .customButtonOrange a.button-solid span.customArrowOrange::after {
  content: "";
  background-image: url(/wp-content/themes/pur-child/assets/img/orangeArrow.svg);
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s;
  margin-top: 3px;
}
.customButtonOrange a.fl-button:hover span.customArrowOrange::after, .customButtonOrange a.button-solid:hover span.customArrowOrange::after {
  background-image: url(/wp-content/themes/pur-child/assets/img/whiteArrow.svg);
}

.customButtonBlue a.fl-button span.customArrowBlue, .customButtonBlue a.button-solid span.customArrowBlue {
  display: inline-flex;
  width: 17px;
  height: 10px;
  position: relative;
  margin-left: 3px;
}
.customButtonBlue a.fl-button span.customArrowBlue::after, .customButtonBlue a.button-solid span.customArrowBlue::after {
  content: "";
  background-image: url(/wp-content/themes/pur-child/assets/img/blueArrow.svg);
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s;
  margin-top: 3px;
}
.customButtonBlue a.fl-button:hover span.customArrowBlue::after, .customButtonBlue a.button-solid:hover span.customArrowBlue::after {
  background-image: url(/wp-content/themes/pur-child/assets/img/whiteArrow.svg);
}

.customButtonPurple a.fl-button span.customArrowPurple, .customButtonPurple a.button-solid span.customArrowPurple {
  display: inline-flex;
  width: 17px;
  height: 10px;
  position: relative;
  margin-left: 3px;
}
.customButtonPurple a.fl-button span.customArrowPurple::after, .customButtonPurple a.button-solid span.customArrowPurple::after {
  content: "";
  background-image: url(/wp-content/themes/pur-child/assets/img/purpleArrow.svg);
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s;
  margin-top: 3px;
}
.customButtonPurple a.fl-button:hover span.customArrowPurple::after, .customButtonPurple a.button-solid:hover span.customArrowPurple::after {
  background-image: url(/wp-content/themes/pur-child/assets/img/whiteArrow.svg);
}

.customButtonBlue a.button-solid, .customButtonBlue .fl-button, .customButtonOrange a.button-solid, .customButtonOrange .fl-button, .customButtonPurple a.button-solid, .customButtonPurple .fl-button {
  border: 1px solid transparent;
}
.customButtonBlue a.button-solid:hover, .customButtonBlue .fl-button:hover, .customButtonOrange a.button-solid:hover, .customButtonOrange .fl-button:hover, .customButtonPurple a.button-solid:hover, .customButtonPurple .fl-button:hover {
  border: 1px solid #fff !important;
  background-color: transparent !important;
  border-style: solid;
  border-width: 0;
  background-clip: border-box;
  border-color: #ffffff;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
}

.fl-builder-content .miembroNosotros a.fl-button {
  display: inline-flex;
  align-items: center;
  padding-left: 37px;
  padding-right: 37px;
}
.fl-builder-content .miembroNosotros a.fl-button > span {
  margin-left: auto;
}
.fl-builder-content .miembroNosotros a.fl-button i {
  margin-left: auto;
}

body:not(.single) #tribe-events .tribe-events-button.tribe-events-ical {
  display: none !important;
}

.post-type-archive-tribe_events .footer-wrapper .fl-row-content-wrap.vamtam-show-bg-image {
  margin-top: 20px !important;
}

.tribe-event-date-start {
  text-transform: capitalize;
}

.tribe-events-event-thumb {
  margin-right: 10px;
}

.tribe-events-nav-next, .tribe-events-nav-previous {
  text-transform: capitalize;
}

#vamtam-overlay-search-close {
  background: transparent !important;
  color: #000 !important;
}
#vamtam-overlay-search-close:hover {
  color: #fff !important;
  background-color: #876b57 !important;
}

#vamtam-overlay-search input[type=search] {
  border-bottom-color: #876b57 !important;
}
#vamtam-overlay-search input[type=search]::-webkit-search-cancel-button {
  content: "X";
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  color: #876b57;
  cursor: pointer;
  background-image: url("/wp-content/themes/pur-child/assets/img/times-solid.svg");
}

.telefonoYWhatsapp strong a {
  border: none;
}
.telefonoYWhatsapp strong a:hover {
  border: none;
}
.telefonoYWhatsapp strong a:hover i {
  color: #876b57;
}

.single-tribe_events #tribe-events {
  /*padding-top: 0;*/
}
.single-tribe_events #tribe-events .tribe-events-sub-nav {
  padding-bottom: 0 !important;
}
.single-tribe_events #tribe-events-content .tribe-events-back {
  margin-bottom: 18px;
}
.single-tribe_events #tribe-events-content .tribe-events-back a {
  color: #876b57;
}
.single-tribe_events #tribe-events-content .tribe-events-back a:hover {
  color: #3b3434;
}
.single-tribe_events #tribe-events-header {
  margin-top: 18px;
  margin-bottom: 18px;
}
.single-tribe_events .tribe-events-event-image {
  margin-bottom: 48px;
}
.single-tribe_events .tribe-events-event-image img {
  max-height: 400px;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
}
.single-tribe_events h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.21em;
  letter-spacing: normal;
  color: #876b57;
  margin-bottom: 16px;
}
.single-tribe_events .main-container ul:not(.wp-block-gallery):not(.menu):not(.tribe-events-sub-nav) {
  margin-left: 0;
}
.single-tribe_events .main-container ul:not(.wp-block-gallery):not(.menu):not(.tribe-events-sub-nav) li {
  padding-left: 18px !important;
  margin-bottom: 0 !important;
}
.single-tribe_events .main-container ul:not(.wp-block-gallery):not(.menu):not(.tribe-events-sub-nav) li::after {
  display: block !important;
  content: "•";
  font-weight: 900;
  color: #876b57;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
}
.single-tribe_events .tribe-events-cal-links {
  margin-top: 38px;
}
.single-tribe_events #tribe-events .tribe-events-button.tribe-events-gcal, .single-tribe_events #tribe-events .tribe-events-button.tribe-events-ical {
  border: solid 1px #e4e4e4;
  font-size: 12px;
  letter-spacing: normal;
  color: #3b3434;
}
.single-tribe_events #tribe-events .tribe-events-button.tribe-events-gcal:hover, .single-tribe_events #tribe-events .tribe-events-button.tribe-events-ical:hover {
  color: #fff;
}
.single-tribe_events #tribe-events-footer {
  margin-top: 125px;
}
.single-tribe_events #tribe-events-footer a {
  border-color: transparent;
  font-size: 14px;
  font-weight: normal;
  color: #876b57;
}
.single-tribe_events #tribe-events-footer a span {
  font-weight: bold;
}
.single-tribe_events #tribe-events-footer a:hover {
  border-color: #876b57;
}

body #tribe-events-content .tribe-events-schedule, body.single-tribe_events #rsvp-now, body.single-tribe_events #tpp-buy-tickets, body.single-tribe_events .tribe-events-event-meta {
  border: solid 1px #e4e4e4;
  background-color: #f9f9f9 !important;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
  color: #3b3434;
}
body #tribe-events-content .tribe-events-schedule h2, body.single-tribe_events #rsvp-now h2, body.single-tribe_events #tpp-buy-tickets h2, body.single-tribe_events .tribe-events-event-meta h2 {
  margin-bottom: 0;
  color: #3b3434;
}
body #tribe-events-content .tribe-events-schedule .tribe-events-cost, body.single-tribe_events #rsvp-now .tribe-events-cost, body.single-tribe_events #tpp-buy-tickets .tribe-events-cost, body.single-tribe_events .tribe-events-event-meta .tribe-events-cost {
  font-size: 16px;
}

body.single-tribe_events #rsvp-now h2, body.single-tribe_events #tpp-buy-tickets h2, body.single-tribe_events .tribe-events-event-meta h2 {
  font-size: 25px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: normal;
  color: #876b57;
  margin-bottom: 21px;
}
body.single-tribe_events #rsvp-now .tribe-events-cost, body.single-tribe_events #tpp-buy-tickets .tribe-events-cost, body.single-tribe_events .tribe-events-event-meta .tribe-events-cost {
  font-size: 16px;
}
body.single-tribe_events #rsvp-now dl dd, body.single-tribe_events #tpp-buy-tickets dl dd, body.single-tribe_events .tribe-events-event-meta dl dd {
  margin-bottom: 18px !important;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-organizer {
  font-weight: bold;
}

.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group address.tribe-events-address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-organizer-email,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-organizer-url,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-organizer-tel {
  margin-bottom: 0 !important;
  color: #876b57;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-organizer-email:hover,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-organizer-url:hover,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-organizer-tel:hover {
  color: #3b3434;
  border-color: #3b3434;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-venue-tel,
.single-tribe_events #tribe-events-content .tribe-events-event-meta .tribe-events-gmap,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-venue-url {
  color: #876b57;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-venue-tel:hover,
.single-tribe_events #tribe-events-content .tribe-events-event-meta .tribe-events-gmap:hover,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-venue-url:hover {
  color: #3b3434;
  border-color: #3b3434;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta .tribe-events-gmap {
  display: block;
}

.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
  background-color: #876b57;
}

.cookieTable td {
  padding: 10px;
}
.cookieTable td:not(:nth-last-child(2)) {
  width: 15%;
}

.page-template-page-blog .titleWrapper {
  padding: 20px 60px 85px;
  border-bottom: 1px solid #e4e4e4;
  margin-top: 80px;
  margin-bottom: 65px;
}
.page-template-page-blog .titleWrapper h1 {
  text-align: center;
}
.page-template-page-blog .titleWrapper h1::after {
  content: "";
  display: block;
  height: 1px;
  width: 85px;
  background-image: linear-gradient(to right, #6bd8db 39%, #d14ae1 68%, #ff017e 97%);
  margin: 38px auto 0;
}
.page-template-page-blog .titleWrapper .subtitle {
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  color: rgb(59, 52, 52);
  text-align: center;
}

.navigation .current, .navigation a:not(.prev):not(.next):hover {
  background-color: #876b57;
  border: solid 1px #876b57;
  color: #fff;
}

.navigation .next:hover, .navigation .prev:hover {
  background-color: #876b57;
  color: #fff;
}

.single .post-article .post-media {
  max-width: 1040px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single .post-article .post-media h1 {
  font-size: 50px;
}
.single .post-article .post-media .meta-left {
  flex: 0 0 50%;
  padding: 0 20px;
  box-sizing: border-box;
}
.single .post-article .post-media .media-inner {
  flex: 0 0 50%;
}
.single .single-post-wrapper .post-article .post-media .vamtam-meta-tax.the-tags {
  margin-right: 0;
  /*padding-left: 0;*/
}

.titleCompartir {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  color: #876b57;
}

.compartirEnRedes {
  display: flex;
  justify-content: center;
}
.compartirEnRedes a {
  font-size: 20px;
  padding: 0 15px;
  font-size: 35px;
  transition: all 0.3s;
}
.compartirEnRedes a:hover {
  text-decoration: none;
  border-color: transparent;
  color: #876b57;
}

.iconosDelFooter span.fl-icon:last-child {
  display: none;
}

.iconGroupContacto .fl-icon-group > .fl-icon:first-child {
  margin-top: 13px;
}
.iconGroupContacto .fl-icon-group > .fl-icon:first-child i {
  font-size: 20px;
}

#sideChild a:hover {
  border-bottom-color: #fff !important;
}

.post-content-outer .leermas {
  margin-top: 20px;
  text-align: left;
}
.post-content-outer .leermas a {
  font-weight: bold;
  font-size: 14px;
}

@media (max-width: 991px) {
  .mega-hideDesktop {
    display: block !important;
  }
  #mega-menu-wrap-menu-header #mega-menu-menu-header li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
#mega-menu-wrap-menu-header #mega-menu-menu-header li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    box-shadow: none;
  }
  #mega-menu-wrap-menu-header #mega-menu-menu-header li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100% !important;
  }
  #mega-menu-wrap-menu-header #mega-menu-menu-header li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-menu-clear {
    padding: 0 !important;
  }
  #mega-menu-wrap-menu-header #mega-menu-menu-header a.mega-menu-link {
    padding-left: 10px !important;
  }
  .yogaColumn {
    margin: auto;
    float: none;
  }
  .miembroNosotros .fl-col-group {
    flex-wrap: wrap;
  }
  .miembroNosotros .fl-col-group .fl-col:first-child {
    margin-right: auto;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .miembroNosotros .fl-col-group .fl-col:last-child {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  #iTakeOver > .fl-row-content-wrap > .fl-row-content > .fl-col-group {
    display: flex;
    flex-direction: column-reverse;
  }
  #iTakeOver > .fl-row-content-wrap > .fl-row-content > .fl-col-group #sideChild {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #sideChild a {
    border-bottom-color: #fff !important;
  }
  a {
    transition: all 0.3s;
    border-bottom: solid 1px var(--vamtam-body-link-regular);
  }
  .dataMap .phoneWeb .links a,
.dataMap .horario .links a,
.dataMap .address .links a {
    border-bottom: solid 1px var(--vamtam-body-link-regular) !important;
  }
  br.noMobile {
    display: none;
  }
  h1 {
    font-size: 45px;
  }
  .hideMobile {
    display: none !important;
  }
  .showMobile {
    display: block !important;
  }
  .dataMap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dataMap .phoneWeb, .dataMap .horario {
    flex: 0 0 100%;
  }
  .dataMap .horario {
    margin-top: 33px;
  }
  #socialesMapa {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 50px;
  }
  .customQuote .fl-rich-text::before {
    margin-bottom: 24px;
  }
  .customQuote .fl-rich-text::after {
    background-image: linear-gradient(to right, #6bd8db 39%, #d14ae1 68%, #ff017e 97%);
    margin-top: 30px;
  }
  .miembroNosotros .fl-col-group {
    flex-direction: column;
  }
  .miembroNosotros::before {
    margin-bottom: 26px;
  }
  .miembroNosotros .team-member-bio br {
    display: none;
  }
  .formGenerico .firstRow {
    flex-direction: column;
    margin: 0;
  }
  .formGenerico .firstRow .inputWrapper {
    padding: 0;
  }
  .formGenerico .firstRow .inputWrapper input {
    padding-bottom: 34px;
    padding-top: 22px;
  }
  .formGenerico .secondRow {
    margin-top: 0;
  }
  .formGenerico .legales {
    flex-direction: column;
    padding-right: 0;
  }
  /* AGENDA */
  #tribe-events .tribe-events-calendar th {
    border: 1px solid #979797;
    border-bottom: none;
    padding: 0;
    font-size: 12px;
  }
  .tribe-events-read-more {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    color: var(--vamtam-primary-font-color);
    border: none !important;
    display: flex;
    flex-direction: row;
    line-height: 0.9em;
    padding: 10px 5px;
    position: relative;
    justify-content: end;
    width: fit-content;
  }
  .tribe-events-read-more:after {
    content: "";
    height: 1px;
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
    background-image: linear-gradient(to right, #6bd8db 39%, #d14ae1 68%, #ff017e 97%);
    display: inline-block;
    margin-top: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #tribe-events .tribe-events-calendar td {
    border: 1px solid #979797;
    height: 36px;
  }
  #tribe-events tr {
    border: 0;
  }
  #tribe-events .tribe-events-present.mobile-active [id*=tribe-events-daynum-] {
    background: #876b57 !important;
  }
  .tribe-events-calendar td.tribe-events-present.mobile-active {
    background: #876b57 !important;
  }
  .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] {
    background: #876b57 !important;
  }
  .tribe-events-calendar .tribe-events-present {
    background: #3b3434;
  }
  .tribe-events-calendar .tribe-events-present div[id*=tribe-events-daynum-] {
    background: transparent !important;
  }
  #tribe-events [id*=tribe-events-daynum-] {
    color: #876b57;
  }
  .customHeight .fl-row-content-wrap {
    min-height: calc(100vh - 80px);
  }
  .tribe-events-calendar .tribe-events-has-events:after {
    background: #876b57 !important;
  }
  .customHeight .fl-row-content-wrap {
    min-height: calc(100vh - 80px);
  }
  #tribe-events .tribe-events-sub-nav li {
    padding: 10px 0;
  }
  #tribe-events .tribe-events-sub-nav li a {
    font-size: 16px;
    padding: 0;
  }
  .tribe-events-mobile h4 a {
    font-family: EBGaramond-Regular;
    font-size: 25px;
    line-height: 28px;
  }
  .tribe-events-mobile .tribe-event-description p {
    font-size: 16px;
    line-height: 23px;
  }
  .tribe-events-calendar td.mobile-active {
    background: #876b57 !important;
  }
  .tribe-events-calendar td.mobile-active [id*=tribe-events-daynum-] {
    background: #876b57 !important;
    color: #fff !important;
  }
  .tribe-events-calendar td.mobile-active::after {
    background: #ffffff !important;
  }
  .tribe-events-event-schedule-details {
    font-weight: 500;
    margin-top: 4px;
    display: block;
  }
  #tribe-events-header {
    display: none;
  }
  #tribe-events h1.tribe-events-page-title {
    margin-bottom: 20px;
  }
  .tribe-mobile-day-heading {
    display: none;
  }
  #tribe-mobile-container .type-tribe_events {
    padding-top: 35px;
  }
  #tribe-mobile-container .type-tribe_events {
    padding-left: 24px;
    padding-right: 24px;
  }
  #tribe-mobile-container .type-tribe_events .tribe-events-event-body {
    padding-bottom: 20px;
    border-bottom: 1px dotted #979797;
  }
  .tribe-event-description p:last-child {
    margin-bottom: 18px;
  }
  #tribe-mobile-container .type-tribe_events .tribe-events-read-more {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 90px;
    width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
  }
  #tribe-mobile-container .type-tribe_events .tribe-events-read-more::after {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #tribe-mobile-container .type-tribe_events .tribe-events-read-more::before {
    content: "";
    width: 16px;
    height: 15px;
    background-image: url(/wp-content/themes/pur-child/assets/img/flechaAgenda.svg);
    background-size: cover;
    display: block;
    position: absolute;
    background-color: #fff;
    right: 0px;
    bottom: 9px;
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: right;
  }
  body.responsive-layout #tribe-events .tribe-events-sub-nav {
    padding-left: 50px;
    padding-right: 50px;
  }
  body.responsive-layout #tribe-events .tribe-events-sub-nav li a {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #3b3434;
    border: none;
  }
  body.responsive-layout #tribe-events .tribe-events-sub-nav li a span {
    color: #979797;
  }
  #tribe-events {
    padding-top: 0;
  }
  .tituloCool {
    font-size: 50px;
  }
  .single #tribe-events-content {
    padding-top: 30px;
  }
  body #tribe-events-content .tribe-events-schedule {
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .single-tribe_events {
    padding-left: 5px;
    padding-right: 5px;
  }
  .single-tribe_events #tribe-events-footer:before, .single-tribe_events #tribe-events-header:before,
.single-tribe_events #tribe-events-footer:after, .single-tribe_events #tribe-events-header:after {
    display: none;
  }
  .single-tribe_events #tribe-events-header, .single-tribe_events #tribe-events-footer {
    display: block;
  }
  .single-tribe_events #tribe-events-header#tribe-events-footer, .single-tribe_events #tribe-events-footer#tribe-events-footer {
    margin-top: 35px;
    padding-bottom: 0;
  }
  .single-tribe_events #tribe-events-header .tribe-events-sub-nav, .single-tribe_events #tribe-events-footer .tribe-events-sub-nav {
    padding: 0 !important;
    display: flex;
    justify-content: space-between;
  }
  .single-tribe_events #tribe-events-header .tribe-events-sub-nav li, .single-tribe_events #tribe-events-footer .tribe-events-sub-nav li {
    flex: 0 0 auto;
    width: auto;
  }
  .single-tribe_events #tribe-events-header .tribe-events-sub-nav li a, .single-tribe_events #tribe-events-footer .tribe-events-sub-nav li a {
    font-size: 14px !important;
    font-weight: normal !important;
    color: #876b57 !important;
    white-space: nowrap;
  }
  .single-tribe_events #tribe-events-header .tribe-events-sub-nav li a span, .single-tribe_events #tribe-events-footer .tribe-events-sub-nav li a span {
    font-weight: bold;
    color: #876b57 !important;
  }
  .single-tribe_events #tribe-events-header .tribe-events-sub-nav li.tribe-events-nav-previous, .single-tribe_events #tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-previous {
    width: 45%;
    color: #fff;
  }
  .single-tribe_events #tribe-events-header .tribe-events-sub-nav li.tribe-events-nav-previous a, .single-tribe_events #tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-previous a {
    content: "Anterior";
    position: relative;
    color: transparent !important;
  }
  .single-tribe_events #tribe-events-header .tribe-events-sub-nav li.tribe-events-nav-previous a::before, .single-tribe_events #tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-previous a::before {
    content: "Anterior";
    display: block;
    position: absolute;
    color: #876b57 !important;
    right: 0;
    left: 17px;
  }
  .single-tribe_events #tribe-events-header .tribe-events-sub-nav li.tribe-events-nav-previous a span, .single-tribe_events #tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-previous a span {
    position: absolute;
    left: 0;
  }
  .single-tribe_events #tribe-events-header .tribe-events-sub-nav li.tribe-events-nav-next, .single-tribe_events #tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-next {
    width: 45%;
    color: #fff;
  }
  .single-tribe_events #tribe-events-header .tribe-events-sub-nav li.tribe-events-nav-next a, .single-tribe_events #tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-next a {
    content: "Anterior";
    position: relative;
    color: transparent !important;
  }
  .single-tribe_events #tribe-events-header .tribe-events-sub-nav li.tribe-events-nav-next a::before, .single-tribe_events #tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-next a::before {
    content: "Siguiente";
    display: block;
    position: absolute;
    color: #876b57 !important;
    right: 17px;
    left: 0;
  }
  .single-tribe_events #tribe-events-header .tribe-events-sub-nav li.tribe-events-nav-next a span, .single-tribe_events #tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-next a span {
    position: absolute;
    right: 0;
  }
  .single-tribe_events .tribe-events-event-image {
    margin-bottom: 20px;
  }
  .single-tribe_events h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.14em;
    letter-spacing: normal;
    color: #876b57;
  }
  .single-tribe_events .tribe-events-cal-links {
    display: flex;
    margin-top: 33px;
  }
  .single-tribe_events .tribe-events-cal-links a {
    margin: 0 !important;
  }
  .single-tribe_events .tribe-events-cal-links a:first-child {
    margin-right: 5px !important;
  }
  body.responsive-layout.page-template-page-blog article .loop-wrapper.news {
    height: auto !important;
  }
  .page-template-page-blog .cbp-ready .cbp-item {
    position: static;
  }
  .page-template-page-blog .cbp-ready .cbp-wrapper, .page-template-page-blog .cbp-ready .cbp-wrapper-helper {
    position: static;
  }
  .page-template-page-blog .titleWrapper {
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-template-page-blog .titleWrapper h1 {
    font-size: 50px;
  }
  .page-template-page-blog .titleWrapper .subtitle {
    font-size: 14px;
  }
  .single .post-article .post-media {
    max-width: 100%;
    flex-wrap: wrap;
  }
  .single .post-article .post-media h1 {
    font-size: 35px;
  }
  .single .post-article .post-media .meta-left {
    flex: 0 0 100%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .single .post-article .post-media .media-inner {
    flex: 0 0 100%;
  }
}

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