a:focus {
  outline: 0;
}
#scroll-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 38px;
  color: #fff;
}
#scroll-top a {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  display: block;
  padding: 10px 16px 14px;
  color: inherit;
}
#scroll-top a:hover, #scroll-top a:focus {
  text-decoration: none;
  background: black;
}
.social a {
  margin-right: 10px;
}
.social a.fa {
  font-size: 18px;
  color: inherit;
  padding: 5px;
}
.bgcolor-institucional {
  background-color: #00adee !important;
}
.bgcolor-liberman {
  background-color: #8ca33d !important;
}
.bgcolor-cursos-clinicos {
  background-color: #5e51df !important;
}
.bgcolor-areas-departamentos {
  background-color: #ef6723 !important;
}
.bgcolor-actividades-jornadas {
  background-color: #000000 !important;
}
.bgcolor-ateneos {
  background-color: #de1b23 !important;
}
.bgcolor-psicoanalisis-comunidad {
  background-color: #00a78d !important;
}
.bgcolor-formacion-continua {
  background-color: #c42066 !important;
}
.bgcolor-ayuda-comunidad {
  background-color: #e00f7b !important;
}
.bgcolor-biblioteca {
  background-color: #00aced !important;
}
/*
==================================
ESTILOS GLOBALES
==================================
*/
body {
  font-family: "Raleway";
}
a:hover {
  text-decoration: none;
  color: #00adee;
}
[v-cloak] > * {
  display: none;
}
.et_pb_row {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
.et_pb_button:hover {
  color: inherit;
}
.hidden {
  display: none;
}
body.search #main-content > .container:before {
  display: none;
}
body.search #main-content > .container hr {
  margin-bottom: 25px;
}
#left-area ul.gform_fields {
  padding: 0;
}
/*
==================================
HEADER
==================================
*/
#top-menu li li a {
  padding: 6px 0px;
  width: 200px;
  line-height: 1.5;
}
#logo-col {
  margin-bottom: 0;
}
@media only screen and (min-width: 981px) {
  #logo {
    max-height: 76px !important;
  }
}
#custom-site-header .et_pb_row {
  padding-top: 10px;
  padding-bottom: 10px;
}
#custom-site-header .et_pb_search {
  margin-bottom: 0;
}
#custom-site-header .logo-img img {
  max-width: 250px;
  display: block;
}
#custom-site-header #menu-col {
  padding: 10px 0;
}
#custom-site-header nav.et-menu-nav {
  color: #000;
}
#custom-site-header nav.et-menu-nav ul.sub-menu {
  padding: 5px 0;
}
#custom-site-header nav.et-menu-nav ul.sub-menu li {
  display: block;
  padding: 3px 0;
  line-height: 1.5;
}
#custom-site-header nav.et-menu-nav ul.sub-menu li a {
  width: auto;
  color: inherit;
}
#custom-site-header nav.et-menu-nav .et-menu li li.menu-item-has-children > a:first-child:after {
  top: 6px;
}
@media (min-width: 982px) {
  #custom-site-header .et_pb_row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #custom-site-header .et_pb_search {
    margin-bottom: 10px;
  }
  #custom-site-header #menu-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #custom-site-header input[type="text"] {
    width: 220px;
    transition: width 0.2s;
  }
  #custom-site-header input[type="text"]:focus {
    width: 320px;
  }
}
/*
==================================
HOME
==================================
*/
.home .et_pb_slides .et_pb_slide_title a, .page-id-2 .et_pb_slides .et_pb_slide_title a {
  display: inline-block;
  padding: 15px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.6);
}
.home .et_pb_slides .et_pb_button, .page-id-2 .et_pb_slides .et_pb_button {
  border: 0;
  color: #000;
  background-color: rgba(255, 255, 255, 0.6);
}
.home-formacion > .et_pb_row > .et_pb_column {
  display: grid;
  gap: 0.5em;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 982px) {
  .home-formacion > .et_pb_row > .et_pb_column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1080px) {
  .home-formacion > .et_pb_row > .et_pb_column {
    grid-template-columns: repeat(3, 1fr);
  }
}
.home-formacion > .et_pb_row > .et_pb_column .et_pb_text {
  display: flex;
  align-items: center;
  min-height: 300px;
  padding: 0 10%;
  transition: all 0.2s;
}
.home-formacion > .et_pb_row > .et_pb_column .et_pb_text h4 {
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 2px 2px 3px #000;
}
.home-formacion > .et_pb_row > .et_pb_column .et_pb_text h4 strong {
  font-weight: normal;
}
.home-formacion > .et_pb_row > .et_pb_column .et_pb_text h4 strong:before {
  display: block;
  content: "";
  width: 30%;
  height: 2px;
  background-color: #fff;
  margin-bottom: 10px;
  transition: all 0.2s;
}
.home-formacion > .et_pb_row > .et_pb_column .et_pb_text:hover {
  transform: scale(1.03);
}
.home-formacion > .et_pb_row > .et_pb_column .et_pb_text:hover h4 strong:before {
  width: 50%;
  background-color: #00adee;
}
/*
==================================
PAGE
==================================
*/
#et-main-area .cabecera-pagina {
  background-color: #00adee;
}
#et-main-area .cabecera-pagina h1 {
  text-transform: uppercase;
  font-size: 1.4rem;
}
@media (min-width: 982px) {
  #et-main-area .cabecera-pagina h1 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media (min-width: 1080px) {
  #et-main-area .cabecera-pagina h1 {
    font-size: 2.5rem;
  }
}
#et-main-area .cabecera-pagina h5 {
  color: inherit;
  font-size: 1rem;
  line-height: 1.3;
  text-transform: none;
}
.seccion-col-33-66 .et_pb_column:first-child {
  background-color: #eeeeee;
  padding: 30px;
}
.seccion-col-33-66 h3 {
  margin-bottom: 0.5em;
  color: #00adee;
  font-size: 1.4rem;
}
.seccion-col-33-66 h3 strong {
  position: relative;
  color: #00adee;
}
.seccion-col-33-66 h3 strong:before {
  background-color: #00adee;
  display: block;
  content: "";
  width: 80px;
  height: 2px;
  margin: 0 0 25px;
}
.et_pb_section.cta {
  padding-top: 2%;
  padding-bottom: 2%;
}
.et_pb_section.cta .cta-btn.cta-btn-centrado {
  text-align: center;
}
.et_pb_section.cta .cta-btn a {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff !important;
}
.et_pb_section.cta .cta-btn a:after {
  color: #fff !important;
}
#seccion-autoridades a {
  color: #00adee;
}
#seccion-autoridades h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
#seccion-autoridades h4 {
  font-size: 1.25rem;
  margin-bottom: 1em;
}
#seccion-autoridades .et_pb_row {
  margin-bottom: 2em;
}
#seccion-autoridades .fondo-gris .et_pb_text_inner, #seccion-autoridades body.single-post .et_pb_row.r-post-bajada .et_pb_text_inner, body.single-post #seccion-autoridades .et_pb_row.r-post-bajada .et_pb_text_inner, #seccion-autoridades body.page .et_pb_row.r-post-bajada .et_pb_text_inner, body.page #seccion-autoridades .et_pb_row.r-post-bajada .et_pb_text_inner {
  padding: 2em;
}
/*
==================================
HUB
==================================
*/
.hub-panel {
  padding-bottom: 2em;
  border-bottom: 1px solid #ebebeb;
}
.hub-panel article {
  background-color: #ebebeb;
  margin-bottom: 2em;
}
.hub-panel article .post-feat-img {
  height: 160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hub-panel article .post-desc {
  padding: 8% 10%;
}
.hub-panel article .post-desc .post-letter {
  position: relative;
  font-size: 2em;
  margin: 0 0 10px;
  padding: 0;
}
.hub-panel article .post-desc .post-letter:before {
  display: block;
  content: " ";
  width: 30px;
  height: 5px;
  background-color: #000;
  margin: 0 0 15px;
}
.hub-panel article .post-desc h4 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 15px;
  padding: 0;
}
.hub-panel article .post-desc .metadata {
  margin: 0 0 25px;
  font-size: 0.875rem;
}
.hub-panel article .post-desc .metadata span {
  text-transform: uppercase;
}
.hub-panel article .post-desc .boton-animado, .hub-panel article .post-desc .et_pb_section.cta .cta-btn a, .et_pb_section.cta .cta-btn .hub-panel article .post-desc a, .hub-panel article .post-desc body.single-post .et_pb_row.r-post-img-ppal a, body.single-post .et_pb_row.r-post-img-ppal .hub-panel article .post-desc a, .hub-panel article .post-desc body.page .et_pb_row.r-post-img-ppal a, body.page .et_pb_row.r-post-img-ppal .hub-panel article .post-desc a, .hub-panel article .post-desc body.single-post .post-btn a, body.single-post .post-btn .hub-panel article .post-desc a, .hub-panel article .post-desc body.page .post-btn a, body.page .post-btn .hub-panel article .post-desc a {
  font-size: 1.25rem;
}
.hub-panel article .post-desc.institucional h4, .hub-panel article .post-desc.institucional p > strong {
  color: #00adee;
}
.hub-panel article .post-desc.institucional .post-letter:before {
  background-color: #00adee;
}
.hub-panel article .post-desc.liberman h4, .hub-panel article .post-desc.liberman p > strong {
  color: #8ca33d;
}
.hub-panel article .post-desc.liberman .post-letter:before {
  background-color: #8ca33d;
}
.hub-panel article .post-desc.cursos-clinicos h4, .hub-panel article .post-desc.cursos-clinicos p > strong {
  color: #5e51df;
}
.hub-panel article .post-desc.cursos-clinicos .post-letter:before {
  background-color: #5e51df;
}
.hub-panel article .post-desc.areas-departamentos h4, .hub-panel article .post-desc.areas-departamentos p > strong {
  color: #ef6723;
}
.hub-panel article .post-desc.areas-departamentos .post-letter:before {
  background-color: #ef6723;
}
.hub-panel article .post-desc.actividades-jornadas h4, .hub-panel article .post-desc.actividades-jornadas p > strong {
  color: #000000;
}
.hub-panel article .post-desc.actividades-jornadas .post-letter:before {
  background-color: #000000;
}
.hub-panel article .post-desc.ateneos h4, .hub-panel article .post-desc.ateneos p > strong {
  color: #de1b23;
}
.hub-panel article .post-desc.ateneos .post-letter:before {
  background-color: #de1b23;
}
.hub-panel article .post-desc.psicoanalisis-comunidad h4, .hub-panel article .post-desc.psicoanalisis-comunidad p > strong {
  color: #00a78d;
}
.hub-panel article .post-desc.psicoanalisis-comunidad .post-letter:before {
  background-color: #00a78d;
}
.hub-panel article .post-desc.formacion-continua h4, .hub-panel article .post-desc.formacion-continua p > strong {
  color: #c42066;
}
.hub-panel article .post-desc.formacion-continua .post-letter:before {
  background-color: #c42066;
}
.hub-panel article .post-desc.ayuda-comunidad h4, .hub-panel article .post-desc.ayuda-comunidad p > strong {
  color: #e00f7b;
}
.hub-panel article .post-desc.ayuda-comunidad .post-letter:before {
  background-color: #e00f7b;
}
.hub-panel article .post-desc.biblioteca h4, .hub-panel article .post-desc.biblioteca p > strong {
  color: #00aced;
}
.hub-panel article .post-desc.biblioteca .post-letter:before {
  background-color: #00aced;
}
@media (min-width: 982px) {
  .hub-panel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
  }
  .hub-panel article {
    margin-bottom: 0;
  }
}
@media (min-width: 1080px) {
  .hub-panel {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*
==================================
POSTS
==================================
*/
.boton-animado, .et_pb_section.cta .cta-btn a, body.single-post .et_pb_row.r-post-img-ppal a, body.page .et_pb_row.r-post-img-ppal a, body.single-post .post-btn a, body.page .post-btn a {
  transition: all 300ms ease 0ms;
  position: relative;
  padding: 0.3em 1em;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em !important;
  border: 1px solid #000;
}
.boton-animado:after, .et_pb_section.cta .cta-btn a:after, body.single-post .et_pb_row.r-post-img-ppal a:after, body.page .et_pb_row.r-post-img-ppal a:after, body.single-post .post-btn a:after, body.page .post-btn a:after {
  transition: all 300ms ease 0ms;
  font-family: ETmodules !important;
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  text-shadow: none;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  font-variant: none;
  line-height: 1em;
  text-transform: none;
  content: "5";
}
.boton-animado:hover, .et_pb_section.cta .cta-btn a:hover, body.single-post .et_pb_row.r-post-img-ppal a:hover, body.page .et_pb_row.r-post-img-ppal a:hover, body.single-post .post-btn a:hover, body.page .post-btn a:hover {
  color: inherit;
  padding: 0.3em 2em 0.3em 0.7em;
}
.boton-animado:hover:after, .et_pb_section.cta .cta-btn a:hover:after, body.single-post .et_pb_row.r-post-img-ppal a:hover:after, body.page .et_pb_row.r-post-img-ppal a:hover:after, body.single-post .post-btn a:hover:after, body.page .post-btn a:hover:after {
  opacity: 1;
  color: #000;
  margin-left: 0;
}
.fondo-gris, body.single-post .et_pb_row.r-post-bajada, body.page .et_pb_row.r-post-bajada {
  background-color: #ebebeb;
}
.fondo-negro {
  background-color: #000;
  color: #fff;
}
.fondo-negro h3, .fondo-negro a {
  color: inherit;
}
.et_pb_video {
  border: 1px solid dimgray;
}
body.single-post .et_pb_post, body.page .et_pb_post {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.single-post #main-content > .container, body.page #main-content > .container {
  width: 100%;
  max-width: none;
  padding-top: 0;
}
body.single-post header .container, body.page header .container {
  padding-left: 15px;
}
body.single-post header .container .logo_container, body.page header .container .logo_container {
  display: flex;
  align-items: center;
}
body.single-post header .container .logo_container .logo_helper, body.page header .container .logo_container .logo_helper {
  display: none;
}
body.single-post h3, body.page h3 {
  margin-bottom: 0.5em;
  font-size: 1.3rem;
}
body.single-post h3 strong, body.page h3 strong {
  position: relative;
  color: #00adee;
}
body.single-post h3 strong:before, body.page h3 strong:before {
  background-color: #ccc;
  display: block;
  content: "";
  width: 80px;
  height: 2px;
  margin: 0 0 25px;
}
body.single-post .s-post-cabecera, body.page .s-post-cabecera {
  background-color: #00adee;
}
body.single-post .s-post-cabecera .et_pb_row.r-post-titulo, body.page .s-post-cabecera .et_pb_row.r-post-titulo {
  padding: 80px 15px;
  font-size: 1.4rem;
}
body.single-post .s-post-cabecera .et_pb_row.r-post-titulo .et_pb_text_inner, body.page .s-post-cabecera .et_pb_row.r-post-titulo .et_pb_text_inner {
  text-align: center;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
body.single-post .et_pb_row.r-post-bajada, body.page .et_pb_row.r-post-bajada {
  padding: 30px 15px;
  display: flex;
  justify-content: center;
}
body.single-post .et_pb_row.r-post-bajada .et_pb_column, body.page .et_pb_row.r-post-bajada .et_pb_column {
  max-width: 1170px;
}
body.single-post .et_pb_row.r-post-bajada .et_pb_text_inner, body.page .et_pb_row.r-post-bajada .et_pb_text_inner {
  text-align: center;
}
body.single-post .et_pb_row.r-post-bajada h4, body.page .et_pb_row.r-post-bajada h4 {
  color: #00adee;
  padding-bottom: 0;
}
body.single-post .et_pb_row.r-post-bajada h4, body.single-post .et_pb_row.r-post-bajada p, body.page .et_pb_row.r-post-bajada h4, body.page .et_pb_row.r-post-bajada p {
  text-align: center;
}
body.single-post .et_pb_row.r-post-bajada .m-post-audiencia, body.page .et_pb_row.r-post-bajada .m-post-audiencia {
  color: #00adee;
  font-size: 1.3rem;
  line-height: 1.2;
}
body.single-post .et_pb_row.r-post-img-ppal, body.page .et_pb_row.r-post-img-ppal {
  padding-top: 400px;
  padding-bottom: 70px;
}
body.single-post .et_pb_row.r-post-img-ppal .et_pb_text_inner, body.page .et_pb_row.r-post-img-ppal .et_pb_text_inner {
  text-align: center;
}
body.single-post .et_pb_row.r-post-img-ppal a, body.page .et_pb_row.r-post-img-ppal a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  margin: auto;
}
body.single-post .et_pb_row.r-post-caracteristicas, body.page .et_pb_row.r-post-caracteristicas {
  padding-top: 25px;
  padding-bottom: 25px;
}
body.single-post .et_pb_row.r-post-caracteristicas .et_pb_text, body.page .et_pb_row.r-post-caracteristicas .et_pb_text {
  margin-bottom: 0;
}
body.single-post .et_pb_row.r-post-caracteristicas .et_pb_text_inner, body.page .et_pb_row.r-post-caracteristicas .et_pb_text_inner {
  text-align: center;
  color: #fff;
}
body.single-post .et_pb_row.r-post-caracteristicas .et_pb_text_inner h4, body.page .et_pb_row.r-post-caracteristicas .et_pb_text_inner h4 {
  color: inherit;
  margin: 0.3em 0;
}
body.single-post .et_pb_row.r-post-botones, body.page .et_pb_row.r-post-botones {
  background-color: #00adee;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
body.single-post .et_pb_row.r-post-botones .et_pb_module, body.page .et_pb_row.r-post-botones .et_pb_module {
  display: inline-block;
  margin: 15px;
}
body.single-post .et_pb_row.r-post-botones .et_pb_module a, body.page .et_pb_row.r-post-botones .et_pb_module a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
}
body.single-post .et_pb_section.s-post-resumen h3, body.page .et_pb_section.s-post-resumen h3 {
  font-weight: 700;
}
body.single-post .et_pb_section.s-post-info, body.page .et_pb_section.s-post-info {
  padding-bottom: 2%;
}
body.single-post .et_pb_section.s-post-info .et_pb_column, body.page .et_pb_section.s-post-info .et_pb_column {
  min-height: auto;
}
body.single-post .et_pb_section.s-post-info .et_pb_row, body.page .et_pb_section.s-post-info .et_pb_row {
  padding-bottom: 0;
}
body.single-post .et_pb_section.s-post-info .et_pb_row h3, body.page .et_pb_section.s-post-info .et_pb_row h3 {
  margin-bottom: 0;
}
body.single-post .et_pb_section.s-post-info .et_pb_row.r-post-ver-mas, body.page .et_pb_section.s-post-info .et_pb_row.r-post-ver-mas {
  padding-top: 25px;
}
body.single-post .s-form-inscripcion, body.page .s-form-inscripcion {
  color: #fff;
  background-color: #00adee;
}
body.single-post .s-form-inscripcion h3, body.page .s-form-inscripcion h3 {
  color: inherit;
  text-align: center;
  position: relative;
}
body.single-post .s-form-inscripcion h3:before, body.page .s-form-inscripcion h3:before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #fff;
  margin: 0px auto 25px;
}
body.single-post .s-form-inscripcion label, body.page .s-form-inscripcion label {
  color: inherit;
}
body.single-post .s-form-inscripcion .gform_button, body.page .s-form-inscripcion .gform_button {
  background-color: #ebebeb;
  color: #000;
  border: 0;
  padding: 1em 3em;
  transition: background-color 0.2 linear;
  cursor: pointer;
}
body.single-post .s-form-inscripcion .gform_button:hover, body.page .s-form-inscripcion .gform_button:hover {
  background-color: #fff;
}
body.single-post .et_pb_section.s-post-mercadopago, body.page .et_pb_section.s-post-mercadopago {
  background-color: #000;
  color: #fff;
}
body.single-post .et_pb_section.s-post-mercadopago h3, body.page .et_pb_section.s-post-mercadopago h3 {
  color: inherit;
  text-align: center;
}
body.single-post .et_pb_section.s-post-mercadopago h3:before, body.page .et_pb_section.s-post-mercadopago h3:before {
  background-color: #fff;
  display: block;
  content: "";
  width: 80px;
  height: 2px;
  margin: 0 auto 25px;
}
body.single-post .et_pb_section.s-post-mercadopago a, body.page .et_pb_section.s-post-mercadopago a {
  color: inherit;
}
body.single-post .et_pb_section.s-post-mercadopago a:hover, body.page .et_pb_section.s-post-mercadopago a:hover {
  color: #00adee;
}
body.single-post .et_pb_section.s-post-mercadopago a.blue-ar-l-rn-none, body.single-post .et_pb_section.s-post-mercadopago a[name="MP-payButton"], body.page .et_pb_section.s-post-mercadopago a.blue-ar-l-rn-none, body.page .et_pb_section.s-post-mercadopago a[name="MP-payButton"] {
  background: none;
  text-shadow: none;
  border: 0;
  background-color: #fff;
  color: #000;
  border-radius: 0;
  padding: 10px 20px;
  margin: 0 20px 0 0;
  display: inline-block;
}
body.single-post .et_pb_section.s-post-mercadopago a.blue-ar-l-rn-none:hover, body.single-post .et_pb_section.s-post-mercadopago a[name="MP-payButton"]:hover, body.page .et_pb_section.s-post-mercadopago a.blue-ar-l-rn-none:hover, body.page .et_pb_section.s-post-mercadopago a[name="MP-payButton"]:hover {
  color: #ccc;
}
body.single-post .et_pb_row.r-post-ver-mas a, body.page .et_pb_row.r-post-ver-mas a {
  display: block;
  font-weight: 700;
  color: #a0a0a0;
  border-bottom: 2px solid #e7e7e7;
}
body.single-post .et_pb_row.r-post-ver-mas a:hover, body.page .et_pb_row.r-post-ver-mas a:hover {
  color: #000;
  border-bottom: 2px solid #000;
}
body.single-post .post-btn, body.page .post-btn {
  padding: 2% 0 0;
}
body.single-post .post-btn.post-btn-centrado, body.page .post-btn.post-btn-centrado {
  text-align: center;
}
@media (max-width: 980px) {
  body.single-post .et_pb_section {
    padding: 0;
  }
}
@media (min-width: 982px) {
  .et_pb_row {
    padding: 2% 15px;
  }
  body.single-post .et_pb_row.r-post-titulo .et_pb_text_inner, body.page .et_pb_row.r-post-titulo .et_pb_text_inner {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  body.single-post h3, body.page h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1080px) {
  body.single-post .et_pb_row.r-post-titulo .et_pb_text_inner, body.page .et_pb_row.r-post-titulo .et_pb_text_inner {
    font-size: 2.5rem;
  }
  body.single-post h3, body.page h3 {
    font-size: 1.8rem;
  }
  body.single-post .et_pb_row.r-post-bajada h4, body.page .et_pb_row.r-post-bajada h4 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  body.single-post .et_pb_row.r-post-caracteristicas .et_pb_text_inner h4, body.page .et_pb_row.r-post-caracteristicas .et_pb_text_inner h4 {
    font-size: 1.5rem;
  }
}
body.institucional h3 strong {
  color: #00adee;
}
body.institucional h3 strong:before {
  background-color: #00adee;
}
body.institucional .s-post-cabecera {
  background-color: #00adee;
}
body.institucional .et_pb_row.r-post-bajada h4 {
  color: #00adee;
}
body.institucional .et_pb_row.r-post-bajada .m-post-audiencia {
  color: #00adee;
}
body.institucional .et_pb_row.r-post-botones {
  background-color: #00adee;
}
body.institucional .s-form-inscripcion {
  background-color: #00adee;
}
body.liberman h3 strong {
  color: #8ca33d;
}
body.liberman h3 strong:before {
  background-color: #8ca33d;
}
body.liberman .s-post-cabecera {
  background-color: #8ca33d;
}
body.liberman .et_pb_row.r-post-bajada h4 {
  color: #8ca33d;
}
body.liberman .et_pb_row.r-post-bajada .m-post-audiencia {
  color: #8ca33d;
}
body.liberman .et_pb_row.r-post-botones {
  background-color: #8ca33d;
}
body.liberman .s-form-inscripcion {
  background-color: #8ca33d;
}
body.cursos-clinicos h3 strong {
  color: #5e51df;
}
body.cursos-clinicos h3 strong:before {
  background-color: #5e51df;
}
body.cursos-clinicos .s-post-cabecera {
  background-color: #5e51df;
}
body.cursos-clinicos .et_pb_row.r-post-bajada h4 {
  color: #5e51df;
}
body.cursos-clinicos .et_pb_row.r-post-bajada .m-post-audiencia {
  color: #5e51df;
}
body.cursos-clinicos .et_pb_row.r-post-botones {
  background-color: #5e51df;
}
body.cursos-clinicos .s-form-inscripcion {
  background-color: #5e51df;
}
body.areas-departamentos h3 strong {
  color: #ef6723;
}
body.areas-departamentos h3 strong:before {
  background-color: #ef6723;
}
body.areas-departamentos .s-post-cabecera {
  background-color: #ef6723;
}
body.areas-departamentos .et_pb_row.r-post-bajada h4 {
  color: #ef6723;
}
body.areas-departamentos .et_pb_row.r-post-bajada .m-post-audiencia {
  color: #ef6723;
}
body.areas-departamentos .et_pb_row.r-post-botones {
  background-color: #ef6723;
}
body.areas-departamentos .s-form-inscripcion {
  background-color: #ef6723;
}
body.actividades-jornadas h3 strong {
  color: #000000;
}
body.actividades-jornadas h3 strong:before {
  background-color: #000000;
}
body.actividades-jornadas .s-post-cabecera {
  background-color: #000000;
}
body.actividades-jornadas .et_pb_row.r-post-bajada h4 {
  color: #000000;
}
body.actividades-jornadas .et_pb_row.r-post-bajada .m-post-audiencia {
  color: #000000;
}
body.actividades-jornadas .et_pb_row.r-post-botones {
  background-color: #000000;
}
body.actividades-jornadas .s-form-inscripcion {
  background-color: #000000;
}
body.ateneos h3 strong {
  color: #de1b23;
}
body.ateneos h3 strong:before {
  background-color: #de1b23;
}
body.ateneos .s-post-cabecera {
  background-color: #de1b23;
}
body.ateneos .et_pb_row.r-post-bajada h4 {
  color: #de1b23;
}
body.ateneos .et_pb_row.r-post-bajada .m-post-audiencia {
  color: #de1b23;
}
body.ateneos .et_pb_row.r-post-botones {
  background-color: #de1b23;
}
body.ateneos .s-form-inscripcion {
  background-color: #de1b23;
}
body.psicoanalisis-comunidad h3 strong {
  color: #00a78d;
}
body.psicoanalisis-comunidad h3 strong:before {
  background-color: #00a78d;
}
body.psicoanalisis-comunidad .s-post-cabecera {
  background-color: #00a78d;
}
body.psicoanalisis-comunidad .et_pb_row.r-post-bajada h4 {
  color: #00a78d;
}
body.psicoanalisis-comunidad .et_pb_row.r-post-bajada .m-post-audiencia {
  color: #00a78d;
}
body.psicoanalisis-comunidad .et_pb_row.r-post-botones {
  background-color: #00a78d;
}
body.psicoanalisis-comunidad .s-form-inscripcion {
  background-color: #00a78d;
}
body.formacion-continua h3 strong {
  color: #c42066;
}
body.formacion-continua h3 strong:before {
  background-color: #c42066;
}
body.formacion-continua .s-post-cabecera {
  background-color: #c42066;
}
body.formacion-continua .et_pb_row.r-post-bajada h4 {
  color: #c42066;
}
body.formacion-continua .et_pb_row.r-post-bajada .m-post-audiencia {
  color: #c42066;
}
body.formacion-continua .et_pb_row.r-post-botones {
  background-color: #c42066;
}
body.formacion-continua .s-form-inscripcion {
  background-color: #c42066;
}
body.ayuda-comunidad h3 strong {
  color: #e00f7b;
}
body.ayuda-comunidad h3 strong:before {
  background-color: #e00f7b;
}
body.ayuda-comunidad .s-post-cabecera {
  background-color: #e00f7b;
}
body.ayuda-comunidad .et_pb_row.r-post-bajada h4 {
  color: #e00f7b;
}
body.ayuda-comunidad .et_pb_row.r-post-bajada .m-post-audiencia {
  color: #e00f7b;
}
body.ayuda-comunidad .et_pb_row.r-post-botones {
  background-color: #e00f7b;
}
body.ayuda-comunidad .s-form-inscripcion {
  background-color: #e00f7b;
}
body.biblioteca h3 strong {
  color: #00aced;
}
body.biblioteca h3 strong:before {
  background-color: #00aced;
}
body.biblioteca .s-post-cabecera {
  background-color: #00aced;
}
body.biblioteca .et_pb_row.r-post-bajada h4 {
  color: #00aced;
}
body.biblioteca .et_pb_row.r-post-bajada .m-post-audiencia {
  color: #00aced;
}
body.biblioteca .et_pb_row.r-post-botones {
  background-color: #00aced;
}
body.biblioteca .s-form-inscripcion {
  background-color: #00aced;
}
body.ayuda-comunidad .s-post-cabecera {
  background: -webkit-linear-gradient(90deg, #E00F7B 0, #3F54A4 100%);
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(90deg, #E00F7B 0, #3F54A4 100%);
  /* W3C */
}
/*
==================================
EVENTOS DE AGENDA (Events Manager)
==================================
*/
table.em-calendar td {
  border: 0;
}
table.em-calendar td.month_name {
  text-align: center;
}
table.em-calendar td.eventful a, table.em-calendar td.eventful-post a, table.em-calendar td.eventful-pre a {
  color: #00adee;
}
table.em-calendar td.eventful a:hover, table.em-calendar td.eventful-post a:hover, table.em-calendar td.eventful-pre a:hover {
  color: #000;
}
table.em-calendar td.eventful ul, table.em-calendar td.eventful-post ul, table.em-calendar td.eventful-pre ul {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/*
==================================
FOOTER
==================================
*/
#pie {
  text-align: center;
  font-size: 0.875rem;
  padding-top: 2%;
}
#pie > div {
  flex: 1 0 auto;
  margin-bottom: 25px;
}
#pie > div ul {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
#pie > div ul li {
  margin-bottom: 1em;
  flex: 1 0 300px;
}
#pie > div ul li:last-child {
  margin-bottom: 0;
}
#pie > div img {
  max-width: 180px;
}
#pie #footer-redes ul li {
  font-size: 2rem;
  display: inline-block;
  margin: 0;
  flex-basis: 60px;
}
#pie #footer-redes ul li strong {
  display: none;
}
#pie .widget-title {
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
@media (min-width: 1080px) {
  #pie {
    text-align: left;
    display: grid;
    gap: 5%;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
  #pie > div ul {
    display: block;
  }
  #pie #footer-logos {
    padding-top: 40px;
  }
  #pie #footer-redes ul li {
    margin: 0 6% 6% 0;
  }
}
/* 
--------------------- 
PAGOS 
--------------------- 
*/
body.page .pagos h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
.pagos select {
  padding: 5px 10px;
}
.pagos hr {
  display: none;
}
.pagos .intro {
  margin-bottom: 2em;
  background-color: #e2e2e2;
  padding: 1.6em 1em;
  color: black;
  text-align: center;
  font-size: 1.3em;
}
.pagos .intro strong {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 5px;
}
.pagos .intro p {
  margin-bottom: 0 !important;
}
.pagos .intro small {
  font-size: 0.75em;
}
.pagos .opciones h3 {
  border-bottom: 1px solid #e2e2e2;
  margin-top: 1.5em;
}
.pagos .opciones ul {
  list-style-type: none;
  margin: 0;
  padding: 0em;
}
.pagos form {
  display: inline-block;
  margin: 0 16px 16px 0;
  padding-top: 10px;
}
.pagos form input[type="submit"] {
  padding: 10px;
  border: 1px solid #adadad;
  background-color: white;
  border-radius: 8px;
  color: #000;
  cursor: pointer;
  font-family: inherit;
}
.pagos form input[type="submit"]:hover {
  background-color: #ddd;
}
.pagos p:not(.has-background):last-of-type {
  padding-bottom: 1em;
}
/*
==================================
FORMULARIO NINJA FORMS
==================================
*/
.nf-form-fields-required {
  display: none;
}
.nf-form-cont {
  padding-bottom: 35px;
  padding-top: 35px;
}
@media (max-width: 982px) {
  .nf-form-cont .one-half, .nf-form-cont .three-sixths, .nf-form-cont .two-fourths {
    width: 100% !important;
    margin: 0 !important;
  }
}
.nf-form-cont input[type="text"], .nf-form-cont input[type="email"], .nf-form-cont input[type="tel"], .nf-form-cont textarea {
  font-family: inherit;
  padding: 5px 10px;
  border: 0;
  margin-bottom: 10px;
  background-color: #fff;
  color: inherit;
  width: 100%;
}
.nf-form-cont input[type="text"]::-webkit-input-placeholder, .nf-form-cont input[type="email"]::-webkit-input-placeholder, .nf-form-cont input[type="tel"]::-webkit-input-placeholder, .nf-form-cont textarea::-webkit-input-placeholder {
  color: black;
  font-size: 1rem;
}
.nf-form-cont input[type="text"]:-moz-placeholder, .nf-form-cont input[type="email"]:-moz-placeholder, .nf-form-cont input[type="tel"]:-moz-placeholder, .nf-form-cont textarea:-moz-placeholder {
  color: black;
  font-size: 1rem;
}
.nf-form-cont input[type="text"]::-moz-placeholder, .nf-form-cont input[type="email"]::-moz-placeholder, .nf-form-cont input[type="tel"]::-moz-placeholder, .nf-form-cont textarea::-moz-placeholder {
  color: black;
  font-size: 1rem;
}
.nf-form-cont input[type="text"]:-ms-input-placeholder, .nf-form-cont input[type="email"]:-ms-input-placeholder, .nf-form-cont input[type="tel"]:-ms-input-placeholder, .nf-form-cont textarea:-ms-input-placeholder {
  color: black;
  font-size: 1rem;
}
.nf-form-cont input[type="text"]:focus, .nf-form-cont input[type="email"]:focus, .nf-form-cont input[type="tel"]:focus, .nf-form-cont textarea:focus {
  outline: none;
}
.nf-form-cont textarea {
  height: 120px;
}
.nf-form-cont .submit-container {
  text-align: right;
}
.nf-form-cont .submit-container input {
  font-size: 1.1em;
  font-weight: 700;
  float: right;
  margin-left: 10px;
  border: 0;
  padding: 8px 24px;
  cursor: pointer;
  letter-spacing: 2px;
}
/*# sourceMappingURL=global.css.map */