/* */
@font-face {
  font-family: "BlocklynGrunge";
  src: url(fonts/Blocklyn/Webfonts/BlocklynGrunge.eot);
  src: url(fonts/Blocklyn/Webfonts/BlocklynGrunge.eot?#iefix) format("embedded-opentype"),url(fonts/Blocklyn/Webfonts/BlocklynGrunge.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap
}


@font-face {
  font-family: "BlocklynGrungeItalic";
  src: url(fonts/Blocklyn/Webfonts/BlocklynGrunge-Italic.eot);
  src: url(fonts/Blocklyn/Webfonts/BlocklynGrunge-Italic.eot?#iefix) format("embedded-opentype"),url(fonts/Blocklyn/Webfonts/BlocklynGrunge-Italic.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap
}


@font-face {
  font-family: "LeagueGothic";
  src: url(fonts/LeagueGothic/LeagueGothic-Condensed.woff2) format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap
}

.fonteNova {
  font-family: "BlocklynGrunge",sans-serif;
}

.fonteNovaItalico {
  font-family: "BlocklynGrungeItalic",sans-serif;
}

.fonteNovaCondensed {
  font-family: "LeagueGothic",sans-serif;
}




/* ANIMAÇÃO DE ROTAÇÃO - starts here */
[data-aos='rotate-round'] {
  transform: rotate(-360deg);
  transition-property: transform;
}
/*  Animation ends here */
[data-aos='rotate-round'].aos-animate {
  transform: rotate(0deg);
}




.body[data-aos-duration='225'] [data-aos],[data-aos][data-aos][data-aos-duration='225']{
  transition-duration: 225ms;
  }




body {
  font-family: "Open Sans", sans-serif;
  color: rgb(68, 68, 68);
  background-color: #000000;
}

a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

a:hover {
  color: #2290ce;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Raleway, sans-serif;
}

.whats-btn-fixed {
  position: fixed;
  bottom: 3.5rem;
  right: 1rem;
  width: 200px;
  height: 45px;
  z-index: 999;
  background-color: #1c4487;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #698ac2;
  text-align: center;
}


.whats-btn-fixed2 {
  position: relative;
  width: 100px;
  height: 70px;
  z-index: 999;
  background-color: #1c4487;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #698ac2;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}


.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: rgb(184, 117, 0);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s ease 0s;
}

.back-to-top i {
  font-size: 28px;
  color: rgb(255, 255, 255);
  line-height: 0;
}

.back-to-top:hover {
  background: rgb(62, 155, 221);
  color: rgb(255, 255, 255);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

#preloader {
  position: fixed;
  inset: 0px;
  z-index: 9999;
  overflow: hidden;
  background: rgb(255, 255, 255);
  
}

#preloader::before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border-width: 6px;
  border-style: solid;
  border-color: rgb(255, 255, 255) rgb(7, 44, 107);
  border-image: initial;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: 1s linear 0s infinite normal none running animate-preloader;
  background-image: ('../../imagens/ico_Ball.png');
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  /* margin: -75px 0 0 -75px; */
  /* border: 16px solid #c1c1c1; */
  border-radius: 50%;
  /* border-top: 16px solid #4e73df; */
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@keyframes animate-preloader {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
  }
}

#header {
  /* transition: all 0.5s ease 0s; */
  /* background: linear-gradient(90deg, rgb(179 77 8 / 0%) 5%, rgb(179 77 8 / 0%) 53%, rgb(179 77 8 / 0%) 95%); */
  /* z-index: 997; */
  /* padding: 5px 0px; */
  /* border-bottom: 1px solid rgb(254, 223, 207); */
}

#header.header-scrolled {
  box-shadow: rgba(18, 66, 101, 0.08) 0px 2px 15px;
}

#header .logo {
  font-size: 28px;
  margin: 0px;
  padding: 0px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: Poppins, sans-serif;
}

#header .logo a {
  color: rgb(22, 80, 123);
}

#header .logo img {
  max-height: 40px;
  zoom: 200%; }

@media (max-width: 992px) {
  #header .logo {
      font-size: 28px;
      margin-left: 80px;
  }

  #header .logo img {
      zoom: 160%; }
}

.navbar {
  padding: 0px;
}

.navbar ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px 10px 30px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  transition: all 0.3s ease 0s;
  font-weight: 600;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: rgb(242, 183, 63);
  font-weight: 600;
}

.navbar .getstarted, .navbar .getstarted:focus {
  background: rgb(36, 135, 206);
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: rgb(255, 255, 255);
}

.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: rgb(255, 255, 255);
  background: rgb(49, 148, 219);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0px;
  padding: 10px 0px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: rgb(255, 255, 255);
  box-shadow: rgba(127, 137, 161, 0.25) 0px 0px 30px;
  transition: all 0.3s ease 0s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: rgb(36, 135, 206);
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0px;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0px;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
      left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
      left: -100%;
  }
}

.mobile-nav-toggle {
  color: rgb(255, 255, 255);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: all 0.5s ease 0s;
}

