/*
Theme Name: NASE
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.1.0.1640095252
Updated: 2021-12-21 15:00:52

*/
/* Otra prueba de customizacion */
#primary-menu a {
  font-weight: bold;
}

.is-logo-image {
  margin-bottom: 1em;
}

.inside-article {
  padding-right: 2em;
}

.inside-header {
  border-bottom: 1px solid var(--base);
  align-items: flex-end;
  padding-top: 2em;
  padding-bottom: 0;
}

.wpml-ls-flag {
  margin-right: 5px;
  margin-left: 5px;
}

#primary-menu {
  margin-bottom: 1em;
}
#primary-menu .menu-item {
  border-bottom: 3px solid transparent;
}
#primary-menu .menu-item:hover,
#primary-menu .current-menu-ancestor {
  border-bottom: 3px solid var(--rojo-nase);
}
#primary-menu .sub-menu .menu-item, #primary-menu .sub-menu .menu-item:hover {
  border: none;
}
#primary-menu li.wpml-ls-item {
  background: var(--accent);
  color: white;
}
#primary-menu li.wpml-ls-item a {
  color: white;
}

.inside-right-sidebar ul li {
  background: #b1b1b1;
  color: white;
  padding: 10px 15px;
  border-radius: 20px;
  font-size: 14px;
}
.inside-right-sidebar ul li a {
  color: white;
  text-decoration: none;
}
.inside-right-sidebar ul li.menu-item-has-children {
  padding-right: 50px;
}
.inside-right-sidebar ul .current-menu-item {
  background: var(--rojo-nase);
}

.footer-widgets-container {
  border-top: 1px solid var(--base);
}
.footer-widgets-container .footer-nase {
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 27px;
}
.footer-widgets-container .footer-nase strong, .footer-widgets-container .footer-nase b {
  font-size: 28px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: normal;
  line-height: 27px;
  text-align: left;
  text-transform: uppercase;
}

.pl-3 {
  padding-left: 3em;
  padding-right: 3em;
}

#right-sidebar {
  background: var(--back-gray);
}
#right-sidebar .right-yellow {
  background: var(--amarillo-nase);
}

div.content-area#primary {
  margin-top: 2em;
}

.nase-card {
  border-radius: 1em;
  padding: 1.5em;
  margin-bottom: 25px;
}
.nase-card p:last-child {
  margin-bottom: 0;
}
.nase-card a {
  color: white;
  text-decoration: none;
}

h5.footer-nase {
  margin: 0;
  font-size: 1.5em !important;
  font-weight: bolder !important;
}

p.footer-nase {
  margin-bottom: 3em;
}

.footer-widget-1 aside {
  padding-left: 0 !important;
}

.footer-widget-3 {
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
}
.footer-widget-3 aside {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer-widget-3 aside figure {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#menu-pie-de-pagina {
  display: flex;
}
#menu-pie-de-pagina li {
  margin-right: 1em;
}
#menu-pie-de-pagina li a {
  text-decoration: none;
  font-size: 14px;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.alignfull {
  padding-left: 1em;
}

#course-archive {
  width: 95%;
  /* Style the buttons that are used to open and close the accordion panel */
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Style the accordion panel. Note: hidden by default */
}
#course-archive .accordion {
  background: white;
  border: 1px solid #eee;
  cursor: pointer;
  color: var(--accent);
  padding: 0.5em 0.75em;
  margin-bottom: 5px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  display: flex;
  align-items: center;
}
#course-archive .accordion i {
  margin-right: 0.5em;
}
#course-archive .accordion b {
  color: var(--rojo-nase);
  margin-right: 1em;
}
#course-archive .active, #course-archive .accordion:hover {
  background-color: #f0f0f0;
}
#course-archive .panel {
  padding: 1em;
  background-color: white;
  display: none;
  overflow: hidden;
}

#breadcrumbs {
  font-size: 10px;
}

.uagb-taxonomy-wrap.uagb-layout-list a.uagb-tax-link {
  text-decoration: none;
  font-weight: bold;
}
.uagb-taxonomy-wrap.uagb-layout-list li {
  margin-bottom: 7px;
}
.uagb-taxonomy-wrap.uagb-layout-list .uagb-taxonomy-list-children {
  margin-left: 2em;
  margin-top: 1em;
}
.uagb-taxonomy-wrap.uagb-layout-list .uagb-taxonomy-list-children a.uagb-tax-link {
  font-weight: normal;
}

