html {
    min-width: 1024px;
}

.transition {
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

.transition-1s {
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

h1 {
	color: #333333;
	font-family: 'SerifGothicLT-Black';
	text-transform: uppercase;
	font-size: 8rem;
	padding: 2rem;
}

h1 span {
	color: #f4874c;
	font-family: 'SerifGothicLT-Black';
}

h1 #subtitulo {
	color: #333333;
    font-family: 'flamabook';
    text-transform: uppercase;
    display: block;
    font-size: 3.6rem;
}

h2 {
	color: #f4874c;
	font-family: 'SerifGothicLT-Black';
	text-transform: uppercase;
	text-align: center;
	font-size: 4rem;
    line-height: 5rem;
}

h2 span {
	color: #fff;
	font-family: 'flamabook';
	display: block;
}

h3 {
	color: #5d5d5d;
	font-family: 'flamabook';
	text-transform: uppercase;
	font-size: 3rem;
    padding: 2rem;
}

#rio-ficha h3 span {
    text-transform: none;
    font-size:2rem;
    opacity: 66%;

}

h4 {
	font-family: 'flamabold';
	font-size: 1.8rem;
	color: #333333;
	padding: .5rem 0;
	opacity: .25;
	text-transform: uppercase;
}

#rio-page {
	padding-bottom: 10rem;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#rio-page.interna {
	padding-bottom: 0rem;
}

#rio-menu {
	padding: 2rem;
}

#rio-menu a {
	color: #000;
	opacity: .25;
	padding-bottom: .8rem;
}

#rio-menu a:hover {
    opacity: 1;
}

#rio-menu a.ativo {
	border-bottom: 3px solid #f4874c;
	opacity: 1;
    pointer-events: none;
}

#rio-menu li {
	float:left;
	font-family: 'flamabold';
	text-transform: uppercase;
	font-size: 2rem;
	padding: 2rem;
}

#rio-como-usar {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding: 2rem;
}

#rio-como-usar img {
	width: 3rem;
}

#rio-como-usar span {
    max-width: 174px;
    font-family: 'flamabold';
    font-size: 1.6rem;
    opacity: .25;
    padding: 1rem;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.8rem;
}

#rio-mapa {
	position: relative;
    width: 100%;
    max-width: 1920px;
	padding: 2rem 0 2rem 2rem;
}

#rio-mapa img {
	width: calc(100% + 2rem);
    margin-left: -2rem;
}

.fa-plus {
	color: #333333;
	font-size: 2.2rem;
}

.pin {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	border: 4px solid #f4874c;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

.pin:hover {
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .75);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .75);
}

.radar .pin {
	position: relative;
}

.radar {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.radar.animar {
	width: 200px;
	height: 200px;
	margin-top: -80px;
	margin-left: -80px;
	opacity: 0;
}

.radar.oculto {
	opacity: 0;
}

#r1 {
    top: 55%;
    left: 35%;
}

#r2 {
    top: 46%;
    left: 23%;
}

#p1 {
	top: 60%;
    left: 16%;
}

#p2 {
	top: 46%;
    left: 23%;
}

#p3 {
    top: 55%;
    left: 35%;
}

#p4 {
    top: 49%;
    left: 43%;
}

#p5 {
    top: 45%;
    left: 49%
}

#p6 {
    top: 42%;
    left: 56%;
}

#p7 {
    top: 19%;
    left: 39%;
}

#p8 {
    top: 31%;
    left: 50%;
}

#p9 {
    top: 39%;
    left: 64%;
}

#p10 {
    top: 43%;
    left: 74%;
}

#p11 {
    top: 50%;
    left: 89%;
}

.arena-do-futuro #p1 {
    top: 59%;
    left: 8%;
}

.arena-do-futuro #p2 {
    top: 58%;
    left: 36%;
}

.arena-do-futuro #p3 {
    top: 73%;
    left: 59%;
}

.estadio-aquatico #p1 {
    top: 47%;
    left: 36%;
}

.estadio-aquatico #p2 {
    top: 65%;
    left: 15%;
}

#ampliar-e-localizacao {
	font-family: 'flamamedium';
	font-size: 1.6rem;
	text-transform: uppercase;
	color: #979797;
    padding-bottom: 8rem;
}

#ampliar-e-localizacao img {
	width: 2rem;
    margin-right: .6rem;
}

#ampliar-e-localizacao span {
    padding: 0 5rem;
}

#rio-page p {
	font-family: 'flamabook';
	color: #989898;
}

