/*
 Theme Name:   coial
 Theme URI:    https://www.coial.org
 Author:       Filmac
 Author URI:   http://www.filmac.com
 Template:     twentyseventeen
 Version:      1.0.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0  WordPress Core
2.0  Personalización
  2.1 Iconos
3.0  Layout
  3.1 Header
  3.2 Footer
  3.3 Home
  3.4 Posts
	3.4.1 Paginador
	3.4.2 Post navigation
	3.4.3 Partners
	3.4.4 Noticias
	3.4.5 Ofertas
	3.4.6 Revistas
	3.4.7 Agenda
	3.4.8 Colegiados
  3.5 Pages 
	3.5.1 Ventanilla
4.0  Typography
5.0  Formularios
6.0  Tablas
7.0  Cookies
8.0  Menú
9.0  Área de colegiados
10.0 Elementor
11. Galleries
--------------------------------------------------------------*/

.MuseoSans-700 {
  font-family: MuseoSans-700, sans-serif, arial, helvetica;
  font-weight: normal;
  font-style: normal;
}
.MuseoSans-300 {
  font-family: MuseoSans-300, sans-serif, arial, helvetica;
  font-weight: normal;
  font-style: normal;
}
.MuseoSans-500 {
  font-family: MuseoSans-500, sans-serif, arial, helvetica;
  font-weight: normal;
  font-style: normal;
}
.MuseoSans-300Italic {
  font-family: MuseoSans-300Italic, sans-serif, arial, helvetica;
  font-weight: normal;
  font-style: normal;
}
.MuseoSans-900 {
  font-family: MuseoSans-900, sans-serif, arial, helvetica;
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------------------------------------
1.0 WordPress Core
--------------------------------------------------------------*/

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
  content: url("images/icon-logo.jpg") !important;
}

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.clearfix {
  clear: both;
}

a {
  color: #477628;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #009962;
  text-decoration: underline;
}

blockquote,
blockquote:before,
blockquote:after {
  color: #477628 !important;
}
blockquote {
  font-size: 23px !important;
  text-align: left !important;
}
blockquote p {
  line-height: 1.2em;
}
blockquote:before {
  bottom: 18px !important;
  content: "»" !important;
}
blockquote:after {
  content: "«" !important;
  top: 3px !important;
}

strong {
  font-family: MuseoSans-700;
  font-weight: normal;
}

/*--------------------------------------------------------------
2.0 Personalización
--------------------------------------------------------------*/

.btn-default {
  color: #000;
  background-color: #b4bd00;
  border-color: #b4bd00;
  /*padding: 0.8em 4.5em;*/
  border: 0;
  border-radius: 5px;
  font-family: MuseoSans-700;
  font-size: 15px;
  width: 190px;
  height: 45px;
}

.btn-default:hover {
  background-color: #477628 !important;
  border-color: #477628;
}
.btn-default:hover a,
a.btn-default:hover,
.btn-default:hover {
  color: #fff !important;
}
a.btn-default {
  text-decoration: none !important;
}
.btn-default.btn-grey {
  background-color: #e6eade;
  border-color: #e6eade;
}
.btn-default.btn-100 {
  width: 100%;
}
.btn-default.btn-small {
  font-size: 17px;
  padding: 0.5em 4.5em;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 1;
}

.nodisplay {
  display: none;
}
.novisible {
  visibility: hidden;
}
.lnk {
  color: #487629;
  cursor: pointer;
  text-decoration: underline;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-size: 17px;
  line-height: 28px;
  color: #1d1d1b;
  font-weight: normal;
  font-family: MuseoSans-300;
  font-style: normal;
}

.scrollup {
  width: 48px;
  height: 48px;
  position: fixed;
  bottom: 84px;
  right: 14px;
  display: none;
  text-indent: -9999px;
  background: url(assets/images/up.png) no-repeat;
  background-size: 80px 80px;
  background-position: 46% 60%;
  z-index: 99;
}

.scrollup:hover {
  border: 1px solid #ffd700;
}

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

.img-shadow {
  box-shadow: 0px 0px 5px 0px rgba(0, 120, 189, 0.5);
}
.img-shadow:hover {
  box-shadow: 2px 2px 15px 0px rgba(0, 120, 189, 1);
}

.no-padding {
  padding: 0 0;
}
.no-margin {
  margin: 0 0;
}
ul.ulcoial {
  list-style-image: url(assets/images/ico-listas.jpg);
  margin-left: 0px;
  /*list-style: none;
	padding-left: 15px;*/
}
/*
ul.ulcoial li::before { 
	content: ''; 
	display: inline-block; 
	height: 18px; 
	width: 20px; 
	background-image: url('assets/images/bullet_logo.svg'); 
	background-repeat: no-repeat; 
	margin-right: 5px; 
	background-position: center center; 
	vertical-align: middle; 
}
*/
ul.ulcoial div {
  display: inline-block;
  width: 90%;
}

.cita1 {
  color: #477628;
  font-family: MuseoSans-300Italic;
  font-size: 24px;
  padding: 25px 24px 25px 24px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #f4f4f2;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  text-align: center;
}
.cita1 p {
  line-height: 1.35em !important;
}
.cita1 strong {
  font-family: MuseoSans-900;
  font-style: italic;
  font-weight: normal;
}

@media (max-width: 480px) {
  body {
    font-size: 15px;
    line-height: 22px;
  }
  .btn-default {
    font-size: 16px;
    padding: 0.75em 2.5em;
    width: 100%;
  }
  .wpcf7-form .btn-default {
    width: 50%;
  }
  .cita1 {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
2.1 iconos
--------------------------------------------------------------*/

svg.icon {
  width: 1em;
  height: 1em;
}

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
.site-main {
  padding: 0 0 0rem 0;
}

.page-header {
  margin: 0;
}

.site-content-contain {
  margin-top: 112px;
}
.site-content-contain.site-home {
  margin-top: 45px;
}

.page-header-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.4s ease-out;
  margin-bottom: 40px;
  position: relative;
  padding: 11% 0;
  z-index: 0;
}
.page-header-bg-noimg {
  position: relative;
  padding: 4% 0;
  z-index: 0;
}
.slide.home {
  padding: 0 0;
}
.page-header.bg-header {
  padding: 0;
  transition: all 0.4s ease-in-out;
}
.tag {
  background-color: #f4f4f4;
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 7px;
  padding: 5px 7px;
}
.entry-content.home {
  overflow: hidden;
}
@media (max-width: 480px) {
  .page-header-bg {
    height: 120px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1366px) {
  .site-content-contain.site-home .panel-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container-text {
  margin: 0 auto;
  width: 80%;
}

/* Breadcrumb */
#crumbs {
  color: #595959;
  font-size: 14px;
  list-style: none;
  padding-left: 0;
}
#crumbs li {
  display: inline-block;
}
#crumbs li:after {
  content: "\\\\";
  margin: 0 7px;
}
#crumbs li:last-child:after {
  content: "";
}

