@charset "UTF-8";
/*sass --watch sass/style.scss:style.css*/
/*
Theme Name: Mundosano
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Mundo sano
Tags:
*/
/*fuentes*/
@import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i");
/*colores*/
/*animacion*/
a, img, span, li, ul, input, .menu li:before {
  -webkit-transition: all 0.3s ease-in-out;
  /* Chrome y Safari */
  -o-transition: all 0.3s ease-in-out;
  /* Opera */
  -moz-transition: all 0.3s ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: all 0.3s ease-in-out;
  /* Internet Explorer */
  transition: all 0.3s ease-in-out;
  /* W3C */ }

.apertura_mosaico + .bloque.bloque_calendario {
  position: relative;
  top: 0px; }

.bloque.bloque_calendario {
  background-color: #f8b822;
  padding: 0px; }

#organizerContainer {
  color: #fff;
  width: calc(100% - 450px);
  float: left; }

#organizerContainer .events {
  padding: 50px 100px 50px 0; }

#calendarContainer {
  width: 450px;
  float: right;
  color: #55575a;
  position: relative; }

#calendarContainer:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #f8b822;
  position: absolute;
  top: 50%;
  margin-top: -15px; }

#organizerContainer .date {
  color: #fff !important;
  background-color: transparent !important;
  font-size: 30px;
  font-size: 600; }

#organizerContainer-day-back, #organizerContainer-day-next {
  display: none; }

#organizerContainer ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

#organizerContainer ul li {
  padding-bottom: 20px; }

#organizerContainer ul li p {
  opacity: 0.7;
  margin: 0 0 10px; }

.wrapper_cal .calendar {
  background-color: #fff;
  padding: 25px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.wrapper_cal .year {
  display: none;
  /*display: -webkit-box; display: -ms-flexbox; display: flex;*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  font-size: 14px; }

.wrapper_cal .year > span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase; }

.wrapper_cal .year > div {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.wrapper_cal .month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 5px;
  font-size: 20px; }

.wrapper_cal .month > span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase; }

.wrapper_cal .month > div {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.wrapper_cal .labels {
  display: none !important;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.wrapper_cal .labels > span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px; }

.wrapper_cal .days {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.wrapper_cal .row_cal {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

/*.wrapper_cal .day { padding: 5px; text-align: center; display: flex;  -webkit-box-flex: 1; -ms-flex: 1; flex: 1;  display: -webkit-box; display: -ms-flexbox; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;  cursor: pointer; -webkit-transition: box-shadow 200ms ease-in-out; transition: box-shadow 200ms ease-in-out; } */
.wrapper_cal .day {
  padding: 5px;
  text-align: center;
  display: block;
  width: 14.2857%;
  position: relative; }

.wrapper_cal .day:last-child {
  border-right: none; }

.wrapper_cal .day-radios {
  display: none; }

.wrapper_cal .day.actual span.d_num,
.wrapper_cal .day > span.d_num {
  font-weight: 600;
  border-radius: 300px;
  color: #55575a;
  width: 40px;
  height: 40px;
  display: table-cell;
  vertical-align: middle; }

.wrapper_cal .day.actual span.d_num,
.wrapper_cal .day-radios:checked + .day > span {
  color: #fff;
  background-color: #f8b822; }

.wrapper_cal .day.diluted > span.d_num {
  opacity: 0.3; }

.wrapper_cal .day .numero {
  position: absolute;
  border: 0px;
  top: -2px;
  right: -2px;
  color: #fff;
  background-color: #f8b822;
  border-radius: 30px;
  width: 25px;
  height: 25px;
  padding-top: 2px;
  text-align: center; }

.wrapper_cal .day .numero:empty {
  display: none; }

.wrapper_cal .colored span.d_num {
  cursor: pointer;
  border: 2px solid #f8b822; }

#organizerContainer-date {
  font-size: 25px;
  margin-bottom: 10px;
  display: block; }

#organizerContainer .owl-dots {
  position: static;
  padding-top: 30px; }

.home #organizerContainer .events {
  padding: 50px 100px 20px 0; }

/*en lateral*/
.col_right .wrapper_cal .calendar {
  padding: 0px;
  border: 1px solid #f8b822; }

.col_right .wrapper_cal .month {
  border-bottom: 1px solid #f8b822;
  padding: 10px 5px; }

.col_right #calendarContainer {
  width: 100%;
  float: left;
  color: #55575a;
  position: relative;
  padding: 0px;
  margin-bottom: 20px; }

.col_right .wrapper_cal .day {
  padding: 3px 5px; }

.col_right #organizerContainer {
  color: #fff;
  width: 100%;
  float: left;
  background-color: #f8b822;
  padding: 0px; }

.col_right #calendarContainer::after {
  border-top: 0px;
  border-bottom: 30px solid #f8b822;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  position: absolute;
  top: auto;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
  margin-top: 0px; }

.col_right .wrapper_cal .day > span.d_num {
  width: 28px;
  height: 28px; }

.col_right .wrapper_cal .day .numero {
  width: 20px;
  height: 20px;
  font-size: 12px; }

.col_right #organizerContainer .events {
  padding: 20px; }

.col_right #organizerContainer-date {
  font-size: 18px;
  margin-bottom: 10px;
  display: block; }

.col_right #organizerContainer h3 {
  font-size: 15px;
  margin-bottom: 10px; }

.col_right #organizerContainer ul li p {
  font-size: 15px;
  margin: 0 0 5px; }

.col_right #organizerContainer .date {
  font-size: 15px; }

.col_right #organizerContainer ul li {
  padding-bottom: 10px; }

/*margenes*/
/*tama├▒o*/
.row {
  max-width: 1230px; }

.row .reajustado {
  margin-left: -10px;
  margin-right: -10px; }

.column, .columns {
  padding-right: 10px;
  padding-left: 10px; }

.row .row {
  margin-right: -10px;
  margin-left: -10px; }

/*texto*/
body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #6f767b; }

/*header*/
#header {
  background-color: #fff;
  padding: 20px 0 10px;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #f1f1f1; }

#header .logotipo {
  padding-left: 0px; }

.logotipo img {
  height: auto;
  width: 180px; }

.logotipo .logo_blanco {
  display: none; }

/*menu*/
#navigation ul {
  display: block;
  text-align: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-weight: 600; }
  #navigation ul li {
    display: inline-block;
    position: relative; }
  #navigation ul li ul {
    display: none;
    position: absolute;
    z-index: 10;
    text-align: left; }
  #navigation ul li:hover ul {
    display: block; }
  #navigation ul a {
    text-decoration: none;
    display: block;
    padding: 10px 15px; }

#navigation ul li a:hover {
  color: #f8b822; }

#navigation ul li.menu-item-has-children:hover > a {
  position: relative;
  z-index: 11; }

#navigation ul li.menu-item-has-children:hover > a:after {
  content: "";
  display: block;
  height: 1px;
  background: #f4f4f4;
  width: 80%;
  position: absolute;
  bottom: -14px;
  left: 10%; }

#navigation ul li.menu-item-has-children:hover .sub-menu {
  -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.05);
  padding-top: 90px;
  top: -20px; }

#navigation ul li .sub-menu {
  background-color: #fff;
  font-size: 15px;
  padding-bottom: 10px; }

#navigation ul li.current-menu-item > a,
#navigation ul li.current-menu-ancestor > a,
#navigation ul li.current-menu-parent > a {
  color: #f8b822; }

/*auxiliar*/
.auxiliar ul {
  padding: 0px;
  margin: 0px;
  list-style: none; }

.auxiliar ul li {
  display: inline-block;
  padding: 5px 2px 5px; }

.auxiliar ul li.buscar span {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 35px;
  height: 22px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/Lupa.svg") no-repeat center center;
  background-size: auto 100%; }

.auxiliar ul li.facebook a {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 35px;
  height: 22px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/facebook.svg") no-repeat center center;
  background-size: auto 100%; }

