/*------------------------------------------------------------------
[Table of contents]

1. slider /.creato_slider_wrapper
2. Agency / #patrimoni_section 
4. Services / .creato_service_bg
6. Slate / #transformacio_section
7. Client / div#client_section
8. Portfolio / div#portfolio_section .portfolio_section_content
12. Contact / .google_map_wrapper
13. Footer / div#footer_section 
-------------------------------------------------------------------*/

/*---------------------------------- main slider start ---------------------------------*/	

.no-js .se-pre-con { display: none;  }
.js .se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url('../images/cloud2.gif') center no-repeat #eef1f2;
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.play-youtube-video {
    cursor: pointer;
    top: -25px;
	position: relative;
}

h1 {
	display: none;
}


/* icona scroll */

.icon-scroll-down {
	display: none;
	scroll-behavior: smooth;
}

.icon-scroll-down a {
    position: relative;
    top: 80px;
    margin-left: auto;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #111;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    margin-right: auto;
    width: 100%;
    text-align: center;
	scroll-behavior: smooth;
}
.icon-scroll-down a:hover {
  opacity: .5;
  scroll-behavior: smooth;
}



#icon-scroll-down a {
  padding-top: 60px;
  scroll-behavior: smooth;
}
#icon-scroll-down a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}


/* -- Lovie Awards ------------- */


.lovie {
    width: 200px;
    position: absolute;
    bottom: 100px;
    right: 60px !important;
    animation: beat 1.5s ease 0s infinite;
}

.modal-body .lovie {
    display: block;
    position: relative;
    left: calc(50% - 80px);
    top: 0px;
}

@keyframes beat {
	0% {
	    transform: scale(1.1);
	}
	100% {
	    transform: scale(1);
	}
}

@media screen and (max-height:1080px) {
	.lovie {
		/* bottom: 180px; */
    }
}

@media screen and (max-width:920px) {
	.lovie {
    	width: 150px;
		bottom: 30px;
		right: -60px;
    }
}
@media screen and (max-width:600px) {
	.lovie {
    	width: 100px;
		bottom: 25px;
		right: -70px;
    }
}
/* ------------------------------ */


/* -- 5 anys ------------- */

.anys5 {
  width: 250px;
  position: absolute;
  bottom: 70px;
  left: calc(50% - 125px) !important;
  /* animation: beat 1.5s ease 0s infinite; */
}


@media screen and (max-width:767px) {
	.anys5 {
	  left: 30px !important;
	  bottom: 20px;
	  width: 35vw;
	}
}



/* ------------------------------ */

body {
	font-size:18px !important;
	line-height: 32px !important;
	width: 100%;
}
.creato_slider_wrapper {
	width: 100%;
	float: left;
}
.creato_slider_wrapper .creato_slider_bg {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
	background-color: white;
}

.creato_slider_wrapper .creato_slider_bg img {
	max-width: 100%;
}

.video-parallax {
  max-width: 100%;
}

.temp_main_logo {
    position: absolute;
	max-width: 50%;
    height: auto;
    z-index: 99;
    top: 15%;
    opacity: 0;
	right: 0;
    left: 0;
    margin: 0 auto;
}

/*---------------------------------- main slider end ---------------------------------*/	


#tempesta_section {
    background-color: white;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
}
.tempesta_header {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    text-align: center;
}
.tempesta_header h2 {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    letter-spacing: 7px;
}
.tempesta_container {
    display: flex;
    margin-top: 50px;
}

.titol-tempesta {
	display: none;
}
.detall-tempesta {
	width: 25%;
	margin: 10px;
	position: relative;
}

.detall-tempesta:not(:last-child):before {
    content: "";
    height: 130px;
    border-right: 2px solid black;
    display: block;
    position: absolute;
    right: -10px;
    top: 0px;
	-webkit-transform: rotate(32deg);
 	-moz-transform:rotate(32deg);
 	-ms-transform:rotate(32deg);
 	-o-transform:rotate(32deg);
 	transform:rotate(32deg);
}

.detall-tempesta .titol {
    margin-bottom: 0px;
    padding: 25px 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 4px;
    font-size: 17px;
/*	background-color: #eef1f2; */

}

/*---------------------------------- agency section start (PATRIMONI) ---------------------------------*/
#patrimoni_section{
	background-image: url(../images/bg/patrimoni.jpeg);
	background-position-x: 60% !important;
}	
.creato_agency_bg {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 0 0 80px 0;
}
.creato_agency_bg #agency_half_overlay {
	position: absolute;
	left: -50%;
	bottom: -50%;
	right: 150%;
	top: -50%;
	z-index: 0;
	background-color: rgba(238, 241, 242, 0.93); /*#eef1f2;*/
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	transform: skewX(-10deg);
	backface-visibility: hidden;
}
.patrimoni_section_content {
	width: 50%;
	float: left;
	line-height: 40px;
}
.creato_section_heading {
	width: 100%;
	float: left;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
	display: block;
	margin-top: 60px;
	left: 16%;
	height: 140px;
}
.creato_section_heading:before {
    content: "";
    position: absolute;
    width: 160px;
    height: 4px;
    left: -120px;
    float: left;
    backface-visibility: hidden;
    top: 40px;
    background-color: #424242;
    -webkit-transition: all 0.5s;
	-webkit-transform: rotate(-60deg);
 	-moz-transform:rotate(-60deg);
 	-ms-transform:rotate(-60deg);
 	-o-transform:rotate(-60deg);
 	transform:rotate(-60deg);

}
.creato_section_heading p, 
.creato_section_heading h3 {
	font-size: 1.8vw;
	text-transform: uppercase;
	letter-spacing: 10px;
	color: #424242;
	position: absolute;
	font-weight: 300;
	top: 4px;
	z-index: 1;
	margin: 0px;
}
.creato_section_heading h3 span {
    font-size: 60px;
    display: block;
    font-weight: 500;

}
.estrategia_section_content h3 span {
    position: relative;
	margin: 0px;
	top: 15px;	
}
 