/*--------------------------------------------------------------
3.1 Header
--------------------------------------------------------------*/
.header-container {
  background-color: rgba(255, 255, 255, 1);
  height: 70px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.header {
  font-size: 0.9em;
  margin-left: 1%;
  margin-right: 2%;
}
.header a {
  color: #009962;
}

.header-top {
  color: #046142;
  color: #fff;
  font-weight: 700;
  height: 30px;
  overflow: hidden;
  padding-right: 5%;
  position: relative;
}
.header-top a {
  color: #046142;
  color: #fff;
  font-weight: 400;
}
.header-top ul {
  list-style: none;
  padding: 0;
}

@media (max-width: 1200px) {
  .header-top .container {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.header-bottom {
  background-color: rgba(166, 201, 104, 0.8);
  height: 80px;
  padding-left: 5%;
  padding-right: 5%;
}

.languages {
  position: relative;
}

.social-navigation {
  margin-right: 15px;
  z-index: 9;
  position: relative;
  margin: 0 auto;
  display: inline-block;
}
@media (max-width: 480px) {
  .social-navigation {
    display: inline-block;
    margin: 0 0;
  }
}
.languages li a:hover {
  color: #006543;
}
.languages li.wpml-ls-current-language a {
  pointer-events: none;
}
.languages li.wpml-ls-current-language ul a {
  pointer-events: auto;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0 !important;
  clear: none;
}
.wpml-ls-legacy-list-horizontal li {
  display: inline-block;
  text-transform: uppercase;
}
.wpml-ls-legacy-list-horizontal a {
  padding: 2px 10px 3px;
  margin-bottom: 0.25em;
}
.cgreen,
.cgreen a {
  color: #046142;
}
.colLogo {
  display: inline-block;
  width: 222px;
}
#logo_img {
  margin-top: 0px;
}
@media (max-width: 480px) {
  #logo_img {
    margin: 10px 15px 10px 0;
    width: 190px;
  }
}
@media (min-width: 481px) and (max-width: 800px) {
  #logo_img {
    margin: 10px 15px 10px 0;
    width: 245px;
  }
}

#logo_img:hover {
  opacity: 0.875;
}

.page-header {
  font-weight: 300;
  border: 0;
  font-style: italic;
}

@media (max-width: 1078px) {
  .header {
    display: none;
  }
  .privada .header {
    display: block;
    margin-right: 0;
  }
  .header-container.privada .container {
    padding: 0 0;
  }
  .header-container.privada .pull-left {
    padding: 0 15px;
  }
}

/*--------------------------------------------------------------
3.2 Footer
--------------------------------------------------------------*/
footer {
}
/* pega el footer al pie de página cuando no hay contenido que lo empuje 
*/
.pega-footer {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site {
  flex: 1;
}

.site-footer {
  background-color: #f7f7f5;
  color: #477628;
  font-size: 14px;
  font-weight: 400;
  padding: 1.5em 0 0em 0;
}

.site-footer a {
  color: #477628;
}

.site-footer ul {
  list-style: none;
  padding-left: 0;
}
.footer-navigation {
  line-height: 2.2;
}

@media (max-width: 990px) {
  header .container {
    width: 100%;
  }
}

.social-navigation a {
  color: #477628;
}
.social-navigation a:before {
  height: 30px;
  width: 31px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
  text-decoration: none;
  color: #fff;
}

.social-navigation a:hover {
  color: red;
  transition: all 0.2s ease;
}

.social-navigation li {
  margin: 0 0.5rem;
  float: left;
  font-size: 0;
  position: relative;
}

.social-navigation ul {
  margin: 0;
}

.social-navigation a[href*="twitter.com"]:before {
  content: url(assets/images/twitter.svg);
  display: inline-block;
}

.social-navigation a[href*="linkedin.com"]:before {
  content: url(assets/images/linkedin.svg);
  display: inline-block;
}

.social-navigation a[href*="facebook.com"]:before {
  content: url(assets/images/facebook.svg);
  display: inline-block;
}

.social-navigation a[href*="youtube.com"]:before {
  content: url(assets/images/youtube.svg);
  display: inline-block;
}

.social-navigation a[href*="instagram.com"]:before {
  content: url(assets/images/ig.svg);
  display: inline-block;
}

.social-navigation a:hover {
  text-decoration: none;
}

.footer-navigation a {
  font-size: 14px;
}
.footer-navigation ul {
  list-style: none;
}
.footer-legal li {
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 480px) {
  .site-footer {
    text-align: left;
  }
  .submenuf {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 46%;
  }
}

/*--------------------------------------------------------------
3.3 Home
--------------------------------------------------------------*/
.home .entry-content a {
  text-decoration: none;
}
.home .entry-content h2 {
  position: relative;
  color: #000;
  font-family: MuseoSans-900;
  font-size: 32px;
  font-style: normal;
  margin: 25px 0px 15px 0px;
}
.home .lnk_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.home .lnk_title:hover {
  background: none;
  color: #002958;
}
.home .text {
  margin-top: 16px;
}
.entry-content hr {
  margin-bottom: 10px;
  margin-top: 15px;
}
.home-partners {
  margin-left: 10%;
  width: 80%;
}
.img-gradient:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0),
    #009962
  );
}
.img-gradient .textwidget {
  position: relative;
  color: #fff;
}

