.section-produto p, .section-produto h2 {
  color: #fff; }

.accordion ul li#e-camp .image-bg img {
  bottom: 0; }

.fb-like.fb_iframe_widget {
  margin-top: -4px;
  margin-left: 5px;
  vertical-align: middle;
  opacity: 0.9;
  background: #0a456d;
  border-radius: 4px; }

#estatico .slide-content img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 300px; }

.home-icon-cedis {
  position: relative;
  background: transparent;
  margin-top: 10%; }

.home-icon-cedis img {
  width: 74%;
  position: relative;
  height: auto;
  opacity: 0.98;
  margin: 0 auto;
  margin-bottom: 8%;
  max-height: 32vh; }

.home-lettering-cedis {
  position: relative;
  background: transparent; }

.home-lettering-cedis img {
  position: relative;
  width: 82.1%;
  height: auto;
  opacity: 1;
  margin: 0 auto;
  max-height: 10vh; }

.home-claim-cedis {
  position: relative;
  background: transparent;
  margin-top: 1%; }

.home-claim-cedis img {
  width: 82%;
  height: auto;
  opacity: 1;
  margin: 0 auto;
  max-height: 2.3vh; }

/* 25 anos */

.home-25-anos {
	margin-top: -22%;
    width: 85%;
    margin-left: 7.5%;
    margin-bottom: 7%;
}
.pen {
  stroke-dasharray: 300px 300px;
  stroke-dashoffset: 300px;
  -webkit-animation: draw 3s forwards;
  -moz-animation: draw 3s forwards;
  -o-animation: draw 3s forwards;
  -ms-animation: draw 3s forwards;
  animation: draw 3s forwards;
}

@keyframes draw {
  from {
    stroke-dashoffset: 300px;
  }

  to {
    stroke-dashoffset: 0px;
  }
}
@media all and (-ms-high-contrast:none) {
.ie11l-show { display: block !important }
.ie11l-hide { display: none }
.home-25-anos { margin-top: -38%; margin-bottom: 0px}
.home-lettering-cedis {margin-top: -10%}
.home-claim-cedis {margin-top: -2% !important}
}
.ie11l-show { display: none }
.ie11l-hide { display: block }

/* end 25 anos */


.slide-ball {
  border-radius: 50%;
  position: relative;
  padding: 25px;
  z-index: 999; }

.slide-ball h3 {
  color: #fff !important;
  line-height: 1;
  text-align: center; }

.slide-logo-profissional {
  position: relative;
  margin-top: 30%; }

.home-ball-1 {
  height: 100px;
  width: 100px;
  left: 0;
  top: 0;
  z-index: 999999;
  margin-top: 10%;
  padding: 20px; }

.home-ball-1 h3 {
  font-size: 36px;
  margin-top: 20%; }

.home-ball-2 {
  height: 370px;
  width: 370px;
  left: 7%;
  margin-top: -28%;
  padding: 10%; }

.home-ball-2 h3 {
  font-size: 36px;
  margin-top: 18%; }

.home-ball-2 h3 span.bigger {
  font-size: 58px; }

@media only screen and (max-width: 600px) {
  .slide-logo-profissional img {
    width: 100% !important; }
  .home-ball-2 {
    height: 220px !important;
    width: 220px !important; }
  .home-ball-2 h3 {
    font-size: 28px;
    margin-top: 13%; }
  .home-ball-2 h3 span.bigger {
    font-size: 42px; }
  .home-ball-1 {
    height: 70px !important;
    width: 70px !important;
    left: 18%;
    margin-top: 0 !important;
    padding: 10px !important; }
  .home-ball-1 h3 {
    font-size: 26px;
    margin-top: 25%; }
  #esport-profissional-2017 .col-md-7 {
    padding: 0; } }