.creato_section_heading svg {
	z-index: 55;
	position: relative;
}
.creato_section_heading svg text {
	font-weight: 400;
	letter-spacing: 10px;
	text-transform: uppercase;
}
.patrimoni_section_content .light {
	font-weight: 350;
    color: black;
    padding-right: 20px;
}
.patrimoni_section_content .dark {
	font-weight: 600;
}
.patrimoni_section_content:lang(en) .dark {
	width: 90%;
}
.creato_nav_main_wrapper {
	display: none;
	-webkit-transition: all 0.5s;
	z-index: 999;
}
.creato_nav_main_wrapper.menu_open {
	display: block;
	-webkit-animation: fadeIn 0.5s;
	-moz-animation: fadeIn 0.5s;
	-ms-animation: fadeIn 0.5s;
	-o-animation: fadeIn 0.5s;
	animation: fadeIn 0.5s;
}
.creato_nav_wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	min-width: 400px;
	padding-left: 40px;
	text-align: left;
	background: #444444;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 9999;
	overflow-y: scroll;
	display: grid;
}
.creato_follow_us {
/*	
	position: fixed;
	right: 400px;
	left: 0;
	bottom: -100px;
	height: 300px;
	padding-left: 150px;
	background: #444444;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: skewY(-4deg);
	-moz-transform: skewY(-4deg);
	-ms-transform: skewY(-4deg);
	-o-transform: skewY(-4deg);
	transform: skewY(-4deg);
	z-index: 15000;
*/
}
.creato_follow_us .follow_us_icon {
/*
	-webkit-transform: skewY(4deg);
	-moz-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	-o-transform: skewY(4deg);
	transform: skewY(4deg);
	margin-top: 118px;
*/
	padding-left: 10px;
	margin-bottom: 20px;
}
.creato_follow_us span {
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	color: #ffffff;
	margin-right: 15px;
	line-height: 28px;
}
.creato_follow_us ul {
	display: table;
	list-style: none;
	padding: 0;
	margin: 0;
}
.creato_follow_us ul li {
	display: inline-block;
}
.creato_follow_us ul li a {
	color: #ffffff;
	padding: 0px 10px;
}
.creato_follow_us ul li a:hover {
	color: #AFC7E2;
}
.creato_nav > ul {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	margin-top: 80px;
}
.creato_nav > ul > li {
}
.creato_nav > ul > li > a {
	padding: 10px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	text-decoration: none;
	color: #ffffff;
}
.creato_nav > ul > li > a.active, 
.creato_nav > ul > li > a:hover {
	color: #AFC7E2;
}
.social_nav > ul {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	margin-top: 30px;
	display: flex;
	justify-content: start;
}
.social_nav > ul > li {
}
.social_nav > ul > li > a {
	padding: 10px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	text-decoration: none;
	color: #ffffff;
}
.social_nav > ul > li > a.active2, 
.social_nav > ul > li > a:hover {
	color: #AFC7E2;
}
.creato_nav_wrapper .creato_nav_logo {
	text-align: left;
	margin-top: 30px;
	width: 100%;
	float: left;
	padding-left: 10px;
}
.creato_nav_wrapper .creato_nav_logo a {
	text-decoration: none;
}
.fixed_menu .creato_nav_icon {
	position: fixed;
	z-index: 99999;
	backface-visibility: hidden;
}

.fixed_menu .creato_nav_wrapper {
	position: fixed;
	z-index: 999999;
	backface-visibility: hidden;
}
.fixed_menu .creato_follow_us {
	position: fixed;
	z-index: 99999;
	backface-visibility: hidden;
}
.fixed_menu .nav_close {
	position: fixed;
	z-index: 1500000;
	backface-visibility: hidden;
}
.fixed_menu .creato_nav_wrapper .creato_nav_logo {
	position: relative;
	z-index: 999;
}
.creato_section {
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
}
.creato_section ul {
    padding-left: 20px;
}
.columna2 .btn.btn-default {
    border: 2px solid;
}


.creato_nav_icon {
	position: absolute;
	right: 150px;
	top: 30px;
	min-width: 100px;
	z-index: 99999;
    word-spacing: 6px;
    font-weight: 300;
    font-size: 15px;
}
.lang {
    width: 150px;
    height: 50px;
    position: relative;
}
#nav_icon {
    left: 135px;
    position: relative;
    top: -65px;
    width: 50px;
    display: block;
    height: 50px;
}

.nav_icon span, .nav_close span {
    height: 4px;
    width: 45px;
    background: #424242;
    margin: 5px auto;
    -webkit-transform: rotate(-60deg);
 	-moz-transform:rotate(-60deg);
 	-ms-transform:rotate(-60deg);
 	-o-transform:rotate(-60deg);
 	transform:rotate(-60deg);
    position: relative;
    display: block;
    top:23px;
    left: -8px;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav_icon span:nth-child(2) {
    top: 15px;
    left: 6px;
}
.nav_icon span:nth-child(3) {
    top: 6px;
    left: 20px;
}

/*.nav_icon:hover span:nth-child(1),*/
.nav_icon.open span:nth-child(1) {
   top: 22px;
   	-webkit-transform: rotate(-45deg) translate(10px, 15px);
 	-moz-transform:rotate(-45deg) translate(10px, 15px);
 	-ms-transform:rotate(-45deg) translate(10px, 15px);
 	-o-transform:rotate(-45deg) translate(10px, 15px);
 	transform:rotate(-45deg) translate(10px, 15px);
}

/*.nav_icon:hover span:nth-child(2), */
.nav_icon.open span:nth-child(2)  {
	display: none;
}
/*.nav_icon:hover span:nth-child(3), */
.nav_icon.open span:nth-child(3) {
  /*  transform: rotate(-135deg) translate(6px, -9px);*/
 	-moz-transform:rotate(-135deg) translate(8px, -13px);
 	-ms-transform:rotate(-135deg) translate(8px, -13px);
 	-o-transform:rotate(-135deg) translate(8px, -13px);
 	transform:rotate(-135deg) translate(8px, -13px);
	top: 13px;
	left: 24px;
}

/* nav_close */
.nav_close span {
    background: white;
}

.nav_close span:nth-child(1) {
   top: 22px;
   	-webkit-transform: rotate(-45deg) translate(10px, 15px);
 	-moz-transform:rotate(-45deg) translate(10px, 15px);
 	-ms-transform:rotate(-45deg) translate(10px, 15px);
 	-o-transform:rotate(-45deg) translate(10px, 15px);
 	transform:rotate(-45deg) translate(10px, 15px);
}
.nav_close span:nth-child(2) {
	display: none;
}
.nav_close span:nth-child(3) {
  /*  transform: rotate(-135deg) translate(6px, -9px);*/
 	-moz-transform:rotate(-135deg) translate(8px, -13px);
 	-ms-transform:rotate(-135deg) translate(8px, -13px);
 	-o-transform:rotate(-135deg) translate(8px, -13px);
 	transform:rotate(-135deg) translate(8px, -13px);
	top: 13px;
	left: 24px;
}

.nav_icon.open {

}

.nav_icon.open span {
	background-color: white;
}

.nav_icon.open:hover span {
	background-color: #AFC7E2;
}
.creato_nav_icon img {
    width: 35px;
}

.creato_nav_icon img:hover {
    fill: white;
}

.lang a, .creato_nav_icon a {
	cursor: pointer;
    color: #424242;
    text-decoration-line: none;
    margin-right: 10px;
}
.lang a:hover {
  /*  color: white; */
    text-decoration-line: none;
}

.lang.tempesta {
    margin-left: auto;
 /*   margin-right: auto; */
    text-align: center;
    display:none;
}

.nav_close {
	position: fixed;
	z-index: 9999999;
/*	top: 30px;
	right: 30px;
*/
	top: 16px;
	right: 28px;
	margin-right: 30px;
	cursor: pointer;
	width: 50px;
	height: 50px;
}
.nav_close:hover img {
	-webkit-transform: rotate(180deg);
 -moz-transform:rotate(180deg) -ms-transform:rotate(180deg) -o-transform:rotate(180deg) transform:rotate(180deg) -webkit-transition: all 700ms cubic-bezier(0.585, 0.010, 0.245, 1.000);
	-moz-transition: all 700ms cubic-bezier(0.585, 0.010, 0.245, 1.000);
	-o-transition: all 700ms cubic-bezier(0.585, 0.010, 0.245, 1.000);
	transition: all 700ms cubic-bezier(0.585, 0.010, 0.245, 1.000); /* custom */
}
/*---------------------------------- agency section end ---------------------------------*/		


/*---------------------------------- service (ESTRATEGIA) section start ---------------------------------*/

.creato_service_bg {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 60px 0;
    
}
#estrategia_section {
    background-image: url(../images/bg/estrategia.jpg);
}	
.creato_service_bg #service_half_overlay {
	position: absolute;
	left: -50%;
	bottom: -50%;
	right: 150%;
	top: -50%;
	z-index: 3;
	/* background-color: #eef1f2; */
	background-color: rgba(238, 241, 242, 0.93);
	-webkit-transform: skewX(10deg);
	-moz-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	-o-transform: skewX(10deg);
	transform: skewX(10deg);
	backface-visibility: hidden;
}
.estrategia_section_content {
	width: 50%;
	float: left;
	line-height: 40px;
	position: relative;
	z-index: 10;
}