/* Agenda */
.agendahome {
  padding-left: 0;
  font-family: MuseoSans-700, sans-serif;
  font-size: 13px;
}
.agendahome li {
  border-bottom: solid 1px #b4bd00;
  float: left;
  list-style: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.agendahome .date {
  width: 15%;
}
.agendahome a {
  color: #000;
}

/* Noticias/Empleo */
.destacadas .title {
  color: #000;
  font-family: MuseoSans-700;
  font-size: 21px;
  letter-spacing: -0.4px;
  line-height: 26px;
}
.destacadas .title a {
  color: #000;
}
.destacadas .excerpt {
  font-size: 15px;
  line-height: 1.55;
  color: #666;
  margin-top: 10px;
}
.destacadas .thumb {
  min-height: 160px;
}
.listhome {
  padding-left: 0;
  font-family: MuseoSans-700;
  font-size: 15px;
}
.listhome .li {
  border-bottom: solid 1px #dedede;
  margin-bottom: 20px;
  padding-left: 0;
  min-height: 130px;
  margin-right: 4%;
  padding-right: 0;
  width: 48%;
}
.listhome .li:nth-child(even) {
  margin-right: 0;
}
.listhome .title,
.listhome .title a {
  color: #000;
}
.listhome .title a:hover {
  color: #4d4d4d;
}
.listhome .li .licontent {
  line-height: 1.4em;
}
.excerpt {
  color: #666;
  font-family: MuseoSans-300;
  font-size: 15px;
  line-height: 1.4em;
}
.listhome .li .leermas {
  display: block;
  line-height: 1em;
  margin-top: 15px;
}
a.leermas {
  font-size: 14px;
  text-decoration: underline !important;
}

.seeall {
  margin-top: 55px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.seeall a {
  background-color: #a6c968;
  border-radius: 20px;
  color: #fff;
  padding: 10px 30px;
}

.owl-carousel .owl-item .owl-content {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.owl-carousel .owl-item .owl-item {
  height: 120px !important;
  display: grid; /* flex */
  align-items: center;
}

@media (min-width: 640px) {
  .listhome .li:nth-last-of-type(-n + 2) {
    border-bottom: none;
  }
}
@media (min-width: 480px) and (max-width: 992px) {
  .listhome .li {
    min-height: 200px;
  }
  .destacadas .thumb {
    min-height: 240px;
  }
}
@media (max-width: 480px) {
  .destacadas .title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .categories {
    font-size: 13px;
    line-height: 15px;
  }
  .fecha {
    margin-bottom: 5px !important;
  }
  .listhome .li {
    margin-bottom: 15px;
    margin-right: 0;
    min-height: auto;
    width: 100%;
  }
  .owl-carousel .owl-item {
    width: 100%;
  }
  .owl-carousel .owl-item img {
    margin: 0 auto !important;
  }
  a.leermas {
    margin-bottom: 15px;
  }
}

/*--------------------------------------------------------------
3.4 Posts
--------------------------------------------------------------*/
.entry-content a {
  text-decoration: underline;
}
.entry-content.list .title > a,
.entry-content.list .title {
  text-decoration: none;
  color: #000;
  font-family: MuseoSans-700;
  font-size: 21px;
  letter-spacing: -0.4px;
  line-height: 26px;
}
.entry-content.list .title > a:hover {
  color: #4d4d4d;
}
.entry-content a:hover {
  color: #009962;
}
.entry-content.list .thumb {
  margin-bottom: 15px;
}
.entry-content img.aligncenter.size-large {
  width: 100%;
  max-width: 640px;
  height: auto;
  margin: 2em auto;
}
.entry-content .post-thumbnail {
  margin: 1rem 0 3.5rem;
}
ul {
  list-style: square;
}
ul.nolist {
  list-style: none;
}
#secondary ul.nolist li {
  line-height: 18px;
}
#secondary ul.nolist li a {
  font-family: MuseoSans-700;
}

.entry-meta {
  font-size: 0.875em;
}

.entry-meta a {
  color: #aaa;
}

.entry-meta a:hover {
  text-decoration: none;
}

.entry-header {
  padding-bottom: 1em;
}

.archive h2.entry-title {
  margin-top: 0px;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
}
.share {
  background-color: #f9f8f7;
  margin: 15px 0;
}
.share .ssba > div {
  text-align: left !important;
}

/* Noticias */
.fecha {
  color: #ada89c;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 15px;
}
.categories {
  display: inline-block;
  font-family: MuseoSans-700;
  font-size: 13px;
}
.fechatit {
  color: #009962;
  text-transform: uppercase;
  text-align: center;
}
.fechatxt {
  font-weight: 700;
  text-align: center;
}
.list .item {
  margin-bottom: 30px;
}
.list .item .thumb {
  min-height: 150px;
  overflow: hidden;
}
.list .news_grid .item .thumb {
  max-height: 164px;
}
.list .item .thumb img {
  width: 100%;
  height: auto;
}
.list .item .excerpt {
  color: #4d4d4d;
  font-size: 13px;
  line-height: 16px;
  margin-top: 10px;
}
.list .alm-reveal {
  display: flex;
}
.list .alm-reveal .item {
  padding-left: 0;
  padding-right: 0;
}
.list .alm-reveal .item .thumb {
  height: 185px;
}
.load-more {
  background-color: #fff !important;
  border: solid 1px #477628 !important;
  color: #477628 !important;
  font-weight: 400 !important;
}

.page-template-page-noticias .site {
  margin-bottom: 0 !important;
  padding-bottom: 8%;
}

.icon-prev a,
.icon-next a {
  color: #fff;
  background-color: #009962;
  border-radius: 50%;
  padding: 12px 20px;
  text-decoration: none;
  font-size: 20px;
}
.icon-prev {
  position: absolute;
  left: -100px;
  top: 50%;
}
.icon-next {
  position: absolute;
  right: -100px;
  top: 50%;
}
.icon-prev,
.icon-next {
  font-family: "fontAwesome";
}

.icon-prev a:before {
  content: "";
}
.icon-next a:after {
  content: "";
}
.icon-prev a:hover,
.icon-next a:hover {
  color: #fff;
  background-color: #008454;
}

.owl-prev {
  cursor: pointer;
  position: absolute;
  left: -60px;
  top: 50%;
}
.owl-next {
  cursor: pointer;
  position: absolute;
  right: -30px;
  top: 50%;
}

/* owl navigation */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  font-family: "fontAwesome";
}
.owl-carousel .owl-nav .owl-prev:before {
  content: "\f104";
  margin-right: 10px;
  font-size: 70px;
  color: #487628;
}
.owl-carousel .owl-nav .owl-next:after {
  content: "\f105";
  margin-left: 10px;
  font-size: 70px;
  color: #487628;
}

.news_grid {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .icon-prev {
    bottom: 0;
    float: left;
    left: 0;
    position: relative;
    top: auto;
  }
  .icon-next {
    bottom: 0;
    float: right;
    position: relative;
    right: 0;
    top: auto;
  }
  .list .item {
    margin-bottom: 0px;
  }
  .owl-prev {
    left: -5px;
  }
  .owl-next {
    right: -10px;
  }
  .proyecto-ficha #header {
    margin-top: 0px;
  }
}

/*--------------------------------------------------------------
3.4.1 Paginador
--------------------------------------------------------------*/
ul.page-numbers {
  margin: 30px 0;
}
.page-numbers a {
  text-decoration: none;
}
.page-numbers a:hover {
  color: #046142;
}
.page-numbers,
.nav-links {
  font-size: 18px;
  font-weight: normal;
  margin-right: 0.5rem;
  text-align: center;
  font-family: MuseoSans-300;
  position: relative;
}
a.prev.page-numbers,
a.next.page-numbers {
  font-weight: 700;
  background-color: #009962;
  color: #fff;
  border-radius: 100%;
  padding: 8px 12px 10px;
}
.page-numbers .current,
.page-numbers.current {
  font-family: MuseoSans-500;
  color: #009962;
}
.page-numbers li {
  display: inline-block;
}
.page-numbers li:before {
  content: "" !important;
}
a.next.page-numbers {
  margin-left: 1rem;
}
a.prev.page-numbers {
  margin-right: 1rem;
}

/*--------------------------------------------------------------
3.4.2 Post Navigation
--------------------------------------------------------------*/
.post-navigation {
  font-weight: 400;
  margin: 40px 0 200px;
}
.nav-subtitle {
  background: transparent;
  display: block;
  font-size: 18px;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
  padding-top: 16px;
  position: relative;
  height: 46px;
}
.nav-previous .nav-subtitle {
  padding-left: 54px;
}
.nav-next .nav-subtitle {
  padding-right: 54px;
}

.nav-subtitle:hover:before,
.nav-subtitle:hover:after {
  background-color: #eee;
  text-decoration: none;
}
.nav-next .nav-subtitle:after {
  content: "\f105"; /*'→';*/
  padding: 0.3em 0.5em 0.3em 0.7em;
  position: absolute;
  top: -1em;
  right: 0;
  border-radius: 100%;
  /*
    background-color: #477628;
    color: #fff;	
	font: normal normal normal 24px/1 FontAwesome;
	*/
  color: #477628;
  font: normal normal normal 28px/1 FontAwesome;
}
.nav-previous .nav-subtitle:before {
  content: "\f104"; /*'←';*/
  padding: 0.3em 0.6em 0.3em 0.6em;
  position: absolute;
  top: -1em;
  left: 0;
  border-radius: 100%;
  /*
	background-color: #477628;
    color: #fff;
	font: normal normal normal 24px/1 FontAwesome;
	*/
  color: #477628;
  font: normal normal normal 28px/1 FontAwesome;
}
.nav-previous .nav-subtitle:hover:before,
.nav-next .nav-subtitle:hover:after {
  background-color: #006543;
  color: #fff;
}
.nav-title {
  display: block;
  vertical-align: top;
  text-transform: uppercase;
}