@media only screen and (max-width: 991px) {
  .slide-logo-profissional img {
    width: 75%;
    margin: 0 auto;
    margin-top: 5vh; }
  .home-ball-1 {
    height: 100px;
    width: 100px;
    left: 18%;
    top: 0;
    z-index: 999999;
    margin-top: 10%;
    padding: 20px; }
  .home-ball-2 {
    height: 350px;
    width: 350px;
    margin: 0 auto;
    margin-top: -15%;
    padding: 7%; }
  #esport-profissional-2017 .col-md-5 {
    margin-left: -45px; } }

@media (min-width: 992px) {
  .slide-logo-profissional img {
    width: 85%;
    margin: 0 auto; } }

@media (min-width: 1200px) {
  .slide-logo-profissional img {
    width: 70%;
    margin-left: 0; } }

@media only screen and (max-width: 991px) {
  .slide-logo-profissional {
    margin-top: 0; } }

@keyframes cronologia-anim {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1; }
  30% {
    transform: scale(0.9);
    -webkit-transform: scale(0.95);
    opacity: 0.96; }
  50% {
    transform: scale(0.9);
    -webkit-transform: scale(0.95);
    opacity: 0.96; }
  80% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1; } }

ul.slide-dots {
  display: none !important; }

.row-parallax-bg .parallax-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: calc(70vh + 30vh) !important; }

@-webkit-keyframes fadeInOutDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); } }

@keyframes fadeInOutDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); } }

.scrim {
  background-color: rgba(10, 69, 109, 0.4);
  -webkit-box-shadow: 0 0px 100px 51px rgba(10, 69, 109, 0.4);
  -moz-box-shadow: 0 0px 100px 51px rgba(10, 69, 109, 0.4);
  -ms-box-shadow: 0 0px 100px 51px rgba(10, 69, 109, 0.4);
  -o-box-shadow: 0 0px 100px 51px rgba(10, 69, 109, 0.4);
  box-shadow: 0 0px 100px 51px rgba(10, 69, 109, 0.4); }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .scrim {
      background-color: rgba(10, 69, 109, 0.4);
      -moz-box-shadow: 0 0px 100px 51px rgba(10, 69, 109, 0.4);
      -ms-box-shadow: 0 0px 100px 51px rgba(10, 69, 109, 0.4);
      -o-box-shadow: 0 0px 100px 51px rgba(10, 69, 109, 0.4);
      box-shadow: 0 0px 100px 51px rgba(10, 69, 109, 0.4);
      -webkit-box-shadow: 0 0px 100px 51px rgba(10, 69, 109, 0.7); } } }

.accordion {
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin: auto; }

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0; }

.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 450px;
  background-repeat: no-repeat;
  background-position: left top;
  transition: all 500ms ease;
  background-size: cover;
  padding-top: 5%; }

.accordion ul li .icon {
  position: absolute;
  top: 25%;
  left: 25%;
  opacity: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease; }

.accordion ul li .icon img {
  width: 50%;
  height: 50%; }

.accordion ul li#e-cm .icon {
  left: 16.25%; }

.accordion ul li#e-cm .icon img {
  width: 67.5%; }

.accordion ul li .image-bg img {
  position: absolute;
  width: auto !important;
  height: 180%;
  max-width: none;
  max-height: none;
  bottom: -50%;
  left: 0; }

.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%; }

.accordion ul li div a {
  display: block;
  height: 450px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  transition: all 200ms ease; }

.accordion ul li .description {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease; }

.accordion ul li .description img.logo {
  height: 20%;
  max-width: 90%;
  width: auto;
  opacity: 0.99;
  margin-left: 5%; }

.accordion ul li div a h2 {
  text-overflow: clip;
  text-transform: uppercase;
  margin-bottom: 2px;
  margin-left: 5%; }

.accordion ul li div a p {
  top: 160px;
  font-size: 13.5px;
  margin-left: 5%; }

.accordion ul li:before {
  content: ""; }

.accordion ul li:not(:first-child) {
  -webkit-box-shadow: -5px 0 40px 1px rgba(0, 0, 0, 0.5);
  -mox-box-shadow: -5px 0 40px 1px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0 40px 1px rgba(0, 0, 0, 0.5); }