.mobile-nav-toggle.bi-x {
  color: rgb(255, 255, 255);
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
      display: block;
  }

  .navbar ul {
      display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  inset: 0px;
  background: rgb(179, 77, 8);
  transition: all 0.3s ease 0s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  inset: 55px 5px 5px;
  padding: 10px 0px;
  overflow-y: auto;
  transition: all 0.3s ease 0s;
  background: url("../../imagens/abelhas2_transp.png") 0% 0% / cover;
}

.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: rgb(255, 255, 255);
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: rgb(249, 159, 0);
}

.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0px;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: rgb(255, 255, 255);
  box-shadow: rgba(127, 137, 161, 0.25) 0px 0px 30px;
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: rgb(36, 135, 206);
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

#hero {
  width: 100%;
  height: 100vh;
  background: url("") center top / cover rgb(0, 0, 0);
  position: relative;
  max-height: 693px;
}

#hero::before {
  content: "";
  background: rgba(255, 255, 255, 0);
  position: absolute;
  inset: 0px;
}

#hero .container {
  padding-top: 80px;
}

#hero h1 {
  margin: 0px;
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
  color: rgb(249, 159, 0);
  font-family: Poppins, sans-serif;
  text-shadow: rgba(0, 0, 0, 0.43) 3px 3px 4px;
}

#hero h2 {
  color: rgb(255, 255, 255);
  margin: 10px 0px 0px;
  font-size: 22px;
  text-shadow: rgba(0, 0, 0, 0.48) 2px 2px 2px;
}

#hero .btn-get-started {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: all 0.5s ease 0s;
  margin-top: 30px;
  color: rgb(255, 255, 255);
  background: rgb(36, 135, 206);
}

#hero .btn-get-started:hover {
  background: rgb(49, 148, 219);
}

#hero .icon-boxes {
  margin-top: 100px;
}

#hero .icon-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out 0s;
  border-radius: 8px;
  z-index: 1;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.31) 6px 9px 0.5rem 3px !important;
}

#hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.2rem;
  color: rgb(0, 0, 0);
}

#hero .icon-box .title a {
  color: rgb(18, 66, 101);
  transition: all 0.3s ease 0s;
}

#hero .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0px;
}

#hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out 0s;
  font-size: 36px;
  line-height: 1;
  color: rgb(36, 135, 206);
}

#hero .icon-box:hover {
  transform: scale(1.08);
}

#hero .icon-box:hover .title a {
  color: rgb(36, 135, 206);
}

@media (min-width: 1024px) {
  #hero {
      background-attachment: fixed;
  }
}

@media (max-height: 800px) {
  #hero {
      height: 650px;
  }
}

@media (max-width: 992px) {
  #hero {
      /* height: auto; */
      max-height: 550px;
  }

  #hero h1 {
      font-size: 28px;
      line-height: 36px;
  }

  #hero h2 {
      font-size: 18px;
      line-height: 24px;
  }
}

section {
  overflow: hidden;
}

.section-bg {
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 3.1rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 0px;
  color: rgb(97, 97, 97);
}

.section-title p {
  margin-bottom: 0px;
  font-size: 16px;
  color: rgb(68, 68, 68);
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0px;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 20px;
  color: rgb(36, 135, 206);
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0px;
}

.about .content .btn-learn-more {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  transition: all 0.3s ease 0s;
  line-height: 1;
  color: rgb(255, 255, 255);
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid rgb(249, 159, 0);
  border-radius: 20px;
  background-color: rgb(249, 159, 0);
  text-transform: uppercase;
}

.about .content .btn-learn-more:hover {
  background: rgb(249, 159, 0);
  color: rgb(255, 255, 255);
  text-decoration: none;
  border: 2px solid rgb(249, 159, 0);
}

.counts {
  padding: 30px 0px 0px;
  background-color: rgb(254, 223, 207);
}

.counts .count-box {
  width: 100%;
  text-align: center;
}

.counts .count-box span {
  /* font-size: 48px; */
  line-height: 48px;
  display: block;
  font-weight: 700;
  color: rgb(25, 27, 39);
  margin: auto;
  /* text-shadow: rgb(255, 255, 255) 1px 1px 1px; */
}

.counts .count-box p {
  padding: 8px 0px 0px;
  font-family: Tahoma, sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  color: rgb(185, 85, 71);
}

.about-video .content {
  font-size: 15px;
}

.about-video .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: rgb(18, 66, 101);
}

.about-video .content ul {
  list-style: none;
  padding: 0px;
}

.about-video .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.about-video .content ul i {
  font-size: 24px;
  color: rgb(36, 135, 206);
  position: absolute;
  left: 0px;
  top: -2px;
}

.about-video .content p:last-child {
  margin-bottom: 0px;
}