.nav-previous,
.nav-next {
  font-size: 16px;
  max-width: 48vh;
  position: absolute;
  top: 0;
}
.nav-previous a:hover,
.nav-next a:hover {
  text-decoration: none;
  color: #006543;
}
.nav-next .nav-title {
  float: right;
}
.post-navigation .nav-next {
  text-align: right;
  right: 0;
}
.post-navigation .nav-previous {
  text-align: left;
  left: 0;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
  margin-right: 0.5em;
  display: none;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
  margin-left: 0.5em;
  display: none;
}

.post-navigation .nav-next, .post-navigation .nav-previous {
	width: 50%;
}

/*--------------------------------------------------------------
3.4.3 Partners
--------------------------------------------------------------*/
.partner-item {
  height: 115px;
  margin-bottom: 15px;
  position: relative;
}
.partner-item img {
  bottom: 0px;
  position: absolute;
  width: 105px !important;
}
.partner-img-home {
  bottom: 0px;
  width: 130px !important;
}

/*--------------------------------------------------------------
3.4.4 Noticias
--------------------------------------------------------------*/
.nav-pills {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 25px;
}
.nav-pills li {
  border: solid 1px #e6e4de;
  margin-right: 10px;
  padding: 0 0;
}
.nav-pills li a {
  color: #777;
  padding: 0 15px;
  text-decoration: none;
}
.nav-pills li.active a,
.nav-pills li.active a:hover {
  background-color: #487629;
}
.ssbp-list .ssbp-btn {
  border-color: #487629 !important;
}

.single-new {
  margin-top: 70px;
}
.single-new .fecha {
  margin-bottom: 5px;
}
.single-new .fecha a {
  font-size: 13px;
  text-decoration: none;
}
.single-new .fecha span {
  margin-left: 25px;
}
.entry-content.list .destacada .title,
.destacada .title > a {
  font-size: 30px;
  line-height: 34px;
}
.entry-content.list .destacada .excerpt {
  font-size: 21px;
  line-height: 26px;
}

@media (min-width: 480px) and (max-width: 992px) {
  .nav-pills li {
    margin-bottom: 15px;
  }
  .list .alm-reveal {
    display: block;
  }
}
@media (max-width: 480px) {
  .list .alm-reveal {
    display: block;
  }
  .list .alm-reveal .item {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .list .alm-reveal .item .thumb {
    min-height: auto;
  }
  .list .alm-reveal .item .thumb img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
3.4.5 Ofertas
--------------------------------------------------------------*/
.ofertas {
  padding-left: 0;
}
.ofertas li {
  background-color: #f9f8f7;
  list-style: none;
  margin-bottom: 10px;
  padding: 10px 15px;
}
.ofertas .title {
  display: inline-block;
}
.ofertas .exclusiva,
.agendahome .exclusiva {
  display: inline-block;
  border: solid 1px #999;
  font-size: 11px;
  margin-left: 15px;
  padding: 0px 10px;
  border-radius: 14px;
  line-height: 19px;
}
.ofertas a {
  color: #477628 !important;
  font-size: 15px !important;
  font-weight: normal !important;
  text-decoration: underline !important;
}
.ofertas a:hover {
  text-decoration: underline !important;
}
.single.exclusiva {
  display: inline-block;
  border: solid 1px #999;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 14px;
  line-height: 19px;
}

/*--------------------------------------------------------------
3.4.6 Revistas
--------------------------------------------------------------*/
.revistas {
  padding-left: 0;
}
.revistas li {
  border-bottom: solid 1px #b4bd00;
  list-style: none;
  margin-bottom: 10px;
}
.revistas li .content {
  max-width: 100%;
}
/*--------------------------------------------------------------
3.4.7 Agenda
--------------------------------------------------------------*/
.tribe-events-list-separator-month {
  background-color: transparent;
  font-family: MuseoSans-900;
  font-weight: normal;
  font-size: 22px;
  padding: 6px 0px;
  text-transform: capitalize;
}
.tribe-events-list .tribe-events-list-event-title {
  font-family: MuseoSans-700;
  font-size: 15px;
}
.tribe-event-url {
  color: #1d1d1b;
}
.tribe-events-list-event-description {
  display: inline-block;
  font-family: MuseoSans-300;
  font-size: 15px;
}
#tribe-events .tribe-events-content {
  display: initial;
  float: none;
  width: auto;
}
.tribe-event-schedule-details {
  font-family: MuseoSans-700;
  font-size: 15px;
  line-height: 1.4;
}
.tribe-events-list .type-tribe_events {
  border-bottom: 1px solid #b4bd00;
  padding: 0.75em 0 0.4em 0;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"],
.tribe-events .tribe-events-c-search__button {
  background-color: #b4bd00;
  border-radius: 3px;
  color: #000;
  font-size: 15px;
  padding: 5px;
  text-transform: capitalize;
  width: 90%;
  font-weight: 400;
  width: 150px !important;
  margin-right: 20px;
}
.tribe-events .tribe-events-c-events-bar__views {
  display: none;
}
.tribe-events-event-image img {
  width: 100%;
}
#tribe-events .tribe-events-button,
.tribe-events-button,
#tribe-bar-form label {
  font-weight: normal;
}
a.tribe-event-url:hover {
  color: #4d4d4d;
}
/* Nuevo */
.tribe-events .tribe-events-calendar-list__month-separator:after {
  background-color: #fff; /*#b4bd00*/
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev {
  color: #009962;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-nav__prev-icon-svg
  path {
  fill: #009962;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__container,
.tribe-events .tribe-events-c-subscribe-dropdown__container {
  display: none;
}
.tribe-common-g-row.tribe-events-calendar-list__event-row {
  border-bottom: solid 1px #b4bd00;
  padding-bottom: 5px;
  margin-left: 0 !important;
}
.tribe-events-calendar-list__event-featured-image-wrapper {
  display: none;
}
.tribe-events-calendar-list__event-title-link {
  color: #1d1d1b;
  font-size: 15px;
  text-decoration: none !important;
  display: block;
  font-family: MuseoSans-700;
  line-height: 1.4em;
  font-weight: normal;
}
.tribe-events-calendar-list__event-details {
  width: 100% !important;
}
.tribe-events-calendar-list__event-datetime span {
  display: block;
  font-weight: normal;
  font-family: MuseoSans-700;
  font-size: 15px;
  line-height: 1.4;
}
.tribe-events-calendar-list__event-datetime-wrapper {
  width: 30%;
}
.tribe-events-calendar-list-nav.tribe-events-c-nav {
  border-top: none;
  padding-top: 0 !important;
}
.tribe-events-calendar-list__month-separator-text {
  font-family: MuseoSans-900 !important;
  font-weight: normal;
  font-size: 22px !important;
  padding: 6px 0px;
  text-transform: capitalize;
}
.tribe-events-c-search.tribe-events-c-events-bar__search-form {
  background: #f5f5f5;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-events-bar--border {
  border: none;
}
#tribe-events-footer h3 {
  display: none;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
  color: #477628;
  font-weight: normal;
  font-family: MuseoSans-300;
  font-size: 17px;
  line-height: normal;
}
.tribe-events-meta-group.tribe-events-meta-group-details {
  background: #fafafa;
  border: 1px solid #eee;
  margin: 30px 0;
  padding: 0 20px;
  font-family: MuseoSans-300;
}
.tribe-events-event-meta:before,
.tribe-events-event-meta ~ div:not(.tribe-events-event-meta, .event-tickets) {
  border-top: none;
}
.tribe-events-content {
  font-family: MuseoSans-300;
}
.tribe-events-content a {
  border-bottom: none;
  color: #009962;
  text-decoration: none;
}

.tribe-events-notices {
  background: #e1e599;
  border: 1px solid #e1e599;
  color: #5d6e0f;
  font-family: MuseoSans-700;
  font-size: 17px;
  text-shadow: none;
}
@media (max-width: 480px) {
  .tribe-event-schedule-details {
    color: #999;
    font-family: MuseoSans-500;
    padding: 0 0 !important;
  }
  .tribe-events-list .type-tribe_events {
    padding: 0.75em 0 0.5em 0;
  }
  .tribe-common-g-row.tribe-events-calendar-list__event-row {
    display: block;
  }
  .tribe-events-calendar-list__event-datetime-wrapper,
  .tribe-events-calendar-list__event-datetime {
    width: 100%;
  }
  .tribe-events .tribe-events-calendar-list__event-datetime {
    color: #999 !important;
  }
  .tribe-events-calendar-list__event-datetime span {
    font-family: MuseoSans-500;
  }
}
@media (max-width: 768px) {
  .tribe-events-sub-nav li a {
    background: #fff;
    color: #477628;
  }
}

/*--------------------------------------------------------------
3.4.8 Colegiados
--------------------------------------------------------------*/
.colegiado-ficha .title {
  text-align: right;
}
@media (max-width: 480px) {
  .colegiado-ficha .title {
    text-align: left;
  }
}

/*--------------------------------------------------------------
3.5 Pages 
--------------------------------------------------------------*/
.sidebar {
  margin-top: 50px;
}
#secondary h3 {
  font-size: 16px;
  color: #477628;
}
#secondary ul {
  margin-left: 0;
  padding-left: 0;
}
#secondary ul a {
  color: #000;
  font-size: 14px;
}
.overlay-color {
  border-radius: 50%;
  cursor: pointer;
  position: absolute !important;
  width: 130px !important;
  height: 130px;
  transition: background-color 0.3s ease-in-out;
  background-color: rgba(180, 189, 0, 0.4);
  top: -80px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.overlay-color:hover {
  transition: none;
  background-color: rgba(180, 189, 0, 0);
}

/*--------------------------------------------------------------
3.5.1 Ventanilla
--------------------------------------------------------------*/
.iniciales {
  border-bottom: solid 1px #e6e4de;
  color: #dcdcdc;
  list-style: none;
  padding-left: 10px;
  margin-left: 15px;
}
.iniciales li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding-bottom: 10px;
}
.iniciales a {
  color: #487629;
  font-weight: 700;
  text-decoration: none;
}
.iniciales a.selected {
  border-bottom: solid 2px #b4bd00;
}
ul.colegiados {
  list-style: none;
  padding-left: 15px;
}
ul.colegiados li {
  padding-bottom: 10px;
}
ul.colegiados a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