.accordion ul:hover li {
  width: 8%; }

.accordion ul:hover li:hover {
  width: 60%; }

.accordion ul:hover li:hover .description {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.accordion ul:hover li:hover .icon {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

@media screen and (max-width: 600px) {
  .accordion {
    height: auto; }
  .accordion ul li,
  .accordion ul li:hover,
  .accordion ul:hover li,
  .accordion ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none; }
  .accordion ul li .image-bg img {
    bottom: 0;
    top: 0;
    left: -50%; }
  .accordion ul li .icon {
    position: relative;
    text-align: center;
    left: 0 !important; }
  .accordion ul li .description {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none; }
    .accordion ul li .description img.logo {
      height: auto;
      max-width: 100%;
      width: 100%;
      margin-left: 0;
      text-align: center;
      max-height: 48px !important; }
  .accordion ul:hover li:hover .icon {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
  .accordion ul li {
    padding-top: 15%; }
    .accordion ul li .icon img {
      width: 40%;
      height: 40%;
      max-height: 130px; }
    .accordion ul li div a {
      height: auto !important;
      padding-bottom: 15% !important;
      text-align: center; }
    .accordion ul li .btn-light-out {
      background-color: rgba(255, 255, 255, 0.99);
      border-color: #fff;
      color: #083656; } }

@media only screen and (max-width: 991px) {
  .accordion ul li .description {
    white-space: normal; } }

a#contacto {
  /*
    display: block;
    position: relative;
    top: -125px;
    visibility: hidden;
*/ }

.single-post a.prev-page {
  background: #f7f7f7; }

.category a.prev-page {
  background: #ffffff; }

.the_champ_sharing_container {
  margin-bottom: 30px; }

h4.upper.category {
  display: block;
  float: left;
  padding: 10px 12px;
  border: 1px solid #858585;
  margin: 0 10px 10px 0;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
  color: #787878;
  background-color: #CF1F3A;
  border-color: #CF1F3A;
  color: #fff; }

.page-template-page-produtos .page-title .row-parallax-bg:after {
  -webkit-mask-image: -webkit-gradient(linear, left 100%, left top, from(#0a456d), to(transparent));
  content: "";
  height: 120px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #0a456d; }

ul#menu-produtos {
  margin: 0 auto;
  margin-top: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  width: 60%; }

@media only screen and (max-width: 991px) {
  ul#menu-produtos {
    width: 80%; } }

ul#menu-produtos > li {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: none;
  padding: 4px; }

ul#menu-produtos li a {
  background: transparent;
  font-size: 14px;
  font-family: "Nunito", sans-serif; }

ul#menu-produtos li a:first-letter {
  text-transform: lowercase; }

ul#menu-produtos li a:hover {
  color: #0a456d;
  background: rgba(255, 255, 255, 0.9); }

#scrollUp {
  bottom: 20px;
  right: 20px;
  transition: background 200ms linear;
  -webkit-backface-visibility: hidden;
  font-size: 16px; }

#scrollUp .btn {
  background: rgba(8, 54, 86, 0.8);
  letter-spacing: normal;
  padding: 0;
  border-radius: 0;
  width: 40px;
  height: 38px; }

#scrollUp .btn:hover,
#scrollUp .btn:focus,
#scrollUp .btn:active,
#scrollUp .btn.active {
  background: rgba(8, 54, 86, 0.9) !important; }

#scrollUp i {
  font-size: 26px;
  color: #FFF;
  padding: 5px;
  margin: 0;
  line-height: 26px;
  display: block; }

.section-produto {
  min-height: calc(100vh - 80px); }

section.section-produto .section-content {
  padding: 45px !important; }

@media only screen and (max-width: 600px) {
  section.section-produto .section-content {
    padding: 25px !important; } }

.team-image img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.9; }

