/*
 Theme Name:     MAMBO's Divi Child Theme
 Theme URI:      http://
 Description:    Divi Child Theme for MAMBO
 Author:         R3n Pi2
 Author URI:     http://
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");

/*
  Color definitions
  =================

  $grey1 = #a1899f
  $blue1 = #2648b6
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

@font-face {
  font-family: PostGrotesk;
  src: url('fonts/PostGrotesk-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: PostGrotesk;
  src: url('fonts/PostGrotesk-Light.otf');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: PostGrotesk;
  src: url('fonts/PostGrotesk-Bold.otf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: PostGrotesk;
  src: url('fonts/PostGrotesk-MediumItalic.otf');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: PostGrotesk;
  src: url('fonts/PostGrotesk-LightItalic.otf');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: PostGrotesk;
  src: url('fonts/PostGrotesk-BoldItalic.otf');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: PostGroteskBookItalic;
  src: url('fonts/PostGrotesk-BookItalic.otf');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "PostGrotesk", Arial, sans-serif;
  font-weight: 100;
}
body p {
  font-size: 15px;
}
.et_pb_row, .container {
  width: 94%;
}
.et_pb_module {
  display: inline-block;
  width:100%;
}
@media (min-width: 981px) {
  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 0;
  }
}
.et_header_style_left .logo_container {
  position: relative;
  width: 34%;
  height: 100%;
  float: left;
}
@media (min-width: 981px) {
  .et_header_style_left .et-fixed-header .logo_container {
    width: 10%;
  }
}
.logo_container a {
  max-height: 110px;
  max-width: 100%;
  display:inline-block;
  float: left;
  margin-top: 20px;
  overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#logo {
  max-height: 100%;
  /*width: 346px;*/
  width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
  padding-top: 85px;
  padding-bottom: 38px;
}
nav#top-menu-nav {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  /*border-top: 2px solid #a1899f;*/
  float: right;
}
nav#top-menu-nav #top-menu {
  margin-right: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.et_header_style_left .et-fixed-header nav#top-menu-nav #top-menu {
    margin-right: 300px;
}
#top-menu-nav a {
  cursor: pointer;
}
.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a  {
  padding-bottom: 0px;
  line-height: 32px;
  text-transform: uppercase;
  color: black;
  font-size: 14px;
}
#main-header {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.et_header_style_left #et-top-navigation {
  float:left;
  float: left;
  padding-left: 0!important;
  width: 66%;
  text-align: right;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
@media (min-width: 981px) {
  .et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 13px;
    padding-left: 0;
    padding-bottom: 24px;
    float: right;
    width: 90%;
  }
  .et_header_style_left .et-fixed-header #top-menu-nav {
    border-bottom: none;
    border-top: none;
  }
  .et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a, .et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a {
    padding-bottom:0;
  }
  .et_header_style_left .et-fixed-header .logo_container a {
    max-height: 46px;
    max-width: 80px;
    display:inline-block;
    float: left;
    margin-top: 6px;
  }
  .et_header_style_left .et-fixed-header #logo {
/* Old logo sizes */
/*
    max-width:234px;
    width: 234px;
*/
    max-width: 300px;
    width: 300px;
    margin-left: -205px;
  }
}
#top-menu ul > li {
  padding-right: 26px;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  #top-menu li {
    padding-right: 12px;
  }
  .et_header_style_left .et-fixed-header nav#top-menu-nav #top-menu {
    margin-right: 302px;
  }
}
@media (min-width: 1120px) and (max-width: 1199px) {
  #top-menu li {
    padding-right: 10px;
  }
  .et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    font-size: 13px;
  }
  .et_header_style_left .et-fixed-header nav#top-menu-nav #top-menu {
    margin-right: 278px;
  }
}
@media (min-width: 1060px) and (max-width: 1119px) {
  .et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    font-size: 13px;
  }
  #top-menu li {
    padding-right: 8px;
  }
  .et_header_style_left .et-fixed-header nav#top-menu-nav #top-menu {
    margin-right: 278px;
  }
}
@media (min-width: 981px) and (max-width: 1059px) {
  .et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    font-size: 11px;
  }
  #top-menu li {
    padding-right: 3px;
  }
  .et_header_style_left .et-fixed-header nav#top-menu-nav #top-menu {
    margin-right: 297px;
  }
}
@media (max-width: 639px) {
  .et_header_style_left .logo_container {
    width: 96%;
    margin-left: 2%;
  } 
  .et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 100%;
  }
  .logo_container a {
    max-height: 100%;
  }
  header .et-cart-info,
  header #header_language_list,
  header #header_search,
  header #header_login,
  header #header_members {
    position: relative!important;
    right: auto!important;
    float: left;
    width: auto;
    top: 16px!important;
  }
  header #header_search {
    margin-top: -4px;
  }
  header #header_search,
  header #header_members {
    margin-left: 6px;
  }
  header #header_login {
    clear: left;
    margin-left: 0;
  }
  .et_header_style_left #et-top-navigation {
    width: auto;
    float: right;
    padding-top: 0px!important;
    padding-bottom: 0;
  }
}
@media (max-width: 980px) {
  .et_pb_section {
    padding: 0 0 10px 0;
  }
  .et_pb_row, .et_pb_column .et_pb_row_inner {
    padding: 2px 0;
  }
  .et_pb_section .et_pb_column .et_pb_module {
    margin-bottom: 0px;
  }
}
@media (min-width: 640px) and (max-width: 980px) {
  header + #et-main-area {
    margin-top: 2px;
  }
  .et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding-bottom: 0!important;
  }
  .et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 100%;
  }
  .et_header_style_left .logo_container {
    width: 50%;
  }
  .logo_container a {
    max-height: 100%;
  }
  header .et-cart-info,
  header #header_language_list {
    top: 22px!important;
  }
  header #header_search {
    top: 18px!important;
  }
  header #header_login,
  header #header_members {
    top: 22px!important;
  }
  .et_header_style_left #et-top-navigation {
    width: auto;
    float: right;
  }
}