.estrategia_section_content .dark {
/*	font-size: 20px;*/
	font-weight: bold;
	color: #434343;
}
.estrategia_section_content:lang(en) .dark {
    width: 90% !important;
}

.estrategia_section_content .light {
/*	font-size: 20px; */
	color: black;
	font-weight: 350;
}

#estrategia_section .creato_section_heading svg text {
    letter-spacing: 10px;
}


/*---------------------------------- service section end ---------------------------------*/	


/*---------------------------------- slider quote 1 section start ---------------------------------*/
div#primer_slider_section {
    background-image:url(../images/bg/slider.jpg);
}
.primer_overlay_bg {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#primer_slider_overlay {
	position: absolute;
	bottom: 0%;
	top: 0%;
	left: 0%;
	right: 0%;
	z-index: 0;
	background-color: rgba(238, 241, 242, 0.93);
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	transform: skewX(-10deg);
	backface-visibility: hidden;
}
.primer_overlay_slider {
	text-align: center;
	margin: 20% 0;
}
.primer_overlay_slider p {
	color: #383249;
	font-size: 20px;
	text-transform: uppercase;
	padding: 40px 55px 26px 55px;
	letter-spacing: 5px;
	line-height: 40px;
	font-weight: 300;
}
.primer_overlay_slider p:before, .primer_overlay_slider p:after {
	content: "";
	width: 100px;
	padding: 37px 50px;
	height: 69px;
	line-height: 37px;
	background-image: url("../images/quote1.png");
	float: left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 3%;
	background-size: contain;
}
.primer_overlay_slider p:after {
	background-image: url("../images/quote2.png");
	left: 87%;
    top: 150px;
}
.primer_overlay_slider span {
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 12px;
	font-weight: 300;
}
/*---------------------------------- slider quote 1 section end ---------------------------------*/	



/*---------------------------------- slate (TRANSFORMACIO DIGITAL) section start ---------------------------------*/	
#transformacio_section {
	background-image: url(../images/bg/digital.jpg);
}
.creato_slate_bg {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 20px 0;
}
.creato_slate_bg #slate_half_overlay {
	position: absolute;
	left: 150%;
	bottom: -30%;
	right: 67px;
	top: -30%;
	z-index: 0;
	background-color: rgba(238, 241, 242, 0.93);
	-webkit-transform: skewX(10deg);
	-moz-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	-o-transform: skewX(10deg);
	transform: skewX(9deg);
	backface-visibility: hidden;
}
.creato_slate_content {
/*	text-align: right;
    color: black;*/
	font-weight: 350;
	float: left;
	line-height: 40px;
	padding-right: 0;
}

#transformacio_section .creato_section_heading {
/*	float: right;*/
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
	display: block;
	margin-top: 60px;
}


#transformacio_section .creato_section_heading:before {
    top: 40px;
    left: -120px;
}

#transformacio_section .creato_section_heading svg {
/*	float: right;*/
}
.creato_slate_content ul {
/*	list-style: none;
	padding: 10px 0 40px;
	*/
	margin: 0px;

}
.creato_slate_content ul li span.dark {
	font-weight: bold;
}
.creato_slate_content ul li span.dark:after {
	content: "/";
	padding: 0px 20px 0 7px;
}
.transformacio_section_content .btn-lg,
.patrimoni_section_content .btn-lg {
	font-weight: 300;
	margin: 20px 0 0 0;
}
.transformacio_section_content .dark_btn {
	background-color: #424242;
	border-color: #424242;
	color: #f6ebfb;
	margin-left: 18px;
}
.transformacio_section_content,
.patrimoni_section_content {
	padding: 70px 0 70px;
	float: left;
    width: 50%;
}

.transformacio_section_content .dark {
	font-weight: 600;
}

.transformacio_section_content:lang(en) svg text {
    font-size: 50px;
    letter-spacing: 8px;
}

.transformacio_section_content:lang(en) h3 span {
    font-size: 50px;
    letter-spacing: 4px;
}
/*---------------------------------- slate section end ---------------------------------*/	

/*---------------------------------- client section start ---------------------------------*/

.client_section_content .creato_section_heading {
    left: 0px;
    padding-left: 50px;
}

.client_section_content .creato_section_heading:before {
    top: 40px;
    left: -60px !important;
}

div#client_section {
	padding: 100px 0 85px;
}
div#xarxa_section {
	padding: 0px 0 85px;
}

.client_section_content h3 {
	margin-top: 10px;
}
.creato_client_img, .creato_xarxa_img {
	float: left;
	width: 20%;
	min-height: 150px;
}
.creato_client_img img {
	width: 100%;
    padding: 10px;
}

.creato_xarxa_img img {
	width: 100%;
    padding: 20px;	
}

.creato_client_wrapper {
	padding-top: 30px;
	display: block;
	float: left;
}

.subtitol {
    width: 92%;
}

.owl-carousel-clients {
	loop: true,
    margin:10,
    nav:true,
    responsive:{
        0:{
            items:1
        },
        600:{
            items:3
        },
        1000:{
            items:5
        }
    }
}

/*---------------------------------- client section end ---------------------------------*/	



