@font-face {
    font-family: 'VilhaRamos-Bold';
    src: url('../fonts/VilhaRamos-Bold.eot');
    src: url('../fonts/VilhaRamos-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/VilhaRamos-Bold.woff2') format('woff2'),
        url('../fonts/VilhaRamos-Bold.woff') format('woff'),
        url('../fonts/VilhaRamos-Bold.ttf') format('truetype'),
        url('../fonts/VilhaRamos-Bold.svg#VilhaRamos-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'VilhaRamos-Regular';
    src: url('../fonts/VilhaRamos-Regular.eot');
    src: url('../fonts/VilhaRamos-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/VilhaRamos-Regular.woff2') format('woff2'),
        url('../fonts/VilhaRamos-Regular.woff') format('woff'),
        url('../fonts/VilhaRamos-Regular.ttf') format('truetype'),
        url('../fonts/VilhaRamos-Regular.svg#VilhaRamos-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#infos {
    box-shadow: 12px 0 12px -8px #12245926;
    z-index: 999;
}
.logo {
	padding: 40px 0;
}
.logo, .icones {
    padding-left: 40px;
    padding-right: 40px;
}
.title {
    font-weight: 700;
    font-size: 30px;
    padding: 40px 0;
    font-family: 'VilhaRamos-Bold', Tahoma, sans-serif;
}
.title-2 {
    font-weight: 700;
    font-size: 24px;
    padding: 40px 0;
    font-family: 'VilhaRamos-Bold', Tahoma, sans-serif;
}
.blue-dark {
    color: #122459;
}
a.link {
	font-family: 'VilhaRamos-Regular', Tahoma, sans-serif;
    display: block;
    font-size: 30px;
    border-bottom: 1px solid #00eaea;
    color: #00eaea;
    width: fit-content;
    margin: 0 auto 20px auto;
    text-decoration: none;
}
a.link:hover {
    border-bottom: 1px solid #122459;
    color: #122459;
}
.address {
	font-family: 'VilhaRamos-Regular', Tahoma, sans-serif;
    font-size: 18px;
    padding: 40px 0 0 0;
}
strong {
	font-family: 'VilhaRamos-Bold', Tahoma, sans-serif;
	font-weight: 700;
}
#paisagem {
    background-image: url(../images/bg-01.png);
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.hashtags {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: 'VilhaRamos-Regular', Tahoma, sans-serif;
}
.blue-light {
    color: #00eaea;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
    body {
        width: 100%;
        overflow-x: none;
    }
    #paisagem {
        background-image: url(../images/bg-01.png);
        height: 370px;
        background-size: 100%;
        background-position: center;
        margin-top: 20px;
    }
}