

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?1z9v6x");
  src: url("../fonts/icomoon/icomoon.eot?1z9v6x#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?1z9v6x") format("truetype"), url("../fonts/icomoon/icomoon.woff?1z9v6x") format("woff"), url("../fonts/icomoon/icomoon.svg?1z9v6x#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  overflow-x: hidden;
}

body {
/*  background: #E4E4E4;*/
  color: #8d8d8d;
  line-height: 24px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
    
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-family: 'Roboto', sans-serif;
  color: #676767;
  font-weight: 500;
}

h1 {
  font-size: 46px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 36px;
}

h5, h6 {
  font-size: 14px;
}

p, ul, ol {
  margin-bottom: 20px;
}

a {
  -webkit-transition: .3s all;
  transition: .3s all;
  color: #e24cb9;
}

a:hover, a:focus, a:active {
  color: #b73786;
  text-decoration: none;
}


.hero-text-heading, .probootstrap-hero h1 {
  font-size: 52px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 64px;
  color: white;
}

@media screen and (max-width: 768px) {
  .hero-text-heading, .probootstrap-hero h1 {
    font-size: 40px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 480px) {
  .hero-text-heading, .probootstrap-hero h1 {
    font-size: 30px;
  }
}

.hero-text-subheading, .probootstrap-hero p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}

.hero-text-subheading:last-child, .probootstrap-hero p:last-child {
  margin-bottom: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #464646;
}
.probootstrap-navbar {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  margin-bottom: 0px;
  background: none;
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar {
    background: rgba(0, 0, 0, 0.92);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  }
}

.probootstrap-navbar .navbar-toggle:focus,
.probootstrap-navbar .navbar-toggle:hover {
  background-color: transparent;
}

.probootstrap-navbar .navbar-toggle {
  border: none;
}

.probootstrap-navbar .navbar-toggle span.icon-bar {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.probootstrap-navbar .navbar-toggle span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.probootstrap-navbar .navbar-toggle span:nth-child(3) {
  opacity: 0;
}

.probootstrap-navbar .navbar-toggle span:nth-child(4) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.probootstrap-navbar .navbar-toggle.collapsed span:nth-child(2),
.probootstrap-navbar .navbar-toggle.collapsed span:nth-child(4) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.probootstrap-navbar .navbar-toggle.collapsed span:nth-child(3) {
  opacity: 1;
}

.probootstrap-navbar .parent-nav-link-padding, .probootstrap-navbar .navbar-brand, .probootstrap-navbar .navbar-nav > li > a {
  padding-top: 54px;
  padding-bottom: 54px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar .parent-nav-link-padding, .probootstrap-navbar .navbar-brand, .probootstrap-navbar .navbar-nav > li > a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

.probootstrap-navbar .dropdown-header {
  color: rgba(255, 255, 255, 0.2);
  padding-left: 10px;
  text-transform: uppercase;
}

.probootstrap-navbar .dropdown > a {
  padding-right: 10px !important;
  position: relative;
  display: block;
}

@media screen and (max-width: 480px) {
  .probootstrap-navbar .dropdown > a {
    display: block;
    padding-right: 0px;
  }
}

.probootstrap-navbar .dropdown > a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: -10px;
  margin-top: -11px;
  content: "\e924";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar .dropdown > a:before {
    color: rgba(0, 0, 0, 0.2);
  }
}

.probootstrap-navbar .dropdown > a:hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.probootstrap-navbar .dropdown.open > a, .probootstrap-navbar .dropdown:hover > a, .probootstrap-navbar .dropdown:focus > a, .probootstrap-navbar .dropdown:active > a {
  -webkit-transition: .3s all;
  transition: .3s all;
}

.probootstrap-navbar .dropdown.open > a:before, .probootstrap-navbar .dropdown:hover > a:before, .probootstrap-navbar .dropdown:focus > a:before, .probootstrap-navbar .dropdown:active > a:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.probootstrap-navbar .dropdown > .dropdown-menu > li a {
  padding: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.probootstrap-navbar .dropdown > .dropdown-menu > li a:hover {
  border-top: none;
  background: #ffffff;
  color: #85C8DD;
}

.probootstrap-navbar .dropdown > .dropdown-menu > li.open > a, .probootstrap-navbar .dropdown > .dropdown-menu > li:hover > a, .probootstrap-navbar .dropdown > .dropdown-menu > li:focus > a, .probootstrap-navbar .dropdown > .dropdown-menu > li:active > a {
  border-top: none;
  color: #85C8DD;
  background: #ffffff;
}

.probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu.open > a, .probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:hover > a, .probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:focus > a, .probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:active > a {
  border-top: none;
}

.probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu.open > a:before, .probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:hover > a:before, .probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:focus > a:before, .probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:active > a:before {
  color: #000000;
}

.probootstrap-navbar .dropdown > .dropdown-menu > li.active > a {
  color: #ffffff;
}

.probootstrap-navbar .navbar-right .dropdown-menu {
  right: auto;
}

.probootstrap-navbar .dropdown-menu {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #85C8DD;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  white-space: normal;
  word-wrap: break-word;
}

.probootstrap-navbar .dropdown-menu a {
  white-space: normal;
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar .dropdown-menu {
    width: 100%;
    padding: 10px 15px;
  }
  .probootstrap-navbar .dropdown-menu a {
    color: #ffffff;
  }
}

.probootstrap-navbar .navbar-brand {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 30px;
  text-transform: uppercase;
  background: url(../img/aquarismo-marinho-min.png) no-repeat left top;
  top: 40px;
  position: relative;
  width: 188px;
  height: 47px;
  text-indent: -999999px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar .navbar-brand {
    top: 5px !important;
    background-position: left 100%;
  }
}

@media screen and (max-width: 480px) {
  .probootstrap-navbar .navbar-brand {
    top: 6px !important;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .probootstrap-navbar .navbar-brand {
    position: relative;
    width: 117px;
    height: 40px;
    background: url(../img/logo@2x.png) no-repeat left 100%;
    background-size: cover;
  }
}

.probootstrap-navbar .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  position: relative;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    color: rgba(255, 255, 255, 0.7);
  }
}

.probootstrap-navbar .navbar-nav > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.probootstrap-navbar .navbar-nav > li > a:hover, .probootstrap-navbar .navbar-nav > li > a:focus, .probootstrap-navbar .navbar-nav > li > a:active {
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar .navbar-nav > li > a:hover, .probootstrap-navbar .navbar-nav > li > a:focus, .probootstrap-navbar .navbar-nav > li > a:active {
    color: rgba(255, 255, 255, 0.7);
  }
}

.probootstrap-navbar .navbar-nav > li.open > a:hover, .probootstrap-navbar .navbar-nav > li.open > a:focus, .probootstrap-navbar .navbar-nav > li.open > a {
  background: none;
}

.probootstrap-navbar .navbar-nav > li.active > a {
  background: none;
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar .navbar-nav > li.active > a {
    color: rgba(255, 255, 255, 0.7);
  }
}

.probootstrap-navbar .navbar-nav > li.active > a:active, .probootstrap-navbar .navbar-nav > li.active > a:focus, .probootstrap-navbar .navbar-nav > li.active > a:hover {
  background: none;
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar .navbar-nav > li.active > a:active, .probootstrap-navbar .navbar-nav > li.active > a:focus, .probootstrap-navbar .navbar-nav > li.active > a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}

.probootstrap-navbar .navbar-nav > li > .dropdown-menu:before {
  border: 1px solid #85C8DD;
  content: "";
  position: absolute;
  top: -20px;
  left: 40px;
  border-color: rgba(133, 200, 221, 0);
  border-bottom-color: #85C8DD;
  border-width: 10px;
  margin-left: -10px;
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar .navbar-nav > li > .dropdown-menu:before {
    display: none;
  }
}

.probootstrap-navbar .navbar-nav .dropdown li.active > a {
  background: none;
}

.probootstrap-navbar .navbar-nav.active > a {
  color: #e24cb9 !important;
}

.probootstrap-navbar .dropdown-submenu {
  position: relative;
}

.probootstrap-navbar .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.probootstrap-navbar .dropdown-submenu > a {
  display: block;
}

.probootstrap-navbar .dropdown-submenu > a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 10px;
  margin-top: -11px;
  content: "\e926";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar .dropdown-submenu > a:before {
    color: rgba(0, 0, 0, 0.2);
  }
}

