@charset "UTF-8";
/* CSS Document */
/* Created by Juan Camarasa. Copyright © 2020. All rights reserved */

@font-face {
    font-family: HelveticaNeue;
    src: url("fonts/HelveticaNeue.ttf")
    }

@font-face {
    font-family: HelveticaNeue-Bold;
    src: url("fonts/HelveticaNeue-Bold.ttf")
    }

@font-face {
    font-family: HelveticaNeue-Light;
    src: url("fonts/HelveticaNeue-Light.ttf")
    }

@font-face {
    font-family: HelveticaNeue-Thin;
    src: url("fonts/HelveticaNeue-Thin.ttf")
    }

@font-face {
    font-family: HelveticaNeue;
    src: url("fonts/HelveticaNeue.ttf")
    }



.logo{
	width: 348px;
	height: 90px;
	margin: 12px;
	}

a:link {
	text-decoration:none;
	color: #000;
}
a:visited {
	text-decoration:none;
	color: #000;
}
a:active {
	text-decoration:none;
	color: #000;
}

h1 {
	text-align: justify;
	font-family: "HelveticaNeue-Bold", sans-serif;
	font-size: 40px;
	margin: 0px;
	}

p {
	text-align: justify;
	font-family: "HelveticaNeue-Thin", sans-serif;
	font-size: 29px;
	margin: 0px;
	}


p.contact{
	text-align: center;
	font-family: "HelveticaNeue-Thin", sans-serif;
	font-size: 19px;
	margin: 0px;
	}

p.footer{
	text-align: left;
	font-family: "HelveticaNeue", sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #A9A9A9;
	}

h1.white{
	
	font-family: "HelveticaNeue-Bold", sans-serif;
	font-size: 40px;
	margin: 0px;
	color: white;
	}

p.white{
	margin-top: 20px;
	font-family: "HelveticaNeue-Thin", sans-serif;
	font-size: 29px;
	margin: 0px;
	color: white;
	}


div.main {
 	position: relative;
 	width: 100%;
	height: 800px;
	max-width: 1300px;
/*border: 3px solid red;*/
	}


/*div.left_container {
  position: absolute;
  left: 0;  
  width: 150px;
  height: 800px;

/*  border: 3px solid yellow; 

	
} */

div.a_middle {
 	position: relative;
 	width: 100%;
	height: 600px;
}


div.a_center {
 	position: absolute;
 	top: 800px;
 	left:100px;
 	max-width: 800px;
	max-height: 500px;
	}

div.left_shape {
	float: left;
	left: 0;
 /*  shape-outside: polygon(0 0, 0 800px, 150px 800px); 
	
  clip-path: polygon(0 0, 0 800px, 150px 800px);
	-webkit-clip-path: polygon(0 0, 0 800px, 150px 800px);*/
	background: url("images/side.svg");
	background-repeat: no-repeat;
	height: 800px;
	width: 150px;
	} 


div.left_shape3 {
	float: left;
	left: 0;
 /*  shape-outside: polygon(0 0, 0 800px, 150px 800px); 
	
  clip-path: polygon(0 0, 0 800px, 150px 800px);
	-webkit-clip-path: polygon(0 0, 0 800px, 150px 800px);*/
	background: url("images/side3.svg");
	background-repeat: no-repeat;
	height: 800px;
	width: 204px;
	} 


div.left_container{
	padding-top: 60px;
	padding-left: 40px;
	padding-right: 40px;
	background: url("images/side2.svg");
	background-repeat: no-repeat;
	width: 440px;
	height: 800px;
	}


div.left_container2{
	padding-top: 60px;
	padding-left: 40px;
	padding-right: 40px;
	width: 440px;
	height: 800px;
	}

div.left_container3{
	position:absolute;
	right: 180px;

	width: 440px;
	height: 800px;
	}


div.left_container4{
	background: url("images/side3.svg");
	background-repeat: no-repeat;
	height: 800px;
	}

div.left_container5{
	padding-left: 40px;
	padding-right: 40px;
	background: url("images/side4.svg");
	background-repeat: no-repeat;
	width: 550px;
	height: 800px;
	}

div.left_shape_big{
    width: 320px;
    height: 800px;
    margin: 0px  0px 0px;
    float: right;
    -webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%);
    -webkit-shape-outside: polygon(50%% 0%, 100% 0%, 100% 100%);
    shape-outside: polygon(50% 0%, 100% 0%, 100% 100%);
	}