/*--------------------------------------------------------------
4.0 Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: MuseoSans-700;
  font-weight: normal;
  color: #000;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333;
}

h1,
.h1 {
  color: #000;
  font-family: MuseoSans-900;
  font-size: 32px;
  font-style: normal;
  margin: 10px 0px 15px 0px;
}

h2,
h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

h3,
.h3 {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
.h4 {
  font-size: 19px;
  margin-top: 10px;
  margin-bottom: 10px;
}

h5,
.h5 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}

h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  line-height: 1.65;
}

blockquote {
  border-left: none;
  display: inline-block;
  margin: 20px auto 20px;
  font-size: 16px;
  position: relative;
  padding: 10px 25px;
  text-align: center;
}

blockquote:after {
  content: "“";
  width: 25px;
  height: 25px;
  line-height: 36px;
  font-size: 36px;
  font-family: MuseoSans-300;
  position: absolute;
  top: 12px;
  left: 0px;
  color: #cdcdcd;
}

blockquote:before {
  content: "”";
  width: 25px;
  height: 25px;
  line-height: 36px;
  font-size: 36px;
  font-family: MuseoSans-300;
  position: absolute;
  bottom: 12px;
  right: 0px;
  color: #cdcdcd;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

h1.entry-title {
  color: #000;
  font-size: 32px;
  font-family: MuseoSans-900;
}
@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 28px;
    margin: 10px 0px 5px 0px;
  }
  .page-header h1 {
    font-size: 1.5em;
  }
  h1.entry-title {
    font-size: 28px;
  }
  h2 {
    font-size: 20px;
  }
}
/*--------------------------------------------------------------
5.0 Formularios
--------------------------------------------------------------*/

/* formulario contacto */
.wpcf7-not-valid-tip {
  font-size: 0.875em !important;
  display: inline-block !important;
}
.wpcf7-validation-errors {
  border: 2px solid red !important;
  background-color: #f2dede !important;
}
.wpcf7-response-output {
  color: red !important;
}
span.wpcf7-list-item {
  margin: 0 0;
}