.about-video .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(rgb(36, 135, 206) 50%, rgba(36, 135, 206, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about-video .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid rgb(255, 255, 255);
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.about-video .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation: 2s ease 0s infinite normal none running pulsate-btn;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(36, 135, 206, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about-video .play-btn:hover::after {
  border-left: 15px solid rgb(36, 135, 206);
  transform: scale(20);
}

.about-video .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0px;
  height: 0px;
  border-right: none;
  border-image: initial;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid rgb(255, 255, 255);
  z-index: 200;
  animation: auto ease 0s 1 normal none running none;
  border-radius: 0px;
}

@keyframes pulsate-btn {
  0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
  }

  100% {
      transform: scale(1, 1);
      opacity: 0;
  }
}

.clients {
  padding: 15px 0px;
  text-align: center;
  background-color: rgb(255, 255, 255);
}

.clients img {
  max-width: 90%;
  transition: all 0.4s ease-in-out 0s;
  display: inline-block;
  margin: 15px;
  border: 1px solid;
  box-shadow: rgba(0, 0, 0, 0.13) 6px 9px 0.5rem 3px !important;
}

.clients img:hover {
  filter: none;
  transform: scale(1.35);
}

@media (max-width: 768px) {
  .clients img {
      max-width: 60%;
  }
}

.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0px auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0px 5px;
  color: rgb(17, 17, 17);
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgb(153, 153, 153);
  margin: 0px;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgb(201, 227, 245);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0px 15px 35px;
  padding: 20px;
  background: rgb(243, 249, 253);
  position: relative;
  border-radius: 6px;
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 20px solid rgb(243, 249, 253);
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgb(255, 255, 255);
  opacity: 1;
  border: 1px solid rgb(36, 135, 206);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgb(36, 135, 206);
}

.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px;
  transition: all 0.3s ease-in-out 0s;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.12) 6px 9px 0.5rem 3px !important;
}

.services .icon-box .icon {
  margin: 0px auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: all 0.5s ease 0s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0px;
  left: 0px;
}

.services .icon-box .icon svg path {
  transition: all 0.5s ease 0s;
  fill: rgb(245, 245, 245);
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0px 15px;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: rgb(18, 66, 101);
  transition: all 0.3s ease-in-out 0s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0px;
}

.services .icon-box:hover {
  border-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 35px 0px;
}

.services .iconbox-blue i {
  color: rgb(71, 174, 255);
}

.services .iconbox-blue:hover .icon i {
  color: rgb(255, 255, 255);
}

.services .iconbox-blue:hover .icon path {
  fill: rgb(71, 174, 255);
}

.services .iconbox-orange i {
  color: rgb(255, 167, 110);
}

.services .iconbox-orange:hover .icon i {
  color: rgb(255, 255, 255);
}

.services .iconbox-orange:hover .icon path {
  fill: rgb(255, 167, 110);
}

.services .iconbox-pink i {
  color: rgb(232, 3, 104);
}

.services .iconbox-pink:hover .icon i {
  color: rgb(255, 255, 255);
}

.services .iconbox-pink:hover .icon path {
  fill: rgb(232, 3, 104);
}

.services .iconbox-yellow i {
  color: rgb(255, 187, 44);
}

.services .iconbox-yellow:hover .icon i {
  color: rgb(255, 255, 255);
}

.services .iconbox-yellow:hover .icon path {
  fill: rgb(255, 187, 44);
}

.services .iconbox-red i {
  color: rgb(255, 88, 40);
}

.services .iconbox-red:hover .icon i {
  color: rgb(255, 255, 255);
}

.services .iconbox-red:hover .icon path {
  fill: rgb(255, 88, 40);
}

.services .iconbox-teal i {
  color: rgb(17, 219, 207);
}

.services .iconbox-teal:hover .icon i {
  color: rgb(255, 255, 255);
}

.services .iconbox-teal:hover .icon path {
  fill: rgb(17, 219, 207);
}

.cta {
  background: 0% 0% / cover rgb(36, 135, 206);
  padding: 60px 0px;
}

.cta h3 {
  color: rgb(255, 255, 255);
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: rgb(255, 255, 255);
}

.cta .cta-btn {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 5px;
  transition: all 0.5s ease 0s;
  margin-top: 10px;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.cta .cta-btn:hover {
  background: rgb(255, 255, 255);
  color: rgb(36, 135, 206);
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  margin: 0px auto 35px;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: rgb(68, 68, 68);
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out 0s;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: rgb(249, 159, 0);
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0px;
}

.portfolio .portfolio-wrap {
  transition: all 0.3s ease 0s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(36, 135, 206, 0.6);
  position: absolute;
  inset: 30px;
  transition: all 0.3s ease-in-out 0s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0px;
  text-align: center;
  z-index: 3;
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgb(255, 255, 255);
  border-left: 3px solid rgb(255, 255, 255);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgb(255, 255, 255);
  border-right: 3px solid rgb(255, 255, 255);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgb(255, 255, 255);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0px 2px;
  font-size: 28px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: rgb(255, 255, 255);
}

.portfolio .portfolio-wrap:hover::before {
  inset: 0px;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgb(255, 255, 255);
  opacity: 1;
  border: 1px solid rgb(36, 135, 206);
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgb(36, 135, 206);
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: rgba(18, 66, 101, 0.08) 0px 0px 30px;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(238, 238, 238);
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0px;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0px;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 10px;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 40px;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s ease 0s;
  color: rgb(18, 66, 101);
  margin: 0px 10px;
  display: inline-block;
}

.team .member .social a:hover {
  color: rgb(36, 135, 206);
}

.team .member .social i {
  font-size: 18px;
  margin: 0px 2px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 1.15rem;
  color: rgb(93, 93, 93);
}

.team .member .member-info span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: rgb(70, 70, 70);
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: rgb(119, 119, 119);
}