div.left_shape_big2{
    width: 320px;
    height: 800px;
    margin: 0px  0px 0px;
    float: right;
    -webkit-clip-path: polygon(65% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(65% 0%, 100% 0%, 100% 100%);
    -webkit-shape-outside: polygon(65%% 0%, 100% 0%, 100% 100%);
    shape-outside: polygon(65% 0%, 100% 0%, 100% 100%);
	}


/*  ----CONTACT --------- */

div.contact {
	position: absolute;
	left: 90%;
	top: 26px;
	}


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

div.right_container {
	position: absolute;
	right: 0%;  
	width: 400px;
	height: 800px;
/*  border: 3px solid green; */
	} 

div.right_container_white {
	position: absolute;
	right: 5%;  
	width: 400px;
	height: 800px;
/*  border: 3px solid green; */
	} 


div.right_container2 {
	position: absolute;
	background: url("images/side_w.svg");
	background-repeat: no-repeat;
	left: -5%;  
	width: 800px;
	height: 1100px;
	z-index: -1;
/*  border: 3px solid green; */
	} 


div.right_container_left {
	position: absolute;
	margin-top: 50px;
	left: 210px;  
	width: 400px;
	height: 800px;
/*  border: 3px solid green; */
	} 
div.right_container_left2 {
	position: absolute;
	margin-top: 50px;
	left: 210px;  
	width: 400px;
	height: 500px;
/*  border: 3px solid green; */
	} 


div.right_shape {
	float: left;
	left: 0;
  	shape-outside: polygon(0 0, 0 800px, 150px 800px);
  	clip-path: polygon(0 0, 0 800px, 150px 800px);
  	height: 800px;
  	width: 300px;
	} 

div.black {
	width: 100%;
	left: 0;
	background-color: #000;
	}



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


img.image1 {
	display: block;
 	margin-left: auto;
  	margin-right: auto;
  	margin-top: 5%;
  	margin-bottom: 7%;
	max-height: 800px;
	max-width: 1300px;
	z-index: 0;
	}

img.image2 {
	z-index: -2;
	position: absolute;
  	margin-left: 100px;
  	margin-top: 80px;
  	margin-right: auto;
	max-height: 800px;
	max-width: 1300px;
	}

img.image3 {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	max-height:1300px;
	max-width: 1300px;
	z-index: 0;
	}


img.image4 {
	position: absolute;
  	margin-left: auto;
  	margin-right: auto;
  	max-height: 800px;
	z-index: -1;
	}	

img.image5 {
	position: relative;
	display: block;
  	max-height: 800px;
  	max-width: 1250px;
	z-index: 0;
	}

img.image6 {
	position: relative;
	margin-left: auto;
  	margin-right: auto;
  	max-height:1300px;
  	max-width: 1300px;
	z-index: -1;
	}

img.image7 {
	z-index: -2;
	position: absolute;
  	margin-left: 0px;
  	margin-right: auto;
	max-height: 800px;
	}

img.image8 {
	position: relative;
	margin-top: 0;
	margin-left: auto;
  	margin-right: auto;
  	max-height:1300px;
  	max-width: 1300px;
	z-index: 0;
	}

img.image9 {
	z-index: -2;
	position: absolute;
  	margin-left: 100px;
  	margin-right: auto;
	max-height: 800px;
	max-width: 1300px;
	}

img.image10 {
	display: block;
	max-width: 1300px;
	z-index: 0;
	}	

.video1{
	z-index: -1;
	position: absolute;
	left: 40%;
  	transform: translate(-45%);
	height: 800px;
	width: 1100px;	
	/*background-color: aqua; */
	}

video {
	height: 800px;
	width: 1100px;
	}


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


/* ---


@media only screen and (max-width: 1200px)
{
	
	.video1{
	z-index: -1;
	position: absolute;
	top: 0;
	left: 45%;
  	transform: translate(-45%);
	height: 600px;
	width: 1100px;	
	}

	video {
	height: 600px;	
	width: 1100px;
	}

	div.left_shape {
	float: left;
	left: 0;
	background: url("images/side.svg");
	background-repeat: no-repeat;
 	width: 150px;
 	height: 620px;
	} 

	
	
	div.right_container {
	width: 300px;
	height: 600px;
	position: absolute;
	}
	
	div.right_shape {
	float: left;
	left: 0;
 	shape-outside: polygon(0 0, 0 800px, 150px 800px);
 	clip-path: polygon(0 0, 0 800px, 150px 800px);
 	height: 800px;
 	width: 300px;
	} 
	
	h1 {
	font-size: 29px;
	}
	
	p {
	font-size: 19px;	
	}

	p.contact{
	text-align: center;
	font-family: "HelveticaNeue-Thin", sans-serif;
	font-size: 19px;
	margin: 0px;
	}
	
}

@media only screen and (max-width: 600px)
{
	body {
    background-color: white;
  	}
	
	.logo{
	position: relative;
	top: 50px;	
	width: 348px;
	height: 90px;
	margin: 12px;
	}

	div.contact {
	position: absolute;
	left: 0px;
	margin: 0;
	width: 100%;
	top: 0px;
	height: 30px;
	background-color: black;
	}

	p.contact{
	text-align: center;
	font-family: "HelveticaNeue-Thin", sans-serif;
	font-size: 20px;
	color: white;
	padding-top: 1%;
	}

	img.image1 {
	position: relative;
	margin-top: 150px;
	max-width: 100%;
	z-index: 0;
	bottom: 0;
	border-style: solid;
	}

	img.image2 {
	position: relative;
	max-width: 100%;
	z-index: 0;
	bottom: 0;
	border-style: solid;
	}

	div.video1{
	width: 100%;
	height: 220px;
	z-index: 0;
	position: absolute;
	top: 0;
	}
	
	video {
	position: absolute;
	top: 0;
	width: 100%;
	height: 220px;
	}
	



	div.left_container {
    display: none;
	}
	
	div.left_shape {
	display: none;	
	}
	
	div.right_container {
	width: 300px;
	height: 600px;
	position: absolute;
	margin-right: 5%;	
	bottom: 0;
	z-index: 0;
	}
	
	div.right_shape {

	left: 0;
 	shape-outside: polygon(0 0, 0 800px, 150px 800px);
 	clip-path: polygon(0 0, 0 800px, 150px 800px);
 	width: 300px;
 	height: 800px;
	bottom: 0;
	z-index: 0;
	} 
	
	h1 {
	font-size: 30px;
	}
	
	p {
	font-size: 20px;	
	}
	
}

----*/