/* BUTTON SHAKE - HEADER SEARCH AND NEWSLETTER WIDGET */
.animated.BeanButtonShake {
  opacity: 1 !important;
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -ms-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-name: BeanButtonShake;
  -moz-animation-name: BeanButtonShake;
  -o-animation-name: BeanButtonShake;
  animation-name: BeanButtonShake;
  -webkit-animation-iteration-count: 5;
  -moz-animation-iteration-count: 5;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s; }

@-webkit-keyframes BeanButtonShake {
  2%, 6% {
    -webkit-transform: translateX(3px); }
  4%, 8% {
    -webkit-transform: translateX(-3px); }
  10%, 100% {
    -webkit-transform: translateX(0px); } }

@-moz-keyframes BeanButtonShake {
  0%, 100% {
    -moz-transform: translateX(0); }
  2%, 6% {
    -moz-transform: translateX(3px); }
  4%, 8% {
    -moz-transform: translateX(-3px); }
  10%, 100% {
    -moz-transform: translateX(0px); } }

@-o-keyframes BeanButtonShake {
  2%, 6% {
    -o-transform: translateX(3px); }
  4%, 8% {
    -o-transform: translateX(-3px); }
  10%, 100% {
    -o-transform: translateX(0px); } }

@keyframes BeanButtonShake {
  2%, 6% {
    transform: translateX(3px); }
  4%, 8% {
    transform: translateX(-3px); }
  10%, 100% {
    transform: translateX(0px); } }

@keyframes twoPulse {
  2%, 6% {
    transform: scale3d(1, 1, 1); }
  4%, 8% {
    transform: scale3d(1.05, 1.05, 1.05); }
  10%, 100% {
    transform: scale3d(1, 1, 1); } }

.twoPulse {
  opacity: 1 !important;
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -ms-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-name: twoPulse;
  -moz-animation-name: twoPulse;
  -o-animation-name: twoPulse;
  animation-name: twoPulse;
  -webkit-animation-iteration-count: 5;
  -moz-animation-iteration-count: 5;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s; }

.modal-backdrop {
  z-index: 9; }

.modal-dialog {
  margin-top: 80px; }

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 400px; } }

.modal-content {
  border-radius: 0px;
  border: none;
  padding: 15px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }
  .modal-content label {
    color: #fff !important; }
  .modal-content #telefone {
    max-width: 200px; }

.modal-header {
  border-bottom: none; }
  .modal-header .title {
    margin-bottom: 0; }
  .modal-header button.close {
    float: none;
    position: absolute;
    right: 20px;
    z-index: 999;
    color: #fff;
    opacity: 0.5;
    margin-top: -15px !important; }
    .modal-header button.close:hover {
      opacity: 0.8; }
  .modal-header .modal-title {
    font-size: 22px;
    font-family: "Nunito", sans-serif;
    text-transform: uppercase;
    font-weight: 400; }
    .modal-header .modal-title .app {
      display: inline-block;
      font-weight: 800; }
      .modal-header .modal-title .app:first-letter {
        text-transform: lowercase; }

.modal-footer {
  border: none;
  padding-top: 0; }

.page-template-page-produtos .colored-bg .form-control:focus {
  border-color: #999; }

#navbar.stick .navigation-menu > li:hover > a, #navbar.stick .navigation-menu > li.active > a {
  color: #ffffff; }

.alert {
  padding: 25px 50px; }

.alert.alert-success {
  background-color: #093f64; }

.frm_error_style {
  background: #BA153B;
  padding: 5px 10px;
  margin-bottom: 15px; }

.frm_error_style p {
  margin-bottom: 0; }

.frm_error {
  background: #BA153B;
  padding: 5px 10px; }

.frm_message {
  background: rgba(255, 255, 255, 0.2);
  padding: 20px;
  margin-bottom: 30px; }

.frm_message p {
  margin-bottom: 0; }

@media (max-width: 1199px) and (min-width: 991px) {
  #navbar .navigation-menu > li > a {
    padding-left: 0; } }

@media (max-width: 767px) {
  ul.social-list {
    position: relative; } }

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important; }

#footer .textwidget a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px !important; }

a.status:hover {
  color: inherit !important;
  cursor: default !important; }
