@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1.4;
  font-family: 'Nunito', sans-serif;
  -webkit-font-smoothing: antialiased;
}
#bodyBg {
  position: fixed;
  bottom: 0px;
  background: #4fbac5;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/VisaoSPO/Fundo_29.png)!important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
p {
  font-family: 'Nunito', sans-serif;
  color: #9a9a9a;
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
}
h4 {
  color: #a1a1a1a1;
}
::-webkit-scrollbar {
      width: 8px;
    }
    /* Track */
    ::-webkit-scrollbar-track {
      box-shadow: inset 0 0 5px grey; 
      border-radius: 10px;
    }
     
    /* Handle */
    ::-webkit-scrollbar-thumb {
      background: #f0895e; 
      border-radius: 10px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: #f0895e; 
    } 
   
/*=== MEDIA QUERY ===*/
.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all .3s ease-in 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
  color: #5aaede;
}

.btn-main, .btn-main-sm {
  background-color: #21D6BF;
  background-image: linear-gradient(100deg, #f9643d, #fe2a77);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 40px;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
}

.btn-main:hover, .btn-main-sm:hover {
  color: #fff;
}

.btn-main-sm {
  padding: 8px 20px;
  font-size: 12px;
}

.btn-transparent {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 10px 40px;
  text-transform: uppercase;
}

.btn-transparent:hover {
  color: #fff;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.btn:focus {
  color: #ddd;
}

#home {
  position: relative;
}

.section {
  padding: 0;
}

@media (max-width: 480px) {
  .section {
    padding: 40px 0;
  }
}

.padding-0 {
  padding: 0;
}

@media (max-width: 768px) {
  .padding-0 {
    padding: 0 15px;
  }
}

.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 40px 0;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

#preloader {
  background: #5aaede;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
}

.preloader {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.preloader .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.preloader .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.preloader .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.preloader .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.preloader .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.preloader .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.preloader .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.preloader .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.preloader .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.preloader .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.preloader .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.preloader .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.preloader .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.preloader .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.preloader .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.preloader .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.preloader .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.preloader .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.preloader .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.preloader .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.preloader .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.preloader .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.preloader .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.preloader .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

.title h2 {
  font-size: 35px;
  color: #232323;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-weight: 700;
}

.title h4 {
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 3.3px;
  text-transform: uppercase;
}

.title p {
  color: #848484;
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .title p {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .title p {
    width: 80%;
  }
}

.title .border {
  border: none;
  display: inline-block;
  border-radius: 3px;
  height: 6px;
  position: relative;
  width: 90px;
  margin-bottom: 10px;
}

.bg-gray {
  background: #f9f9f9;
}

.color-gray {
  color: #777;
}

.shadow {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.34);
}

.gradient, .title .border, .service-2 .service-item i {
  background-image: linear-gradient(100deg, #f9643d, #fe2a77);
}

.header-bradcrumb {
  background: transparent;
}

.header-bradcrumb a, .header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: 'Nunito', sans-serif;
}

.header-bradcrumb a:hover {
  color: #5aaede;
}

.slick-slide {
  outline: none;
}

.commonTab .nav-tabs {
  border: 1px solid transparent;
  text-align: center;
}

.commonTab .nav-tabs .nav-item {
  margin: 0 3px;
}

.commonTab .nav-tabs .nav-item .nav-link {
  background: #f9f9f9;
  color: #666;
  text-transform: capitalize;
  border-radius: 0;
}

.commonTab .nav-tabs .nav-item .nav-link.active {
  border: 1px solid #5aaede;
  background: #5aaede;
  color: #fff;
}

.commonTab .nav-tabs .nav-item .nav-link:hover {
  border: 1px solid #5aaede;
  border-radius: 0;
  background: #5aaede;
  color: #fff;
}

.commonTab .tab-content {
  padding-top: 30px;
}

.rev_slider_wrapper {
  height: calc(100vh - 80px) !important;
  margin-top: 80px;
}

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

.bg-pricing {
  background: url("../images/pricing-bg.jpg");
  background-size: cover;
}

.single-page-header {
  background: #5aaede;
  padding: 50px 0;
  text-align: center;
  color: #fff;
  position: relative;
  margin-top: 80px;
}

@media (max-width: 992px) {
  .single-page-header {
    margin-top: 60px;
  }
}

.single-page-header .breadcrumb {
  background: transparent;
  display: inline-block;
}

.single-page-header .breadcrumb li {
  display: inline-block;
}

.single-page-header .breadcrumb li a {
  color: #5aaede;
}

.navigation {
  transition: .3s all;
  background: #5aaede;
}

.navigation .navbar-nav > li.active a {
  color: #fff;
}

.navigation .navbar-nav > li > a {
  color: #707d8f;
  font-size: 15px;
  line-height: 26px;
  padding: 20px 15px !important;
  transition: .2s ease-in-out 0s;
}

@media (max-width: 480px) {
  .navigation .navbar-nav > li > a {
    padding: 8px 0 !important;
  }
}

@media (max-width: 768px) {
  .navigation .navbar-nav > li > a {
    padding: 8px 0 !important;
  }
}

.navigation .navbar-nav > li > a:hover, .navigation .navbar-nav > li > a:active, .navigation .navbar-nav > li > a:focus {
  background: none;
  color: #5aaede;
}

.navigation .navbar-toggler {
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  outline: none;
}

.navigation .nav .open > a {
  background: none;
}

.navigation .dropdown {
  padding: 0;
}

.navigation .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.navigation .dropdown .dropdown-item {
  padding: 8px 15px;
  color: #fff;
  font-size: 13px;
}

.navigation .dropdown .dropdown-item:hover {
  background: #5aaede;
  color: #ffffff;
  font-weight: bold;
}
.navigation .dropdown .dropdown-item:hover i {
  color: #f0895e;
}
.navigation .dropdown .dropdown-menu {
  border-radius: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background-color: #000;
  display: block;
  opacity: 0;
  transition: .3s ease;
  visibility: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transform-origin: top;
}

@media (max-width: 992px) {
  .navigation .dropdown .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: unset;
            transform-origin: unset;
  }
}