#et_top_search {  
  position: absolute;
  right: 0;
  top: 48px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.et_header_style_left .et-fixed-header #et_top_search {  
  top: 20px;
}
#top-menu .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child {
  padding-right: 0;
}
#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
  content: '';
}
.nav li > ul {
  right: -410px;
  text-align: center;
  margin-right: 50%;
}
.nav li ul {
  border-top: 1px solid transparent;
  margin-top: -1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  width:800px;
  background: transparent;
  border-color: transparent!important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.nav > li:last-child > ul {
  right: 0;
  text-align: right;
  margin-right: 0;
}
.et-fixed-header .nav li ul {
  margin-top: -13px;
}
.et_header_style_left #et-top-navigation nav > ul > li:hover > a, .et_header_style_split #et-top-navigation nav > ul > li:hover > a {
  color: #2648b6;
}
#top-menu li li {
  padding: 0 10px 0 10px;
}
#top-menu li li:first-child {
  padding-left: 0;
}
#top-menu li li a:after {
  content: '|';
  position: absolute;
  right: -13px;
}
#top-menu li li:last-child a:after {
  content: '';
}
#top-menu li li a {
  width: auto;
  padding:0;
  color: #2648b6;
  font-weight: 100;
  line-height: 40px;
}
#top-menu > li.current-menu-item a, #top-menu > li.current-menu-parent a {
  color: #2648b6!important;
}
#top-menu > li.current-menu-item > ul, #top-menu > li.current-menu-parent > ul {
  visibility: visible!important;
  opacity: 1!important;
  display:block;
}
.mambo-slideshow .et_pb_slide {
  padding: 0 0;
}
.mambo-slideshow .et_pb_slide_title {
  display: inline;
}
.mambo-slideshow .et_pb_slide_title a {
  font-size: 0!important;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
}
.mambo-slideshow .et_pb_slide_image {
  width: auto;
  margin-right: 0;
  left: 50%;
  height: 100%;
  margin-top:0!important;
  float: right;
  right: 0;
  text-align: right;
}
.mambo-slideshow .et_pb_slide_with_image .et_pb_slide_description {
  width: 50%;
  padding-right: 20px;
  padding-left: 40px;
}
.mambo-slideshow .et_pb_slide_image img {
  max-height: 100%!important;
  height: 100%;
  width:100%;
}
.mambo-slideshow .et_pb_media_alignment_center .et_pb_slide_image {
  top: 0;
}
.mambo-slideshow .et_pb_slide_with_image .et_pb_slide_description {
  float: left;
  padding-left: 4%;
}
.mambo-slideshow h4 {
  position:absolute;
  font-weight: 100;
  top: 40px;
  font-size: 1.3em;
}
.mambo-slideshow h1 {
  font-size: 2em;
  font-weight: 100;
  line-height: 44px;
}
.mambo-slideshow strong {
  font-weight: normal;
}
.mambo-slideshow h2 {
  font-weight: 100;
}
.mambo-slideshow .et_pb_slide_description {
  padding-top: 10%;
  padding-bottom: 10%;
}
.et-pb-arrow-prev, .et-pb-arrow-next {
  top: auto;
  bottom: 28px;
  opacity: 1;
}
.et_pb_slider:hover .et-pb-arrow-prev {
  left: 40px;
}
.et_pb_slider:hover .et-pb-arrow-next {
  right: 40px;
}
.et-pb-arrow-prev:before {
  content: "\23"
}
.et-pb-arrow-next:before {
  content: "\24"
}
.et-pb-arrow-prev {
  left: 40px;
}
.et-pb-arrow-next {
  right: 40px;
}
@media (min-width: 981px) {
  .et_pb_section:first-child, .et_pb_section:first-child .et_pb_row:first-child {
    padding-top: 0;
  }
}
#home-proximos h2,
#home-inminentes h2 {
  font-size: 16px;
}
.actividad_proxima .title a:hover,
.actividad_inminente .title a:hover {
  color:#2648b6;
}
.actividad_proxima .title a,
.actividad_inminente .title a {
  color: black;
}
.mambo-posts-list-columns {
  display: inline-block;
  float: left;
  width: 100%;
}
.mambo-posts-list-columns h2 {
  border-top: 1px solid black;
  line-height: 28px;
  margin-top: 20px;
  font-size: 14px;
}
.mambo-posts-list-columns.search-results h2 {
  border-top: none;
  line-height: 18px;
  margin-top: 8px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.mambo-posts-list-columns.search-results .date {
  font-size: 16px;
  color: #2648b6;
}
.mambo-posts-list-columns .category {
  color: #2648b6;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  padding-top: 6px;
}
.mambo-posts-list-columns .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding: 6px 0;
}
.mambo-posts-list-columns .date {
  line-height: 24px;
  font-size: 15px;
}
.mambo-posts-list-columns .excerpt {
  line-height: 20px;
  font-size: 16px;
}
.mambo-posts-list-columns .column-1_of_2 {
  width: 48%;
  float: left;
  margin-left: 4%;
}
.mambo-posts-list-columns .column-1_of_3 {
  width: 32%;
  float: left;
  margin-left: 2%;
}
.mambo-posts-list-columns .column-1_of_4 {
  width: 23.5%;
  float: left;
  margin-left: 2%;
}
/*
.mambo-posts-list-columns.search-results .column-1_of_4:nth-child(4n+1) {
  margin-left: 0;
}
*/
#footer-widgets {
  padding: 20px 0;
}
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
  width: 23.5%;
}
.et_pb_gutters3 .footer-widget {
  margin: 0 2% 0 0;
}
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
  width: 100%;
}
#footer-widgets .textwidget {
 font-size: 12px;
    line-height: 2;
}
#footer-widgets .footer-widget:nth-child(2) {
  margin-right:0;
}
#footer-widgets .footer-widget:nth-child(3) {
  width: 32%;
  margin-right:0;
}
#footer-widgets .footer-widget:nth-child(4) {
  text-align: right;
  width: 19%;
}
@media (max-width: 980px) {
  #footer-widgets .footer-widget:nth-child(1) {
    width: 200px!important;
    margin-right: 0;
    margin-bottom: 38px!important;
  }
  #footer-widgets .footer-widget:nth-child(2) {
    float: left;
    clear: both;
    width: 40%!important;
    margin-bottom: 0px!important;
  }
  #footer-widgets .footer-widget:nth-child(3) {
    width: auto!important;
    margin-right: 0!important;
    float: right;
  }
  #footer-widgets .footer-widget:nth-child(4) {
    position: absolute;
    left: 220px;
    width: auto!important;
    text-align: left;
  }
  #footer-widgets .footer-widget:nth-child(4) .mambo-widget-social {
    float: left;
  }
}
@media (max-width: 980px) {
  #footer-widgets .footer-widget:nth-child(1) {
    width: 90%!important;
    text-align: center;
    float: none;
    margin-left: auto!important;
    margin-right: auto!important;
    display: table;
  }
  #footer-widgets .footer-widget:nth-child(2) {
    width: 90%!important;
    text-align: center;
    margin-bottom: 20px!important;
    float: none;
    margin-left: auto!important;
    margin-right: auto!important;
    display: table;
  }
  #footer-widgets .footer-widget:nth-child(2) .mambo-button.mambo-button-transparent {
    float: none;
    width: 126px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer-widgets .footer-widget:nth-child(3) {
    width: 90%!important;
    text-align: center;
    float: none;
    margin-left: auto!important;
    margin-right: auto!important;
    display: table;
  }
  #footer-widgets .footer-widget:nth-child(4) {
    position: relative;
    left: auto;
    width: 100%!important;
    text-align: center;
  }
  #footer-widgets .footer-widget:nth-child(4) .mambo-widget-social {
    float: none!important;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}