.auxiliar ul li.twitter a {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 35px;
  height: 22px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/twitter.svg") no-repeat center center;
  background-size: auto 100%; }

.auxiliar ul li.instagram a {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 35px;
  height: 22px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/instagram.svg") no-repeat center center;
  background-size: auto 100%; }

.auxiliar ul li.youtube a {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 35px;
  height: 22px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/youtube.svg") no-repeat center center;
  background-size: auto 100%; }

.auxiliar ul li.linkedin a {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 35px;
  height: 22px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/linkedin.svg") no-repeat center center;
  background-size: auto 100%; }

.auxiliar ul li.spotify a {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 35px;
  height: 22px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("https://www.mundosano.org/wp-content/uploads/2021/11/spotify.png") no-repeat center center;
  background-size: auto 100%; }

.buscador_top {
  display: none;
  position: relative; }

.buscador_top.active {
  display: block; }

.buscador_top form {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 100%;
  background-color: #f1f1f1;
  padding: 15px;
  text-align: center;
  z-index: 2; }

.buscador_top form [type="search"] {
  padding: 10px 20px;
  min-width: 30%;
  background-color: #fff;
  border: 1px solid #fff; }

.buscador_top form .screen-reader-text {
  display: none; }

.buscador_top form .search-submit {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 35px;
  height: 22px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/Lupa.svg") no-repeat center center;
  background-size: auto 100%;
  display: inline-block;
  margin: 9px; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left; }

/*wrapper */
.wrapper {
  padding-top: 68px; }

.wrapper.apertura_full {
  padding-top: 0px; }

.wrapper.apertura_full #header {
  border: 0px; }

.wrapper.apertura_full .logotipo img.logo {
  display: none; }

.wrapper.apertura_full .logotipo img.logo_blanco {
  display: block; }

.wrapper.apertura_full #header {
  background: transparent; }

.wrapper.apertura_full #navigation ul a {
  color: #fff; }

.wrapper.apertura_full #navigation ul li a:hover, .wrapper.apertura_full #navigation ul li.menu-item-has-children:hover .sub-menu a:hover {
  color: #f8b822; }

.wrapper.apertura_full #navigation ul li.menu-item-has-children:hover > a,
.wrapper.apertura_full #navigation ul li.menu-item-has-children:hover .sub-menu a {
  color: #6f767b; }

.wrapper.apertura_full .auxiliar ul li.buscar span {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 35px;
  height: 22px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/Lupa2.svg") no-repeat center center;
  background-size: auto 100%; }

.wrapper.apertura_full .auxiliar ul li.facebook a {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 35px;
  height: 22px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/ico_fac.svg") no-repeat center center;
  background-size: auto 100%; }

.wrapper.apertura_full .auxiliar ul li.twitter a {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 35px;
  height: 22px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/ico_tw.svg") no-repeat center center;
  background-size: auto 100%; }

.wrapper.apertura_full .owl-nav {
  display: block; }

.wrapper.apertura_full .owl-nav .owl-prev {
  display: none; }

.wrapper.apertura_full .owl-nav .owl-next {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: 550px;
  top: 50%;
  margin-top: -42px;
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 47px;
  height: 85px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/next_full.svg") no-repeat center center;
  background-size: auto 100%; }

/*cabecera fija*/
#header.way {
  background-color: #fff !important; }

.wrapper.apertura_full #header.way .logotipo img.logo {
  display: block; }

.wrapper.apertura_full #header.way .logotipo img.logo_blanco {
  display: none; }

.wrapper.apertura_full #header.way #navigation ul a {
  color: #6f767b; }

#header.way .auxiliar ul li.buscar span {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 35px;
  height: 22px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/Lupa.svg") no-repeat center center;
  background-size: auto 100%; }

#header.way .auxiliar ul li.facebook a {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 35px;
  height: 22px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/facebook.svg") no-repeat center center;
  background-size: auto 100%; }

#header.way .auxiliar ul li.twitter a {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 35px;
  height: 22px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/twitter.svg") no-repeat center center;
  background-size: auto 100%; }

#header.way .auxiliar ul li.instagram a {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 35px;
  height: 22px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/instagram.svg") no-repeat center center;
  background-size: auto 100%; }

#header.way .auxiliar ul li.youtube a {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 35px;
  height: 22px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/youtube.svg") no-repeat center center;
  background-size: auto 100%; }

#header.way .auxiliar ul li.linkedin a {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 35px;
  height: 22px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/linkedin.svg") no-repeat center center;
  background-size: auto 100%; }

/*textos*/
h1, h2, h3, h4, h5 {
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  margin: 0px 0 20px 0px;
  line-height: 1.2; }

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px; }

b, strong {
  font-weight: 600; }

a {
  color: #6f767b;
  text-decoration: none; }

h1 {
  font-size: 42px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

/*recursos*/
.relative {
  position: relative; }

.cab .seccion {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }

.cab .fecha {
  text-transform: uppercase;
  font-size: 12px;
  float: right;
  font-weight: 600; }

.owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0; }

.owl-dots .owl-dot {
  opacity: 0.5;
  background-color: #fff;
  margin: 0 8px;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 300px; }

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

.col_left {
  width: 250px;
  float: left;
  padding-right: 20px; }

.col_center {
  width: calc(100% - 600px);
  float: left;
  padding-left: 40px; }

.col_ancho {
  width: calc(100% - 250px);
  float: left;
  padding-left: 40px; }

.col_ancho > .col_center {
  width: calc(100% - 350px);
  padding-left: 0px; }

.col_right {
  width: 350px;
  float: left;
  padding-left: 60px;
  /*padding-right:$margen2;*/ }

/*.col_center*/
.col_center h1.tit {
  font-size: 35px;
  font-weight: 400; }

.col_center .seccion {
  font-size: 12px;
  text-transform: uppercase; }

/*estilos de texto*/
.estilos_texto ul {
  margin-left: 0px;
  padding-bottom: 20px; }

.estilos_texto ul li {
  list-style-type: none;
  padding: 0 0px 20px;
  position: relative; }

.estilos_texto ul > li:before {
  position: absolute;
  top: -5px;
  left: -55px;
  width: 0.8em;
  font-size: 50px;
  line-height: 0;
  font-weight: bold;
  text-align: right;
  color: #1674bf;
  content: "."; }

.estilos_texto a {
  text-decoration: underline; }

