@font-face {
			font-family: Roboto;
			src: url(../fonts/Roboto-Regular.ttf) format('opentype'),
				 url('../fonts/Roboto-Regular.eot') format('embedded-opentype'),
				 url(../fonts/Roboto-Regular.svg) format('svg'); 
			}
		@font-face {
			font-family: RobotoThin;
			src: url(../fonts/Roboto-Thin.ttf) format('truetype'),
				 url(../fonts/Roboto-Thin.eot) format('embedded-opentype'),
				 url(../fonts/Roboto-Thin.svg) format('svg'); 
			}
		@font-face {
			font-family: RobotoBold;
			src: url(../fonts/Roboto-Bold.eot?) format('embedded-opentype'),
				 url(../fonts/Roboto-Bold.ttf) format('truetype'),
				 url(../fonts/Roboto-Bold.svg) format('svg');
			font-weight: bold;
			}
		@font-face {
			font-family: RobotoCondensed;
			src: url(../fonts/Roboto-Condensed.ttf) format('truetype'),
				 url(../fonts/Roboto-Condensed.eot) format('embedded-opentype'),
				 url(../fonts/Roboto-Condensed.svg) format('svg');
			font-stretch: condensed;
			}
		html, body {
			width: 100%;
			height: 100%;
			font-family: "Roboto", Arial;
		}
		body {
			padding: 0;
			margin: 0;
			width: 100%;
			height: 100%;
			background-color: #000;
			color: #fff;
		}
		html, body, ul, li, div, p, h1, h2, h3, h4, h5 {
			position: relative;
			box-sizing: border-box;
		}
		.logo_container {
			position: absolute;
			top: 50%;
			left: 50%;
			width:90%;
			max-width: 1000px;
			z-index: 5;
			text-align: center;
			transform: translate(-50%, -55%);
		}
		.logo_container img {
			width: 90%;
			opacity: 1;
			transform: scale(1);
			-webkit-transition: all 1s;
			-moz-transition: all 1s;
			transition: all 1s;
		}
		.logo_container h1,
		.logo_container h2, 
		.logo_container h3 {
			font-weight: 300;
			display: inline-block;
			text-align: center;
			padding: 0 25px;
			margin: 0 0 0;
			color: #fff;
			letter-spacing: 5px;
			font-size: 26px;
			transform: translateY(0);
			opacity: 1;
			-webkit-transition: all 1.3s;
			-moz-transition: all 1.3s;
			transition: all 1.3s;
			line-height: 1.9em;
			color: #00928d;
			text-transform: uppercase;
		}
		
		.logo_container h1 span,
		.logo_container h2 span, 
		.logo_container h3 span {
			opacity: 1;
			-webkit-transition: all 1s;
			-moz-transition: all 1s;
			transition: all 1s;
		} 

		.logo_container h1:before,
		.logo_container h2:before, 
		.logo_container h3:before, 
		.logo_container h1:after,
		.logo_container h2:after, 
		.logo_container h3:after {
			content:"";
			display: block;
			height: 0;
			border-top: 1px solid #00928d;
			border-bottom: 1px solid #00928d;
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			-webkit-transition: all 1s;
			-moz-transition: all 1s;
			transition: all 1s;
			opacity: 1;
			width: 18px;
		}
		.logo_container h1:before,
		.logo_container h2:before, 
		.logo_container h3:before {
			left: 0;
		}
		.logo_container h1:after,
		.logo_container h2:after, 
		.logo_container h3:after {
			right: 0;
		}
		.social_links,
		.accreditations ul {
			display: block;
			width: 100%;
			padding: 80px 0 0;
			text-align: center;
		}
		.social_links li,
		.accreditations li {
			display: inline-block;
			margin: 0 12px;
			top: 0;
			-webkit-transition: all 0.8s;
			-moz-transition: all 0.8s;
			transition: all 0.8s;
			opacity: 1;
		}
		.social_links li a {
			display: block;
			text-align: left;
			font-size: 12px;
			letter-spacing: 1px;
			padding: 10px 10px 10px 60px;
			color: #00928d;
			text-decoration: none;
		}
		.social_links li a strong {
			display: block;
			padding: 2px 0 0;
			font-size: 16px;
			font-weight: 500;
			color: #fff;
		}
		.social_links li a:before {
			display: block;
			width: 45px;
			height: 45px;
			border: 2px solid #00928d;
			-moz-border-radius: 50px;
			-webkit-border-radius: 50px;
			border-radius: 50px;
			-khtml-border-radius: 50px;
			content: "";
			position: absolute;
			left: 0;
			top: 50%;
			background-size: 70%;
			background-position: center;
			background-repeat: no-repeat;
			transform: translateY(-50%);
			-webkit-transition: all 1s;
			-moz-transition: all 1s;
			transition: all 1s;
		}
			
			.social_links li a.facebook:before {
				background-image: url("../assets/white/logo-facebook.png")
			}
			.social_links li a.instagram:before {
				background-image: url("../assets/white/logo-instagram.png")
			}
			.social_links li a.whatsapp:before {
				background-image: url("../assets/white/logo-whatsapp.png")
			}
