@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");
#ng-cc {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  top: 0;
  font-size: 1rem; }
  #ng-cc .ng-cc-toggle {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    background: #0476ae;
    color: #fff;
    font-size: 1.5em;
    display: block;
    padding: 0 1em;
    line-height: 2;
    cursor: pointer; }
  #ng-cc .ng-cc-modal {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    background: #262626;
    color: #fff;
    padding: 2em 2em 3em;
    width: 28em;
    transform: translate3d(-100%, 0, 0);
    transition: transform .4s; }
    #ng-cc .ng-cc-modal p {
      color: inherit; }
    #ng-cc .ng-cc-modal .ng-cc-close-btn {
      position: absolute;
      top: 1em;
      right: 1em;
      width: 2em;
      text-align: center;
      line-height: 2;
      color: #fff; }
      #ng-cc .ng-cc-modal .ng-cc-close-btn i {
        font-size: 1.25em; }
  #ng-cc .ng-cc-overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
    transition: opacity .4s; }
  #ng-cc .ng-cc-optional-list {
    list-style-type: none;
    margin: 2em 0 .5em;
    padding: 0; }
    #ng-cc .ng-cc-optional-list > li {
      padding: 1.5em 0;
      border-top: 1px solid rgba(255, 255, 255, 0.25); }
      #ng-cc .ng-cc-optional-list > li p {
        margin: 0; }
    #ng-cc .ng-cc-optional-list .ng-cc-optional-checkbox {
      position: absolute;
      pointer-events: all; }
      #ng-cc .ng-cc-optional-list .ng-cc-optional-checkbox + label {
        display: block;
        position: relative;
        font-size: 1.25em;
        font-weight: 700;
        margin: 0 0 .25em;
        padding: 0 0 0 1.25em;
        cursor: pointer; }
  #ng-cc .ng-cc-actions {
    margin: 2em 0 0;
    text-align: right; }
  #ng-cc[open] .ng-cc-modal {
    transform: translate3d(0, 0, 0); }
  #ng-cc[open] .ng-cc-overlay {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  @media screen and (max-width: 600px) {
    #ng-cc .ng-cc-modal {
      width: 100vw; } }

.omd-cookies-block .button {
  white-space: nowrap;
  padding: 19px;
  min-width: 200px;
  display: inline-block;
  border-radius: 40px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin: 0 5px;
  font-size: 14px;
  line-height: 1em;
  border: 1px solid; }
  .omd-cookies-block .button.primary-button {
    color: white;
    background-color: #3B3B3B;
    border-color: #3B3B3B;
    border: 0;
    text-decoration: none; }
    .omd-cookies-block .button.primary-button:hover {
      color: white;
      background-color: black;
      border-color: black; }
  .omd-cookies-block .button.secondary-button {
    color: gray;
    background-color: white;
    border-color: #4d4d4d;
    text-decoration: none; }
    .omd-cookies-block .button.secondary-button:hover {
      color: white;
      background-color: black;
      border-color: black; }

html.no-scroll {
  overflow: hidden !important; }
  html.no-scroll body {
    overflow: hidden !important; }