.estilos_texto a:hover {
  text-decoration: none;
  color: #1674bf; }

.estilos_texto h1 {
  font-size: 35px;
  color: #000; }

.estilos_texto h2 {
  font-size: 28px;
  color: #000; }

.estilos_texto h3 {
  font-size: 23px;
  color: #000;
  font-weight: 500; }

.estilos_texto h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  margin-top: 40px; }

/*tablas*/
.estilos_texto table {
  border-collapse: collapse; }

.estilos_texto table tr:nth-child(even) {
  background: #f1f1f1; }

.estilos_texto table th {
  font-weight: bold;
  color: #fff;
  background-color: #1674bf; }

.estilos_texto table td, table th {
  padding: 9px 10px;
  text-align: left;
  border: 1px solid #E5E5E5; }

/*APERTURA MOSAICO*/
#simposio-vermas,
#simposio-vermas-en{
	display: block;
	padding: 10px;
	background: #CBDA2E;
	border-radius: 25px;
	margin-top: 50px;
}

#simposio-vermas-en {
	margin-top: 70px;
}

.apertura_mosaico .row {
  max-width: 1290px; }

.apertura_mosaico .destacado {
  height: 450px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 30px;
  background-size: cover;
  background-position: center !important; }

.apertura_mosaico .destacado .bl {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100%; }

.apertura_mosaico .destacado:nth-child(1) {
  width: 25%;
  background: #1674bf;
  color: #fff;
  height: 300px;
  overflow: hidden; }
  .apertura_mosaico .destacado:nth-child(1) a {
    color: #fff; }

.apertura_mosaico .destacado:nth-child(2) {
  width: 50%;
  background: #f8b822;
  color: #fff;
  height: 300px; }
  .apertura_mosaico .destacado:nth-child(2) a {
    color: #fff; }

.apertura_mosaico .destacado:nth-child(3) {
  width: 25%;
  background: #f8f8f8;
  height: 450px; }

.apertura_mosaico .destacado:nth-child(4) {
  width: 25%;
  background: #f8f8f8;
  height: 300px;
  margin-top: -150px; }

.apertura_mosaico .destacado:nth-child(5) {
  width: 25%;
  background: #599f57;
  color: #fff;
  height: 300px;
  margin-top: -150px; }
  .apertura_mosaico .destacado:nth-child(5) a {
    color: #fff; }

.apertura_mosaico .destacado:nth-child(6) {
  width: 25%;
  /*background: #a673b0;*/
  background: rgb(63,137,200);
  background: linear-gradient(40deg, rgba(63,137,200,1) 0%, rgba(45,73,136,1) 50%, rgba(34,35,99,1) 100%);
  color: #fff;
  height: 450px;
  margin-top: -150px; }

.apertura_mosaico .destacado:nth-child(6) .mas {
	display: none;
}

.apertura_mosaico .destacado:nth-child(6)::before {
	background: radial-gradient(circle, rgba(34,35,99,.5) 20%, rgba(0,0,0,0) 20%);
	background-position: 0 0;
	background-size: 10px 10px;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
  .apertura_mosaico .destacado:nth-child(6) a {
    color: #fff; }

.apertura_mosaico .destacado:nth-child(7) {
  width: 25%;
  background: #599f57;
  color: #fff;
  height: 450px; }
  .apertura_mosaico .destacado:nth-child(7) a {
    color: #fff; }

.apertura_mosaico .destacado:nth-child(8) {
  width: 50%;
  background: #f1f1f1;
  color: #fff;
  height: 300px;
  margin-top: -300px; }
  .apertura_mosaico .destacado:nth-child(8) a {
    color: #fff; }

.apertura_mosaico .destacado:nth-child(9) {
  width: 25%;
  background: #1674bf;
  color: #fff;
  height: 150px;
  margin-top: -150px; }
  .apertura_mosaico .destacado:nth-child(9) a {
    color: #fff; }

.apertura_mosaico .destacado:nth-child(1) {
  width: calc(50% - 322px); }

.apertura_mosaico .destacado:nth-child(2) {
  width: 644px; }

.apertura_mosaico .destacado:nth-child(3) {
  width: calc(50% - 322px); }

.apertura_mosaico .destacado:nth-child(4) {
  width: calc(50% - 322px); }

.apertura_mosaico .destacado:nth-child(5) {
  width: 322px; }

.apertura_mosaico .destacado:nth-child(6) {
  width: 322px; }

.apertura_mosaico .destacado:nth-child(7) {
  width: calc(50% - 322px); }

.apertura_mosaico .destacado:nth-child(8) {
  width: 50%; }

.apertura_mosaico .destacado:nth-child(9) {
  width: 322px; }

.apertura_mosaico .destacado .bl {
  max-width: 266px; }

.apertura_mosaico .destacado:nth-child(1) .bl {
  float: right; }

.apertura_mosaico .destacado:nth-child(2) .bl {
  max-width: 584px; }

.apertura_mosaico .destacado:nth-child(4) .bl {
  float: right; }

.apertura_mosaico .destacado:nth-child(8) .bl {
  max-width: 584px;
  float: right; }

.apertura_mosaico .destacado h3 {
  font-weight: 600;
  padding-top: 30px; }

.apertura_mosaico .destacado:nth-child(2) h3 {
  font-size: 35px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0px;
  font-weight: 600; }

.apertura_mosaico .destacado:nth-child(8) h3 {
  position: absolute;
  bottom: 15px;
  left: 0px;
  padding: 0px; }

.apertura_mosaico .destacado:nth-child(7) {
  background-color: #599f57;
  background-blend-mode: multiply; }

.apertura_mosaico .destacado:nth-child(7) .texto {
  font-weight: 400; }

.apertura_mosaico .destacado:nth-child(7):after {
  display: none !important; }

.apertura_mosaico .destacado.normal.con_imagen {
  position: relative; }
  .apertura_mosaico .destacado.normal.con_imagen:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent url("img/degradado.png") no-repeat 0 0;
    background-size: 100% 100%; }

.apertura_mosaico .titulares {
  height: 200px;
  vertical-align: middle;
  display: table-cell;
  overflow: hidden; }

.apertura_mosaico .titulares h3 {
  text-align: center;
  font-size: 35px; }

.apertura_mosaico .destacado.blockquote .bl {
  padding-top: 50px;
  background: transparent url("img/comillas.svg") no-repeat 0 0;
  background-size: 40px; }

.apertura_mosaico .destacado.blockquote .texto {
  font-weight: 300; }

.apertura_mosaico .destacado.icono {
  text-align: center; }

.apertura_mosaico .destacado img.icono {
  margin: 10px 0px; }

.apertura_mosaico .destacado.descarga h3 {
  font-size: 16px;
  text-align: center;
  padding-top: 70px;
  background: transparent url("img/descarga_blanco.svg") no-repeat center 0;
  background-size: 60px; }

.apertura_mosaico .destacado.video .play {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  background: transparent url("img/play.svg") no-repeat center center;
  background-size: 80px; }

.apertura_mosaico .mas {
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: 0px;
  right: 0px; }

/*bloques*/
.apertura_mosaico + .bloques {
  position: relative;
  top: -20px; }

.bloque {
  clear: both;
  padding: 0px 0px 20px; }

.bloque:last-child {
  padding-bottom: 0px; }

.bloque.fondo_naranja:last-child {
  padding: 0px 0px 20px; }

h2.tit_bloque {
  padding: 50px 0 50px 0;
  margin: 0;
  color: #000;
  font-size: 30px; }

/*bloque_mapa*/
.bloque_mapa {
  position: relative;
  overflow: hidden; }

.bloque_mapa h2.tit_bloque {
  position: absolute;
  z-index: 401;
  left: 0px;
  top: 0px; }

.bloque_mapa #mapa-tooltip:empty {
  display: none; }

.bloque_mapa #mapa-tooltip .bl {
  -webkit-transition: all 0.3s ease-in-out;
  /* Chrome y Safari */
  -o-transition: all 0.3s ease-in-out;
  /* Opera */
  -moz-transition: all 0.3s ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: all 0.3s ease-in-out;
  /* Internet Explorer */
  transition: all 0.3s ease-in-out;
  /* W3C */
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 402;
  width: 500px;
  height: 700px;
  background-color: #1674bf;
  color: #fff;
  padding: 60px; }

.bloque_mapa #mapa-tooltip .title {
  font-size: 30px;
  font-weight: 600;
  display: block;
  padding-bottom: 40px; }

.bloque_mapa #mapa-tooltip .description {
  font-size: 20px;
  padding-bottom: 60px; }

.bloque_mapa #mapa-tooltip a {
  color: #fff; }

.bloque_mapa #mapa-tooltip #close-pop {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 50px;
  height: 50px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/cerrar.svg") no-repeat center center;
  background-size: auto 100%;
  background-size: 25px;
  position: absolute;
  top: 20px;
  right: 20px; }

img.leaflet-marker-icon:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  opacity: 0.6; }

.marker-selected img.leaflet-marker-icon {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  opacity: 0.6; }

.marker-selected img.active-marker {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  opacity: 1; }

.bloque_mapa #mapa-tooltip .bl:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #1674bf;
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -15px; }

.bloque_mapa #mapa-tooltip .bl.azul {
  background-color: #1674bf; }

.bloque_mapa #mapa-tooltip .bl.azul2 {
  background-color: #5590bf; }

.bloque_mapa #mapa-tooltip .bl.naranja {
  background-color: #e28182; }

.bloque_mapa #mapa-tooltip .bl.violeta {
  background-color: #a673b0; }

.bloque_mapa #mapa-tooltip .bl.verde {
  background-color: #b1b532; }

.bloque_mapa #mapa-tooltip .bl.gris {
  background-color: #55575a; }

.bloque_mapa #mapa-tooltip .bl.gris2 {
  background-color: #55575a; }

.bloque_mapa #mapa-tooltip .bl:before {
  display: block;
  content: "";
  width: 1000px;
  height: 100%;
  position: absolute;
  left: -1000px;
  top: 0px; }

.bloque_mapa #mapa-tooltip .bl.azul:before {
  background-color: #1674bf; }

.bloque_mapa #mapa-tooltip .bl.azul2:before {
  background-color: #5590bf; }

.bloque_mapa #mapa-tooltip .bl.naranja:before {
  background-color: #e28182; }

.bloque_mapa #mapa-tooltip .bl.violeta:before {
  background-color: #a673b0; }

.bloque_mapa #mapa-tooltip .bl.verde:before {
  background-color: #b1b532; }

.bloque_mapa #mapa-tooltip .bl.gris:before {
  background-color: #55575a; }

.bloque_mapa #mapa-tooltip .bl.gris2:before {
  background-color: #55575a; }

.bloque_mapa #mapa-tooltip .bl.azul:after {
  border-left-color: #1674bf; }

.bloque_mapa #mapa-tooltip .bl.azul2:after {
  border-left-color: #5590bf; }

.bloque_mapa #mapa-tooltip .bl.naranja:after {
  border-left-color: #e28182; }

.bloque_mapa #mapa-tooltip .bl.violeta:after {
  border-left-color: #a673b0; }

.bloque_mapa #mapa-tooltip .bl.verde:after {
  border-left-color: #b1b532; }

.bloque_mapa #mapa-tooltip .bl.gris:after {
  border-left-color: #55575a; }

.bloque_mapa #mapa-tooltip .bl.gris2:after {
  border-left-color: #6f767b; }

.bloque_mapa .cat-pro {
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 401;
  list-style: none; }

.bloque_mapa .cat-pro li {
  display: inline-block;
  padding: 5px 15px 5px 25px;
  position: relative; }

.bloque_mapa .cat-pro li:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  position: absolute;
  left: 0px;
  top: 7px; }

.bloque_mapa .cat-pro li.azul:after {
  background-color: #1674bf; }

.bloque_mapa .cat-pro li.azul2:after {
  background-color: #5590bf; }

.bloque_mapa .cat-pro li.naranja:after {
  background-color: #e28182; }

.bloque_mapa .cat-pro li.violeta:after {
  background-color: #a673b0; }

.bloque_mapa .cat-pro li.verde:after {
  background-color: #b1b532; }

.bloque_mapa .cat-pro li.gris:after {
  background-color: #55575a; }

.bloque_mapa .cat-pro li.gris2:after {
  background-color: #6f767b; }

/*bloque_noticias*/
.bloque .noticias .noticia {
  position: relative;
  font-weight: 600; }

.bloque .noticias .noticia h3 {
  padding-top: 100px; }

.bloque .noticias .noticia,
.bloque .noticias .noticia a {
  color: #fff; }

.bloque .noticias .noticia .texto {
  font-weight: 400; }

.bloque .noticias .noticia .bl {
  background-size: cover; }

.bloque .noticias .noticia .bl .txt {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  padding: 50px 50px 100px 50px; }

.bloque .noticias .noticia:nth-child(1) .bl {
  background-color: #1674bf; }

.bloque .noticias .noticia:nth-child(2) .bl {
  background-color: #599f57; }

.bloque .noticias .noticia .bl.con_foto {
  position: relative; }
  .bloque .noticias .noticia .bl.con_foto:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent url("img/degradado.png") no-repeat 0 0;
    background-size: 100% 100%; }

.bloque .noticias .noticia .mas {
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: 30px;
  right: 30px; }

#content .bloque-noticias-interior {
  padding-bottom: 40px; }

/*otras noticias*/
.otras_noticias {
  padding-top: 20px; }

.bloque .noticias.otras_noticias .noticia .bl .txt {
  padding: 40px; }

.bloque .noticias.otras_noticias h3 {
  font-size: 25px;
  font-weight: 500;
  margin: 0px; }

/*bloque_destacados*/
.contenido_pagina + .bloque_destacados {
  padding-bottom: 40px; }

.contenido_enfermedades + .bloque_destacados {
  padding-bottom: 40px; }

.bloque.bloque_destacados:empty {
  display: none; }

.bloque_destacados .destacado .bl {
  background-color: #f1f1f1;
  padding: 40px;
  text-align: center; }

.bloque_destacados.fondo_naranja .destacado .bl {
  background-color: #f8b822;
  color: #fff; }
  .bloque_destacados.fondo_naranja .destacado .bl a {
    color: #fff; }

.bloque_destacados .destacado .img {
  padding-bottom: 40px; }

.bloque_destacados .destacado h3 {
  color: #55575a; }

.bloque_destacados.fondo_naranja .destacado h3 {
  color: #fff; }

/*bloque destacdaos slider*/
.con_slider {
  position: relative; }

.con_slider .tit_bloque {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  z-index: 2; }

.con_slider .owl-carousel .destacado {
  min-height: 500px;
  background-size: cover;
  position: relative; }
  .con_slider .owl-carousel .destacado:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent url("img/degradado.png") no-repeat 0 0;
    background-size: 100% 100%; }

.con_slider .owl-carousel .destacado .txt {
  position: relative;
  z-index: 1;
  width: 620px;
  height: 500px;
  vertical-align: middle;
  display: table-cell;
  color: #fff; }
  .con_slider .owl-carousel .destacado .txt a {
    color: #fff; }

.con_slider .owl-carousel .destacado .txt h3 {
  font-size: 40px;
  color: #fff; }

.con_slider .owl-carousel .destacado.en_verde {
  background-color: #599f57;
  background-blend-mode: multiply; }

.con_slider .owl-carousel .destacado.en_verde:after {
  display: none; }

.con_slider .owl-carousel .destacado.en_azul {
  background-color: #1674bf;
  background-blend-mode: multiply; }

.con_slider .owl-carousel .destacado.en_azul:after {
  display: none; }

/*apertura con slider*/
.apertura_destacados .con_slider .owl-carousel .destacado {
  min-height: 700px; }

.apertura_destacados .con_slider .owl-carousel .destacado .txt {
  vertical-align: bottom;
  height: 700px;
  width: 1000px;
  font-size: 30px; }

.apertura_destacados .con_slider .owl-carousel .destacado .txt h2 {
  font-size: 58px;
  margin-bottom: 150px; }

/*bloque newsletter*/
.bloque_newsletter .row {
  background: transparent url("img/fondo_newsletter.png") no-repeat 0 0;
  padding: 40px 40px;
  background-size: cover; }

.bloque_newsletter .row h3 {
  color: #fff;
  font-weight: 400;
  max-width: 650px;
  padding: 0px;
  margin: 0px; }

/*bloque_de_texto*/
.bloque_de_texto .bl {
  padding-bottom: 40px; }

.bloque_de_texto .bl:last-child {
  padding-bottom: 0; }

.bloque_de_texto .texto {
  position: relative; }

.bloque_de_texto h3.tit {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  position: absolute;
  top: 0px;
  left: -290px;
  width: 250px; }

.bloque_de_texto .imagen {
  position: relative;
  left: -290px;
  width: calc(100% + 290px);
  margin-bottom: 40px; }

/*menu ancla*/
.menu_horizontal .menu_anclas {
  background-color: #f8b822; }

.menu_horizontal .menu_anclas ul {
  text-align: center;
  margin: 0px 0px 20px;
  padding: 0px; }

.menu_horizontal .menu_anclas ul li {
  display: inline-block; }

.menu_horizontal .menu_anclas ul li a {
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 20px 40px;
  border-left: 1px solid #fff; }

.menu_horizontal .menu_anclas ul li:last-child a {
  border-right: 1px solid #fff; }

.menu_horizontal.way {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 69px;
  z-index: 90; }

.menu_equipo .menu_anclas ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }

.menu_equipo .menu_anclas ul li {
  display: block;
  padding-right: 20px;
  margin-left: -20px; }

.menu_equipo .menu_anclas ul li a {
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  padding: 20px 40px 20px 20px;
  background: transparent url("img/fl.svg") no-repeat center right;
  background-size: auto 15px; }

.menu_equipo .menu_anclas ul li.active {
  background-color: #f1f1f1; }

.menu_equipo .menu_anclas ul li.active a {
  color: #1674bf;
  background: transparent url("img/fl2.svg") no-repeat center right;
  background-size: auto 15px; }

/*single noticias*/
.entry-header .sin_foto {
  background-color: #f1f1f1; }

.entry-header .sin_foto h1 {
  margin: 0px;
  max-width: 900px; }

.entry-header .sin_foto {
  color: #000;
  padding: 40px 0; }

.entry-header .sin_foto .seccion {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  padding-bottom: 10px; }

.entry-header .con_foto .seccion {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff; }

.entry-header .con_foto {
  background-size: cover;
  position: relative;
  background-position: center; }
  .entry-header .con_foto:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent url("img/degradado.png") no-repeat 0 0;
    background-size: 100% 100%; }

.entry-header .con_foto {
  vertical-align: bottom; }

.entry-header .con_foto h1 {
  color: #fff;
  margin: 0px; }

.entry-header .con_foto .bl {
  height: 350px;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
  width: 780px;
  display: table-cell;
  vertical-align: bottom; }

.contenido {
  padding-top: 60px;
  min-height: 300px; }

.contenido_principal {
  padding-bottom: 40px; }

/*listado de noticias*/
.listado_noticias .noticia {
  margin-bottom: 40px;
  position: relative;
  clear: both; }

.listado_noticias .noticia .fecha {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px; }

.listado_noticias .noticia .txt {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 50px; }

.listado_noticias .seccion {
  position: absolute;
  bottom: 20px;
  left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  display: block; }

.lista_noticias .entry-header .con_foto h1 {
  color: #000;
  font-size: 34px; }

.lista_noticias .entry-header .con_foto .bl {
  height: 190px;
  padding-bottom: 90px; }

.lista_noticias .entry-header .con_foto:after {
  display: none; }

/*formularios y filtros*/
select {
  padding: 10px;
  font-family: "Raleway", sans-serif;
  color: #6f767b;
  border: 1px solid #E5E5E5;
  background: #fff url("img/arrow_down.svg") no-repeat right center;
  background-size: 20px;
  background-origin: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.alm-load-more-btn.more.done {
  display: none; }

.alm-load-more-btn.more, .xalm-load-more-btn.more {
  cursor: pointer;
  color: #599f57;
  font-size: 18px;
  border: 1px solid #599f57;
  padding: 20px;
  display: inline-block; }

.listado_publicaciones .alm-load-more-btn.more {
  margin: 0 0 20px 60px; }

/*listado de publicaciones*/
.listado_publicaciones .contenido {
  padding-top: 40px; }

.listado_publicaciones h2 {
  font-weight: 300;
  font-size: 26px; }

.listado_publicaciones .publicaciones_descarga .publicacion {
  background: transparent url("img/descarga.svg") no-repeat 0px 5px;
  background-size: auto 25px;
  padding-left: 70px;
  padding-bottom: 40px; }

.listado_publicaciones .publicaciones_descarga .publicacion .fecha {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px; }

.listado_publicaciones .publicaciones_descarga .publicacion h3 {
  color: #000;
  font-size: 16px; }

.listado_publicaciones .publicaciones_descarga .publicacion .entradilla {
  font-size: 16px; }

.listado_publicaciones .anuarios .publicacion {
  padding-bottom: 40px; }

.listado_publicaciones .anuarios .publicacion .imagen {
  height: 250px;
  position: relative; }

.listado_publicaciones .anuarios .publicacion h3 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0px;
  padding: 100px 40px 40px 40px;
  background: transparent url("img/descarga_blanco.svg") no-repeat 40px 40px;
  background-size: auto 50px; }

.listado_publicaciones .publicaciones_folletos .publicacion {
  padding-bottom: 40px; }

.listado_publicaciones .publicaciones_folletos .publicacion .imagen {
  padding: 20px;
  background-color: #f1f1f1;
  margin-bottom: 20px; }

.listado_publicaciones .publicaciones_folletos .publicacion h3 {
  font-size: 16px;
  color: #000; }

/*modulo listado_equipo*/
.listado_equipo .equipo {
  padding-bottom: 40px; }

.listado_equipo .equipo h3 {
  font-size: 18px;
  padding: 20px 0px 5px;
  margin: 0px; }

.listado_equipo .equipo .cargo {
  padding-bottom: 5px; }

.listado_equipo .equipo .linkedin {
  font-size: 14px;
  display: block; }

.pagina_equipo .bloque_de_texto .bl {
  min-height: 400px; }

.pagina_equipo .col_ancho.fondo_gris {
  z-index: 1;
  background-color: #f1f1f1;
  padding-top: 40px;
  margin-top: -40px;
  position: relative; }

.pagina_equipo .col_ancho.fondo_gris + .rodea_gris {
  z-index: 0;
  position: absolute;
  right: 0;
  top: 88px;
  height: 100%;
  width: 50%;
  background-color: #f1f1f1; }

.pagina_equipo .rodea_gris .cerrar {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 50px;
  height: 50px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/cerrar.svg") no-repeat center center;
  background-size: auto 100%;
  background-size: 20px;
  background-color: #6f767b;
  position: absolute;
  top: 0px;
  right: 0px; }

/*equipo*/
.contenido_equipo .col_left {
  padding-right: 0px; }

.contenido_equipo .bloque_de_texto h3.tit {
  font-size: 28px;
  text-transform: none;
  position: static;
  width: auto; }

.contenido_equipo + .bloque.bloque_destacados {
  padding: 0px; }

/*contenido_pagina*/
.contenido_pagina {
  border-top: 1px solid #E5E5E5; }

.contenido_pagina.sin_borde {
  border-top: 0; }

/*bloque texto enfermedades*/
.contenido_enfermedades .bloque_de_texto h3.tit {
  font-size: 26px;
  text-transform: none;
  color: #000;
  position: static;
  width: 100%; }

.contenido_enfermedades .bloque_de_texto .imagen {
  position: relative;
  left: 0px;
  width: 100%;
  margin-bottom: 40px; }

/*bloque texto proyectos*/
.contenido_proyectos .bloque_de_texto h3.tit {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  position: static;
  width: 100%; }

.contenido_proyectos .bloque_de_texto .imagen {
  position: relative;
  left: 0px;
  width: 100%;
  margin-bottom: 40px; }

/*otros proyectos*/
.bloque .noticias.otros_proyectos .noticia .bl .txt {
  padding: 40px; }

.bloque .noticias.otros_proyectos h3 {
  font-size: 25px;
  font-weight: 500;
  margin: 0px;
  padding-top: 140px; }

/*apertura enfermedad*/
.entry-header.cabecera_enfermedades .bl {
  width: 230px;
  height: 450px;
  display: table-cell;
  /*padding-bottom: 150px*/ }

.entry-header.cabecera_enfermedades .datos_enfermedad {
  width: 900px;
  height: 350px;
  display: table-cell;
  vertical-align: bottom; }

.datos_enfermedad {
  position: relative;
  z-index: 1; }

.entry-header.cabecera_enfermedades .con_foto:after {
  background: rgba(0, 0, 0, 0.65);
  height: 60%;
  top: 40%; }

.datos_enfermedad ul {
  padding: 0px;
  margin: 0px;
  display: table;
  width: 100%; }

.datos_enfermedad ul li {
  display: table-cell;
  color: #fff;
  text-align: center;
  vertical-align: bottom;
  padding: 0 10px 20px; }

.datos_enfermedad ul li {
  background-repeat: no-repeat !important;
  min-width: 240px; }

.datos_enfermedad ul li p {
  margin: 0px; }

.datos_enfermedad ul li h3 {
  margin: 0px;
  padding: 0px 0px 20px;
  font-size: 80px;
  font-weight: 33; }

.datos_enfermedad ul li h4 {
  margin: 0px;
  padding: 0px 0px 20px;
  font-size: 40px;
  font-weight: 33; }

.datos_enfermedad ul li img {
  padding-bottom: 20px; }

/*col_left*/
.col_left .fecha {
  font-size: 26px;
  text-align: center;
  padding: 20px;
  border: 1px solid #E5E5E5;
  border-width: 1px 0px; }

.col_left .titular {
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  line-height: 1.1;
  padding: 20px 0;
  border: 1px solid #E5E5E5;
  border-width: 1px 0px; }

.col_left h1 {
  font-size: 35px;
  color: #000;
  font-weight: 800;
  line-height: 1.1; }

.col_left .tit_filtro {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 600; }

.col_left .enlaces_relacionados {
  padding-bottom: 20px; }

.col_left .enlaces_relacionados .enlace {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #E5E5E5;
  padding: 15px 0; }

.col_left .enlaces_relacionados .enlace span {
  font-size: 14px;
  display: block; }

.col_left a.ver_mas {
  color: #599f57;
  float: right;
  display: inline-block;
  padding: 20px 0 0;
  text-align: right; }

.col_left select {
  margin-bottom: 10px; }

/*col_right*/
.col_right .blockquote {
  padding-bottom: 20px; }

.col_right .blockquote h3 {
  color: #a673b0;
  font-weight: 300;
  padding-top: 50px;
  background: transparent url("img/comillas_violeta.svg") no-repeat 0 0;
  background-size: 40px; }

.col_right .compartir {
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 0;
  margin-bottom: 40px;
  border: 1px solid #E5E5E5;
  border-width: 1px 0px; }

.col_right .ssba img {
  width: auto !important;
  height: 20px !important; }

.col_right .ssba a {
  display: inline-block; }

.col_right .ssba a.ssba_facebook_share {
  margin-left: 10px; }

.col_right .ssba br {
  display: none; }

.col_right .destacado_lateral {
  padding-bottom: 40px; }

.col_right .destacado_lateral .bl {
  position: relative;
  padding: 30px;
  color: #fff;
  background-size: cover;
  background-position: center !important; }
  .col_right .destacado_lateral .bl a {
    color: #fff; }

/*paginados*/
body .wp-pagenavi {
  padding-top: 40px; }

body .wp-pagenavi a, body .wp-pagenavi span {
  border: 0px;
  padding: 4px 8px; }

body .wp-pagenavi span.current {
  color: #fff;
  background-color: #f8b822;
  font-weight: normal; }

body .wp-pagenavi a.page {
  background-color: #f1f1f1; }

/*pop-up*/
#pop-up {
  background: rgba(0, 0, 0, 0.9); }

body #swipebox-overlay {
  background: rgba(0, 0, 0, 0.8); }

body #swipebox-close {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 50px;
  height: 50px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/cerrar.svg") no-repeat center center;
  background-size: auto 100%;
  background-size: 20px;
  background-color: #6f767b !important;
  right: 40px;
  top: 20px; }

/*edicion*/
.edit-link {
  width: 100%;
  padding: 20px;
  display: block;
  text-align: center; }

.edit-link a {
  text-decoration: underline; }

/*footer*/
#footer {
  position: relative; }

.home #footer {
  top: -20px; }

#footer .redes {
  background-color: #f8b822;
  padding: 20px 0px;
  text-align: right; }

#footer .redes ul {
  padding: 0px;
  margin: 0px;
  list-style: none; }

#footer .redes ul li {
  display: inline-block;
  padding: 5px 5px 5px; }

#footer .redes ul li.instagram a {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 35px;
  height: 22px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/ico_ins.svg") no-repeat center center;
  background-size: auto 100%; }

#footer .redes ul li.facebook a {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 35px;
  height: 22px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/ico_fac.svg") no-repeat center center;
  background-size: auto 100%; }

#footer .redes ul li.twitter a {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 35px;
  height: 22px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/ico_tw.svg") no-repeat center center;
  background-size: auto 100%; }

#footer .redes ul li.youtube a {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 35px;
  height: 22px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/ico_you.svg") no-repeat center center;
  background-size: auto 100%; }

#footer .redes ul li.linkedin a {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 35px;
  height: 22px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/ico_linked.svg") no-repeat center center;
  background-size: auto 100%; }

#footer .info {
  background-color: #6f767b;
  padding: 40px 0px 60px; }

#footer .logo_peque img {
  width: 150px;
  margin-bottom: 20px; }

#footer .info .txt {
  color: #fff;
  font-size: 12px;
  padding-top: 20px;
  padding-right: 200px; }

#footer .info .sedes {
  color: #fff;
  font-size: 12px;
  padding-top: 30px; }

#footer .info .sede {
  padding-top: 10px; }

#footer .info h4{
   font-size: 16px;
   margin-top: 10px;
   margin-bottom: 0px;
}

#footer .info a{
  color: white!important;
}

#footer .info .sedes h3 {
  padding: 0px;
  margin: 0px;
  font-size: 16px; }

#footer .info .sedes strong {
  display: block; }

/*---STYLES CAROL---*/
/*menu responsive*/
.slicknav_menu {
  display: none;
  position: fixed;
  right: 20px;
  top: 25px;
  z-index: 999999999; }

body .slicknav_menu .slicknav_icon:before,
body .slicknav_menu .slicknav_icon {
  width: 35px; }

body .slicknav_menu .slicknav_icon-bar {
  box-shadow: none;
  background-color: #6f767b;
  width: 100%;
  height: 3px;
  margin-bottom: 6px; }

body .slicknav_nav {
  background-color: #fff;
  width: 250px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.05);
  margin-top: 57px; }