.textwidget .col_50 {
  width:50%;
  display: block;
  float:left;
}
.mambo-button.mambo-button-transparent {
  color: inherit;
  border: 1px solid;
  padding: 6px;
  display: block;
  float: left;
  margin-top: 6px;
  cursor: pointer;
}
@media (min-width: 981px) {
  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module.home-title-2, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module.home-title-2 {
    margin-bottom: 12px;
  }
}
.home-title-2 h2 {
  border-top: 1px solid black;
  line-height: 28px;
  margin-top: 20px;
  font-size: 14px;
}
header .et-cart-info {
  position: absolute;
  right: 266px;
  top: 50px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
@media (min-width: 981px) {
  header.et-fixed-header .et-cart-info {
    top: 18px;
  }
}
header #header_language_list {
  position: absolute;
  right: 206px;
  top: 50px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
@media (min-width: 981px) {
  header.et-fixed-header #header_language_list {
    top: 18px;
  }
}
header #header_language_list a, header #header_language_list span {
  font-weight: 100;
  text-transform: uppercase;
  color: black;
}
header #header_language_list span.active {
  color: #2648b6;
}
header #header_language_list a:hover {
  color: #2648b6;
  cursor: pointer;
}
header #header_language_list * {
  padding-left: 6px;
}
header #header_language_list *:after {
  content: '/';
  margin-left: 6px;
  color: black;
}
header #header_language_list *:last-child:after {
  content: '';
}
header #header_members {
  position: absolute;
  right:0;
  top: 50px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
header #header_login {
  position: absolute;
  right:76px;
  top: 50px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
@media (min-width: 981px) {
  header.et-fixed-header #header_login,
  header.et-fixed-header #header_members {
    top: 18px;
  }
}
header #header_members a {
  color: black;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
header #header_members a {
  color: #2648b6;
}
header #header_search {
  position: absolute;
  right:120px;
  top: 46px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