.naseblock {
  margin-bottom: 1em;
}

.naseblock-list-num {
  margin-bottom: 1.5em;
}
.naseblock-list-num .naseblock-list-num-slot {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
.naseblock-list-num .naseblock-list-num-slot p {
  margin: 0;
}
.naseblock-list-num .naseblock-list-num-slot .dot {
  width: 25px;
  height: 25px;
  border-radius: 15px;
  text-align: center;
  margin-right: 1em;
  background: var(--rojo-nase);
  color: white;
  font-weight: bold;
}

.naseblock-list {
  margin-bottom: 1.5em;
}
.naseblock-list .naseblock-list-slot {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
.naseblock-list .naseblock-list-slot p {
  margin: 0;
}
.naseblock-list .naseblock-list-slot .dash {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  text-align: center;
  margin-right: 1em;
  margin-top: 5px;
  margin-left: 5px;
  background: var(--texto-nase);
  color: var(--texto-nase);
  font-weight: bold;
}

.naseblock-download-2-cols .wp-block-columns {
  margin-bottom: 0;
}
.naseblock-download-2-cols .wp-block-columns .text-left {
  font-size: 23px;
  margin: 0;
}
.naseblock-download-2-cols .wp-block-columns .text-left.bold {
  font-weight: bold;
}
.naseblock-download-2-cols .wp-block-columns a {
  background: var(--rojo-nase);
  padding: 0.3em 0.7em;
  color: white;
  border-radius: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: inherit;
}
.naseblock-download-2-cols .wp-block-columns a .text {
  font-size: 0.9em;
}
.naseblock-download-2-cols .wp-block-columns a .icon {
  margin-left: 1em;
}
.naseblock-download-2-cols .wp-block-columns a .icon svg {
  height: 20px;
  width: 20px;
}
.naseblock-download-2-cols .wp-block-columns a:hover {
  background: var(--texto-nase);
}

.naseblock-download-rows {
  padding-bottom: 1.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #f0f0f0;
}
.naseblock-download-rows .text {
  font-size: 23px;
  margin: 0;
  margin-bottom: 1em;
  color: var(--accent);
}
.naseblock-download-rows .text.bold {
  font-weight: bold;
}
.naseblock-download-rows a {
  margin: 0;
  background: var(--accent);
  padding: 0.3em 0.7em;
  color: white;
  border-radius: 15px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 20%;
}
.naseblock-download-rows a .text {
  font-size: 0.9em;
}
.naseblock-download-rows a .icon {
  margin-left: 1em;
}
.naseblock-download-rows a .icon svg {
  height: 20px;
  width: 20px;
}
.naseblock-download-rows a:hover {
  background: var(--texto-nase);
}

.naseblock-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
}
.naseblock-cards .naseblock-card {
  flex: 45%;
  background-color: var(--amarillo-nase);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  margin-bottom: 1em;
  padding: 3em;
}
.naseblock-cards .naseblock-card .the-card-content {
  text-align: center;
  color: white;
  font-size: 1.2em;
}
.naseblock-cards .naseblock-card .the-card-content a {
  color: white;
  text-decoration: none;
}
.naseblock-cards .naseblock-card .the-card-content a:hover {
  opacity: 0.7;
}

.naseblock-cards-pinned {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
}
.naseblock-cards-pinned .column {
  flex: 30%;
  flex-grow: 1;
}
.naseblock-cards-pinned .column .naseblock-pinned-card {
  display: block;
  width: 100%;
  background-color: var(--amarillo-nase);
  color: white;
  border-radius: 15px;
  margin-bottom: 1em;
  padding: 1em;
}
.naseblock-cards-pinned .column .naseblock-pinned-card .the-card-content {
  color: white;
}

.naseblock-columns-list h3 {
  color: var(--accent);
  font-size: 2em;
  text-align: center;
  font-weight: bold;
}
.naseblock-columns-list .the-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.naseblock-columns-list .the-cols .column {
  position: relative;
  flex: 30%;
  flex-grow: 1;
  background-color: var(--accent);
  color: white;
  overflow: hidden !important;
  padding: 0;
}
.naseblock-columns-list .the-cols .column .background-color {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.naseblock-columns-list .the-cols .column .the-content {
  padding: 1em;
  z-index: 100;
  position: relative;
}
.naseblock-columns-list .the-cols .column .the-content .number {
  font-size: 2.5em;
  font-weight: bold;
  margin: 0;
}

.naseblock-three-cols-with-title {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
}
.naseblock-three-cols-with-title .column {
  flex: 30%;
  flex-grow: 1;
}
.naseblock-three-cols-with-title .column h3.title {
  font-size: 2.3em;
  font-weight: bold;
}
.naseblock-three-cols-with-title .column .element {
  margin-bottom: 1.5em;
}

.naseblock-two-cols-with-title {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  background-color: var(--back-gray);
  background-size: cover;
  padding: 1.5em;
}
.naseblock-two-cols-with-title .column-title {
  flex: 30%;
  flex-grow: 1;
}
.naseblock-two-cols-with-title .column-title h3.title {
  font-size: 2.3em;
  font-weight: bold;
}
.naseblock-two-cols-with-title .column-content {
  flex: 65%;
  flex-grow: 1;
}
.naseblock-two-cols-with-title .column-content h4 {
  font-size: 1.4em;
  font-weight: bold;
}

.naseblock-slider {
  /* Slideshow container */
  /* Hide the images by default */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
  /* Caption text */
  /* Number text (1/3 etc) */
  /* The dots/bullets/indicators */
  /* Fading animation */
}
.naseblock-slider * {
  box-sizing: border-box;
}
.naseblock-slider .slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.naseblock-slider .mySlides {
  display: none;
}
.naseblock-slider .prev, .naseblock-slider .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  text-decoration: none;
}
.naseblock-slider .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.naseblock-slider .prev:hover, .naseblock-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.naseblock-slider .text {
  display: none;
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.naseblock-slider .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.naseblock-slider .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.naseblock-slider .active, .naseblock-slider .dot:hover {
  background-color: #717171;
}
.naseblock-slider .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.naseblock-text-with-back .background-area {
  padding: 2.5em;
  background-size: cover;
  background-position: center center;
}

.naseblock-course {
  padding-bottom: 1em;
  border-bottom: 1px solid #ededed;
  margin-bottom: 1em;
}
.naseblock-course p.id-course {
  margin: 0;
  color: var(--rojo-nase);
  font-weight: bold;
  font-size: 1.4em;
}
.naseblock-course p.town {
  font-weight: bold;
  margin: 0;
  font-size: 1.4em;
  line-height: 30px;
}
.naseblock-course p.country {
  margin: 0;
  font-size: 1.4em;
  line-height: 30px;
}
.naseblock-course p.date {
  margin: 0;
  margin-top: 5px;
}
.naseblock-course ul {
  margin-top: 1em;
  margin-left: 1.2em;
}
.naseblock-course .album-photos {
  display: none;
}
.naseblock-course .album-photos .btn-close {
  background-color: var(--accent);
  padding: 0.7em 1em;
  color: white;
  text-align: center;
  border-radius: 5px;
}

.naseblock-header {
  color: var(--accent);
}
.naseblock-header h2, .naseblock-header h3 {
  font-weight: bold;
}

.naseblock-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.naseblock-logos img {
  height: 150px;
  width: auto;
  margin: 1rem;
}

/*# sourceMappingURL=style.css.map */
body.term-material-organitzacio button.accordion b,
body.term-material-organizacion button.accordion b,
body.term-mat-participantes button.accordion b,
body.term-mat-participants button.accordion b,
body.term-organization-material button.accordion b,
body.term-participant-material button.accordion b,
body.term-mat-participantes-ar button.accordion b,
body.term-material-organizacion-ar button.accordion b,
body.term-nyenzo-za-mshiriki button.accordion b,
body.term-nyenzo-za-shirika button.accordion b,
body.term-participant-material-th button.accordion b,
body.term-organization-material-th button.accordion b,
body.term-754 button.accordion b,
body.term-753 button.accordion b
{
	display: none;
}