.probootstrap-navbar .dropdown-submenu > a:hover:before {
  color: rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 480px) {
  .probootstrap-navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

.probootstrap-navbar.scrolled {
  background: rgba(0, 0, 0, 0.92);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
}

.probootstrap-navbar.scrolled .parent-nav-link-padding, .probootstrap-navbar.scrolled .navbar-brand, .probootstrap-navbar.scrolled .navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.probootstrap-navbar.scrolled .navbar-brand {
  top: 4px;
  background-position: left 100%;
}

.probootstrap-navbar.scrolled .dropdown > a:before {
  color: rgba(0, 0, 0, 0.4);
}

.probootstrap-navbar.scrolled .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.7);
}

.probootstrap-navbar.scrolled .navbar-nav > li > a:hover {
  color: #e24cb9 !important;
}

.probootstrap-navbar.scrolled .navbar-nav > li.active > a {
  color: #e24cb9 !important;
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar.scrolled .navbar-nav > li.active > a {
    color: #e24cb9 !important;
  }
}

.container-fluid .navbar-brand {
  margin-left: 15px;
}

.container-fluid .dropdown-submenu {
  position: relative;
}

.container-fluid .dropdown-submenu .dropdown-menu {
  top: 0;
  left: auto;
  right: 100%;
  margin-top: -1px;
}

