.macondo-regular {
  font-family: "Macondo", cursive;
  font-weight: 400;
  font-style: normal;
}

.kalam-light {
  font-family: "Kalam", cursive;
  font-weight: 300;
  font-style: normal;
}

.kalam-regular {
  font-family: "Kalam", cursive;
  font-weight: 400;
  font-style: normal;
}

.kalam-bold {
  font-family: "Kalam", cursive;
  font-weight: 700;
  font-style: normal;
}

/* CUSTOM CODE - START*/
body {
  /*padding-top: 125px;*/
}

hr{
  width: 80%;
  border: 1px dashed #c96f37;
}

.yellow-bckg{
  background-color: #DBA561;
}

.yellow-txt{
  color: #DBA561;
}

.orange-bckg{
  background-color: #C15E22;
}

.orange-txt{
  color: #C15E22;
}

.gray{
  background-color: gray;
}

.button{
  background-color: #DBA561;
}

.button:hover,
.button:focus{
  background-color: #C15E22;
}

.menu a{
  display: unset;
  padding: 0.5rem 0.5rem;
}

#hero-block{
  margin-top: 120px;
}

.card-user-social .menu a{
  font-size: 1.5em;
}

.text-intro{
  font-style: italic;
  font-size: 16px;
  font-weight: lighter;
}
.footer-logo img{
  width: 50%;
}

ul{
  margin-left: unset;
}

#speech-not-available{
  display: none;
  margin-top: 170px;
}
/* CUSTOM CODE - END*/

/*STICKY MENU - INICI*/
.sticky-shrinknav-menu {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 2.75rem;
  line-height: 2.75rem;
  width: 100%;
  /*background-color: rgba(23, 121, 186, 0.1);*/
  transition: all 0.5s ease;
}

.sticky-shrinknav-menu li {
  border-radius: 2px;
  transition: all 0.3s ease;
}

.sticky-shrinknav-menu li:hover {
  box-shadow: 0 0 0 1px #fefefe;
}

.sticky-shrinknav-menu a {
  color: #fefefe;
}

/*.sticky-shrinknav-header-title {
  transition: all 0.3s ease;
  position: relative;
  -webkit-transform: translateY(-1.875rem);
      -ms-transform: translateY(-1.875rem);
          transform: translateY(-1.875rem);
  margin-bottom: 0;
  color: #fefefe;
}*/

.sticky-shrinknav-header {
  width: 100%;
  height: 120px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*background-color: #DBA561;*/
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  border: 1px solid #000;
  z-index: 999;
}

.sticky-shrinknav-header img{
  max-width: 60%;
}

body.sticky-shrinknav-wrapper {
  padding-top: 130px;
}

body.sticky-shrinknav-wrapper .sticky-shrinknav-header {
  height: 2.75rem;
}

body.sticky-shrinknav-wrapper .sticky-shrinknav-header .sticky-shrinknav-header-title {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition: all 0.3s ease;
}

.header-content {
  width: 100%; /* Asegura que el contenedor ocupe todo el ancho */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}
/*STICKY MENU - FINAL*/

/*ORBIT SLIDER CUSTOM - INICI*/
.orbit-next, .orbit-previous{
  display: none;
}
/*ORBIT SLIDER CUSTOM - FINAL*/

/*ORBIT FULL SCREEN HERO IMAGE - INICI*/
.fullscreen-image-slider .orbit-image {
  width: 100%;
  height: 100vh;
  margin:auto;
  object-fit: cover;
  object-position:center;
}

.fullscreen-image-slider .orbit-caption {
  bottom: 15%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  background: none;
  text-align: center;
  color: #fefefe;
  font-weight: bold;
}
/*ORBIT FULL SCREEN HERO IMAGE - FINAL*/

/*CARD CUSTOM - INICI*/
.card-divider{
  background-color: rgba(219, 165, 97, 0.5);
  color: #fff;
  font-weight: bold;
}
/*CARD CUSTOM - FINAL*/

/*CARD PRODUCT - INICI*/

.card-user-profile {
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
  border: 0;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

.card-user-profile > :last-child {
  margin-bottom: 0;
}

.card-user-profile:hover .card-user-profile-img {
  opacity: 1;
}

.card-user-profile-content {
  position: relative;
}

.card-user-profile-content::before {
  position: absolute;
  content: '';
  top: -3.4375rem;
  left: -1.875rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.4375rem 0 0 31.25rem;
  z-index: 0;
  border-color: transparent transparent transparent #fefefe;
}

#joc-movlli, #lli-li-conf, #endo-cri, #joc-movlli .card-user-profile-actions, #lli-li-conf .card-user-profile-actions, #endo-cri .card-user-profile-actions{
  background-color: #e5c090;
  color:#fff;
}