.navigation .dropdown .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

@media (max-width: 992px) {
  .navigation .dropdown .dropdown-menu.show {
    display: block;
  }
}

.navbar-brand {
  height: auto;
  padding: 8px 0;
}

.navbar-brand h1 {
  margin: 0;
}

.hero-area {
  padding: 150px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5aaede;
}

@media (max-width: 480px) {
  .hero-area {
    padding: 80px 0;
  }
}

.hero-area .block {
  color: #fff;
  padding-left: 30px;
}

@media (max-width: 480px) {
  .hero-area .block {
    padding: 0;
  }
}

.hero-area .block h2 {
  font-size: 48px;
  margin-bottom: 20px;
}

.hero-area .block p {
  color: #707d8f;
  margin-bottom: 20px;
}

.hero-area .block .list-inline {
  margin-top: 50px;
}

.hero-area .block .btn-main, .hero-area .block .btn-main-sm {
  margin-right: 8px;
}

.video-player iframe {
  width: 100%;
  height: 100%;
}

.video-player .play-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.video-player .play-icon i {
  margin-left: 3px;
  height: 80px;
  width: 80px;
  border-radius: 50px;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  background: #fff;
  color: #5aaede;
  line-height: 80px;
  font-size: 30px;
  margin-left: 5px;
}

.video-player .play-icon:hover i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.hero-area-video {
  height: 100vh;
  position: inherit !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-area-video .block {
  color: #fff;
  text-align: center;
}

.hero-area-video .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-area-video .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.hero-area-video .block .btn-main, .hero-area-video .block .btn-main-sm {
  margin-top: 20px;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

/*=================================================================
  About us section
==================================================================*/
.about {
  background: #fff;
}

.about h2 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 0;
}

@media (max-width: 992px) {
  .about h2 {
    font-size: 25px;
  }
}

.about h4 {
  font-size: 14px;
  color: #5aaede;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about p {
  line-height: 1.6;
  margin-top: 20px;
}

.about .content {
  padding: 50px 0;
}

@media (max-width: 992px) {
  .about .content {
    padding: 5px 0;
  }
}

/*=================================================================
  About us 2 section
==================================================================*/
.about-2 {
  background: #F7F7F7;
}

.about-2 h2 {
  position: relative;
}

.about-2 h2:before {
  position: absolute;
  left: -15%;
  top: 18px;
  content: '';
  display: inline-block;
  width: 12%;
  height: 3px;
  background-color: #ffa535;
  background-image: linear-gradient(100deg, #f9643d, #fe2a77);
  background-image: linear-gradient(100deg, #f9643d, #fe2a77);
}

@media (max-width: 768px) {
  .about-2 h2:before {
    display: none;
  }
}

/*=================================================================
 Call To Action 1
==================================================================*/
.call-to-action {
  padding: 100px 0;
  background: url("../images/call-to-action/call-to-action-bg-2.jpg");
  background-size: cover;
  color: #fff;
}

.call-to-action h2 {
  line-height: 1.5;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .btn-main, .call-to-action .btn-main-sm {
  margin-top: 20px;
}

/*=================================================================
 Call To Action 2
==================================================================*/
.call-to-action-2 {
  padding: 100px 0;
  background-image: url("../images/call-to-action/call-to-action-bg.jpg");
  background-size: cover;
  color: #fff;
}

.call-to-action-2 h2 {
  line-height: 1.5;
}

.call-to-action-2 p {
  color: #fff;
}

.call-to-action-2 .btn-main, .call-to-action-2 .btn-main-sm {
  margin-top: 20px;
}

/*=================================================================
  Contact
  ==================================================================*/
.contact-form {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .contact-form {
    margin-top: 20px;
  }
}

.contact-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #0c0c0c;
  height: 38px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  border-radius: 3px;
}

.contact-form input:hover,
.contact-form textarea:hover,
.contact-form #contact-submit:hover {
  border-color: #5aaede;
}

.contact-form #contact-submit {
  border: none;
  padding: 15px 0;
  width: 100%;
  margin: 0;
  background: #5aaede;
  color: #fff;
  border-radius: 0;
  cursor: pointer;
}

.contact-form textarea.form-control {
  padding: 10px;
  height: 120px !important;
  outline: none;
}

.contact-details .contact-short-info {
  margin-top: 15px;
}

.contact-details .contact-short-info li {
  margin-bottom: 6px;
}

.social-icon li {
  display: inline-block;
  margin-right: 10px;
}

.social-icon li a {
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #5aaede;
}

.social-icon li a i {
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  margin: 0;
}

.error {
  padding: 10px;
  color: #D8000C;
  border-radius: 2px;
  font-size: 14px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}

#error, #success {
  display: none;
  margin-bottom: 10px;
}

.map {
  position: relative;
}

.map #map {
  height: 400px;
  color: white;
}

.contact-meta-block {
  margin-top: 30px;
  padding: 40px 0;
  min-height: 250px;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
}

.contact-meta-block > i {
  display: block;
  font-size: 50px;
  margin-bottom: 20px;
}

/*=================================================================
  Pricing section
==================================================================*/
.pricing-table .pricing-item {
  margin-bottom: 15px;
  border-radius: 3px;
  padding-bottom: 40px;
  text-align: center;
  background: #f9f9f9;
}

.pricing-table .pricing-item a.btn-main, .pricing-table .pricing-item a.btn-main-sm {
  text-transform: uppercase;
  margin-top: 20px;
}

.pricing-table .pricing-item ul {
  padding: 20px 0 10px;
}

.pricing-table .pricing-item li {
  font-weight: 400;
  padding: 10px 0;
  color: #666;
}

.pricing-table .pricing-item li i {
  margin-right: 6px;
}