input[type="checkbox"] {
  border: solid 2px #000 !important;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
input[type="checkbox"]:checked:before {
  content: "\e013";
  font-family: "Glyphicons Halflings";
  font-size: 10px;
  position: absolute;
}
input[type="checkbox"]:focus {
  border-color: #487629;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(72, 118, 41, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(72, 118, 41, 0.6);
}

form label,
.radio label,
.checkbox label {
  font-weight: 300;
  color: #000;
  font-size: 0.875em;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  color: #777777;
  position: absolute;
  right: 0;
  z-index: 2;
  text-align: center;
  pointer-events: none;
}

.form-control {
  height: 40px;
  width: 100%;
  padding: 6px 12px;
  border: 2px solid #000;
  border-radius: 0;
}
.form-control:focus {
  border-color: #487629;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(72, 118, 41, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(72, 118, 41, 0.6);
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("assets/images/icon_down.png") right / 30px no-repeat #fff;
  padding-right: 25px;
}

a[href$=".pdf"]:after,
a[href$=".FCDC"]:after,
a[href$=".doc"]:after,
a[href$=".ppt"]:after {
  font-family: "FontAwesome";
  content: "\f019";
  padding-left: 6px;
  color: #ccc;
}
a[href$=".pdf"]:hover:after,
a[href$=".FCDC"]:hover:after {
  color: #477628;
}
a[href^="mailto"]:after {
  font-family: "FontAwesome";
  content: "\f0e0";
  padding-left: 6px;
  color: #ccc;
}
a[href^="mailto"]:hover:after {
  color: #477628;
}
.elementor-button-wrapper a[href$=".pdf"]:after,
.elementor-button-wrapper a[href$=".FCDC"]:after,
.elementor-button-wrapper a[href$=".doc"]:after,
.elementor-button-wrapper a[href$=".ppt"]:after {
  content: "";
  padding-left: 0;
}

#secondary a[href$=".pdf"]:after,
#secondary a[href$=".FCDC"]:after,
#secondary a[href$=".doc"]:after,
#secondary a[href$=".ppt"]:after {
  content: "";
}
/*
#secondary a[href$=".pdf"]:before,#secondary a[href$=".FCDC"]:before,#secondary a[href$=".doc"]:before,#secondary a[href$=".ppt"]:before{
	font-family: 'FontAwesome';
	content: "\f019";
	padding-left: 6px;
	color: #477628;
}
#secondary a[href$=".pdf"]:hover:before, #secondary a[href$=".FCDC"]:hover:before,#secondary a[href$=".doc"]:hover:before,#secondary a[href$=".ppt"]:hover:before{
	color: #23527c;
}
*/
.icon_download,
.icon_url {
  display: inline-block;
  vertical-align: top;
  width: 10%;
}
.icon_download:before,
.icon_url:before {
  font-family: "FontAwesome";
  font-size: 18px;
  content: "\f019";
  padding-right: 6px;
  color: #477628;
}
.icon_url:before {
  content: "\f08e";
}
.icon_content {
  display: inline-block;
  width: 90%;
}

.btn-search {
  position: absolute;
  top: 29px;
  right: 38px;
  border: none;
  background-color: #fff;
}

form label {
  margin-bottom: 15px;
  width: 100%;
  display: block;
}
/*
span[data-toggle="collapse"]:after {
	content: ' ▲';
	font-size: 10px;
}
span[data-toggle="collapse"].collapsed:after {
	content: ' ▼';
}
*/
input[type="text"].wpcf7-form-control,
input[type="email"].wpcf7-form-control,
textarea.wpcf7-form-control {
  border: solid 2px #000;
  padding: 5px 7px;
}

.legal {
  font-size: 15px;
}

/*--------------------------------------------------------------
6.0 Tablas
--------------------------------------------------------------*/
.table-responsive table > thead > tr > th {
  background-color: #e7efdb;
}
.table {
  margin: 30px 0 50px 0;
}
.table thead {
  background-color: #477628;
  color: #fff;
}
.table > thead > tr > th {
  border-bottom: none;
}

/* tablas a responsive */
@media screen and (max-width: 720px) {
  table:not([class~="nomobile"]) {
    width: 100%;
  }
  table:not([class~="nomobile"]) thead {
    display: none;
  }
  table:not([class~="nomobile"]) tr:nth-of-type(2n) {
    background-color: inherit;
  }
  table:not([class~="nomobile"]) tr td:first-child {
    background: #f0f0f0;
    font-weight: bold;
    font-size: 1.3em;
  }
  table:not([class~="nomobile"]) tbody td {
    display: block;
    text-align: center;
    width: 100% !important;
  }
  table:not([class~="nomobile"]) tbody td:before {
    content: attr(data-th);
    display: block;
    text-align: center;
  }
}

/*--------------------------------------------------------------
  7.0 Cookies
--------------------------------------------------------------*/
.cookies {
  position: fixed !important;
  z-index: 99999998 !important;
  bottom: 0;
  left: 0;
  color: #fff;
  vertical-align: baseline;
  width: 350px;
  background-color: #8c8c8c;
  font-size: 13px;
  display: none;
  opacity: 0;
  -webkit-animation: slideIn 1s forwards;
  -webkit-animation-delay: 1s;
  animation: slideIn 1s forwards;
  animation-delay: 1s;
}

.slide-out {
  -webkit-animation: slideOut 0.5s forwards;
  animation: slideOut 0.5s forwards;
}

@keyframes slideIn {
  0% {
    transform: translateY(300px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes slideOut {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(300px);
    opacity: 0;
  }
}

.cookies .txt {
  padding: 0px 0px 0px 15px;
  margin: 15px 0;
  float: left;
  width: 80%;
}
@media (max-width: 480px) {
  .cookies {
    width: 100%;
  }
  .cookies .txt {
    font-size: 10px;
    width: 85%;
  }
}
.cookies a {
  color: #fff;
  text-decoration: underline;
}

.cookies .txt strong {
  font-size: 16px;
}

#btnclose {
  float: right;
  cursor: pointer;
  position: relative;
  padding: 7px 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 14pt;
  color: #fff;
  text-align: center;
  margin: 5px 5px 0 0;
}

.cookies .centeredPage {
  position: relative;
  max-width: 940px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
}

.cookies .fleft {
  float: left;
}

#langs_float_wrapper {
  top: 418px !important;
  z-index: 999 !important;
}

#moove_gdpr_cookie_info_bar {
  background-color: #8c8c8c !important;
  border: none !important;
  /*	bottom: 6%!important;
	width: 300px!important;*/
}
/*#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container{
	padding: 40px 20px 20px 20px!important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{
	display: block!important;
}*/
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  h1,
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  h2,
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  h3,
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  h4,
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  h5,
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  h6,
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  p,
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  p
  a,
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme p {
  color: #fff !important;
  font-weight: 400 !important;
  line-height: 1.6em !important;
  font-size: 1em !important;
}
#moove_gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  a.mgbutton,
#moove_gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  button.mgbutton {
  background-color: #fff !important;
  color: #8c8c8c !important;
}
/*.moove-gdpr-button-holder{
	margin-top: 20px!important;
	padding-left: 0!important;
}*/

/*--------------------------------------------------------------
8.0 Menú
--------------------------------------------------------------*/

.navigation-top {
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 35px;
}

.navigation-top .wrap {
  max-width: 1000px;
  padding: 0;
}

.navigation-top a {
  color: #477628;
  transition: color 0.2s;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
  color: #767676;
}

.navigation-top li > a:hover {
  color: #b4bd00;
}

.main-navigation {
  clear: both;
  display: block;
  margin-bottom: 5px;
}

.main-navigation ul {
  color: #487629;
  font-family: MuseoSans-700;
  font-size: 15px;
  list-style: none;
  margin: 0;
  padding: 0 1.5em;
  text-align: left;
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */

.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
  display: none;
}

.main-navigation > div > ul {
  padding: 0.75em 1.695em;
}

.js .main-navigation.toggled-on > div > ul {
  display: block;
}

.main-navigation ul ul {
  padding: 0 0 0 1.5em;
}

.main-navigation ul ul.toggled-on {
  display: block;
}

.main-navigation ul ul a {
  letter-spacing: 0;
  padding: 0 0;
}

.main-navigation li li,
.main-navigation li:last-child {
  border: 0;
}

.main-navigation li.last {
  border: solid 2px #b4bd00;
  border-radius: 5px;
  font-size: 12px;
  font-family: MuseoSans-900;
  margin-left: 25px;
  padding: 0 15px;
  text-transform: uppercase;
}

.main-navigation a {
  display: block;
  padding: 0.5em 0;
  text-decoration: none;
}

.main-navigation a:hover {
  color: #767676;
}

