@charset "utf-8";

@font-face { font-family: 'Montserrat'; src: url('fonts/Montserrat-Light.ttf'); font-weight: 300; }
@font-face { font-family: 'Montserrat'; src: url('fonts/Montserrat-Regular.ttf'); font-weight: 400; }
@font-face { font-family: 'Montserrat'; src: url('fonts/Montserrat-Medium.ttf'); font-weight: 500; }
@font-face { font-family: 'Montserrat'; src: url('fonts/Montserrat-Bold.ttf'); font-weight: 800; }
@font-face { font-family: 'Montserrat'; src: url('fonts/Montserrat-ExtraBold.ttf'); font-weight: 800; }

html
{
	padding: 0;
}

body
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;

	font-size: 18px;
	color: #000;

	padding: 0;
	margin: 0;
}

a
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;

	color: #000;

	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

b
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
}

.color
{
	color: #d02f26;
}

h1
{
	color: #32485e;

	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 74px;

	line-height: 74px;

	padding: 0;
	margin: 0;

	margin-bottom: 35px;

	text-align: center;
}

h1::after
{
	display: block;

	width: 200px;

	content: '';

	margin-top: 50px;
	margin-bottom: 10px;

	margin: 35px auto;

	border-color: #d02f26;
	border-width: 3px;
	border-style: solid;
}

h2
{
	color: #fff;

	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 84px;

	line-height: 86px;

	padding: 0;
	margin: 0;

	text-align: center;

	text-shadow: 1px 1px 30px black;
}

h2::after
{
	display: block;

	width: 280px;
	height: 80px;

	content: '';

	margin-top: 40px;
	margin-bottom: 10px;

	margin: 0 auto;

	background-image: url('../images/goal_red.svg');
	background-repeat: no-repeat;

	transform: rotate(180deg);
}

h3
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;

	font-size: 45px;
	color: #fff;

	padding: 0;
	margin: 0;

	margin-bottom: 15px;
}

h4
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;

	font-size: 45px;
	color: #000;

	padding: 0;
	margin: 0;

	margin-bottom: 15px;
}

header
{
	width: 100%;
	height: 900px;

	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

header div.nav-bar
{
	position: fixed;

	width: 100%;

	background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));

	z-index: 1000;
}

header div.black-nav
{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
}

header div.nav-bar div.nav-container
{
	width: 100%;

	padding: 30px;

	margin: 0 auto;
}

header div.nav-bar div.nav-container a.logo
{
	position: absolute;

	width: 320px;
	height: 120px;

	background-image: url('../images/logo_head.svg');
	background-repeat: no-repeat;
	background-size: auto 64px;
	background-position: center center;

	z-index: 1001;
}

header div.nav-bar div.nav-container nav
{
	float: right;
	overflow: hidden;

	height: 120px;

	margin-right: 400px;

	line-height: 120px;
}

header div.nav-bar div.nav-container nav ul
{
	list-style: none;

	padding: 0;
	margin: 0;
}

header div.nav-bar div.nav-container nav li
{
	float: left;

	list-style: none;

	padding: 0;
	margin: 0;
}

header div.nav-bar div.nav-container nav a.item
{
	display: block;

	color: #fff;
	text-align: center;

	font-family: 'Montserrat', sans-serif;
	font-weight: 800;

	padding: 0px 25px 0px 25px;

	text-decoration: none;

	font-size: 18px;
}

header div.nav-bar div.nav-container nav a.item span
{
	border-bottom: 0px #d02f26 solid;

	padding-bottom: 7px;

	transition: all .3s ease-in-out;
}

header div.nav-bar div.nav-container nav a.item span:hover
{
	border-bottom: 5px #d02f26 solid;
}

header div.nav-bar div.nav-container nav a.item span.menu-active
{
	border-bottom: 5px #d02f26 solid;
}

header div.nav-bar div.nav-container nav a.selected
{
	 font-weight: 600;
}

header div.nav-bar div.nav-container nav a.icon
{
	float: right;

	width: 30px;

	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 40px;

	text-decoration: none;
}

header div.nav-bar div.nav-container nav a.icon:hover
{
	background-color: transparent;
}

header div.nav-bar div.nav-container nav .whatsapp
{
	background-image: url('../images/icons/icon_whatsapp.svg'); 
}

header div.nav-bar div.nav-container nav .contact
{
	background-image: url('../images/icons/icon_call.svg'); 
}

header div.small
{
	width: 200px;
}

header div.nav-bar div.nav-container nav a.mobile-menu
{
	display: none;

	width: 30px;

	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 40px;

	padding-left: 45px;
	padding-right: 45px;

	background-image: url('../images/icons/menu.svg');

	text-decoration: none;

	font-size: 22px;
}