.pricing-table .price-title {
  padding: 30px 0 20px;
  text-align: center;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #fff;
}

.pricing-table .price-title > h3 {
  color: #fff;
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 15px;
  text-transform: uppercase;
}

.pricing-table .price-title > p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
  width: 60%;
  margin: 0 auto;
}

.pricing-table .price-title .value {
  font-size: 50px;
  padding: 10px 0;
}

/*=================================================================
  Portfolio section
==================================================================*/
.portfolio-filter {
  margin-bottom: 40px;
  text-align: center;
}

.portfolio-filter button {
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin: 0 10px;
  padding: 8px 5px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  color: #777;
  outline: none;
  background: none;
}

.portfolio-filter button:hover {
  border-bottom: 2px solid #5aaede;
  color: #000;
}

.portfolio-filter button.active {
  border-bottom: 2px solid #5aaede;
  color: #000;
}

.portfolio-items-wrapper li {
  width: 32.33%;
}

.portfolio-block {
  position: relative;
  transition: .3s all;
  overflow: hidden;
}

.portfolio-block:before {
  content: '';
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(240, 50, 107, 0.9);
  transition: .3s all;
}

.portfolio-block:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.portfolio-block:hover .caption h4 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.portfolio-block:hover .caption {
  opacity: 1;
}

.portfolio-block:hover .caption .search-icon {
  opacity: 1;
}

.portfolio-block .caption {
  position: absolute;
  bottom: 10%;
  left: 10%;
  opacity: 0;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}

.portfolio-block .caption h4 {
  font-size: 20px;
  font-weight: 700;
}

.portfolio-block .caption h4 a {
  color: #fff;
}

.portfolio-block .caption .search-icon {
  background: #5aaede;
  color: #fff;
  display: inline-block;
  padding: 4px 13px;
  font-size: 25px;
  border-radius: 30px;
  opacity: 0;
}

/*=================================================================
  Services section
==================================================================*/
.services .service-block {
  padding: 30px 20px;
}

@media (max-width: 480px) {
  .services .service-block {
    padding: 15px;
  }
}

.services .service-block .service-icon {
  margin-bottom: 15px;
}

.services .service-block i {
  font-size: 40px;
  color: #5aaede;
  background: linear-gradient(100deg, #f9643d, #fe2a77);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services .service-block h3 {
  color: #333;
  font-size: 18px;
}

.services .service-block p {
  color: #777;
}

/*=================================================================
  Services section 2
==================================================================*/
@media (max-width: 480px) {
  .service-2 .p-0 {
    padding: 0 15px !important;
  }
}

@media (max-width: 768px) {
  .service-2 .p-0 {
    padding: 0 15px !important;
  }
}

@media (max-width: 400px) {
  .service-2 .p-0 {
    padding: 0 15px !important;
  }
}

.service-2 .service-item {
  background: #fff;
  border: 1px solid #eee;
  padding: 50px 20px;
  margin-right: -1px;
  margin-bottom: -1px;
  transition: all 0.3s ease 0s;
}

.service-2 .service-item .count {
  font-size: 80px;
  position: absolute;
  top: 0;
  left: 20px;
  color: #f3f1f1;
  font-weight: 700;
}

.service-2 .service-item i {
  font-size: 30px;
  display: inline-block;
  border-radius: 30px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  width: 55px;
  transition: all 0.3s ease 0s;
}

.service-list .block {
  background: #5aaede;
  color: #fff;
  padding: 30px;
}

.service-list .block i {
  font-size: 30px;
}

.service-list .block h3 {
  font-size: 22px;
  margin: 10px 0;
}

.service-list .block ul li {
  margin-bottom: 6px;
  color: #f9f9f9;
}

/*=================================================================
  Our Team
  ==================================================================*/
.team-member {
  background: #fff;
  margin-bottom: 15px;
}

.team-member:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.team-member:hover .mask {
  opacity: 1;
}

.team-member .member-content {
  padding: 25px 0;
}

.team-member .member-content h3 {
  font-size: 20px;
  margin: 0 0 5px;
  color: #333;
}

.team-member .member-content span {
  font-size: 14px;
  color: #555;
}

.team-member .member-content p {
  color: #777;
  margin-top: 10px;
  padding: 0 15px;
}

.team-member .member-content ul {
  text-align: center;
  position: relative;
}

.team-member .member-content ul li {
  margin-right: 7px;
}

.team-member .member-content ul li a {
  font-size: 18px;
  padding: 10px;
}

.team-member .member-content ul li a i {
  color: #5aaede;
  background: linear-gradient(100deg, #f9643d, #fe2a77);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.team-member .member-content ul li a:hover {
  background-color: #6cb670;
  border: 1px solid transparent;
}

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

.team-member .member-photo img {
  transition: all 0.6s ease 0s;
}

/*=================================================================
  Testimonial section
==================================================================*/
.testimonial {
  background: #5aaede;
  position: relative;
}

.testimonial .item i {
  font-size: 40px;
  color: #fff;
  margin-bottom: 30px;
  display: inline-block;
}

.testimonial .item .client-details {
  padding-bottom: 30px;
}

.testimonial .item .client-details p {
  font-size: 17px;
  color: #fff;
  font-weight: 200;
  padding: 0 10%;
}

.testimonial .item .client-meta {
  margin-top: 8px;
  color: #fff;
}

.testimonial .item .client-meta h4 {
  margin-bottom: 4px;
}

.testimonial .item .client-meta span {
  font-size: 12px;
}

.testimonial .item .client-thumb img {
  display: inline-block;
  border-radius: 100%;
  width: 90px;
  height: auto;
}

/*=================================================================
  Latest Posts
==================================================================*/
.post-item {
  background: #fff;
  margin-bottom: 40px;
}

.post-item .post-thumb {
  margin-right: 10px;
}

.post-item .post-thumb img {
  height: auto;
}

.post-item .post-title {
  margin-top: 20px;
}

.post-item .post-title h3 {
  font-size: 23px;
}

.post-item .post-title h3 a {
  color: #000;
}

.post-item .post-meta {
  font-size: 14px;
  color: #888;
}

.post-item .post-meta a {
  color: #000;
  margin: 3px 0;
}

.post-item .post-content p {
  color: #757575;
  margin: 10px 0;
}

.post-item .btn-main, .post-item .btn-main-sm {
  font-size: 12px;
  margin-top: 10px;
  padding: 8px 20px;
  margin: 15px 0;
}

/*=================================================================
  Footer section
==================================================================*/
.top-footer {
  background-color: #222222;
  border-top: 1px solid #404040;
  padding: 100px 0 80px;
}

.top-footer h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.top-footer p {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  padding-right: 20px;
}

.top-footer li a {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: color .3s;
  font-family: 'Nunito', sans-serif;
  display: block;
}

.top-footer li a:hover {
  color: #5aaede;
}

.footer-bottom {
  text-align: center;
  background-color: #1b1b1b;
  border-top: 1px solid #2c2c2c;
  padding: 30px 0;
}

.footer-bottom h5 {
  font-size: 12px;
  line-height: 1;
  color: #888888;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 7px;
  margin-bottom: 3px;
}

.footer-bottom h6 {
  font-size: 11px;
  line-height: 15px;
  color: #888888;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.footer-bottom p {
  color: #656565;
}

.footer-bottom a {
  color: #5aaede;
}

.subscribe-form .form-control {
  border-radius: 0;
}

.page-404 {
  height: 100vh;
}

.page-404 h1 {
  font-size: 200px;
}

@media (max-width: 480px) {
  .page-404 h1 {
    font-size: 100px;
  }
}

/*# sourceMappingURL=maps/style.css.map */


/* Visão SPO */
#navbarDropdown {
      position: relative;
    display: inline-block;
    width: 166px;
    height: 45px;
    font-size: 12px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    padding: 4px!important;
    background-color: #f0895e;
    box-shadow: 0px 1px 7px #5aaede;
}

#navbarDropdown svg {
  position: absolute;
  top: 0; left: 0;
}