.team .member:hover .social {
  opacity: 1;
}

.pricing .box {
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background: rgb(254, 254, 254);
  box-shadow: rgba(110, 123, 131, 0.1) 0px 5px 90px 0px;
}

.pricing .box h3 {
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgb(18, 66, 101);
}

.pricing .box h4 {
  font-size: 42px;
  color: rgb(36, 135, 206);
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: rgb(186, 186, 186);
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0px;
  list-style: none;
  color: rgb(18, 66, 101);
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul .na {
  color: rgb(204, 204, 204);
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 4px;
  color: rgb(36, 135, 206);
  font-size: 14px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  border: 2px solid rgb(36, 135, 206);
}

.pricing .box .btn-buy:hover {
  background: rgb(36, 135, 206);
  color: rgb(255, 255, 255);
}

.pricing .featured {
  background: rgb(36, 135, 206);
}

.pricing .featured h3, .pricing .featured h4, .pricing .featured h4 span, .pricing .featured ul, .pricing .featured ul .na {
  color: rgb(255, 255, 255);
}

.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .featured .btn-buy {
  color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
}

.pricing .featured .btn-buy:hover {
  background: rgb(255, 255, 255);
  color: rgb(36, 135, 206);
}

.faq .faq-list {
  padding: 0px 100px;
}

.faq .faq-list ul {
  padding: 0px;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: rgb(255, 255, 255);
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0px 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0px;
  left: 20px;
  color: rgb(135, 193, 234);
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.faq .faq-list p {
  margin-bottom: 0px;
  padding: 10px 0px 0px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: rgb(52, 58, 64);
}

.faq .faq-list a.collapsed:hover {
  color: rgb(36, 135, 206);
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
      padding: 0px;
  }
}

.contact .info {
  width: 100%;
}

.contact .info i {
  color: rgb(244, 241, 237);
  float: left;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out 0s;
}

.contact .info h4 {
  padding: 0px 0px 0px 60px;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 5px;
  color: rgb(244, 241, 237);
}

.contact .info p {
  padding: 0px 0px 0px 60px;
  margin-bottom: 0px;
  font-size: 14px;
  color: rgb(255, 255, 255);
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: rgb(249, 159, 0);
  color: rgb(255, 255, 255);
}

.contact .php-email-form {
  width: 100%;
  background: rgb(255, 255, 255);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: rgb(255, 255, 255);
  background: rgb(237, 60, 13);
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: rgb(255, 255, 255);
  background: rgb(24, 210, 110);
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: rgb(255, 255, 255);
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0px 10px -6px 0px;
  border-width: 3px;
  border-style: solid;
  border-color: rgb(238, 238, 238) rgb(24, 210, 110) rgb(24, 210, 110);
  border-image: initial;
  animation: 1s linear 0s infinite normal none running animate-loading;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: rgb(36, 135, 206);
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: rgb(36, 135, 206);
  border: 0px;
  padding: 10px 30px;
  color: rgb(255, 255, 255);
  transition: all 0.4s ease 0s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: rgb(49, 148, 219);
}

@keyframes animate-loading {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

.breadcrumbs {
  padding: 15px 0px;
  background: rgb(248, 251, 254);
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
      margin-top: 58px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgb(26, 94, 144);
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
      display: block !important;
  }

  .breadcrumbs ol {
      display: block;
  }

  .breadcrumbs ol li {
      display: inline-block;
  }
}

#footer {
  color: rgb(101, 101, 101);
  font-size: 14px;
  background: rgb(0, 0, 0);
  box-shadow: rgba(18, 66, 101, 0.08) 0px 2px 15px;
}

#footer .footer-top {
  padding: 60px 0px 30px;
  background: rgb(0, 0, 0);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  margin: 0px 0px 10px;
  padding: 2px 0px;
  line-height: 1;
  font-weight: 300;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: rgb(169, 166, 166);
  text-shadow: rgb(0, 0, 0) 3px 3px 3px;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  position: relative;
  padding-bottom: 12px;
  text-shadow: rgb(0, 0, 0) 3px 3px 2px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: rgb(249, 159, 0);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0px;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0px;
}

