
@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');


@import url('http://fonts.cdnfonts.com/css/circular-std?styles=17909,17910,17911,17912,17907,17908,17905,17906');















a:hover {
    color: #000000;
    text-decoration: none;
}

body {
    font-family: var(--primary-font);
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: var(--black);
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
}


@media (hover: hover) and (pointer: fine) {
    .custom-cursor .circle-cursor-outer {
   
        display: none;

    }
}




.wpcf7 form.sent .wpcf7-response-output {
    border-color: inherit;
    font-size: 17px;
    line-height: 21px;
    padding: 17px 17px 17px 50px; /* espai per a la icona */
    font-weight: 600;
    border: 0;
    color: #598349;
    background-color: #ecffee;
    position: relative;
    /* font-family: "Font Awesome 6 Free"; */ /* font de FA */
    font-weight: 500; /* necessari per a fa-solid */
}

.wpcf7 form.sent .wpcf7-response-output::before {
    content: "\f058"; /* codi Unicode de fa-circle-check */
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%; /* rodona */
    font-family: "Font Awesome 6 Free";
    /* background-color: #598349; */
    color: #598349;
    font-size: 18px;
    display: inline-block;
}


.opacity-medium {
    opacity: 0.40;
}
.btn.btn-switch-text.btn-large > span {
    padding: 12px 34px;
}


.btn.btn-dark-gray:hover, .btn.btn-dark-gray:active {
    background-color: transparent;
    border-color: #00b9d0;
    color: #00b9d0;
}


.btn.btn-dark-gray {
    background-color: #00b9d0;
    color: var(--white);
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: inherit;
     font-size: 17px;
	line-height: 21px;
    padding: 17px 17px 17px 50px; /* espai per a la icona */
    font-weight: 600;
    border: 0;
    color: #d39e10;
    background-color: #fff9e8;
    position: relative;
    /* font-family: "Font Awesome 6 Free"; */ /* font de FA */
    font-weight: 700; /* necessari per a fa-solid */
}

.wpcf7 form.invalid .wpcf7-response-output::before, .wpcf7 form.unaccepted .wpcf7-response-output::before, .wpcf7 form.payment-required .wpcf7-response-output::before {
    content: "\f06a"; /* codi Unicode de fa-circle-check */
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%; /* rodona */
    font-family: "Font Awesome 6 Free";
    /* background-color: #598349; */
    color: #d39e10;
    font-size: 18px;
    display: inline-block;
}










.wpcf7 form.failed .wpcf7-response-output {
	
	 border-color: inherit;
    font-size: 17px;
	line-height: 21px;
    padding: 17px 17px 17px 50px; /* espai per a la icona */
    font-weight: 600;
    border: 0;
    color: #dc3232;
    background-color: #f9eded;
    position: relative;
    /* font-family: "Font Awesome 6 Free"; */ /* font de FA */
    font-weight: 700; /* necessari per a fa-solid */

}


/* Afegir icona abans del text */
.wpcf7 form.failed .wpcf7-response-output::before {
    content: "\f057"; /* codi Unicode de fa-circle-check */
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%; /* rodona */
    font-family: "Font Awesome 6 Free";
    /* background-color: #598349; */
    color: #dc3232;
    font-size: 18px;
    display: inline-block;
}


.minibeat h3 {
    font-size: 1.7rem;
    line-height: 2.0rem;
}

.guitarra{background-size: 42%;
    background-repeat: no-repeat;
    background-position-x: center;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -39;
    top: 50px;}


.small, small {
    font-size: .675em;
}

.custom-cf7-message{border: 2px solid #46b450;
    font-size: 23px;
    padding: 17px;
}

@media (max-width: 991px) {
  .guitarra{
    background-size: 152%;
    background-repeat: no-repeat;
    background-position-x: center;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -39;
    top: 260px;
    }
}



:root {
    --base-color: #00317d;
    --base-color2: #00b9d0;
    --medium-gray: #7b7a7a;
    --dark-gray: #3f3f3f;
    --black: #000000;
    --charcoal-blue: #232323;
    --alt-font: 'Poppins', sans-serif;
    --primary-font: 'Poppins', sans-serif;
} 

.bg-base-color2 {
    background-color: var(--base-color2);
}


.text-blue {
    color: #1c2e50;
}
.sticky-wrap a {
    color: #bdbdbd !important;
}


input, select, textarea, .form-control, .form-select {
    padding: 6px 15px;
    width: 100%;
    max-width: 100%;
    resize: none;
    outline: none;
    margin-bottom: 15px;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    color: var(--medium-gray);
    line-height: inherit;
    word-break: normal;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}



.accept{width: inherit;}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    font-size: 14px;
    margin-top: 0;
    max-width: none;
    text-justify: inter-word;
}