body .slicknav_nav li a {
  padding: 5px 0px;
  display: block;
  position: relative; }

body .slicknav_nav li li a {
  color: #000; }

body .slicknav_nav ul {
  margin: 0px;
  padding: 10px; }

body .slicknav_arrow {
  text-align: left;
  display: block;
  text-indent: -4000px;
  width: 8px;
  height: 11px;
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
  background: transparent url("img/fl.svg") no-repeat center center;
  background-size: auto 100%;
  position: absolute;
  right: 5px;
  top: 10px; }

@media screen and (max-width: 1350px) {
  .pagina_equipo .col_ancho.fondo_gris {
    width: calc(100% - 300px); } }
@media screen and (max-width: 1250px) {
  .row {
    max-width: 1100px; }

  /*top*/
  #header .main-navigation {
    width: calc(75% - 130px); }

  #header .auxiliar {
    width: 130px;
    padding-right: 0px; }

  #header #navigation ul {
    text-align: left; }

  #header .auxiliar ul li {
    padding: 5px 0px; }

  /*apertura*/
  .apertura_mosaico > .row {
    max-width: 100%; }

  /* fix columnas articulos */
  .row.contenido_enfermedades {
    padding-top: 15px; }

  .contenido_enfermedades .col_left {
    width: 100%; }

  .contenido_enfermedades .col_left .enlaces_relacionados .enlace {
    text-align: center; }

  .contenido_enfermedades .col_center {
    width: 100%;
    padding-left: 20px; }

  .contenido_enfermedades .col_right {
    float: right;
    padding: 0 60px 0 0;
    display: inline-block; }

  .contenido_enfermedades .col_center .bloque_de_texto .bl .imagen img {
    display: block;
    margin: 0 auto; } }