@media screen and (max-width: 480px) {
  .container-fluid .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

.probootstrap-hero {
  background-size: cover;
  background-position: center center;
}

.probootstrap-hero > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.probootstrap-hero > .container {
  position: relative;
  z-index: 2;
}

.probootstrap-hero .probootstrap-hero-text {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media screen and (max-width: 768px) {
  .probootstrap-hero .probootstrap-hero-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.probootstrap-hero.probootstrap-sm-hero .probootstrap-hero-text {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .probootstrap-hero.probootstrap-sm-hero .probootstrap-hero-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.probootstrap-hero.probootstrap-xs-hero .probootstrap-hero-text {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .probootstrap-hero.probootstrap-xs-hero .probootstrap-hero-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.probootstrap-hero .btn {
  position: relative;
  font-size: 18px;
  width: 200px;
}

@media screen and (max-width: 480px) {
  .probootstrap-hero .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

.probootstrap-hero .btn.btn-primary {
  text-transform: uppercase;
  padding: 15px 20px;
}

.probootstrap-hero.probootstrap-hero-colored {
  background: #e24cb9;
}

.probootstrap-hero.probootstrap-hero-colored h1 {
  color: white;
}

.probootstrap-hero.probootstrap-hero-colored p {
  color: rgba(255, 255, 255, 0.8);
}

.btn {
  border: none;
  border-radius: 30px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
font-weight: normal;
    
}

.btn:active {
  -webkit-transition: .2s all;
  transition: .2s all;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-lg {
  font-size: 14px;
  line-height: 1.8;
}


.btn-secondary {
    background: none;
    border:2px solid #62c524;
    color: #62c524;
    font-weight: normal;
    transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out;
    white-space: normal;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background: #62c524;  
    color:#fff;
}

.btn.btn-primary {
  border: 1px solid #62c524;
  background: #62c524;
  color: #ffffff;
    transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out;
    white-space: normal;
      -webkit-box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.1);
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background: #55a522;  
}

.btn.btn-primary:focus, .btn.btn-primary:active {
  outline: none;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover
{
   border-color: #55a522
}


.btn.btn-ghost {
  border: 1px solid #139bd0;
  background: #139bd0;
  color: #ffffff;
    font-weight: normal;
    transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out;
    white-space: normal;
}

.btn.btn-ghost:hover {
  background: #26b2e9;
  color: #ffffff;
}

.btn.btn-ghost:focus, .btn.btn-ghost:active {
  outline: none;
  background: #26b2e9;
  color: #FFF;
}

section[data-section="ebook"] {
  position: relative;
  margin-top: px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  section[data-section="ebook"] {
    margin-top: 0;
  }
}

.probootstrap-section {
  padding: 3em 0;
}
.probootstrap-section2 {
  padding: 1em 0;
    background-color: #fff;
}
.probootstrap-section3 {
  padding: 3em 0;
    background-color: #fff;
}


.probootstrap-section.probootstrap-border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.probootstrap-section.probootstrap-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.probootstrap-section > .container.probootstrap-border-top {
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.probootstrap-section.probootstrap-bg-white {
  background: #ffffff;
}
.bg-white {
  background: #ffffff;
  padding: 3rem 0 6rem 0
}
.probootstrap-section.probootstrap-bg-cinza {
  background: #f7f7f7;
}
.bg-cinza {
  background: #f3f3f3;
  padding: 5rem 0 2rem 0
}



@media screen and (max-width: 768px) {
  .probootstrap-section {
    padding: 3em 0;
  }
}

.probootstrap-section-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  padding: 7em 0;
  position: relative;
  height: 600px;
}

@media screen and (max-width: 768px) {
  .probootstrap-section-bg {
    padding: 3em 0;
    height: 300px;
  }
}

.probootstrap-section-bg.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.probootstrap-section-bg .probootstrap-heading {
  margin-top: 250px;
}

@media screen and (max-width: 768px) {
  .probootstrap-section-bg .probootstrap-heading {
    margin-top: 50px;
  }
}



.probootstrap-section-bg2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  padding: 7em 0;
  position: relative;
  height: 300px;
}

@media screen and (max-width: 768px) {
  .probootstrap-section-bg2 {
    padding: 3em 0;
    height: 300px;
  }
}

.probootstrap-section-bg2.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.probootstrap-section-bg2 .probootstrap-heading {
  margin-top: 225px; 
  margin-bottom: -54px;  
}

@media screen and (max-width: 768px) {
  .probootstrap-section-bg2 .probootstrap-heading {
    margin-top: 50px;
  }
}


.probootstrap-section-bg2 .probootstrap-heading .secondary-heading {
    top: -170px;

}
@media screen and (max-width: 768px) {
 .probootstrap-section-bg2 .probootstrap-heading .secondary-heading {
    font-size: 40px;
     top: 40px;
  }
}

.imersao .probootstrap-section-bg3 {
    height: 620px;
}
.imersao .probootstrap-section-bg4 {
    height: 700px;
}


.probootstrap-section-bg3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  padding: 30px 0;
  position: relative;
  height: 300px;
}
.probootstrap-section-bg4 {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  padding: 30px 0;
  position: relative;
  height: 300px;
}

@media screen and (max-width: 768px) {
  .imersao .probootstrap-section-bg3 {
    padding: 1em 0;
    height: 500px;
  }
      .imersao .probootstrap-section-bg4 {
    padding: 1em 0;
    height: 450px;
  }
}


@media screen and (max-width: 992px) {
.imersao .probootstrap-section-bg4 {
    padding: 1em 0;
    height: 100%;
  }
}
@media screen and (max-width: 576px) {
.imersao .probootstrap-section-bg4 {
    padding: 1em 0;
/*    height: 490px;*/
    height: 100%
  }
}
 

.probootstrap-footer {
  background-size: cover;
  background: #000000;
  padding: 2em 0 1em 0;
  color: rgba(255, 255, 255, 0.4);
}


.probootstrap-footer h3 {
  font-size: 18px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #ffffff;
}

.probootstrap-footer .probootstrap-footer-widget {
  margin-bottom: 0;
}


.probootstrap-copyright {
  background: #262626;
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.2);

}

.probootstrap-copyright a {
  color: rgba(255, 255, 255, 0.2);
}

.probootstrap-copyright a:hover {
  color: white;
}



.probootstrap-copyright p:last-child {
  margin-bottom: 0;
  text-align: right
}

@media screen and (max-width: 480px) {
.probootstrap-copyright p:last-child {
  text-align: left;
  padding-top: 10px;
}
}

@media screen and (max-width: 768px) {
  .probootstrap-copyright p.copyright-text {
    margin-top: 10px;
       text-align: left
  }
}

.probootstrap-footer-social {
  padding: 0;
  margin: 0;
}

.probootstrap-footer-social.right {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .probootstrap-footer-social.right {
    text-align: left;
  }
}

.probootstrap-footer-social li {
  display: inline;
  padding: 0;
  margin: 0;
  list-style: none;
}

.probootstrap-footer-social li a {
  padding: 10px 13px;
  font-size: 22px;
}

/*
.probootstrap-footer-social li:first-child > a {
  padding-left: 0;
}
*/

.probootstrap-block-image {
  background: #ffffff;
  margin-bottom: 20px;
}

/*
.probootstrap-block-image figure img {
    float: left;
    padding-right: 20px;
}
*/


.probootstrap-block-image .text {
  padding: 20px;
    display: inline-block;
}

.probootstrap-block-image .text .date {
  display: block;
  color: #999999;
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.probootstrap-block-image .text h3 {
  margin: 0 0 10px 0;
  font-size: 17px;
}

.probootstrap-block-image .text h3 a {
  color: #000000;
}

.probootstrap-block-image .text h3 a:hover {
  color: #e24cb9;
}
.probootstrap-block-image .text h4 {
  margin: 0 0 10px 0;
  font-size: 17px;
}

.probootstrap-block-image .text h4 a {
  color: #000000;
}

.probootstrap-block-image .text h4 a:hover {
  color: #e24cb9;
}

.probootstrap-block-image .text p:last-child {
  margin-bottom: 0;
}

.probootstrap-custom-link {
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
}

.probootstrap-custom-link.link-sm {
  font-size: 14px;
}

.probootstrap-custom-link:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #e24cb9;
  position: absolute;
  bottom: 0;
  z-index: 2;
  -webkit-transition: width .5s;
  transition: width .5s;
}

.probootstrap-custom-link:after {
  z-index: 1;
  position: absolute;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
}

.probootstrap-custom-link:hover {
  color: #000000;
}

.probootstrap-custom-link:hover:before {
  width: 100%;
  background: #e24cb9;
}
.depoimentos {
    padding-bottom: 40px;
}
}
.image-wrap {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 480px) {
  .image-wrap {
    width: 100%;
    height: 200px;
  }

}

.image-wrap .image-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.image-wrap .image-bg img {
  min-width: 100%;
  min-height: 100%;
}

.menus {
  padding: 0;
  margin: 0;
}

.menus li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  display: block;
  position: relative;
}

.menus li .image, .menus li .text {
  display: table-cell;
  vertical-align: top;
}

.menus li .image {
  width: 80px;
}

.menus li .image img {
  max-width: 100%;
  border-radius: 50%;
}

.menus li .text {
  padding-left: 20px;
}

.menus li .text h3 {
  margin: 15px 0 0px 0;
  font-size: 18px;

}
.menus li .text h4 {
  margin: 15px 0 0px 0;
  font-size: 18px;


}

@media screen and (max-width: 768px) {
  .menus li .text h3 {
    margin-top: 0px;
  }
      .menus li .text h4 {
    margin-top: 0px;
  }
}

.menus li .text .price {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 15px;
  color: #e24cb9;
}

@media screen and (max-width: 768px) {
  .menus li .text .price {
    top: 0px;
    position: relative;
    display: block;
    margin-bottom: 0px;
  }
}

.probootstrap-cell-retro {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
/*  margin-top: -13%;*/
  position: relative;
}

.probootstrap-cell-retro .half {
  width: 50%;
  float: left;
}

@media screen and (max-width: 768px) {
  .probootstrap-cell-retro .half {
    width: 100%;
    margin-top: 0;
  }
}

.probootstrap-cell {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.probootstrap-cell .image, .probootstrap-cell .text {
  width: 50%;
}

@media screen and (max-width: 992px) {
  .probootstrap-cell .image, .probootstrap-cell .text {
    width: 100%;
  }
}

.probootstrap-cell .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  .probootstrap-cell .image {
    height: 200px;
  }
}

.probootstrap-cell .text {
  padding: 40px;
  position: relative;
}

.probootstrap-cell .text h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
}
.probootstrap-cell .text h4 {
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #000000;
}

.probootstrap-cell .text p:last-child {
  margin-bottom: 0;
}

.probootstrap-cell .text p.price {
  font-size: 20px;
  color: #e24cb9;
}

.probootstrap-cell .text:before {
  z-index: 22;
  right: 100%;
  top: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 225, 255, 0);
  border-right-color: #ffffff;
  border-width: 12px;
  margin-top: -12px;
}

@media screen and (max-width: 768px) {
  .probootstrap-cell .text:before {
    display: none;
  }
}

.probootstrap-cell.reverse .image {
  position: absolute;
  right: 0;
  width: 50%;
  min-height: 100%;
}

@media screen and (max-width: 992px) {
  .probootstrap-cell.reverse .image {
    position: relative;
    width: 100%;
  }
}

.probootstrap-cell.reverse .text:before {
  z-index: 22;
  left: 100%;
  top: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 225, 255, 0);
  border-left-color: #ffffff;
  border-width: 12px;
  margin-top: -12px;
}

@media screen and (max-width: 768px) {
  .probootstrap-cell.reverse .text:before {
    display: none;
  }
}

.probootstrap-gallery {
  width: 100%;
  float: left;
}

.probootstrap-gallery figure {
  display: block;
  float: left;
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 20px;
}

.probootstrap-gallery figure:nth-of-type(3n+3) {
  margin-right: 0;
}

.probootstrap-gallery figure figcaption {
  display: none;
}

.probootstrap-gallery img {
  width: 100%;
  height: auto;
}

.probootstrap-gallery.four-col figure {
  width: 23.5%;
  margin-right: 2%;
  float: left;
}

.probootstrap-gallery.four-col figure:nth-of-type(4n+4) {
  margin-right: 0;
}

.probootstrap-gallery.three-col figure {
  width: 32%;
  margin-right: 2%;
  float: left;
}

.probootstrap-gallery.three-col figure:nth-of-type(3n+3) {
  margin-right: 0;
}

.probootstrap-gallery.two-col figure {
  width: 49%;
  margin-right: 2%;
  float: left;
}

.probootstrap-gallery.two-col figure:nth-of-type(2n+2) {
  margin-right: 0;
}

.grid-item {
  float: left;
}

.gutter-sizer {
  width: 2%;
}

