@font-face {
  font-family: futuraBook;
  src: url(Futura-Book-font.ttf); }

@font-face {
  font-family: nicoletteDemo;
  src: url(nicolette-demo.ttf); }

/* line 10, scss/style.scss */
body,
html {
  font-family: 'Open Sans', sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  width: 100% !important;
  height: 100% !important; }

/* line 19, scss/style.scss */
a {
  text-decoration: none;
  /*transition: all .3s ease-in-out;*/ }

/*---------- HEADER ----------*/
/* line 26, scss/style.scss */
header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #004282; }

/* line 32, scss/style.scss */
header .header_correio {
  width: 100%; }

/* line 35, scss/style.scss */
header .header_correio .logo_correio {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  width: 100%; }

/* line 43, scss/style.scss */
header .header_correio .logo_correio img {
  margin: 0 auto;
  display: block; }

/* line 47, scss/style.scss */
header .logo {
  float: left;
  padding: 10px 0;
  font-size: 15px;
  line-height: 20px;
  width: 100%; }

/* line 54, scss/style.scss */
header .logo img {
  width: 200px;
  margin: 0 auto;
  display: block; }

/* line 48, scss/style.scss */
.header_topo {
  margin: 15px 0 0px 0;
  float: left;
  width: 100%;
  min-height: 225px;
  padding: 135px 0 35px 0; }

/* line 56, scss/style.scss */
.header_topo .logo img {
  margin: 0 auto;
  display: block; }

/* line 60, scss/style.scss */
.header_topo .logo strong {
  font-family: futuraBook;
  font-size: 38px;
  color: #1b3461;
  display: block;
  text-align: left;
  font-weight: bold;
  margin: 10px 0 0 174px; }

/* line 69, scss/style.scss */
.header_topo .logo h1 {
  color: #000000;
  font-family: nicoletteDemo;
  font-size: 75px;
  margin-bottom: 15px; }

/* line 75, scss/style.scss */
.header_topo .logo .apoio {
  float: left;
  width: 100%; }

/* line 79, scss/style.scss */
.header_topo .logo .apoio h2 {
  color: #000000;
  font-family: futuraBook;
  font-size: 20px;
  float: left; }

/* line 85, scss/style.scss */
.header_topo .logo .apoio img {
  float: left;
  margin-left: 15px;
  margin-top: 15px; }

/* line 90, scss/style.scss */
.header_topo .desenho_header {
  margin-top: 45px; }

/* line 93, scss/style.scss */
.header_topo .desenho_header img {
  width: 100%; }