@media screen and (max-width: 1140px) {
  /* ENFERMEDADES */
  .entry-header.cabecera_enfermedades .titulo_contenedor h1 {
    font-size: calc(40px + (45 - 40) * ((100vw - 900px) / (1400 - 900))); }

  .datos_enfermedad ul li {
    min-width: 20vw;
    padding-bottom: 40px; }

  .datos_enfermedad ul li h3 {
    font-size: calc(40px + (75 - 40) * ((100vw - 900px) / (1400 - 900))); }

  .datos_enfermedad ul li h4 {
    font-size: calc(30px + (35 - 30) * ((100vw - 900px) / (1400 - 900))); }

  .datos_enfermedad ul li p {
    font-size: calc(14px + (16 - 14) * ((100vw - 900px) / (1400 - 900))); } }
@media screen and (max-width: 1100px) {
  .row {
    max-width: 1000px; } }
@media screen and (max-width: 1050px) {
  #navigation ul a {
    padding-right: 8px; }

  .row {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px; }

  .row .row {
    padding-left: 0px;
    padding-right: 0px; }

  .apertura_mosaico > .row {
    padding: 0px; }

  .con_slider .tit_bloque {
    left: 20px; } }
@media screen and (max-width: 900px) {
  #header {
    padding: 20px 0px; }

  #header #navigation,
  #header .auxiliar {
    display: none; }

  .slicknav_menu {
    display: block; }

  /*apertura_mosaico .destacado*/
  .apertura_mosaico .destacado {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    position: static; }

  .apertura_mosaico .destacado h3 {
    position: static !important; }

  .apertura_mosaico .destacado .bl {
    min-height: 250px; }

  .apertura_mosaico + .bloque.bloque_calendario {
    position: static; }

  /*calendario*/
  #organizerContainer {
    width: 100%; }

  #calendarContainer {
    width: 100%; }

  #organizerContainer .events {
    padding: 40px 0px; }

  .wrapper_cal .calendar {
    padding-bottom: 50px;
    margin-top: 20px; }

  #calendarContainer::after {
    border-top: 0px;
    border-bottom: 30px solid #f8b822;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 50%;
    margin-left: -30px;
    margin-top: 0px; }

  /*menu anclas*/
  .menu_horizontal {
    display: none; }

  /*textos*/
  h1 {
    font-size: 35px; }

  h2 {
    font-size: 30px; }

  h3 {
    font-size: 25px; }

  h4 {
    font-size: 22px; }

  h5 {
    font-size: 20px; }

  .col_left h1 {
    font-size: 25px; }

  /*destacados*/
  .destacados .destacado {
    padding-bottom: 20px; }

  /*noticias*/
  .noticias .noticia {
    padding-bottom: 20px; }

  /*estructura fichas*/
  .col_left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px; }

  .col_center {
    width: calc(100% - 300px);
    padding-left: 0; }

  .col_ancho {
    width: 100%;
    padding-left: 0; }

  .col_ancho > .col_center {
    width: calc(100% - 300px);
    padding-left: 0px; }

  .col_right {
    width: 300px;
    padding-left: 60px; }

  /*equipo*/
  .pagina_equipo .col_ancho.fondo_gris {
    width: 100%; }

  .pagina_equipo .col_ancho.fondo_gris + .rodea_gris {
    background-color: transparent;
    right: 20px;
    top: 110px; }

  .pagina_equipo .col_center .cerrar {
    text-align: left;
    display: block;
    text-indent: -4000px;
    width: 50px;
    height: 50px;
    line-height: 1;
    vertical-align: top;
    cursor: pointer;
    background: transparent url("img/cerrar.svg") no-repeat center center;
    background-size: auto 100%;
    background-size: 20px;
    background-color: #6f767b;
    position: absolute;
    top: 0px;
    right: 0px; }

  .pagina_equipo .rodea_gris .cerrar {
    display: none; }

  /*bloque de texto*/
  .bloque_de_texto h3.tit {
    position: static; }

  /*pie*/
  #footer .redes ul {
    text-align: center; }

  #footer .info .txt {
    padding-right: 0px; }

  /*ENFERMEDADES*/
  .entry-header.cabecera_enfermedades .con_foto:after {
    height: 100%;
    top: 0%; }

  .entry-header.cabecera_enfermedades .bl {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
    display: block;
    height: auto;
    text-align: center; }

  .entry-header.cabecera_enfermedades .datos_enfermedad {
    width: 100%;
    display: block;
    height: auto;
    padding-bottom: 40px; }

  .entry-header.cabecera_enfermedades .titulo_contenedor {
    min-height: unset !important;
    display: block; }

  .entry-header.cabecera_enfermedades .titulo_contenedor h1 {
    font-size: 35px; }

  .datos_enfermedad ul {
    display: block; }

  .datos_enfermedad ul li {
    display: block;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    min-width: 240px; }

  .datos_enfermedad ul li h3 {
    padding: 20px 0 10px;
    /*font-size:40px;*/ }

  .datos_enfermedad ul li h4 {
    font-size: 30px; }

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

  .datos_enfermedad ul li {
    background-size: 0 0; }

  /* fixes columna enfermedades */
  .contenido_enfermedades .col_right {
    padding: 0; } }