.main-navigation .current-menu-item,
.main-navigation .current-menu-ancestor {
  color: #000;
}
.main-navigation ul ul .current-menu-item {
  border-bottom: none;
  color: #b4bd00;
}
.main-navigation .current-menu-item a {
  color: #ccda01;
}
.main-navigation ul .current-menu-item ul a {
  font-weight: 400;
  color: #fff;
}
.main-navigation ul .current-menu-item ul .current-menu-item a {
  font-weight: 700;
  color: #b4bd00;
}

/* Menu toggle */

.menu-toggle {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #222;
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.5;
  margin: 1px auto 2px;
  padding: 1em;
  text-shadow: none;
}

/* Display the menu toggle when JavaScript is available. */

.main-navigation.toggled-on ul.nav-menu {
  display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
  background-color: transparent;
  box-shadow: none;
}

.menu-toggle:focus {
  outline: thin solid;
}

.menu-toggle .icon {
  margin-right: 0.5em;
  top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
  display: none;
}

.toggled-on .menu-toggle .icon-close {
  display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #222;
  display: block;
  font-size: 16px;
  right: -0.5em;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0.5em;
  position: absolute;
  text-shadow: none;
  top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background: transparent;
}

.dropdown-toggle:focus {
  outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* Scroll down arrow */

.site-header .menu-scroll-down {
  display: none;
}

@media screen and (min-width: 48em) {
  /* Navigation */

  .navigation-top {
    bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
    left: 0;
    /*position: absolute;*/
    right: 0;
    width: 100%;
    z-index: 3;
  }

  .navigation-top .wrap {
    max-width: 1000px;
    /* The font size is 14px here and we need 50px padding in ems */
    padding: 0.75em 3.4166666666667em;
  }

  .navigation-top nav {
    margin-left: -1.25em;
  }

  .site-navigation-fixed.navigation-top {
    z-index: 7;
    width: auto;
  }

  /* Main Navigation */

  .js .menu-toggle,
  .js .dropdown-toggle {
    display: none;
  }

  .main-navigation ul li.menu-item-has-children:hover ul {
    left: 0;
    margin-top: 1px;
    z-index: 1;
  }
  .main-navigation ul ul.toggled-on {
    margin-top: 1px;
    z-index: 0;
  }

  .main-navigation {
    width: auto;
  }

  .js .main-navigation ul,
  .js .main-navigation > div > ul {
    display: block;
  }

  .main-navigation ul {
    background: transparent;
    padding: 0;
  }

  .main-navigation > div > ul {
    border: 0;
    margin-bottom: 0;
    padding: 0;
  }
  /**/
  .main-navigation li {
    border: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }

  .main-navigation a {
    padding: 0.5em 0.5em;
  }

  .main-navigation ul ul {
    /*left: -999em;*/
    display: none !important;
    padding: 0;
    position: absolute;
    z-index: 99999;
    background-color: #fff;
    padding: 12px 0px 0px 0px;
    background-image: url(assets/images/ico-menu.png);
    background-repeat: no-repeat;
    background-position: 30px 0px;
  }
  .main-navigation
    ul
    > li:not(.current-menu-item)
    .main-navigation
    ul
    li.menu-item-has-children.focus:before,
  .main-navigation ul li.menu-item-has-children:hover:before,
  .main-navigation ul li.menu-item-has-children.focus:after,
  .main-navigation ul li.menu-item-has-children:hover:after,
  .main-navigation ul li.page_item_has_children.focus:before,
  .main-navigation ul li.page_item_has_children:hover:before,
  .main-navigation ul li.page_item_has_children.focus:after,
  .main-navigation ul li.page_item_has_children:hover:after {
    display: block;
  }

  .main-navigation ul ul a {
  }

  .main-navigation li li {
    transition: background-color 0.2s ease-in-out;
  }

  .main-navigation li li a {
    color: #ffffff;
    transition: color 0.3s ease-in-out;
  }

  .main-navigation li li.focus > a,
  .main-navigation li li:focus > a,
  .main-navigation li li:hover > a,
  .main-navigation li li a:hover,
  .main-navigation li li a:focus,
  .main-navigation li li.current_page_item a:hover,
  .main-navigation li li.current-menu-item a:hover,
  .main-navigation li li.current_page_item a:focus,
  .main-navigation li li.current-menu-item a:focus,
  .main-navigation li.current-menu-ancestor > a {
    color: #b4bd00;
  }

  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: 3.4166666666667em;
    right: auto;
    display: block !important;
  }
  /**/
  .main-navigation .menu-item-has-children > a > .icon,
  .main-navigation .page_item_has_children > a > .icon {
    display: inline;
    left: 5px;
    position: relative;
    top: 5px;
    font-size: 22px;
  }
  /* */
  .main-navigation ul ul .menu-item-has-children > a > .icon,
  .main-navigation ul ul .page_item_has_children > a > .icon {
    margin-top: -9px;
    left: auto;
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .main-navigation ul ul li.menu-item-has-children.focus:before,
  .main-navigation ul ul li.menu-item-has-children:hover:before,
  .main-navigation ul ul li.menu-item-has-children.focus:after,
  .main-navigation ul ul li.menu-item-has-children:hover:after,
  .main-navigation ul ul li.page_item_has_children.focus:before,
  .main-navigation ul ul li.page_item_has_children:hover:before,
  .main-navigation ul ul li.page_item_has_children.focus:after,
  .main-navigation ul ul li.page_item_has_children:hover:after {
    display: none;
  }
  /**/
  .site-header .site-navigation-fixed .menu-scroll-down {
    display: none;
  }
}
@media screen and (min-width: 67em) {
  /* Layout */

  /* Navigation */
  .navigation-top .wrap {
    padding: 1.5em 0em 0.75em 0em;
  }

  .navigation-top nav {
    margin-left: 0;
  }
}

.main-navigation a {
  display: block;
  text-decoration: none;
  height: 100%;
}

.submenu,
.sub-menu {
  font-family: MuseoSans-500 !important;
  font-size: 14px !important;
  line-height: 18px;
  font-weight: 400;
  list-style: none;
  padding-left: 0px;
}
.submenu li,
.sub-menu li {
  display: block;
  margin-left: 1em;
  margin-right: 10px;
  white-space: nowrap;

  background-color: #477628;
  padding: 10px 45px 0px 20px;
  margin: 0 0;
}
.sub-menu li:last-child {
  padding-bottom: 15px;
}
.submenu a,
.sub-menu a {
  font-weight: 500;
}
.submenu .selected,
.submenu .selected a,
.sub-menu .selected,
.sub-menu .selected a {
  color: #000;
  font-weight: 700;
}

.sub-menu {
  display: none;
  text-transform: initial;
}
.sub-menu li.menu-item-has-children svg {
  display: none !important;
}
.sub-menu .sub-menu {
  display: none !important;
}

@media screen and (min-width: 48em) {
  /* Navigation */

  .navigation-top .wrap {
    max-width: 1000px;
  }

  .navigation-top nav {
    margin-left: -1.25em;
  }

  /* Scroll down arrow */

  .site-header .menu-scroll-down {
    display: block;
    padding: 1em;
    position: absolute;
    right: 0;
  }

  .site-header .menu-scroll-down .icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .site-header .menu-scroll-down {
    color: #fff;
    top: 2em;
  }

  .site-header .navigation-top .menu-scroll-down {
    color: #767676;
    top: 0.7em;
  }

  .menu-scroll-down:focus {
    outline: thin dotted;
  }

  .menu-scroll-down .icon {
    height: 18px;
    width: 18px;
  }

  .main-navigation .menu-item-has-children > a > .icon,
  .main-navigation .page_item_has_children > a > .icon {
    display: inline;
    left: 2px;
    position: relative;
    top: 2px;
    font-size: 14px;
    color: #fff;
  }
}

@media (max-width: 1078px) {
  #responsive-menu-pro-header-bar-logo img {
    width: 68%;
  }
  .responsive-menu-pro-subarrow .fa.fa-fa.fa-angle-down:before {
    content: "\f107" !important;
    font-size: 32px !important;
  }
  .responsive-menu-pro-subarrow .fa.fa-fa.fa-angle-up:before {
    content: "\f106" !important;
    font-size: 32px !important;
  }
  .mobsocial-links-menu {
    list-style: none !important;
    top: -105px;
    width: auto;
    position: absolute;
    right: 5%;
  }
  .mobsocial-links-menu a {
    color: #fff;
  }
  .mobsocial-links-menu a[href*="twitter.com"]:before {
    content: url(assets/images/ico_twitter_w.png);
  }

  .mobsocial-links-menu a[href*="linkedin.com"]:before {
    content: url(assets/images/ico_linkedin_w.png);
  }

  .mobsocial-links-menu a[href*="facebook.com"]:before {
    content: url(assets/images/ico_facebook_w.png);
  }

  .mobsocial-links-menu a[href*="youtube.com"]:before {
    content: url(assets/images/youtube_b.svg);
  }
  .mobsocial-links-menu a[href*="instagram.com"]:before {
    content: url(assets/images/ig.svg);
  }
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .header {
    margin-left: 1%;
    margin-right: 1%;
  }
  .navigation-top {
    padding-left: 0px;
  }
  .navigation-top .wrap {
    padding: 1.75em 0em;
  }
  .main-navigation a {
    padding: 0.5em 0.2em;
  }
}

