body{
	font-family: 'Helvetica';
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.25;
	color: #1A1F30;
}

.logoinfocus.active{
	filter: brightness(0) saturate(100%) invert(7%) sepia(6%) saturate(6676%) hue-rotate(191deg) brightness(92%) contrast(86%);
}
.menuicon.active{
	filter: brightness(0) saturate(100%) invert(7%) sepia(6%) saturate(6676%) hue-rotate(191deg) brightness(92%) contrast(86%);
}

.section_nav {
  position: fixed;
  bottom: 50vh;
  right: 3vw;
  z-index: 100;
}

.section_nav a {
  display: block;
}

.panel {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.5em;
  text-align: center;
  color: white;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
}

.red {
  background-color: #c82736;
  }


/*************************************** BLOC 1 **************************************/

#bloc1 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 30;
	width: 100%;
	height: 100vh;
}


#bloc1 .videodj_cont {
	width: 100%;     /* Ancho del contenedor */
	height: 100vh;   /* Alto del contenedor o ajustable según lo necesites */
	overflow: hidden; /* Ocultar cualquier parte del video que se salga del contenedor */
	position: absolute;
	z-index: 1;
}

#bloc1 .videodj_cont video {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Hace que el video cubra todo el contenedor manteniendo la proporción */
}


#bloc1 .home_part {
	width: 100%;     /* Ancho del contenedor */
	height: 100vh;   /* Alto del contenedor o ajustable según lo necesites */
	overflow: hidden; /* Ocultar cualquier parte del video que se salga del contenedor */
	position: absolute;
	transition: clip-path 0.6s ease;
}

#bloc1 .home_part.expandido {
	clip-path: inset(0% 0% 0% 0%);
	transition: clip-path 2s ease;
}


#bloc1 .home_part_1 {
	clip-path: inset(0% calc(50% + 1px) calc(50% + 1px) 0%); /* Ejemplo de máscara rectangular */
	clip-path: inset(0% calc(50%) calc(50%) 0%); /* Ejemplo de máscara rectangular */
	z-index: 1;
}

#bloc1 .home_part_2 {
	clip-path: inset(0% 0% calc(50% + 1px) calc(50% + 1px)); /* Ejemplo de máscara rectangular */
	clip-path: inset(0% 0% calc(50%) calc(50%)); /* Ejemplo de máscara rectangular */
	z-index: 2;
}

#bloc1 .home_part_3 {
	clip-path: inset(calc(50% + 1px) calc(50% + 1px) 0% 0%); /* Ejemplo de máscara rectangular */
	clip-path: inset(calc(50%) calc(50%) 0% 0%); /* Ejemplo de máscara rectangular */
	z-index: 3;
}

#bloc1 .home_part_4 {
	clip-path: inset(calc(50% + 1px) 0% 0% calc(50% + 1px)); /* Ejemplo de máscara rectangular */
	clip-path: inset(calc(50% ) 0% 0% calc(50%)); /* Ejemplo de máscara rectangular */
	z-index: 4;
}

#bloc1 .home_part .text{
	position: absolute;
	z-index: 3;
	font-size: 40px;
	font-weight: bold;
	}

#bloc1 .home_part .text_1{
	left: 0vw;
	width: 30vw;
	top: 25vh;
	text-align: right;
}

#bloc1 .home_part .text_2{
	right: 0vw;
	width: 30vw;
	top: 25vh;
}

#bloc1 .home_part .text_3{
	left: 0vw;
	width: 30vw;
	bottom: 25vh;
	text-align: right;
}

#bloc1 .home_part .text_4{
	right: 0vw;
	width: 30vw;
	bottom: 25vh;
}

#bloc1 .home_part .text .bt_close_cont{
	height: 35px;
	margin-bottom: 10px;	
}

#bloc1 .home_part .text .bt_close{
	background-image: url("gsap_media/close.svg");
	height: 35px;
	background-repeat: no-repeat;
	width: 35px;
	cursor: pointer;
	opacity: 0;
}

