
@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: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--black);
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
}



.btn.btn-base-color2 {
    background-color: var(--base-color2);
    border-color: var(--base-color2);
    color: var(--white);
}

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



.btn.btn-transparent-base-color {
    background-color: #ffffff !important;
    border-color: var(--base-color);
    color: var(--base-color);
}

.btn.btn-base-color:hover, .btn.btn-base-color:active {
    background-color: #ffffff;
    border-color: var(--base-color);
    color: var(--base-color);
}



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

.bg-gradient-gray-light-dark-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 35, 41, 0.8)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(32, 35, 41, 0.8) 10%, transparent 40%);
}

.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: 700; /* 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;
}







.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;
}




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


:root {
    --base-color: #eb694d;
    --base-color2: #96b0c4;
	--base-color3: #f6f0e5;
    --medium-gray: #7b7a7a;
    --dark-gray: #3f3f3f;
    --black: #000000;
    --charcoal-blue: #232323;
    --alt-font: 'Manrope', sans-serif;
    --primary-font: 'Manrope', sans-serif;
}


.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: 16px;
    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: 50px;
}

.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: 17px;
    font-weight: 400;
}
 
.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: 0;
    display: inline-block;
}

header .navbar-brand img {
    max-height: 40px;
    height: 55px;
}



@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;}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) -(var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    display: flex;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: none;
    border-radius: inherit;
}

.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 */
}




























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


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

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

  *::-webkit-scrollbar-thumb {
   border: 6px solid #131312;
   border-radius: 0px;
   background-color: #eb694d;
  }




#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;
}


.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);}