/*---------------------------------- slider quote 2 section start ---------------------------------*/
div#creato_slider_section {
    background-image:url(../images/bg/slider3.jpg);
}
.creato_overlay_bg {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#creato_slider_overlay {
	position: absolute;
	bottom: 0%;
	top: 0%;
	left: 0%;
	right: 0%;
	z-index: 0;
	background-color: rgba(238, 241, 242, 0.93);
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	transform: skewX(-10deg);
	backface-visibility: hidden;
}
.creato_overlay_slider {
	text-align: center;
	margin: 20% 0;
}
.creato_overlay_slider p {
	color: #383249;
	font-size: 20px;
	text-transform: uppercase;
	padding: 40px 55px 26px 55px;
	letter-spacing: 5px;
	line-height: 40px;
	font-weight: 300;
}
.creato_overlay_slider p:before, .creato_overlay_slider p:after {
	content: "";
	width: 100px;
	padding: 37px 50px;
	height: 69px;
	line-height: 37px;
	background-image: url("../images/quote1.png");
	float: left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 3%;
	background-size: contain;
}
.creato_overlay_slider p:after {
	background-image: url("../images/quote2.png");
	left: 87%;
    top: 150px;
}
.creato_overlay_slider span {
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 12px;
	font-weight: 300;
}
/*---------------------------------- slider quote 2 section end ---------------------------------*/	


/*---------------------------------- com treballem inici --------------------------------*/