#joc-movlli .card-user-profile-content::before, #lli-li-conf .card-user-profile-content::before, #endo-cri .card-user-profile-content::before{
  border-color: transparent transparent transparent #e5c090;
}

.card-user-profile-actions {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
  background: #fefefe;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card-user-profile-actions > :last-child {
  margin-bottom: 0;
}

.card-user-profile-img {
  max-width: 100%;
  opacity: 0.85;
  transition: all 0.25s ease;
}

.card-user-profile-avatar {
  position: absolute;
  bottom: 100%;
  left: 1rem;
  z-index: 2;
  max-width: 5.625rem;
}

.card-user-profile-avatar img {
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-user-profile-name {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 1.5rem;
}

.card-user-profile-button {
  margin-bottom: 0;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  color: #DBA561;
  border: 1px solid #DBA561;
  background-color: #fff !important;
  font-weight: bold;
}

.card-user-profile-button + .card-user-profile-button {
  margin-left: 1rem;
}

.card-user-profile-info {
  font-size: 0.875rem;
  letter-spacing: 1px;
  opacity: 0.8;
}


/*CARD PRODUCT - FINAL*/

/*BLOC PERFIL - INICI*/

.card-user-container {
  margin-bottom: 1rem;
  background-color: #fefefe;
  color: #0a0a0a;
  overflow: hidden;
  padding: 0;
  border-radius: 0;
}

.card-user-container .card-user-avatar .user-image {
  display: block;
  margin: auto;
  border-radius: 50%;
  width: 11.875rem;
  height: 11.875rem;
  padding: 0.9375rem;
}

.card-user-container .card-user-avatar .user-image:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.card-user-container .card-user-bio {
  padding: 1rem;
  text-align: center;
}

.card-speech-description {
  padding: 0.3rem;
  margin-left: 8%;
}

.card-user-container .card-user-bio .location {
  display: inline-block;
  margin: 0 0.9375rem;
  color: #767676;
  font-size: 0.875rem;
}

.card-user-container .card-user-bio .location-icon,
.card-user-container .card-user-bio .location-text {
  display: inline-block;
  padding: 0 0.3125rem;
}

.card-user-container .card-user-social {
  /*background: #e6e6e6;*/
  padding: 1rem;
  text-align: center;
}

.card-user-container .card-user-social ul {
  display: inline-block;
}

.card-user-container .card-user-social ul li {
  margin: 0 9px;
  font-size: 1.2em;
  cursor: pointer;
}

.card-user-container .card-user-social ul li:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.card-user-container .card-user-button {
  text-align: center;
  padding: 1rem;
}
/*BLOC PERFIL - FINAL*/

/*BLOC CONTACTE - INICI*/
.contact-panel-button {
  background: #c96f37;
  color: #fefefe;
  width: auto;
  padding: 0.25rem 1.25rem;
  text-align: center;
  position: absolute;
  top: -30px;
  right: 20px;
  transition: background 0.25s ease-in-out;
}

.contact-panel-button:after {
  /*content: "⥣";*/
  margin-left: 5px;
}

.contact-panel-button:hover {
  background: #c96f37;
  color: #f0f0f0;
}

.is-active .contact-panel-button:after {
  /*content: "⥥";*/
}

.contact-panel {
  padding: 1rem;
  z-index: 1;
  background: #c96f37;
  width: 350px;
  height: 430px;
  position: fixed;
  bottom: -430px;
  right: 20px;
  transition: bottom 0.5s ease-in-out;
}

.contact-panel label {
  color: #fefefe;
  width: 100%;
}

::placeholder {
  color:#757575;
}

.contact-panel input[type="text"],
.contact-panel input[type="email"],
.contact-panel textarea {
  background: #fff;
  border: #0a0a0a;
  transition: background 0.3s ease-in-out;
}

.contact-panel input[type="text"]:focus,
.contact-panel input[type="email"]:focus,
.contact-panel textarea:focus {
  background: #fefefe;
}

.contact-panel .contact-panel-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-panel .submit-button {
  margin-bottom: 0;
}

.contact-panel #sendMessage:hover {
  cursor:pointer;
}

.contact-panel .cancel-button {
  margin-bottom: 0;
  padding: 0.75rem 1rem;
  color: #fefefe;
  transition: background 0.25s ease-in-out;
}

/*.contact-panel .cancel-button:hover {
  background: #fff;
  color: #f0f0f0;
}*/

.contact-panel.is-active {
  bottom: 0;
}