header div.nav-bar div.nav-container nav a.mobile-menu:hover 
{
	text-decoration: none;
}

header div.mobile-menu
{
	position: fixed;

	display: none;

	width: 100%;

	padding: 25px;

	left: 0;

	background-color: #000;

	z-index: 2000;
}

header div.mobile-menu a
{
	display: block;

	width: auto;
	
	text-align: left;

	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	color: #fff;

	margin-bottom: 10px;

	text-decoration: none;

	font-size: 22px;
}

header div.mobile-menu a:hover
{
	color: #d02f26;
	text-decoration: none;
}

header div.contact-menu
{
	position: absolute;

	width: 130px; 

	top: 120px; 
	right: 0;

	z-index: 2000;
}

header div.contact-menu a.icon
{
	display: block;

	width: 50px;
	height: 50px;

	background-repeat: no-repeat;
	background-size: 50px;
}

header div.banner-container
{
	display: flex;

	width: 100%;
	height: 900px;

	margin: 0 auto;

	align-items: center;
}

header div.banner-container div.title-area
{
	width: 95%;

	border-left: 6px #fff solid;
	border-right: 6px #fff solid;

	margin: 0 auto;

	text-align: center;
}

div.content
{
	width: 95%;

	border-left: 6px #d02f26 solid;
	border-right: 6px #d02f26 solid;

	margin: 0 auto;
}

div.content div.inner-container
{
	margin: 35px;
	padding: 35px 80px 10px 35px;

	text-align: center;
}

div.item-content
{
	width: 100%;
}

div.item-content div.item
{
	float: left; 

	width: 33.33333%; 
	height: 300px;

	cursor: pointer;

	background-repeat: no-repeat;
	background-size: cover;
}

div.item-content div.item-big
{
	float: left; 

	width: 50%; 
	height: 400px;

	background-repeat: no-repeat;
	background-size: cover;
}

div.item-content div.item-small
{
	float: left; 

	width: 33.333333%; 
	height: 350px;

	background-repeat: no-repeat;
	background-size: cover;
}

div.item-container
{
	position: relative;

	width: 100%;
	height: 100%;

	background-color: rgba(0, 0, 0, 0.3);

	text-align: center;

	display: none;
}

div.item-container div.center
{
	margin: 0;
  	
  	position: absolute;
  	
  	top: 35%;
	transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
}

div.item-container div.title
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	color: #fff;

	font-size: 22px;
}

div.item-container div.subtitle
{
	color: #fff;

	font-size: 18px;
}

div.item-container div.title-big
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	color: #fff;

	font-size: 48px;
}

div.item-container div.subtitle-big
{
	color: #fff;

	font-size: 22px;
}

div.item-container div.icon
{
	width: 50px;
	height: 50px;

	background-repeat: no-repeat;
	background-size: 50px;
	background-image: url('../images/icons/instagram.svg');
	background-position: center;

	margin: 35px auto;
}

div.item-container hr
{
	width: 100px;

	border-width: 2px;
	border-style: solid;
	border-color: #d02f26;
}

.clear
{
	clear: both;
}

@media screen and (max-width: 1330px) 
{
	header div.nav-bar div.nav-container nav
	{
		margin-right: 50px;
	}

	header div.nav-bar div.nav-container nav a.item
	{
		display: none;
	}

	header div.nav-bar div.nav-container nav a.mobile-menu
	{
		display: block;
	}
}

footer
{
	min-height: 300px;

	background-color: #32485f;

	padding: 20px;

	background-image: url('../images/goal.svg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 60%;
}

footer div.container
{
	width: 1460px;
	max-width: 61%;

	margin: 0 auto; 

	padding: 20px;

	line-height: 25px;

	font-family: 'Montserrat', sans-serif;
	font-weight: 800;

	font-size: 30px;
	color: #fff;
}

@media screen and (max-width: 1530px) 
{
	footer div.container
	{
		width: 80%;
		max-width: 80%;
	}
}

footer div.container div.column-1
{
	display: inline-block; 
	width: calc(50% - 5px);

	vertical-align: top;

	text-align: left;
}

footer div.container div.column-2
{
	display: inline-block;  
	width: calc(50% - 5px);

	vertical-align: top;

	text-align: right;
}

@media screen and (max-width: 1050px) 
{
	footer
	{
		background-image: none;
	}

	footer div.container div.column-1
	{
		display: block;

		width: 200px;

		margin: 0 auto;

		padding-bottom: 30px;
	}

	footer div.container div.column-2
	{
		display: block;

		width: 200px;

		margin: 0 auto;

		padding-bottom: 30px;

		text-align: left;
	}
}

footer a
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;

	color: #fff;
	font-size: 16px;
	font-weight: 400;

	text-decoration: none;
}

footer a:hover
{
	color: #fff;
	text-decoration: underline;
}