@charset "UTF-8";
@import "../lib/bootstrap/css/bootstrap.min.css";

/* ==========================================================================
Variables & FONTS SASS-CSS
========================================================================== */

:root {
  font-size: 16px;
}

/* ==========================================================================
   Typography Variables & Colors Variables
   ========================================================================== */
@font-face {
  font-family: "NG Bold";
  src: url("../fonts/NHaasGroteskDSPro-75Bd.eot");
  src: url("../fonts/NHaasGroteskDSPro-75Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/NHaasGroteskDSPro-75Bd.woff2") format("woff2"), url("../fonts/NHaasGroteskDSPro-75Bd.woff") format("woff"), url("../fonts/NHaasGroteskDSPro-75Bd.ttf") format("truetype"), url("../fonts/NHaasGroteskDSPro-75Bd.svg#NHaasGroteskDSPro-75Bd") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NG Regular";
  src: url("../fonts/NHaasGroteskDSPro-55Rg.eot");
  src: url("../fonts/NHaasGroteskDSPro-55Rg.eot?#iefix") format("embedded-opentype"), url("../fonts/NHaasGroteskDSPro-55Rg.woff2") format("woff2"), url("../fonts/NHaasGroteskDSPro-55Rg.woff") format("woff"), url("../fonts/NHaasGroteskDSPro-55Rg.ttf") format("truetype"), url("../fonts/NHaasGroteskDSPro-55Rg.svg#NHaasGroteskDSPro-55Rg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* //////////// General buttons //////////// */
.button {
  font-weight: normal;
  line-height: inherit;
  border-radius: 120px;
  background-color: white;
  border: 1px solid black !important;
  padding: 0.3rem 1.5rem;
  height: 40px;
  color: black;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 20px !important;
  font-family: "NG Regular", sans-serif;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  transition: box-shadow 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .button {
    height: 38px;
    font-size: 18px !important;
  }
}
.button:hover {
  box-shadow: 1px 1px 33px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 1px 33px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 33px 0px rgba(0, 0, 0, 0.75);
}


.btn-inici {
  margin-top: 2rem;
  margin-left: 1rem;
}

.btn-dark {
  color: white;
  background-color: black !important;
}
.btn-dark span {
  color: white !important;
}

.btn-light {
  color: black;
  background-color: white;
  border-color: white !important;
}
.btn-light span {
  color: black !important;
}

.btn-blue {
  color: #6F7CF3;
  background-color: white;
  border-color: #6F7CF3 !important;
}
.btn-blue span {
  color: #6F7CF3 !important;
}

/* ==========================================================================
Layout SASS-CSS
========================================================================== */
/*
Fòrmula per tipografia fluida i margin fluid
margin-bottom: calc(20px + 14*(100vw - 980px)/820);
*/
html {
  margin-top: 0px !important;
}

.only-phone {
  display: none !important;
}
@media (max-width: 767px) {
  .only-phone {
    display: block !important;
  }
}

/* make keyframes that tell the start state and the end state of our object */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* make keyframes that tell the start state and the end state of our object */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
::-moz-selection { /* Code for Firefox */
  background: black;
  color: white;
}

::selection {
  background: black;
  color: white;
}

/* generic */
body {
  background-color: white;
  font-family: "NG Regular", sans-serif;
  font-size: 1rem;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: fadeIn 0.6s forwards;
  animation-delay: 0.2s;
  opacity: 0;
}
@media (max-width: 767px) {
  body {
    padding-top: 0px;
  }
}
body.no-scroll {
  overflow: hidden;
}

html a, body a {
  transition: all 0.2s ease;
  text-decoration: none;
  color: black;
}
html a:active, html a:focus, html a:hover, body a:active, body a:focus, body a:hover {
  text-decoration: none !important;
  outline: none;
  color: black;
  /*opacity: 0.45;*/
}

figure {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
figure.alcada {
  height: 100%;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
  margin-bottom: 3rem;
}

.g-5, .gx-5 {
  --bs-gutter-x: 5rem;
}
@media (max-width: 767px) {
  .g-5, .gx-5 {
    --bs-gutter-x: 0rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "NG Bold", sans-serif;
  margin: 0;
  padding: 0;
}

h1 {
  /*font-size: 125px;
  line-height: 124px;*/
  font-size: 80px;
  line-height: 85px;
  text-align: left;
}
@media (min-width: 980px) and (max-width: 1199px) {
  h1 {
    font-size: 80px;
    line-height: 85px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h1 {
    font-size: 80px;
    line-height: 85px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 1rem;
  }
}

h2 {
  font-size: 80px;
  line-height: 80px;
}
@media (min-width: 1800px) {
  h2 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

h3 {
  font-size: 50px;
  line-height: 55px;
}
h4 {
  font-size: 1.75rem;
  line-height: 2.125rem;
}
h5 {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  h5 {
    font-size: 1.125rem;
  }
}

p {
  font-family: "NG Regular", sans-serif;
  font-size: 24px;
  line-height: 34px;
  color: black;
}
@media (max-width: 767px) {
  p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  p {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 1800px) {
  p {
    font-size: 24px;
    line-height: 34px;
  }
}


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


.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

img {
  max-width: 100%;
  height: auto;
}

textarea:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
  outline: none !important;
}

/*
hr {
  border-top: 1px solid black;
}
*/
hr.white {
  border-color: white;
}



/* ==========================================================================
Layout SASS-CSS
========================================================================== */


/* HIDDEN DEVICES */
.hidden-desktop {
  display: none;
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .visible-tablet {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-tablet {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}

/* ///// LOGIN WORDPRESS ADMIN BAR ///// */
::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  font-family: "NG Regular", sans-serif;
  opacity: 1; /* Firefox */
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  font-family: "NG Regular", sans-serif;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
  font-family: "NG Regular", sans-serif;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
  font-family: "NG Regular", sans-serif;
}

body {
  font-family: "NG Regular", sans-serif;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}

.container-fluid {
  padding-right: 3rem;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1800px) {
  .container-fluid {
    padding-right: 8rem;
    padding-left: 8rem;
  }
}
@media (min-width: 2200px) {
  .container-fluid {
    padding-right: 13rem;
    padding-left: 13rem;
  }
}

.only-phone {
  display: none;
}
@media (max-width: 767px) {
  .only-phone {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .only-phone {
    display: block !important;
  }
}

.no-phone {
  display: block;
}
@media (max-width: 767px) {
  .no-phone {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .no-phone {
    display: none !important;
  }
}

/* /////////////// open menu burger /////////////// */

.trigger_menu {
  display: none;
  left: 1rem;
  width: 30px;
  height: 18px;
  top: 2rem;
  position: absolute;
}
@media (max-width: 767px) {
  .trigger_menu {
    display: block;   
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .trigger_menu {
    display: none;
  }
}


.open-menu {
  width: 40px;
  height: 40px;
  display: block;
  font-size: 0;
  line-height: 0;
  z-index: 9999999;
}
@media (min-width: 768px) and (max-width: 979px) {
  .open-menu {
    width: 2.2rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .open-menu {
    width: 2.2rem;
    right: 35px;
  }
}
.open-menu span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  margin-left: -15px;
  border-bottom: 1.5px solid black;
  height: 0;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .open-menu span {
    border-bottom: 1.5px solid black;
  }
}
.open-menu span:nth-child(1) {
  margin-top: -8px;
}
.open-menu span:nth-child(3) {
  margin-top: 8px;
}
.menu-opened .open-menu span:nth-child(1) {
  margin-top: 0;
  animation: anim-btn-menu1 0.3s 0.3s ease forwards;
}
.menu-opened .open-menu span:nth-child(2) {
  opacity: 0;
}
.menu-opened .open-menu span:nth-child(3) {
  margin-top: 0;
  animation: anim-btn-menu2 0.3s 0.3s ease forwards;
}
@keyframes anim-btn-menu1 {
  100% {
    transform: rotate(45deg);
  }
}
@keyframes anim-btn-menu2 {
  100% {
    transform: rotate(-45deg);
  }
}

/**/


/* /////////// PRELOADER /////////// */
/*.pre-loader {
  z-index: 99999;
  visibility: visible;
  transform: translateY(0%);
  transition: transform 0.4s ease-in-out;
  will-change: transform;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.pre-loader img {
  width: 275px;
}

.pre-loader.loaded {
  visibility: hidden;
  transform: translateY(-100%);
  transition: transform 0.6s cubic-bezier(0.96, 0, 0.07, 1), visibility 0s 0.9s;
}
*/

/* //////////////////// PRE-HEADER ////////////////// */
.pre-header {
  height: 60px;
  background-color: black;
  width: 100%;
  position: relative;
  z-index: 99999;
}
@media (max-width: 767px) {
  .pre-header {
    height: 40px;
    display: none;
  }
}
.pre-header .container-fluid, .pre-header .row, .pre-header .col-lg-4 {
  height: 100%;
}



/* ///////////////////// HEADER ///////////////// */
header {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  transition: all 0.35s ease-in-out;  
  padding: 0;
  z-index: 9999;
  margin-right: 3rem;
  margin-left: 3rem;
  border-bottom: 1px solid black;
  left: 0;
  /*top: 60px;*/
  right: 0;
  z-index: 999999999;
}

./*in header {
  height: 80px;
  top: 0;  
  position: fixed;
}*/

.in header .nav-brand {
    width: 140px;
}

@media (max-width: 767px) {
  header {
    margin-right: 1rem;
    margin-left: 1rem;
    height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header {
    height: 80px;
  }
}
@media (min-width: 1800px) {
  header {
    margin-right: 8rem;
    margin-left: 8rem;
  }
}
@media (min-width: 2200px) {
  header {
    margin-right: 13rem;
    margin-left: 13rem;
  }
}
header.in {
  top: 0px;
  height: 80px;
}
header.in .nav-brand {
  width: 115px;
}
header.in .socials li {
  margin-left: 0px;
  opacity: 0;
}
header .nav-brand {
  width: 200px;
  height: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 9;
  transition: all 0.35s ease-in-out;
}
@media (max-width: 767px) {
  header .nav-brand {
    left: 1rem;
    width: 115px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header .nav-brand {
    left: 1rem;
    width: 115px;
  }
}
header .nav-brand a {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  header .nav-brand a {
    width: 160px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header .nav-brand a {
    width: 160px;
    padding: 0;
  }
}
header .container-fluid {
  width: 100%;
  display: flex;
}
header .left-header {
  display: flex;
  width: 33.3%;
}
header .center-header {
  width: 33.3%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .right-header {
  width: 33.3%;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .btn-menu-principal, .btn-backstage {
    display: none !important;
  }
}

.user-backstage {
  display: none;
  width: 23px;
  height: auto;
  position: absolute;
  right: 0rem;
}
@media (max-width: 767px) {
  .user-backstage {
    width: 40px;
    height: 40px;
    display: flex !important;
    align-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .user-backstage img {
    max-width: 20px;
  }
}

.wpml-ls-current-language a {
  opacity: 0.65;
}

/* ///////// MENU SOCIALS //////////////// */
.right-menu {
  position: relative;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .right-menu {
    position: absolute;
    margin-left: 1rem;
    right: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .right-menu {
    position: absolute;
    margin-left: 1rem;
    right: 5rem;
  }
}

.socials {
  display: flex;
  align-items: center;
  margin: 0;
  transition: all 0.35s ease-in-out;
}
@media (max-width: 767px) {
  .socials {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .socials {
    display: flex;
  }
}
.socials li {
  margin-left: 1rem;
  margin-right: 0;
  border: 1px solid black;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s ease-in-out;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .socials li {
    margin: 0 0.5rem;
  }
}
.socials li:hover {
  box-shadow: 1px 1px 33px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 1px 33px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 33px 0px rgba(0, 0, 0, 0.75);
}
.socials li img {
  height: 18px;
  width: auto;
}



/* ///////////////////////// */
.bodymims {
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  color: white;
}
@media (max-width: 767px) {
  .bodymims {
    display: none;
  }
}
.bodymims a {
  font-size: 13px;
  color: white;
}
.bodymims a:hover {
  color: white;
  opacity: 0.65;
}

.close-menu {
  max-width: 40px !important;
  position: absolute;
  right: 0.75rem;
  top: 1rem;
  cursor: pointer;
  border-radius: 50%;
  padding: 0.35rem;
  transition: all 0.25s ease-in-out;
  top: 1.2rem;
  z-index: 999999999;
}
@media (max-width: 767px) {
  .close-menu {
    /* top: 1.25rem;
     left: 50%;
     z-index: 99999;*/
  }
}
.close-menu:hover {
  box-shadow: 1px 1px 33px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 1px 33px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 33px 0px rgba(0, 0, 0, 0.75);
}

.menu-box {
  width: 100%;
  height: 100vh;
  background-color: white;
  color: white;
  position: fixed;
  left: 0px;
  right: 0;
  bottom: 0;
  top: 0px;
  z-index: 999999999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s ease-in-out;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .menu-box {
    padding: 0;
  }
}
.menu-box.in {
  opacity: 1;
  pointer-events: all;
}
.menu-box .container-fluid {
  justify-content: flex-start;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .menu-box .container-fluid {
    justify-content: center;
  }
}

.menu {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.menu li {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .menu li {
    flex-direction: column;
    margin-left: 0;
    padding-left: 0;
  }
}
.menu li a {
  position: relative;
  text-decoration: none;
  font-family: "NG Bold", sans-serif;
  font-size: 50px;
  line-height: 55px;
  /*font-size: 60px;
  line-height: 70px;*/
  /*font-size: 70px;
  line-height: 80px;*/
  display: flex;
  align-items: center;
  background: linear-gradient(to right, crimson, #3BF94E, #9A73EF);
  background-size: 200% 200%;
  color: rgb(0, 0, 0);
  animation: pretty 4s ease-in-out infinite;
  transition: color 0.5s ease-in-out;
  -webkit-background-clip: text;
          background-clip: text;
}
@media (max-width: 767px) {
  .menu li a {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .menu li a {
    font-size: 30px;
    line-height: 40px;
  }
}
.menu li a:hover, .menu li a:focus {
  color: black;
  color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px) {
  .menu li a:hover, .menu li a:focus {
    color: white;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .menu li a:hover, .menu li a:focus {
    color: white;
  }
}
.menu li .btn-pro {
  text-transform: uppercase;
  font-size: 14px !important;
  line-height: 22px !important;
  background: black !important;
  border-radius: 120px;
  color: white !important;
  padding: 0.35rem 1rem;
  display: block;
  margin-top: 1rem;
  font-weight: normal;
  font-family: "NG Regular", sans-serif !important;
}
@media (max-width: 767px) {
  .menu li .btn-pro {
    margin-top: 0.5rem;
  }
}

@keyframes rainbow {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}


/* ///////////////// CITA ONLINE ///////////////////  */

main {
  /* margin-top: 240px;*/ 
}

.titol {
  margin: 4rem 0;
}

@media (max-width: 767px) {
  .titol {
    margin: 3rem 0 1rem;
  }
}

.llistat {
/*  background-color: #f2f2f2;
  border-radius: 22px;
  padding: 2rem;*/
  margin-top: 8rem;
  margin-bottom: 4rem;
}

@media (max-width: 767px) {

  .llistat {
    margin-top: 1rem;
  }
}

.llistat .col-lg-3 {
  margin-bottom: 3rem;
}
.llistat h3 {
  font-size: 34px;
  margin-bottom: 3rem;
}
.llistat h3 span {
  color: #e2e2e2;
}
.serveis {
  columns: 3;
  column-gap: 30px;
}
.llistat img {
  border-radius: 20px;
}
.llistat h4 {
  margin-top: .75rem;
  font-size: 22px;
  line-height: 26px;
}
.llistat p {
  font-size: 20px;
  line-height: 30px;
}
.llistat a {
  font-size: 20px;  
  font-family: "NG Regular", sans-serif !important;
}
.llistat .item {
  /*border-bottom: 1px solid #e2e2e2;*/
  margin-bottom: 3rem;
}
.llistat img {
  transition: all 0.3s ease-in-out;
}
.llistat img:hover {
  opacity: 0.65;
}


.breadcrumb-steps {
  font-family: "NG Bold", sans-serif !important;
  font-size: 34px;
  display: flex;
  margin-bottom: 1.5rem;
}
.breadcrumb-steps li {
  display: flex;
  margin-right: 1.5rem;
}
.breadcrumb-steps li.active a {
  color: black;
}
.breadcrumb-steps li.no-active {
  color: #e2e2e2;
}

.breadcrumb-steps li a {
  font-family: "NG Bold", sans-serif !important;
  font-size: 34px;
  color: #e2e2e2;
  transition: all 0.3s ease-in-out;
}
.breadcrumb-steps li a:hover {
  color: black;
}

/* ///////////////////////////////////////  */

.full {
    margin-bottom: 4rem;
}

.banner {
  border-radius: 22px;
  background-color: #f2f2f2;
  aspect-ratio: 1920/1080;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .banner {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .banner {
    padding: 2rem;
    margin-bottom: 2rem;
  }
}
.banner.light h2, .banner.light span {
  color: white;
}
.banner.dark h2, .banner.dark span {
  color: black;
}
.banner h2 {
  font-size: 80px;
  line-height: 80px;
  max-width: 60%;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .banner h2 {
    font-size: 30px;
    line-height: 32px;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .banner h2 {
    font-size: 60px;
    line-height: 60px;
    max-width: 90%;
  }
}
.banner span.hashtag {
  font-family: "NG Bold", sans-serif;
  font-size: 40px;
  line-height: 46px;
}
@media (max-width: 767px) {
  .banner span.hashtag {
    font-size: 18px;
    line-height: 24px;
    padding-top: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .banner span.hashtag {
    font-size: 24px;
    line-height: 30px;
    padding-top: 0.5rem;
  }
}
.banner .banner-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.media_player {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
  transition: 0.5s;
  z-index: 0;
  overflow: hidden;
  overflow: hidden;
  border-radius: 20px;
}
.media_player video {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  position: relative;
  width: 105%;
  z-index: 0;
  height: auto;
  transition: 0.3s;
  margin: -10px;
}



.dosmoduls {
  margin-bottom: 4rem;
  /*span.hashtag {
    font-size: 30px !important;
    line-height: 36px !important;
  }*/
}
.home .dosmoduls {
  margin-bottom: 0px;
}
.dosmoduls .banner {
  aspect-ratio: 1250/1046;
}
@media (max-width: 767px) {
  .dosmoduls .banner {
    margin-bottom: 2rem;
    aspect-ratio: 1920/1080;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .dosmoduls .banner {
    margin-bottom: 4rem;
    aspect-ratio: 1920/1080;
  }
}
.dosmoduls .banner:after {
  content: "";
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  border-radius: 20px;
}
.dosmoduls h2 {
  max-width: 80% !important;
  font-size: 60px !important;
  line-height: 60px !important;
}
@media (max-width: 767px) {
  .dosmoduls h2 {
    max-width: 100% !important;
    font-size: 30px !important;
    line-height: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .dosmoduls h2 {
    max-width: 80% !important;
    font-size: 60px;
    line-height: 60px;
  }
}



/* //////////// SERVEIS //////////// */
.banner h2 {
  font-size: 105px;
  line-height: 104px;
}
@media (max-width: 767px) {
  .banner h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .banner h2 {
    font-size: 60px !important;
    line-height: 60px !important;
  }
}
.banner p {
  color: white;
}
@media (max-width: 767px) {
  .banner p {
    display: none;
  }
}
@media (max-width: 767px) {
  .full {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .full {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .dosmoduls {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .dosmoduls {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .contanct-form .border-top {
    margin: 0rem 0 3rem;
  }
}



/* //////////////// FOOTER //////////////// */
footer {
  padding: 0 0 1.5rem;
  background-color: white;
}
@media (max-width: 767px) {
  footer {
    /*padding-top: 3rem;
    padding-bottom: 3rem;*/
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  footer {
    /*padding-top: 1rem;
    padding-bottom: 3rem;*/
  }
}
footer .btn-pro {
  margin-top: 2rem;
  display: inline-block;
}
@media (max-width: 767px) {
  footer .container-fluid {
    min-height: auto;
  }
}
footer .border-top {
  width: 100%;
  height: 1px;
  border-top: 1px solid black !important;
  margin: 0rem 0 4rem;
}
@media (max-width: 767px) {
  footer .border-top {
    margin: 0rem 0 2rem !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  footer .border-top {
    margin: 0rem 0 3rem;
  }
}
footer .border-top-2 {
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  margin: 0rem 0 2rem;
}
footer .footer-row {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  footer .footer-row {
    text-align: left;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  footer .footer-row {
    text-align: left;
    margin-bottom: 0;
  }
}
footer h4 {
  font-size: 30px;
  line-height: 34px;
  font-family: "NG Bold", sans-serif;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  footer h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0rem;
  }
}
footer p {
  font-family: "NG Regular", sans-serif;
  color: black;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  footer p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  footer p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
@media (max-width: 767px) {
  footer .item-footer {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  footer .item-footer {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .footer-4 {
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  footer .footer-4 {
    order: 2;
  }
}
@media (max-width: 767px) {
  footer .footer-5 {
    order: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  footer .footer-5 {
    order: 0;
  }
}
@media (max-width: 767px) {
  footer .footer-6 {
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  footer .footer-6 {
    order: 1;
  }
}
footer ul li {
  font-size: 24px;
  line-height: 34px;
}
@media (max-width: 767px) {
  footer ul li {
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  footer ul li {
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}
footer ul li a {
  font-family: "NG Regular", sans-serif;
  font-size: 24px;
  line-height: 34px;
  position: relative;
  text-decoration: none;
  background: linear-gradient(to right, crimson, #3BF94E, #9A73EF);
  background-size: 200% 200%;
  color: rgb(0, 0, 0);
  animation: pretty 2s ease-in-out infinite;
  -webkit-background-clip: text;
          background-clip: text;
  transition: color 0.5s ease-in-out;
}
@media (max-width: 767px) {
  footer ul li a {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  footer ul li a {
    font-size: 16px;
    line-height: 26px;
  }
}
footer ul li a:hover {
  color: white;
  text-decoration: none;
  color: rgba(0, 0, 0, 0);
}

@media (max-width: 767px) {
  .menu-footer {
    margin-bottom: 0rem;
    -moz-column-count: 3;
         column-count: 3;
    border-top: 1px solid #e2e2e2;
    padding-top: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .menu-footer {
    margin-bottom: 0rem;
    -moz-column-count: 3;
         column-count: 3;
    border-top: 1px solid #e2e2e2;
    padding-top: 2rem;
  }
}

.menu-footer-legal {
  display: flex;
}
@media (max-width: 767px) {
  .menu-footer-legal {
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .menu-footer-legal {
    justify-content: center;
  }
}
.menu-footer-legal li {
  font-size: 16px;
  margin-right: 1.5rem;
  position: relative;
}
.menu-footer-legal li:after {
  content: "–";
  position: absolute;
  right: -1rem;
}
.menu-footer-legal li a {
  font-size: 16px;
}

.menu-footer-legal li:last-child:after {
  display: none;
}

.link-master li {
  font-size: 16px;
}
.link-master li a {
  font-size: 16px;
}

@keyframes pretty {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