@media (min-width: 981px) {
  header.et-fixed-header #header_search {
    top: 14px;
  }
}
header #header_search input[type="search"] {
  border: none;
  border-bottom: 1px solid black;
  width: 66px;
  background-color: transparent;
}
/*It doesn't work... (Chrome)*/
header #header_search input:-webkit-autofill {
  background-color:transparent!important;
}
header #et_search_icon {
  font-size: 0;
  width: 20px;
  height: 20px;
}
header #et_search_icon:before {
  position: relative;
  color: black;
  top: 5px;
}
header #et_search_icon:hover:before {
  color: #2648b6;
}
#main-content {
  margin-top: 1px;
}
/*Right sidebar*/
#main-content .container:before {
  display: none;
}
#main-content .container {
  padding-top: 0;
}
#actividades-actuales h2, #actividades-futuras h2, #actividades-pasadas h2,
#exposiciones-actuales h2, #exposiciones-futuras h2, #exposiciones-pasadas h2 {
  color: #2648b6;
  border-top-color: #2648b6;
}
.mambo-posts-list-columns .unlimit {
  cursor: pointer;
  display: block;
  float: left;
  width: 100%;
  line-height: 20px;
  color: #2648b6;
  border: 1px solid #2648b6;
  clear: both;
  padding: 6px;
  margin-top: 15px;
  font-weight: normal;
  background-color: white;
}
.mambo-posts-list-columns .unlimit:hover {
  color: white;
  background-color: #2648b6;
}
.actividad_item .date, .actividad_item .title, .actividad_item .excerpt,
.exposicion_item .date, .exposicion_item .title, .exposicion_item .author {
  line-height: 22px;
  color: black;
}
.actividad_item .date,
.exposicion_item .date {
  font-size: 15px
}
.actividad_item .title,
.exposicion_item .title {
  text-transform: uppercase;
  font-style: italic;
  font-size: 18px
}
.actividad_item .title {
  font-style: normal;
}
.actividad_item .author,
.exposicion_item .author {
  font-size: 18px
}
.actividad_item:hover .title, .actividad_item:hover .date,
.exposicion_item:hover .title, .exposicion_item:hover .date, .exposicion_item:hover .author {
  color: #2648b6;
}
.mambo-posts-list-columns .thumbnail {
  position: relative;
  margin-bottom: 10px;
}
.mambo-posts-list-columns .thumbnail img {
  display: block;
  width: 100%;
}
.mambo-posts-list-columns .thumbnail .thumbnail_overlay {
  background-color: #2648b6;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.mambo-posts-list-columns .exposicion_item:hover .thumbnail .thumbnail_overlay, .mambo-posts-list-columns .thumbnail:hover .thumbnail_overlay {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
  opacity: 0.3;
}
@media (min-width: 981px) {
  #actividades .et_pb_column_4_4 .et_pb_module,
  #exposiciones .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 0;
  }
}
#actividades-actuales h2, #actividades-futuras h2, #actividades-pasadas h2,
#exposiciones-actuales h2, #exposiciones-futuras h2, #exposiciones-pasadas h2 {
  margin-top:1px;
}
.actividad .et_pb_row,
.exposicion .et_pb_row {
  float: left;
  width: 100%;
  padding-top: 0;
  display: block;
}
.actividad .et_pb_section,
.exposicion .et_pb_section {
  padding-top: 0;
}
.actividad .activity-category, .actividad .activity-date,
.exposicion .expo-category, .exposicion .expo-date {
  font-size: 28px;
  line-height: 34px;
}
.actividad .activity-category,
.exposicion .expo-category {
  text-transform: uppercase;
}
.actividad .activity-date,
.exposicion .expo-date {
  color: #2648b6;
  margin-bottom: 16px;
}
.actividad .activity-share-wrapper, .mambo-share-wrapper,
.exposicion .horarios-lugar, .exposicion .inauguracion-expo, .exposicion .expo-share-wrapper {
  border-bottom: 1px solid black;
}
.actividad .activity-share-wrapper,
.exposicion .expo-share-wrapper,
.mambo-share-wrapper {
  border-top: 1px solid black;
  padding: 8px 0!important;
}
.actividad .horarios-lugar>div {
  padding-bottom: 14px;
}
.actividad .horarios-lugar>div:last-child {
  padding-bottom: 0;
}
.actividad .horarios-lugar h6 {
  color: #2648b6;
  padding-bottom:0;
}
.actividad .horarios-lugar p {
  line-height: 20px;
}
.actividad .horarios-lugar,
.exposicion .horarios-lugar {
  /*border-top: 1px solid black;*/
  padding: 10px 0;
}
.exposicion .inauguracion-expo {
  padding: 20px 0;
}
.mambo-share-wrapper,
.actividad .activity-share-wrapper,
.exposicion .expo-share-wrapper {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
}
.actividad .activity-share-wrapper .activity-share-text, .mambo-share-wrapper .mambo-share-text,
.exposicion .expo-share-wrapper .expo-share-text {
  display: block;
  float: left;
  line-height: 32px;
}
.mambo-share-wrapper .mambo-share,
.actividad .activity-share-wrapper .activity-share,
.exposicion .expo-share-wrapper .expo-share {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  display: block;
  float: right;
  margin-left: 10px;
  line-height: 32px;
}
.mambo-share-wrapper .mambo-share.facebook,
.actividad .activity-share-wrapper .activity-share.facebook,
.exposicion .expo-share-wrapper .expo-share.facebook {
  background-image: url('images/FB-blue.png');
}
.mambo-share-wrapper .mambo-share.twitter,
.actividad .activity-share-wrapper .activity-share.twitter,
.exposicion .expo-share-wrapper .expo-share.twitter {
  background-image: url('images/Twitter-blue.png');
}
.kit-press a,
.actividad .activity-buy-tickets-wrapper .activity-buy-tickets,
.exposicion .expo-buy-tickets-wrapper .expo-buy-tickets {
  display: block;
  width: 100%;
  text-align: center;
  color: #2648b6;
  background-color: white;
  border: 1px solid #2648b6;
  padding: 10px;
  margin-top: 10px;
  font-weight: normal;
}
.kit-press a:hover,
.actividad .activity-buy-tickets-wrapper .activity-buy-tickets:hover,
.exposicion .expo-buy-tickets-wrapper .expo-buy-tickets:hover {
  color: white;
  background-color: #2648b6;
}
@media (min-width: 981px) {
  .activity-featured-image,
  .expo-featured-image {
    height: 500px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
  }
  .activity-featured-image img,
  .expo-featured-image img {
    height: 100%;
    /*max-width: 9999px;*/
  }
}
.actividad .activity-title h1 {
  font-size: 360%;
  text-transform: uppercase;
  font-weight: 100;
  overflow: hidden;
  text-overflow: ellipsis;
}
.actividad .activity-subtitle h2 {
  font-size: 340%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.exposicion .expo-title h1 {
  font-size: 360%;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
}
.exposicion .expo-author h2 {
  font-size: 340%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .actividad .activity-title h1,
  .exposicion .expo-title h1 {
    font-size: 320%;
  }
  .actividad .activity-subtitle h2,
  .exposicion .expo-author h2 {
    font-size: 300%;
  }
}
@media (max-width: 560px) {
  .actividad .activity-title h1,
  .exposicion .expo-title h1 {
    font-size: 30px;
  }
  .actividad .activity-subtitle h2,
  .exposicion .expo-author h2 {
    font-size: 28px;
  }
}
.exposicion .expo-category,
.exposicion .expo-title {
  margin-top: 40px;
}
.exposicion .expo-title,
.exposicion .expo-author {
  /*margin-left: 26.375%;*/
}
.exposicion .expo-content > .et_pb_column:first-child {
  /*margin-top: -144px;*/
}
@media (max-width: 980px) {
  .exposicion .expo-title,
  .exposicion .expo-author {
    margin-left: 0;
  }
  .exposicion .expo-content > .et_pb_column:first-child {
    margin-top: 0px;
  }
}
.et_pb_gutters3.et_pb_row .et_pb_column.activity-featured-image-wrapper {
  margin-right: 3%;
}
.actividad-details-header {
  display: inline-block;
  padding-bottom: 30px;
}
.actividad .activity-content,
.exposicion .expo-content {
  margin-bottom: 40px;
}
.exposicion .expo-left-others {
    font-size: 1.1em;
}
.fluid-width-video-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
.exposicion .expo-content-text h4 {
  line-height: 26px;
  font-size: 24px;
  margin-bottom: 10px;
}
.actividad .et_pb_column_1 p,
.actividad .et_pb_column_3 p,
.exposicion .expo-content .et_pb_column_3 p,
.exposicion .expo-content .et_pb_column_1 p {
  line-height: 20px;
  font-size: 16px;
}
.actividad .et_pb_column_2 > div,
.exposicion .expo-content-text > div, 
.actividad .et_pb_column_2 p,
.exposicion .expo-content-text p {
  font-size: 18px;
  line-height: 22px;
}
.actividad .et_pb_column_2 h4,
.exposicion .expo-content-text h4 {
  line-height: 22px;
  padding-bottom: 20px;
}
.expo-images-title {
  color: #2648b6;
  font-size: 16px;
  font-weight: normal;
  border-top: 1px solid #2648b6;
  padding: 5px 0;
  margin-bottom: 10px!important;
}
.et_pb_gutters3 .et_pb_column_4_4 .expo-images .et_pb_grid_item {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.et_pb_column_4_4 .expo-images .et_pb_grid_item:nth-child(4n), .et_pb_row .et_pb_column_4_4 .expo-images .et_pb_grid_item:nth-child(4n) {
  margin-right: 0;
}
#expo-relacionados h2 {
  color: #2648b6;
  font-size: 16px;
  border-top-color: #2648b6;
  padding: 5px 0;
  margin-bottom: 10px;
}
header, html {
  min-width:320px;
}
@media (max-width: 980px) {
  .et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation {
    padding-top: 85px;
  }
  #page-container {
    padding-top: 0!important;
    display: block;
    float: left;
    width: 100%;
  }
  #et-main-area,
  .et_fixed_nav #main-header {
    position: relative;
    display: block;
    float: left;
    width: 100%;
  }
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer!important;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  padding-top: 6px; 
}
#left-area {
  width: 100%;
  padding-right: 0;
}
.et_right_sidebar #left-area {
  padding-right: 0;
}
/* WOOCOMMERCE */
.woocommerce ul.products li.product h3 {
  font-style: italic;
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 1.2em;
}
.woocommerce ul.products li.product .description {
  color: black;
  font-size: 1.2em;
  font-weight: normal;
}
.woocommerce ul.products li.product .tags a {
  color: black;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin-right: 2%;
  width: 32%;
  margin-bottom: 20px;
}
@media (min-width: 981px) {
  .et_full_width_page.woocommerce-page ul.products li.product:nth-child(3n) {
    margin-right:0;
  }
}
.woocommerce h2.section-title {
  border-top: 1px solid black;
  line-height: 28px;
  margin-top: 46px;
  margin-bottom: 15px;
  font-size: 18px;
}
.woocommerce #shop-page {
  padding-bottom: 0;
}
.woocommerce #shop-page .et_pb_row {
  padding: 0;
  margin: 0;
  width: 100%;
}
.woocommerce .viewall {
  cursor: pointer;
  display: block;
  float: left;
  width: 100%;
  line-height: 20px;
  color: #2648b6;
  border: 1px solid #2648b6;
  clear: both;
  padding: 6px;
  margin-top: 0;
  font-weight: normal;
}
.woocommerce .section-wrapper {
  display: inline-block;
  margin-bottom: 26px;
  width: 100%;
}
.woocommerce .related.products {
  display: inline-block;
}
.woocommerce div.product .product_title {
  font-weight: bold;
  font-style: italic;
}
@media (min-width: 640px) {
  .woocommerce div.product .description {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.woocommerce div.product .description {
  margin-top: 30px;
}
.woocommerce div.product .description,
.woocommerce div.product .description li {
  font-weight: normal;
}
.woocommerce div.product .description p {
  line-height: 20px;
  font-weight: normal;
}
.woocommerce div.product .description p.mas_informacion {
  font-weight: 300;
}
.woocommerce div.product .subtitle {
  font-weight: 100;
  padding-bottom: 28px;
}
.woocommerce div.product .date {
  font-size: 24px;
  padding-bottom: 28px;
  color: #2648b6;
}
#membresias {
  margin-top: 60px;
}
#membresias .logo-membresias {
  padding-left: 38px;
}
#membresias .texto-membresias {
  padding: 0 26px;
}
#membresias .texto-membresias p {
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
}
#membresias .texto-membresias p strong {
  color: #2648b6;
}
#membresias .que-es-red-mambo h1,
#membresias .que-es-red-mambo h2,
#membresias .que-es-red-mambo h3,
#membresias .que-es-red-mambo h4,
#membresias .que-es-red-mambo h5,
#membresias .que-es-red-mambo h6,
#membresias .que-es-red-mambo p {
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 14px;
}
#membresias .que-es-red-mambo h1,
#membresias .que-es-red-mambo h2,
#membresias .que-es-red-mambo h3,
#membresias .que-es-red-mambo h4,
#membresias .que-es-red-mambo h5,
#membresias .que-es-red-mambo h6,
#membresias .que-es-red-mambo p strong {
  color: #2648b6;
}
#membresias .que-es-red-mambo h1,
#membresias .que-es-red-mambo h2,
#membresias .que-es-red-mambo h3,
#membresias .que-es-red-mambo h4,
#membresias .que-es-red-mambo h5,
#membresias .que-es-red-mambo h6 {
  padding-bottom: 18px;
  font-weight: bold;
}
#membresias h1:not(.product_title) {
  border-top: 1px solid black;
  line-height: 28px;
  margin-bottom: 15px;
  font-size: 18px;
}
@media (min-width: 640px) {
  #membresias .texto-miembros-benefactores {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
#membresias .texto-miembros-benefactores {
  padding-bottom: 50px;
  font-weight: normal;
}
#membresias .texto-miembros-benefactores p {
  line-height: 20px;
}
#membresias h1.product_title {
  font-style: normal;
}
.woocommerce .product .duration {
  font-size: 20px;
  padding-bottom: 28px;
  color: #2648b6;
}
#membresias .woocommerce .product .summary {
  width: 25%;
  float: left;
  margin-left: 4%;
}
#membresias .woocommerce div.product .description {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  margin-top: 0;
}
@media (min-width: 981px) and (max-width: 1280px) {
  #membresias .woocommerce .product .images {
    width: 38%;
  }
  #membresias .woocommerce .product .summary {
    width: 33%;
  }
}
@media (min-width: 640px) and (max-width: 980px) {
  #membresias .woocommerce .product .images {
    width: 100%;
  }
  #membresias .woocommerce .product .summary {
    width: 50%;
    margin-left: 0;
  }
  #membresias .woocommerce .product .description {
    float: left;
    width: 48%;
    margin-left: 2%;
  }
}
@media (max-width: 639px) {
  #membresias .woocommerce .product .summary {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
  #membresias .woocommerce .product .description {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid black;
    float: left;
  }
  #membresias .last .woocommerce .product .description {
    border-bottom: none;
  }
  #membresias .woocommerce div.product form.cart {
    margin-bottom: 22px!important;
  }
}
@media (max-width: 980px) {
  #membresias {
    margin-top: 0px;
  }
  #membresias .logo-membresias {
    padding: 0 38px;
  }
}
.woocommerce div.product .description ul {
    list-style: none;
    padding:0;
    margin:0;
}
.woocommerce div.product .description ul li { 
    padding-left: 1em; 
    /*text-indent: -0.7em;*/
}
#membresias .woocommerce div.product .description ul li { 
  text-indent: 0;
  line-height: 22px;
}
.donaciones {
  padding-top: 0;
}
.donaciones {
  line-height: 20px;
}
.donaciones h3,
.donaciones h4,
.donaciones h5,
.donaciones h6 {
  font-size: 17px;
  color: #2648b6;
}
.donaciones-big p a {
  color: #2648b6;
  font-weight: bold;
}
.donaciones-big p strong {
  color: #2648b6;
}
.donaciones-big p {
  font-weight: bold;
  font-size: 18px;
}
.woocommerce div.product .description ul li:before {
  content: "• ";
  color: #ff2937;
  font-size: 44px;
  line-height: 0px;
  margin-top: 12px;
  display: block;
  float: left;
  margin-right: 5px;
}
div.pp_woocommerce .ppt, div.pp_woocommerce .pp_top {
  display:none!important;
}
div.pp_woocommerce .pp_close {
  background-color: transparent;
  top: -40px;
  right: 0;
  font-size: 64px!important;
}
div.pp_woocommerce .pp_close:before {
  font-family: 'Open Sans';
  content: "×";
  opacity: 0.2;
}
div.pp_woocommerce .pp_close:hover {
  background-color: transparent;
}
div.pp_woocommerce .pp_close:hover:before {
  opacity: 1;
}
div.pp_woocommerce .pp_expand {
  display: none!important;
}
div.pp_woocommerce .pp_full_res img {
  box-shadow: 0 1px 30px rgba(0,0,0,.8);
}
div.pp_woocommerce .pp_content_container {
  background: transparent;
  box-shadow: none;
}
div.pp_woocommerce .pp_details {
  padding-top:0;
}
div.pp_woocommerce .pp_details .pp_nav .currentTextHolder {
  color: #cccccc;
  position: absolute;
  right: 0;
}
div.pp_woocommerce .pp_details .pp_nav .pp_arrow_next, div.pp_woocommerce .pp_details .pp_nav .pp_arrow_previous {
  display:none;
}
div.pp_woocommerce .pp_nav {
  width: 100%;
  margin-right: 0;
}
div.pp_woocommerce .pp_next:before {
  display: block;
  font-family: 'ETmodules';
  font-size: 64px!important;
  content: "\35";
  right: -54px;
  margin-top: -18px;
}
div.pp_woocommerce .pp_next:before, div.pp_woocommerce .pp_previous:before {
  background-color: transparent;
  opacity: 0.6;
}
div.pp_woocommerce .pp_next:hover:before, div.pp_woocommerce .pp_previous:hover:before {
  opacity: 1;
}
div.pp_woocommerce .pp_previous:before {
  display: block;
  font-family: 'ETmodules';
  font-size: 64px!important;
  content: "\34";
  left: -58px;
  margin-top: -18px;
}