#team_section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.team_heading{
/*    background-color: #424242;
    color: white;
    padding-left: 10%;
*/
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    letter-spacing: 7px;
    position: relative;
}
.team_heading:after {
    content: "";
    position: absolute;
    width: 160px;
    height: 4px;
    left: 280px;
    float: left;
    backface-visibility: hidden;
    top: 60px;
    background-color: #424242;
    -webkit-transition: all 0.5s;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.team_heading:lang(es):after {
    left: 330px;
}
.team_heading:lang(en):after  {
    left: 360px;
}
/*
.team_heading svg text {
	font-weight: 400;
	letter-spacing: 10px;
	text-transform: uppercase;	
} */
.team_heading h3 {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 10px;
    text-transform: uppercase;
}
.team_container{
/*    background-color: gainsboro;
    padding-left: 10%;
    padding-right: 10%;
    */
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 300;
    display: flex;

}

.detall-treballem {
    width: 33%;
    background-color: white;
    padding: 15px;
    margin: 1%;
    font-size: 16px;
}
.detall-treballem ul {
    padding: 10px 0px 0px 15px;
}
.detall-treballem li {
    margin-bottom: 10px;
}

.detall-treballem .text {
	line-height: 28px;
}

.detall-treballem .text2 {
	line-height: 22px;
}
.text2 li span {
    font-size: 15px;
}

.collaborator {
	margin-left: -16px;
}

.titol {
    color: black;
    font-weight: 600;
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
/*
.titol:before {
	content:"";
    background-image: url("../images/icon/seed.svg");
    width: 50px;
    height: 50px;
}
*/
.detall-treballem .titol {
    color: black;
    font-weight: 600;
    height: 100px;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 15px;
}

.detall-treballem .titol:before {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.detall-treballem  .titol.tempesta:before {
    background-image: url("../images/icon/tempesta.svg");
 }
.detall-treballem .titol.equip:before {
    background-image: url("../images/icon/seed.svg");
 }
.detall-treballem  .titol.treballem:before {
    background-image: url("../images/icon/team.svg");
 }


/*---------------------------------- com treballem fi ---------------------------------*/	

/*---------------------------------- portfolio section start ---------------------------------*/	

.portfolio_heading{
/*    background-color: #424242;
    color: white;
    padding-left: 10%;
*/
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    letter-spacing: 7px;
    position: relative;
    height: 140px;
}
.portfolio_heading:after {
    content: "";
    position: absolute;
    width: 160px;
    height: 4px;
    left: 270px;
    float: left;
    backface-visibility: hidden;
    top: 60px;
    background-color: #424242;
    -webkit-transition: all 0.5s;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
/*
.portfolio_heading svg text {
	font-weight: 400;
	letter-spacing: 10px;
	text-transform: uppercase;	
} */
.portfolio_heading h3 {
	font-size: 47px;
	font-weight: 400;
	letter-spacing: 8px;
	text-transform: uppercase;	
}
.portfolioFilter .btn.btn-default {
    border: 2px solid #6e606e;
    margin-bottom: 4px;
}



#portfolio_section .portfolio_section_content {
/*	text-align: right; */
	font-weight: 300;
}
/*
#portfolio_section .creato_section_heading p {
	right: 0;
	top: 0px;
}
*/
.portfolio_section_content .creato_section_heading {
    left: 0px;
}

.portfolio_img_wrapper {
	height: 275px;
}
.portfolio_img_wrapper img, .portfolio_img_wrapper video {
    height: 275px;
	width: 100%;
	top: 6px;
	object-fit: cover;
}

.padding_left0.padding_right0 {
    width: 33%;
}

.padding_left0 {
	padding-left: 0px !important;
}
.padding_right0 {
	padding-right: 0px !important;
	right: 0 !important;
}
#portfolio_section .creato_section_heading:after {
	left: 70%;
	z-index: 1;
}
#portfolio_section .portfolio_section_content p {
	z-index: 1;
	font-size: 1.8vw;
	text-transform: uppercase;
	letter-spacing: 10px;
	color: #424242;
	position: absolute;
	font-weight: 300;
	/* right: 0; */
}

.portfolioFilter {
/*    visibility: hidden; */
}
.portfolioFilter {
	padding: 35px 0 56px;
	margin-right: 18px;
}
.portfolioFilter a {
	text-decoration: none;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	color: #434343;
	padding: 16px 17px 16px 21px;
	position: relative;
	z-index: 1;
	background-color: transparent;
	display: inline-block;
}
.portfolioFilter span.tooltip {
	color: #e6e8ea;
	position: absolute;
	width: 31px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	background-color: #94aca8;
	z-index: 1;
	bottom: 100%;
	left: 100%;
/*	display: inline-block; */
	display: none;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
}
.portfolioFilter a:hover, .portfolioFilter a.current {
	background-color: white;
	color: black !important;
	/*background-color: #94aca8;
	color: #e6e8ea;
	*/
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.portfolioFilter a:hover span.tooltip, .portfolioFilter a.current span.tooltip {
	opacity: 1;
}

div#creato_portfolio_wrapper {
	float: left;
	width: 100%;
	text-align: center;
}
.portfolio_img_wrapper {
	overflow: hidden;
	float: left;
	width: 100%;
	position: relative;
}
.portfolio_img_overlay {
	position: absolute;
	bottom: 0%;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: right;
}
.portfolio_img_overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(102,102,102,1);
	background: -moz-linear-gradient(-45deg, rgba(102,102,102,1) 0%, rgba(132,132,132,0.92) 53%, rgba(165,165,165,0.9) 70%, rgba(165,165,165,0.9) 80%, rgba(102,102,102,0.9) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(109,102,111,1)), color-stop(53%, rgba(136,128,140,0.92)), color-stop(70%, rgba(159,153,162,0.9)), color-stop(80%, rgba(172,167,175,0.9)), color-stop(100%, rgba(103,97,106,0.9)));
	background: -webkit-linear-gradient(-45deg, rgba(102,102,102,1) 0%, rgba(132,132,132,0.92) 53%, rgba(165,165,165,0.9) 70%, rgba(165,165,165,0.9) 80%, rgba(102,102,102,0.9) 100%);
	background: -o-linear-gradient(-45deg, rgba(102,102,102,1) 0%, rgba(132,132,132,0.92) 53%, rgba(165,165,165,0.9) 70%, rgba(165,165,165,0.9) 80%, rgba(102,102,102,0.9) 100%);
	background: -ms-linear-gradient(-45deg, rgba(102,102,102,1) 0%, rgba(132,132,132,0.92) 53%, rgba(165,165,165,0.9) 70%, rgba(165,165,165,0.9) 80%, rgba(102,102,102,0.9) 100%);
	background: linear-gradient(-45deg, rgba(102,102,102,1) 0%, rgba(132,132,132,0.92) 53%, rgba(165,165,165,0.9) 70%, rgba(165,165,165,0.9) 80%, rgba(102,102,102,0.9) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d666f', endColorstr='#67616a', GradientType=1 );
	opacity: 1;
	-webkit-transform: translate3d(0, 40%, 0);
	transform: translate3d(0, 60%, 0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.project_name {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #eef1f2;
	font-weight: 300;
	padding: 0px 30px 10px 10px;
/*	opacity: 0;
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
    background-color: rgba(100,100,100,0.8);
 */
}
.project_name a { 
	color: #eef1f2;
}
.project_name p { 
	font-size: 16px;
	display: none;
	line-height: 20px;
}
.project_name h4 {
	text-transform: uppercase;
	color: #eef1f2;
	font-weight: bold;
}
.portfolio_img_wrapper:hover .portfolio_img_overlay:before, .portfolio_img_wrapper:hover .project_name {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.portfolio_img_wrapper:hover .project_name p {
	display: block;
}
.creato_portfolio_bg {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
}
.creato_portfolio_bg #creato_portfolio_overlay {
	position: absolute;
	left: -7%;
	bottom: 0;
	right: 0%;
	top: 0%;
	z-index: 1;
	background-color: rgba(238, 241, 242, 0.93); /*#eef1f2;*/
	-webkit-transform: skewX(14deg);
	-moz-transform: skewX(14deg);
	-ms-transform: skewX(14deg);
	-o-transform: skewX(14deg);
	transform: skewX(14deg);
	backface-visibility: hidden;
}
/*---------------------------------- portfolio section end ---------------------------------*/	

/*---------------------------------- testimonial section start ---------------------------------*/	
div#testimonial_section {
	position: relative;
}
div#testimonial_container {
	position: relative;
	float: left;
	width: 100%;
}
.testimonial_section_content {
	padding-top: 100px;
}
.testimonial_content_wrapper {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 64px 0 0px;
	margin-bottom: 100px;
}
.testimonial_content {
	float: left;
	width: 53%;
	font-size: 14px;
	line-height: 40px;
	position: absolute;
	top: 22%;
	z-index: 2;
}
.testimonial_content_wrapper .ms-left .testimonial_content {
	right: 0;
	padding-right: 5%;
}
.testimonial_content_wrapper .ms-right .testimonial_content {
	padding-left: 5%;
}
.testimonial_content_wrapper .ms-left img {
	float: left;
}
.testimonial_content_wrapper .ms-left {
	text-align: right;
}
.testimonial_content_wrapper .ms-right {
	padding-left: 2%;
	text-align: left;
}
.testimonial_content_wrapper .ms-left .ms-section:before {
	content: "";
	z-index: 1;
	position: absolute;
	left: 30%;
	bottom: 0;
	right: -100%;
	top: -30%;
	background-color: rgba(238, 241, 242, 0.86);
	-webkit-transform: skewX(10deg);
	-moz-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	-o-transform: skewX(10deg);
	transform: skewX(-20deg);
	backface-visibility: hidden;
}
.testimonial_content_wrapper .ms-left .ms-section, .testimonial_content_wrapper .ms-right .ms-section {
	overflow: hidden;
}
.testimonial_content_wrapper .ms-right .ms-section:before {
	content: "";
	z-index: 1;
	position: absolute;
	left: -100%;
	bottom: 0;
	right: 30%;
	top: -30%;
	background-color: rgba(238, 241, 242, 0.86);
	-webkit-transform: skewX(10deg);
	-moz-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	transform: skewX(20deg);
	backface-visibility: hidden;
}
.testimonial_detail strong {
	text-transform: uppercase;
	font-size: 20px;
	color: #5d5461;
}
.testimonial_detail {
	font-size: 14px;
	line-height: 19px;
	padding-top: 25px;
}
.testimonial_content p {
	position: relative;
	padding-bottom: 37px;
}
.testimonial_content p:after {
	content: "";
	border-bottom: 2px solid #5d5461;
	width: 28px;
	top: 100%;
	right: 0;
	position: absolute;
}
.testimonial_content .testimonial_detail p:after {
	display: none;
}
.testimonial_content_wrapper .ms-right .testimonial_content p:after {
	right: 92%;
}
.testimonial_bg {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 20px 0;
	min-height: 550px;
	background-position: 0% 0;
	background-repeat: no-repeat;
}
.ms-section img {
	position: relative;
	float: right;
}
#testimonial_overlay {
	position: absolute;
	left: -150%;
	bottom: 0;
	right: -150%;
	top: -15%;
	z-index: 1;
	background-color: rgba(238, 241, 242, 0.81);
	-webkit-transform: perspective(100px) rotateX(4deg);
	-moz-transform: perspective(100px) rotateX(4deg);
	-ms-transform: perspective(100px) rotateX(4deg);
	-o-transform: perspective(100px) rotateX(4deg);
	transform: perspective(100px) rotateX(4deg);
}
/** testimonial Slider **/
.testimonial_slider {
	display: none;
}
.testimonial_slider .testimonial_detail {
	position: relative;
	float: left;
	width: 100%;
}
.testimonial_slider .testimonial_overlay {
	z-index: 1;
	position: absolute;
	left: 28%;
	bottom: 0;
	right: -100%;
	top: -30%;
	background-color: rgba(238, 241, 242, 0.86);
	-webkit-transform: skewX(10deg);
	-moz-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	-o-transform: skewX(10deg);
	transform: skewX(-20deg);
	backface-visibility: hidden;
}
.testimonial_slider .testimonial_content {
	width: 100%;
	text-align: center;
	float: right !important;
	padding-left: 32%;
	top: 38%;
}
.testimonial_slider .testimonial_content p:after {
	display: none;
}
.testimonial_slider .testimonial_content .testimonial_detail:after {
	content: "";
	border-bottom: 2px solid #5d5461;
	width: 50px;
	top: 0;
	left: 50%;
	position: absolute;
	margin-left: -25px;
}
.testimonial_slider img {
	float: left;
	width: initial !important;
}
/** testimonial Slider **/
/*---------------------------------- testimonial section end ---------------------------------*/	
/*---------------------------------- slider quote 3 section start ---------------------------------*/
div#tercer_slider_section {
    background-image:url(../images/bg/slider3.jpg);
}
.tercer_overlay_bg {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#tercer_slider_overlay {
	position: absolute;
	bottom: 0%;
	top: 0%;
	left: 0%;
	right: 0%;
	z-index: 0;
	background-color: rgba(238, 241, 242, 0.93);
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	transform: skewX(-10deg);
	backface-visibility: hidden;
}
.tercer_overlay_slider {
	text-align: center;
	margin: 20% 0;
}
.tercer_overlay_slider p {
	color: #383249;
	font-size: 20px;
	text-transform: uppercase;
	padding: 40px 55px 26px 55px;
	letter-spacing: 5px;
	line-height: 40px;
	font-weight: 300;
}
.tercer_overlay_slider p:before, .tercer_overlay_slider p:after {
	content: "";
	width: 100px;
	padding: 37px 50px;
	height: 69px;
	line-height: 37px;
	background-image: url("../images/quote1.png");
	float: left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 3%;
	background-size: contain;
}
.tercer_overlay_slider p:after {
	background-image: url("../images/quote2.png");
	left: 87%;
    top: 150px;
}
.tercer_overlay_slider span {
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 12px;
	font-weight: 300;
}
/*---------------------------------- slider quote 3 section end ---------------------------------*/	