.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.grid-item,
.grid-sizer {
  margin-bottom: 0;
}

.grid-item img,
.grid-sizer img {
  max-width: 100%;
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.two-cols .grid-item, .two-cols
.grid-sizer {
  width: 49%;
}

@media screen and (max-width: 768px) {
  .two-cols .grid-item, .two-cols
  .grid-sizer {
    width: 49%;
  }
}

@media screen and (max-width: 768px) and (max-width: 992px) {
  .two-cols .grid-item img, .two-cols
  .grid-sizer img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .two-cols .grid-item img, .two-cols
  .grid-sizer img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .two-cols .grid-item, .two-cols
  .grid-sizer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.three-cols .grid-item, .three-cols
.grid-sizer {
  width: 32%;
}

@media screen and (max-width: 768px) {
  .three-cols .grid-item, .three-cols
  .grid-sizer {
    width: 48%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .three-cols .grid-item, .three-cols
  .grid-sizer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
    
}

.four-cols .grid-item, .four-cols
.grid-sizer {
  width: 23.5%;
}

@media screen and (max-width: 768px) {
  .four-cols .grid-item, .four-cols
  .grid-sizer {
    width: 32%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .four-cols .grid-item, .four-cols
  .grid-sizer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.probootstrap-gallery-item {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}

.probootstrap-gallery-item img {
  max-width: 100%;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.probootstrap-gallery-item a {
  display: block;
  float: left;
  width: 100%;
}

.probootstrap-gallery-item:hover img {
  opacity: .7;
}

/*
.probootstrap-form {
  margin-bottom: 50px;
}
*/

.probootstrap-form label {
  font-weight: normal;
}

.probootstrap-form .form-control {
  height: 46px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.probootstrap-form .form-control:active, .probootstrap-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #62c524;
}

.probootstrap-form .form-group .form-field {
  position: relative;
}

.probootstrap-form .form-group .form-field .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.probootstrap-form .form-group .form-field .form-control {
  padding-right: 50px;
}

.probootstrap-form textarea.form-control {
  height: inherit;
  resize: vertical;
}

.probootstrap-animate {
  opacity: 0;
  visibility: hidden;
}

.modal .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  position: relative;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}



.modal .modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  font-size: 26px;
}

@media screen and (max-width: 480px) {
  .modal .modal-content .close {
    top: 20px;
    right: 20px;
  }
}

.modal .probootstrap-modal-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal .probootstrap-modal-flex .probootstrap-modal-figure {
  width: 40%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
  .modal .probootstrap-modal-flex .probootstrap-modal-figure {
    height: 200px;
  }
}

.modal .probootstrap-modal-flex .probootstrap-modal-content {
  width: 60%;
  padding: 40px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .modal .probootstrap-modal-flex .probootstrap-modal-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .modal .probootstrap-modal-flex .probootstrap-modal-figure,
  .modal .probootstrap-modal-flex .probootstrap-modal-content {
    width: 100%;
  }
}

.modal .probootstrap-modal-flex .form-control {
  height: 40px;
}

@media screen and (max-width: 480px) {
  .modal .probootstrap-modal-flex .btn {
    margin-bottom: 10px;
  }
}

.modal .probootstrap-modal-flex .probootstrap-remember {
  float: left;
}

.modal .probootstrap-modal-flex .probootstrap-forgot {
  float: right;
}

@media screen and (max-width: 480px) {
  .modal .probootstrap-modal-flex .probootstrap-forgot {
    float: left;
  }
}

.modal .probootstrap-modal-flex .form-group {
  position: relative;
}

.modal .probootstrap-modal-flex .probootstrap-or {
  padding: 10px 0;
  text-align: center;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}

.modal .probootstrap-modal-flex .probootstrap-or > span {
  display: block;
}

.modal .probootstrap-modal-flex .probootstrap-or > span:before {
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
  background: #ccc;
  width: 100%;
  content: "";
  position: absolute;
}

.modal .probootstrap-modal-flex .probootstrap-or em {
  color: #ccc;
  display: inline-block;
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding: 0 4px;
  font-style: normal;
}

.modal .probootstrap-modal-flex .btn-connect-facebook {
  background: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}

.modal .probootstrap-modal-flex .btn-connect-twitter {
  background: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}

.modal .probootstrap-modal-flex .btn-connect-google {
  background: #ea4335;
  border-color: #ea4335;
  color: #ffffff;
}

.modal .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* This makes sure that we can still click outside of the modal to close it */
}

.modal .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

.modal .modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}

.probootstrap-contact-info {
  padding: 0;
  margin: 0 0 30px 0;
}

.probootstrap-contact-info li {
  padding: 0;
  margin: 20px 0 15px 0;
  list-style: none;
  line-height: 24px;
}

.probootstrap-contact-info li > i, .probootstrap-contact-info li > span {
  vertical-align: top;
  display: table-cell;
}

.probootstrap-contact-info li > i {
  font-size: 20px;
  position: relative;
  top: 2px;
  width: 30px;
}

.probootstrap-team {
  margin-bottom: 30px;
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 6px;
}

@media screen and (max-width: 480px) {
  .probootstrap-team {
    overflow: visible;
  }
  .probootstrap-team img {
    max-width: 100%;
  }
}

.probootstrap-team img {
  -webkit-transition: .3s all;
  transition: .3s all;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1.25);
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.probootstrap-team .probootstrap-team-info {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s all;
  transition: .3s all;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1.25);
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1.25);
  text-align: center;
  margin-top: 20px;
  z-index: 3;
  display: block;
}

