@font-face {
  font-family: 'NotoSans';
  src: url(../assets/fonts/NotoSans-Regular.woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'NotoSans';
  src: url(../assets/fonts/NotoSans-Bold.woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'NotoSans';
  src: url(../assets/fonts/NotoSans-BoldItalic.woff2) format('woff2');
  font-weight: bold;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: 'NotoSans';
  src: url(../assets/fonts/NotoSans-Italic.woff2) format('woff2');
  font-weight: normal;
  font-style: italic;
  font-display: swap
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: 'NotoSans', sans-serif;
  background-color: #fff;
  color: #2c2c2c;
}

body.sticky {
  margin-top: 60px;
}

a {
  text-decoration: none;
  color: #81b2e5;
}

a:hover {
  color: #e686cd;
}

input,
select,
textarea,
button {
  outline: none;
}

select {
  background: transparent;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
}

select#languages-header {
  font-size: 12px;
  padding: 0;
  border: 0;
}

h1 {
  margin: 8px 0;
}

h2 {
  margin: 10px 0;
}

h3 {
  margin: 12px 0;
}

h4 {
  margin: 16px 0;
}

h5 {
  margin: 20px 0;
}

main {
  background-color: #f0f0f0;
  /*margin-top: 60px;*/
}

.loading {
  display: none;
}

.loading:before {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
}

.loading:after {
  content: '';
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  border-radius: 50%;
  border-top: 5px solid #e686cd;
  border-right: 5px solid transparent;
  -webkit-animation: spinner .7s linear infinite;
  animation: spinner .7s linear infinite;
  z-index: 10;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.block.block-publi {
  max-width: 100%;
  overflow: auto;
  width: 100%;
  box-sizing: border-box;
}

/*.block-publi ins {
	overflow: hidden;
  max-width: 100%!important;
  width: 100%!important;
  margin: 0!important;
}*/
.block-publi-inarticle {
  min-height: 210px;
}

.block-publi-inarticle-outside {
  min-height: 210px;
}

.block-publi-wide {
  min-height: 300px;
}

.block-publi-sidebar-up {
  min-height: 620px;
}

.block-publi-sidebar-down {
  min-height: 620px;
}

.google-auto-placed {
  max-width: 100%;
  overflow: auto;
  width: 100%;
}

section {
  max-width: 1300px;
  margin: auto;
  width: 100%;
}

section.content {
  padding: 10px 30px 30px;
  box-sizing: border-box;
}

section.content>h1 {
  margin-bottom: 20px;
  font-size: 2rem;
}

.cardstyle {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}

.cardstyle.hover:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
  border-color: #71818a;
  /*0073bb;*/
}

/*Simple Buttons*/
.button {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  /*color: #666;*/
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin: 0 3px;
  padding: 7px 12px;
  /*background: #f1f1f1;
  background-image: linear-gradient(to top, #f5f5f5, #f1f1f1);*/
  background-color: #81b2e5;
  transition: border-color .218s;
  cursor: pointer;
}

.button a {
  color: #fff;
}

.button:hover {
  transition: border-color .218s;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  border-color: #939393;
  /*color: #333;*/
  background-color: #e686cd;
}

.button:hover a {
  color: #fff;
}

.button:active {
  border-color: #444444;
  background: #f5f5f5;
  background-image: linear-gradient(to top, #f1f1f1, #f5f5f5);
}

.button.blue a {
  color: #fff;
}

.button.blue {
  color: #fff;
  border-color: #427ede;
  background: #4787ed;
  background-image: linear-gradient(to top, #4d90fe, #4787ed);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.button.blue:hover {
  border-color: #2f5bb7;
  background: #357ae8;
  background-image: linear-gradient(to top, #4d90fe, #357ae8);
}

.button.blue:active {
  background: #4d90fe;
}

.button.red a {
  color: #fff;
}

.button.red {
  color: #fff;
  border: 1px solid transparent;
  background: #d14836;
  background-image: linear-gradient(to top, #dd4b39, #d14836);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.button.red:hover {
  border-color: #B0281A;
  border-bottom: 1px solid #af301f;
  background: #c53727;
  background-image: linear-gradient(to top, #dd4b39, #c53727);
}

.button.red:active {
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.button img {
  width: 22px;
  height: 22px;
  display: block;
  padding: 5px;
  margin: auto;
}

/*Fin simple buttons*/

.btn-showfilters {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  float: left;
  display: none;
}

#globalMsg {
  margin-bottom: -60px;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1rem;
  background-color: lightgoldenrodyellow;
  font-style: italic;
}

#globalMsg p {
  margin: 0;
  padding: 0;
}

@media (max-width:600px) {
  h2 {
    font-size: 1.25rem;
  }

  section.content {
    padding: 10px 10px 30px;
  }

  section.content>h1 {
    font-size: 1.5rem;
    text-align: center;
  }

  img.img-cabecera {
    height: 200px !important;
  }

  .block-publi-inarticle {
    min-height: 375px;
  }

  .block-publi-inarticle-outside {
    min-height: 375px;
  }

  .block-publi-wide {
    min-height: 375px;
  }

  .block-publi-sidebar-up {
    min-height: 375px;
  }

  .block-publi-sidebar-down {
    min-height: 375px;
  }
}