#bloc1 .home_part .text .bt_close_r{
	float: right;
}

#bloc1 .home_part .text .bt_close_l{
}


#bloc1 .home_part .text .bt_open_cont{
	height: 35px;
	margin-top: 10px;	
}

#bloc1 .home_part .text .bt_open{
	background-image: url("gsap_media/open.svg");
	height: 35px;
	background-repeat: no-repeat;
	width: 35px;
	cursor: pointer;
	opacity: 0;
}

#bloc1 .home_part .text .bt_open_r{
	float: right;
}

#bloc1 .home_part .text .bt_open_l{
}



#bloc1 .home_part .text .title{
	font-size: 40px;
	font-weight: bold;
	opacity: 0;
	clear: both;
}

#bloc1 .home_part .text .desc{
	font-size: 20px;
	opacity: 0;
	font-weight: 300;
    line-height: 1.3;	
	
		
}

#bloc1 .home_part .hotspot{
	position: absolute;
	z-index: 2;
	width: 25vw;
	height: 25vh;
	cursor: pointer;
}

#bloc1 .home_part .hotspot_1{
	/*background-color: red;*/
	margin-left: 25vw;
	margin-top: 25vh;
}

#bloc1 .home_part .hotspot_2{
	/*background-color: blue;*/
	margin-left: 50vw;
	margin-top: 25vh;
}

#bloc1 .home_part .hotspot_3{
	/*background-color: green;*/
	margin-left: 25vw;
	margin-top: 50vh;
}

#bloc1 .home_part .hotspot_4{
	/*background-color: yellow;*/
	margin-left: 50vw;
	margin-top: 50vh;
}
/*
#bloc1 .videodj_cont {width: 100%; height: 360px; position: relative;}
#bloc1 .videodj_cont #video_principal { margin: auto; display: block;}

*/

/*************************************** BLOC 2 **************************************/

#bloc2{
	position: absolute;
	z-index: 20;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	text-align: center;	
	background-color: rgba(255, 255, 255, 1);
	background-image: url('gsap_media/malla.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

#bloc2 .bloc2_1{
	height: 100vh;
	width: 0px;
	float: left;
	display: flex;
	justify-content: right;
	align-items: center;
	text-align: right;
	background-color: #1B1F2F;
	color: #ffffff;
}

#bloc2 .bloc2_1 .text {
  opacity: 0;
  color: #ffffff;
  font-weight: 600;
  text-align: right;
  font-size: 40px;
  line-height: 1.1;
	padding-left: 15%;
  padding-right: 15%;  
}

#bloc2 .bloc2_2{
	height: 100vh;
	width: 70%;
	float: right;
	display: flex;
	justify-content: left;
	align-items: center;
	text-align: left;
	padding-left: 8%;
	padding-right: 20%;
	
}

#bloc2 .bloc2_2 .text{
	color: #1A1F30;
	font-weight: 300;
	text-align: left;
	font-size: 38px;
	line-height: 1.3;
	opacity: 0;
}




#bloc2 .esquerra{
	background-color: #FF5E6C;
	float: left;
	width: 0%;
	height: 100vh;
	display: flex;
	justify-content: right;
	align-items: center;
	overflow: hidden;
}

#bloc2 .dreta{
	background-color: #e0e0e0;
	float: right;
	width: 0%;
	height: 100vh;
	display: flex;
	justify-content: left;
	align-items: center;
	overflow: hidden;
}


#bloc2 .esquerra .text1{
	opacity: 0;
	color: #ffffff;
	font-weight: 600;
	text-align: right;
	font-size: 45px;
	line-height: 1.1;
	padding-right: 40px;
}

#bloc2 .dreta .grupo{
	opacity: 0;
	padding-left: 60px;
	padding-right: 60px;
	width: 100%;
}

#bloc2 .dreta .text2{
	color: #1A1F30;
	font-weight: 200;
	text-align: left;
	font-size: 30px;
	line-height: 1.3;
}