/*---------------------------------- contact section start ---------------------------------*/

.address {
    margin-top: 40px;
    font-weight: 300;
}
.address .title {
    font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.address .text {
    font-size: 16px;
}

@media screen and (max-width:600px) {
	.address .text {
		font-size: 14px;
	}
}

.address .maps iframe{
	margin-top: 20px;
	width: 600px;
	height: 444px;
	border: #111;
}

@media screen and (max-width:600px) {
	.address .maps iframe{
    	width: 200px;
		height: 148px;
    }
}

#contact_section{
	background-image: url(../images/bg/bcn.jpg);
}	

.contact_section h3 span {
	font-size: 50px;
}
.google_map_wrapper {
	float: left;
	width: 100%;
	position: relative;
}
#contact_section .creato_section_heading p {
	top: 0px;
}
.creato_contact_bg {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
}
#contact_half_overlay {
	position: absolute;
	left: -50%;
	bottom: 0;
	right: -50%;
	top: 0;
	z-index: 999;
	background-color: #eef1f2;
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	transform: skewX(-10deg);
	backface-visibility: hidden;
}
div#contact_section .creato_section_heading {
	margin-bottom: 80px;
}
input.submit_btn, input.submit_btn:hover, input.submit_btn.active, input.submit_btn:focus {
	float: left;
	width: 100%;
	text-transform: uppercase;
	padding: 22px 25px;
	color: #eef1f2;
	background-color: #8E8E8E;
	border-color: #8E8E8E;
}
/*
#creato_sub{
	float: left;
	width: 100%;
	text-transform: uppercase;
	padding: 22px 25px;
	color: #eef1f2;
	background-color: #8E8E8E;
	border-color: #8E8E8E;
}*/

#creato_sub {
  /*  float: left; 
    width: 100%; */
    text-transform: uppercase;
    border: 2px solid;
    width: 50%;   
}
.creato_contact_container .col-lg-6 {
	z-index: 9999;
	position:relative;
	display:block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.creato_contact_container {
	z-index: 9999;
	position:relative;
	display:block;
}
}
.contact_section {
	padding: 22% 0 36%;
	float: left;
	width: 100%;
}
/*---------------------------------- contact section end ---------------------------------*/	

/*---------------------------------- footer section start ---------------------------------*/

#footer_section a {
    color: white !important;
}
#footer_section a:hover {
	color: #337ab7 !important;
}

div#footer_section {
	background-color: #2b2b2b;
	color: #ffffff;
}
.creato_footer_bg {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
}
#footer_half_overlay {
	position: absolute;
	left: 0%;
	bottom: -30%;
	right: -10%;
	top: 0;
	z-index: 1;
	background-color: #2e2e2e;
	-webkit-transform: skewX(10deg);
	-moz-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	-o-transform: skewX(10deg);
	transform: skewX(9deg);
	backface-visibility: hidden;
}
.creato_footer_wrapper {;
	float: left;
	width: 100%;
/*	padding: 21% 0 15%;*/
	padding-top: 5%; 
}
.footer_section_heading {
	width: 100%;
    top: -50px;
	float: left;
	position: relative;
	display: block;
	text-align: right;
    z-index: 100;
    scale: 0.8;
}

.footer_section_heading.accio img {
  max-width: 350px;
  width: 100%;
}

.footer_wrapper.arts img {
  width: 500px;
}

.footer_wrapper {
	float: left;
	width: 100%;
}
.footer_wrapper ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer_wrapper ul li {
	float: left;
	display: inline-block;
}
.footer_content_wrapper {
	padding: 25px 27px;
	letter-spacing: 5px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 300;
	position: relative;
	float: left;
	width: 100%;
	cursor: default;
	z-index: 1;
}
.tolltip_wrapper {
	position: absolute;
	bottom: 100%;
	border: 1px solid #ffffff;
	padding: 10px 9px;
	width: auto;
	float: left;
	color: #ffffff;
	font-size: 14px;
	min-width: 145px;
	left: 0%;
	display: none;
	text-align: center;
	background-color: #2b2b2b;
}
.tolltip_wrapper:after {
	content: "";
	background-color: #2b2b2b;
	height: 17px;
	left: 45%;
	position: absolute;
	top: 100%;
	margin-top: -9px;
	width: 17px;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	-ms-transform: rotate( 314deg );
	-ms-transform-origin: 50% 50%;
	-webkit-transform: rotate( 314deg );
	-webkit-transform-origin: 50% 50%;
	-moz-transform: rotate( 314deg );
	-moz-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.footer_wrapper ul li:nth-child(3) .tolltip_wrapper {
	left: -61%;
}
.creato_social ul li a {
	margin: 0 12px;
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}
.creato_social ul li a:hover {
	color: #f6ebfb;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.footer_content_wrapper:hover .tolltip_wrapper {
	display: block;
	-webkit-animation: bounce 0.8s;
	-moz-animation: bounce 0.8s;
	-o-animation: bounce 0.8s;
	-ms-animation: bounce 0.8s;
	animation-name: bounce 0.8s;
}
.tolltip_wrapper a, .tolltip_wrapper a:hover {
	color: #ffffff;
	text-decoration: none;
}


.footer_bottom {
    display: flex;
}

.footer_bottom .footer_content_wrapper {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    font-size: 13px;
    letter-spacing: 3px;
}



/*---------------------------------- footer section end ---------------------------------*/

/*---------------------------------- other css start ---------------------------------*/	
.border_right {
	border-right: 0px !important;
}
.white_btn {
	position: relative;
	overflow: hidden;
	z-index: 1;
	font-weight: 300 !important;
	padding: 20px 19px !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px !important;
}
.white_btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);
	-moz-transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);
	-ms-transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);
	-o-transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	-moz-transform-origin: 0% 100%;
	-o-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	-moz-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	-ms-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	-o-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
