/* Tobias */
/* Roboto */
/* Mòduls especifics de b2b*/
.mdl-menuB2B {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background: rgba(48, 48, 51, 0);
  transition: all 0.5s ease-in-out 0.3s;
  z-index: -9;
  pointer-events: none;
}
.mdl-menuB2B .modal {
  background: #c6b49f;
  color: white;
  max-width: 38rem;
  height: 100%;
  width: 100%;
  margin-left: -100vw;
  position: relative;
  overflow-y: auto;
  transition: all 0.3s ease-in-out 0.3s;
}
@media (max-width: 551px) {
  .mdl-menuB2B .modal {
    max-width: unset;
  }
}
.mdl-menuB2B .modal .icon-close {
  position: absolute;
  top: 1.8rem;
  left: 35rem;
  cursor: pointer;
  height: 2.4rem;
  filter: brightness(0) grayscale(1) invert(1);
}
@media (max-width: 551px) {
  .mdl-menuB2B .modal .icon-close {
    left: unset;
    right: 1.5rem;
  }
}
.mdl-menuB2B .modal .menu-items {
  background: #303033;
  padding: 4.8rem 2.4rem 3.2rem;
}
.mdl-menuB2B .modal .menu-items .menu-link-item {
  cursor: pointer;
  font-family: "Tobias";
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.31;
  letter-spacing: -0.01em;
}
.mdl-menuB2B .modal .menu-items .menu-link-item:not(:last-child) {
  margin-bottom: 1.2rem;
}
.mdl-menuB2B .modal .menu-items .menu-link-item.active,
.mdl-menuB2B .modal .menu-items .menu-link-item:hover {
  color: #b8a995;
}
.mdl-menuB2B .modal .menu-links {
  background-color: #636363;
  padding: 2.4rem;
  font-family: "Tobias";
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1.33;
}
.mdl-menuB2B .modal .menu-links .menu-link-item {
  margin-bottom: 0.8rem;
}
.mdl-menuB2B .modal .menu-links .m-language {
  display: flex;
  margin-top: 3.2rem;
}
.mdl-menuB2B .modal .menu-links .m-language .m-lang {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #ddd8d1;
}
@media (max-width: 769px) {
  .mdl-menuB2B .modal .menu-links .m-language .m-lang {
    font-size: 1.4rem;
    line-height: 1.43;
  }
}
.mdl-menuB2B .modal .menu-links .m-language .m-lang.active {
  color: white;
}
.mdl-menuB2B .modal .menu-links .m-language .m-lang:not(:last-child) {
  position: relative;
}
.mdl-menuB2B .modal .menu-links .m-language .m-lang:not(:last-child):after {
  content: "/";
  margin: 0 0.5rem;
  color: #ddd8d1;
}
.mdl-menuB2B .modal .menu-business,
.mdl-menuB2B .modal .menu-professional {
  position: relative;
  background: #c6b49f;
  padding: 2.1rem 2.25rem 2.6rem;
}
.mdl-menuB2B .modal .menu-business .m-title,
.mdl-menuB2B .modal .menu-professional .m-title {
  font-family: "Tobias";
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: -0.02em;
  color: white;
  font-weight: normal;
}
.mdl-menuB2B .modal .menu-business .m-text,
.mdl-menuB2B .modal .menu-professional .m-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #303033;
  margin-top: 0.4rem;
}
@media (max-width: 769px) {
  .mdl-menuB2B .modal .menu-business .m-text,
  .mdl-menuB2B .modal .menu-professional .m-text {
    font-size: 1.4rem;
    line-height: 1.43;
  }
}
.mdl-menuB2B .modal .menu-business .m-arrow,
.mdl-menuB2B .modal .menu-professional .m-arrow {
  height: 2.4rem;
  position: absolute;
  top: 2.9rem;
  right: 0.9rem;
  filter: brightness(0) grayscale(1) invert(1);
}
.mdl-menuB2B .modal .menu-business {
  background: #c6b49f;
}
.mdl-menuB2B .modal .menu-professional {
  background: #303033;
}
.mdl-menuB2B .modal .menu-professional .m-title {
  color: #c6b49f;
}
.mdl-menuB2B.active {
  z-index: 999;
  pointer-events: unset;
  background: rgba(48, 48, 51, 0.4);
}
.mdl-menuB2B.active .modal {
  margin-left: 0;
}
.mdl-menuB2B.active .modal .icon-close {
  position: fixed;
}
.mdl-headerB2B {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  color: white;
  background: rgba(48, 48, 51, 0.95);
  transition: color 0.3s ease, background-color 0.3s ease;
}
.mdl-headerB2B .mdl-container {
  padding: 3.1rem 0;
  margin: 0 auto;
  max-width: 168rem;
  width: calc(100% - 6rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mdl-headerB2B .mdl-container .left {
  display: flex;
  align-items: center;
}
.mdl-headerB2B .mdl-container .left .menu {
  display: none;
}
.mdl-headerB2B .mdl-container .left .logo-header {
  display: flex;
  align-items: center;
}
.mdl-headerB2B .mdl-container .left .logo-header img {
  filter: invert(79%) sepia(4%) saturate(1585%) hue-rotate(355deg) brightness(89%) contrast(82%);
  height: 3.8rem;
  transition: all 0.3s ease-in;
}
.mdl-headerB2B .mdl-container .left .logo-header:hover {
  filter: brightness(0) grayscale(1) invert(1);
}
.mdl-headerB2B .mdl-container .left .m-links-left {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: normal;
  color: white;
  margin-left: 6rem;
  margin-right: 2rem;
  display: flex;
  text-align: center;
}
.mdl-headerB2B .mdl-container .left .m-links-left .m-link-item {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mdl-headerB2B .mdl-container .left .m-links-left .m-link-item:hover {
  color: #b8a995;
}
.mdl-headerB2B .mdl-container .left .m-links-left .m-link-item:hover img {
  filter: invert(79%) sepia(4%) saturate(1585%) hue-rotate(355deg) brightness(89%) contrast(82%);
}
.mdl-headerB2B .mdl-container .left .m-links-left .m-link-item:not(:last-child) {
  margin-right: 4rem;
}
.mdl-headerB2B .mdl-container .right {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: normal;
}
.mdl-headerB2B .mdl-container .right .m-links-right {
  display: flex;
  align-items: center;
  color: #b8a995;
  text-align: center;
}
.mdl-headerB2B .mdl-container .right .m-links-right .m-link-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mdl-headerB2B .mdl-container .right .m-links-right .m-link-item:hover {
  color: white;
}
.mdl-headerB2B .mdl-container .right .m-links-right .m-link-item.showMobile {
  display: none;
}
.mdl-headerB2B .mdl-container .right .m-links-right .m-link-item:not(:last-child) {
  margin-right: 3.2rem;
}
.mdl-headerB2B.stickyFixed + main#maincontent {
  margin-top: 10rem;
}
@media (max-width: 769px) {
  .mdl-headerB2B.stickyFixed + main#maincontent {
    margin-top: 6rem;
  }
}
@media (max-width: 1441px) {
  .mdl-headerB2B .mdl-container .left .logo-header img {
    height: 2.5rem;
  }
  .mdl-headerB2B .mdl-container .left .m-links-left {
    margin-left: 4.5rem;
  }
  .mdl-headerB2B .mdl-container .left .m-links-left .m-link-item:not(:last-child) {
    margin-right: 2rem;
  }
  .mdl-headerB2B .mdl-container .right .m-links-right .m-link-item {
    display: none;
  }
  .mdl-headerB2B .mdl-container .right .m-links-right .m-link-item.showMobile {
    display: flex;
    margin: 0;
    filter: brightness(0) grayscale(1) invert(1);
  }
  .mdl-headerB2B .mdl-container .right .m-links-right .m-link-item.m-notify {
    display: none !important;
  }
}
@media (max-width: 960px) {
  .mdl-headerB2B .mdl-container {
    box-sizing: border-box;
    width: 100%;
    padding: 1.8rem 3rem;
  }
  .mdl-headerB2B .mdl-container .left .logo-header img {
    filter: brightness(0) grayscale(1) invert(1);
  }
  .mdl-headerB2B .mdl-container .left .menu {
    display: flex;
    align-items: center;
    margin-right: 1.6rem;
    height: 2.4rem;
    filter: brightness(0) grayscale(1) invert(1);
  }
  .mdl-headerB2B .mdl-container .left .m-links-left {
    display: none;
  }
}
@media (max-width: 551px) {
  .mdl-headerB2B .mdl-container {
    padding: 1.8rem 1.2rem;
  }
  .mdl-headerB2B .mdl-container .left .m-links-left {
    display: none;
  }
}
.mdl-capaInfo {
  background: #303033;
  color: #fff;
}
.mdl-heroHome .m-content .m-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 1.29;
}
.mdl-footer {
  background: #303033;
  color: #fff;
}
.mdl-footer .m-footer1 .logo-footer {
  filter: invert(79%) sepia(4%) saturate(1585%) hue-rotate(355deg) brightness(89%) contrast(82%);
}
.mdl-footer .m-footer1 .col .m-languages .m-lang-item:hover,
.mdl-footer .m-footer1 .col .m-languages .m-lang-item.active {
  color: white !important;
}
.mdl-footer .m-footer1 .col .m-link-item {
  color: white;
}
.mdl-footer .m-footer1 .col .m-link-item img {
  filter: brightness(0) grayscale(1) invert(1);
}
.mdl-footer .m-footer1 .col .m-link-item:hover {
  color: #b8a995;
}
.mdl-footer .m-footer1 .col .m-link-item:hover img {
  filter: invert(79%) sepia(4%) saturate(1585%) hue-rotate(355deg) brightness(89%) contrast(82%);
}
.mdl-footer .m-footer2 .m-footer-left .m-rgpd .m-rgpd-item:hover {
  filter: unset;
  color: #b8a995;
}
.mdl-footer .m-footer2 .m-rrss .rrss-item {
  filter: brightness(0) grayscale(1) invert(1);
}
.mdl-footer .m-footer2 .m-rrss .rrss-item:hover {
  filter: invert(79%) sepia(4%) saturate(1585%) hue-rotate(355deg) brightness(89%) contrast(82%);
}
@media (max-width: 551px) {
  .mdl-footer .m-footer1 .logo-footer {
    filter: brightness(0) grayscale(1) invert(1);
  }
  .mdl-footer .m-footer1 .col .title-mbl {
    color: #b8a995;
  }
  .mdl-footer .m-footer2 .m-footer-left {
    color: #b8a995;
  }
  .mdl-footer .m-footer2 .m-footer-left .m-rgpd .m-rgpd-item,
  .mdl-footer .m-footer2 .m-footer-left .m-rgpd .m-rgpd-item:hover {
    filter: unset;
    color: #b8a995;
  }
  .mdl-footer .m-footer2 .m-rrss {
    color: #b8a995;
  }
  .mdl-footer .m-footer2 .m-rrss .rrss-item {
    filter: invert(79%) sepia(4%) saturate(1585%) hue-rotate(355deg) brightness(89%) contrast(82%);
  }
  .mdl-footer .m-footer2 .m-rrss .rrss-item:hover {
    filter: invert(79%) sepia(4%) saturate(1585%) hue-rotate(355deg) brightness(89%) contrast(82%);
  }
}
.mdl-bannerBusiness {
  margin: 7.2rem 0;
  padding-bottom: 0;
}
.mdl-bannerBusiness .mdl-container .m-content {
  padding: 3.9rem 3.9rem 3.9rem 13.8rem;
}
@media (max-width: 769px) {
  .mdl-bannerBusiness {
    margin: 0.2rem 0 3.2rem;
  }
}
.mdl-promo .m-content {
  background-color: #c6b49f;
}
.mdl-promo .m-content .m-title {
  color: white;
  max-width: 33rem;
}
.mdl-promo .m-content .m-text,
.mdl-promo .m-content .m-subtitle {
  max-width: 33rem;
}
.mdl-promo .m-content .m-text {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.44;
}
.mdl-promo .m-content .m-button {
  background: #ddd8d1;
  color: #303033;
}
.mdl-promo .m-content .m-button:before {
  background: #faf8f3;
}
@media (max-width: 551px) {
  .mdl-promo .m-content .m-text {
    margin-top: 0.4rem;
  }
  .mdl-promo .m-content .m-button {
    margin-top: 2.4rem;
  }
}
.mdl-promo.reverse {
  flex-direction: row-reverse;
}
.mdl-promo.reverse .m-content {
  background-color: #636363;
}
.mdl-promo.reverse .m-content .m-title {
  color: #c6b49f;
  max-width: 35.8rem;
}
.mdl-promo.reverse .m-content .m-text,
.mdl-promo.reverse .m-content .m-subtitle {
  color: white;
  max-width: 35.8rem;
}
@media (max-width: 769px) {
  .mdl-promo.reverse {
    flex-direction: column-reverse !important;
  }
}
.mdl-promo.hotel .m-content {
  background-color: #faf8f3 !important;
}
.mdl-promo.hotel .m-content .m-subtitle {
  color: #303033 !important;
  max-width: 28.1rem !important;
}
.mdl-promo.hotel .m-content .m-text {
  color: #303033 !important;
}
@media (max-width: 551px) {
  .mdl-imgText .mdl-container .m-content .m-title,
  .mdl-imgText .mdl-container .m-content .m-text {
    text-align: center;
    max-width: 100%;
  }
}
.mdl-galleryFull.withMargins .mdl-container .m-grid {
  height: 69.2rem;
}
@media (max-width: 551px) {
  .mdl-galleryFull.withMargins .mdl-container {
    width: calc(100% - 4.8rem);
  }
  .mdl-galleryFull.withMargins .mdl-container .m-grid {
    height: 20.2rem !important;
  }
}
@media (min-width: 769px) {
  .mdl-destacadosx3 .mdl-container .m-items .m-item .m-item-content {
    align-items: flex-start;
  }
  .mdl-destacadosx3 .mdl-container .m-items .m-item .m-item-content .m-item-title {
    font-weight: 400 !important;
  }
  .mdl-destacadosx3 .mdl-container .m-items .m-item .m-item-content .m-item-title,
  .mdl-destacadosx3 .mdl-container .m-items .m-item .m-item-content .m-item-text {
    text-align: left;
  }
}
.mdl-bannerMail .mdl-container .mdl-container2 .m-form form {
  width: 100%;
}
.modalnews.b2b {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
  width: 70rem;
  height: min-content;
  max-width: calc(90vw);
  max-height: calc(90vh);
  overflow: auto;
  padding: 4rem;
  border-radius: 3rem;
  background-color: #faf8f3;
  box-sizing: border-box;
  z-index: 9999;
  color: #303033;
}
.modalnews.b2b .icon-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}
.modalnews.b2b .header,
.modalnews.b2b .content,
.modalnews.b2b .footer {
  text-align: center;
}
.modalnews.b2b .header {
  padding: 4rem 0 2rem;
}
.modalnews.b2b .header .title {
  font-family: "Tobias";
  font-size: 4.4rem;
  font-weight: normal;
  line-height: 1.14;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
@media (max-width: 769px) {
  .modalnews.b2b .header .title {
    font-size: 3.2rem;
    line-height: 1.19;
    letter-spacing: -0.04em;
  }
}
.modalnews.b2b .header .subtitle {
  font-family: "Tobias";
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.14;
  letter-spacing: -0.02em;
}
.modalnews.b2b .header::after {
  content: "";
  display: block;
  width: 8rem;
  height: 0.2rem;
  background-color: #303033;
  margin: 2rem auto 0;
  opacity: 0.2;
}
.modalnews.b2b .content {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: normal;
}
@media (max-width: 769px) {
  .modalnews.b2b .content {
    font-size: 1.4rem;
    line-height: 1.43;
  }
}
.modalnews.b2b .content p {
  margin-bottom: 1.5rem;
}
@media (max-width: 550px) {
  .modalnews.b2b {
    height: 60rem;
  }
  .modalnews.b2b .header .title {
    font-size: 3.4rem;
  }
  .modalnews.b2b .header .subtitle {
    font-size: 2rem;
  }
  .modalnews.b2b .content {
    font-size: 1.4rem;
  }
}