#bloc2 .dreta .bt_team{
	display: block;
	  text-decoration: none;
	float: right;
	font-weight: 400;
	background-color: #FF5E6C;
	border-radius: 40px;
	color: #E0E0E0;
	font-size: 22px;
	padding: 13px 80px 8px 30px; 	
	margin-top: 40px;
	background-image: url('gsap_media/bg_btteam.svg');
	background-position: center right+30px;
	background-repeat: no-repeat;
	background-size: 20px;
	cursor: pointer;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}

#bloc2 .dreta .bt_team:hover{
	background-position: center right+20px;
}


/*************************************** BLOC 3 **************************************/


#bloc3{
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	z-index: 8;

	width: 100%;
	min-height: 100vh;
	
	top: 0px;
	left: 0px;
	
	display: flex;
	justify-content: center;
	align-items: center;
}

#bloc3 .grup1{
	opacity: 0;
	display: flex;
	align-items: center;
}

#bloc3 .logo_green img{
	margin-right: 40px;
	width: 150px;
}

#bloc3 .group_items{
	width: 500px;
}

#bloc3 .item{
	position: absolute;
}

#bloc3 .item1{
	margin-top:-50px;
}

#bloc3 .item{
}

#bloc3 .item3{
	margin-top:50px;
}

#bloc3 .item .title{
	font-size: 45px;
	font-weight: 600;
}

#bloc3 .item .desc{
	opacity: 0;
	font-weight: 300;
	font-size: 28px;
	width: 510px;
	line-height: 1.2;
	padding-bottom: 20px;
	padding-top: 5px;
	border-bottom: 1px solid #ffffff;
}

#bloc3 .item3 .desc{
	border-bottom: none;
}

#bloc3 .grup2{
	position: absolute;
	display: flex;
	align-items: center;
}

#bloc3 .grup2 .group_items2_left{
	margin-right: 40px;
	opacity: 0;
	width: 150px;
	height: 150px;
}

#bloc3 .grup2 .group_items2_left .logo_green2{
	position: absolute;
}

#bloc3 .grup2 .group_items2_left .logo_green21{
	width: 150px;
}

#bloc3 .grup2 .group_items2_left .logo_green22{
	width: 150px;
	height: 150px;
	background-color: #ffffff;
	border-radius: 100px;
	opacity: .7;
}

#bloc3 .grup2 .group_items2_left .logo_green23{
	width: 150px;
	height: 150px;
	background-color: #ffffff;
	border-radius: 100px;
	opacity: .7;	
	filter: blur(6px);
}

#bloc3 .grup2 .group_items2_right {
	width: 500px;
}

#bloc3 .grup2 .group_items2_right .logo_text {
	margin-bottom: 20px;
	opacity: 0;
	width: 180px;
}

#bloc3 .grup2 .group_items2_right .text{
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	opacity: 0;
}

/*************************************** BLOC 4 **************************************/

#bloc4{
	
	
	position: absolute;
	z-index: 10;

	top: 0px;
	left: 0px;
	
	width: 100%;
	
	padding-top: 500vh;
	/*background-color: rgba(155, 0, 0, .4);*/
}

#bloc4 .contingut{
	/*background-color: rgba(155, 155, 0, 1);*/
	background-color: rgba(27, 31, 47, 1);
	
	width: 100%;
	min-height: 100vh;

	display: flex;
	justify-content: center;
	align-items: center;
	
	color: #ffffff;
	
	opacity: 0;
}


#bloc4 .grup2{
	position: absolute;
	display: flex;
	align-items: center;
}

#bloc4 .grup2 .group_items2_left{
	margin-right: 40px;
	opacity: 0;
	width: 150px;
	height: 370px !important;
}

#bloc4 .grup2 .group_items2_left .logo_green2{
	position: absolute;
}

#bloc4 .grup2 .group_items2_left .logo_green21{
	width: 150px;
	top: 90px;
}

#bloc4 .grup2 .group_items2_left .logo_green22{
	width: 150px;
	height: 150px;
	background-color: #ffffff;
	border-radius: 100px;
	opacity: .7;
	top: 90px;
}