@media screen and (max-width: 700px) {
  /* fixes columna enfermedades */
  .contenido_enfermedades .col_right {
    width: 100%; } }
@media screen and (max-width: 500px) {
  /*calendario*/
  .wrapper_cal .calendar {
    padding: 25px; }

  .wrapper_cal .day > span.d_num {
    width: 35px;
    height: 35px; }

  /*noticia*/
  .bloque .noticias .noticia .bl .txt {
    padding: 30px; }

  /*destacado*/
  .bloque_destacados .destacado .bl {
    padding: 30px; }

  /*estructura fichas*/
  .col_left {
    width: 100%; }

  .col_center {
    width: 100%; }

  .col_ancho {
    width: 100%; }

  .col_ancho > .col_center {
    width: 100%; }

  .col_right {
    width: 100%;
    padding-left: 0; }

  /*publicaciones*/
  .listado_publicaciones .publicaciones_descarga .publicacion {
    padding-left: 60px;
    background-position: 12px 5px; }

  /*equipo*/
  .contenido_equipo .bloque_de_texto h3.tit {
    font-size: 25px; }

  .menu_equipo .menu_anclas ul li {
    padding-right: 0;
    margin-left: 0;
    margin-bottom: 1px; }

  .menu_equipo .menu_anclas ul li a,
  .menu_equipo .menu_anclas ul li.active a {
    padding: 10px 40px 10px 20px;
    background-position: calc(100% - 10px) center;
    background-color: #f1f1f1; }

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

  .pagina_equipo .fondo_gris {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -10px; }

  /*ENFERMEDADES*/
  	 /*.entry-header.cabecera_enfermedades .con_foto:after {height: 100%;  top:0%;}
  	 .entry-header.cabecera_enfermedades .bl {width: 100%; padding-top: 60px; padding-bottom: 40px; display: block; height: auto; text-align: center;}
  	 .entry-header.cabecera_enfermedades .datos_enfermedad {width: 100%; display: block; height: auto; padding-bottom:40px;}
  
  	 .datos_enfermedad ul {display: block;}
  	 .datos_enfermedad ul li {display: block; padding-bottom: 20px; border-top: 1px solid rgba(256, 256, 256, 0.2); padding-top: 20px;}
  	 .datos_enfermedad ul li h3 {padding:20px 0 10px; font-size:50px;}*/
  /*mapa*/
  .bloque_mapa h2.tit_bloque {
    text-align: center;
    width: 100%; }

  .bloque_mapa #mapa-tooltip .bl {
    width: 100%; }

  .bloque_mapa .cat-pro {
    text-align: center;
    width: 100%;
    right: 0px; } }
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

