
.carousel_marges {
 padding-top:60px;
 }
 
 .carousel_cataleg {
 padding-top:60px;
 }
 
.btn-oriol-gnr {
 font-family:"Montserrat",sans-serif;
 font-weight:400;
 font-size:16px;
 letter-spacing:1px;
 display:inline-block;
 padding:8px 28px;
 border-radius:50px;
 transition:0.5s;
 margin:10px;
 border:2px solid #babdb6;
 color:#008080
}
.btn-oriol-gnr:hover {
 color:#008080;
 background:#d3d7cf
}


#call-to-action .cta-btn:hover {
 background:indianred;
 border:2px solid indianred;
}


/*****
* Movil
**/


#productes-sec img:before {
 background:indianred;
 background:linear-gradient(45deg,indianred 0%,#55fabe 100%);
 background-clip:border-box;
 -webkit-background-clip:text;
 -webkit-text-fill-color:transparent
}


#pricing h4 {
 font-size:46px;
 color:indianred;
 font-weight:300
}

#pricing ul i {
 color: #666666;
 font-size:18px;
 padding-right:4px
}

#pricing .featured {
 border:2px solid indianred;
}

#pricing .featured .get-started-btn {
 background:linear-gradient(45deg,#1de099,indianred);
}

#faq #faq-list a.collapse {
 color:indianred;
}

#team .member .social a:hover {
 color:indianred;
}
/*** Icons ***/

#about .content i {
 font-size:20px;
 padding-right:4px;
 color:slategrey;
/* color: red;*/
}

#features .icon i:before {
/*  background:#1dc8cd; */
/* background: indianred; */
background: slategrey;
/*  background:linear-gradient(45deg,#1dc8cd 0%,#55fabe 100%); */
 background-clip:border-box;
 -webkit-background-clip:text;
 -webkit-text-fill-color:transparent
}
#productes-sec .icon i:before {
 /*background:#1dc8cd;*/
 background: indianred;
/* background:linear-gradient(45deg,#1dc8cd 0%,#55fabe 100%);*/
 background-clip:border-box;
 -webkit-background-clip:text;
 -webkit-text-fill-color:transparent
}

#about .content i {
 font-size:20px;
 padding-right:4px;
 /*color:indianred;*/
}

#cataleg-tipos .content i {
 font-size:30px;
 padding-right:4px;
 /* color:#1dc8cd */
 color:slategrey;
}

/******/
#footer {
 background:#fff;
 box-shadow:0 0 12px 0 rgba(0,0,0,.1);
 padding:20px 0;
 color:#333;
 font-size:14px;
  text-decoration: none;
}

#footer .footer-links a {
 color:#666;
 padding-left:15px;
}
#footer .footer-links a:first-child {
 padding-left:0;
}

#footer .footer-links a:hover {
 color:indianred;
}

#footer .credits {
color: indianred;
 color:indianred;
/*  text-decoration-line: underline; */
}

.btn-primary.btn-contacte {
	/* rgba(128,0,0,0.2
	background-color: rgba(68,77,85,0.1);
	 */
	 /*
	background-color: rgba(128,0,5,0.3);
	color: rgba(68,77,85,0.1);
	*/
		background-color: transparent;
	color: rgba(68,77,85,0.1);
	border-color: rgba(68,77,85,0.1);
	border-radius: 25;
}
.btn-contacte:hover, .btn-contacte:focus, .btn-contacte:active, .btn-contacte.active, .open .dropdown-toggle.btn-contacte {
/*background-color: #2F3E48;
color:#FFF;
border-color: #31347B; 
*/
background-color: rgba(128,0,5,0.5);;
color:#FFF;
border-color: red;
 transition:0.7s; 
}