#bloc4 .grup2 .group_items2_left .logo_green23{
	width: 150px;
	height: 150px;
	background-color: #ffffff;
	border-radius: 100px;
	opacity: .7;	
	filter: blur(6px);
	top: 90px;
}

#bloc4 .grup2 .group_items2_right {
	width: 500px;
}

#bloc4 .grup2 .group_items2_right .logo_text {
	margin-bottom: 20px;
	opacity: 0;
	width: 180px;
}

#bloc4 .grup2 .group_items2_right .text{
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2;
	opacity: 0;
}









/*************************************** BLOC 5 **************************************/

#bloc5{

	position: absolute;
	z-index: 6;

	width: 100%;
	
	top: 0px;
	left: 0px;
	
	margin-top: 650vh;
}


#bloc5 .contingut{
	background-image: url('gsap_media/bg_services.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	
	background-color: rgba(82, 99, 164, 0.5);
	
	width: 100%;
	min-height: 100vh;

	color: #ffffff;
	
	opacity: 1;

}


#bloc5cabecera{

	position: absolute;
	z-index: 9;

	width: 100%;
	min-height: 100vh;
	
	top: 0px;
	left: 0px;
	
	margin-top: 650vh;
}


#bloc5cabecera .texto_intro_cont{
	width: 400px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 40px;
	padding-top: 150px;
	opacity: 0;
}


#bloc5cabecera .texto_intro{
	color: #ffffff;
	font-weight: 300;
	font-size: 28px;
  line-height: 1.2;
}

#bloc5cabecera .titulo{
	font-weight: 500;
	font-size: 32px;
}







#bloc55{

	position: absolute;
	z-index: 8;
	
	width: 100%;
	min-height: 100vh;
	
	top: 0px;
	left: 0px;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	margin-top: 750vh;
}

#bloc55 .list_ico_know{

}


#bloc55 .linea_know{
	filter: blur(4px);
	margin-left: 20px;
	width: 1px;
	height: 30px;
	border-left: 1px solid #ffffff;
	margin-top: 13px;
	margin-bottom: 13px;
}

#bloc55 .ico_know{
}

#bloc55 .ico_know .titular{
	font-size: 45px;
	font-weight: 600;
	color: #ffffff;
	opacity: 0;
	position: absolute;
	margin-left: 60px;
	margin-top: 0px;
	width: 510px;
}

#bloc55 .ico_know .description{
	font-size: 30px;
	font-weight: 300;
	color: #ffffff;
	opacity: 0;
	position: absolute;
	margin-left: 60px;
	margin-top: 60px;
	line-height: 1.4;
	width: 450px;
}


#bloc55 .ico_know .imagen{
	filter: blur(4px);
}

#bloc55 .ico_know_0 .imagen{
	width: 40px;
}
#bloc55 .ico_know_1 .imagen{
	width: 40px;
}
#bloc55 .ico_know_2 .imagen{
	width: 40px;
}
#bloc55 .ico_know_3 .imagen{
	width: 40px;
	margin-left: 5px;
}
#bloc55 .ico_know_4 .imagen{
	width: 40px;
}
#bloc55 .ico_know_5 .imagen{
	width: 40px;
	margin-left: 5px;
}
#bloc55 .ico_know_6 .imagen{
	width: 40px;
	margin-left: 7px;
}
#bloc55 .ico_know_7 .imagen{
	width: 40x;
	margin-left: 5px;
}
#bloc55 .ico_know_8 .imagen{
	width: 40px;
}




.bloc_video {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 7;
	width: 100%;
	height: 100vh;
	opacity: 0;
}

.bloc_video.active {
	position: absolute !important;
}


.bloc_video .videodj_cont {
	width: 100%;     /* Ancho del contenedor */
	height: 100vh;   /* Alto del contenedor o ajustable según lo necesites */
	overflow: hidden; /* Ocultar cualquier parte del video que se salga del contenedor */
}

