@import "normalize.css";

* { margin:0; padding: 0; box-sizing: border-box; }

html, body, main { height: 100%; margin: 0; }
figure, figcaption { display: block; }
.wrapper { height: 100%; }

@font-face {
    src: url(..//fonts/Titillium-Bold.otf);
    font-family: 'Titillium-Bold';
}
@font-face {
    src: url(..//fonts/Titillium-BoldUpright.otf);
    font-family: 'Titillium-BoldUpright';
}
@font-face {
    src: url(..//fonts/Titillium-Thin.otf);
    font-family: 'Titillium-Thin';
}
@font-face {
    src: url(..//fonts/Titillium-Light.otf);
    font-family: 'Titillium-Light';
}
@font-face {
    src: url(..//fonts/321Perfect.ttf);
    font-family: '321perfect';
}
@font-face {
    src: url(..//fonts/KitchenPolice.ttf);
    font-family: 'ECavalheiro';
}



body { 
    font-family: 'Titillium-Light';
    background-color: rgba(255,255,220,0.45);
    font-size: 16px;
}
body, html { height: 100%; } /* parallax */

header, section, article, footer, aside { display: block; }

form {
	padding: 1% 0;
}

/* TABELAS */
table {
    width: 100%;
    background-color: rgba(255,255,255,1)!important;
    margin: 2% 0;
}
tbody td {
    height: 50px;
}
thead {
    background-color: rgba(0,0,0,0.5);
    font-size: 1.25em;
    color: aliceblue;
}

td { font-size: 0.75em; }

.confirmation { color: dodgerblue; font-weight: bold; }
.info-blue { color: dodgerblue; font-weight: bold; }
.open { color: forestgreen; font-weight: bold; }
.canceled { color: firebrick; font-weight: bold; }
.check { color: green; }
.nocheck  { color: firebrick; }
.nocheck  { color: firebrick; }

/*COLORS*/
.green { color: green!important; }
.blue { color: blue!important; }
.brown { color: #996633!important; }
.air { color: #cccccc!important; }

.ico-ambientes {
		padding-right: 5px;
}

a, 
a:link,
a:active,
a:hover,
a:focus,
a:visited { text-decoration: none; }

a, 
a:link,
a:active { color: firebrick; }

a:hover,
a:focus { color: darkred; }
a:visited { color: darkred; }


a.btn, 
a.btn:link,
a.btn:active { color: white; }
a.btn:hover,
a.btn:focus { color: white; }
a.btn:visited { color: white; }

.bt-paper-plane { display: block; }
.txt-prereserva { display: none; }

.apartirde { 
    color: firebrick!important; 
    font-weight: bold!important;
    cursor: pointer;
}
.apartirde a,
.apartirde a:link,
.apartirde a:hover,
.apartirde a:focus { color: grey!important; }

main {
	color: black;
	width: 100%; 
	margin: 0 auto; 
	min-width: 290px; 
}

h1 { letter-spacing: 2px; color: firebrick; }
h1, h2, h3 {    
    display: block;
    float: left;
    width: 100%; 
    font-family: 'Titillium-BoldUpright';
}

h1 { font-size: 2.15em; }
h2 { font-size: 1.55em; }
h3 { font-size: 1.40em; }
h4 { font-size: 1.30em; }
h5 { font-size: 1.15em; }

::selection { background-color: yellow; color: firebrick; }

/*img:hover { cursor: alias; }*/

.logo-pagseguro {
	display: block;
	float: left;
	min-width: 135px;
    max-width: 135px;
}

/** elementos com backgrounds parallax **/
.bgParallax {
    color:#FFF;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
    min-height: 100%;
    /*text-shadow:0 0 10px rgba(0,0,0,0.7);*/
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.bgParallax h2 {
    font-family: '321perfect';
    display: block;
    margin-top: 8%;
	font-size: 3.95em;
    color: rgba(255,255,0,0.95);
    text-align: center; 
    color: white;
    -webkit-filter:drop-shadow(1px 2px 0 #000);
	-moz-filter:drop-shadow(1px 2px 0 #000);
	-ms-filter:drop-shadow(1px 2px 0 #000);    
	-o-filter:drop-shadow(1px 2px 0 #000);    
	filter:drop-shadow(1px 2px 0 #000);
}
.imgParallax {
    width: 100%;
    position: relative;
    background-position: 5% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.valorde {
	font-size: 0.85em;
	color: #999!important;
	text-decoration: line-through;
}
.valorpor {
	font-size: 1.35em;
	color: firebrick!important;	
	font-weight: bold;
}

#mosaico,
#galeria-data
{
	border: 0;
	display: block;
	float: left;
	width: 100%;
}
#mosaico img,
#galeria-data img 
{
	display: block;
	float: left;
	width: 50%;
}

#equipe-rapelsp {
    background-image: url(..//imagens/rapelsp-equipe_.jpg);
    height: 1000px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;   
}

#chamada-rapelsp {
    height: 100%;
	overflow: hidden;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

#container-full,
#container-h
{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.sociedade-descontos h2 { text-align: center; }

.box-container {
    margin-top: 5%;
    display: block;
    float: right;
/*    background-color: rgba(255,255,255,0.50); */   
}

.box-color,
.box-info,
.box-value,
.box-liked,
.box-text
{
    display: block;
    padding: 2% 0;
    margin: 1% 0;
	background-color: white;
}

.box-info {
    width: 100%;
    float: right;
}
.box-info div h5 { text-align: center!important; font-size: 0.85em; }

.box-value,
.box-liked 
{
    width: 100%;
    padding: 0 5%;
    text-align: center;
}
.box-text {
    width: 100%;
    display: block;
    float: left;
    padding: 5%;
    text-align: justify;
    margin-bottom: 2%;
}
    
.box-value {
    float: left;
}
.box-liked {
    float: right;
}

.box-level {
    width: 100%;
    display: block;
    float: left;
    background-color: white;
}


/* BORDER BOX */
.box-color,
.box-info,
.box-level,
.box-value,
.box-liked,
.box-text,
.box-pq-1,
.box-pq-2,
.box-pq-3,
.box-hour-day,
.box-hour-night,
.box-left,
.box-right
{
    border: 1px solid #fef48a;
}

.box-play  .box-pq-1,
.box-play  .box-pq-2,
.box-play  .box-pq-3 {
    border: 1px solid #fef48a;	
    background-color: rgba(255,210,90,0.5);
}

.box-play  .box-pq-1 .number-pq,
.box-play  .box-pq-2 .number-pq,
.box-play  .box-pq-3 .number-pq,
.box-play  .box-pq-1 .box-pq-text h3,
.box-play  .box-pq-2 .box-pq-text h3,
.box-play  .box-pq-3 .box-pq-text h3
  {
	color: rgba(255,210,90,0.9);
}

.h-text {
    text-transform: uppercase;
    color: #666;
    margin-bottom: 1%;
	text-align: left!important;
	display: block;
}

.box-left,
.box-right {
    display: block;
    width: 100%;
    background-color: white;
    min-height: 130px;
    padding: 3% 5%;
}

.box-pq,
.box-play,
.box-carousel
{
    display: block;
    width: 100%;
    margin: 1% 0;
}

.box-pq,
.box-left
{
    float: left;
}
.box-play,
.box-right,
.box-carousel {
	display: block;
    float: right;
}

.box-pq-1,
.box-pq-2,
.box-pq-3
{
    width: 100%;
    display: block;
    float: left;
    background-color: rgba(255,210,90,0.8);
    margin-bottom: 3%;
}

.box-play .box-pq-1,
.box-play .box-pq-2,
.box-play .box-pq-3 {
    background-color: firebrick;
}
.box-play .box-pq-1 .box-pq-text p,
.box-play .box-pq-2 .box-pq-text p,
.box-play .box-pq-3 .box-pq-text p  {
	color: white;
}

.number-pq {
    display: block;
    float: left;
    width: 20%;
    color: firebrick;
    text-align: center;
    align-items: center;
    font-size: 4.95em;
    font-family: 'Titillium-Bold';
}
.box-pq-text {
    display: block;
    float:  right;
    width: 80%;
    padding: 2%;
    margin: 0;
    text-align: right;   
}

.box-pq-text h3 {
    margin-top: 10px;
    font-size: 1.15em;
    color: firebrick;
}
.box-pq-text p {
    font-size: 0.80em;
}

.box-hour-day,
.box-hour-night
{
    display: block;
    width: 100%;
    background-color: white;
    margin: 1% 0
}
.box-hour-day {
    float: left;
}
.box-hour-night {
    float: right;
}

.box-hour-info {
    text-align: left;
}
.box-hour-info h3 {
    font-size: 1.15em;
    color: firebrick;   
}

.box-hour-info p {
    font-size: 0.80em;
	padding: 0 5% 0 0;
}

.ico-hour {
    text-align: center;
    align-items: center;
    font-size: 4.85em;
    color: black;
    float: left;
    width: 40%;
}
.box-hour-info {
	display: block;
    float: right;
    width: 60%;
}

.img-featured {
    display: block;
    float: left;
    width: 100%;
    margin: 0 auto;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
}
.img-mobile-featured { display: block!important; }
.myCarousel-active { display: block!important; }
.mobile-none { display: none!important; }

.carousel-caption h3 { font-size: 1.15em!important; }
.carousel-caption p { display: none!important; }

.block-extra {
    text-align: center;
    display: block;
    margin-bottom: 4%;
    min-height: 40px;
    overflow: hidden;
}

.block-base {
    display: block;
    float: left;
    min-height: 200px;
    margin-bottom: 10px;
    background-color: rgba(255,255,255,0.85);
}

.extra-color {
    background-color: rgba(255,255,255,0.8);
    padding: 2% 0;
    margin-bottom: 1%;
}

.extra-color-white {
    background-color: white!important;
}

.extra-value {
    display: block;
    float: left;
    text-align: left!important;
    margin: 1% 0;
    background-color: rgba(255,255,255,0.8);
}
.color-real {
    width: 100%;
    display: block;
    float: left;
    background-color: rgba(255,255,0,0.1);
    padding: 2%;
    margin: 4% 0 2% 0;
}
.real { 
    font-size: 1.65em; 
    color: firebrick; 
    font-weight: bold; 
}
.real-desconto { 
    font-size: 1.40em; 
    color: firebrick; 
}
.chamada-box { 
    font-size: 0.65em; 
    text-transform: lowercase;
    min-height: 20px;
    margin: -3% 0 3% 0;
}
.chamada-valor { 
    font-size: 0.65em;
	tex-transform: lowercase;
    min-height: 20px;
    margin: -3% 0 3% 0;
}

.btn-h { max-height: 50px; }

.block-extra h5, .block-extra div, .block-extra div small {
    text-align: center;
}

.block-extra h3,
.block-extra h4,
.block-extra h5 { margin: 2% 0; text-align: center; }

.block-extra h3 { font-size: 1.20em; }
.block-extra h4 { font-size: 0.95em; }
.block-extra h5 { font-size: 0.75em; }

.block-extra span {
    max-width: 20%;
    padding: 0 5%;
    font-size: 0.95em;
}
.block-extra small {
    font-size: 0.65em;
}
.block-circle { 
    width: 100%;
    padding: 0 10%;
}

/* ICONES FontAwesome */
.fa-list:before { 
  content: "\f03a"; 
  font-family: FontAwesome;
}
.fa-hand-o-up:before { 
  content: "\f0a6"; 
  font-family: FontAwesome;
}
.fa-comments:before { 
  content: "\f086"; 
  font-family: FontAwesome;
}
.fa-credit-card:before { 
  content: "\f09d"; 
  font-family: FontAwesome;
}
.fa-thumbs-o-up:before { 
  content: "\f087"; 
  font-family: FontAwesome;
}
.fa-check-square:before { 
  content: "\f14a"; 
  font-family: FontAwesome;
}

.list:before { 
  content: "\f03a"; 
  font-family: FontAwesome;
}
.hand-o-up:before { 
  content: "\f0a6"; 
  font-family: FontAwesome;
}
.comments:before { 
  content: "\f086"; 
  font-family: FontAwesome;
}
.credit-card:before { 
  content: "\f09d"; 
  font-family: FontAwesome;
}
.thumbs-o-up:before { 
  content: "\f087"; 
  font-family: FontAwesome;
}
.check-square:before { 
  content: "\f14a"; 
  font-family: FontAwesome;
}

.testeaqui:before { 
  content: "\f03d"; 
  font-family: FontAwesome;
}
.check:before { 
  content: "\f00c"; 
  font-family: FontAwesome;
}
.nocheck:before { 
  content: "\f00d"; 
  font-family: FontAwesome;
}
.sun-o:before { 
  content: "\f185"; 
  font-family: FontAwesome;
}
.sun:before { 
  content: "\f185"; 
  font-family: FontAwesome;
}
.address-card:before { 
  content: "\f2bb"; 
  font-family: FontAwesome;
}
.university:before { 
  content: "\f19c"; 
  font-family: FontAwesome;
}
.pagelines:before { 
  content: "\f18c"; 
  font-family: FontAwesome;
}
.rocket:before { 
  content: "\f135"; 
  font-family: FontAwesome;
}
.cutlery:before { 
  content: "\f0f5"; 
  font-family: FontAwesome;
}
.ticket:before { 
  content: "\f145"; 
  font-family: FontAwesome;
}
.handshake-o:before { 
  content: "\f2b5"; 
  font-family: FontAwesome;
}
.moon-o:before { 
  content: "\f186"; 
  font-family: FontAwesome;
}
.moon:before { 
  content: "\f186"; 
  font-family: FontAwesome;
}
.beer:before { 
  content: "\f0fc"; 
  font-family: FontAwesome;
}
.car:before { 
  content: "\f1b9 "; 
  font-family: FontAwesome;
}
.money:before { 
  content: "\f0d6  "; 
  font-family: FontAwesome;
}
.video:before { 
  content: "\f03d"; 
  font-family: FontAwesome;
}
.money:before { 
  content: "\f0d6"; 
  font-family: FontAwesome;
}
.fa-envelope:before { 
  content: "\f0e0"; 
  font-family: FontAwesome;
}
.fa-hand-pointer-o:before { 
  content: "\f25a"; 
  font-family: FontAwesome;
}
.fa-question:before { 
  content: "\f128"; 
  font-family: FontAwesome;
}

.fa-facebook:before { 
  content: "\f09a"; 
  font-family: FontAwesome;
}
.fa-instagram:before { 
  content: "\f16d"; 
  font-family: FontAwesome;
}
.fa-instagram:before { 
  content: "\f16d"; 
  font-family: FontAwesome;
}
.fa-youtube:before { 
  content: "\f167 "; 
  font-family: FontAwesome;
}
.fa-google-plus-official:before { 
  content: "\f2b3 "; 
  font-family: FontAwesome;
}
.fa-google-plus:before { 
  content: "\f0d5 "; 
  font-family: FontAwesome;
}

.fa-calendar:before { 
  content: "\f073 "; 
  font-family: FontAwesome;
}
.fa-camera:before { 
  content: "\f030"; 
  font-family: FontAwesome;
}
.fa-car:before { 
  content: "\f1b9"; 
  font-family: FontAwesome;
}
.fa-info-circle:before { 
  content: "\f05a"; 
  font-family: FontAwesome;
}

.bolt:before { 
  content: "\f0e7"; 
  font-family: FontAwesome;!
}
.over:before { 
  content: "\f16c "; 
  font-family: FontAwesome;
}
.users:before { 
  content: "\f0c0 "; 
  font-family: FontAwesome;
}
.picture-o:before { 
  content: "\f03e"; 
  font-family: FontAwesome;
}
.user-plus:before { 
  content: "\f234"; 
  font-family: FontAwesome;
}
/*trilha*/
.tree:before { 
  content: "\f1bb"; 
  font-family: FontAwesome;
}
/*montanha*/
.area-chart:before { 
  content: "\f1fe"; 
  font-family: FontAwesome;
}
/*aereo*/
.plane:before { 
  content: "\f072"; 
  font-family: FontAwesome;
}
/*água*/
.tint:before { 
  content: "\f043"; 
  font-family: FontAwesome;
}
/*day use*/
.address-card-o:before { 
  content: "\f2bc"; 
  font-family: FontAwesome;
}
/*lugares*/
.globe:before { 
  content: "\f0ac"; 
  font-family: FontAwesome;
}
/*hospedagem*/
.bed:before { 
  content: "\f236"; 
  font-family: FontAwesome;
}
/*relogio*/
.clock:before { 
  content: "\f017"; 
  font-family: FontAwesome;
}
/*explore*/
.search:before { 
  content: "\f002 "; 
  font-family: FontAwesome;
}


.map-signs:before { 
  content: "\f277"; 
  font-family: FontAwesome;
}
.train:before { 
  content: "\f238"; 
  font-family: FontAwesome;
}
.hand-pointer-o:before { 
  content: "\f25a "; 
  font-family: FontAwesome;
}
.child:before { 
  content: "\f1ae"; 
  font-family: FontAwesome;
}

.heartbeat:before { 
  content: "\f21e"; 
  font-family: FontAwesome;
}
.over,
.picture-o,
.users,
.bolt,
.user-plus,
.tree,
.search,
.globe,
.clock,
.bed,
.chart,
.plane,
.tint,
.address-card-o,
.university,
.moon,
.sun,
.beer,
.pagelines,
.rocket,
.cutlery,
.ticket,
.handshake-o,
.map-signs,
.train,
.area-chart,
.hand-pointer-o,
.child,
.heartbeat,
.video {
    width: 100%;
    float: right;
    margin-bottom: 10px;
    max-height: 40px;
    font-size: 1.65em;
}

/* NÍVEL DE DIFICULDADE */
.battery-full:before { 
  content: "\f240"; 
  font-family: FontAwesome;
}
.battery-three-quarters:before { 
  content: "\f241"; 
  font-family: FontAwesome;
}
.battery-half:before { 
  content: "\f242"; 
  font-family: FontAwesome;
}
.battery-quarter:before { 
  content: "\f243"; 
  font-family: FontAwesome;
}
.battery-empty:before { 
  content: "\f244"; 
  font-family: FontAwesome;
}

/* NÍVEL DE CORAGEM */
.heart:before { 
  content: "\f004 "; 
  font-family: FontAwesome;
}
.heartbeat:before { 
  content: "\f21e "; 
  font-family: FontAwesome;
}
.heart-o:before { 
  content: "\f08a "; 
  font-family: FontAwesome;
}
.frown-o:before { 
  content: "\f119 "; 
  font-family: FontAwesome;
}
.meh-o:before { 
  content: "\f11a "; 
  font-family: FontAwesome;
}
.smille-o:before { 
  content: "\f118 "; 
  font-family: FontAwesome;
}
.level-up:before { 
  content: "\f148 "; 
  font-family: FontAwesome;
}
.search-minus:before { 
  content: "\f010 "; 
  font-family: FontAwesome;
}
.circle:before { 
  content: "\f111"; 
  font-family: FontAwesome;
}

figure { display: block; width: 90%; min-width: 17.5em; margin:0 auto;}
figcaption { font: 120% sans-serif; text-align: center;}
.boxVideo {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 25px;
    height: 0;
    margin:0 auto;
}
.boxVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.color-none { color: #ccc!important; }

#chamada-rapelsp h3 { font-size: 2.25em; color: none; }

#chamada-rapelsp article {
    display: block;
    padding: 20% 15%;
    text-align: center;
}
#chamada-rapelsp article p { font-size: 1.15em; }

#chamada-rapelsp h2, 
#chamada-rapelsp h3, 
#chamada-rapelsp p, 
#trilhe-novos-caminhos article div {
    -webkit-filter:drop-shadow(1px 1px 0 #000);
	-moz-filter:drop-shadow(1px 1px 0 #000);
	-ms-filter:drop-shadow(1px 1px 0 #000);    
	-o-filter:drop-shadow(1px 1px 0 #000);    
	filter:drop-shadow(1px 1px 0 #000);
}

#trilhe-novos-caminhos {
    padding: 10% auto;
    min-height: 500px;
    /*
    border-top: 2px solid white;
    border-bottom: 2px solid white; 
    */
}
#chamada-rapelsp, #trilhe-novos-caminhos {
	background-color: rgba(0,0,0,0.85);
}	

#chamada-rapelsp article h2,
#trilhe-novos-caminhos article h2,
#destaques-eventos  h2 {
    margin-top: 10%;
    color: rgb(255,255,255,0.85);
}
#chamada-rapelsp article h2,
#trilhe-novos-caminhos article h2 {
    font-size: 2.25em;
	font-family: 'Titillium-BoldUpright'!important;
}

#trilhe-novos-caminhos article h3 { font-size: 1.25em; } 

#destaques-eventos  h2 { font-size: 1.85em; }

#trilhe-novos-caminhos article div {
    display: block;
    float: left;
    text-align: center;
    font-size: 2.25em;
    color: white;

}

#trilhe-novos-caminhos article div {
    font-size: 1.85em;
}

#trilhe-novos-caminhos article div h5 { 
    font-size: 1.95em;
    font-style: 'Titillium-Bold';
}
#trilhe-novos-caminhos article div p { 
    font-size: 0.55em;
    padding: 0 15%;
}

#complexo-do-bau-chamada {
    text-align: center;
    padding: 40% auto;
    background-image: url(..//imagens/rapelsp-pedradobau.jpg);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 700px;
    border-top: 10px solid black;
    border-bottom: 10px solid black; 

}

#pedra-grande-chamada {
    text-align: center;
    padding: 40% auto;
    background-image: url(..//imagens/rapelsp-pedragrande_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 700px;
    border-top: 10px solid black;
    border-bottom: 10px solid black; 

}

#ponte-rapel-mairinque, 
#ponte-ferrea-mairinque,
#ponte-ferrea-mairinque-pordosol,
#rapel-pedreira-dib-mairipora,
#trilha-floresta-ipanema-panoramica-sitio-historico,
#trilha-cachoeira-da-torre-roteiro-aventura,
#escalada-em-rocha-para-iniciantes
 {
	display: none;
}

#escalada-em-rocha-para-iniciantes {
    text-align: center;
    padding: 40% auto;
    background-image: url(..//imagens/aventurasp-escaladaemrochaparainiciantes-01.jpg);
    background-repeat: no-repeat;
    background-position: top;
    min-height: 1000px;
    border-top: 10px solid black;
    border-bottom: 10px solid black; 
}
#ponte-rapel-mairinque {
    text-align: center;
    padding: 40% auto;
    background-image: url(..//imagens/rapelsp-ponterapelmairinque.jpg);
    background-repeat: no-repeat;
    background-position: top;
    min-height: 1000px;
    border-top: 10px solid black;
    border-bottom: 10px solid black; 
}
#ponte-ferrea-mairinque {
    text-align: center;
    padding: 40% auto;
    background-image: url(..//imagens/rapelsp-ponteferreamairinque-trem.jpg);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 700px;
    border-top: 10px solid black;
    border-bottom: 10px solid black; 

}
#rapel-pedreira-dib-mairipora {
    text-align: center;
    padding: 5% auto;
    background-image: url(..//imagens/rapelsp-rapel-pedreira-dib-mairipora-panoramica-aberta.jpg);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 550px;
	max-height: 550px;
    border-top: 10px solid black;
    border-bottom: 10px solid black; 

}

#trilha-floresta-ipanema-panoramica-sitio-historico {
    text-align: center;
    padding: 5% auto;
    background-image: url(..//imagens/aventurasp-trilha-floresta-ipanema-panoramica-sitio-historico.jpg);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 850px;
	max-height: 1000px;
    border-top: 10px solid black;
    border-bottom: 10px solid black; 

}
#trilha-cachoeira-da-torre-roteiro-aventura {
    text-align: center;
    padding: 5% auto;
    background-image: url(..//imagens/aventurasp-trilha-cachoeira-da-torre-roteiro-aventura.jpg);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 850px;
	max-height: 1000px;
    border-top: 10px solid black;
    border-bottom: 10px solid black; 

}
#trilha-para-portal-casa-de-pedra-panoramica {
    text-align: center;
    padding: 5% auto;
    background-image: url(..//imagens/aventurasp-trilha-para-portal-casa-de-pedra-panoramica.jpg);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 500px;
	max-height: 500px;
    border-top: 10px solid black;
    border-bottom: 10px solid black; 

}
#ponte-ferrea-mairinque-pordosol {
    text-align: center;
    padding: 40% auto;
    background-image: url(..//imagens/rapel-ponte-ferrea-mairinque-pordosol.jpg);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 700px;
    border-top: 10px solid black;
    border-bottom: 10px solid black; 

}

#ponte-rapel-mairinque  div h3,
#ponte-rapel-mairinque  div p { 
	color: white;
    -webkit-filter:drop-shadow(1px 2px 0 #000);
	-moz-filter:drop-shadow(1px 2px 0 #000);
	-ms-filter:drop-shadow(1px 2px 0 #000);    
	-o-filter:drop-shadow(1px 2px 0 #000);    
	filter:drop-shadow(1px 2px 0 #000);
}

#complexo-do-bau-chamada div h3,
#complexo-do-bau-chamada div p { 
    -webkit-filter:drop-shadow(1px 2px 0 #fff);
	-moz-filter:drop-shadow(1px 2px 0 #fff);
	-ms-filter:drop-shadow(1px 2px 0 #fff);    
	-o-filter:drop-shadow(1px 2px 0 #fff);    
	filter:drop-shadow(1px 2px 0 #fff);
}

#pedra-grande-chamada div h3,
#pedra-grande-chamada div p { 
    -webkit-filter:drop-shadow(1px 2px 0 #000);
	-moz-filter:drop-shadow(1px 2px 0 #000);
	-ms-filter:drop-shadow(1px 2px 0 #000);    
	-o-filter:drop-shadow(1px 2px 0 #000);    
	filter:drop-shadow(1px 2px 0 #000);
}

#complexo-do-bau-chamada div h3, #ponte-rapel-mairinque  div h3, #pedra-grande-chamada div h3 { font-size: 2.95em ; }
#ponte-rapel-mairinque  div h3 { font-family: '321perfect'; color: yellow; }
#complexo-do-bau-chamada div p, #ponte-rapel-mairinque  div p, #pedra-grande-chamada div p { font-size: 1.75em ; }



#pedra-grande-chamada div h3, #pedra-grande-chamada div p { color: yellow; }

/* RAPEL SP */
.logotipo {
    text-transform: none;
}
.logotipo { 
    color: white; 
    font-family: '321perfect', monospace; 
    font-size: 1.05em; 
    display: inline-block;
    font-weight: normal;
}
.logotipo .splogo { 
    width: auto; 
    color: firebrick;
    display: block;
    float: right;
    font-size: inherit;
}

.img-aventurasp {
    display: none!important;
}
.ico-bank {
    max-width: 50px;
    display: block;
    float: left;
	margin-right: 10%;
	/*
    align-items: center;
    margin: 0 15%;
	*/
}
.rapelsp-mobile {
    display: block;
    float: left;
    margin: 15px 0 0 15px;
    font-size: 1.05em!important;
}

.rapelsp-mobile a,
.rapelsp-mobile a:link,
.rapelsp-mobile a:hover {
    color: white;
}

.aventurasp-footer {
    align-items: center;
    display: block;
    align-content: center;
    position: relative;
    top: 0;
    padding: 1% 0;
    margin: 0 auto;
    max-width: 100px;
}

.logomobile { 
    width: 60%;
    margin: 2% 20% 0 20%;
    display: block;
	-webkit-filter:drop-shadow(1px 2px 0 #fff);
	-moz-filter:drop-shadow(1px 2px 0 #fff);
	-ms-filter:drop-shadow(1px 2px 0 #fff);    
	-o-filter:drop-shadow(1px 2px 0 #fff);    
	filter:drop-shadow(1px 2px 0 #fff);
}
.lg-brooklins, .lg-magazine { 
	top: -2px!important; 
	position: relative;
	margin: 0; 
}
.lg-brooklins { 
    font-family: 'Titillium-Light'; 
    font-size: 1.25em; 
    font-weight: lighter;
}
.lg-magazine { 
    font-family: 'Titillium-BoldUpright'; 
    font-size: 1.35em; 
    color: yellow; 
    font-weight: bolder;
}

.tel { font-size: 1.45em; font-style: lighter; }
.nullphone { display: none!important; }

/* MENU BOOTSTRAP */

/*
.dropdown-toggle {
    animation: dropdown-toggle 2.5s 1 alternate; 
}
@keyframes dropdown-toggle {
    clik { }    
    to { }
    }
*/

/* CAROUSEL ANIMATION */

/* marca d`'agua fotos */
.watermarked-rapelsp {
    display: block;
    float: right;
    position: absolute;
    z-index: 9999;
    opacity:0.05;
    -webkit-opacity: 0.65;
    -moz-opacity: 0.65;
    -mx-opacity: 0.65;
    -o-opacity: 0.65;
    filter: alpha(opacity=65);
    right: 8%;
    bottom: 3%;
    text-align: right!important;
    font-size: 1.95em!important;
}
.watermarked-aventurasp {
    display: block;
    float: right;
    position: absolute;
    z-index: 9999;
    opacity:0.05;
    -webkit-opacity: 0.65;
    -moz-opacity: 0.65;
    -mx-opacity: 0.65;
    -o-opacity: 0.65;
    filter: alpha(opacity=65);
    right: 8%;
    bottom: 3%;
    text-align: right!important;
    font-size: 1.95em!important;
}
.featured-right, .featured-left {
    display: block;
    top: 5%;
}
.featured-bottom {
    display: block;
    bottom: 50px;
}
.featured-bottom {      
    float: left;
    left: 15%;
    text-align: left;
    animation: featured-b 2.5s 1 alternate;    
}
@keyframes featured-b {
    from { 
        margin-left: -150px;
        background-color: transparent;
        opacity:0.05;
        -webkit-opacity: 0.05;
        -moz-opacity: 0.05;
        -mx-opacity: 0.05;
        -o-opacity: 0.05;
        filter: alpha(opacity=5);
    }
    to { margin-top: 0;  }
}

.featured-bottom-center { 
    display: block; 
    float: right;
    bottom: 5%;
    text-align: right;
    animation: featured-bc 2.5s 1 alternate;    
}

@keyframes featured-bc {
    from {
		bottom: -150px;
        background-color: transparent;
        opacity:0.05;
        -webkit-opacity: 0.05;
        -moz-opacity: 0.05;
        -mx-opacity: 0.05;
        -o-opacity: 0.05;
        filter: alpha(opacity=5);
    }
    to { margin-top: 0;  }
}
.featured-right {      
    float: right;
    right: 15%;
    text-align: right;
    animation: featured-r 2.5s 1 alternate;    
}
@keyframes featured-r {
    from { 
        margin-right: -150px;
        background-color: transparent;
        opacity:0.05;
        -webkit-opacity: 0.05;
        -moz-opacity: 0.05;
        -mx-opacity: 0.05;
        -o-opacity: 0.05;
        filter: alpha(opacity=5);
    }
    to { margin-top: 0;  }
}
.featured-left {
    float: left;
    right: 15%;
    text-align: left;
    animation: featured-l 2.5s 1 alternate;    
}
@keyframes featured-l {
    from { 
        margin-left: -150px;
        background-color: transparent;
        opacity:0.05;
        -webkit-opacity: 0.05;
        -moz-opacity: 0.05;
        -mx-opacity: 0.05;
        -o-opacity: 0.05;
        filter: alpha(opacity=5);
    }
    to { margin-top: 0;  }
}
.featured-center {
    top: 20%;
    float: left;
    text-align: center;
    animation: featured-c 2.5s 1 alternate;    
}
@keyframes featured-c {
    from { 
        margin-top: -150px;
        background-color: transparent;
        opacity:0.05;
        -webkit-opacity: 0.05;
        -moz-opacity: 0.05;
        -mx-opacity: 0.05;
        -o-opacity: 0.05;
        filter: alpha(opacity=5);
    }
    to { margin-top: 0;  }
}

#bloco-destaque, 
#modalidades, 
#locais {
    min-height: 500px;
}
#bloco-destaque, 
#modalidades, 
#locais, #image-gallery, #destaques-eventos {
    width: 100%;
    display: block;
    float: left;
	margin: 0 auto;    
	padding: 5%;  
}
#bloco-destaque, 
#modalidades, 
#locais {
    height: 100%;
}
#image-gallery { 
    min-height: 250px;
    border-bottom: 10px solid black;
}
#destaques-eventos { 
    min-height: 250px;
    border-top: 5px solid black;
}

#modalidades, 
#locais {
    border-top: 5px solid black;
}
#bloco-destaque, 
#modalidades, 
#locais {
    border-bottom: 0 solid black;
}


#locais, #image-gallery, #destaques-eventos  {
    background-color: rgba(239,204,55,0.95);
    background-image: url(../imagens/rapelsp-background_.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.rapeleiro {
    background-image: url(../imagens/rapelsp-rapeleiro_.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: absolute;
    z-index: 1;
    top: 0;
}

#bloco-destaque article {

}

#bloco-destaque h3, #modalidades h3, #locais h3, #image-gallery h3 {
    color: black;
    text-align: center;
    font-size: 2.65em;
}

#bloco-destaque h4, #modalidades h4, #locais h4, #image-gallery h4 {
    color: black;
    text-transform: uppercase;
}

.content-internal {
    display: block;
    float: left;
    min-height: 100px;
    margin: 0 auto;
    overflow: hidden;
    /*background-color: rgba(255,255,0,0.55);*/
}


.content-internal h2, .content-internal p { text-align: justify; }

.content-internal p img {
	display: block;
	float: right;
	width: 100%;
	border-radius: 4px;
}
.content-description {
    display: block;
    float: left;
    min-height: 100px;
    margin: 0 auto;
    padding: 0 6%;
    overflow: hidden;
}
.content-description h1 {
    text-align: left;
}
.content-description p {
    text-align: justify;
}

.bl-campanha {
    display: block;
    float: left;
}



#bloco-destaque div article, 
#modalidades div article, 
#locais div article {
    padding: 0;
    overflow: hidden;
    min-height: 275px;
}

.row article h1 { 
    font-size: 2.15em;
    color: rgba(0,0,0,0.1);
}

.row article h1, .row article h2 {
    text-align: center;
    padding: 5px auto;
    color: rgba(0,0,0,0.8);
}

.row article div div {
    padding: 10px;
    margin: 10px auto;
    min-height: 100px;
    background-color: rgba(0,0,0,0.1);
}
.row article div div h2 {
    width: inherit;
    text-align: center;
    padding: 5px 10px;
    color: white;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    z-index: 1;
}
#bloco-destaque article h4, 
#modalidades article h4, 
#locais article h4,
#image-gallery article h4 {
    text-align: center;
    padding: 5px 10px;
    color: white;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    z-index: 1;
}
#locais article p, #image-gallery article p{
    text-align: left;
    padding: 5px 10px;
    color: white;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 10%;
    z-index: 1;
}

.row article h3 {
    max-width: 100%;
    text-align: center;
    padding: 5px 10px;
    color: white;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    z-index: 1;
}

.img-fundo {
    width: 100%;
    overflow: hidden;
    min-width: 100%;
    position: relative;
}
.img-conteudo {
    width: 100%;
    overflow: hidden;
    display: block;
    float: left;
}
.img-full {
    display: block;
    float: left;
    width: 100%;
    margin: 0 auto;
    border-top: 10px solid black;
    border-bottom: 10px solid black;
}


.full-block { 
	display: block;
	padding: 1% 0;
	width: 100%;
}

.img-myCarousel {
    background-size: contain!important;
    border-top: 10px solid black;
    border-bottom: 10px solid black;
}

section h1 {
    text-align: left;
	padding-bottom: 1%;
	margin-bottom: 1%;
	border-bottom: 2px solid rgba(0,0,0,0.1);
}

section div span {
    width: 100%;
    margin: 0 auto;
    padding: 1% 0;
    display: block;
    float: left;
    text-align: center!important;
    font-size: 2.15em;
    text-transform: uppercase;
    font-weight: lighter;
}



section article { padding-bottom: 2%; }

section article div h2, section article div h4 {
    width: inherit;
    text-align: center;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    background-color: rgba(0,0,0,0.5);      
}

section article div h2 {
    color: white;
    top: 0;
  
}

section article div h4 { 
    font-size: 0.85em; 
    color: yellow; 
    top: 0;
}


.img-fundo {
    width: 100%;
    overflow: hidden;
    min-width: 100%;
    min-height: 100%;
    position: relative;
}
.btn-saibamais {
    font-size: 0.75em; 
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: lighter;
    display: block;
    float: right;
    color: black;
    background-color: white;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    right: 8%;
    bottom: 10%;
    z-index: 10;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
    box-shadow: 
        inset 0 2px 3px 0 rgba(255,255,255,.3), 
        inset 0 -3px 6px 0 rgba(0,0,0,.2), 
        0 3px 2px 0 rgba(0,0,0,.2);
}
    a.btn-saibamais,
    a.btn-saibamais:link { text-decoration: none; color: black!important; }
    a.btn-saibamais:hover,
    a.btn-saibamais:focus {
        color: white!important;
        background-color: black!important; 
        text-decoration: none;
        background-image: linear-gradient(to bottom, #fff 130%);
    }

#myCarousel { display: none; }
#myCarousel h3 {
    font-family: '321perfect';
}
#myCarousel a, 
#myCarousel a:link,
#myCarousel a:active { color: white; }

#ecoturismoeviagensdeaventura {
    color: black;
    text-align: center;
    align-content: center;
    align-items: center;
    border-top: 10px solid black;
	display: block;
	float: left;
	min-height: 50px;
	padding: 2% 15%;
	background-color: rgba(255,255,255,1)!important;
}
#ecoturismoeviagensdeaventura h4 {
    font-size: 1.75em;
    text-transform: uppercase;
}

#end-home {
	width: 100%;
	margin: 0 auto;
	display: block;
	float: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc; 
	cursor: none;
}

.receba { min-height: 62px; font-size: 2.85em; }
.envia-news { font-size: 2.60em; }

iframe {
	margin: 0;
	display: block;
	float: left;
	width: 100%;
	min-height: 250px;
}

.cursosnone {
    cursor: none;
}
.sobrepor {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.1);
    position: static;
    z-index: 10;
    display: block;
    float: left;
}

footer {
    color: #FFF!important;
    clear: both;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    min-height: 200px;
    overflow: hidden;
    padding: 1% 5%!important;
	background-color: rgba(0,0,0,0.95);
    text-align: center;
}	
.footer-block { display: block; margin-bottom: 10px; }

.div-dir {
    margin: 0 auto;
	display: block;
	float: right;	
}	

footer a, 
footer:link,
footer:active { color: white; }

footer:hover,
footer:focus { color: yellow; }

footer:visited { color: white; }

	footer a.rs-facebook,
	footer a.rs-twitter,
	footer a.rs-youtube,
	footer a.rs-instagram,
	footer a.rs-googleplus,
	footer a.rs-facebook:link,
	footer a.rs-twitter:link,
	footer a.rs-youtube:link,
	footer a.rs-instagram:link ,
	footer a.rs-googleplus:link { color: white; font-size: 0.75em; }

	footer a.rs-facebook:hover,
	footer a.rs-twitter:hover,
	footer a.rs-youtube:hover,
	footer a.rs-instagram:hover ,
	footer a.rs-googleplus:hover,
	footer a.rs-facebook:focus,
	footer a.rs-twitter:focus,
	footer a.rs-youtube:focus,
	footer a.rs-instagram:focus ,
	footer a.rs-googleplus:focus { color: white; font-size: 0.75em; }


	/* ICONES REDES SOCIAIS */

	a.rs-facebook-block,
	a.rs-twitter-block,
	a.rs-youtube-block,
	a.rs-instagram-block,
	a.rs-googleplus-block,
	a.rs-facebook-block:link,
	a.rs-twitter-block:link,
	a.rs-youtube-block:link,
	a.rs-instagram-block:link,
	a.rs-googleplus-block:link,
	a.rs-camera-block:link,
	a.rs-calendar-block:link {
		font-size: 2.65em;
		border: 1px solid #fff;
		border: 1px solid #fff;
		min-width: 60px;
		min-height: 60px;
		max-height: 60px;
		text-align: center;
		display: inline-block;
		align-content: center;
		align-items: center;
		padding: 2px;
		color: black;
		background-color: white;
		text-decoration: none;
		margin-right: 2%;
		border-radius: 4px;
	}
	a.rs-facebook-block:hover,
	a.rs-twitter-block:hover,
	a.rs-youtube-block:hover,
	a.rs-instagram-block:hover,
	a.rs-googleplus-block:hover,
	a.rs-facebook-block:focus,
	a.rs-twitter-block:focus,
	a.rs-youtube-block:focus,
	a.rs-instagram-block:focus,
	a.rs-googleplus-block:focus,
	a.rs-camera-block:focus,
	a.rs-calendar-block:focus { 
		text-align: center;
		display: inline-block;
		align-content: center;
		align-items: center;
		color: white;
		padding: 2px;
		text-decoration: none;
		color: white;
		background-color: black;
		border-radius: 4px;
	}
	
	a.rs-facebook,
	a.rs-twitter,
	a.rs-youtube,
	a.rs-instagram,
	a.rs-googleplus,
	a.rs-facebook:link,
	a.rs-twitter:link,
	a.rs-youtube:link,
	a.rs-instagram:link,
	a.rs-googleplus:link,
	a.rs-camera:link,
	a.rs-calendar:link {
		min-width: 20px;
		text-align: center;
		display: inline-block;
		align-content: center;
		align-items: center;
		padding: 2px;
		color: rgba(255,255,255,0.95);
		text-decoration: none;
	}
	a.rs-facebook:hover,
	a.rs-twitter:hover,
	a.rs-youtube:hover,
	a.rs-instagram:hover,
	a.rs-googleplus:hover,
	a.rs-facebook:focus,
	a.rs-twitter:focus,
	a.rs-youtube:focus,
	a.rs-instagram:focus,
	a.rs-googleplus:focus,
	a.rs-camera:link,
	a.rs-calendar:link {	
		text-align: center;
		display: inline-block;
		align-content: center;
		align-items: center;
		color: white;
		padding: 2px;
		text-decoration: none;
	}
	
	a.rs-facebook:hover,
	a.rs-facebook:focus { background-color: #3b5998; }
	a.rs-twitter:hover,
	a.rs-twitter:focus { background-color: #00aced; }
	a.rs-youtube:hover,
	a.rs-youtube:focus { background-color: #bb0000; }
	a.rs-instagram:hover,
	a.rs-instagram:focus { background-color: #517fa4; }
	a.rs-googleplus:hover,
	a.rs-googleplus:focus { background-color: red; }
	
	.footer-dir { display: block; float: right; text-align: left; margin: 0;}

	
/* ICONES REDES SOCIAIS */
a.ico-contato,
a.ico-envelope,
a.ico-whatsapp,
a.ico-contato:link,
a.ico-envelope:link,
a.ico-whatsapp:link {
    color: white;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    align-content: center;
    align-items: center;
    padding: 2px;
    text-decoration: none;
}
a.ico-contato:hover,
a.ico-envelope:hover,
a.ico-whatsapp:hover,
a.ico-contato:focus,
a.ico-envelope:focus,
a.ico-whatsapp:focus {
    color: rgba(0,0,0,0.1);
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    align-content: center;
    align-items: center;
    padding: 2px;
    text-decoration: none;
}
	
.tit-div {
	color: black;
    /*font-family: 'JosefinSansBold'; */
    letter-spacing: 2px;
    display: block;
    float: left;
    width: 100%;
    font-size: 1.55em;
	margin-top: 4%;
    margin-bottom: 1%;
}	
.tit-footer { 
    /*font-family: 'JosefinSansBold'; */
    letter-spacing: 1px;
    display: block;
    float: left;
    width: 100%;
    font-size: 1.15em;
    margin: 10px 0 2px 0;
	color: white;
    text-transform: uppercase;
}


.linkfooter { display: block; float: left; width: 100%; }
a.linkfooter,
a.linkfooter:link { 
	color: white; 
	text-decoration: none; 
	padding: 1px 0; 
}
a.linkfooter:hover,
a.linkfooter:focus { 
    color: rgba(255,255,0,0.75); 
    text-decoration: none; 
    /* background-color: rgba(255,255,255,0.1); */
}

.desenvolvimento {
	width: 100%;
	display: block;
	clear: both;
	padding: 2% auto;
    font-size: 0.85em;
    font-style: italic;
	text-align: center;
	background-color: rgba(0,0,0,0.95);	
}

.ecavalheiro {
    font-family: 'ECavalheiro'!important; 
    font-size: 1.05em; 
    display: inline-block; 
    margin-left: 5px; 
	font-style: lighter;
	text-align: inherit;
}
.ecavalheiro:link,
.ecavalheiro:visited { color: white; }

.letrae { color: white; }
	.ecavalheiro { color: white; }
    .ecavalheiro:link { text-decoration: none; padding: 2px; color: white; }
    .ecavalheiro:hover { background-color: rgba(255,255,255,0.1); color: firebrick; padding: 2px; }
    .letrae:link,
    .letrae:visited { color: white; }
    .letrae:hover { color: #006296; }
	

.paraotopo {
    text-align: center;
    text-decoration: none;
    align-content: center;
    align-items: center;
    vertical-align: middle;
    font-size: 1.95em;
    padding: 0.25% 1%;
    color: black;
    background-color: rgba(255,255,255,0.35);
    float: right;
    position: fixed;
    z-index: 999999;
    right: 1%;
    bottom: 1%;
    border-radius: 100%;
}
    .paraotopo a,
    .paraotopo:hover, 
    .paraotopo:focus { 
        color: firebrick;
        background-color: rgba(255,255,255,0.65); 
    }
    .paraotopo { 
        -webkit-filter: grayscale(90%);    
        -moz-filter: grayscale(90%);    
        -ms-filter: grayscale(90%);    
        filter: grayscale(90%);
    }
    body .paraotopo:nth-child(1){
        transition: 0.5s;
    }
    body .paraotopo:nth-child(1):hover{
        transform: scale(1.1);
    }


.img-captcha { 
    display: block; 
    float: left;
    width: 100%;
    margin: 0;
}
.fa-refresh {  }
.fa-refresh a { color: black; }
.fa-refresh:hover, 
.fa-refresh:focus { 
    color: firebrick;
    -webkit-filter: grayscale(110%);    
    -moz-filter: grayscale(110%);    
    -ms-filter: grayscale(110%);    
    -o-filter: grayscale(110%);    
    filter: grayscale(110%);
    transform: rotate(-90deg); 
}

/* cores */
.black { color: black!important; }
.firebrick { color: firebrick!important; }



/* OPACIDADE PARA IMAGENS */
img .alpha {
	opacity:0.65;
	-webkit-opacity: 0.65;
	-moz-opacity: 0.65;
	-ms-opacity: 0.65;
	-o-opacity: 0.65;
    filter: alpha(opacity=65);
}


.block-full {
    width: 100%;
    display: block;
    background-color: rgba(255,255,0,0.5);
    margin-bottom: 1%;
    overflow: hidden;
    padding: 1% auto;
}

.block-info {
    display: block;
    background-color: rgba(0,0,0,0.05);
    margin-bottom: 2%;
    overflow: hidden;
    min-height: 100px;
}

.container-questionario {
	text-align: center;
    display: block;
    background-color: rgba(255,255,0,0.75);
    margin: 1% 0;
    overflow: hidden;
}
.block-radio {
	text-align: center;
    display: block;
    background-color: rgba(255,255,0,0.55);
	padding: 1%;
    margin-bottom: 2%;
    overflow: hidden;
    min-height: 20px;
}
.block-checkbox {
	display: block;
	width: 100%;
	text-align: justify;
	font-size: 0.70em;
	font-style: italic;
	color: rgba(0,0,0,0.75);
    margin: 2% 0;
}

.btn-group {
	margin-bottom: 2%;
}


.txt-cancelamento {
    display: block;
}
.cancelamento {
    display: none;
    max-width: 50%;
}
	
.scroll { margin-bottom: 10px; }

.onblue { color: blue!important; }
.ongreen { color: green!important; }
.offred { color: firebrick!important; }

.alerta-mobile { display: block; color: red!important; }

.parceiro-logo {
	min-width: 31%;
	max-width: 31%;
	float: left;
	display: block;
	margin-bottom: 2%;
}

/*tablet */
@media (min-width:500px){
	
	.logomobile { 
		width: 60%;
		margin: 12% 20% 2% 20%;
    }
  
    .lg-brooklins { font-size: 1.35em; }
    .lg-magazine { font-size: 1.45em; }
    	
	#myCarousel { display: none; }
    
    .content-internal {
        padding: 2% 5%;
    }
    .content-description {
        padding: auto 5%;
    }
    
    section article { padding-bottom: 3%; }
	
}
    
@media (min-width:600px){
	    
    .logomobile { 
        width: 40%;
        margin: 10% 30% 2% 30%;
        display: block;
    }
	.tit-div { margin-top: 1%; }
	.tel, .nullmenu { display: none!important; }
    
    .btn-saibamais { font-size: 0.95em; }
}

/* 768 */
@media (min-width:768px){
    
    .color-real {
        background-color: transparent;
        padding: 0;
        margin: 0;
    }
    
    .box-container {
        margin-top: 0;
    }
	
    td { font-size: 1.15em; }
    
	.logomobile { margin-top: 1.5%; }
    
    .img-aventurasp {
        margin-top: -33px;
        max-width: 125px;
        align-items: center;
        position: relative;
        z-index: 9998;
        display: block!important;
    }
    .rapelsp-mobile { display: none!important;}
	    
    .row article h2, .row article h3 {
        text-align: left;
    }
	
	#mosaico {
		border-top: 10px solid black;	
	}
	#mosaico img { width: 25%; }
    
    #bloco-destaque div article, 
    #modalidades div article, 
    #locais div article {
        max-height: 100px;
    }
    
    #container-full {
        padding: 0 5%;
        margin-bottom: 5%;
    }
    #container-h {
        padding: 2% 5% 1% 5%;
    }
	.block-circle { 
        padding: 0 5%;
    }
    
	#ponte-rapel-mairinque, 
	#ponte-ferrea-mairinque,
	#ponte-ferrea-mairinque-pordosol,
	#rapel-pedreira-dib-mairipora,
	#trilha-floresta-ipanema-panoramica-sitio-historico,
	#trilha-cachoeira-da-torre-roteiro-aventura,
	#escalada-em-rocha-para-iniciantes
	{
		display: block;
	}
	
	#destaques-eventos  h2 { font-size: 2.05em; }

    .img-featured {
        width: 50%;
        margin-bottom: 5%;
        border: 0;
	}
    
    section article { margin-bottom: 0; }
    .tit-footer { margin: 0 0 2px 0; }
    
    .btn-saibamais {
        right: 10%;
        bottom: 10%;
    }
    .img-conteudo { 
        width: 50%; 
        margin: 0 2% 1% 0; 
    }
    
    .block-info {
        margin-bottom: 1%;
        min-height: 250px;
    }
    .txt-cancelamento {
        display: none;
    }
    .cancelamento {
        display: block;
    }
	
	.box-info div h5 { text-align: center!important; font-size: 0.45em; }
    
    .box-info { margin: 0 0 2% 0; }
    
    .box-value,
    .box-liked {
         width: 48%;
        min-height: 250px;
    }
    
    .box-text,
    .box-left,
    .box-right { padding: 2%; }
    
    .box-pq,
    .box-play,
    .box-hour-day,
    .box-hour-night,
    .box-left,
    .box-right,
	.box-carousel
	{
        width: 49%;
    }
	
	.content-internal p img {
		width: 49%;		
		margin-bottom: 1%;
		margin-left: 1%;
	}
	
}	

/* 800 */
@media (min-width:800px){
		
	.bt-paper-plane { display: none!important; }
	.txt-prereserva { display: block!important; }
	
	.alerta-mobile { display: none!important; }
    
    #bloco-destaque {
        border-top: 5px solid black;
    }
	
	.logomobile { display: none; }
	.tit-div { margin-top: 2%; }
    
}

/* 1051 */
@media (min-width:1051px){
	
	#mosaico { display: none; }
    
	#myCarousel { display: block; }
	.img-mobile-featured  { display: none!important; }
	.mobile-none { display: block!important; }
	.carousel-caption h3 { font-size: 3.25em!important; }
	.carousel-caption p { display: block!important; }	
    
    .row article div div { min-height: 100px; }
    
    .content-internal {
        padding: 5% 5%;
    }    
    .content-description {
        padding: 0 11%;
    }

    .estacoesdoano { display: block; }
    
    .btn-saibamais {
        right: 15%;
        bottom: 16%;
    }
    
    .block-circle { padding: 0 20%; }
    
    #chamada-rapelsp h2 { font-size: 3.95em!important; }
	#chamada-rapelsp article p { font-size: 1.65em; }
		
	#chamada-rapelsp {
		background-image: url(..//imagens/chamada-rapelsp-bauzinho.jpg);
	}
	#trilhe-novos-caminhos {
		background-image: url(..//imagens/trilhe-novos-caminhos_.jpg);
	}	
	#chamada-rapelsp, #trilhe-novos-caminhos  {
		background-repeat: no-repeat;
		background-position: top;
		background-size: cover;
	}	
    
    footer { text-align: left; }
    
    .block-info {
        min-height: 180px;
    }
	
	.box-info div h5 { text-align: center!important; font-size: 0.85em; }
	
	.over,
	.picture-o,
	.users,
	.bolt,
	.user-plus,
	.tree,
	.search,
	.globe,
	.clock,
	.bed,
	.chart,
	.plane,
	.tint,
	.address-card-o,
	.university,
	.moon,
	.sun,
	.beer,
	.pagelines,
	.rocket,
	.cutlery,
	.ticket,
	.handshake-o,
	.map-signs,
	.train,
	.area-chart,
	.hand-pointer-o,
	.child,
	.heartbeat,
	.video {
		width: 100%;
		float: right;
		margin-bottom: 10px;
		max-height: 40px;
		font-size: 1.95em;
	}
    
    .box-left,
    .box-right {
        min-height: 135px;
		margin-bottom: 1%;
    }
    
    .box-value,
    .box-liked {
        min-height: 200px;
    }
    
    .cancelamento {
        max-width: 20%;
    }
	
	.block-extra {
		margin-bottom: 1%;
	}

 	#destaques-eventos  h2 { font-size: 2.65em; }  

	.parceiro-logo {
		min-width: 160px!important;
		max-width: 160px!important;
	}	

}

/* 1250 */
@media (min-width:1250px){
    
	.nullphone { display: none!important; }
    .nullmenu { display: block!important; }
    

    .img-conteudo { 
        width: 25%; 
        margin: 0 2% 1% 0; 
    }
    
    .btn-saibamais { font-size: 0.95em; }
  
    .block-info {
        min-height: 190px;
    }
	
	#mosaico img,
    #galeria-data img
    {
		width: 12.5%;
	}
    
    .box-left,
    .box-right {
        min-height: 145px;
    }
			
	.content-internal p img {
		width: 25%;		
		margin-bottom: 1%;
		margin-left: 1%;
	}
	
}

/* 1350 */
@media (min-width:1350px){
        
    .estacoesdoano { display: none; }    

    .block-info { min-height: 190px; }
	    
}

/* 1500 */
@media (min-width:1500px){
    
	.tel { display: block!important; }
	.phonenull { display: none!important;}
    
}

/* 1650 */
@media (min-width:1650px){
    
    .btn-saibamais {
        font-size: 1.15em;
        right: 10%;
        bottom: 15%;
    }
    .box-left,
    .box-right {
        min-height: 160px;
    }
    
}



/*Portfolio*/
#portfolio {
	margin-top: 100px;
}

#portfolio h1 {
	font-size: 45px;
	text-align: center!important;
	text-transform: uppercase;
}

#portfolio .portfolio-heading {
	text-align: center;
}

#portfolio .portfolio-heading h2 {
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#portfolio .portfolio-heading p {
	margin-top: 20px;
	line-height: 25px;
	margin-bottom: 50px;
}

#portfolio .portfolio-thumbnail {
	position: relative;
}

#portfolio .portfolio-thumbnail img {
	width: 100%;
	height:auto;
}

#portfolio .portfolio-thumbnail .col-md-3 {
	padding: 0;
}

#portfolio .portfolio-thumbnail .caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255, 255, 0, 0.45);
	opacity: 0;
	-moz-transition: opacity linear .3s;
	-webkit-transition: opacity linear .3s;
	-o-transition: opacity linear .3s;
	transition: opacity linear .3s;
}

#portfolio .portfolio-thumbnail .item:hover > .caption {
	opacity: 1;
}

#portfolio .portfolio-thumbnail .container-fluid {
	width: 100%;
	margin:0; padding: 0;
	box-sizing: border-box; 
}

#portfolio .caption i {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 1.15em;
	background-color: rgb(230,190,0);
	position: absolute;
	top: 45%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;

}

#portfolio .caption p {
	font-weight: 400;
	text-align: center;
	color: #fff;
	position: absolute;
	font-size: 17px;
	text-transform: capitalize;
	top: 55%;
	left: 30%;
	right: 30%;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#portfolio {
		margin-top: 50px;
	}
	
	#portfolio h1 {
		font-size: 33px;
	}

	#portfolio .portfolio-heading h2 {
		font-size: 27px;
	}

	#portfolio .portfolio-heading p {
		font-size: 13px;
	}
	a { disabled }
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	
	#portfolio {
		margin-top: 50px;
	}
	
	#portfolio h1 {
		font-size: 40px;
	}

	#portfolio .portfolio-heading h2 {
		font-size: 30px;
	}

}
.city {display:none}
.w3-image{max-width:100%;height:auto}
.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}
.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}
.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all tr:nth-child(odd){background-color:#fff}
.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}
.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}
.w3-btn,.w3-btn-block{border:none;display:inline-block;outline:0;padding:6px 16px;vertical-align:middle;overflow:hidden;text-decoration:none!important;color:#fff;background-color:#000;text-align:center;cursor:pointer;white-space:nowrap}
.w3-btn:hover,.w3-btn-block:hover,.w3-btn-floating:hover,.w3-btn-floating-large:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn,.w3-btn-floating,.w3-btn-floating-large,.w3-closenav,.w3-opennav,.w3-btn-block{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.w3-btn-floating,.w3-btn-floating-large{display:inline-block;text-align:center;color:#fff;background-color:#000;position:relative;overflow:hidden;z-index:1;padding:0;border-radius:50%;cursor:pointer;font-size:24px}
.w3-btn-floating{width:40px;height:40px;line-height:40px}.w3-btn-floating-large{width:56px;height:56px;line-height:56px}
.w3-disabled,.w3-btn:disabled,.w3-btn-floating:disabled,.w3-btn-floating-large:disabled{cursor:not-allowed;opacity:0.3}
.w3-btn.w3-disabled *,.w3-btn-block.w3-disabled,.w3-btn-floating.w3-disabled *,.w3-btn:disabled *,.w3-btn-floating:disabled *{pointer-events:none}
.w3-btn.w3-disabled:hover,.w3-btn-block.w3-disabled:hover,.w3-btn:disabled:hover,.w3-btn-floating.w3-disabled:hover,.w3-btn-floating:disabled:hover,
.w3-btn-floating-large.w3-disabled:hover,.w3-btn-floating-large:disabled:hover{box-shadow:none}
.w3-btn-group .w3-btn{float:left}.w3-btn-block{width:100%}
.w3-btn-bar .w3-btn{box-shadow:none;background-color:inherit;color:inherit;float:left}.w3-btn-bar .w3-btn:hover{background-color:#ccc}
.w3-badge,.w3-tag,.w3-sign{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}
.w3-badge{border-radius:50%}
ul.w3-ul{list-style-type:none;padding:0;margin:0}ul.w3-ul li{padding:6px 2px 6px 16px;border-bottom:1px solid #ddd}ul.w3-ul li:last-child{border-bottom:none}
.w3-tooltip,.w3-display-container{position:relative}.w3-tooltip .w3-text{display:none}.w3-tooltip:hover .w3-text{display:inline-block}
.w3-navbar{list-style-type:none;margin:0;padding:0;overflow:hidden}
.w3-navbar li{float:left}.w3-navbar li a,.w3-navitem,.w3-navbar li .w3-btn,.w3-navbar li .w3-input{display:block;padding:8px 16px}.w3-navbar li .w3-btn,.w3-navbar li .w3-input{border:none;outline:none;width:100%}
.w3-navbar li a:hover{color:#000;background-color:#ccc}
.w3-navbar .w3-dropdown-hover,.w3-navbar .w3-dropdown-click{position:static}
.w3-navbar .w3-dropdown-hover:hover,.w3-navbar .w3-dropdown-hover:first-child,.w3-navbar .w3-dropdown-click:hover{background-color:#ccc;color:#000}
.w3-navbar a,.w3-topnav a,.w3-sidenav a,.w3-dropdown-content a,.w3-accordion-content a,.w3-dropnav a{text-decoration:none!important}
.w3-navbar .w3-opennav.w3-right{float:right!important}.w3-topnav{padding:8px 8px}
.w3-topnav a{padding:0 8px;border-bottom:3px solid transparent;-webkit-transition:border-bottom .25s;transition:border-bottom .25s}
.w3-topnav a:hover{border-bottom:3px solid #fff}.w3-topnav .w3-dropdown-hover a{border-bottom:0}
.w3-opennav,.w3-closenav{color:inherit}.w3-opennav:hover,.w3-closenav:hover{cursor:pointer;opacity:0.8}
.w3-btn,.w3-btn-floating,.w3-dropnav a,.w3-btn-floating-large,.w3-btn-block, .w3-navbar a,.w3-sidenav a,.w3-pagination li a,.w3-hoverable tbody tr,.w3-hoverable li,
.w3-accordion-content a,.w3-dropdown-content a,.w3-dropdown-click:hover,.w3-dropdown-hover:hover,.w3-opennav,.w3-closenav,.w3-closebtn,*[class*="w3-hover-"]
{-webkit-transition:background-color .25s,color .15s,box-shadow .25s,opacity 0.25s,filter 0.25s,border 0.15s;transition:background-color .25s,color .15s,box-shadow .15s,opacity .25s,filter .25s,border .15s}
.w3-ripple:active{opacity:0.5}.w3-ripple{-webkit-transition:opacity 0s;transition:opacity 0s}
.w3-sidenav{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.w3-sidenav a{padding:4px 2px 4px 16px}.w3-sidenav a:hover{background-color:#ccc}.w3-sidenav a,.w3-dropnav a{display:block}
.w3-sidenav .w3-dropdown-hover:hover,.w3-sidenav .w3-dropdown-hover:first-child,.w3-sidenav .w3-dropdown-click:hover,.w3-dropnav a:hover{background-color:#ccc;color:#000}
.w3-sidenav .w3-dropdown-hover,.w3-sidenav .w3-dropdown-click {width:100%}.w3-sidenav .w3-dropdown-hover .w3-dropdown-content,.w3-sidenav .w3-dropdown-click .w3-dropdown-content{min-width:100%}
.w3-main,#main{transition:margin-left .4s}
.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:90%}.w3-closebtn{text-decoration:none;float:right;font-size:24px;font-weight:bold;color:inherit}
.w3-closebtn:hover,.w3-closebtn:focus{color:#000;text-decoration:none;cursor:pointer}
.w3-pagination{display:inline-block;padding:0;margin:0}.w3-pagination li{display:inline}
.w3-pagination li a{text-decoration:none;color:#000;float:left;padding:8px 16px}
.w3-pagination li a:hover{background-color:#ccc}
.w3-input-group,.w3-group{margin-top:24px;margin-bottom:24px}
.w3-input{padding:8px;display:block;border:none;border-bottom:1px solid #808080;width:100%}
.w3-label{color:#009688}.w3-input:not(:valid)~.w3-validate{color:#f44336}
.w3-select{padding:9px 0;width:100%;color:#000;border:1px solid transparent;border-bottom:1px solid #009688}
.w3-select select:focus{color:#000;border:1px solid #009688}.w3-select option[disabled]{color:#009688}
.w3-dropdown-click,.w3-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.w3-dropdown-hover:hover .w3-dropdown-content{display:block;z-index:1}
.w3-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0}
.w3-dropdown-content a{padding:6px 16px;display:block}
.w3-dropdown-content a:hover{background-color:#ccc}
.w3-accordion {width:100%;cursor:pointer}
.w3-accordion-content{cursor:auto;display:none;position:relative;width:100%;margin:0;padding:0}
.w3-accordion-content a{padding:6px 16px;display:block}.w3-accordion-content a:hover{background-color:#ccc}
.w3-progress-container{width:100%;height:1.5em;position:relative;background-color:#f1f1f1}
.w3-progressbar{background-color:#757575;height:100%;position:absolute;line-height:inherit}
input[type=checkbox].w3-check,input[type=radio].w3-radio{width:24px;height:24px;position:relative;top:6px}
input[type=checkbox].w3-check:checked+.w3-validate,input[type=radio].w3-radio:checked+.w3-validate{color:#009688} 
input[type=checkbox].w3-check:disabled+.w3-validate,input[type=radio].w3-radio:disabled+.w3-validate{color:#aaa}
.w3-responsive{overflow-x:auto}
.w3-container:after,.w3-panel:after,.w3-row:after,.w3-row-padding:after,.w3-topnav:after,.w3-clear:after,.w3-btn-group:before,.w3-btn-group:after,.w3-btn-bar:before,.w3-btn-bar:after
{content:"";display:table;clear:both}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}
.w3-col.s1{width:8.33333%}
.w3-col.s2{width:16.66666%}
.w3-col.s3{width:24.99999%}
.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}
.w3-col.s6{width:49.99999%}
.w3-col.s7{width:58.33333%}
.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}
.w3-col.s10{width:83.33333%}
.w3-col.s11{width:91.66666%}
.w3-col.s12,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{width:99.99999%}
@media only screen and (min-width:601px){
.w3-col.m1{width:8.33333%}
.w3-col.m2{width:16.66666%}
.w3-col.m3,.w3-quarter{width:24.99999%}
.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}
.w3-col.m6,.w3-half{width:49.99999%}
.w3-col.m7{width:58.33333%}
.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}
.w3-col.m10{width:83.33333%}
.w3-col.m11{width:91.66666%}
.w3-col.m12{width:99.99999%}}
@media only screen and (min-width:993px){
.w3-col.l1{width:8.33333%}
.w3-col.l2{width:16.66666%}
.w3-col.l3,.w3-quarter{width:24.99999%}
.w3-col.l4,.w3-third{width:33.33333%}
.w3-col.l5{width:41.66666%}
.w3-col.l6,.w3-half{width:49.99999%}
.w3-col.l7{width:58.33333%}
.w3-col.l8,.w3-twothird{width:66.66666%}
.w3-col.l9,.w3-threequarter{width:74.99999%}
.w3-col.l10{width:83.33333%}
.w3-col.l11{width:91.66666%}
.w3-col.l12{width:99.99999%}}
.w3-content{max-width:980px;margin:auto}
.w3-rest{overflow:hidden}
.w3-layout-container{display:table;width:100%}.w3-layout-row{display:table-row}.w3-layout-cell,.w3-layout-col{display:table-cell}
.w3-layout-top{vertical-align:top}.w3-layout-middle{vertical-align:middle}.w3-layout-bottom{vertical-align:bottom}
.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}
@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}}
@media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:50px}}
@media (min-width:993px){.w3-modal-content{width:900px}}
@media screen and (max-width:600px){.w3-topnav a{display:block}.w3-navbar li:not(.w3-opennav){float:none;width:100%!important}.w3-navbar li.w3-right{float:none!important}}	
@media screen and (max-width:600px){.w3-topnav .w3-dropdown-hover .w3-dropdown-content,.w3-navbar .w3-dropdown-click .w3-dropdown-content,.w3-navbar .w3-dropdown-hover .w3-dropdown-content{position:relative}}	
@media screen and (max-width:600px){.w3-topnav,.w3-navbar{text-align:center}}
@media (max-width:600px){.w3-hide-small{display:none!important}}
@media (max-width:992px) and (min-width:601px){.w3-hide-medium{display:none!important}}
@media (min-width:993px){.w3-hide-large{display:none!important}}
@media only screen and (max-width:600px){.w3-layout-col{display:block;width:100%!important}}
@media screen and (max-width:992px){.w3-sidenav.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}}
@media screen and (min-width:993px){.w3-sidenav.w3-collapse{display:block!important}}
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}.w3-top{top:0}.w3-bottom{bottom:0}
.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.w3-left{float:left!important}.w3-right{float:right!important}
.w3-tiny{font-size:10px!important}.w3-small{font-size:12px!important}
.w3-medium{font-size:15px!important}.w3-large{font-size:18px!important}
.w3-xlarge{font-size:24px!important}.w3-xxlarge{font-size:36px!important}
.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}
.w3-vertical{word-break:break-all;line-height:1;text-align:center;width:0.6em}
.w3-left-align{text-align:left!important}.w3-right-align{text-align:right!important}
.w3-justify{text-align:justify!important}.w3-center{text-align:center!important}
.w3-display-topleft{position:absolute;left:0;top:0}.w3-display-topright{position:absolute;right:0;top:0}
.w3-display-bottomleft{position:absolute;left:0;bottom:0}.w3-display-bottomright{position:absolute;right:0;bottom:0}
.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-circle{border-radius:50%!important}
.w3-round-small{border-radius:2px!important}.w3-round,.w3-round-medium{border-radius:4px!important}
.w3-round-large{border-radius:8px!important}.w3-round-xlarge{border-radius:16px!important}
.w3-round-xxlarge{border-radius:32px!important}.w3-round-jumbo{border-radius:64px!important}
.w3-border-0{border:0!important}.w3-border{border:1px solid #ccc!important}
.w3-border-top{border-top:1px solid #ccc!important}.w3-border-bottom{border-bottom:1px solid #ccc!important}
.w3-border-left{border-left:1px solid #ccc!important}.w3-border-right{border-right:1px solid #ccc!important}
.w3-margin{margin:16px!important}.w3-margin-0{margin:0!important}
.w3-margin-top{margin-top:16px!important}.w3-margin-bottom{margin-bottom:16px!important}
.w3-margin-left{margin-left:16px!important}.w3-margin-right{margin-right:16px!important}
.w3-section{margin-top:16px!important;margin-bottom:16px!important}
.w3-padding-tiny{padding:2px 4px!important}.w3-padding-small{padding:4px 8px!important}
.w3-padding-medium,.w3-padding,.w3-form{padding:8px 16px!important}
.w3-padding-large{padding:12px 24px!important}.w3-padding-xlarge{padding:16px 32px!important}
.w3-padding-xxlarge{padding:24px 48px!important}.w3-padding-jumbo{padding:32px 64px!important}
.w3-padding-4{padding-top:4px!important;padding-bottom:4px!important}
.w3-padding-8{padding-top:8px!important;padding-bottom:8px!important}
.w3-padding-12{padding-top:12px!important;padding-bottom:12px!important}
.w3-padding-16{padding-top:16px!important;padding-bottom:16px!important}
.w3-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.w3-padding-32{padding-top:32px!important;padding-bottom:32px!important}
.w3-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.w3-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.w3-padding-128{padding-top:128px!important;padding-bottom:128px!important}
.w3-padding-0{padding:0!important}
.w3-padding-top{padding-top:8px!important}.w3-padding-bottom{padding-bottom:8px!important}
.w3-padding-left{padding-left:16px!important}.w3-padding-right{padding-right:16px!important}
.w3-topbar{border-top:6px solid #ccc!important}.w3-bottombar{border-bottom:6px solid #ccc!important}
.w3-leftbar{border-left:6px solid #ccc!important}.w3-rightbar{border-right:6px solid #ccc!important}
.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}
.w3-spin{animation:w3-spin 2s infinite linear;-webkit-animation:w3-spin 2s infinite linear}
@-webkit-keyframes w3-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
@keyframes w3-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
.w3-container{padding:0.01em 16px}
.w3-panel{padding:0.01em 16px;margin-top:16px!important;margin-bottom:16px!important}
.w3-example{background-color:#f1f1f1;padding:0.01em 16px}
.w3-code,.w3-codespan{font-family:Consolas,"courier new";font-size:16px}
.w3-code{line-height:1.4;width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.w3-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.w3-example,.w3-code{margin:20px 0}.w3-card{border:1px solid #ccc}
.w3-card-2,.w3-example{box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important}
.w3-card-8{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important}
.w3-card-12{box-shadow:0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19)!important}
.w3-card-16{box-shadow:0 16px 24px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21)!important}
.w3-card-24{box-shadow:0 24px 24px 0 rgba(0,0,0,0.2),0 40px 77px 0 rgba(0,0,0,0.22)!important}
.w3-animate-fading{-webkit-animation:fading 10s infinite;animation:fading 10s infinite}
@-webkit-keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{-webkit-animation:opac 0.8s;animation:opac 0.8s}
@-webkit-keyframes opac{from{opacity:0} to{opacity:1}}
@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;-webkit-animation:animatetop 0.4s;animation:animatetop 0.4s}
@-webkit-keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;-webkit-animation:animateleft 0.4s;animation:animateleft 0.4s}
@-webkit-keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;-webkit-animation:animateright 0.4s;animation:animateright 0.4s}
@-webkit-keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;-webkit-animation:animatebottom 0.4s;animation:animatebottom 0.4s}
@-webkit-keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0px;opacity:1}}
@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {-webkit-animation:animatezoom 0.6s;animation:animatezoom 0.6s}
@-webkit-keyframes animatezoom{from{-webkit-transform:scale(0)} to{-webkit-transform:scale(1)}}
@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{-webkit-transition:width 0.4s ease-in-out;transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}
.w3-opacity,.w3-hover-opacity:hover{opacity:0.60;filter:alpha(opacity=60);-webkit-backface-visibility:hidden}
.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1;filter:alpha(opacity=100);-webkit-backface-visibility:hidden}
.w3-opacity-max{opacity:0.25;filter:alpha(opacity=25);-webkit-backface-visibility:hidden}
.w3-opacity-min{opacity:0.75;filter:alpha(opacity=75);-webkit-backface-visibility:hidden}
.w3-greyscale-max,.w3-grayscale-max,.w3-hover-greyscale:hover,.w3-hover-grayscale:hover{-webkit-filter:grayscale(100%);filter:grayscale(100%)}
.w3-greyscale,.w3-grayscale{-webkit-filter:grayscale(75%);filter:grayscale(75%)}
.w3-greyscale-min,.w3-grayscale-min{-webkit-filter:grayscale(50%);filter:grayscale(50%)}
.w3-sepia{-webkit-filter:sepia(75%);filter:sepia(75%)}
.w3-sepia-max,.w3-hover-sepia:hover{-webkit-filter:sepia(100%);filter:sepia(100%)}
.w3-sepia-min{-webkit-filter:sepia(50%);filter:sepia(50%)}
.w3-text-shadow{text-shadow:1px 1px 0 #444}.w3-text-shadow-white{text-shadow:1px 1px 0 #ddd}
.w3-transparent{background-color:transparent!important}
.w3-hover-none:hover{box-shadow:none!important;background-color:transparent!important}
/* Colors */
.w3-amber,.w3-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.w3-aqua,.w3-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.w3-blue,.w3-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.w3-light-blue,.w3-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.w3-brown,.w3-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.w3-cyan,.w3-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.w3-blue-grey,.w3-hover-blue-grey:hover,.w3-blue-gray,.w3-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.w3-light-green,.w3-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.w3-indigo,.w3-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.w3-khaki,.w3-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.w3-lime,.w3-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.w3-orange,.w3-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.w3-deep-orange,.w3-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.w3-pink,.w3-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.w3-purple,.w3-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.w3-deep-purple,.w3-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.w3-sand,.w3-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.w3-teal,.w3-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.w3-yellow,.w3-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#fff!important}
.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:#000!important}
.w3-grey,.w3-hover-grey:hover,.w3-gray,.w3-hover-gray:hover{color:#000!important;background-color:#9e9e9e!important}
.w3-light-grey,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.w3-dark-grey,.w3-hover-dark-grey:hover,.w3-dark-gray,.w3-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.w3-pale-red,.w3-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.w3-pale-green,.w3-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.w3-pale-yellow,.w3-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.w3-pale-blue,.w3-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.w3-text-amber,.w3-hover-text-amber:hover{color:#ffc107!important}
.w3-text-aqua,.w3-hover-text-aqua:hover{color:#00ffff!important}
.w3-text-blue,.w3-hover-text-blue:hover{color:#2196F3!important}
.w3-text-light-blue,.w3-hover-text-light-blue:hover{color:#87CEEB!important}
.w3-text-brown,.w3-hover-text-brown:hover{color:#795548!important}
.w3-text-cyan,.w3-hover-text-cyan:hover{color:#00bcd4!important}
.w3-text-blue-grey,.w3-hover-text-blue-grey:hover,.w3-text-blue-gray,.w3-hover-text-blue-gray:hover{color:#607d8b!important}
.w3-text-green,.w3-hover-text-green:hover{color:#4CAF50!important}
.w3-text-light-green,.w3-hover-text-light-green:hover{color:#8bc34a!important}
.w3-text-indigo,.w3-hover-text-indigo:hover{color:#3f51b5!important}
.w3-text-khaki,.w3-hover-text-khaki:hover{color:#b4aa50!important}
.w3-text-lime,.w3-hover-text-lime:hover{color:#cddc39!important}
.w3-text-orange,.w3-hover-text-orange:hover{color:#ff9800!important}
.w3-text-deep-orange,.w3-hover-text-deep-orange:hover{color:#ff5722!important}
.w3-text-pink,.w3-hover-text-pink:hover{color:#e91e63!important}
.w3-text-purple,.w3-hover-text-purple:hover{color:#9c27b0!important}
.w3-text-deep-purple,.w3-hover-text-deep-purple:hover{color:#673ab7!important}
.w3-text-red,.w3-hover-text-red:hover{color:#f44336!important}
.w3-text-sand,.w3-hover-text-sand:hover{color:#fdf5e6!important}
.w3-text-teal,.w3-hover-text-teal:hover{color:#009688!important}
.w3-text-yellow,.w3-hover-text-yellow:hover{color:#d2be0e!important}
.w3-text-white,.w3-hover-text-white:hover{color:#fff!important}
.w3-text-black,.w3-hover-text-black:hover{color:#000!important}
.w3-text-grey,.w3-hover-text-grey:hover,.w3-text-gray,.w3-hover-text-gray:hover{color:#757575!important}
.w3-text-light-grey,.w3-hover-text-light-grey:hover,.w3-text-light-gray,.w3-hover-text-light-gray:hover{color:#f1f1f1!important}
.w3-text-dark-grey,.w3-hover-text-dark-grey:hover,.w3-text-dark-gray,.w3-hover-text-dark-gray:hover{color:#3a3a3a!important}
.w3-border-amber,.w3-hover-border-amber:hover{border-color:#ffc107!important}
.w3-border-aqua,.w3-hover-border-aqua:hover{border-color:#00ffff!important}
.w3-border-blue,.w3-hover-border-blue:hover{border-color:#2196F3!important}
.w3-border-light-blue,.w3-hover-border-light-blue:hover{border-color:#87CEEB!important}
.w3-border-brown,.w3-hover-border-brown:hover{border-color:#795548!important}
.w3-border-cyan,.w3-hover-border-cyan:hover{border-color:#00bcd4!important}
.w3-border-blue-grey,.w3-hover-border-blue-grey:hover,.w3-border-blue-gray,.w3-hover-border-blue-gray:hover{border-color:#607d8b!important}
.w3-border-green,.w3-hover-border-green:hover{border-color:#4CAF50!important}
.w3-border-light-green,.w3-hover-border-light-green:hover{border-color:#8bc34a!important}
.w3-border-indigo,.w3-hover-border-indigo:hover{border-color:#3f51b5!important}
.w3-border-khaki,.w3-hover-border-khaki:hover{border-color:#f0e68c!important}
.w3-border-lime,.w3-hover-border-lime:hover{border-color:#cddc39!important}
.w3-border-orange,.w3-hover-border-orange:hover{border-color:#ff9800!important}
.w3-border-deep-orange,.w3-hover-border-deep-orange:hover{border-color:#ff5722!important}
.w3-border-pink,.w3-hover-border-pink:hover{border-color:#e91e63!important}
.w3-border-purple,.w3-hover-border-purple:hover{border-color:#9c27b0!important}
.w3-border-deep-purple,.w3-hover-border-deep-purple:hover{border-color:#673ab7!important}
.w3-border-red,.w3-hover-border-red:hover{border-color:#f44336!important}
.w3-border-sand,.w3-hover-border-sand:hover{border-color:#fdf5e6!important}
.w3-border-teal,.w3-hover-border-teal:hover{border-color:#009688!important}
.w3-border-yellow,.w3-hover-border-yellow:hover{border-color:#ffeb3b!important}
.w3-border-white,.w3-hover-border-white:hover{border-color:#fff!important}
.w3-border-black,.w3-hover-border-black:hover{border-color:#000!important}
.w3-border-grey,.w3-hover-border-grey:hover,.w3-border-gray,.w3-hover-border-gray:hover{border-color:#9e9e9e!important}
.w3-border-light-grey,.w3-hover-border-light-grey:hover,.w3-border-light-gray,.w3-hover-border-light-gray:hover{border-color:#f1f1f1!important}
.w3-border-dark-grey,.w3-hover-border-dark-grey:hover,.w3-border-dark-gray,.w3-hover-border-dark-gray:hover{border-color:#616161!important}
.w3-border-pale-red,.w3-hover-border-pale-red:hover{border-color:#ffe7e7!important}.w3-border-pale-green,.w3-hover-border-pale-green:hover{border-color:#e7ffe7!important}
.w3-border-pale-yellow,.w3-hover-border-pale-yellow:hover{border-color:#ffffcc!important}.w3-border-pale-blue,.w3-hover-border-pale-blue:hover{border-color:#e7ffff!important}