@media screen and (max-width: 480px) {
  .probootstrap-team .probootstrap-team-info {
    position: relative;
    top: inherit !important;
    margin-top: 0 !important;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.probootstrap-team .probootstrap-team-info h3 {
  color: white;
}

.probootstrap-team .probootstrap-team-info h3 .position {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 480px) {
  .probootstrap-team .probootstrap-team-info h3 {
    color: rgba(0, 0, 0, 0.7);
  }
  .probootstrap-team .probootstrap-team-info h3 .position {
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
  }
}

.probootstrap-team:before {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: .3s all;
  transition: .3s all;
  z-index: 1;
  border-radius: 5px;
}

.probootstrap-team:hover img, .probootstrap-team:focus img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.probootstrap-team:hover:before, .probootstrap-team:focus:before {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .probootstrap-team:hover:before, .probootstrap-team:focus:before {
    display: none;
  }
}

.probootstrap-team:hover .probootstrap-team-info, .probootstrap-team:focus .probootstrap-team-info {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.probootstrap-flex-section {
  padding: 7em 0;
}

.probootstrap-flex-section.probootstrap-bg-white {
  background: #ffffff;
}

.proboostrap-clients .client-logo {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .proboostrap-clients .client-logo {
    margin-bottom: 30px;
  }
}

.probootstrap-pricing-wrap {
  position: relative;
}

.probootstrap-pricing {
  background: #ffffff;
  float: left;
  width: 100%;
  padding: 20px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  z-index: 2;
  margin-top: -200px;
}

@media screen and (max-width: 992px) {
  .probootstrap-pricing {
    margin-top: 0 !important;
    margin-bottom: 30px;
  }
}

.probootstrap-pricing.popular {
  z-index: 10;
  margin-top: -215px;
  padding-top: 40px;
}

@media screen and (max-width: 992px) {
  .probootstrap-pricing.popular {
    margin-top: 0 !important;
  }
}

.probootstrap-pricing h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 50px;
}

.probootstrap-pricing h3 > span {
  margin-top: 10px;
  display: block;
  text-transform: none;
  letter-spacing: normal;
  color: #e24cb9;
  font-size: 14px;
}

.probootstrap-pricing .probootstrap-price-wrap {
  margin-bottom: 50px;
}

.probootstrap-pricing .probootstrap-price-wrap .probootstrap-price {
  font-size: 50px;
  color: #e24cb9;
  font-weight: 100;
  display: block;
  margin-bottom: 10px;
}

.probootstrap-pricing .probootstrap-price-wrap .probootstrap-price-per-month {
  font-size: 13px;
}

.probootstrap-pricing ul {
  padding: 0 30px;
  margin: 0 0 50px 0;
}

@media screen and (max-width: 480px) {
  .probootstrap-pricing ul {
    padding: 0 10px;
  }
}

.probootstrap-pricing ul li {
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 24px;
  list-style: none;
}

.probootstrap-testimony-wrap {
  border-radius: 4px;
  padding: 20px;
}

.probootstrap-testimony-wrap figure {
  margin-bottom: 20px;
}

.probootstrap-testimony-wrap figure img {
  height: 80px;
  width: 80px !important;
  margin: 0 auto;
  border-radius: 50%;
}

.probootstrap-testimony-wrap blockquote {
  border-left: none;
  padding: 0;
  margin-bottom: 0;
  color: #000000;
}

.probootstrap-testimony-wrap blockquote cite {
  margin-top: 30px;
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
}

.probootstrap-testimony-wrap blockquote cite span {
  font-style: normal;
  color: #000000;
  font-weight: bold;
}

.owl-carousel-testimony .item {
  padding-bottom: 40px;
  padding-top: 20px;
}

.owl-carousel-testimony .probootstrap-testimony-wrap {
  border: 1px solid #f2f2f2;
  max-width: 700px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.09);
}

/* Flexslider override style */
.slider-height, .flexslider, .flexslider .slides > li {
  height: 850px;
}

@media screen and (max-width: 480px) {
  .slider-height, .flexslider, .flexslider .slides > li {
    height: 710px;
  }
}

.probootstrap-heading .primary-heading {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #e24cb9;
  margin: -20px 0 0 0 ;
  padding: 30px 0 0 0;
  font-size: 32px;
  line-height: 1;
  font-style: italic;
}


@media screen and (max-width: 768px) {
  .probootstrap-heading .primary-heading {
    font-size: 30px;
  }
}

.probootstrap-heading .secondary-heading {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
    padding: 0 0 40px 0;
  letter-spacing: 0px;
  font-size: 46px;
  position: relative;
  top: 0px;
  font-weight: 600;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .probootstrap-heading .secondary-heading {
    font-size: 40px;
  }
}

.probootstrap-heading.dark .secondary-heading {
  color: #7b7b7b;
}

.probootstrap-heading .seperator {
  display: block;
  margin: 0 auto 10px auto;
  margin-top: -25px;
  color: #ccc;
  font-weight: 300;
}

.flexslider {
  position: relative;
  z-index: 2;
  background: none;
  border: none;
  margin: 0 0 0;
}

.flexslider .probootstrap-slider-text {
  margin-top: 250px;
  text-shadow: 0 0 7px rgba(0,0,0,.5)  
}

@media screen and (max-width: 480px) {
  .flexslider .probootstrap-slider-text {
    margin-top: 80px;
  }
}

.flexslider .probootstrap-slider-text .sub-heading {
  font-size: 20px;
  margin-top: -15px;
/*  color: rgba(255, 255, 255, 0.7);*/
    color: white;
}
@media screen and (max-width: 480px) {
  .flexslider .probootstrap-slider-text .sub-heading {
  font-size: 17px;
  
}
}

.flexslider .probootstrap-slider-text .sub-heading a {
  color: white;
}

.flexslider .slides > li {
  background-size: cover;
  background-repeat: none;
}

.flexslider .slides > li.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.flexslider .flex-control-paging {
  position: absolute;
  bottom: 30px;
  z-index: 20;
}

@media screen and (max-width: 480px) {
  .flexslider .flex-direction-nav {
    display: none;
  }
}

.flexslider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  margin: -60px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0px;
  padding: 30px;
}

.flexslider .flex-direction-nav a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\e929";
  -webkit-transition: .3s all;
  transition: .3s all;
  font-size: 30px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flexslider .flex-direction-nav a.flex-next:before {
  content: "\e92a";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flex-direction-nav .flex-prev {
  left: 0px;
}

.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 0px;
}

.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(255, 255, 255, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: white;
  cursor: default;
}

/* Owl carousel override style */
.owl-carousel {
  margin-bottom: 100px;
}

.owl-carousel.border-rounded .item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
  position: absolute;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: 20px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: 20px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #000000;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #ffffff;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 24px;
  background: #e24cb9 !important;
  padding: 12px;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i {
  background: #e24cb9 !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: -30px;
  margin-bottom: -2.5em;
}

.owl-work.owl-theme .owl-dots {
  bottom: -30px;
  margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .2s all;
  transition: .2s all;
  border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid #000000;
}

.probootstrap-gutter0 > div[class*='col-'] {
  padding-right: 0px;
  padding-left: 0px;
}

