@font-face {
    font-family: 'Futura Maxi CG Book';
    src: url('./fonts/FuturaMaxiCGBook.woff2') format('woff2'),
        url('./fonts/FuturaMaxiCGBook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	width: 100%;
    height: 100vh;
    overflow: hidden;
}

.background {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.background img {
	width: 100%;
	z-index: -1;
	object-fit: cover;
	height: 100%;
	pointer-events: none;
	user-select: none;
}

.main {
	position: relative;
    width: 1140px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 auto;
}

.info {
	width: 710px;
	position: relative;
}

.text-1 {
	margin-top: 50px;
}

.text-1 p {
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	color: #80859e;
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 22px;
	line-height: 35px;
	font-family: 'Futura Maxi CG Book', Helvetica, Sans-serif;
    font-weight: 200;
    font-style: normal;
}

.lines {
	width: 100%;
	display: flex;
}

.line-1 {
	background-color: #187cb9;
	width: 370px;
	height: 1px;
	margin-top: 50px;
	margin-bottom: 20px;
	margin-right: 55px;
}

.line-2 {
	background-color: #187cb9;
	width: 237px;
	height: 1px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.text-2 {
	width: 100%;
	display: flex;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	color: #2a3052;
	font-family: 'Futura Maxi CG Book', Helvetica, Sans-serif;
	font-size: 16px;
}

.first {
	position: relative;
	display: inline-block;
	width: 60%;
}

.second {
	position: relative;
	display: inline-block;
	width: 40%;
}

.contact {
	position: relative;
	color: #626b7a;
	font-family: 'Futura Maxi CG Book', Helvetica, Sans-serif;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-align: left;
}

.contact-header a {
	text-decoration: none;
	color: #626b7a;
}

.contact-2 {
	position: absolute;
	right: 64px;
	width: 205px;
}

.phones {
	line-height: 17px;
}

.phone-1 {
	padding-bottom: 2px;
}

.phone-2 {
	padding-left: 20px;
}

.contact-header {
	margin-top: 20px;
	margin-bottom: 32px;
}

.mail-icon {
	position: relative;
	right: 12px;
	padding-right: 4px;
}

.phone-icon {
	position: relative;
	right: 13px;
}

.br {
	position: absolute;
	padding-left: 28px;
	bottom: 38px;
}

.es {
	position: absolute;
	padding-left: 23px;
	bottom: 3px;
}

@media (max-width: 1024px) {
	
	.info {
		top: -70px;
	}

	.logo {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}

	.main {
		width: 90%;
	}

	.text-1 p {
		font-size: 16px;
		text-align: center;
		padding-bottom: 20px;
	}

	.text-2 {
		display: inline-block;
	}

	.line-1 {
		width: 100%;
		margin: 0 auto;
	}

	.line-2 {
		display: none;
	}

	.first {
		width: 100%;
		padding-top: 40px;
		padding-bottom: 50px;
		text-align: center;
	}

	.second {
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}

	.text-2 strong {
		font-size: 14px;
	}

	.info {
		width: 100%;
	}

	.contact {
		width: 100%;
		display: inline-block;
	}

	.contact-2 {
		text-align: center;
		width: 100%;
		right: 0;
	}

	.phone-2 {
		padding-left: 14px;
	}

	.mail-icon {
	    right: -27px;
	    padding-right: 42px;
	   }
}

@media (max-width: 768px) {

	.logo {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}

	.main {
		width: 90%;
	}

	.text-1 p {
		font-size: 16px;
		text-align: center;
		padding-bottom: 20px;
	}

	.text-2 {
		display: inline-block;
	}

	.line-1 {
		width: 100%;
		margin: 0 auto;
	}

	.line-2 {
		display: none;
	}

	.first {
		width: 100%;
		padding-top: 40px;
		padding-bottom: 50px;
		text-align: center;
	}

	.second {
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}

	.text-2 strong {
		font-size: 14px;
	}

	.info {
		width: 100%;
	}

	.contact {
		width: 100%;
		display: inline-block;
	}

	.contact-2 {
		text-align: center;
		width: 100%;
		right: 0;
	}

	.phone-2 {
		padding-left: 14px;
	}

	.mail-icon {
	    right: -27px;
	    padding-right: 42px;
	}
}

@media (max-width: 320px) {
	
	.info {
		position: absolute;
		top: 40px;
	}

	.logo {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}

	.main {
		width: 90%;
	}

	.text-1 {
		margin-top: 20px;
	}

	.text-1 p {
		font-size: 12px;
		text-align: center;
		padding-bottom: 20px;
	}

	.text-1 br {
		display: none;
	}

	.text-2 {
		display: inline-block;
	}

	.line-1 {
		width: 100%;
		margin: 0 auto;
	}

	.line-2 {
		display: none;
	}

	.first {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 40px;
		text-align: center;
		font-size: 12px;
	}

	.second {
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
		font-size: 12px;
	}

	.text-2 strong {
		font-size: 14px;
	}

	.info {
		width: 100%;
	}

	.contact {
		width: 100%;
		display: inline-block;
	}

	.contact-2 {
		text-align: center;
		width: 100%;
		right: 0;
		font-size: 12px;
	}

	.phone-2 {
		padding-left: 14px;
	}

	.mail-icon {
	    right: -27px;
	    padding-right: 42px;
	}
}