@media screen and (max-width: 39.9375em) {
  .contact-panel {
    width: 100%;
    right: 0;
  }
}
/*BLOC CONTACTE - FINAL*/
/*BLOC HEADER CURVAT - INICI*/
.header{
  width: 100%;
  height: var(--heading-height);
}
.header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 6em;
  width: 100%;
  height: calc(var(--heading-height) + 10em);
  z-index: -1;
  transform: skewY(-3.5deg);
  background: 
    linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)),
    url(../img/originals/foto_web/cures_qualitat.jpg) no-repeat center,
    linear-gradient(#4e4376, #2b5876);
  background-size: cover;
  border-bottom: .2em solid #fff;
}

/*BLOC HEADER CURVAT - FINAL*/

/*BLOC CONTINGUT PRODUCTE - INICI*/
.content{
  text-align: center;
  margin-top: 5%;
}

.content h1{

}
/*BLOC CONTINGUT PRODUCTE - FINAL*/

/*BLOC PREUS - INICI*/
.pricing-table {
  background-color: #fefefe;
  border: solid 1px #cacaca;
  width: 100%;
  text-align: center;
  list-style-type: none;
}

.pricing-table li {
  border-bottom: dotted 1px #cacaca;
  padding: 0.875rem 1.125rem;
}

.pricing-table li:last-child {
  border-bottom: 0;
}

.pricing-table .title {
  background-color: #C15E22;
  color: #fefefe;
  border-bottom: 0;
}

.pricing-table .price {
  background-color: #e6e6e6;
  font-size: 2rem;
  border-bottom: 0;
}

.pricing-table .description {
  color: #8a8a8a;
  font-size: 80%;
}

.pricing-table :last-child {
  margin-bottom: 0;
}

.pricing-table a{
  font-weight: bold;
}
/*BLOC PREUS - FINAL*/

/*BLOC FORMULARI INSCRIPCIO - INICI */
#register-form{
  background-image: url('../img/originals/foto_web/joc_lliure.jpg');
  background-size: cover;
}

.translucent-form-overlay {
  max-width: 500px;
  width: 100%;
  background-color: rgba(54, 54, 54, 0.5);
  padding: 20px;
  color: #fefefe;
  margin-top: 120px;
}

.translucent-form-overlay .columns.row {
  display: block;
}

.translucent-form-overlay h3, .translucent-form-overlay label {
  color: #fefefe;
}

.translucent-form-overlay input, .translucent-form-overlay select {
  color: #8a8a8a;
}

.translucent-form-overlay input::-webkit-input-placeholder {
  color: #8a8a8a;
}

.translucent-form-overlay input:-ms-input-placeholder {
  color: #8a8a8a;
}

.translucent-form-overlay input::placeholder {
  color: #8a8a8a;
}
/*BLOC FORMULARI INSCRIPCIO - FINAL */

/*SNACKBAR - INICI*/
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
  border-radius: 5px;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#snackbar.ok{
  background-color: #77dd77;
}

#snackbar.nok{
  background-color: #ff6961;
}

#snackbar.warn{
  background-color: #ffb347;
}

.fa-circle-check{
  color: #69b59d;
}

.fa-bigger{
  font-size: 14em;
}

#success-block{
  display: none;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
/*SNACKBAR - FINAL*/

/*Coure*/
.contact-panel-button, .contact-panel, .contact-panel-button:hover, .header-content{
  background-color: #bf7d5c;
}

.orange-txt{
  color: #bf7d5c;
}

/*Verd*/
.button, #joc-movlli, #lli-li-conf, #endo-cri, #joc-movlli .card-user-profile-actions, #lli-li-conf .card-user-profile-actions, #endo-cri .card-user-profile-actions, #register-form .button{
  background-color: #6c9987;
}

#joc-movlli .card-user-profile-content::before, #lli-li-conf .card-user-profile-content::before, #endo-cri .card-user-profile-content::before{
  border-color: transparent transparent transparent #6c9987;
}

.card-user-profile-button{
  color: #6c9987;
  border: 1px solid #6c9987;
}

/*Whisper White*/
body, .card-user-container, .card-user-profile, .card-user-profile-actions{
  background-color: #ede6db;
}

.card-user-profile-content::before{
  border-color: transparent transparent transparent #ede6db;
}



/* Styles for desktops */
@media (min-width: 1024px) {

  body {
    padding: 0 20%;
  }

  .sticky-shrinknav-header {
    padding: 0 20%;
    box-sizing: border-box;
    border: unset;
  }

  .header-content{
    border: 1px solid #000;
  }

}