html, body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'flamabook';
    font-size: 2.2rem;
}

#logo {
    font-family: 'Marcas Estadão';
    position: absolute;
    left: 1rem;
    top: 1rem;
    font-size: 4rem;
    z-index: 1;
    color: rgb(255, 255, 255);
    padding: 1rem;
}

#logo:before {
    content: '';
}

#jumbotron {
	display: flex;
    display: -webkit-flex;
	justify-content: center;
    -webkit-justify-content: center;
	align-items: center;
    -webkit-align-items: center;
	width: 100%;
	height: 100vh;
    background: url(../img/capa.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#jumbotron h1 {
	font-size: 8rem;
    color: #fff;
    z-index: 1;
}

main {
	padding-bottom: 8rem;
}

section {
	display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 2rem 2rem 0 2rem;
}

h1 {
	font-family: 'estadoheadlinebold';
	font-size: 4rem;
	max-width: 660px;
	width: 100%;
	padding: 2rem;
	text-align: center;
	line-height: 1.2;
}

h2 {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-family: 'flamabold';
    padding-bottom: 2rem;
}

p {
	max-width: 660px;
	width: 100%;
	padding: 2rem;
	line-height: 1.5;
}

strong {
    font-family: 'flamabold';
}

#overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .25);
    left: 0;
    top: 0;
}

.author {
	display: block;
	padding: 2rem;
	font-style: italic;
	text-align: center;
	line-height: 1.5;
    opacity: .5;
}

.author::before {
    content: '';
    width: 64px;
    height: 2px;
    background-color: #333;
    display: block;
    margin: 2rem;
    margin: 0 auto;
    margin-bottom: 4rem;
}

/* galerias */

figcaption {
    padding: 1.2rem 0 1rem 0;
    color: rgba(0, 0, 0, .5);
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
}

figcaption span {
    font-family: 'flamabold';
    text-transform: uppercase;
    color: rgba(0, 0, 0, .25);
    display: block;
}

.fa {
    font-size: 3rem;
}

.fa-chevron-right {
    position: absolute;
    right: -5rem;
    top: 50%;
}

.fa-chevron-left {
    position: absolute;
    left: -5rem;
    top: 50%;
}

.fa-chevron-right:hover, .fa-chevron-left:hover {
    opacity: .5;
}

.owl-carousel {
    margin: 0 auto;
}

.owl-wrap {
    margin: 2rem 0;
    background-color: #f5f5f5;
    padding: 2rem;
    width: 100%;
    max-width: 1200px;
}

.vbox-overlay .vbox-title {
    top: auto;
    bottom: 1px;
    height: auto;
    background: transparent;
    color: #f9f9f4;
    font-family: 'flamabook';
    font-size: 14px;
    line-height: 20px;
}

.vbox-title span {
    font-family: 'flamabold';
    font-size: 1.2rem;
    text-transform: uppercase;
    display: block;
    opacity: .5;
}

#video_caption {
    text-align: left;
}

#mapa {
    max-width: 1200px;
    width: 100%;
    padding: 2rem 0 4rem 0;
}

@media screen and (max-width: 1280px) {
    .owl-wrap {
        max-width: 620px;
    }
    #jumbotron h1 {
        font-size: 4rem;
    }
}

#video {
    max-width: 660px;
    width: calc(100% - 4rem);
    margin: 0 auto;
}

#fix {
    padding-top: 8rem;
}

@media screen and (max-width: 740px) {
    .fa-chevron-left { 
        left: 2rem;
        text-shadow: 0 0 3px #fff;
        top: 40%;
    }
    .fa-chevron-right { 
        right: 2rem;
        text-shadow: 0 0 3px #fff;
        top: 40%;
    }
    #logo:before {
        content: '';
    }
}