a.white_btn:hover {
	color: black;
}
.white_btn:hover:before {
	opacity: 1;
	background-color: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	-moz-transform: rotate3d(0, 0, 1, 0deg);
	-ms-transform: rotate3d(0, 0, 1, 0deg);
	-o-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.dark_btn {
	position: relative;
	overflow: hidden;
	z-index: 1;
	font-weight: 300 !important;
	padding: 20px 32px !important;
	text-transform: uppercase;
	font-size: 16px!important;
	letter-spacing: 2px;
}
.dark_btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(238, 241, 242, 0.93);
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);
	-moz-transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);
	-ms-transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);
	-o-transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	-moz-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	-o-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	-moz-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	-ms-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	-o-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
a.dark_btn:hover {
	background-color: #424242;
}
.dark_btn:hover:before {
	opacity: 1;
	background-color: rgba(238, 241, 242, 0.93);
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	-moz-transform: rotate3d(0, 0, 1, 0deg);
	-ms-transform: rotate3d(0, 0, 1, 0deg);
	-o-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
/*---------------------------------- other css end ---------------------------------*/	


/*---------------------------------- Collapse text -------------------------------*/	

.btn.more {
	display: none;
	background-image: url("../images/icon/see-more.svg");
	background-repeat: no-repeat;
	-webkit-transform: rotate(-90deg);
 	-moz-transform:rotate(-90deg);
 	-ms-transform:rotate(-90deg);
 	-o-transform:rotate(-90deg);
 	transform:rotate(-90deg);

	height: 32px;
	width: 32px;
	position: absolute;
	right: 45%;
}
.btn.more.collapsed {
	-webkit-transform: rotate(90deg);
 	-moz-transform:rotate(90deg);
 	-ms-transform:rotate(90deg);
 	-o-transform:rotate(90deg);
 	transform:rotate(90deg);
}
.collapse.mobile {
	display: block;
}
/*	.collapse.mobile {
		display: none;
	}
*/
/*---------------------------------- Modal  -------------------------------*/	
.modal-header .close {
    margin-top: -20px !important;
}
.modal-dialog.modal-dialog-centered {
    transform: translate(0,0%) !important;
}
.btn.seemodal {
    background-image: url("../images/icon/see-plus-white.svg");
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
 	-moz-transform:rotate(-90deg);
 	-ms-transform:rotate(-90deg);
 	-o-transform:rotate(-90deg);
 	transform:rotate(-90deg);

    height: 32px;
    width: 32px;
    position: absolute;
    right: 45%;
    top:-50px;
}

.modal-header {
    background-color: #94aca8;
    color: white;
    text-transform: uppercase;
}


.modal-body {
    font-size: 15px !important;
    line-height: 25px !important;
}
.modal-body li {
    margin-top: 10px;
}
.modal-body img, .modal-body video {
    width: 100%;
    margin-bottom: 20px;
}

.modal-footer .btn {
    background-color: #efefef;
    padding: 15px 25px !important;
    border: 2px solid;
}
.modal-footer .btn:hover {
/*    background-color: #94aca8;
    color: white;
*/}

/*---------------------------------- Columnes Dobles -------------------------------*/	

.col-lg-6.col-md-6.doble {
    display: flex;
    width: 100%;
}

.patrimoni_section_content.columna2,
.estrategia_section_content.columna2{
	opacity: 0;
	transition: opacity 1s;
	top: 233px;
	left:30px;
	position: relative;
	padding-right: 70px;
}

.transformacio_section_content.columna2 {
	opacity: 0;
	transition: opacity 1s;
	top: 229px;
	left:30px;
	position: relative;
	padding-right: 70px;
}


.transformacio_section_content.wow.fadeInRight.DigitalIn {
	-webkit-animation-name: DigitalIn;
  	animation-name: DigitalIn;
}

.columna2 .btn.btn-default {
	margin-left: 20px;
}

/*---------------------------------- Menú hamburguesa -------------------------------*/	



@media screen and (max-width:1200px) {
	.creato_nav_icon {
		right: 0px;
	}	
}

@media screen and (min-width:681px) and (max-width: 990px) {

	.detall-tempesta .titol {
		font-size: 1.6vw;
		letter-spacing: 3px;
	}


	#portfolio_section .creato_section_heading:after {
	    left: 60%;
	}
}

@media screen and (max-width: 767px) {

	.nav_icon span, .nav_close span {
		height: 2px;

	}
	.nav_icon span:nth-child(2) {
    	top: 16px;
	}
	.nav_icon span:nth-child(3) {
	    top: 8px;
	}

	/* .nav_icon:hover span:nth-child(3), */
	.nav_icon.open span:nth-child(3) {
    	top: 15px;
    }


    /* imatges background */
	#patrimoni_section{
		background-image: url(../images/bg/patrimoni-768.jpeg);
	}	

	#estrategia_section {
	    background-image: url(../images/bg/estrategia-768.jpg);
	}	

	div#primer_slider_section {
	    background-image:url(../images/bg/slider-768.jpg);
	}

	#transformacio_section {
		background-image: url(../images/bg/digital-768.jpg);
	}

	div#creato_slider_section {
	    background-image:url(../images/bg/slider3-768.jpg);
	}

	div#tercer_slider_section {
	    background-image:url(../images/bg/slider3-768.jpg);
	}

	#contact_section{
		background-image: url(../images/bg/bcn-768.jpg);
	}	
    /* fi imatges background */



	.creato_follow_us {
		padding-left: 50px;
	}

	.creato_nav_wrapper .creato_nav_logo {
		padding-left: 60px;
	}

	#nav_icon {
	/*	left: 95px; */
		top: -12px;
	}

	.creato_nav {
	    position: relative;
	    top: 70px;
	}

	.icon-scroll-down {
		display: block;
		scroll-behavior: smooth;
	}