#footer .footer-top .footer-links ul a {
  color: rgb(169, 166, 166);
  transition: all 0.3s ease 0s;
  display: inline-block;
  line-height: 1;
  text-shadow: rgb(0, 0, 0) 2px 2px 2px;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: rgb(249, 159, 0);
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: rgb(68, 68, 68);
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: rgb(255, 255, 255);
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid rgb(205, 229, 246);
}

#footer .footer-newsletter form input[type="email"] {
  border: 0px;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0px;
  font-size: 16px;
  padding: 0px 20px 2px;
  background: rgb(36, 135, 206);
  color: rgb(255, 255, 255);
  transition: all 0.3s ease 0s;
  border-radius: 0px 5px 5px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 15px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: rgb(49, 148, 219);
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: rgb(68, 68, 68);
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgb(54, 54, 54);
  color: rgb(255, 255, 255);
  line-height: 1;
  padding: 8px 0px;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: all 0.3s ease 0s;
}

#footer .social-links a:hover {
  background: rgb(249, 159, 0);
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.bgGradiente {
}

.img-fluid2 {
  max-width: 40%;
  height: auto;
  margin-top: 20px;
  border-radius: 8px;
}

#contact {
  position: relative;
  /* min-height: 600px; */
  /* background: url("../../imagens/sombra_jogadores.png"); */
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-learn-more2 {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  transition: all 0.3s ease 0s;
  line-height: 1;
  color: rgb(255, 255, 255);
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #072c6b;
  border-radius: 30px;
  background-color: #072c6b;
  text-transform: uppercase;
}

.btn-learn-more3 {
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    transition: all 0.3s ease 0s;
    line-height: 1;
    color: #072c6b;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #072c6b;
    border-radius: 30px;
    background-color: #ffffff;
    text-transform: uppercase;
}

@media (max-width: 1299px) {
  #contact {
      background-position-y: 0px;
  }

  .colmeiaCinza {
      background: none;
  }

  .colmeiaCinzaInvertida {
      background: none;
  }
}

@media (min-width: 1300px) {
  .row {
      flex-wrap: nowrap;
  }

  .colmeiaCinza {
      background: url("../../imagens/colmeiaCinzaLarga4.png") 0% 0% / cover no-repeat;
  }
}

.member2 {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border: 3px solid rgb(255, 255, 255);
  border-radius: 40px;
  width: 100%;
  height: 200px;
}

.member-info2 {
  color: rgb(255, 255, 255);
  margin-top: 30px;
}

@media (max-width: 1399px) {
  .counts .count-box p {
      padding: 8px 0px 0px;
      font-family: Tahoma, sans-serif;
      font-weight: 500;
      font-size: 1.8rem;
      color: rgb(185, 85, 71);
  }
}

.idealizadora {
  margin: 2px;
}