/*aperturas*/
.apertura_mosaico .destacado a:hover .icono,
.apertura_mosaico .destacado a:hover h3,
.apertura_mosaico .destacado a:hover .mas,
.apertura_mosaico .destacado a:hover .play {
  opacity: 0.8; }

.apertura_mosaico .destacado:hover {
  /*transform: scale(1.05); z-index:10*/ }

/*noticias*/
.bloque .noticias .noticia a:hover {
  opacity: 0.8; }

.bloque .noticias .noticia .bl:hover {
  /*background-position: 0 -10px;*/ }

/*destcados*/
.destacados .destacado a:hover .img img {
  opacity: 0.5; }

.col_left .enlaces_relacionados .enlace a:hover {
  color: #f8b822; }

.col_left .enlaces_relacionados .enlace a:hover span {
  color: #6f767b; }

/*---STYLES JULIO---*/
/*Titulo enfermedades, fix para centrado*/
.entry-header.cabecera_enfermedades .bl {
  padding-bottom: 95px; }

.entry-header.cabecera_enfermedades .titulo_contenedor {
  min-height: 150px;
  /*display: flex; justify-content: center; align-items: center;*/ }

/*-- ajustes equipo --*/
.listado_equipo .equipo {
  padding-bottom: 40px;
  width: 100%; }

.equipo .imagen {
  width: 50%;
  float: left; }

.equipo .txt {
  padding-left: 8%;
  float: left;
  width: 42%; }

@media (max-width: 600px) {
  .equipo .imagen, .equipo .txt {
    width: 100%; } }
@media screen and (max-width: 900px) {
  .col_center, .col_ancho > .col_center {
    width: 100%;
    padding-left: 10px; } }

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

.bloque .noticias .noticia .bl .txt{
  background-color: rgba(0, 0, 0, 0.5);
}
.bloque .noticias .noticia .bl .txt a{
  position: absolute;
  bottom: 15px;
  padding: 80px 0px 30px 0px;
}

.anuarios .publicacion .imagen a{
    background: rgba(0,0,0,0.6);
    display: inline-block;
    width: 100%;
    height: 100%;
}
.anuarios .publicacion .imagen{
  background-size: cover;
}
#calendarContainer::after{
  content: none;
}
.titulo-mapa{
  margin-top: -20px!important;
  position: relative;
}
.titulo-mapa h2{
  position: absolute;
  bottom: -104px;
  z-index: 537;
  color: #000;
  font-size: 30px;
}
.titulo-mapa .referencia{
  position: absolute;
  bottom: -490px;
  z-index: 537;
  color: #000;
  font-size: 18px;
  list-style-type: none;
  padding: 0px;
}
.titulo-mapa .referencia li{
  margin-bottom: 10px;
}
.titulo-mapa .referencia li:before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: red;
  border-radius: 100%;
  margin: 0px 10px -1px 0px;
  -webkit-box-shadow: 0px 0px 12px -4px rgba(255,255,255,255.75);
  -moz-box-shadow: 0px 0px 12px -4px rgba(255,255,255,255.75);
  box-shadow: 0px 0px 12px -4px rgba(255,255,255,255.75);
}
.titulo-mapa .referencia li.verde:before{
  background: #b1b532;
}
.titulo-mapa .referencia li.rosa:before{
  background: #e28182;
}