@media screen and (max-width: 480px) {
  .probootstrap-gutter0 > div[class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.probootstrap-gutter40 > div[class*='col-'] {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 480px) {
  .probootstrap-gutter40 > div[class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.probootstrap-gutter60 > div[class*='col-'] {
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 480px) {
  .probootstrap-gutter60 > div[class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.pb0 {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .img-sm-responsive {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .img-xs-responsive {
    max-width: 100%;
  }
}


.small {font-size: 85%}
.small2 {font-size: 90%}

.indicates-required {
    color: #e24cb9;
    font-size: 80%;
    float: right;
}
.asterisk {
  color: #e24cb9;  
  font-size: 80%;
}


.accordion .mais {
    color: #e24cb9;
    font-size: 22px;
    padding-right: 8px;
    font-family: arial;
}

.accordion .card{
    background-color: #fff
    
}
.accordion .acc {
    border-bottom: 1px solid #ffffff;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #ffffff;
    padding: 15px;
    width: 100%;
    text-align: left;
    box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.07);
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}


.accordion .card-body {
     padding: 30px 40px 20px 40px;
}

.accordion button:focus {
    outline: none;
}
.mb-3 {
    margin-bottom: 3rem
}
.mb-2 {
    margin-bottom: 2rem
}
.mb-1 {
    margin-bottom: 1rem
}

.ebook {
    background-color: #f7f7f7;
    padding-bottom: 1rem;
    padding-top: 2.9rem;
}

.ebook .icon-download {
    color: rgba(51, 51, 51, 0.2);
    font-size: 30px;
    float: left;
    margin-right: 18px;
}
.ebook a {
    color: #8d8d8d;
}
.ebook a:visited {
    color: #8d8d8d;
}
.ebook a:hover {
    color: #55a522;
}
.vantagens {
    background-color: #581e48;
    padding-bottom: 5rem;
    padding-top: 3rem;
}
.vantagens p {
    color: #fff;
}
.vantagens h3 {
    color:#e24cb9;
    font-size: 20px;
    margin-bottom: 0;
}
.vantagens h4 {
    color:#e24cb9;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
    margin-bottom: 0;
}



.depoimentos .secondary-heading {
    color:#000;
}
.links {
    padding-top: 10px;
    text-align: right
}

.links a:link {
    color: #fff;
    font-size: 14px; 
}
.links a:visited {
    color: #fff;
    font-size: 14px; 
}
.links a:hover {
    color: #62c524;
}
@media screen and (max-width: 768px) {
  .links {
    text-align: left;
      
  }
}



@media screen and (max-width: 992px) {
.hidden-sm {
    display: none
}

}

.whatsapp {
    position: fixed;
    top: 90%;
    right: 2%;
    z-index: 10000000;
}
.sombra {
        text-shadow: 0 0 7px rgba(0,0,0,.5);
}



.titulo-principal {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 30px;
    position: relative;
    top: 100px;
    font-weight: 700;
    line-height: 40px;
    color: #000000;
}
.titulo-secundario {
    font-family: 'Roboto', sans-serif;
    color: #e24cb9;
    margin: -20px 0 0 0;
    padding: 0;
    font-size: 80px;
    font-weight: 500;
}



@media screen and (max-width: 768px) {
 .titulo-secundario {
    font-size: 60px;
    padding-bottom: 30px;
}
    .titulo-principal {
    font-size: 23px;
    top: 80px;

}
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f7f7f7;
    font-weight: 100;
}
.card ul {
    padding-left: 28px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem 2rem 2.5rem 2rem;
}
.card-title {
    margin-bottom: .75rem;
    font-size: 2rem;
}
.card-title p{
    margin-top: 0;
    margin-bottom: 1rem;
}

.post-description {
    font-size: 1.8rem;
    margin: 25px 0 50px;
}

.post-description p, ol, ul{
    line-height: 28px;
    font-size: 15px;
}

.post-description img {
    width: 100%
}

.post-description h2 {
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0;
    font-size: 30px;
    line-height: 34px;
    padding: 12px 0;
}
.post-description h3 {
    color: #000;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 34px;
}

.panel {
    box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.07);
    border-radius: 0;
    padding: 10px;
}
.panel h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 80px;
    color: #202020;
    margin-top: -35px;
    
}
.panel .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: inline;
}

.left {
    text-align: left
}
.padding30 {
    padding: 30px 30px 0 30px
}
.padding30 h3 {
    color: #62c524;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 30px;
    margin: 0 0 15px 0;
}
@media screen and (max-width: 480px) {
 .padding30 {
    padding: 0 20px;
}
}
.preco {
    text-decoration: line-through;
    color: #e24ba2;
    font-size: 20px
}
  
.preco2 {
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    color: #202020;
    padding-bottom: 4px
}




/*Contador*/

.flip-clock {
  text-align: center;
  -webkit-perspective: 600px;
          perspective: 600px;
  margin: 0 auto;
    background-color: #f7f7f7;
}
.flip-clock *,
.flip-clock *:before,
.flip-clock *:after {
  box-sizing: border-box;
}
.flip-clock__piece {
  display: inline-block;
  margin: -57px 5px 60px 5px;
}
@media (min-width: 1000px) {
  .flip-clock__piece {
    margin: -23px 5px 60px 5px;
  }
}
.flip-clock__slot {
  font-size: 11px;
  line-height: 1.5;
  display: block;
  /*
  //position: relative;
  //top: -1.6em;
  z-index: 10;
  //color: #FFF;
*/
}
.flip-card {
  display: block;
  position: relative;
  padding-bottom: 0.72em;
  font-size: 3rem;
  line-height: 0.95;
}
@media (min-width: 1000px) {
  .flip-clock__slot {
    font-size: 12px;
  }
  .flip-card {
    font-size: 4rem;
  }
}
/*////////////////////////////////////////*/
.flip-card__top,
.flip-card__bottom,
.flip-card__back-bottom,
.flip-card__back::before,
.flip-card__back::after {
  display: block;
  height: 0.72em;
  color: #fff;
  background: #d14596;
  padding: 0.23em 0.25em 0.4em;
  border-radius: 0;
  backface-visiblity: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  width: 1.8em;
}
.flip-card__bottom,
.flip-card__back-bottom {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: solid 1px #b2347c;
  background: #e24ba2;
  border-radius: 0 ;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}
.flip-card__back-bottom {
  z-index: 1;
}
.flip-card__bottom::after,
.flip-card__back-bottom::after {
  display: block;
  margin-top: -0.72em;
}
.flip-card__back::before,
.flip-card__bottom::after,
.flip-card__back-bottom::after {
  content: attr(data-value);
}
.flip-card__back {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0%;
  pointer-events: none;
}
.flip-card__back::before {
  position: relative;
  overflow: hidden;
  z-index: -1;
}
.flip .flip-card__back::before {
  z-index: 1;
  -webkit-animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
          animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.flip .flip-card__bottom {
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
          animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
}
@-webkit-keyframes flipTop {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    z-index: 2;
  }
  0%,
  99% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    opacity: 0;
  }
}
@keyframes flipTop {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    z-index: 2;
  }
  0%,
  99% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes flipBottom {
  0%,
  50% {
    z-index: -1;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    z-index: 5;
  }
}
@keyframes flipBottom {
  0%,
  50% {
    z-index: -1;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    z-index: 5;
  }
}



.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    font-size: 48px;
}


     
.topo {
   text-align: center;
   padding: 5px 0 10px 0;
   background-color: #f7f7f7;
}
.topo2 {
   padding: 5px 0 10px 0;
   background-color: #fff;
}
.topo3 .flexslider .slides img  {
   width: none;
}
.numero {font-weight: 700;
   font-size: 50px; 
   margin: 0;
  font-family: 'Oswald', sans-serif;
}
.livro {
   color: #e24cb9; 
   font-style: italic; 
   font-size: 29px;
   padding-top: 16px;
   padding-bottom: 10px;
    font-family: 'Open Sans Condensed', sans-serif;

}
@media screen and (max-width: 480px) {
 .livro {
   font-size: 24px;
     padding-top: 0px; 
   }
}
@media screen and (max-width: 768px) {
.livro {
     padding-top: 0px;
   }
}


.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
    right: 0;
  width: 100%;
  height: 100%;
    border: none
}