#ng-cc.omd-cookies-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none; }
  #ng-cc.omd-cookies-block > * {
    pointer-events: all; }
  #ng-cc.omd-cookies-block .ng-cc-toggle {
    background-color: transparent;
    left: auto;
    right: 1.5rem;
    bottom: .5rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border-radius: 50%;
    background-color: #254FEC; }
    #ng-cc.omd-cookies-block .ng-cc-toggle svg {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 2rem;
      height: 2rem; }
      #ng-cc.omd-cookies-block .ng-cc-toggle svg * {
        stroke: white; }
  #ng-cc.omd-cookies-block .close_btn {
    position: absolute;
    right: 20px;
    top: 20px; }
    #ng-cc.omd-cookies-block .close_btn * {
      stroke: black; }
    #ng-cc.omd-cookies-block .close_btn:hover * {
      stroke: #4d4d4d; }
  #ng-cc.omd-cookies-block .omd-cookies-container {
    color: black;
    display: none;
    transition: none;
    box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.55);
    padding: 70px;
    position: absolute;
    max-width: 100%;
    width: 800px;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    background-color: white; }
    #ng-cc.omd-cookies-block .omd-cookies-container li {
      padding: .5em 0; }
    #ng-cc.omd-cookies-block .omd-cookies-container input {
      position: static;
      cursor: pointer; }
    #ng-cc.omd-cookies-block .omd-cookies-container label {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 0;
      cursor: pointer; }
    #ng-cc.omd-cookies-block .omd-cookies-container .omd-cookies-message {
      margin-top: 30px; }
    #ng-cc.omd-cookies-block .omd-cookies-container h3 {
      width: 100%;
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2em;
      letter-spacing: 0;
      margin-bottom: 15px;
      color: black; }
    #ng-cc.omd-cookies-block .omd-cookies-container p {
      color: black;
      font-size: 15px;
      letter-spacing: 0;
      line-height: 1.6em; }
    #ng-cc.omd-cookies-block .omd-cookies-container a {
      color: black;
      font-weight: bold;
      text-decoration: underline; }
    #ng-cc.omd-cookies-block .omd-cookies-container .popup-buttons {
      margin-top: 40px;
      float: none;
      display: block;
      max-width: 100%;
      width: 100%;
      text-align: center;
      line-height: 60px; }
  #ng-cc.omd-cookies-block .eu-cookie-compliance-categories .close_btn {
    position: fixed; }
  #ng-cc.omd-cookies-block .eu-cookie-compliance-categories .eu-cookie-compliance-categories-buttons {
    margin-bottom: 40px; }
  #ng-cc.omd-cookies-block[open] .omd-cookies-container {
    display: block; }

@media (max-width: 320px) {
  .view-cookies .eu-cookie-compliance-categories {
    padding: 20px 10px; }
    .view-cookies .eu-cookie-compliance-categories .eu-cookie-compliance-categories-buttons {
      margin-bottom: 60px; } }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

/* assolit colors */
/* video sections colors */
/*%section-title {
  font-size: 40px;
  font-weight: $f-medium;
  line-height: 42px;
  color: $color-brand-blue;
  margin: 0 0 40px;
}

%page-title {
  font-size: 32px;
  letter-spacing: 0;
  line-height: 50px;
  color: $color-brand-blue;
}

%page-intro {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  color: $color-grey-text;
  margin-bottom: 30px;
}

%popup-title {
  font-size: 28px;
  letter-spacing: 0;
  line-height: 42px;
  color: $color-brand-blue;
}*/
* {
  box-sizing: border-box;
  scroll-behavior: auto !important; }

.page {
  display: none;
  position: absolute;
  width: 100%; }

.subpage {
  display: none; }

.current {
  display: block !important; }

html {
  font-size: 14px; }

body {
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.5em !important;
  color: black !important;
  background-color: white !important;
  position: relative; }
  body.not-homepage {
    /* background-color changes for other pages */ }
    body.not-homepage .r-header,
    body.not-homepage .r-footer {
      background-color: #F9F9F9; }

.oculto,
.hidden {
  display: none !important; }

a:focus,
button:focus,
input:focus {
  outline: none; }

h1, h2, h3, h4,
p, ul, ol, li {
  font-family: inherit; }

h1 {
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  letter-spacing: 1.3px;
  line-height: 1.2em !important;
  color: white;
  margin-bottom: 16px !important; }

h2 {
  font-size: 1.43rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
  line-height: 1.5em !important;
  color: black;
  margin-bottom: 16px !important; }

h3 {
  font-size: 1.29rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
  line-height: 1.5em !important;
  color: black;
  margin-bottom: 16px !important; }

h4 {
  font-size: 1.3rem !important;
  font-weight: 400 !important;
  letter-spacing: 1px;
  line-height: 1.5em !important;
  color: white; }

ul, ol {
  list-style: none;
  padding: 0 !important;
  margin: 0; }

@media print {
  body {
    -webkit-print-color-adjust: exact; }
    body * {
      -webkit-print-color-adjust: exact; }
  body > :not(.printable) {
    display: none; }
  *.noprint {
    display: none !important; }
  .b-navbar {
    display: none; }
  #app {
    display: block; } }