.accreditations {
	position: fixed;
	bottom: 15px;
	left: 0;
	right: 0;
	width: 100%;
	text-align:  center;
	z-index: 5; 
}
.accreditations li {
	width: 20%;
	margin: 0 2%;
}
.accreditations li img {
	width: 95%;
	opacity: 0.6;
	height: auto;
	max-width: 160px;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.accreditations li:hover img {
	opacity: 1;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
	transform: scale(1.1);
}
.multimedia, .multimedia video {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}
.multimedia video {
    z-index: -1;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.multimedia:before {
    content: "";
    display: block;
    background-color: rgba(0,0,0,0.85);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: background-color 3s;
    -moz-transition: background-color 3s;
    transition: background-color 3s;
}

.loading .logo_container h1:before,
.loading .logo_container h2:before, 
.loading .logo_container h3:before {
	left: 50%;
	width: 0;
	opacity: 0;
} 
.loading .logo_container h1:after,
.loading .logo_container h2:after, 
.loading .logo_container h3:after {
	right: 50%;
	width: 0;
	opacity: 0;
} 

.loading .social_links li, 
.loading .accreditations li {
	top: 50px;
	opacity: 0;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.loading .logo_container h1,
.loading .logo_container h2,
.loading .logo_container h3,
.loading .logo_container img {
	opacity: 0;
	transform: scale(1);
	-webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s;
}


.loading .logo_container h1,
.loading .logo_container h2,
.loading .logo_container h3 {
	top: 50px;
}

.loading .logo_container h1 span,
.loading .logo_container h2 span, 
.loading .logo_container h3 span {
	opacity: 0;
	transform: scale(1.1);
}

.loading .multimedia:before {
	background-color: rgba(0,0,0,1);
}

.loading .spinner {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
  	width: 48px;
  	height: 48px;
	z-index: 100;
	transform: translate(-50%,-50%);
}
.loading .loader {
  width: 48px;
  height: 48px;
  border: 3px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;

	z-index: 100;
}
.loading .loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #00928d transparent;
}

.multimedia:before { transition-delay: 0.5s; }

.logo_container img { transition-delay: 0.5s; }

.logo_container h1, .logo_container h2, .logo_container h3 { transition-delay: 1s; }
.logo_container h1 span, .logo_container h2 span, .logo_container h3 span { transition-delay: 1.5s; }

.logo_container h1:before, .logo_container h2:before, .logo_container h3:before, 
.logo_container h1:after, .logo_container h2:after, .logo_container h3:after { transition-delay: 1s; }

.social_links li:nth-of-type(1) { transition-delay: 2.8s; }
.social_links li:nth-of-type(2) { transition-delay: 3.3s; }
.social_links li:nth-of-type(3) { transition-delay: 3.8s; }

.accreditations li:nth-of-type(1) { transition-delay: 4.3s; }
.accreditations li:nth-of-type(2) { transition-delay: 4.6s; }
.accreditations li:nth-of-type(3) { transition-delay: 4.9s; }
.accreditations li:nth-of-type(4) { transition-delay: 5.2s; }
.accreditations li:nth-of-type(5) { transition-delay: 5.5s; }
.accreditations li:nth-of-type(6) { transition-delay: 5.8s; }
.accreditations li:nth-of-type(7) { transition-delay: 6.1s; }
.accreditations li:nth-of-type(8) { transition-delay: 6.4s; }


@media screen and (min-width: 751px) {
	.social_links li a:hover:before {
				transform: translateY(-50%) scale(0.8);
				-webkit-transition: all 1s;
				-moz-transition: all 1s;
				transition: all 1s;
				opacity: 0.4;
			}
}
@media screen and (max-width: 750px) {
	.accreditations li {
		width: 24%;
	}
}
@media screen and (max-width: 700px) {
	
	.logo_container h1, .logo_container h2, .logo_container h3 {
		font-size: 14px;
		line-height: 7vw;
		letter-spacing:  2px;
	}
}
@media screen and (max-width: 605px) {

	.social_links li a {
		text-indent: -9999px;
			width: 45px;
		padding-left: 10px;
	}
	.social_links li a:before {
		left: 50%;
		transform: translateX(-50%);
	}
	.social_links li {
		text-indent: -9999px
	}
}

@media screen and (max-width: 480px) {
	.logo_container h1, .logo_container h2, .logo_container h3 {
		font-size: 3vw;
		line-height: 7vw;
	}

}



@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