.iframe-container2 {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container2 iframe{
  position: absolute;
  top:0;
  left: 0;
    right: 0;
  width: 100%;
  height: 100%;
    border: none
}
@media screen and (max-width: 768px) {
.iframe-container2 {
min-height: 500px;
}
}



.video-home {
padding: 60px 60px 40px 60px;
margin-top: 60px;
}

@media screen and (max-width: 480px) {
    .video-home {
    padding: 0 0 20px 0;
    margin-top: 80px;
    }
}
.video-home2 {
padding: 10px;
margin: 20px 120px;
background-color: #033572;

}

@media screen and (max-width: 480px) {
    .video-home2 {
    padding: 10px;
    margin: 20px 0px;
    }
}
@media screen and (max-width: 768px) {
 .video-home2 {
    padding: 10px;
    margin: 20px 0px;
    }
}

button:focus   {
    outline:none
}


/*
@media screen and (max-width: 480px) {
.probootstrap-animate {
padding: 20px 20px 0 20px;
}
}
*/

.navbar-header h1 {
    padding: 0;
    margin: 0;
}



/*Pagina Manual*/
       .manual-topo {
            background: #3569a2;
        }
        .manual-topo h1{
            color: #fff;
             font-family: 'Oswald', sans-serif;
            font-size: 37px;
            margin-top: 10px;
            font-weight: 100;
        }
        .manual-topo p{
            color: #3569a2;
            font-size: 18px;
            background-color: #fff;
            padding: 2px 20px;
            width: fit-content;
        }
        .subtitulo {
            font-size: 18px;
        }
         .font1 p {
            font-size: 18px;
            color: #8d8d8d;
            line-height: 1.5;
        }
        .manual {
            padding: 30px 0 20px 0;
        }
       .manual h2  {
            font-family: 'Oswald', sans-serif;
            font-size: 38px;
            font-weight: 300;
            margin-top: 0px;
        }

        .rosa {
            color: #e24cb9;
        }
        .blue {
            color: #517db0;
        }
        .bg-blue {
            background-color: #e8f4fd;
        }
        .bg-grey {
            background-color: #f8f8f8;
        }
        .btn-plus {
            padding: 15px 45px;
            font-size: 17px;
        }
        .listax ul {
          list-style: none;
            margin: 0;
            padding: 0;
            font-size: 16px;
        }
        .item{
            position: relative;
            margin: 9px 0px;
        }
        .item::before{
            content: '';
            position: relative;
            left: 0;
            top: 0;
            padding: 3px 15px;
            background-image: url(../img/ico-fecha.png);
            background-repeat: no-repeat;
        }
         .manual .espaco {
          padding-top: 50px;
        }
        .manual .panel h3 {
          font-size: 20px;
          color: #8d8d8d;
          margin: 10px 0 5px 0;
        }
 
      .personas ul {
          list-style: none;
            margin: 0;
            padding: 0;
            font-size: 16px;
        }
        .persona{
            position: relative;
            margin: 15px 0px;
        }
        .persona::before{
            content: '';
            position: relative;
            left: 0;
            top: 0;
            padding: 3px 15px;
            background-image: url(../img/ico-ok.png);
            background-repeat: no-repeat;
        }
        .personas .panel {
            padding: 20px 30px
        }

        .accordion .card-body {
        margin-top: -11px;
        background-color: #ffffff;
        box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.07);
        }
        .yellow {
            color: #ffde00;
            font-size: 19px
        }
         .face img {
        float: right !important;
        }
        .branc {
        background: #fff;
        box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.07);
        padding: 20px 30px 10px 30px;
        }
        .branc p { 
        margin-bottom: 0px;
        }
        .probootstrap-block-image figure img {
        max-width: 100%;
        }
        .valor {
            color: #cf2200;
            padding-top: 10px;
            font-weight: 600;
            text-decoration:line-through
        }
        .valor-bonus {
            color: #62c524;
            font-weight: 600;
            float: right;
        }
          .price .panel {
            box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.07);
            background: #517db0;
            padding: 0;
          }
       
          .price img {
              width: 100%;
          }
          .price .text {
              padding: 20px 20px 0 20px
          }

          .price .text {
              color:  #fff;
          }
          .price .valor {
              color:#62c524;
              font-size: 27px;
              font-weight: 100;
              margin-bottom: 10px;
          }
          .price .separador {
              color:#255389;
          }
            .redes-sociais li a{
                color: #cfcfcf;
            }
.links2 {
    padding-top: 10px;
    text-align: center
}

.links2 a:link {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px; 
}
.links2 a:visited {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px; 
}
.links2 a:hover {
    color: #e24cb9;
}
.rodape {
  background: #262626;
  padding: 15px 0;
  color: rgba(255, 255, 255, 0.2);
}
.rodape p{
    padding: 0;
    margin: 0;
    text-align: left;
}
.rodape2 {
  background: #000000;
  padding: 0;
  color: rgba(255, 255, 255, 0.4);
}
.sumario {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.sumario-pontos {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-left: 3px;
	margin-right: 5px;
	margin-bottom: calc((24px - 14px) / 2);
}
.sumario-pontos,
.sumario ul li {
	background-image: -webkit-radial-gradient(circle closest-side, rgba(0, 0, 0, .2) 99%, transparent 1%);
	background-image: radial-gradient(circle closest-side, rgba(0, 0, 0, .2) 99%, transparent 1%);
	background-position: bottom;
	background-size: 5px 3px;
	background-repeat: repeat-x;
}
.sumario-title {
    font-size: 16px;
}
.sumario-text {
    font-size: 15px;
}
.sumario-paginacao {
    color: #517db0;
    font-weight: 400;
}
@media (min-width: 992px) { 
        .personas {
            margin-top: -100px;
        }
}   
@media screen and (max-width: 480px) {
        .font1 p {
            font-size: 16px;
        }
        .manual {
            padding: 20px 0;
        }
        .manual-topo h1{
            font-size: 28px;
            margin-top: 0px;
        }
        .manual ul {
          padding-top: 0px;
        }
        .manual .espaco {
          padding-top: 0px;
        }
        .manual-topo p {
            font-size: 16px;
        }
        .font1 p {
            font-size: 16px;
        }
        .manual h2{
            font-size: 31px;
        }


    .rodape p{
    text-align: center;
}
}
/*Fim Pagina Manual*/    


.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
   



/*Inicio Imersao*/  

.imersao h1  {
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    margin-top: 0px;
    color: #fff;
}
.imersao h2  {
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    margin-top: 0px;
    color: #009fe3
}
.imersao h3  {
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    margin-top: 0px;
    color: #009fe3
}
.imersao .title  {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 100;
    margin-top: 0px;
    color: #009fe3;
}
.imersao .title2  {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 100;
    margin-top: 0px;
    color: #fff;
    margin-bottom: 40px
}
.branco {
    color: #fff;
    font-size: 16px;
}
.logo-imersao  {
    display: inline-block;
}
.nova-turma p {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-weight: 100;
    color: #fff;
    margin-bottom: 10px;
    margin-top: -15px
}

.imersao .subtitulo {
    margin-bottom: 30px;
}
.imersao .probootstrap-section-bg {
    height: 490px;
}


@media screen and (max-width: 480px) {
.imersao h1  {
        font-size: 24px;
}
    .nova-turma p {
            font-size: 22px;
}
    .imersao .title  {
        font-size: 30px;
}
        .imersao .title2  {
        font-size: 30px;
        margin-bottom: 30px
}
    .imersao .subtitulo {
    font-size: 16px;
        margin-bottom: 20px;
}
.imersao .garantia img {
 width: 100%;
}
    .logo-imersao img {
width: 250px;
margin-bottom: 10px
}
    .logo-imersao p {
margin-bottom: 5px
}
}



@media screen and (max-width: 768px) {
.imersao .probootstrap-section-bg {
    height: 1240px;
}
    .logo-imersao h3 {
font-size: 22px;
padding-bottom: 10px
}
    
}

@media screen and (max-width: 992px) {
.imersao .probootstrap-section-bg {
    height: 530px;
}
    .figure2 {
        display: none
    }
}
@media screen and (max-width: 576px) {
.imersao .probootstrap-section-bg {
    height: 600px;
}
}
@media screen and (max-width: 320px) {
.imersao .probootstrap-section-bg {
    height: 640px;
}
}


.imersao .panel {
    padding: 30px 50px 15px 50px;
}

.imersao .probootstrap-section-bg {
    padding: 2em 0;
}
.imersao .bonus {
    color: #fff
}
.imersao .bonus h3 {
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 26px;
}
.imersao .vantage h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 26px;
    margin-top: 10px;
    color: #8d8d8d
}