.rio-abre {
	position: relative;
	width: 100%;
	height: 516px;
	margin: 8rem 0;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.credito-abre {
	position: absolute;
	font-family: 'flamamedium';
	top: 1rem;
	left: 1rem;
	color: #b7c6ce;
	font-size: 1.4rem;
	text-transform: uppercase;
}

.bg-1 {
	background: url(../img/capa-1.png) no-repeat center center fixed; 
}

.bg-2 {
	background: url(../img/capa-2.png) no-repeat center center fixed; 
}

.cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.side-bar {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
}

.side {
	width: 200px;
    padding-top: 2.9rem;
}

.descricao-video {
    font-family: 'flamabook';
    color: #333333;
    font-size: 1.8rem;
    letter-spacing: 1px;
    line-height: 2rem;
}

hr {
	width: 970px;
    border-top: 3px solid #ededed;
}

.side li {
	color: #989898;
	text-transform: uppercase;
	font-family: 'flamabook';
	font-size: 1.6rem;
	padding-bottom: 3rem;
    line-height: 2rem;
}

.side li span {
	color: #656565;
	font-family: 'flamabold';
	display: block;
}

li.atrasado {
	color: #b31f1f;
	font-family: 'flamabook';
	border-bottom: 3px solid #ededed;
}

.img-1060 {
    width: 970px;
}

#voltar {
    width: 970px;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#voltar-btn {
	display: inline-block;
	font-family: 'flamamedium';
	text-transform: uppercase;
	font-size: 2.2rem;
	color: #666666;
}

#voltar-btn:hover {
	cursor: pointer;
	opacity: .75;
    margin-left: -2rem;
}

.fa-chevron-left {
    padding-right: 1rem;
}

#rio-ficha {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 970px;
}

#rio-ficha-grande {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 970px;
}

#rio-ficha.align-top {
    align-items: flex-start;
}

#rio-ficha-grande img {
	padding: 2rem;
    width: 970px;
}

#rio-ficha img {
    padding: 2rem;
    width: 66%;
}

#rio-ficha img.half {
    width: 50%;
}

#rio-ficha section {
	padding: 2rem;
}

#titulo {
	font-family: 'SerifGothicLT-Black';
	color: #333333;
	font-size: 4rem;
	text-transform: uppercase;
    padding: 2rem;
}

.bold-laranja {
	font-family: 'flamabold';
	color: #f4874c;
	text-transform: uppercase;
}

section a {
	display: inline-block;
	margin-left: 2rem;
}

#btn-360 {
	padding: 2rem;
	background-color: orange;
}

#modalidades {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 970px;
    padding-bottom: 12rem;
}

#modalidades li {
	width: 25%;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-family: 'flamabook';
    font-size: 2rem;
}

#modalidades img {
    width: 80px;
    height: 80px;
}

.interna hr {
	margin: 4em 0;
}

#confira-360 {
	font-family: 'flamabook';
	color: #f4874c;
	font-size: 2.6rem;
	text-transform: uppercase;
	border-bottom: 1px solid #f4874c; 
	padding-bottom: 0.4rem;
	margin-bottom: 2rem;
}

#confira-360 span {
	font-family: 'flamabold';
}

#confira-360:hover {
    padding-left: 2rem;
    padding-right: 2rem;
    opacity: .75;
}

#legado {
    background-color: #f4f4f4;
    width: 100%;
    margin-top: 12rem;
    padding-bottom: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#titulo-legado {
    font-family: 'SerifGothicLT-Black';
    color: #fff;
    padding: 2rem;
    background-color: #f4874c;
    text-transform: uppercase;
    font-size: 3rem;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 160px;
    margin: 0 auto;
    margin-top: -34px;
}

#legado img:nth-child(3) {
    padding: 10rem 2rem 2rem 2rem;
}

#legado img {
    padding: 2rem;
}

#legado #lista-horizontal {
	font-family: 'flamabold';
    font-size: 2rem;
}

#legado #lista-horizontal li {
	float: left;
	color: rgba(51, 51, 51, .25);
	padding: 2rem;
}

#legado #lista-horizontal li strong{
	color: rgba(51, 51, 51, 1);
}

#duas-colunas {
	width: 550px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;	
}

#duas-colunas ul {
    font-family: 'flamabook';
    color: rgba(51, 51, 51, .25);
    padding: 2rem;
    font-size: 2.2rem;
    line-height: 1.5;
    width: 50%;
    color: #989898;
}

