@font-face {
    font-family: "Raleway";
    src: url("fonts/Raleway-Regular.ttf");
}
@font-face {
    font-family: "Raleway";
    src: url("fonts/Raleway-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "Raleway";
    src: url("fonts/Raleway-SemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: "Raleway";
    src: url("fonts/Raleway-Italic.ttf");
	font-style: italic;
}

*{
   font-family:"Raleway";
}

body{
	background-color: #000;
	color: #fff;
	line-height: 24px;
	text-align: center;
}

.pt{
    font-weight: 600;
}

.en{
	font-style: italic;
}

h2{
	font-size: 40px;
	font-weight: bold;
}

section{
	padding: 0 15%;
}

footer{
    margin: 20px 0;
	font-size: .8em;
}

footer table{
	margin: auto;
	text-align:left;
	width:80%;
}
footer table img{
    max-height: 48px;
	margin-right: 12px;
    width: auto;
}

td{
	vertical-align: bottom;
}


a.button{
    text-decoration: none;
    color: initial;
}

a{
  color: inherit;
  text-decoration: inherit;
}

a:hover{
	text-decoration:underline;
}

.construction{
	background-image: url("../img/BG-IMAGE.jpg"); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}


.title{
	border-bottom: 1px solid #fff;
	padding: 40px 0;
}

.info{
	border-bottom: 1px solid #fff;
	padding: 40px 0;
}
.info .pt{
	margin-bottom: 40px;
}

.social-networks{
	margin-top: 20px;
}

.more-info{
	border-bottom: 1px solid #fff;
	padding: 40px 0;	
}

.follow{
	padding: 40px 0;
}

.links{
	margin-top: 20px;
}

.follow .pt,
.text_small .pt{
		border-right: 1px solid #fff;
		margin-right: 20px;
		padding-right: 20px;
}

.text_small{
	font-size: .8em;
}

.links img{
	max-width: 40px;
}

.newsletter{
    background-color: #554bd6;
    padding: 60px 0;
}

.title img{
    width: auto;
    height: 60px;

}

.button{
    background: #fff;
    border: 2px solid #fff;
    border-radius: 40px;
    display: inline-block;
    font-size: 0.9em; 
	font-weight: bold;
    padding: 5px 10px;
    width: 140px;
}

.button:hover{
	text-decoration: none;
	background-color: #000;
	color: #fff;
}


.button + .button{
	margin-left: 20px;
}

.form-mailinglist{
	margin-top: 40px;
}

.email {
    background-color: #6e66dc;
    color: white;
    border: none;
    margin-right: 20px;
	padding: 10px;
    width: 20%;
    min-width: 290px;	
}

.email::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}


@media only screen and (max-width: 450px) {
.title img{
    max-width: 200px;
    height: auto;
}

.button + .button{
	margin:0;
	margin-top:20px;
}

.button {
	margin-top:20px;
}

.construction{
	background-size:auto 300px;
}

body{
	margin:0;
}

footer tr {    display: table;  width:100%;    }               
footer td {    display: block; margin-top:20px; }  
}