.home .destacados.owl-carousel a{
  cursor: default!important;
  pointer-events: none!important;
}

.ums_map_opts{
  
}
.leaflet-popup-content{
  width: 200px!important;
  max-width: 220px;
}
.leaflet-popup-content .umsMarkerTitle{
  font-weight: bold;
}
.leaflet-popup-content .umsMarkerDesc{
  text-align: center;
}

@media (max-width: 720px){
  .home .ums_map_opts {
    padding: 0px!important;
  }
  .home .titulo-mapa{
    margin-top: 0px!important;
  }
  .titulo-mapa h2{
    left: 60px;
  }
}

.bloque-noticias-interior .noticia.columns .texto{
  display: none;
}

@media (min-width: 901px){
  
  
  header.header .row{
    display: flex;
  }
  header.header .row > div,
  header.header .row > nav{
    width: fit-content;
  }
  header.header .row > div.logotipo{
    width: fit-content;
  }
  header.header .auxiliar{
    width: fit-content;
  }
  header.header .auxiliar > ul{
    display: flex;
  }
  header.header .auxiliar > ul > li:last-of-type{
    width: fit-content;
  }
  header.header .auxiliar > ul > li:last-of-type > div{
    width: fit-content;
  }
  header.header .auxiliar > ul > li{
    display: flex;
    align-items: center;
  }
  header.header .auxiliar > ul > li > a{
    width: 27px!important;
    height: 20px!important;
  }
  header.header .auxiliar > ul > li:last-of-type > div ul{
    float: right;
  }
  #navigation ul a {
    padding: 10px 10px;
    font-size: 15px;
  }
  header.header .auxiliar > ul > li:last-of-type .wpml-ls-statics-shortcode_actions ul li span{
    font-size: 14px;
  }
  header.header .auxiliar > ul > li:last-of-type .wpml-ls-statics-shortcode_actions ul li a{
    border: none;
  }
  .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after{
    border: .25em solid transparent;
    border-top: .3em solid;
  }
}


.entry-header.cabecera_enfermedades .bl{
  width: 100%;
}

.single-post .post header.entry-header .con_foto{
  background-image: url('https://www.mundosano.org/wp-content/uploads/2017/12/fondo_noticias.jpg')!important;
}

.page-id-19560 article .col_left{
  padding: 0px;
}
.page-id-19560 article .col_left .titular{
  background: url('https://www.mundosano.org/wp-content/uploads/2019/08/LQLtM9U.png');
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0px;
  border: none;
}

.apertura_mosaico .destacado.video .play { margin-top: 0px; }



.page-id-19533 .col_left .enlaces_relacionados .enlace::before{
  content: url('https://www.mundosano.org/wp-content/uploads/2019/11/logo-voluntare-color-1.jpg');
}
.page-id-19533 .col_left .enlaces_relacionados:before{
  content: 'Somos socios';
  display: block;
  font-size: 26px;
  margin: 20px 0px 10px 0px;
  font-weight: bold;
}
.page-id-19533 .col_left .enlaces_relacionados .enlace a{
  pointer-events: none;
  margin-top: 20px;
  display: block;
}

.page-id-19592 .col_left .enlaces_relacionados .enlace::before{
  content: url('https://www.mundosano.org/wp-content/uploads/2019/11/logo-voluntare-color-1.jpg');
}
.page-id-19592 .col_left .enlaces_relacionados:before{
  content: 'We are partners';
  display: block;
  font-size: 26px;
  margin: 20px 0px 10px 0px;
  font-weight: bold;
}
.page-id-19592 .col_left .enlaces_relacionados .enlace a{
  pointer-events: none;
  margin-top: 20px;
  display: block;
}

.page-id-18702 .blockquote h3{
      color: #000;
      font-weight: 300;
      padding-top: 0px;
      background: none;
}
.page-id-18702 .blockquote a{
  font-size: 20px;
  color: #000;
}


#navigation #menu-nav .sub-menu > li{
  display: block;
}



.listado_publicaciones #ancla_folletos .publicaciones_folletos .listing,
.publicaciones_folletos .alm-listing{
  display: flex;
  flex-wrap: wrap;
}
.publicaciones_folletos .alm-listing > div.alm-reveal{
  flex: 50%;
  max-width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.publicaciones_folletos .alm-listing > div.alm-reveal .publicacion{
  /* width: 100%!important; */
  flex: 50%;
  max-width: 50%;
}

/* Reporte 2018 */
.d-flex__buttons {
	display: flex;
}

.d-flex__buttons p a,
.d-flex__buttons p a:hover{
	color: #599f57 !important;
	text-decoration: none;
	margin-bottom: 0;
}

.d-flex__buttons p a:last-child {
	margin-left: 20px;
}