/*
	.social_nav {
	    position: absolute;
	    top: 110px;
	}
*/

	#tempesta_section {
		padding-top: 50px;
	}
	h1 {
		font-size: 30px;
	}
	.columna2 {
	    display: none;
	}
	.transformacio_section_content,
	.patrimoni_section_content,
	.estrategia_section_content {
		width: 100%;
	}

	.lang {
		display: none;
	}
	.lang.tempesta {
		display: block;
	}
	.social_nav > ul {
		justify-content: start;
	}

	.btn.more {
		display: block;
	}
	.collapse.mobile {
		display: none;
	}
	.creato_footer_wrapper {
	/*	padding-top: 20%; */
	}


	.transformacio_section_content {
	/*	padding: 0px;*/
	}

	.transformacio_section_content,
	.patrimoni_section_content {
		padding: 20px 0 20px;
	}

	#team_section {
		margin-bottom: 0px;
	}

	.padding_left0.padding_right0 {
	    width: 50%;
	}

	.creato_section_heading p,
	.creato_section_heading h3, 
	#portfolio_section .portfolio_section_content p {
		font-size: 18px;
	}

	div#client_section {
		padding: 10px 0 50px;
	}

	.footer_wrapper {
	     /* height: 150px;
	   left: calc(50% - 120px); */
	    position: relative;
	    display: flex;
	}
	.footer_wrapper ul {
		margin: auto;
	}
	.footer_content_wrapper {
		padding: 0px;
	}
	.client_section_content .creato_section_heading {
	    left: 8%;
	}
	.subtitol {
		padding-left: 50px;
	}
	.creato_section_heading {
	    width: 92%;
	}
	#portfolio_section .creato_section_heading:after {
    	left: 45%;
	}

	.footer_section_heading {
		top:-20px;
	}

	.creato_portfolio_bg {
		margin-top:25px;
	}

	.footer_wrapper.arts img {
	  width: 90%;
      margin: 20px auto;
	}
}


@media screen and (max-width:680px) {

	body {
		font-size:16px !important;
		line-height: 32px !important;
	}

	.tempesta_container {
		margin-top: 100px;
	}

	.tempesta_container {
    	display: block;
		margin-left: 30%;
		position: relative;
    }
    .team_container {
    	display: block;
		position: relative;
    }
    
    .titol-tempesta {
    	display: block;
	    text-transform: uppercase;
	    font-weight: 500;
	    letter-spacing: 4px;
	    font-size: 17px;
	    position: relative;
	    left: -130px;
	    color: black;
	    top: -20px;
	}

    .detall-tempesta, .detall-treballem {
	    width: 100%;
	    margin: 10px 0;
	}
	.col-lg-6.col-md-6.doble {
		display: block;
	}
	.patrimoni_section_content.columna2, 
	.transformacio_section_content.columna2, 
	.estrategia_section_content.columna2 {
		top:0px !important;
	}
	.titol {
		height: auto;
		margin-bottom: 10px !important;;

	}


	.detall-tempesta:not(:last-child):before, .detall-tempesta:before {
    /*	content: ""; */
	    height: 0px;
	    border-right: 2px solid black;
	    display: block;
	    position: absolute;
	    right: 180px;
	    top: 10px;
		-webkit-transform: rotate(32deg);
	 	-moz-transform:rotate(32deg);
	 	-ms-transform:rotate(32deg);
	 	-o-transform:rotate(32deg);
	 	transform:rotate(32deg);
	}

	#tempesta_section .container {
		position: relative;
	}

	.tempesta_container:before {
		content: "";
		height: 300px;
		border-right: 2px solid black;
		display: block;
		position: absolute;
		left: 15px;
		top: -75px;
		-webkit-transform: rotate(32deg);
		-moz-transform: rotate(32deg);
		-ms-transform: rotate(32deg);
		-o-transform: rotate(32deg);
		transform: rotate(32deg);
	}

	.titol {
		justify-content: normal;
		padding: 0px !important;
		width: auto;
	}

	#tempesta_section {
		text-align: left;
	}
	.detall-tempesta:nth-child(2) .titol {
		padding-left: 78px !important;
	}
	.detall-tempesta:nth-child(3) .titol {
		padding-left: 52px !important;
	}
	.detall-tempesta:nth-child(4) .titol {
		padding-left: 26px !important;
	}
}

@media screen and (max-width:635px) {
	.creato_nav_icon {
		right: 10px;
	}

	.padding_left0.padding_right0 {
    	width: 100%;
	}

	.transformacio_section_content:lang(en) h3 span {
	    font-size: 7vw;
	    letter-spacing: 4px;
	}

	#portfolio_section .creato_section_heading:after {
    	left: 40%;
	}
	.team_heading svg {
		width: 100%;
	}
	.contact_section h3 span {
	    font-size: 8vw;
	    letter-spacing: 7px;
	}

}


@media screen and (max-width:500px) {


	.titol-tempesta {
		left: -80px;
	}
	.tempesta_container:before {
	    left: 40px;
	}

	.tempesta_container {
	    margin-left: 20%;
	}
	.detall-tempesta .titol {
		letter-spacing: 2px;
		line-height: 25px;
	}


	.estrategia_section_content svg text {
		font-size: 45px;
	}
	.creato_section_heading h3 span {
	    font-size: 9vw;
	    display: block;
	    font-weight: 400;
	    position: relative;
	}
	.video-parallax {
	    object-fit: cover;
	    height: 350px;
	}
	.creato_section_heading:before {
	    width: 110px;
	    left: -80px !important;
	}
	.client_section_content .creato_section_heading:before {
	    left: -40px !important;
	}
	.team_heading:after, .portfolio_heading:after {
	    width: 110px;
	}
	.team_heading h3 {
	    font-size: 5vw;
	    letter-spacing: 7px;
	}
	.portfolio_heading h3 {
		font-size: 9vw;
		letter-spacing: 7px;
	}


	.portfolio_heading svg {
		width: 100%;
	}
 	.portfolio_heading:after {
		left: 62%;
	}
	#xarxa_section h3 span {
	    font-size: 10vw !important;
	    margin-top: 10px;
	}
}


@media screen and (max-width:480px) {

	.client_section_content svg text {
		font-size: 120px;
	}

	.estrategia_section_content .dark {
	    width: 95%;
	}
	.team_heading svg text {
	/*	font-size: 30px;*/
	}
	.team_heading:after {
		left: 50%;
	}
	.team_heading:lang(es):after {
    	left: 57%;
	}
	.team_heading:lang(en):after {
    	left: 60%;
	}
 	.portfolio_heading:after {
	/*	left: 35%; */
	}
	.creato_client_img img, .creato_xarxa_img img {
	    padding: 0px;
	}

	.footer_bottom {
	    display: block;
	    text-align: center;
	}
	.footer_bottom .footer_content_wrapper {
		width: 100%;
	}
	.detall-tempesta:nth-child(2):before {
	    top: 25px;
	}

}

@media screen and (max-width:420px) {

	.detall-tempesta:not(:last-child):before, .detall-tempesta:before {
	    right: 140px;
	}

	.detall-tempesta:nth-child(1):before, .detall-tempesta:nth-child(2):before {
	    top: 25px;
	}
}

#Modal10 img {
	width: 60% !important;
	align-items: center;
}

.creato_client_img {
	display: grid;
	align-items: end;
}