/*--------------------------------------------------------------
9.0 Área de colegiados
--------------------------------------------------------------*/
.login-box {
  margin: 0 auto;
  margin-top: 18vh;
  border: solid 1px #e6e4de;
  padding: 15px 30px 35px 30px;
}
.login-logo {
  float: none;
  margin: 0 auto;
}
.login-box h1 {
  color: #487629;
  font-family: MuseoSans-700;
  font-size: 21px;
  margin: 45px 0 35px 0;
  text-align: center;
}
.login-box .btn-grey {
  background-color: #e6e4de !important;
  line-height: 35px;
}
.login-box .form-control {
  height: 50px;
}
.header-container.privada {
  background-color: #f9f8f7;
  height: 100px;
}
.header-container.privada .header {
  margin-left: 0;
}
.header-container.privada .colLogo {
  width: 25%;
  display: inline-block;
}
.header-container.privada #logo_img {
  margin-top: 5px;
}
.page-template-page-privada .site-content-contain {
  margin-top: 110px;
}
.welcome {
  margin-top: 20px;
}
.welcome strong {
  color: #487528;
}
.hello {
  margin-right: 25px;
  margin-top: 5px;
}
.logout i {
  color: #b4bc00;
}
.category {
  font-size: 16px;
}
.box-grey {
  background-color: #f9f8f7;
  padding: 65px 25px 15px 15px;
  position: relative;
}
.box-grey .tipo {
  color: #ccc;
}
.box-grey .filtro {
  background-color: #fff;
  display: table;
  padding: 0 15px 10px 15px;
  top: -25px;
  position: absolute;
}
.box-grey .result {
  padding: 15px 15px;
}
.login-box .btn-big {
  color: #fff;
  font-size: 18px;
  height: 60px;
  line-height: 50px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(230, 230, 230, 1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(230, 230, 230, 1);
  box-shadow: 0px 5px 5px 0px rgba(230, 230, 230, 1);
  margin: 10px 0;
}

body:not(.home) .site {
  margin-bottom: 4rem;
}

@media screen and (max-width: 1267px) {
  .navigation-top {
    padding-left: 10px;
  }
  .header-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
  .site-footer .container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #home-noticias .owl-nav {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .seeall {
    margin-top: 30px;
  }
  .site-footer,
  .footer-navigation a {
    font-size: 13px;
  }
  .site-content-contain {
    margin-top: 80px;
  }
  .page-template-page-privada .site-content-contain {
    margin-top: 130px;
  }
  .header-container.privada .colLogo {
    display: block;
    width: auto;
    text-align: center;
  }
  .login-box {
    border: none;
    margin-top: 5vh;
  }
  .welcome {
    background-color: #e6e4de;
    margin-top: 0;
    width: 100%;
  }
  .welcome .logout {
    background-color: #e6e4de;
    float: right !important;
  }
  .btn-logout {
    background-color: #e6e4de;
  }
}

/*--------------------------------------------------------------
10.0 Elementor
--------------------------------------------------------------*/
.elementor-button-link.elementor-button {
  color: #000000 !important;
  background-color: #b4bd00 !important;
  font-family: MuseoSans-700;
  width: 100% !important;
}
.btn-grey .elementor-button-link.elementor-button {
  background-color: #e6e4de !important;
  border-color: #e6e4de;
}
.btn-small .elementor-button-link.elementor-button {
  padding-left: 50px !important;
  padding-right: 50px !important;
  width: auto !important;
}
.elementor-column-gap-default
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated {
  padding: 0 !important;
}
.elementor-section {
  z-index: 0;
}
.elementor-accordion-item {
  border-width: 0 !important;
  border-bottom-width: 10px !important;
}
.elementor-tab-title:focus,
.elementor-tab-title:active {
  outline: none;
}

/*--------------------------------------------------------------
11.0 Galleries
--------------------------------------------------------------*/
/* Gallery widget */

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}
@media screen and (min-width: 30em) {
  /* Gallery Columns */

  .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }

  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}

@media screen and (min-width: 48em) {
  /* Gallery Columns */

  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}

/*—Hide reCaptcha v3 —*/
.grecaptcha-badge {
  opacity: 0 !important;
}

/* Cookiebot */
.cookieconsent-optout-marketing,
.cookieconsent-optout-statistics {
  background-color: #ececec;
  padding: 10px 10px;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  /*    background-color: #5e5e5e!important;
    border: 1px solid #5e5e5e!important;*/
  background-color: #000 !important;
  height: 20px !important;
  line-height: 1.8 !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background: green !important;
  border: 1px solid green !important;
  height: 20px !important;
  line-height: 1.8 !important;
}
#CybotCookiebotDialogBodyLevelDetailsWrapper {
  background-color: #ccc !important;
}
.CybotCookiebotDialogDetailBodyContentTabsItem,
.CybotCookiebotDialogDetailBodyContentCookieContainerTypes,
.CybotCookiebotDialogDetailBodyContentIABv2Tab {
  background: #d5d5d5 !important;
}
/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

/* Branding on the widget */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none;
}