@media (max-width: 767px) {
  .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_column .woocommerce ul.products li.product:nth-child(n), .woocommerce-page ul.products li.product:nth-child(n) { 
    width: 100%!important;
  }
}

/*View more button*/
.shc_Ok {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #2648b6;
  cursor: pointer;
  font-size: 16px;
}
.no-results-found h1 {
  text-align: center;
  font-weight: bold;
  padding: 2em 0;
  font-size: 3em;
  text-transform: uppercase;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-20 {
  flex: 1 1 20%;
}
.flex-25 {
  flex: 1 1 25%;
}
.flex-33 {
  flex: 1 1 33.333%;
}
.flex-50 {
  flex: 1 1 50%;
}
.flex-66 {
  flex: 1 1 66.666%;
}
.flex-75 {
  flex: 1 1 75%;
}
.flex-100 {
  flex: 1 1 100%;
}
.mambo-nopadding {
  padding: 0;
}
.mambo-subtitle h1 {
  color: #2648b6;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 5px 0;
  border-top: 1px solid #2648b6;
}
.mambo-fullwidth-title {
  margin-top: 20px;
}
.mambo-fullwidth-title .et_pb_fullwidth_header_container {
  min-height: 400px;
}
.mambo-fullwidth-title h1 {
  font-size: 60px;
  font-weight: bold;
}
.mambo-fullwidth-title .et_pb_fullwidth_header_subhead {
  font-size: 50px;
}
.mambo-fullwidth-title .et_pb_fullwidth_header_subhead:before {
  content: '—';
  display: block;
  height: 50px;
}
.mambo-text-wrapper {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.mambo-text-wrapper p {
  font-size: 16px;
  line-height: 20px;
}
.mambo-text-wrapper h3,
.mambo-text-wrapper h4,
.mambo-text-wrapper h5,
.mambo-text-wrapper h6 {
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 16px;
}
.mambo-text-wrapper blockquote {
  border-color: transparent;
  padding-left: 48px;
}
.mambo-image-slider {
  padding-right: 80px;
  padding-left: 80px;
}
.mambo-image-slider .et_pb_slide {
  height: 600px;
  padding: 0;
}
.mambo-image-slider .et-pb-arrow-next,
.mambo-image-slider .et-pb-arrow-prev {
  position: absolute;
  top: 50%;
  margin-top: -24px;
}
.mambo-image-slider .et-pb-arrow-next:before,
.mambo-image-slider .et-pb-arrow-prev:before {
  color: grey;
}
.mambo-image-slider.et_pb_slider:hover .et-pb-arrow-next,
.mambo-image-slider .et-pb-arrow-next {
  right: 0;
}
.mambo-image-slider.et_pb_slider:hover .et-pb-arrow-prev,
.mambo-image-slider .et-pb-arrow-prev {
  left: 0;
}
.mambo-image-slider .et_pb_slide_description {
  position: absolute;
  bottom: 0;
  padding: 0;
  width: 100%;
  left: 0;
  text-align: left;
}
.mambo-image-slider .et_pb_slide_description h2 {
  font-size: 16px;
  color: black!important;
  padding: 0;
  padding: 12px;
  background-color: rgba(255,255,255,0.4);
}
.mambo-image-slider .et-pb-controllers {
  bottom: 44px;
}
.et_pb_image img {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mambo-equipo {
  margin-bottom: 60px;
}

.mambo-alquiler h2,
.mambo-alquiler h3,
.mambo-alquiler h4,
.mambo-alquiler h5,
.mambo-alquiler h6,
.mambo-equipo h2,
.mambo-equipo h3,
.mambo-equipo h4,
.mambo-equipo h5,
.mambo-equipo h6 {
  font-size: 16px;
  padding-bottom:0;
  color: #2648b6;
  margin-top: 14px;
  margin-bottom: 6px;
}
.mambo-alquiler h2,
.mambo-alquiler h3,
.mambo-alquiler h4,
.mambo-alquiler h5,
.mambo-alquiler h6 {
  padding-bottom: 10px;
}
.mambo-alquiler a {
  color: #2648b6;
  font-weight: bold;
}
.mambo-alquiler p,
.mambo-equipo p {
  padding: 0;
  line-height: 18px;
}
.mambo-alquiler p {
  padding-bottom: 16px;
}
.mambo-imagenes-salas h3 {
  float: left;
  line-height: 16px;
  font-size: 16px!important;
  color: black;
  margin-right: 6px!important;
}
.mambo-imagenes-salas .et_pb_gallery_caption:before {
  content: "|";
}
.mambo-imagenes-salas .et_pb_gallery_caption {
  float: left;
  line-height: 16px;
  font-size: 16px;
  margin-top: 10px;
}
.et_pb_gutters3 .et_pb_column_3_4 .mambo-imagenes-salas .et_pb_grid_item {
  margin-bottom: 2%;
}
.nav li:first-child ul {
  text-align: left;
  right: auto;
  margin-right: auto;
  left: 0;
}
.nav > li:nth-child(2) ul {
    text-align: left;
    right: auto;
    margin-right: auto;
    left: -94px;
}
.mambo-padding-bottom {
  padding-bottom: 60px;
}
.et_pb_section {
  overflow: hidden;
}
.calendar-wrapper {
  align-items: initial;
}
.calendar-wrapper .left-col {
  font-size: 40px;
  font-weight: bold;
  color: #2648b6;
  text-transform: uppercase;
  text-transform: uppercase;
  line-height: 45px;
}
.calendar-wrapper .right-col {
  padding-left: 40px;
}
#wp-calendar.mambo-calendar {
  border: none;
}
.calendar-header h4 {
  font-family: "PostGrotesk", Arial, sans-serif;
  text-align: left;
  color: black; 
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  line-height: 44px;
  display: block;
  float: left;
}
.calendar-header {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding-left: 40px;
  margin-left: -40px;
}
.calendar-header a {
  color: #a1899f;
  text-decoration: none;
  font-size: 0;
  display: inline-block;
  float: right;
  line-height: 42px;
  height: 44px;
}
.calendar-header a:hover {
  text-decoration: none;
  color: black;
}
.calendar-header a:before {
  font-family: 'ETmodules';
  font-size: 38px!important;
}
.calendar-header .prev:before {
  content: "\34";
}
.calendar-header .next:before {
  content: "\35";
}
#wp-calendar.mambo-calendar th {
  font-family: "PostGrotesk", Arial, sans-serif;
  color: black; 
  font-size: 24px;
  padding: 10px;
  text-align: center;
}
#wp-calendar.mambo-calendar td {
  font-family: "PostGrotesk", Arial, sans-serif;
  border-top: none;
  font-weight: bold;
  font-size: 24px;
  color: #cdcdcd;
  padding: 10px;
  text-align: center;
}
#wp-calendar.mambo-calendar td#today {
  font-weight: bold;
  text-decoration: underline;
}
#wp-calendar.mambo-calendar td a {
  color: #a1899f;
}
#wp-calendar.mambo-calendar td a:hover {
  text-decoration: none;
  color: #2648b6;
}
#wp-calendar.mambo-calendar td a.selected {
  color: #2648b6;
}
#calendar-results-wrapper {
  margin-top: 60px;
}
.mambo-section-informacion .mambo-equipo {
  padding-top: 0;
}
.mambo-code-section,
.mambo-code-section .et_pb_row {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  padding-right: 0px!important;
  padding-left: 0px!important;
  margin-top: 0px!important;
  margin-bottom: 0px!important;
  height: 0!important;
}
.woocommerce table.my_account_orders .order-actions .button {
  padding: 4px 6px;
  font-size: 14px;
}
.woocommerce table.my_account_orders .order-actions .button:hover:after,
.woocommerce table.my_account_orders .order-actions .button:after {
  opacity: 0;
}
#left-area ul {
  list-style: none;
  padding-left: 6px;
}
.woocommerce-account #left-area ul >li a {
  text-transform: uppercase;
}
.woocommerce-account #left-area ul >li {
  position: relative;
  margin-bottom: 8px;
  padding: 2px 0;
  font-weight: 400;
}
.woocommerce-account #left-area ul >li:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #2648b6;
  background: linear-gradient(90deg,#2648b6 20%,transparent 50%);
}
#header_login a.logged-in {
  font-size: 0;
  display: inline-block;
}
#header_login a.logged-in:before {
  cursor: pointer;
  display: block;
  font-family: 'ETmodules';
  font-size: 24px!important;
  content: "\e037";
}
.educacion-header .et_pb_fullwidth_header_container.left {
  flex-flow: column;
  flex: 1 1 30%;
  max-width: 30%!important;
  align-items: flex-start;
  margin-left: 10%;
}
.educacion-header .et_pb_fullwidth_header_container.left p {
  font-size: 16px;
}
.educacion-fullwidth-header {
  margin-bottom: 40px;
}
.educacion-section-intro p {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.educacion-section-intro p strong {
  color: #2648b6;
}
.educacion_column .excerpt {
  color: black;
}
.educacion_column .category {
  color: black;
  font-weight: 100;
}
.educacion_column .title {
  color: #2648b6;
  text-transform: uppercase;
}
.educacion_column .readmore {
  color: #2648b6;
}
.type-educacion .et_pb_row {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.mambo-share-right {
  margin-top: 30px;
}
.educacion-page-title h1 {
  color: #2648b6;
  font-size: 38px;
  font-weight: 900;
}
.educacion-page-title p {
  font-size: 16px;
}
.educacion-gallery {
  border-bottom: 1px solid #2648b6;
  padding-bottom: 12px;
}
.et_pb_column_1_4 .educacion-gallery .et_pb_grid_item {
  width: 33% !important;
  margin-bottom: 0px!important;
}
.et_pb_column_1_4 .educacion-gallery .et_pb_grid_item .et_pb_gallery_image {
  padding: 4px;
}
.mambo-galeria-title {
  color: #2648b6;
  margin-bottom: 6px!important;
  border-top: 1px solid #2648b6;
}
.mambo-programate h4 {
  color: #2648b6!important;
}
.mambo-programate #hugeit-contact-wrapper_8 > div > h3 {
  color: #2648b6!important;
  text-transform: uppercase;
}
.mambo-programate #hugeit-contact-wrapper_8 {
  background-color: white;
}
.mambo-programate #hugeit-contact-wrapper_8 .buttons-block button.submit,
.mambo-programate #hugeit-contact-wrapper_8 .buttons-block button.submit:hover {
  background-color: #2648b6!important;
  border-color: #2648b6!important;
}
.educacion-item-row h3 {
  font-weight: 100;
  font-size: 20px;
  padding-bottom: 30px;
}
.educacion-item-row h2 {
  font-size:34px;
  font-weight: bold;
  color: #2648b6;
  white-space: nowrap;
  padding-bottom: 40px;
}
.enlace-programate a {
  color: #2648b6;
  display: block;
  float: left;
  padding: 10px;
  border: 1px solid #2648b6;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}
.mambo-nopadding.mambo-paddingbottom {
  padding-bottom: 40px!important;
}
.educacion-item-flex-row {
  display: flex;
  flex-flow: row;
}
.educacion-item-flex-row .et_pb_column:nth-child(2),
.educacion-item-flex-row .et_pb_column:last-child {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.educacion-item-flex-row.last-top .et_pb_column:last-child,
.educacion-item-flex-row.second-top .et_pb_column:nth-child(2) {
  align-items: flex-start;
  justify-content: flex-start;
}
.news_relacionada .title {
  color: #2648b6;
}
.actividad_relacionada .title a {
  color:black;
}
.actividad_relacionada .title a:hover {
  color: #2648b6;
}
#membresias.et_pb_row_2 .et_pb_column_4_4 .et_pb_module {
  margin-bottom: 40px!important;
}
#membresias.et_pb_row_2 .et_pb_column_4_4 .et_pb_module:last-child {
  margin-bottom: 0px!important;
}
#membresias > .et_pb_row_1 .et_pb_column_4 p,
#membresias > .et_pb_row_1 .et_pb_column_5 p {
  line-height: 20px;
}
#membresias > .et_pb_row_1 .et_pb_column_5 p {

}
/*RESPONSIVE*/
@media (min-width: 981px) {
  .footer-widget #text_icl-2,
  .footer-widget #text_icl-4 {
    margin-left: 12%;
  }
}
@media (max-width: 980px) {

  .et_pb_column {
    margin-bottom: 20px;
  }
  .mambo-posts-list-columns .column-1_of_3,
  .mambo-posts-list-columns .column-1_of_4 {
    width: 46%;
    float: left;
    margin-left: 8%;
    margin-bottom: 20px;
  }
  .mambo-posts-list-columns .column-1_of_3:nth-child(2n+1),
  .mambo-posts-list-columns .column-1_of_4:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
}
@media (max-width: 767px) {
  .et_pb_slides .et_pb_slider_container_inner {
    vertical-align: top;
  }
  .mambo-image-slider .et_pb_slide {
    background-size: contain;
    background-color: #cdcdcd!important;
  }
  .mambo-image-slider .et-pb-arrow-next:before, .mambo-image-slider .et-pb-arrow-prev:before {
    color:#fff ;
  }
  .mambo-image-slider {
    padding-right: 0;
    padding-left: 0;
  }
  #main-content .container {
    margin: 0;
    width: 100%;
    padding: 10px;
  }
  .mambo-fullwidth-title h1 {
    font-size: 40px;
  }
  .mambo-fullwidth-title .et_pb_fullwidth_header_subhead {
    font-size: 22px;
  }
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 100%;
  }
  table.cart th, #main-content table.cart th, table.cart td, #main-content table.cart td, table.cart tr, #main-content table.cart tr, #content-area table tr, #content-area table td, #content-area table th {
    max-width: 100%;
  }
  .mambo-slideshow .et_pb_slide_image {
    width: 100%;
    left: 0;
    height: auto;
    position: relative;
    float: left;
  }
  .mambo-slideshow .et_pb_slide_with_image .et_pb_slide_description {
    width: 100%;
    text-align: left;
  }
  .mambo-slideshow .et_pb_slide_image img {
    height: auto;
    width: 100%;
  }
  .mambo-slideshow .et_pb_slider_with_overlay .et_pb_slide_image {
    padding-top: 0;
  }
  .mambo-slideshow h1 {
    font-size: 2em;
    line-height: 0.8em;
  }
  .mambo-slideshow h4 {
    top: 28px;
  }
  .et-pb-arrow-prev, .et-pb-arrow-next {
    bottom: 10px;
  }
}
@media (max-width: 639px) {
  .flex-row {
    flex-direction: column;
  }
  .flex-50 {
    padding: 10px;
  }
  .mambo-image-slider .et_pb_slide {
    height: 400px;
  }
  .mambo-posts-list-columns .column-1_of_2 {
    width: 100%;
    float: left;
    margin-left: 0;
  }
  #home-inminentes.mambo-posts-list-columns .column-1_of_2,
  #home-inminentes.mambo-posts-list-columns .column-1_of_3,
  #home-inminentes.mambo-posts-list-columns .column-1_of_4,
  #home-proximos.mambo-posts-list-columns .column-1_of_2,
  #home-proximos.mambo-posts-list-columns .column-1_of_3,
  #home-proximos.mambo-posts-list-columns .column-1_of_4 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 567px) {
  .mambo-slideshow h4 {
    top: 8px;
  }
  .mambo-slideshow h1 {
    font-size: 1.8em;
    line-height: 1em;
  }
  .mambo-slideshow h2 {
    font-size: 1.6em;
  }
  .et-pb-arrow-prev, .et-pb-arrow-next {
    bottom: -5px;
  }
  .et-pb-arrow-next {
    right: 6px;
  }
  .et-pb-arrow-prev {
    left: 6px;
  }
}
@media (max-width: 479px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_3_4,
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4 {
    display: block;
    float: left;
    width:100%;
  }
  #main-content,
  article
  .entry-content {
    display: inline-block;
  }
  .calendar-wrapper {
    display: inline-block;
    float: left;
    width: 100%;
  }
  .et_pb_section {
    display: block;
    float: left;
    width:100%;
  }
  #wp-calendar.mambo-calendar th { 
    font-size: 20px;
    padding: 6px;
  }
  #wp-calendar.mambo-calendar td { 
    font-size: 20px;
    padding: 6px;
  }
  .calendar-wrapper .left-col,
  .calendar-wrapper .right-col {
    padding-left: 10px;
    display: block;
    float: left;
    width: 100%;
  }
  .mambo-image-slider .et_pb_slide {
    height: 220px;
  }
  .et_pb_gallery_image img {
    min-width: 100%;
  }
  .mambo-posts-list-columns .column-1_of_3,
  .mambo-posts-list-columns .column-1_of_4 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .calendar-header {
    display: inline-block;
    float: left;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}