/*---------- CONTEUDO ----------*/
/* line 99, scss/style.scss */
section.home_banner_area {
  background: #74f3f4;
  background: -moz-linear-gradient(left, #74f3f4 0%, #00eaee 32%, #00eaee 68%, #74f3f4 100%);
  background: -webkit-linear-gradient(left, #74f3f4 0%, #00eaee 32%, #00eaee 68%, #74f3f4 100%);
  background: linear-gradient(to right, #74f3f4 0%, #00eaee 32%, #00eaee 68%, #74f3f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74f3f4', endColorstr='#74f3f4',GradientType=1 );
  z-index: 1;
  padding-top: 95px;
  float: left;
  width: 100%; }

/* line 110, scss/style.scss */
section.home_banner_area .banner_inner {
  width: 100%;
  color: #000000; }

/* line 114, scss/style.scss */
section.home_banner_area .banner_inner .home_left_img {
  padding-top: 230px;
  padding-bottom: 230px; }

/* line 118, scss/style.scss */
section.home_banner_area .banner_inner .banner_content {
  text-align: left;
  color: #fff;
  margin-left: 70px; }

/* line 123, scss/style.scss */
section.home_banner_area .banner_inner .banner_content p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px; }

/* line 128, scss/style.scss */
section.home_banner_area .banner_inner .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

/* line 132, scss/style.scss */
section.home_banner_area .banner_inner .d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

/* line 136, scss/style.scss */
section.home_banner_area .banner_inner .instagram h2 {
  color: #000000;
  text-align: center;
  margin-bottom: 20px; }

/* line 141, scss/style.scss */
section.home_banner_area .banner_inner .instagram .row {
  margin-bottom: 30px; }

/* line 144, scss/style.scss */
section.home_banner_area .banner_inner .banner_content .watch_video {
  margin: 0 30px;
  font-size: 12px;
  text-transform: uppercase; }

/* line 149, scss/style.scss */
section.home_banner_area .banner_inner .col-lg-6 {
  vertical-align: middle;
  align-self: center; }

/* line 153, scss/style.scss */
section.home_banner_area .gradient-bg,
section.home_banner_area .video-play-button:before,
section.home_banner_area .video-play-button:after,
section.home_banner_area .recent_update_inner .nav.nav-tabs li a.active,
section.home_banner_area .recent_update_inner .nav.nav-tabs li a:hover {
  background: -webkit-linear-gradient(90deg, #3fcaff 0%, #a4ffb0 100%);
  background: -moz-linear-gradient(90deg, #3fcaff 0%, #a4ffb0 100%);
  background: -o-linear-gradient(90deg, #3fcaff 0%, #a4ffb0 100%);
  background: linear-gradient(90deg, #3fcaff 0%, #a4ffb0 100%); }

/* line 163, scss/style.scss */
section.section_gap_top {
  padding-top: 120px; }

/* line 166, scss/style.scss */
section.section_gap_top .section_content h6 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 12px;
  position: relative;
  letter-spacing: 2px;
  text-transform: uppercase; }

/* line 174, scss/style.scss */
section.section_gap_top .section_content h1 {
  color: #fff;
  line-height: 45px;
  padding: 30px 0;
  margin-bottom: 0; }

/* line 180, scss/style.scss */
section.section_gap_top .section_content p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
  padding: 0 40px 40px 0; }

/* line 186, scss/style.scss */
section.section_gap_top .section_content {
  position: relative;
  padding: 70px 0 73px 70px; }

/* line 190, scss/style.scss */
section.section_gap_top .section_content h6:after {
  content: "";
  position: absolute;
  background: -webkit-linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);
  background: -moz-linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);
  background: -o-linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);
  background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);
  color: #3fcaff;
  height: 1px;
  width: 50px;
  bottom: -10px;
  left: 0; }

/* line 203, scss/style.scss */
section.noticias {
  -webkit-background-size: cover !important;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-attachment: fixed !important; }

/* line 214, scss/style.scss */
section.blog_area {
  padding: 80px 0 0;
  float: left;
  width: 100%; }

/* line 219, scss/style.scss */
section.blog_area .main_title {
  text-align: center;
  margin-bottom: 80px; }

/* line 223, scss/style.scss */
section.blog_area .main_title h2 {
  font-size: 45px;
  color: #000000;
  opacity: .2;
  margin: 0;
  line-height: 60px; }

/* line 230, scss/style.scss */
section.blog_area .main_title h1 {
  color: #222;
  margin-top: -40px; }

/* line 234, scss/style.scss */
section.blog_area .area .row {
  margin-bottom: 30px; }

/* line 237, scss/style.scss */
section.blog_area .blog_items {
  position: relative;
	margin-bottom: 30px;}

/* line 240, scss/style.scss */
section.blog_area .blog_items .blog_img_box {
  overflow: hidden; }

/* line 243, scss/style.scss */
section.blog_area .blog_items .blog_img_box img {
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  width: 100%; }
section.blog_area a{
  text-decoration: none;
}
/* line 250, scss/style.scss */
section.blog_area .blog_items:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

/* line 257, scss/style.scss */
section.blog_area .blog_items h2.title {
  font-size: 18px;
  font-weight: 600;
  color: #e4e4e4;
  font-family: rajdhani,sans-serif; }

/* line 263, scss/style.scss */
section.blog_area .blog_items:hover h2.title {
  color: #ffffff;
  text-decoration: none; }

/* line 267, scss/style.scss */
section.blog_area .blog_items .blog_content {
  background: #086edcf2;
  background: -moz-linear-gradient(left, #086edcf2 0%, #5a9feaf0 32%, #5a9feaf0 68%, #086edcf2 100%);
  background: -webkit-linear-gradient(left, #086edcf2 0%, #5a9feaf0 32%, #5a9feaf0 68%, #086edcf2 100%);
  background: linear-gradient(to right, #086edcf2 0%, #5a9feaf0 32%, #5a9feaf0 68%, #086edcf2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#086edcf2', endColorstr='#086edcf2',GradientType=1 );
  padding: 20px;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
    min-height: 130px;}

/* line 279, scss/style.scss */
section.blog_area .blog_items .blog_content p {
  color: #e4e4e4;
  font-weight: 400;
  font-size: 16px;
  padding: 20px 0;
  margin: 0;
  font-family: roboto,sans-serif; }

/* line 287, scss/style.scss */
section.blog_area .blog_items .blog_content .date span {
  font-size: 13px;
  margin-right: 30px;
  font-family: roboto,sans-serif;
  font-weight: 400;
  color: #463f3f; }

/* line 294, scss/style.scss */
section.blog_area .blog_items .blog_content .date span i {
  margin-right: 10px;
  color: #fff; }
/* INTERNAS */

.interna .author-row {
    margin: 15px;
    display: inline-block;
    border-right: solid 2px #003E76;
    padding-right: 25px;
}
.interna span.author-circle {
    border-radius: 50%;
    background-color: #003E76;
    padding: 3% 4%;
    color: #fff !important;
}
.interna a.author-wrapper span {
    color: rgb(0, 47, 88);
}
.interna .text-nowrap {
    white-space: nowrap;
      margin-bottom: 10px;
    display: block;
}
.interna .pull-left {
    margin-right: 20px;
}
.interna .pull-right {
    margin-left: 20px;
}
.interna .img-mobile-full{
    width: 100%;
}
.interna .img-mobile-full img{
    width: 700px;
    margin: 0 auto 20px;
    display: block;
}
.interna .img-mobile-full.pull-left,
.interna .img-mobile-full.pull-right{
    width: auto;
}
.interna .img-mobile-full.pull-left img,
.interna .img-mobile-full.pull-right img{
    width: auto;
}
.interna .img-align-side img {
    margin: 0 auto;
    display: block;
}
.interna .voltar{
	border-bottom: 4px solid #9BD7D5;
    padding-bottom: 8px;
    font-size: 22px;
    color: #000;
    font-weight: bold;
    padding:10px;
    float: left;
}
.interna .voltar:hover{
	color: #686767;
	text-decoration: none;
}
.interna > .container {
   width: 100% !important;
}
/* line 298, scss/style.scss */
.navbar {
  margin-bottom: 0; }

/* line 301, scss/style.scss */
.primary_btn {
  display: inline-block;
  background: -webkit-linear-gradient(to right, #3fcaff 0%, #a4ffb0 51%, #3fcaff 100%);
  background: -moz-linear-gradient(to right, #3fcaff 0%, #a4ffb0 51%, #3fcaff 100%);
  background: -ms-linear-gradient(to right, #3fcaff 0%, #a4ffb0 51%, #3fcaff 100%);
  background: -o-linear-gradient(to right, #3fcaff 0%, #a4ffb0 51%, #3fcaff 100%);
  background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 51%, #3fcaff 100%);
  background-size: 200% auto;
  padding: 0 35px;
  color: #222;
  letter-spacing: 1px;
  font-family: roboto,sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: 0 10px 30px rgba(163, 255, 177, 0.2);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  text-transform: uppercase; }

/* line 327, scss/style.scss */
.primary_btn:hover {
  background-position: right center;
  color: #22195e; }

/* line 331, scss/style.scss */
.about_content {
  position: relative; }

/* line 335, scss/style.scss */
.about_content:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 89%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(to right, #0050d1 0%, #3d9ce5 51%, #0050d1 100%);
  background: -moz-linear-gradient(to right, #0050d1 0%, #3d9ce5 51%, #0050d1 100%);
  background: -ms-linear-gradient(to right, #0050d1 0%, #3d9ce5 51%, #0050d1 100%);
  background: -o-linear-gradient(to right, #0050d1 0%, #3d9ce5 51%, #0050d1 100%);
  background: linear-gradient(to right, #0050d1 0%, #3d9ce5 51%, #0050d1 100%); }

/* line 348, scss/style.scss */
.overlay, .single-gallery .content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

/* line 355, scss/style.scss */
.blog_banner .banner_inner .overlay,
.blog_banner .banner_inner .single-gallery .content,
.single-gallery .blog_banner .banner_inner .content {
  background: url(../../../../imgs2.correiobraziliense.com.br/especiais/clubessociais/2019/banner-2.html) no-repeat scroll center center;
  opacity: .5;
  height: 125%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: -1; }

/* line 367, scss/style.scss */
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

/* line 378, scss/style.scss */
.single-gallery-image:hover {
  opacity: .8; }

/* line 381, scss/style.scss */
.gallery_area {
  padding: 120px 0 90px; }

/* line 384, scss/style.scss */
.single-gallery {
  position: relative;
  max-height: 226px;
  overflow: hidden; }

/* line 389, scss/style.scss */
.single-gallery .content {
  max-height: 36px;
  max-width: 36px;
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* line 400, scss/style.scss */
.single-gallery .content i {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

/* line 410, scss/style.scss */
.single-gallery:hover {
  cursor: pointer; }

/* line 413, scss/style.scss */
.single-gallery:hover .overlay, .single-gallery:hover .content {
  background: rgba(93, 241, 242, 0.32); }

/* line 416, scss/style.scss */
.single-gallery:hover .content {
  background: transparent;
  top: 50%; }

/* line 420, scss/style.scss */
.single-gallery:hover .content i {
  opacity: 1; }

/* line 423, scss/style.scss */
.single-gallery .overlay, .single-gallery .content {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

/* line 429, scss/style.scss */
.single-gallery .content i {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

/* line 439, scss/style.scss */
.lnr {
  font-family: 'Linearicons-Free';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 450, scss/style.scss */
.box_video {
  -webkit-background-size: cover !important;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-attachment: fixed !important; }

/* line 461, scss/style.scss */
.box_video .principal {
  position: relative; }

/* line 464, scss/style.scss */
.box_video .principal .img-responsive {
  width: 100%; }

/* line 467, scss/style.scss */
.box_video .principal .titulo {
  z-index: 999;
  position: relative;
  color: #ffffff;
  padding: 5px 10px;
  min-height: 80px; }

/* line 474, scss/style.scss */
.box_video .principal,
.box_video .box_video {
  border: 10px solid #5a9feaa6;
  position: relative; }

/* line 479, scss/style.scss */
.box_video .box_video .bg_play {
  cursor: pointer; }

/* line 483, scss/style.scss */
.box_video .bg_play {
  background-color: rgba(41, 41, 41, 0.7);
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%; }

/* line 491, scss/style.scss */
.box_video .destaque .box_video .bg_play img {
  margin: auto;
  display: block;
  margin-top: 100px; }

/* line 496, scss/style.scss */
.box_video .box_video .bg_play img {
  margin: auto;
  display: block;
  margin-top: 60px; }

/* line 501, scss/style.scss */
.box_video .bg_play img {
  margin: auto;
  display: block;
  margin-top: 105px; }

/* line 507, scss/style.scss */
.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 935px;
  margin: 60px auto; }

/* line 515, scss/style.scss */
.white-popup .img {
  float: left; }

/* line 518, scss/style.scss */
.white-popup .desc {
  margin-top: 45px;
  float: left;
  width: 100%;
  /*max-height: 315px;
    overflow-x: auto;*/ }

/* line 525, scss/style.scss */
.white-popup .desc .nome {
  font: inherit;
  color: #262626;
  float: left;
  width: 100%;
  margin-top: 0; }

/* line 532, scss/style.scss */
.white-popup .desc .nome a {
  font: inherit;
  color: #262626;
  text-decoration: none; }

/* line 537, scss/style.scss */
.white-popup .desc .nome img {
  width: 32px;
  margin-right: 10px; }

/* line 541, scss/style.scss */
.white-popup .desc img {
  width: 32px;
  margin-right: 10px; }

/* line 545, scss/style.scss */
.white-popup .desc .descricao {
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 551, scss/style.scss */
.white-popup .desc a {
  margin-right: 10px;
  float: left; }

/* line 555, scss/style.scss */
.white-popup .comentario {
  /*height: 230px;*/
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
  /*overflow-y: auto;*/ }

/* line 564, scss/style.scss */
.white-popup .comentario ul {
  margin: 0;
  padding: 0;
  padding-right: 10px; }

/* line 569, scss/style.scss */
.white-popup .comentario ul li {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 10px; }

/* line 575, scss/style.scss */
.white-popup .comentario ul li img {
  height: 32px; }

/* line 578, scss/style.scss */
.white-popup .comentario ul li a {
  font: inherit;
  color: #262626;
  text-decoration: none; }

/* line 583, scss/style.scss */
.white-popup .comentario .texto {
  float: left;
  margin-right: 10px; }

/* line 587, scss/style.scss */
.white-popup .comentario .foto a {
  margin-right: 10px; }

/* line 590, scss/style.scss */
.white-popup .comentario .foto span {
  display: block; }

/* line 593, scss/style.scss */
.white-popup .row {
  margin: 0; }

/* line 596, scss/style.scss */
.padding_left_0 {
  padding-left: 0; }

/* line 599, scss/style.scss */
.padding_right_0 {
  padding-right: 0; }

/* line 603, scss/style.scss */
.scroll {
  overflow-y: auto;
  height: 540px;
  margin-top: 40px; }

/* line 609, scss/style.scss */
.conteudo {
  color: #000000;
  float: left;
  width: 100%;
  margin-bottom: 30px; }

/* line 616, scss/style.scss */
.voltar {
  border-bottom: 4px solid #342b7f;
  padding-bottom: 8px;
  font-size: 22px;
  color: #000;
  font-weight: bold;
  padding: 10px;
  float: left; }

/* line 625, scss/style.scss */
.voltar:hover {
  text-decoration: none; }

/* line 629, scss/style.scss */
.Ocean {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  z-index: 999 !important; }

/* line 640, scss/style.scss */
.Wave {
  width: 4200px;
  animation-name: swell;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  fill: #4fc3f7; }

@keyframes swell {
  0% {
    transform: translateX(-50%); }
  100% {
    transform: translateX(0%); } }

/* line 660, scss/style.scss */
#logo {
  z-index: 999999;
  position: absolute;
  width: 153px;
  left: 7vw;
  margin-left: -77px;
  top: 30vh;
  position: fixed; }

/* line 670, scss/style.scss */
.loader h1.title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 13em;
  color: rgba(97, 191, 214, 0.45);
  background-image: url(../../../../imgs2.correiobraziliense.com.br/especiais/clubessociais/2019/onda.png);
  text-align: center;
  background-repeat: repeat-x;
  -webkit-background-clip: text;
  animation: animate 15s linear infinite; }

@keyframes animate {
  0% {
    background-position: left 0px top 20px; }
  40% {
    background-position: left 800px top -30px; }
  80% {
    background-position: left 1800px top -30px; }
  100% {
    background-position: left 2400px top 20px; } }

/* line 699, scss/style.scss */
.item {
  position: fixed;
  top: 300px;
  left: 40px; }

/* line 704, scss/style.scss */
.second {
  top: 280px; }

/* line 707, scss/style.scss */
#start {
  float: left;
  left: 40px;
  top: 300px; }

/* line 712, scss/style.scss */
.trampolim {
  position: absolute;
  top: 325px;
  left: 0; }

/* line 717, scss/style.scss */
.spark {
  position: absolute; }

/* line 720, scss/style.scss */
.spark.s0 {
  background-image: url("../../../../imgs2.correiobraziliense.com.br/especiais/clubessociais/2019/splash.html");
  width: 4px;
  height: 3px; }

/* line 725, scss/style.scss */
.spark.s1 {
  background-image: url("../../../../imgs2.correiobraziliense.com.br/especiais/clubessociais/2019/demo_spark2.html");
  width: 6px;
  height: 6px; }

/* line 730, scss/style.scss */
.spark.s2 {
  background-image: url("../../../../imgs2.correiobraziliense.com.br/especiais/clubessociais/2019/demo_spark3.html");
  width: 8px;
  height: 8px; }

/* line 735, scss/style.scss */
.spark.s3 {
  background-image: url("../../../../imgs2.correiobraziliense.com.br/especiais/clubessociais/2019/demo_spark4.html");
  width: 11px;
  height: 11px; }

/* line 740, scss/style.scss */
.spark.s4 {
  background-image: url("../../../../imgs2.correiobraziliense.com.br/especiais/clubessociais/2019/demo_spark5.html");
  width: 13px;
  height: 13px; }

/* line 745, scss/style.scss */
.spark.s5 {
  background-image: url("../../../../imgs2.correiobraziliense.com.br/especiais/clubessociais/2019/demo_spark6.html");
  width: 17px;
  height: 17px; }

/* line 750, scss/style.scss */
.sparkpoint {
  position: absolute; }

/* line 753, scss/style.scss */
#intro .sparkpoint {
  top: 650px;
  left: 0; }

/* line 757, scss/style.scss */
#intro {
  display: block;
  top: 33%;
  left: 6%;
  /*-webkit-transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);*/
  position: absolute; }

/*---------- MEDIA ----------*/
@media (min-width: 1200px) {
  /* line 769, scss/style.scss */
  .interna {
    width: 920px !important; } }

@media (max-width: 1400px) {
  /* line 774, scss/style.scss */
  .header_topo {
    /*background:#02eeee url(../img/bg/img_header.jpg) no-repeat top center;*/
    /*height: 355px;*/ }
  /* line 778, scss/style.scss */
  .header_topo .logo img {
    width: 270px; } }

@media (max-width: 900px) and (min-width: 762px) {
  /* line 783, scss/style.scss */
  #start, .trampolim {
    display: none; }
  /* line 786, scss/style.scss */
  .Ocean {
    height: 100px !important;}
  /* line 789, scss/style.scss */
  .Wave {
    width: 1000px !important;}
  /* line 792, scss/style.scss */
  .loader h1.title {
    background-image: url(../../../../imgs2.correiobraziliense.com.br/especiais/clubessociais/2019/onda_cel.png); }
  /* line 795, scss/style.scss */
  .header_topo {
    /*background:#02eeee url(../img/bg/img_header.jpg) no-repeat top center;*/
    margin-top: 0;
    /*height: 320px;*/
    margin-bottom: 0;
    padding: 75px 0 35px 0; }
  /* line 802, scss/style.scss */
  .header_topo .logo {
    margin-top: 0;
    /*height: 320px;*/
    margin-left: 0;
    padding: 8px 0 50px 0;
    width: 100%; }
  /* line 809, scss/style.scss */
  .header_topo .logo img {
    width: 270px; }
  /* line 812, scss/style.scss */
  .header_topo .logo strong {
    font-size: 15px;
    margin: 10px 0 0 30px; }
  /* line 816, scss/style.scss */
  .header_topo .logo h1 {
    font-size: 43px;
    margin-top: 10px;
    margin-bottom: 0; }
  /* line 821, scss/style.scss */
  .header_topo .logo h1 span {
    font-size: 32px; }
  /* line 824, scss/style.scss */
  .loader h1.title {
    font-size: 4em !important; }
  /* line 827, scss/style.scss */
  .header_topo .logo .apoio {
    margin-top: 15px; }
  /* line 830, scss/style.scss */
  .header_topo .logo .apoio img {
    width: 170px; }
  /* line 833, scss/style.scss */
  .single-gallery,
  .box_video .principal,
  .box_video .box_video,
  .blog_area .blog_items {
    margin-bottom: 20px; }
  /* line 839, scss/style.scss */
  .video .bg_play img {
    margin: auto;
    display: block;
    margin-top: 80px; }
  /* line 844, scss/style.scss */
  .interna .img-mobile-full {
    width: 100%;
    margin: 0 auto;
    padding: 0; }
  /* line 849, scss/style.scss */
  .interna .img-mobile-full img {
    width: 100%; }
  /* line 852, scss/style.scss */
  section.blog_area .main_title h1 {
    margin-top: -63px; }
  /* line 855, scss/style.scss */
  section.blog_area .main_title h2 {
    font-size: 35px;
    line-height: 36px; }
  /* line 859, scss/style.scss */
  section.home_banner_area {
    padding-top: 20px; }
  /* line 862, scss/style.scss */
  section.home_banner_area .banner_inner .instagram .row,
  section.blog_area .area .row {
    margin-bottom: 0; }
  /* line 866, scss/style.scss */
  .white-popup .celular {
    padding-right: 0; }
  /* line 869, scss/style.scss */
  .white-popup .img {
    margin-bottom: 20px; }
  /* line 872, scss/style.scss */
  .white-popup .desc {
    padding: 15px; }
  /* line 875, scss/style.scss */
  .white-popup .desc .nome {
    float: left;
    width: 100%;
    margin: 0; }
  /* line 880, scss/style.scss */
  .white-popup .comentario {
    padding: 15px; }
  /* line 883, scss/style.scss */
  .mfp-close-btn-in .mfp-close {
    color: #ffffff;
    background-color: black; }
/* line 1117, scss/style.scss */
  footer {
    padding-bottom: 60px !important; }}

@media (max-width: 763px) and (min-width: 321px) {
  /* line 889, scss/style.scss */
  #start, .trampolim {
    display: none; }
  /* line 892, scss/style.scss */
  .Ocean {
    height: 100px !important;}
  /* line 895, scss/style.scss */
  .Wave {
    width: 1000px !important;}
  /* line 898, scss/style.scss */
  .loader h1.title {
    background-image: url(../../../../imgs2.correiobraziliense.com.br/especiais/clubessociais/2019/onda_cel.png); }
  /* line 901, scss/style.scss */
  .header_topo {
    /*background:#02eeee url(../img/bg/img_header.jpg) no-repeat top center;*/
    margin-top: 0;
    /*height: 320px;*/
    margin-bottom: 0;
    padding: 75px 0 35px 0; }
  /* line 908, scss/style.scss */
  .header_topo .logo {
    margin-top: 0;
    /*height: 320px;*/
    margin-left: 0;
    padding: 8px 0 50px 0;
    width: 100%; }
  /* line 915, scss/style.scss */
  .header_topo .logo img {
    width: 270px; }
  /* line 918, scss/style.scss */
  .header_topo .logo strong {
    font-size: 15px;
    margin: 10px 0 0 30px; }
  /* line 922, scss/style.scss */
  .header_topo .logo h1 {
    font-size: 43px;
    margin-top: 10px;
    margin-bottom: 0; }
  /* line 927, scss/style.scss */
  .header_topo .logo h1 span {
    font-size: 32px; }
  /* line 930, scss/style.scss */
  .loader h1.title {
    font-size: 4em !important; }
  /* line 933, scss/style.scss */
  .header_topo .logo .apoio {
    margin-top: 15px; }
  /* line 936, scss/style.scss */
  .header_topo .logo .apoio img {
    width: 170px; }
  /* line 939, scss/style.scss */
  .single-gallery,
  .box_video .principal,
  .box_video .box_video,
  .blog_area .blog_items {
    margin-bottom: 20px; }
  /* line 945, scss/style.scss */
  .video .bg_play img {
    margin: auto;
    display: block;
    margin-top: 80px; }
  /* line 950, scss/style.scss */
  .interna .img-mobile-full {
    width: 100%;
    margin: 0 auto;
    padding: 0; }
  /* line 955, scss/style.scss */
  .interna .img-mobile-full img {
    width: 100%; }
  /* line 958, scss/style.scss */
  section.blog_area .main_title h1 {
    margin-top: -63px; }
  /* line 961, scss/style.scss */
  section.blog_area .main_title h2 {
    font-size: 35px;
    line-height: 36px; }
  /* line 965, scss/style.scss */
  section.home_banner_area {
    padding-top: 20px; }
  /* line 968, scss/style.scss */
  section.home_banner_area .banner_inner .instagram .row,
  section.blog_area .area .row {
    margin-bottom: 0; }
  /* line 972, scss/style.scss */
  .white-popup .celular {
    padding-right: 0; }
  /* line 975, scss/style.scss */
  .white-popup .img {
    margin-bottom: 20px; }
  /* line 978, scss/style.scss */
  .white-popup .desc {
    padding: 15px; }
  /* line 981, scss/style.scss */
  .white-popup .desc .nome {
    float: left;
    width: 100%;
    margin: 0; }
  /* line 986, scss/style.scss */
  .white-popup .comentario {
    padding: 15px; }
  /* line 989, scss/style.scss */
  .mfp-close-btn-in .mfp-close {
    color: #ffffff;
    background-color: black; }
/* line 1117, scss/style.scss */
  footer {
    padding-bottom: 60px !important; }}

@media (max-width: 320px) {
  /* line 995, scss/style.scss */
  #start, .trampolim {
    display: none; }
  /* line 998, scss/style.scss */
  .Ocean {
    height: 100px !important;}
  /* line 1001, scss/style.scss */
  .Wave {
    width: 1000px !important;}
  /* line 1004, scss/style.scss */
  .loader h1.title {
    background-image: url(../../../../imgs2.correiobraziliense.com.br/especiais/clubessociais/2019/onda_cel.png); }
  /* line 1007, scss/style.scss */
  .header_topo {
    /*background:#02eeee url(../img/bg/img_header.jpg) no-repeat top center;*/
    margin-top: 0;
    /*height: 320px;*/
    margin-bottom: 0;
    padding: 75px 0 35px 0; }
  /* line 1014, scss/style.scss */
  .header_topo .logo {
    margin-top: 0;
    /*height: 320px;*/
    margin-left: 0;
    padding: 8px 0 50px 0;
    width: 100%; }
  /* line 1021, scss/style.scss */
  .header_topo .logo img {
    width: 270px; }
  /* line 1024, scss/style.scss */
  .header_topo .logo strong {
    font-size: 15px;
    margin: 10px 0 0 30px; }
  /* line 1028, scss/style.scss */
  .header_topo .logo h1 {
    font-size: 43px;
    margin-top: 10px;
    margin-bottom: 0; }
  /* line 1033, scss/style.scss */
  .header_topo .logo h1 span {
    font-size: 32px; }
  /* line 1036, scss/style.scss */
  .loader h1.title {
    font-size: 4em !important; }
  /* line 1039, scss/style.scss */
  .header_topo .logo .apoio {
    margin-top: 15px; }
  /* line 1042, scss/style.scss */
  .header_topo .logo .apoio img {
    width: 170px; }
  /* line 1045, scss/style.scss */
  .single-gallery,
  .box_video .principal,
  .box_video .box_video,
  .blog_area .blog_items {
    margin-bottom: 20px; }
  /* line 1051, scss/style.scss */
  .video .bg_play img {
    margin: auto;
    display: block;
    margin-top: 80px; }
  /* line 1056, scss/style.scss */
  .interna .img-mobile-full {
    width: 100%;
    margin: 0 auto;
    padding: 0; }
  /* line 1061, scss/style.scss */
  .interna .img-mobile-full img {
    width: 100%; }
  /* line 1064, scss/style.scss */
  section.blog_area .main_title h1 {
    margin-top: -63px; }
  /* line 1067, scss/style.scss */
  section.blog_area .main_title h2 {
    font-size: 35px;
    line-height: 36px; }
  /* line 1071, scss/style.scss */
  section.home_banner_area {
    padding-top: 20px; }
  /* line 1074, scss/style.scss */
  section.home_banner_area .banner_inner .instagram .row,
  section.blog_area .area .row {
    margin-bottom: 0; }
  /* line 1078, scss/style.scss */
  .white-popup .celular {
    padding-right: 0; }
  /* line 1081, scss/style.scss */
  .white-popup .img {
    margin-bottom: 20px; }
  /* line 1084, scss/style.scss */
  .white-popup .desc {
    padding: 15px; }
  /* line 1087, scss/style.scss */
  .white-popup .desc .nome {
    float: left;
    width: 100%;
    margin: 0; }
  /* line 1092, scss/style.scss */
  .white-popup .comentario {
    padding: 15px; }
  /* line 1095, scss/style.scss */
  .mfp-close-btn-in .mfp-close {
    color: #ffffff;
    background-color: black; }
  /* line 1117, scss/style.scss */
  footer {
    padding-bottom: 60px !important; }
}