@media screen {
  *.onlyprint {
    display: none !important; } }

.b-content-inicio {
  width: 70%;
  padding: 20px 0 100px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .b-content-inicio {
      width: 620px;
      padding: 100px 0;
      margin: 0 auto; } }
  .b-content-inicio .title {
    max-width: 229px;
    margin-bottom: 6px !important; }
  .b-content-inicio .subtitle {
    margin-bottom: 24px; }
  .b-content-inicio form .c-btn-default {
    width: 100%;
    margin-top: 32px; }

.b-menu {
  background-color: #057AC0;
  display: none;
  padding: 24px 0 0;
  min-height: 100vh;
  max-height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2; }
  @media (min-width: 768px) {
    .b-menu {
      right: 0;
      max-width: 420px !important; } }
  .b-menu.hide {
    transform: translateX(100%);
    transition: transform .5s ease;
    transition-delay: .3s; }
  .b-menu .header {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px 12px; }
    @media (min-width: 768px) {
      .b-menu .header {
        justify-content: flex-start;
        margin-top: 36px; } }
    .b-menu .header .b-buscador {
      border-radius: 21px;
      margin-right: 24px; }
      @media (min-width: 768px) {
        .b-menu .header .b-buscador {
          width: 300px; } }
      .b-menu .header .b-buscador .btn-wrapper {
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 21px;
        z-index: 10; }
        .b-menu .header .b-buscador .btn-wrapper .btn {
          background-color: #fff;
          border: 0;
          padding: 0; }
      .b-menu .header .b-buscador .form-control {
        border-radius: 21px !important;
        padding: 13px 23px;
        border: 0; }
  .b-menu .c-menu {
    padding: 36px 24px 0 !important;
    max-height: 70vh;
    overflow-y: auto; }
    .b-menu .c-menu::-webkit-scrollbar {
      width: 8px; }
    .b-menu .c-menu::-webkit-scrollbar-track {
      background-color: rgba(70, 180, 245, 0.3);
      border-radius: 10px; }
    .b-menu .c-menu::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background-color: rgba(70, 180, 245, 0.6); }
    .b-menu .c-menu .c-menu-item a {
      text-decoration: none; }
      .b-menu .c-menu .c-menu-item a p {
        color: #FFFFFF;
        font-size: 1.28rem;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.92rem;
        width: max-content; }
    .b-menu .c-menu .c-menu-item ul a p {
      font-size: 1.14rem;
      font-weight: bold;
      letter-spacing: 1px;
      line-height: 2.08rem;
      text-transform: none; }
    .b-menu .c-menu .b-contenido-item .c-menu-item a p {
      font-weight: normal;
      font-size: 1.14rem;
      letter-spacing: 0;
      line-height: 1.78rem; }
      .b-menu .c-menu .b-contenido-item .c-menu-item a p:after {
        content: "";
        display: block;
        width: 100%;
        height: 4px;
        border-radius: 2px;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .3s ease;
        background: linear-gradient(154.78deg, #FF1580 0%, #FFDC2C 100%); }
    .b-menu .c-menu .b-contenido-item .c-menu-item:hover a p:after, .b-menu .c-menu .b-contenido-item .c-menu-item.active a p:after {
      transform: scaleX(1);
      transition: transform .3s ease; }
  .b-menu a {
    color: #fff; }
  .b-menu .footer {
    background-color: #fff;
    margin: 0 -15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 768px) {
      .b-menu .footer {
        background-color: #057AC0;
        left: 15px; } }

.c-search {
  padding: 0 16px; }
  .c-search .resultats {
    color: #D62779;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.5rem;
    text-transform: uppercase;
    margin-bottom: .5rem;
    background-color: #8181810a;
    padding: 0; }
  .c-search-wrapper h2 {
    display: inline-block;
    margin-bottom: 0 !important; }
  .c-search-wrapper-number, .c-search-wrapper-text {
    font-size: 1.43rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5em;
    color: black;
    margin-bottom: 0;
    display: inline-block; }
  .c-search-wrapper-number {
    padding-right: .3em; }
  .c-search-wrapper-text {
    padding-left: .3em; }

.b-empty > * {
  display: inline; }

.b-empty .text {
  padding-left: 8px; }

.c-title {
  color: #000;
  font-size: 1.42rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 2.14rem;
  margin-bottom: .6rem;
  padding: 0 16px; }

.sit_com {
  color: #000000;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1rem;
  text-transform: uppercase;
  padding: 0 16px;
  margin-bottom: .7rem; }

.c-listado .c-title {
  color: #000;
  font-size: 1.3rem;
  letter-spacing: 1px;
  line-height: 2.14rem;
  margin-bottom: 0rem; }

.c-listado .c-listado .c-title {
  font-size: 1.2rem; }

.c-listado .sit_com {
  display: none; }

.c-subbloque p,
.resultats p {
  color: #D62779;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.5rem;
  text-transform: uppercase;
  background-color: #fafafa;
  padding: 11px 16px;
  margin-bottom: 0;
  margin-top: 16px; }

.c-subbloque .c-categoria,
.resultats .c-categoria {
  margin-bottom: 1rem; }
  .c-subbloque .c-categoria p,
  .resultats .c-categoria p {
    color: #D62779;
    text-transform: none;
    margin-bottom: 0;
    background-color: transparent;
    font-size: 1rem;
    padding: 0 16px; }

.audios-list li {
  margin: 16px 0; }

.c-statement {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #E8E8E8; }
  .c-statement .frases-wrapper {
    max-width: 285px; }
    @media (min-width: 768px) {
      .c-statement .frases-wrapper {
        max-width: none; } }
    .c-statement .frases-wrapper .frase-to {
      color: #057AC0;
      font-size: 1.3rem;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 1.2em;
      padding-bottom: 8px; }
    .c-statement .frases-wrapper .frase-from {
      color: #000000;
      font-size: 1.2rem;
      letter-spacing: 0;
      line-height: 1.5rem; }
  .c-statement .c-stop-btn,
  .c-statement .c-play-btn {
    border: 0;
    background-color: transparent; }
    .c-statement .c-stop-btn img,
    .c-statement .c-play-btn img {
      width: 32px; }
  .c-statement .c-player {
    max-width: 36px;
    width: 36px; }
    .c-statement .c-player .c-stop-btn {
      display: none; }
    .c-statement .c-player.playing .c-stop-btn {
      display: block; }
    .c-statement .c-player.playing .c-play-btn {
      display: none; }
  .c-statement:last-child {
    border-bottom: none; }

.c-select-language .form-label {
  font-size: 1rem;
  letter-spacing: 0;
  color: white; }

.c-select-language .form-select {
  font-size: 1.14rem;
  font-weight: 500;
  line-height: 1.56em;
  border-radius: 6px;
  border: 0;
  color: black;
  padding: 18px; }

.c-btn-default {
  display: block !important;
  font-family: "Poppins", sans-serif;
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: white !important;
  background-color: #FF1580 !important;
  border-radius: 6px !important;
  border: 0 !important;
  padding: 16px 40px !important;
  position: relative; }
  .c-btn-default .text {
    position: relative;
    z-index: 2;
    margin: 0; }
  .c-btn-default:before {
    width: 100%;
    height: 100%;
    content: '';
    margin: auto;
    border-radius: 6px !important;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    background: #000;
    transition: all .3s; }
  .c-btn-default:hover:before {
    transform: scaleX(1);
    transform-origin: left;
    transition: all .3s; }

.b-top {
  width: 52px;
  height: 52px;
  border-radius: 51%;
  background: linear-gradient(154.78deg, #FF1580 0%, #FFDC2C 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 12px;
  bottom: -100%;
  transition: bottom .3s ease;
  cursor: pointer; }
  @media (min-width: 768px) {
    .b-top {
      right: 125px; } }
  .b-top.change {
    bottom: 12px;
    transition: bottom .3s ease; }

nav {
  background-color: #057AC0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  margin-bottom: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }
  @media (min-width: 768px) {
    nav {
      padding: 10px 56px; } }
  nav .c-menu-btn {
    display: flex;
    align-items: stretch;
    max-width: 150px; }
    nav .c-menu-btn-text {
      color: #FFFFFF;
      font-size: .86rem;
      letter-spacing: 0;
      line-height: .95rem;
      text-decoration: none;
      text-transform: uppercase;
      width: 170px;
      text-align: right;
      margin-right: 7px; }
      @media (min-width: 768px) {
        nav .c-menu-btn-text {
          margin-right: 12px; } }
    nav .c-menu-btn .burguer {
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      height: inherit; }
      nav .c-menu-btn .burguer span {
        display: block;
        width: 24px;
        height: 2px;
        background-color: #fff; }
  nav .logo {
    max-width: 150px;
    height: auto; }
    nav .logo img {
      width: 150px;
      height: 67px; }

.p-inicio {
  min-height: 100vh;
  background-image: url("../assets/img/bg-inicio.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: black; }
  @media (min-width: 768px) {
    .p-inicio {
      background-image: url("../assets/img/bg-desktop.jpg"); } }
  .p-inicio .logo {
    padding: 16px 16px 0; }
    .p-inicio .logo img {
      width: 150px; }
  .p-inicio_wrapper {
    min-height: 100vh;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between; }
  .p-inicio .footer {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .p-inicio .footer-logo {
      width: 216px;
      height: auto;
      margin-top: 24px; }
      .p-inicio .footer-logo img {
        width: 100%; }
    .p-inicio .footer-sections {
      width: 100%;
      padding: 16px 70px 24px;
      border-bottom: 1px solid #97979745; }
      .p-inicio .footer-sections ul {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-around; }
        .p-inicio .footer-sections ul li {
          font-size: 13px;
          cursor: pointer;
          transition: color .3s; }
          .p-inicio .footer-sections ul li:hover {
            color: #057AC0;
            transition: color .3s; }
    .p-inicio .footer-signature {
      font-size: 10px;
      letter-spacing: 0;
      line-height: 1.5em;
      padding: 12px 24px 12px 16px; }
      .p-inicio .footer-signature strong {
        text-decoration: underline;
        padding-right: .3em; }
      .p-inicio .footer-signature p {
        margin-bottom: 0; }

.p-listado {
  background-color: #fff;
  padding-top: 112px;
  padding-bottom: 68px; }
  @media (min-width: 768px) {
    .p-listado {
      width: 60% !important;
      margin: 0 auto; } }

.p-info {
  padding: 16px 36px !important; }
  .p-info a {
    color: #057AC0;
    text-decoration: none;
    display: inline; }
  .p-info h4 {
    color: #057AC0;
    font-weight: bold !important;
    letter-spacing: 0;
    line-height: 1.2em;
    padding-top: 97px; }
  .p-info h6 {
    color: #D62779;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.8em; }
  .p-info .back-btn {
    padding: 16px; }
  .p-info.contacta {
    background-color: #fff;
    max-width: 350px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 32px !important;
    border-radius: 4px;
    box-shadow: 0 0 0 50vmax rgba(0, 0, 0, 0.5); }
    .p-info.contacta .close-btn {
      display: block;
      width: 100%;
      text-align: right; }
    .p-info.contacta h4 {
      padding-top: 0; }
    .p-info.contacta a {
      color: #057AC0; }
    .p-info.contacta p {
      display: inline; }
  .p-info nav {
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.09); }
  .p-info .logo {
    text-align: right; }

.bold {
  font-weight: bold; }

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