.anima img{-webkit-transition: all 750ms cubic-bezier(.12,0,.39,0);
    transition: all 750ms cubic-bezier(.12,0,.39,0);
    will-change: transform;}


.anima img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(0.90);
}

.btn-gradient-fuel-yellow-blue {
    background-image: linear-gradient(to right, #1c2e50, #354e7d, #1c2e50);
    background-size: 200% auto;
    color: var(--white);
} 
.fs-22 {
    /* font-size: 22px; */
    /* line-height: 31px; */
}

.counter-style-04 .vertical-counter:before {
    content: attr(data-text);
    display: inline-block;
    margin-left: 3px;
    word-break: normal;
}

.counter-style-04 .vertical-counter:after {
    content: attr(data-text2);
    display: inline-block;
    margin-left: 3px;
    font-size: 30px;
    padding-top: 13px;
    padding-left: 7px;
    line-height: 28px;
    word-break: normal;
}


.bt-sleeve{
    background-color: #a22136 !important;!i;!;
    border: none;
    background: rgb(232,81,112);
    background: -moz-linear-gradient(0deg, rgba(232,81,112,1) 0%, rgba(170,16,52,1) 68%);
    background: -webkit-linear-gradient(0deg, rgba(232,81,112,1) 0%, rgba(170,16,52,1) 68%);
    background: linear-gradient(0deg, rgba(232,81,112,1) 0%, rgba(170,16,52,1) 68%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e85170",endColorstr="#aa1034",GradientType=1);
}
.bt-adco{
    background-color: #093d85 !important;!i;!;
    border: none;
    background: rgb(132,196,179);
    background: -moz-linear-gradient(0deg, rgba(132,196,179,1) 0%, rgba(20,77,146,1) 68%);
    background: -webkit-linear-gradient(0deg, rgba(132,196,179,1) 0%, rgba(20,77,146,1) 68%);
    background: linear-gradient(0deg, rgba(132,196,179,1) 0%, rgba(20,77,146,1) 68%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#84c4b3",endColorstr="#144d92",GradientType=1);
}
.bt-bol{
    background-color: #ff5200 !important;!i;!;
    border: none;
    background: rgb(248,233,104);
    background: -moz-linear-gradient(0deg, rgba(248,233,104,1) 0%, rgba(234,95,10,1) 68%);
    background: -webkit-linear-gradient(0deg, rgba(248,233,104,1) 0%, rgba(234,95,10,1) 68%);
    background: linear-gradient(0deg, rgba(248,233,104,1) 0%, rgba(234,95,10,1) 68%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8e968",endColorstr="#ea5f0a",GradientType=1);
    }

.bg-blaus{background-image: linear-gradient(to right, #9cc7b4, #4762a8, #9cc7b4);}

 
.bg-blau{
    background-color: #1c2e50;
}

.btn i {
    position: relative;
}

footer .footer-logo img {
    max-height: 70px;
}


.text ul li{list-style-type: disc;}
.text li{} 

.text-verd{color: #9cc7b4;}
.text-blau{ color: #4762a8; }

h1, .h1 {
    font-size: 3.375rem;
    line-height: 4.375rem;
}

h1, .h1 {
    line-height: 3.5rem;
}


.sticky-wrap.shadow-in {
    left: 20px;
    opacity: 1;
    box-shadow: none !important;
    /* transform: translateY(-50%); */
    color: beige;
    mix-blend-mode: difference;
}



.navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 400;
    width: max-content;
    padding: 10px;
}
 
.btn.btn-transparent-light-gray {
    background-color: transparent;
    border-color: var(--extra-medium-gray);
    color: white;
}
header .navbar-brand {
    margin-right: 0;
    vertical-align: middle;
    padding: 20px 0px;
    display: inline-block;
}

header .navbar-brand img {
    max-height: 100px;
    height: 80px;
}



@media (hover: hover) and (pointer: fine) {
    .custom-cursor .circle-cursor-inner {
        width: 20px;
        height: 20px;
        display: none;
        left: -5px;
        top: -5px;
        background: var(--dark-gray);
    }
}

.box {
    height: 200px; 
    overflow: hidden;
}

@supports (object-fit: cover){
.box img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.box img {
    width: 100%;
 
}
	
}







footer a {
    color: #D7D7D7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}


footer{background-color: #000000;}


.form-control {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #000000;
    color: #000000; /* o el color que quieras */
}

.bg-transparent {
    background-color: transparent;
}

.placeholder-light::placeholder {
    color: rgba(255, 255, 255, 0.5); /* Placeholder en color claro */
}

.border-color-transparent-white-very-light {
    border-color: rgba(255, 255, 255, 0.3); /* Borde claro */
}



.text h1, .text h2, .text h3, .text h4, .text h5 {
    font-size: 23px;
    margin: 0;
    font-weight: 500;
}


.text blockquote {
    font-size: 12px;
    line-height: 20px;
    padding-top: 10px;
}





















/* ===== Scrollbar CSS =====  */


  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #131312;
  }

  *::-webkit-scrollbar-thumb {
   background-image: linear-gradient(180deg, #00b9d0 0, #00b9d0);
   border: 6px solid #131312;
   border-radius: 0px;
  }




#cmplz-document p, .editor-styles-wrapper .cmplz-unlinked-mode p, #cmplz-document li, .editor-styles-wrapper .cmplz-unlinked-mode li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode td {
    font-size: 17px;
    margin-top: 0;
}


.wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 1em !important;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}









.wpcf7-spinner {
    /* visibility: hidden; */
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
    display: flow;
    margin: 0 auto;
}



 

.formu p {margin: 0;}
.formu br { display:none; } /* per si queda algun <br> despistat */
.formu {--b: #676767;--b-focus: #000000;--icon:#999;font-size: 16px;}

.formu .cf7-est{/* max-width:620px; */}

/* cada camp */
.formu .field{/* margin:20px 0; */position:relative;}

/* label */
.formu label{display:block;font-weight: 400;margin-bottom:10px;font-size: 15px;line-height: 21px;}

/* inputs */
.formu .input,
.formu input[type="text"],
.formu input[type="email"],
.formu input[type="tel"],
.formu textarea{
  width:100%;
  padding: 7px 5px;
  padding-left: 17px;   /* espai reservat per la icona */
  border: 1px solid #dbdbdb;
  border-radius:10px;
  background:#fff;
  margin-bottom: 15px;
  font-size: 14px;
  outline:none;
  transition:border-color .15s ease, box-shadow .15s ease;
  box-sizing:border-box;
}

.formu .input:focus,
.formu input[type="text"]:focus,
.formu input[type="email"]:focus,
.formu input[type="tel"]:focus,
.formu textarea:focus{
  border-color:var(--b-focus);
  box-shadow:0 0 0 3px rgba(0,0,0,.05);
}




/* checkbox group */
.formu .field--choices .field__legend{display:block;font-weight: 500;margin-bottom:12px;}
.formu .wpcf7-list-item{margin-right:22px;display:inline-block;margin-left: 0;}
.formu .wpcf7-list-item label{font-weight: 500;}
.formu label {
  display: flex;
  align-items: flex-start; /* Alinia el checkbox amb la primera lÃƒÂ­nia */
  gap: 8px; /* espai entre checkbox i text */
}

.formu input[type="checkbox"] {
  flex-shrink: 0; /* Evita que el checkbox es redueixi */
  width: 18px;
  height: 18px;
}
.formu .wpcf7-acceptance label {
  
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
}



.text p {
    margin-bottom: 10px;
}


.card {

    --bs-card-border-color: rgb(219 219 219);
   
}


/* newsletter i privacitat */
.formu .field--newsletter,
.formu .field--privacy{ margin-top:18px; }
.formu .field--privacy a{ text-decoration:underline; }

/* botÃƒÆ’Ã‚Â³ */
.formu .btn,
.formu input.wpcf7-submit{
  display:inline-block;
  padding:14px 26px;
  background: var(--base-color2);
  color:#fff;
  /* border:none; */
  border-radius:999px;
  font-weight: 500;
  cursor:pointer;
  width: 200px;
  font-size: 16px;
  text-transform: capitalize;
}

.btn.btn-black:hover, .btn.btn-black:active {
    background-color: transparent;
    border-color: var(--base-color2);
    color: var(--base-color2);
}


.formu .btn:hover,
.formu input.wpcf7-submit:hover{ opacity:.9; }

/* (opcional) ajust del missatge dÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢error de CF7 perquÃƒÆ’Ã‚Â¨ no ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œempenyiÃƒÂ¢Ã¢â€šÂ¬Ã‚Â lÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢icona */
.formu .wpcf7-not-valid-tip{
  margin-bottom: 18px;      /* separaciÃƒÆ’Ã‚Â³ sota el camp */
  font-size:13px;
  line-height:1.3;
  color:#c00;
}













.bg-color{background: rgb(150,193,181);background: -moz-linear-gradient(90deg, rgba(150,193,181,1) 0%, rgba(112,150,182,1) 47%, rgba(71,98,167,1) 100%);background: -webkit-linear-gradient(360deg, rgba(150, 193, 181, 1) 0%, rgba(112, 150, 182, 1) 47%, rgba(71, 98, 167, 1) 100%);background: linear-gradient(360deg, rgba(150, 193, 181, 1) 0%, rgba(112, 150, 182, 1) 47%, rgba(71, 98, 167, 1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#96c1b5",endColorstr="#4762a7",GradientType=1);}