#navbarDropdown svg rect {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: .1s;
  -moz-transition-timing-function: cubic-bezier(100,50,21,6);
  -moz-transition-property: all;
  -moz-transition-duration: .1s;
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 166px;
}

#navbarDropdown:hover svg rect {
  stroke: #000000;
  stroke-width: 5;
  stroke-dasharray: 10, 310;
  stroke-dashoffset: 33;
}

#navbarDropdown:hover {
  color:#000;
  font-size:12px;
  letter-spacing:1px;
  font-weight:bold;
}

#navbarDropdown:hover {
  color:#000;
  font-size:12px;
  letter-spacing:1px;
  font-weight:bold;
}
div.dropdown-menu:hover ~ a#navbarDropdown svg rect {
  stroke: #000000;
  stroke-width: 5;
  stroke-dasharray: 10, 310;
  stroke-dashoffset: 33;
}

div.dropdown-menu:hover ~ a#navbarDropdown {
  color:#000;
  font-size:12px;
  letter-spacing:1px;
  font-weight:bold;
}

div.dropdown-menu:hover ~ a#navbarDropdown {
  color:#000;
  font-size:12px;
  letter-spacing:1px;
  font-weight:bold;
}
.navigation {
    transition: .3s all;
    background: #5aaede;
    border-bottom: 2px solid #f0895e;
    box-shadow: 0px 1px 13px #5aaede;
    background: url("../images/VisaoSPO/footer_bg.png");
    background-size: cover;
}
.dropdown-menu {
    min-width: 100%;
}
.dropdown-item {
  border-bottom: 1px solid #f0895e;
}
.dropdown-item:hover {
  background: #5aaede;
}
.dropdown-item i {
  color: #5aaede;
}
.dropdown-item:hover i {
  color: #5aaede;
}
.navigation .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    padding-bottom: 0px;
    border-bottom: 3px solid #f0895e;
    border-radius: 0 0 10px 10px;
    padding-top: 0;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #f0895e;
}
.dropdown-item.active i.fa, .dropdown-item:active i.fa {
  color: #ffffff;
  font-size: 16px;
}

.comingSoon {
      text-align: center;
    vertical-align: middle;
    height: 190px;
    display: table-cell;
    width: 450px;
    position: relative;
    border: 1px solid #cccccc;
}
p.comingSoon i.fa {
  top: 0%!important;
}
.single-page-header .breadcrumb li.active a {
    color: #c1c1c1c1;
}
.single-page-header .breadcrumb li:hover a {
    color: #e1e1e1e1;
}
#video1, #video2, #video3, #video4, #video5, #video6, #video7, #video8, #video9, #video10, #video11, #video12, #instantes {
  position: relative;
  top: -150px;
}
#Pag-6-Cima, #Pag-8-Cima {
  position: relative;
  top: -100px;
}
img {
  width: 100%;
}
.single-page-header {
  background: transparent;
  padding: 0px 0 50px;
}
.single-page-header .blackTxt {
  color: #ffffff;
  font-weight: normal;
}
.single-page-header h3 span {
  color: #ffffff;
}
.single-page-header h3:nth-of-type(2) {
  margin-top: 12px;
}
.jumbotron {
    margin-bottom: 10px;
    background-color: #5aaede;
    border-radius: 10px;
    box-shadow: 0px 1px 8px #5aaede;
    padding-bottom: 32px;
}
.single-page-header hr {
  position: absolute;
    width: 100%;
    border-top: 115px solid #5aaede;
    top: 34%;
}
.headerBG {
  position: absolute;
  background-color: #00a0e3;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
}

.navbarDropdownMobile {
  display: none!important;
}
.navbarDropdown_2 {
  display: block;
}