.nav ul li a:hover,
.et_mobile_menu li a:hover {
  opacity: 0.7;
  background-color: inherit;
}

@media (min-width: 981px) {
    .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1) {
        clear: none;
    }

    .et_full_width_page.woocommerce-page ul.products li.product:nth-child(3n) {
        margin-right: 0;
    }

    .et_full_width_page.woocommerce-page ul.products li.product:nth-child(3n+1) {
        margin-right: 2%;
        clear: both;
        float: left;
    }

    .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n), .et_pb_row .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n) {
        margin-right: 2%;
    }
}

/* Ocultar nuevo campo en formulario de Acadmia Mambo */
#et_pb_contact_form_0 > div.et_pb_contact > form > p.et_pb_contact_field.et_pb_contact_field_4.et_clickable.et_pb_contact_field_last > span > span.et_pb_contact_field_options_title{
    display: none !important;
}

.flex-column.flex-50.left-col{
	display: none !important
}

div#mambo-calendar-calendar {
	display: none !important
}

/* Cambiar color de botón en cintillo de horario y comprar entradas*/
a#tpbr_calltoaction {
    background: #ffc221 !important;
    font-weight: bold !important;
}

#actividades-pasadas h2{
	display: none !important;
}

#actividades-actuales h2 {
	display: none !important;
}

#actividades-futuras, h2 {
	display: none !important;
}




