@charset "utf-8";

@font-face {
    font-family: 'TT Commons';
    src: url('../fonts/TTCommons-Regular.woff2') format('woff2'),
        url('../fonts/TTCommons-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TT Commons';
    src: url('../fonts/TTCommons-Medium.woff2') format('woff2'),
        url('../fonts/TTCommons-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'TT Commons';
    src: url('../fonts/TTCommons-DemiBold.woff2') format('woff2'),
        url('../fonts/TTCommons-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'TT Commons';
    src: url('../fonts/TTCommons-Bold.woff2') format('woff2'),
        url('../fonts/TTCommons-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body{
	font-family: 'TT Commons';
	font-weight: normal;
    font-style: normal;
	color: #67666b;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.general {
	width: 100%;
	height: 100%;
}
.container-general {
    width: 92%‬;
	position: absolute;
    padding: 4% 4% 4%;
	background: url("../img/bg.png") no-repeat center top #FFFFFF;
	background-size: cover;
}
.container-left {
	width: 50%;
	height: auto;
	float: left;
	position: relative;
}
.container-right {
	width: 50%;
	height: auto;
	float: left;
	position: relative;
}
.container-left img {
    text-align: center;
    margin: auto;
    padding: 0 5% 0 18%;
}
.container-right img{
	text-align: center;
    margin: auto;
    padding: 0 18% 0 5%;
	position: relative;
	bottom: 0;
	left: 0;
}
.logo {
	width: 256px;
    height: 50px;
	margin-bottom: 3%;
}
.img-responsive {
	width: 100%;
	height: auto;
	text-align: center;
	display: block;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
}
h1{
	color: #2bbcee;
	line-height: 1em;
	margin: 0 0 0.4%;
	font-size: 46px;
	text-align: left;
	font-weight: bold;
	max-width: 56%;
}
h2{
	margin: 0;
	font-size: 32px;
	line-height: 1em;
	text-align: left;
	font-weight: 600;
	max-width: 56%;
}
h3{
	color: #2bbcee;
	margin: 0 0 0.4%;
	font-size: 24px;
	text-align: left;
	font-weight: bold;
}
h4 {
    color: #FFF;
    line-height: 1em;
    margin: 0;
    font-size: 21px;
    font-weight: 600;
    padding: 13% 0 0 37%;
}
h4 a{
	color: #FFF;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
h4 a:hover{
	color: #FFF;
	text-decoration: underline;
}
p{
	line-height: 1.2em;
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    text-align: justify;
}
.content-small{
	padding-left: 20%;
}
p a{
	color: #67666b;
	text-decoration: none;
}
p a:hover{
	color: #67666b;
	text-decoration: underline;
}
@media (max-width: 1440px) {
	h1{
		color: #2bbcee;
		line-height: 1em;
		margin: 0 0 0.4%;
		font-size: 36px;
		text-align: left;
		font-weight: bold;
		max-width: 56%;
	}
	h2{
		font-size: 29px;
	}
	h3 {
		font-size: 25px;
	}
}
@media (max-width: 1680px) {
		h1 {
	    font-size: 42px;
	}
}
@media (max-width: 1580px) {
	h1 {
		font-size: 36px;
	}
	p {
		font-size: 18px;
	}
}
@media (max-width: 1440px) {
	h1 {
		font-size: 38px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 25px;
	}
	p {
		font-size: 21px;
	}
	.container-general {
		padding: 4% 4% 8%;
	}
}
@media (max-width: 1280px) {
	h1 {
		font-size: 33px;
	}
	h2 {
    	font-size: 24px;
	}
	h3 {
		font-size: 22px;
	}
	p {
    font-size: 18px;
}
	h4 {
		font-size: 16px;
	}
	.container-general {
		padding: 4% 4% 9%;
	}
	.container-left img {
		padding: 5% 6% 4%;
	}
	.container-right img {
		padding: 5% 6% 4%;
	}
}
@media (max-width: 1250px) {
	h1 {
		font-size: 26px;
	}
}

@media (max-width: 1180px) {
	
}
@media (max-width: 1024px) {
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 21px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	p {
		font-size: 14px;
	}
}