@media (max-width: 991px) {
  .imagemAbelha {
      max-width: 65%;
      border-radius: 8px;
  }

  .barraTrajetoria {
      visibility: visible;
      height: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1999px) {
  .imagemAbelha {
      max-width: 80%;
      border-radius: 8px;
  }

  .barraTrajetoria .linhaColorida {
      visibility: visible;
      height: 100%;
  }
}

.trajetoria {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  background-color: #eceff1;
  border-radius: 40px;
  /* padding: 10px 10px 10px 10px; */
  margin-top: 20px;
}

.trajetoria-info {
  color: rgb(255, 255, 255);
  margin-top: 30px;
}

.imgTrajetoria {
  max-width: 100%;
  height: auto;
  /* margin-top: 10px; */
  border-radius: 30px;
  margin-bottom: 0px;
}

@media (max-width: 1199px) {
  .sectionContainer {
      width: 100%;
  }
}

@media (min-width: 1200px) {
  .sectionContainer {
      width: 1320px;
  }
}












































<template id="playPauseButton"></template>




  .playPauseButton {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: rgba(17,23,29,.4);
    transition: opacity 0.2s ease-out;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .loadingIndicator {
    width: 48px;
    height: 48px;
    position: absolute;
  }
  .loadingIndicator path {
    stroke-dasharray: 175;
    stroke-dashoffset: 350;
    animation: dash 5s linear forwards;
    animation-iteration-count: infinite;
  }
  @keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
  }
  
  
  <template id="seekBar"></template>
  
  .videoSeek {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    background: linear-gradient(0, rgba(17,23,29,.4) 0%, transparent 100%);
    color: white;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .soundButton {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 24px;
    cursor: pointer;
  }

  .soundOnSvg,
  .soundMutedSvg {
    color: white;
  }

  .soundMutedSvg {
    display: none;
  }

  .videoSeekBarContainer {
    position: relative;
    flex-grow: 1;
  }

  .videoSeekBar {
    position: absolute;
    top: calc(50% - 2px);
    left: 22px;
    right: 22px;
    height: 4px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
  }

  .videoSeekBarCurrent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: white;
    border-radius: 4px;
  }

  .videoSeekInput {
    position: relative;
    display: block;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 16px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    direction: ltr;
  }

  .videoSeekInput:hover {
    cursor: pointer;
  }

  .videoSeekInput:active {
    cursor: grabbing;
  }

  /* chrome, safari */
  .videoSeekInput::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 14px solid transparent;
    border-radius: 100%;
    background-clip: content-box;
    background-color: white;
    filter: drop-shadow(0 0 1px black);
    opacity: 1;
  }

  .videoSeekInput:active::-webkit-slider-thumb {
    transform: scale(1.25);
  }

  /* firefox */
  .videoSeekInput::-moz-focus-outer {
    border: none;
  }

  .videoSeekInput::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 14px solid transparent;
    border-radius: 100%;
    background-clip: content-box;
    background-color: white;
    filter: drop-shadow(0 0 1px black);
    opacity: 1;
  }

  .videoSeekInput:active::-moz-range-thumb {
    transform: scale(1.25);
  }
    .footer-overflow-container {
        overflow-x: auto;
        display: flex;
        background-color: #000000;
    }

    .footer-container {
        flex-grow: 1;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 16px;
    }

    .footer-pill-link {
        appearance: none;
        text-decoration: none;
    }

    .footer-pill {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        border-radius: 1000px;
        border: none;
        background: none;
        padding: 8px 12px;
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
        white-space: nowrap;
        text-decoration: none;
        font-weight: 600;
        font-style: normal;
        font-size: calc(13px * var(--rfso, var(--bfso, 1)));
        color: #ffffff;
        transition: background-color 0.2s;
    }
    .footer-pill:hover {
        cursor: pointer;
    }
    .footer-pill + .footer-pill {
        margin-left: 8px;
    }

    .footer-pill-primary {
        position: relative;
        z-index: 1;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .footer-pill-primary:hover > .footer-pill-primary-background {
        opacity: 1;
    }

    .footer-pill-primary-background {
        position: absolute;
        z-index: -1;
        border-radius: 1000px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #00C4CC 0%, #7D2AE8 100%);
        opacity: 0;
        overflow: hidden;
        transition: opacity 0.2s;
    }

    /* Subtle wipe effect */
    .footer-pill-primary-background::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: linear-gradient(to right, rgba(125, 42, 232, 0) 0%, #1a1a1a calc(50px + 20%), #1a1a1a 100%);
        transform: translateX(0);
        transition: transform 0.7s;
    }
    .footer-pill-primary:hover > .footer-pill-primary-background::after {
        transform: translateX(110%);
    }

    .footer-pill-primary-background > svg {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform-origin: center;
        transform: translateY(-50%);
        width: 100%;
    }

    .animation-container {
        animation: spin linear 12s infinite;
        animation-play-state: paused;
    }
    .footer-pill-primary:hover > .footer-pill-primary-background .animation-container {
        animation-play-state: running;
    }

    .footer-pill-secondary {
        background-color: rgba(255, 255, 255, 0);
    }
    .footer-pill-secondary:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }
    .footer-pill-secondary:active, .footer-pill-secondary.active {
        background-color: rgba(255, 255, 255, 0.15)
    }

    .inline-icon {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }
    .inline-icon > svg {
        fill: rgba(218, 218, 218, 1);
    }

    .inline-icon-logo {
        display: inline-block;
        height: 16px;
        margin-left: 5px;
    }
    .inline-icon-logo > svg {
        height: 100%;
    }

    .modal-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        transition: opacity 0.35s, visibility 0.35s;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    .modal-backdrop.active {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .report-form-modal {
        display: block;
        box-sizing: border-box;
        position: absolute;
        left: 16px;
        width: 367px; /* min width for the gcaptcha to fit*/
        transform: translate3d(0, calc(-100% + 24px), 0);
        z-index: 10000;
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
        background-color: #ffffff;
        border-radius: 8px;
        margin: 0;
        box-shadow: 0px 2px 18px 0px rgba(14, 19, 24, 0.25), 0px 0px 1px 0px rgba(14, 19, 24, 0.02);
        transition-duration: 0.35s;
        transition-property: opacity, transform, visibility;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    .report-form-modal.active {
        transform: translate3d(0, calc(-100% + 8px), 0);
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .form-content {
        margin: 32px;
        outline-offset: 34px;
    }

    .form-content > * {
        margin: 16px 0;
    }

    .form-title {
        font-size: calc(24px * var(--rfso, var(--bfso, 1)));
        font-weight: 700;
    }

    .form-body {
        font-size: calc(14px * var(--rfso, var(--bfso, 1)));
        font-weight: 400;
        color: rgba(14, 19, 24, 0.7);
    }

    .form-body-bold {
        font-size: calc(14px * var(--rfso, var(--bfso, 1)));
        font-weight: 600;
        line-height: 22.4px;
        color: rgba(14, 19, 24, 1);
    }

    .form-radio-input {
        display: grid;
        grid-template-columns: 24px auto;
        grid-template-rows: auto;
        grid-template-areas:
          "radio-button radio-label"
          ". radio-description"
    }
    .form-radio-input:hover {
        cursor: pointer;
    }

    .radio-button-input {
        opacity: 0;
        margin: 0;
        width: 0;
        height: 0;
    }

    .radio-button {
        align-self: flex-start;
        grid-area: radio-button;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 4px 8px 0 0;
        vertical-align: middle;
        border-radius: 50%;
        box-shadow: inset 0 0 0 1px rgba(53, 71, 90, .2);
        outline: none;
        background-color: #ffffff;
        flex-shrink: 0;
    }
    .radio-button-input:checked + .radio-button {
        background: #fff;
        box-shadow: inset 0 0 0 5px #8b3dff;
        transition: box-shadow .1s ease-in-out, background-color .1s ease-in-out;
    }
    .form-radio-input:hover .radio-button-input:not(:checked) + .radio-button {
        box-shadow: inset 0 0 0 1px rgba(30, 41, 51, .45);
    }

    .radio-button-input + .radio-button::after {
        content: "";
        width: 6px;
        height: 6px;
        background-color: transparent;
        display: block;
        margin: 5px;
        border-radius: 50%;
    }
    .radio-button-input:checked + .radio-button::after {
        background-color: #ffffff;
        transition: background-color .1s ease-in-out;
    }

    .form-radio-label {
        grid-area: radio-label;
        font-size: calc(14px * var(--rfso, var(--bfso, 1)));
        font-weight: 600;
        line-height: 22.4px;
        color: rgba(14, 19, 24, 1);
    }

    .form-radio-desc {
        grid-area: radio-description;
        font-size: calc(12px * var(--rfso, var(--bfso, 1)));
        font-weight: 400;
        color: rgba(14, 19, 24, 0.7);
        margin: 0;
    }

    .g-recaptcha {
        width: 300px;
    }

    .form-buttons {
        margin-top: 32px;
        display: grid;
        grid-gap: 8px;
        grid-template-columns: auto auto;
        justify-content: flex-end;
    }

    .button {
        border: 2px solid transparent;
        box-sizing: border-box;
        background-color: rgba(64, 87, 109, 0.07);
        border-radius: 4px;
        color: #0e1318;
        cursor: pointer;
        display: inline-flex;
        height: 40px;
        margin: 0;
        max-width: 100%;
        min-width: 80px;
        width: 100%;
        padding: 0 6px;
        vertical-align: middle;
        align-items: center;
        justify-content: center;
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 1.6;
        outline-offset: 2px;
        transition: background-color 0.2s;
    }
    .button:hover {
        background-color: rgba(57, 76, 96, .15);
    }
    .button:active {
        background-color: rgba(53, 71, 90, .2);
    }

    .submit-button {
        border: 2px solid transparent;
        box-sizing: border-box;
        background-color: #7d2ae8;
        border-radius: 4px;
        color: #ffffff;
        cursor: pointer;
        display: inline-flex;
        height: 40px;
        margin: 0;
        max-width: 100%;
        min-width: 80px;
        width: 100%;
        padding: 0 6px;
        vertical-align: middle;
        align-items: center;
        justify-content: center;
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 1.6;
        outline-offset: 4px;
        transition: background-color 0.2s;
    }
    .submit-button:hover {
        background-color: #8d39fa;
    }
    .submit-button:active {
        background-color: #6718cf;
    }

    .button-text {
        font-size: calc(14px * var(--rfso, var(--bfso, 1)));
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        padding: 0 8px;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 600;
        transition: all 0.2s;
    }
    .submit-button.loading .button-text {
        visibility: hidden;
        opacity: 0;
    }

    .submit-button.loading::after {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        margin: auto;
        border: 4px solid transparent;
        border-top-color: #ffffff;
        border-radius: 50%;
        animation: spin 1s ease infinite;
    }

    .text-danger {
        text-align: left;
        margin: 4px 0 0;
        color: #f84856;
        font-size: calc(12px * var(--rfso, var(--bfso, 1)));
    }

    .a-link:visited {
        color: rgba(14, 19, 24, 0.7)
    }
    .a-link {
        text-decoration: underline;
        color: rgba(14, 19, 24, 0.7)
    }
    .a-link:hover {
        color: #7d2ae8;
    }

    @keyframes spin {
        from {
            transform: rotate(0turn);
        }

        to {
            transform: rotate(1turn);
        }
    }

    @supports selector(:focus-visible) {
        .radio-button-input:focus-visible + .radio-button {
            outline: auto;
        }

        .footer-pill-primary:focus-visible > .footer-pill-primary-background::after {
            transform: translateX(110%);
        }

        .footer-pill-primary:focus-visible > .footer-pill-primary-background {
            opacity: 1;
        }

        .footer-pill-primary:focus-visible > .footer-pill-primary-background .animation-container {
            animation-play-state: running;
        }
    }

    @supports not selector(:focus-visible) {
        .radio-button-input:focus + .radio-button {
            outline: auto;
        }

        .footer-pill-primary:focus > .footer-pill-primary-background::after {
            transform: translateX(110%);
        }

        .footer-pill-primary:focus > .footer-pill-primary-background {
            opacity: 1;
        }

        .footer-pill-primary:focus > .footer-pill-primary-background .animation-container {
            animation-play-state: running;
        }
    }

    /* stylelint-disable-next-line media-feature-name-disallowed-list */
    @media only screen and (max-width: 600px) {
        .modal-backdrop {
            background-color: rgba(14, 19, 24, 0.45);
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
        }

        .report-form-modal {
            width: 100%;
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 8px 8px 0 0;
            transform: translate3d(0, 33%, 0);
        }

        .report-form-modal.active {
            transform: translate3d(0, 0, 0);
        }

        .form-content {
            margin: 16px;
        }

        .form-buttons {
            display: grid;
            grid-gap: 8px;
            grid-template-columns: 1fr;
        }

        .submit-button {
            order: -1;
        }

        @supports (padding: env(safe-area-inset-bottom)) {
            .footer-container {
                padding: 16px 16px calc(16px + env(safe-area-inset-bottom)) 16px;
            }

            .form-content {
                margin: 16px 16px calc(16px + env(safe-area-inset-bottom)) 16px;
            }
        }
    }
    @media (prefers-reduced-motion) {
        .report-form-modal, .report-form-modal.active {
            transition-property: opacity, visibility;
            transform: translate3d(0, calc(-100% + 8px), 0);
        }
        @media only screen and (max-width: 600px) {
            .report-form-modal, .report-form-modal.active {
                transform: translate3d(0, 0, 0);
            }
        }
        .animation-container {
            animation-play-state: paused !important;
        }
        .footer-pill-primary-background::after {
            transform: translateX(0);
            opacity: 0;
            transition: opacity 0.7s;
        }
        .footer-pill-primary-background > svg {
            display: none;
        }
    }







    .pulse {
      position: relative;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      /* width: 50%; */
      /* height: 50%; */
      border-radius: 100px;
      /* background: linear-gradient(#01a6fd, #014468); */
      fill: #fff;
  }

  .pulse::before, .pulse::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 75%;
    background-color: #70a3bb;
    border-radius: 100px;
    z-index: -1;
    opacity: .6;
    animation: pulse 3s ease-out infinite;
}




@keyframes pulse {
    100%{
        transform: scale(2.5);
        opacity: 0;
    }
}

.pulse::after{
    animation-delay: 1s;
}








.backimgJogadores{
  background-image: url('imagens/sombra_2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 210px;
  background-position-x: 0px;
  background-size: 20%;
  min-width: 355px;
}

.quadroAzul{
  /*vertical-align: baseline;*/
  position: relative;
  background-color: #000000;
  /* height: 400px; */
  width: 85%;
  /* margin-left: 75px; */
  margin-bottom:5px;
  z-index: 10;
  align-content: baseline;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  min-width: 279px;
}

.imgPatrick{
  position: relative;
  zoom: 100%;
  max-width: 100%;
  min-width: 300px;
  /*top: -70px;*/
  z-index: 10;
}



.flags-fixed {
  position: fixed;
  top: 2.5em;
  right: 2.5rem;
  width: 80px;
  height: 80px;
  z-index: 999;
}






@media (min-width: 993px) {  
  .logoFlutuante{
    max-width: 170px;
    padding: 0px;
    z-index: 2000;
    position: relative;
    top: -300px;
  }
  .bandeiraFlutuante{
    max-width: 170px;
    padding: 0px;
    z-index: 2000;
    position: relative;
    top: -230px;
  }
  .services-sombra{
    background-color: #000000; */
    background-image: url(imagens/new03.jpg);
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    background-position-y: 2350px;
    background-position-x: -100px;
    min-height: 587px;
  }  
}

@media (max-width: 992px) {
  .logoFlutuante{
    max-width: 140px;
    padding: 0px;
    z-index: 2000;
    position: relative;
    top: -90px;
  }
  .bandeiraFlutuante{
    max-width: 170px;
    padding: 0px;
    z-index: 2000;
    position: relative;
    top: -90px;
  } 
  .services-sombra{
    background-color: #000000; */
    background-image: url(imagens/new03.jpg);
    /* background-repeat: no-repeat; */
    background-size: cover;
    /*background-position-y: 2350px;*/
    /*background-position-x: -100px;*/
    /*min-height: 600px;*/
  }  
}


.btn-youtube{
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  min-height: 40px;
  font-family: verdana, sans-serif;
}





#hero2:before {
  content: "";
  background: rgba(13, 20, 26, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


.teste{
  background-image: url(imagens/new01.jpg);
  background-position-y: 2350px;
  background-position-x: -100px;
  min-height: 600px;
}


.btn-get-started {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: all 0.5s ease 0s;
  margin-top: 30px;
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  border: none;
  width: 100%;
}

.btn-get-started:hover {
  background: rgb(213, 213, 213);
}

.backtextura{
 /* background-image: linear-gradient(to bottom, black 0%, #ffffffde 50%, #000 100%), url(/imagens/textura.jpg);*/
}