#duas-colunas ul li {
	list-style-type:disc;
}

/*
@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(1.2); }
    100% { -webkit-transform: scale(1); }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.pulse {
    -webkit-animation-duration: 2.6s;
    animation-duration: 2.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
}
*/

.cortina-wrap {
    /*max-width: 970px;*/
    width: 970px;
    margin: 40px auto;
}

.modalidades-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
}

.side li span.span-fix {
    font-family: 'flamabook';
    text-transform: none;
}

sup {
    vertical-align: super;
    font-size: 1.4rem;
}

.hangingindent {
  padding-left: 22px ;
  text-indent: -14px ;
}

.side img {
    width: 100%;
}

#side-map span {
    font-family: 'flamamedium';
    color: #989898;
    text-transform: uppercase;
    font-size: 1.6rem;
}

#side-map ol{
    padding-bottom: 3rem;
    padding-top: .5rem;
}


#side-map ol li{
    text-transform: none;
    font-family: 'flamabold';
    padding-bottom: 0;
    line-height: 2.4rem;
}

.ol-vermelha li {
    color: #b31f1f;
}

.ol-vermelha li:last-child {
    color: #f4874c;
}

.ol-laranja li {
    color: #f4874c; 
}

#side-map ol:nth-child(6) {
    border-bottom: 3px solid #ebebeb;
}

#side-map div#legenda {
    color: #b31f1f;
}

#legenda {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;  
}

#legenda span:first-child {
    color: #b31f1f;
    font-size: 6rem;
}

#legenda span:last-child {
    padding-top: 1.2rem
}

.img-deodoro {
    max-width: 570px;
    padding: 2rem;
}

#h3-deodoro {
    text-align: center;
    line-height: 3.6rem;
}

#area-do-parque {
    font-family: 'flamabold';
    line-height: 2.4rem;
}

#area-do-parque span:first-child {
    color: #989898;
    font-size: 1.6rem;
    text-transform: uppercase;
}

#area-do-parque span:last-child {
    display: block;
    color: #333333;
    font-size: 2.6rem;
    text-transform: uppercase;
    padding-bottom: 2rem;
    border-bottom: 3px solid #ebebeb;
}

#setores {
    font-family: 'flamabook';
    color: #989898;
    max-width: 570px;
    padding: 2rem 2rem 2rem 2rem;
    font-size: 2.2rem;
    line-height: 1.5;
}

#setores li {
    padding: 1.6rem 0;
}

#setores span {
    font-family: 'flamabold';
    display: block;
    text-transform: uppercase;
    color: #b31f1f;

}

#infos-slalom {
    padding-bottom: 2rem;
    border-bottom: 3px solid #ebebeb;
}

#infos-slalom.side li {
    text-transform: none;
    font-family: 'flamamedium';
}

#infos-slalom.side li span {
    font-size: 3rem;
    padding-bottom: 1rem;
}

#desc-img {
    width: 570px;
    padding: 0 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;   
}

.nome-da-imagem {
    font-family: 'flamabold';
    font-size: 2.2rem;
}

.credito-da-imagem {
    font-family: 'flamabook';
    text-transform: uppercase;
    font-size: 1.2rem;
}

.imagem-maior {
    padding: 6rem 0;
}

#legenda-direita {
    font-family: 'flamabook';
    width: 570px;
    padding-right: 2rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;  
}

#ul-fix li {
    padding-bottom: 1.5rem;
}

#ul-fix label {
    cursor: pointer;
}





.expediente {
    color: #989898;
    text-transform: uppercase;
    font-family: 'flamabold';
    font-size: 1.6rem;
    padding: 0.5rem;
    margin: 2rem;
    line-height: 2rem;
    border-bottom:1px solid #989898;
    display:inline-block;
    -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.expediente:hover {
    color: #f4874c;
    border-bottom:1px solid #f4874c;
    padding: 0.5rem 0.5rem 0.75rem 0.5rem;
}

table td {
    font-size: 1.6rem;
    font-family: 'flamabook';
}

.proximoCapitulo {
    font-family: 'flamabold';
}

#OAS_Position1 {
    margin-bottom: 4rem;
}
.texto-publicidade {
    font: 10px/10px 'flamabook'!important;
    color: #333!important;
    padding: 0px!important;
    text-align: left;
}


#tooltip360 img {
    position: absolute;
    width: 56px;
    top: 49%;
    left: 36%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#tooltip360:hover {
    opacity: .75;
}