.imersao .bonus .figure {
    padding-top: 30px
}
.imersao .bonus .figure2 {
    padding: 0;
    margin: 0;
}
.imersao .bonus .figure3 {
    padding: 0;
    margin: 0;
}

 .imersao .valor {
    color: #62c524;
    padding-top: 10px;
    font-weight:600;
    text-decoration:line-through;
     font-size: 18px
}
.imersao .valor-bonus {
    color: #fff;
    font-weight: 600;
    float: left;
    font-size: 18px
}
.imersao .manual .panel h3 {
    color: #8d8d8d;
     font-family: 'Open Sans Condensed', sans-serif;
    font-size: 26px;
}
.probootstrap-section3 {
  padding: 2em 0;
    background-color: #fff;
}
.preco-imersao h4 {
 color: #a8a8a8;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
.preco-imersao img{
 width: 100%;
}
.imersao .garantia {
    background-color: #1b3f6e;
    color: #fff;
}
.imersao .garantia h2 {
margin: 30px 0;
}

.imersao .accordion .mais {
    color: #72cbed;
}
.imersao .rodap {
   background: url(../img/bg-rodape-imersao.jpg) no-repeat left 100%;
    height: 425px;
    background-size: cover;
     background-position: center top;
    padding-top: 120px
}
.imersao .rodap-int {
   background: url(../img/bg-rodape-imersao-internas.jpg) no-repeat left 100%;
    height: 425px;
    background-size: cover;
     background-position: center top;
    padding-top: 120px
}
.imersao .rodap2 {
    color: #fff;
    padding-top: 60px;
    background: url(../img/barra-rodape2.png) no-repeat left 100%;
    background-position: center top;
    
}
.imersao .rodap3 {
    color: #fff;
    padding-top: 60px;
    background: url(../img/barra-rodape2.png) no-repeat left 100%;
    background-position: center top;
    background-color: #f3f3f3;
    
}
.imersao .rodap2 h2 {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 20px
}

.rodap2 img {
    width: 100%;
}

.rodap2 p {
    margin-bottom: 5px;
}
.rodap3 p {
    margin-bottom: 5px;
}


.probootstrap-sociais a {
  color: #939393;
}

.probootstrap-sociais a:hover {
  color: #fff;
}
.probootstrap-sociais p:last-child {
  margin-bottom: 0;
  text-align: right
}
.botao{
    height: 40px;
    background-color: #fff;
}


@media screen and (max-width: 768px) {
  .probootstrap-sociais p.sociais-text {
    margin-top: 10px;
       text-align: left
  }
    .rodap2 p {
    margin-bottom: 15px;
}
    .imersao .panel {
    padding: 30px;
}

}
.imersao .bg-white {
    padding: 3rem 0 1rem 0;
}
.imersao .logo-rodape {
    float: right;
}
.imersao .rodap p {
    color: #fff;
    margin-bottom: 10px;
}
.imersao .rodap .links a {
    color: #fff;
}
.imersao .rodap .links a:hover {
    color: #72cbed;
}
.imersao .zap a {
    color: #62c524;
}
.imersao .zap a:hover {
    color: #fff;
}
.imersao .zap {
    padding-top: 50px
}

@media screen and (max-width: 770px) {
.probootstrap-sociais p:last-child {
  text-align: left;
  padding-top: 10px;
}
    .imersao .rodap2 h2 {
    margin-top: 0px
}

    .imersao .logo-rodape img{
    width: 70%;
}
    .imersao .rodap {
   background: url(../img/bg-rodape-imersao.jpg) no-repeat left 100%;
    height: 550px;
    background-size: cover;
     background-position: none;
    padding-top: 120px
}
     .imersao .rodap-int {
   background: url(../img/bg-rodape-imersao-internas.jpg) no-repeat left 100%;
    height: 550px;
    background-size: cover;
     background-position: none;
    padding-top: 120px
}
    .imersao .zap {
    padding-bottom: 10px;
}
}


 .imersao .links {
    padding: 35px 10px;
}

@media screen and (max-width: 480px) {

.internas .slider-height, .flexslider, .flexslider .slides > li {
    height: 700px;
}
    
}

.imersao .probootstrap-custom-link:before {
  background: #62c524;

}
.cor-link a {
    color: #62c524;
}
.cor-link a:hover {
    color: #55a522;
}
.cor-link2 a {
    color: #ccc;
}
.cor-link2 a:hover {
    color: #62c524;
}
.border-video {
    border: 0
}
 .imersao .menus li .text .price {

    color: #62c524;
}
.imagem-redes img {
    width: 100%;
}

.topo1 .probootstrap-section-bg {
    padding: 20px 0 50px 0;
}

.topo1 .panel {
    padding: 30px 50px 20px 50px
}
.topo4 .probootstrap-section-bg {
    padding: 20px 0 50px 0;
}

.topo4 .panel {
    padding: 30px 50px 20px 50px
}



.barra-azul {
    background-color: #202662;
    color: #fff;
    font-size: 18px;
    padding-bottom: 20px;
}
.imagem {
    height: 100%;
}
.espaco {
    padding-top: 5px;
    padding-bottom: 10px
}



ul#countdown {
  position: relative;
  top: 50%;
  width: 50%;
  margin: 0 auto;
  padding: 20px 0 0 0;
  font-family: 'Oswald', sans-serif;
}
ul#countdown li {
  margin: 0 -3px 0 0;
  padding: 0;
  display: inline-block;
  width: 25%;
  font-size: 70px;
  text-align: center;
    
}
ul#countdown li .label {
  color: #adafb2;
  font-size: 15px;
  text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
  font-weight: 100;
    
}


@media screen and (max-width: 768px) {
ul#countdown {
  width: 100%;
}
  ul#countdown li {
  width: 20%;
  font-size: 50px;    
}
  ul#countdown li .label {
  font-size: 12px;
    
}
    .topo1 .panel {
    padding: 30px 30px 10px 30px;
}
     .topo4 .panel {
    padding: 30px 30px 10px 30px;
}
    .fundo-topo {
    padding: 20px 10px;

}
     
}

@media screen and (max-width: 992px) {
  ul#countdown {
     top: 50%;
      width: 100%;
}
  ul#countdown li {
  width: 25%;
  font-size: 50px;    
}
}
    
.fundo-topo {
    box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.07);
    padding: 20px;
    background: #fff;
    margin-bottom: 25px
}
@media screen and (max-width: 768px) {
    .fundo-topo {
    padding: 20px 10px 10px 10px;

}   
}

.cards {
    box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.07);
    padding: 20px;
    background: #fff;
    margin-bottom: 25px
}
    

.menu {
    padding-top: 20px
}
.branco-menu {
    color: #fff;
    margin-left: 5px
}

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


.btn-light {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px
}



.fundo-topo .label {
    text-align: center;
    display: inline-block;
    padding: 10px 15px;
    background-color: #62c524;
    color: #FFFFFF;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 15px
}
.verde {
    color: #62c524
}

.label2 {
    text-align: center;
    display: inline-block;
    padding: 7px 15px 5px 15px;
    background-color: #FFF;
    color: #62c524;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 15px
}

.font-social a:link {
    font-size: 19px;
}



@media screen and (max-width: 1024px) {
.cards h3 {
      font-size: 25px
  }
    .cards h2 {
      font-size: 25px
  }
    .panel img {
    width: 60%;
}   
}


@media screen and (max-width: 768px) {
.panel img {
    width: 70%;
}  
    .btn.btn-ghost {
    padding: 10px 10px;
}
    
}
.alerta {
    background-color: #9a0707;
    padding: 10px 0;
    text-align: center;
        
}

.alerta p {
    padding: 0;
    margin: 0;
    color: #fff  ;
    font-size: 18px
}


#mtabs li {
    display: inline;
}
#mtabs li a {
    background-color: #192051;
    color: #636885;
    font-size:14px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
}
#mtabs li a:hover {
        color: #62c524;
    background-color: #295da8
}
#mtabs li.active a {
    background-color: #62c524;
    color: #fff
    /*border-bottom: none;*/
}
#mtabs li.active a:hover {
        background-color: #62c524;
}
 
#mtabs_content_container {
    width: 100%;
}
.mtab_content {
    display: none;
}

#mtabs ul {
    padding: 0
}

.img {
    width: 100%;
    padding-bottom: 20px;
}