@charset "utf-8";
/* CSS Document */

* {
    border: 0 none;
    margin: 0;
    padding: 0;
    position: relative;
}

html, body {
	font-family: ProvidenceRegular,Georgia,"Times New Roman",Times,serif;
	color:#FFF;
    height: 100%;
    width: 100%;
    background-image: url('../img/bg_landing.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.coming {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	padding:20px;
	min-height:400px;
	overflow:hidden;
}

@font-face {
    font-family: 'ProvidenceRegular';
    src: url('providence-webfont.eot');
    src: url('providence-webfont.eot?#iefix') format('embedded-opentype'),
         url('providence-webfont.woff') format('woff'),
         url('providence-webfont.ttf') format('truetype'),
         url('providence-webfont.svg#ProvidenceRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansRegular';
    src: url('pt_sans-web-regular-webfont.eot');
    src: url('pt_sans-web-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('pt_sans-web-regular-webfont.woff') format('woff'),
         url('pt_sans-web-regular-webfont.ttf') format('truetype'),
         url('pt_sans-web-regular-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansItalic';
    src: url('pt_sans-web-italic-webfont.eot');
    src: url('pt_sans-web-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('pt_sans-web-italic-webfont.woff') format('woff'),
         url('pt_sans-web-italic-webfont.ttf') format('truetype'),
         url('pt_sans-web-italic-webfont.svg#PTSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansBoldItalic';
    src: url('pt_sans-web-bolditalic-webfont.eot');
    src: url('pt_sans-web-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('pt_sans-web-bolditalic-webfont.woff') format('woff'),
         url('pt_sans-web-bolditalic-webfont.ttf') format('truetype'),
         url('pt_sans-web-bolditalic-webfont.svg#PTSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

.weare{ font-size:4.188em; font-weight:normal; text-align:center;}
.orange{color: #fda850;}
.manifiesto{text-align:center; font-size:1.250em;}
.em{display:block; margin:0 auto;}
.social{font-size:26px; list-style:none; text-align:center; margin:30px 0 0 0;}
.social li, .contact li{display: inline-block; color:#FFF;}
.social li a, .contact li a{color:#FFF; text-decoration:none;}
.social li a:hover, .contact li a:hover {color:#fda850;}
.contact{ font-size:14px; list-style:none; text-align:center;}
.contact li{margin:10px;}

@media screen and (max-width: 650px) {

.weare{font-size:2.875em; font-weight:normal; text-align:center;}
.manifiesto{text-align:center; font-size:1em;}
	
}