.bloc_video .videodj_cont video {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Hace que el video cubra todo el contenedor manteniendo la proporción */
}




/*************************************** BLOC6 **************************************/




#bloc6{
	position: absolute;
	z-index: 5;
	
	width: 100%;
	min-height: 100vh;
	
	top: 0px;
	left: 0px;
		
	background-color: rgba(26, 31, 48, 1);
	background-image: url('gsap_media/malla2.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
		
	display: flex;
	justify-content: center;
	align-items: center;
	
	color: #ffffff;
	
	margin-top: 1350vh;
}


#bloc6 .texto_intro{
	color: #ffffff;
	font-weight: 300;
	font-size: 28px;
	width: 320px;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 1.2;
	padding-left: 40px;
	padding-top: 150px;
}


#bloc6 .texto_intro .titulo{
	font-weight: 500;
	font-size: 32px;
	opacity: 0;
}

#bloc6 .texto_intro .texto{
	opacity: 0;
}



#bloc6 .list_ico_work{
	width: 700px;
	margin-left: 300px;
	position: absolute;
	height: 370px;
	/*background-color: red;*/
}


#bloc6 .ico_work{
	float: left;
	/*
	width: 150px;
	height: 150px;
	*/
	width: 120px;
	height: 120px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	background-color: #e0e0e0;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*opacity: 0;*/
	position: absolute;
}

#bloc6 .ico_work1{
	top: 10px;
	left: 30px;
}
#bloc6 .ico_work2{
	top: 10px;
	left: 160px;
}
#bloc6 .ico_work3{
	top: 10px;
	left: 380px;
}
#bloc6 .ico_work4{
	top: 10px;
	left:510px;
}
#bloc6 .ico_work6{
	top: 140px;
	left:30px;
}
#bloc6 .ico_work7{
	top: 140px;
	left:160px;
}
#bloc6 .ico_work8{
	top: 140px;
	left: 380px;
}
#bloc6 .ico_work9{
	top: 140px;
	left: 510px;
}
#bloc6 .ico_work10{
	top: 270px;
	left: 95px;
}
#bloc6 .ico_work5{
	top: 270px;
	left: 445px;
}








#bloc6 .ico_work img{
	width: 100px;
}

#bloc6 .titulares_lista{
	position: absolute;
	z-index: 10;
	text-align: center;
	width: 700px;
	padding-bottom: 400px;
	background-image: url('gsap_media/punteado.png');
	background-repeat: repeat-y;
	background-position: center center;
	opacity: 0;
	margin-left: 300px;
}

#bloc6 .titular{
	float: left;
	width: 350px;
	font-size: 25px;
	font-weight: 500;
	
	
}



/*************************************** BLOC7 **************************************/



#bloc7{
	position: absolute;
	z-index: 4;

	width: 100%;
	min-height: 100vh;
	
	top: 0px;
	left: 0px;
	
	margin-top: 1600vh;
}





#bloc7 .contingut{
background-color: rgba(224, 224, 224, 1);
background-image: url('gsap_media/malla.svg');
background-repeat: no-repeat;
background-position: center center;
background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}


#bloc7 .texto_intro{
	color: #1a1f30;
	font-weight: 300;
	font-size: 28px;
	width: 330px;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 1.2;
	padding-left: 40px;
	padding-top: 150px;
	opacity: 0;
}

#bloc7 .titulo{
	font-weight: 500;
	font-size: 32px;
}

#bloc7 .contact_options {
	margin-top: 40px;
}


#bloc7 .contact_options a{
	color: #1a1f30;
	text-decoration: none;
}

#bloc7 .icos{
	margin-top: 25px;
	display: flex;
}

#bloc7 .icos .ico{
	width: 30px;
	margin-right: 10px;
}



#bloc7 .form_container{
	opacity: 0;
}


.cky-btn-revisit-wrapper {
 
  width: 25px !important;
  height: 25px !important;
}

.cky-btn-revisit-wrapper .cky-btn-revisit img {

  height: 17px !important;
  width: 17px !important;
}