.mainBox {
  background-color: rgb(255 255 255 / 80%);
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 13px #989898;
    width: 100%;
    display: flex;
    background: url("../images/VisaoSPO/mainBox_bg.png");
    background-size: cover;
}
.mainBox_2 {
  background-color: rgb(255 255 255 / 80%);
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 13px #989898;
    width: 100%;
    display: flex;
    background: url("../images/VisaoSPO/mainBox_bg_2.png");
    background-size: cover;
}
iframe {
    border: 3px solid #f5a344;
    height: 308px;
    border-radius: 10px;
    padding: 0;
    background-color: #5aaede;
    margin: 14px 0px;
}
.mainBox h2, .mainBox_2 h2 {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 26px;
  color: #5aaede;
}
.mainBox h5, .mainBox_2 h5 {
  font-size: 16px;
}
.mainBox h4, .mainBox_2 h4 {
  font-size: 16px;
  margin-bottom: 0;;
}
.mainBox p, .mainBox_2 p {
  color: #5aaede;
  font-size: 23px;
  line-height: 28px;
  font-weight: bold;
}
.mainBox_2 .Presentation {
  font-size: 38px;
}
.mainBox p .icon, .mainBox_2 p .icon {
  padding-right: 0px;
  text-align: right;
}
.mainBox p .oneLine, .mainBox_2 p .oneLine {
  padding: 14px 10px;
}
.mainBox:hover h2, .mainBox_2:hover h2 {
  color: #5aaede;
}
.mainBox:hover h4, .mainBox_2:hover h4 {
  color: #f0895e;
}
.mainBox:hover p, .mainBox_2:hover p {
  font-weight: bold;
  font-size: 23px;
}
.mainBox p i.fa, .mainBox_2 p i.fa {
  color: #f0895e;
  font-size: 54px;
  position: relative;
    top: 45%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mainBox, .mainBox_2 {
  margin: 0px 0px 68px;
  padding: 24px 0px;
}
.mainBox h4 span, .mainBox_2 h4 span {
  color: #bbb!important;
    position: relative;
    top: 0px!important;
    float:none!important;
    font-size: 14px;
}
.mainBox:hover h2:after, .mainBox_2:hover h2:after {
  content: '\f03d';
  position: relative;
  font: normal normal normal 16px/1 FontAwesome;
  color: #f0895e;
  padding-left: 5px;
}
.mainBox:hover .icon i.fa, .mainBox_2:hover .icon i.fa {
  background: -webkit-linear-gradient(-40deg, #5aaede, #f0895e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.videosBtn_Hex:hover .hexagon .title p:after {
  content: 'entrar';
  color: #5aaede;
  position: absolute;
  bottom: -10px;
  width: 100%;
  text-align: center;
  left: 0;
}
#team {
    background: rgb(248 153 30 / 10%);
}
.flex {
  display: flex;
}

/* footer */
.footer-bottom {
  background: url("../images/VisaoSPO/footer_bg.png");
  background-size: cover; 
  border-top: 2px solid #f0895e;
}
.footer-bottom a {
    color: #ffffff;
}
.footer-bottom a:hover {
    font-weight: bold;
}
.footer-bottom h5 {
    font-size: 12px;
    line-height: 1;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 7px;
    margin-bottom: 3px;
}
.footerHome {
  position: fixed;
    bottom: 0px;
    width: 100%;
}
/* Hexagon shape */
.videosBtn_Hex {
  display: contents;
}
.videosBtn_Hex i, .videosBtn_Hex:hover i {
  color: #000000;
}
.hexagon {
      position: relative;
    width: 200px;
    height: 120.21px;
    background-color: #f0895e;
    margin: 80px auto;
}

.hexagon:before,
.hexagon:after {
      content: "";
    position: absolute;
    width: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
        z-index: -1;
}

.hexagon:before {
      bottom: 100%;
    border-bottom: 55.6px solid #f0895e;
}

.hexagon:after {
  top: 100%;
    width: 0;
    border-top: 55.6px solid #f0895e;
}
.gradient, .title .border, .service-2 .service-item i {
    background-image: linear-gradient(
100deg
, #5aaede, #5aaede);
    margin-bottom: 0px;
}
.title h2 {
  margin-bottom: 0px;
}
.title p {
    color: #ffffff;
    width: 100%;
    margin: 0 auto;
}

/*.button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(30deg);
}*/

/* End of container */
/*.button {
  cursor: pointer;
  width: 200px;
  height: 173.2050807569px;
  float: left;
}
.button:last-child {
  margin-right: 0;
}
.button:hover .hex:last-child {
  opacity: 1;
  transform: scale(1.3);
}
.button:hover .hex:first-child {
  opacity: 1;
  transform: scale(1.2);
}
.button:hover .hex:first-child div:before, .button:hover .hex:first-child div:after {
  height: 15px;
}

.hex {
  position: absolute;
  top: 0;
  left: 50px;
  width: 100px;
  height: 173.2050807569px;
  opacity: 0.5;
}
.hex:first-child {
  transform: scale(0.9);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 0;
}
.hex:last-child {
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}
.hex div {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  width: 100px;
  height: 173.2050807569px;
  transform-origin: center center;
}
.hex div:before, .hex div:after {
  content: " ";
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 1px;
  transition: height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button:hover .hex div:before, .button:hover .hex div:after {
  content: " ";
  position: absolute;
  background: #5aaede!important;
  width: 100%;
  height: 1px;
  transition: height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button:hover .hex div:hover:before, .button:hover .hex div:hover:after {
  content: " ";
  position: absolute;
  background: #f0895e!important;
  width: 100%;
  height: 3px;
  transition: height 0.3s cubic-bezier(0.165, 0.84, 0.44, 3);
}
.hex div:before {
  top: 0;
}
.hex div:after {
  bottom: 0;
}
.hex div:nth-child(1) {
  transform: rotate(0deg);
}
.hex div:nth-child(2) {
  transform: rotate(60deg);
}
.hex div:nth-child(3) {
  transform: rotate(120deg);
}*/
/* Video Box */
.title p span a:nth-of-type(1) {
  color: #000000;
  font-weight: bold;
}
.title p span a:nth-of-type(2) {
  color: #5a5a5a;
  font-weight: bold;
}
.title p span a:hover {
  color: #ffffff;
  font-weight: bold;
  text-shadow:
   -1px -1px 0 #5aaede,  
    1px -1px 0 #5aaede,
    -1px 1px 0 #5aaede,
     1px 1px 0 #5aaede;
}

.mobileLogo.mobileLogoON, .mainLogo {
  display: block;
  opacity: 1;
}
.mainLogo.mainLogoOFF, .mobileLogo {
  display: none;
  opacity: 0;
}
.description-topic {
  font-size: 20px;
  line-height: 22px;
}
.mainBox h5 span, .mainBox_2 h5 span {
  margin-bottom: 5px;
  display: inline-block;
}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  mix-blend-mode: screen;
  z-index: -1;
}

/*########################*/
/*        INSTANTES       */
/*########################*/
.photoBox {
  padding: 20px;
}
.mainBox.photoBox:hover h2:after, .mainBox_2.photoBox:hover h2:after {
    content: '\f030';
    position: relative;
    font: normal normal normal 16px/1 FontAwesome;
    color: #ee2e24;
    padding-left: 5px;
}
.photoBox .mainBoxMobile img {
  width: 25%;
}
.mainTitle h2 {
  padding: 0px 80px 40px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.mainBox.photoBox .mainBoxMobile {
    padding-right: 30px;
    text-align: center;
}
.thumb .thumbnail p {
    font-size: 16px;
    line-height: 18px;
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 0px 0px 5px 5px;
        display: inline-block;
}
.thumb i {
  font-size: 36px;
}
.mainBox .thumb p .oneLine, .mainBox_2 .thumb p .oneLine {
    padding: 14px 10px 14px 30px;
}

.mainBox.photoBox .thumb:hover .icon i.fa {
    background: -webkit-linear-gradient(
-40deg, #ee2e24, #00aeef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mainBox.photoBox .icon i.fa {
  background: -webkit-linear-gradient(-40deg, #00aeef, #00aeef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.thumb .thumbnail p:before {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    content: '';
    border-style: solid;
    left: calc(50% - 14px);
    top: 220px;
    border-width: 0 14px 10px 14px;
    border-color: transparent transparent #ffffff transparent;
}

.photoBox .thumb:hover .thumbnail img, .photoBox .thumb:active .thumbnail img, .photoBox .thumb:focus .thumbnail img {
  box-shadow: inset 0 0 0 4px #f0895e;
}
.modal.show .modal-dialog {
    top: 110px;
}
.mainBox_2.title:after {
        content: '';
    position: absolute;
    left: 50%;
    top: 148px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #49728d;
    clear: both;
    opacity: 0.9;

}
.modal {
  z-index: 10;
  padding-top: 115px;
}
.modal .btn-secondary {
    color: #fff;
    background-color: #5aaede;
    border-color: #ffffff;
}
.modal .btn-secondary:hover {
    color: #fff;
    background-color: #5aaede;
    border-color: #338991;
}
.modal .btn-secondary:hover i.fa {
    color: #f0895e;
    -webkit-text-stroke: 1px #fff;
}
.modal-backdrop {
  z-index: 8;
}
.modal-header {
  background-color: #5aaede;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: #f0895e;
    opacity: 1;
    color: #ffffff;
}
.modal-header .close:hover {
    color: #5aaede;
    opacity: 1!important;
}
.modal-title {
    color: #ffffff!important;
}
.modal-footer {
  background-color: #f0895e;
}
.modal-footer h5 {
  position: absolute;
  display: flex;
  left: 30px;
  color: #ffffff;
}
.photoBox .mainBoxMobile h5 {
  background-color: #f0895e;
    width: 24.5%;
    left: 37.7%;
    color: #fff;
    position: relative;
    padding: 2px 0px;
    font-weight: bold;
}
.instantes-menu {
  position: absolute;
    margin-top: 4px;
    padding: 0px 5px;
    padding-top: 2px;
    right: 16px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #fff;
    color: #5aaede!important;
}
.instantes-menu:hover {
  position: absolute;
    margin-top: 4px;
    padding: 0px 5px;
    padding-top: 2px;
    right: 16px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #5aaede;
    color: #fff!important;
}
.btn-photo {
  text-align: right;
  right: 0;
}
.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #f0895e;
    border-color: #f0895e;
    border-radius: 2px;
    font-size: 18px;
    border: 1px solid #fff;
    box-shadow: 0px 1px 7px rgb(3 81 87 / 53%);
}
.btn-primary:hover, .btn-primary:active {
    color: #fff;
    background-color: #5aaede;
    border-color: #5aaede;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #5aaede;
    border-color: #ffffff;
}
.btn-instantes {
  padding: 6px 8px;
}
.btn-instantes i.fa {
  background-color: #ffffff;
  color: #5aaede;
  border-radius: 50%;
  padding: 8px;
}
a:hover .btn-instantes i.fa {
  background-color: #f0895e;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #5aaede;
  border: 2px solid #f0895e;
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #f0895e;
  border: 2px solid #5aaede;
  color: #5aaede;
  -webkit-text-stroke: 1px #fff;
}
.btn-photo .btn-instantes {
  font-size: 16px;
}
.general-title {
  background-color: #f0895e;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  position: sticky;
  top: 78px;
  z-index: 8;
}
.general-title:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    top: 60px;
    border-width: 14px 20px 0 20px;
    border-color: #f0895e transparent transparent transparent;
}
.general-title i.fa {
  font-size: 38px;
}
.general-title br {
  display: none;
}
.btn-photo-mobile {
  display: none;
}

/*************************/
/*      MOBILE MENU      */
/*************************/
.mobile-menu {
    padding: 10px;
    text-align: center;
    position: absolute;
    right: 75px;
    bottom: 54px;
}
.subNav-dropdown {
  padding-left: 25px!important;
}
/* menu buttons */
.open-btn {
  color: #ffffff;
  text-decoration: none;
}
.open-btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.open-btn img {
    position: absolute;
    width: 33%;
    float: left;
    border-right: 1px solid #000;
    padding-right: 14px;
    left: 12px;
    top: 6px;
}
.mobile-menu {
    padding: 10px;
    text-align: center;
}
@-webkit-keyframes orbit {
  0% {
    -webkit-transform: rotateY(90deg) rotate(0deg);
  }
  60% {
    -webkit-transform: rotateY(90deg) rotate(-180deg);
  }
  100% {
    -webkit-transform: rotateY(90deg) rotate(-360deg);
  }
}
@-moz-keyframes orbit {
  0% {
    -moz-transform: rotateY(90deg) rotate(0deg);
  }
  60% {
    -moz-transform: rotateY(90deg) rotate(-180deg);
  }
  100% {
    -moz-transform: rotateY(90deg) rotate(-360deg);
  }
}
@keyframes orbit {
  0% {
    -webkit-transform: rotateY(90deg) rotate(0deg);
    -moz-transform: rotateY(90deg) rotate(0deg);
    -ms-transform: rotateY(90deg) rotate(0deg);
    -o-transform: rotateY(90deg) rotate(0deg);
    transform: rotateY(90deg) rotate(0deg);
  }
  60% {
    -webkit-transform: rotateY(90deg) rotate(-180deg);
    -moz-transform: rotateY(90deg) rotate(-180deg);
    -ms-transform: rotateY(90deg) rotate(-180deg);
    -o-transform: rotateY(90deg) rotate(-180deg);
    transform: rotateY(90deg) rotate(-180deg);
  }
  100% {
    -webkit-transform: rotateY(90deg) rotate(-360deg);
    -moz-transform: rotateY(90deg) rotate(-360deg);
    -ms-transform: rotateY(90deg) rotate(-360deg);
    -o-transform: rotateY(90deg) rotate(-360deg);
    transform: rotateY(90deg) rotate(-360deg);
  }
}

.button {
  display: inline-block;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 14px 30px 10px 70px;
  background: #f0895e;
  color: #ffffff;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.button:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #ffffff;
  background: #5aaede;
}
.button:hover > span {
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  -webkit-transform: rotateY(90deg) rotate(-360deg);
  -moz-transform: rotateY(90deg) rotate(-360deg);
  -ms-transform: rotateY(90deg) rotate(-360deg);
  -o-transform: rotateY(90deg) rotate(-360deg);
  transform: rotateY(90deg) rotate(-360deg);
}
.button > span {
  width: 80px;
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
  bottom: -40px;
  border-radius: 50%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(90deg) rotate(0deg);
  -moz-transform: rotateY(90deg) rotate(0deg);
  -ms-transform: rotateY(90deg) rotate(0deg);
  -o-transform: rotateY(90deg) rotate(0deg);
  transform: rotateY(90deg) rotate(0deg);
}
.button > span > span {
  position: absolute;
  background: #ffffff;
  width: 16px;
  height: 17px;
  left: 0;
  top: 50px;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
.button > span > span::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  margin-left: -7px;
  border-top: 16px solid #ffffff;
  border-bottom: 0 solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.instantes-title {
  color: #ffffff!important;
  background-color: #f0895e;
  padding: 15px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 1.5rem!important;
}
.instantes-title:before {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: 14px;
    border-width: 10px 10px 0 10px;
    border-color: #f0895e transparent transparent transparent;
}
.instantes-title-2 {
  color: #ffffff!important;
  background-color: #f0895e;
  padding: 15px;
  margin-bottom: 42px!important;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 1.5rem!important;
}
.instantes-title-2.instantes-bg-2 {
  background-color: #08487a!important;
}
.instantes-bg-2:before {
    border-color: #08487a transparent transparent transparent!important;
}
.instantes-title-2.instantes-bg-3 {
  background-color: #5aaede!important;
}
.instantes-bg-3:before {
    border-color: #5aaede transparent transparent transparent!important;
}
.instantes-title-2.instantes-bg-4 {
  background-color: #df4993!important;
}
.instantes-bg-4:before {
    border-color: #df4993 transparent transparent transparent!important;
}
.instantes-title-2.instantes-bg-5 {
  background-color: #FAA31B!important;
}
.instantes-bg-5:before {
    border-color: #FAA31B transparent transparent transparent!important;
}
.instantes-title-2 .fa {
  font-size: 24px;
}
.instantes-title-2:before {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: 33px;
    border-width: 10px 10px 0 10px;
    border-color: #f0895e transparent transparent transparent;
}






























/* cor do player vimeo original #00ADEF */
/* RESPONSIVE */
@media only screen and (max-width: 768px) {
    .jumbotron {
      margin-bottom: 10px;
      background-color: #5aaede;
      border-radius: 10px;
      box-shadow: 0px 1px 8px #8c8c8c;
      padding-bottom: 32px;
      padding-top: 60px;
    }
    .single-page-header .blackTxt {
      color: #ffffff;
      font-weight: normal;
      font-size: 14px;
    }
    .single-page-header h3 {
      font-size: 16px;
      padding-top: 8px;
    }
    .single-page-header hr {
      position: absolute;
      width: 100%;
      border-top: 60px solid rgb(0 0 0);
      top: 35%;
    }
    .section {
      padding: 0;
    }
    .mainBox {
      display: block;
      text-align: center;
      width: 95%;
      margin: 28px auto;
    }
    .mainBox_2 {
      flex-flow: column-reverse;
      text-align: center;
      width: 95%;
      margin: 28px auto;
    }
    .mainBox p, .mainBox_2 p {
      color: #5aaede;
      display: grid;
      line-height: 26px;
    }
    .mainBox p i.fa, .mainBox_2 p i.fa {
      font-size: 44px;
    }
    iframe {
      border: 3px solid #f5a344;
      min-height: 197px;
      border-radius: 10px;
      padding: 0;
      background-color: #5aaede;
      height: auto;
      margin: 14px 0px;
    }
    .mainBox h4, .mainBox_2 h4 {
      font-size: 20px;
    }
    .mainBox h2, .mainBox_2 h2 {
      font-size: 28px;
    }
    .mainBox br, .mainBox_2 br {
      display: none;
    }
    .mainBox h5 br, .mainBox_2 h5 br {
      display: block;
    }
    .mainBox p .icon, .mainBox_2 p .icon {
      padding-right: initial;
      text-align: center;
    }
    .mainBox p .oneLine, .mainBox_2 p .oneLine {
      padding: initial;
      text-align: center;
    }
    .mainBox_2 .Presentation {
      font-size: 28px;
    }
    .navbar-collapse {
      text-align: center;
    }
    #navbarDropdown svg {
      width: 100%;
    }
    #navbarDropdown svg rect {
      width: 100%;
    }
    #navbarDropdown {
      width: 100%;
    }
    .dropdown-menu.show {
      border-bottom: 3px solid #5aaede;
      border-radius: 0 0 10px 10px;
      padding-bottom: 0px;
      position: relative;

    }  
    ::-webkit-scrollbar {
      width: 10px;
    }
    /* Track */
    ::-webkit-scrollbar-track {
      box-shadow: inset 0 0 5px grey; 
      border-radius: 10px;
    }
     
    /* Handle */
    ::-webkit-scrollbar-thumb {
      background: #5aaede; 
      border-radius: 10px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: #5aaede; 
    } 
    .navbarDropdown_2 {
      display: none!important;
    } 
    .navbarDropdownMobile {
      display: block!important;
    }
    .comingSoon {
      text-align: center;
      vertical-align: middle;
      height: 162px;
      display: table-cell;
      width: 100%;
      position: relative;
      border: 1px solid #cccccc;
          padding: 36px 0px;
    }
    .single-page-header {
      background: transparent;
      padding: 0px 0 0px;
    }
    .flex {
      display: block;
    }
    #bodyBg {
      position: fixed;
      bottom: 0px;
      background: #4fbac5;
      z-index: 0;
      width: 100%;
      height: 100%;
      background-image: url(../images/VisaoSPO/Fundo_29_mobile.png)!important;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }
    .navbar-brand {
      margin-right: 0px;
      width: 80%;
    }
    #myVideo {
      display: none;
    }
    .modal-footer h5 {
      font-size: 14px;
    }
    .photoBox .mainBoxMobile img {
      width: 75%;
    }
    .photoBox .mainBoxMobile h5 {
        background-color: #f0895e;
        width: 73.6%;
        left: 12.9%;
        color: #fff;
        position: relative;
        padding: 2px 0px;
        font-weight: bold;
    }
    .photoBox h5 br{
        display: block;
    }
    .photoBox .mainBoxMobile h5 {
        background-color: #f0895e;
        width: 100%;
        left: 0;
        color: #fff;
        position: relative;
        padding: 2px 0px;
        font-weight: bold;
    }
    .mainBox.photoBox .mainBoxMobile {
        padding: 0;
        text-align: center;
    }
    .modal-title {
        line-height: 1.5;
        font-size: 16px!important;
    }
    .general-title {
      background-color: #f0895e;
      color: #ffffff;
      text-align: center;
      padding: 10px;
      position: sticky;
      top: 78px;
      z-index: 8;
      font-size: 22px;
    }
    .general-title:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        border-style: solid;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        left: calc(50% - 10px);
        top: 138px;
        border-width: 14px 20px 0 20px;
        border-color: #f0895e transparent transparent transparent;
    }
    .general-title br {
      display: block;
    }
    .navbar-toggler {
      padding: 5px 10px;
    }
    
    .btn-photo .btn-instantes {
        font-size: 16px;
        width: 100%;
        margin-bottom: 5px;
    }

    .mobile-menu {
        padding: 10px;
        text-align: center;
        position: absolute;
        right: 30px;
        bottom: 35px;
    }
    .button > span {
        width: 80px;
        display: block;
        position: absolute;
        left: -13px;
        top: -40px;
        bottom: -40px;
        border-radius: 50%;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateY(90deg) rotate(0deg);
        -moz-transform: rotateY(90deg) rotate(0deg);
        -ms-transform: rotateY(90deg) rotate(0deg);
        -o-transform: rotateY(90deg) rotate(0deg);
        transform: rotateY(90deg) rotate(0deg);
    }
    .button > span > span {
        position: absolute;
        background: #ffffff;
        width: 16px;
        height: 17px;
        left: 0;
        top: 37px;
        -webkit-transform: rotateY(-90deg);
        -moz-transform: rotateY(-90deg);
        -ms-transform: rotateY(-90deg);
        -o-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    .button {
        display: inline-block;
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        position: relative;
        padding: 5px 6px 5px 53px;
        background: #f0895e;
        color: #ffffff;
        cursor: pointer;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        font-size: 10px;
    }
    .mobile-menu {
        padding: 10px;
        text-align: center;
        position: absolute;
        right: 30px;
        bottom: 35px;
        z-index: 9;
    }
    .open-btn img {
        position: absolute;
        width: 38%;
        float: left;
        border-right: 1px solid #000;
        padding-right: 10px;
        left: 12px;
        top: 2px;
    }
    .container-bg {
        top: -160px;
        left: 0px!important;
        width: 100vw;
        height: 100vh;
        z-index: -1;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
    }
        #myBtn {
        display: none;
        position: fixed;
        bottom: 60px;
        right: 30px;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: #5aaede;
        border: 2px solid #f0895e;
        color: white;
        cursor: pointer;
        padding: 8px;
        border-radius: 4px;
    }

}