.login-form-to-win {
    display: none;
}

.login-form-to-win h3 {
    font-size: 14px;
    color: #FFF;
}

.login-form-to-win input {
    
}

.login-form-to-win button {
    
}

.gecko.win .login-box form {
    display: none;
}

.gecko.win .login-form-to-win {
    display: block!important;
}

.mobile-form-login {
    display: none;
}

.logo-exame {
    position: absolute;
    left: 65%;
    top: 12px;
}

.main-header .body-header .logo img {
  width: 100%;
  max-width: 505px;
  height: auto;
}

span.logged-user {
    color: #00bae6;
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    width: 100%;
    margin-top: 15px;
}

a.btn-logout {
    background-color: #005791!important;
    color: #fff!important;
    position: absolute!important;
    right: 10px;
    bottom: 10px;
    text-transform: uppercase;
}

a.btn-logout::before {
  display: none;
}

.redes-box {
    padding: 5px 0px 2px 0px;
    display: table;
    width: 100%;
    background: #00bae6;
}

.redes-box .container {
    display: table;
    width: 100%;
}

.redes-box a {
    border: 3px solid #0097de;
    background-color: #0097de;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    padding: 2px;
}

.redes-box a.btn-facebook:hover {
    border-color: #3b629e;
    background-color: #3b629e;
    color: #ffffff!important;
}

.redes-box a.btn-youtube:hover {
    border-color: #3b629e;
    background-color: #3b629e;
    color: #ffffff!important;
}

.redes-box a.btn-linkedin:hover {
    border-color: #3b629e;
    background-color: #3b629e;
    color: #ffffff!important;
}

.redes-box a.btn-sac {
  height: 45px;
  width: 45px;
  position: relative;
}

.redes-box a.btn-sac img {

}

.redes-box a.btn-sac span {
  position: absolute;
  right: -125px;
  width: 130px;
  height: 25px;
  padding: 1px 0px;
  top: 50%;
  margin-top: -12px;
  background-color: #008eb8;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.redes-box a.btn-sac:hover {

}

.sub-menu {
    color: #fff;
    margin: 0px 0px;
}

.sub-menu ul li {
    border-left: 1px solid #41d0ee;
    border-right: none;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    color: #ffffff;
}

.sub-menu ul li:first-child {
    border-left: none;
}

.sub-menu ul li a {
   margin-right: 0px;
   margin-left: 0px; 
   padding: 0px;
   color: #ffffff;
   background-color: transparent!important;
   font-size: 12px;
   text-transform: uppercase;
}

.sub-menu ul li a:not([href]):not([tabindex]) {
  color: #ffffff;
}

.sub-menu ul li a:hover {
    text-decoration: underline!important;
    cursor: pointer;
}

.sub-menu ul li.form-line {
    border-left: none;
}

.search-form {
    border: 1px solid #0a83b8;
    border-radius: 4px;
    background-color: #ffffff;
}

.search-form .input-group {
    margin-bottom: 0px;
}

.search-form .input-group input {
    border-radius: 0px;
    border: none;
    background-color: transparent;
    color: #1984b6;
    font-size: 12px;
    padding: 7px 18px 7px 18px;
    font-family: 'Roboto', sans-serif;
}

.search-form .input-group span {
    border: none!important;
    border-radius: 0px;
    background-color: transparent;
    color: #1984b6;
    font-size: 14px;
    padding: 0px 10px!important;
    cursor: pointer;
}

.search-form .input-group span i {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.search-form .input-group.input-group-focus span i {
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.dropdown.language {
    margin: 0px 10px;
}

.dropdown.language button {
    background-color: transparent;
    padding: 0px;
}

.dropdown.language button img {
    width: 40px;
    margin-left: 15px;
}

.dropdown.language .btn-secondary.active, .dropdown.language .btn-secondary:active, .dropdown.language.show>.btn-secondary.dropdown-toggle {
    background-color: transparent;
}

.dropdown.language .dropdown-toggle::after {
    color: #fff;
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.dropdown.language .dropdown-menu {
    background-color: rgba(0,0,0,0.2);
    min-width: 70px;
    padding: 0px 0px;
    margin-top: 5px;
}

.dropdown.language .dropdown-menu:before {
    color: rgba(0,0,0,0.2);
    top: -5px;
}

.dropdown.language a {
    display: block;
    padding: 0px;
    margin: 0px;
}

.dropdown.language a img {
    width: 40px;
}

.body-header .login-box {
    margin-top: 0px;
    height: 100%;
    display: table;
    width: 100%;
}

.body-header .login-box h3 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  width: 100%;
  color: #005791;
  text-transform: uppercase;
  font-weight: bold;
  display: inline;
  vertical-align: middle;
}

.body-header .login-box h3 span {
  float: right;
  height: 23px;
  width: 23px;
  text-align: center;
  background-color: #a7c1d8;
  border-radius: 50%;
  display: table;
}

.body-header .login-box h3 span i {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  font-size: 14px;
}

.body-header .login-box .form-login a {
  position: relative;
  font-size: 11px;
  padding: 3px 5px;
  display: inline-block;
  margin: 0px;
  text-align: left;
  text-decoration: none!important;
  transition: all .3s ease;
  color: #005791;
}

.body-header .login-box .form-login .bar {
  display: none;
}

.body-header .login-box .form-login a:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: -2px;
  width: 1px;
  height: 15px;
  background-color: #005791;
  display: none;
}

.body-header .login-box .form-login a.animation2 {
  padding-right: 5px;
  padding-left: 0px;
}

.body-header .login-box .form-login a.animation2:before {
  display: none;
}

.body-header .login-box .form-login a.animation2:hover {
  /*padding-right: 0px;
  padding-left: 5px;*/
}

.body-header .login-box .form-login a:hover {
  color: #005695;
}

.body-header .login-box .form-login a i {
  margin-left: 5px;
  transition: all .3s ease;
}

.body-header .login-box .form-login a:hover i {
  /*margin-left: 10px;*/
}

.body-header .login-box .form-login a.animation2:hover i {
  /*margin-left: 10px;*/
}

.form-login {
    display: table-cell;
    vertical-align: middle;
    max-width: 300px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.form-login table {    
    border: none;
    border-radius: 5px;
    table-layout: fixed;
    width: 100%;
    background-color: #efeff7;
}

.form-login table tr td {
    padding: 5px 10px 0px 10px;
}

.form-login table tr:last-child td {
    padding-bottom: 5px;
}

.body-header .login-box .form-login input {
    max-width: 100%;
    display: inline-block;
    border-radius: 2px;
    font-size: 12px;
    padding: 7px 60px 7px 10px;
    color: #005791;
    background-color: #d7dfeb;
    border: none;
    max-width: 100%!important;
}

.body-header .login-box .form-login input.input-email {
  padding-right: 10px;
}

.body-header .login-box .form-login input::placeholder {
    color: #005791;
}

.body-header .login-box .form-login .btn-login {
  font-size: 12px;
  position: absolute;
  right: 25px;
  background-color: #005791;
  border-radius: 2px;
  width: 55px;
  height: 29px;
  text-align: center;
}

.body-header {
    background-color: #007eca;
}

.social-network-content {
    display: table-cell;
    vertical-align: middle;
}

.menu-box.mobile {
    position: absolute;
    left: 0px;
    top: -5px;
}

.nav-btn-content {
    display: none;
    vertical-align: middle;
}

#new-nav-icon {
    /*width: 60px;*/
    /*height: 45px;*/
    width: 35px;
    height: 25px;
    position: relative;
    margin: 0px 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#new-nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #ffffff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#new-nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#new-nav-icon span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#new-nav-icon span:nth-child(1), #new-nav-icon span:nth-child(2) {
  top: 0px;
}

#new-nav-icon span:nth-child(3), #new-nav-icon span:nth-child(4) {
  top: 10px;
}

#new-nav-icon span:nth-child(5), #new-nav-icon span:nth-child(6) {
  top: 20px;
}

#new-nav-icon.open span:nth-child(1),#new-nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#new-nav-icon.open span:nth-child(2),#new-nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#new-nav-icon.open span:nth-child(1) {
  left: 2px;
  top: 7px;
}

#new-nav-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#new-nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#new-nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#new-nav-icon.open span:nth-child(5) {
  left: 2px;
  top: 17px;
}

#new-nav-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 17px;
}

.main {
    overflow-x: hidden;
}

.sac-mobile {
    display: none;
}

.sac-mobile .sac-box {
    height: auto;
    margin-bottom: 0px;
    margin-top: 10px;
    min-width: 185px;
}

.sac-mobile .sac-box img {
    width: 40px;
}

.sac-mobile .sac-box font {
    font-size: 18px;
    line-height: 20px!important;
}

/*Gooey*/

.language-dropdown {
  position: relative;
  margin-right: 3px;
  border-left: none!important;
}

.dropbox-content {
  background-color: #83dff4;
  padding-right: 25px;
  padding-left: 5px;
  border-radius: 10px;
  border: 1px solid #2e70aa;
}

.nav--checkbox {
     display: none;
}
 .nav--button {
     position: relative;
     bottom: 0px;
     right: 0px;
     height: 32px;
     width: 40px;
     background-color: #83dff4;
     border-radius: 50%;
     z-index: 666;
     cursor: pointer;
     padding: 5px 8px;
     margin-bottom: 0px;
     transition: background-color .3s ease;
}

.nav--button i {
  position: absolute;
  right: -12px;
  top: calc(50% - 12px);
  font-size: 16px;
  z-index: 10000;
  color: #2e70aa;
  transition: all .3s ease;
}
.nav--button:hover {
    background-color: #83dff4;
}

 .nav--button span {
     position: relative;
     display: inline-block;
     top: 35px;
     left: 50%;
     height: 3px;
     width: 25px;
     transform: translateX(-50%);
}
 .nav--button span::after, .nav--button span::before {
     content: "";
     position: absolute;
     left: 0;
     display: inherit;
     height: inherit;
     width: inherit;
     background-color: #fff;
}
 .nav--button span::before {
     top: -5px;
}
 .nav--button span::after {
     top: 5px;
}
 .nav--small {
     position: absolute;
     bottom: -2px;
     left: 11px;
     height: 38px;
     width: 38px;
     background-color: #83dff4;
     border-radius: 50%;
     /*box-shadow: 0 3px 7px -5px rgba(0,0,0,.17);*/
     box-shadow: none;
     /*transition: all 500ms cubic-bezier(0.6, -0.5, 0.4, 1.5);*/
     transition: all 500ms ease;
     z-index: 1;
     padding: 8px 8px;
}
 .nav--small a {
     position: relative;
     display: block;
     height: inherit;
     width: inherit;
     border-radius: inherit;
     text-decoration: none;
     color: white;
}
 .nav--small a i {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     font-size: 19px;
}
 .nav--btn-1 {
     background-color: transparent;
}
 .nav--btn-2 {
     background-color: transparent;
     transition-delay: 50ms;
}


 .nav--checkbox:checked ~ .nav--btn-1 {
     bottom: -40px;
     background-color: #83dff4;
}
 .nav--checkbox:checked ~ .nav--btn-2 {
     bottom: -80px;
     background-color: #83dff4;
}

.nav--checkbox:checked ~ .nav--button {
    background-color: #83dff4;
}

.nav--checkbox:checked ~ .nav--button i:before {
  /*content: "\f0de";*/
}

.content-sac-box {
  display: table;
  position: relative;
  width: 50%;
  height: 100%;
}

.content-sac-box .sac-box {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0px;
  z-index: 1;
  margin-bottom: 0px;
  height: auto;
  display: table-cell;
}

.content-sac-box .sac-box img {
  width: 80px;
}

.content-sac-box .sac-box font {
  font-size: 28px;
  line-height: 40px!important;
}

[vw] [vw-access-button] .access-button {
  width: 40px;
}

[vw] [vw-access-button] {
  width: 150px;
}

#menu-navbar {
  transition: all .3s ease;
}

#menu-navbar.menu-floating {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.search-form input::placeholder {
  color: #1984b6;
}

.redes-box a i {
    font-size: 14px;
}

.main-header .body-header .logo {
  display: table;
  height: 100%;
}

.main-header .body-header .logo a {
  display: table-cell;
  vertical-align: middle;
}

.colored-border {
  background-color: #845096;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#845096, endColorstr=#c56c35);
  background-image: -moz-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
  background-image: linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
  background-image: -webkit-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
  background-image: -o-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
  background-image: -ms-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,#845096), color-stop(22.22%,#c56c35),color-stop(33.33%,#008689),color-stop(44.44%,#00b5fb),color-stop(55.55%,#92ee93),color-stop(66.66%,#845096),color-stop(77.77%,#c56c35),color-stop(88.88%,#008689),color-stop(100%,#00b5fb));
}

body.modal-open {
  overflow: auto;
  padding-right: 0px!important;
}

.container {
    max-width: 1024px;
}

.color-bar {
  height: 15px;
}

.navbar .navbar-nav .nav-link {
  color: #366bc3!important;
  font-weight: bold;
  padding: 0px 24px;
  margin: 10px 0px;
  cursor: pointer;
}

.lang-es .navbar .navbar-nav .nav-link {
  padding: 0px 22px;
}

.banner .media {
  border-bottom: none;
}

.navbar-nav .nav-item a {
  border-right: 1px solid #c4d4ee;
}

.navbar-nav .nav-item:last-child a {
  border-right: none;
}

.navbar-nav .nav-item:first-child a {
  border-right: none;
}

.menu-desktop a {
  border-right: none!important;
}

.navbar-nav {
  max-width: 1046px;
}

.img-ideia-vale-ouro-header {
  max-width: 160px;
  margin-top: 15px;
}

.img-sac-header {
  margin-top: 25px;
  height: auto;
}

body.en .navbar .navbar-nav .nav-link {
  padding: 0px 29px;
}

body.es .body-header .login-box h3 {
  font-size: 10px;
}

body.es .navbar .navbar-nav .nav-link {
  padding: 0px 22px;
}

.show-for-mobile {
  display: none;
}

.show-for-tablet {
  display: none;
}

#freeze-video {
  display: none!important;
}

@media (max-width: 1366px){
  .redes-box a i {
    font-size: 14px;
  }

  .redes-box a {
    width: 30px;
    height: 30px;
    padding: 2px;
  }
}

@media (max-width: 1350px){
  .content-sac-box {
    width: 40%;
  }

  .content-sac-box .sac-box img {
    width: 75px;
  }

  .content-sac-box .sac-box font {
    font-size: 22px;
    line-height: 38px!important;
  }
}

@media (max-width: 1280px){
    .body-header .login-box h3 {
        font-size: 14px;
    }

    .body-header .login-box .form-login input {
        max-width: 78%;
    }
}

@media (max-width: 1250px){
  .content-sac-box {
    width: 40%;
  }

  .content-sac-box .sac-box img {
    width: 40px;
  }

  .content-sac-box .sac-box font {
    font-size: 22px;
    line-height: 18px!important;
  }
}

@media (max-width: 1150px){
  .content-sac-box {
    width: 35%;
  }

  .content-sac-box .sac-box img {
    width: 35px;
  }

  .content-sac-box .sac-box font {
    font-size: 14px;
    line-height: 18px!important;
  }
}

@media (max-width: 1080px) {
    .container {
        max-width: 100%;;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0px 18px;
    }
}

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

    .logo-exame {
        display: none;
    }

    .login-box {
        
    }

    .sub-menu li {
        display: none!important;
    }

    .sub-menu li.language-dropdown {
        display: inline-block!important;
        margin-right: -10px;
    }

    .social-network-content {
        text-align: right;
        padding: 4px 0px;
        float: right;
    }

    .freeze-video {
        display: none!important;
    }

    .sac-mobile {
        display: block;
    }

    .sac-mobile .sac-box {
        float: right;
    }

    .mobile-form-login h3 {
        margin-top: 15px!important;
    }

    .nav-btn-content {
        display: table-cell;
    }

    .content-sac-box {
      display: none;
    }

    #menu-navbar {
      display: none;
    }

    .mobile-menu-lenguage {
      display: none;
    }

    .color-bar {
      display: block!important;
      height: 6px;
    }

    .nav-btn-content {
      position: absolute;
      z-index: 100;
      top: 5px;
    }

    .nav-drill {
      margin-top: 45px!important;
    }

    .search-form .input-group input {
      padding: 10px 18px 10px 18px;
    }

    .all-timeline {
      right: 15px;
      padding: 14px 5px 14px 10px;
      width: 171px;
      font-size: 10px;
    }

    .timeline-float-box {
      right: 15px;
    }

    .section-timeline-ano .timeline-image-box {
      right: 45px;
    }

    .section-numeros .box-numeros {
      max-width: 280px;
      margin-left: auto;
      margin-right: auto;
    }

    .footer-menu-list li a {
      text-align: left;
    }

    .hide-for-tablet {
      display: none;
    }

    .show-for-tablet {
      display: inherit;
    }

    footer .social-network-content {
      position: relative!important;
      float: none;
      right: auto!important;
      display: table;
      left: auto;
      margin-top: 30px;
    }

    footer .social-network-content a {
      width: 30px!important;
      height: 30px!important;
      padding: 4px!important;
    }

    footer .social-network-content a i {
      font-size: 14px!important;
    }

    .btn-positivamente {
      display: none!important;
    }

    .section-ideia-vale-ouro .box-ideia-vale-ouro img {
      height: auto;
      max-width: 85%;
    }

    .sac-link-header {
      text-align: center;
    }

    .section-highlights .destaque-principal h3 {
      font-size: 42px;
    }

    .section-complexo .title.desktop .main-title {
      font-size: 42px;
    }

    .section-features .main-title {
      font-size: 41px;
      line-height: 45px;
    }

    .section-features .section-description {
      font-size: 14px;
    }

    .features-content-box li .description-box .description-content p {
      font-size: 12px;
    }

    .section-timeline .main-title {
      font-size: 33px;
      line-height: 38px;
    }

    .section-timeline .timeline-content {
      padding: 30px 50px 0px 30px;
      min-height: 300px;
    }

    .timeline-float-box {
      width: 395px;
    }

    .timeline-float-box:before {
      width: 395px;
    }

    .section-timeline-ano .timeline-image-box {
      width: 400px;
      height: 327px;
    }

    .section-timeline-ano .year h1 {
      font-size: 63px;
    }

    .section-timeline-datas .col-md-1 {
      padding: 0px 5px;
    }

    .section-timeline-datas .data-box a {
      font-size: 20px;
    }

    .section-timeline-ano .timeline-image-box .thumb-content {
      height: 255px;
    }

    .section-timeline .timeline-content h3 {
      font-size: 20px;
      line-height: 23px;
    }

    .section-timeline .timeline-content p {
      margin: 20px 0px 0px 0px;
      font-size: 12px;
      line-height: 15px;
    }

    .section-numeros .main-title {
      font-size: 40px;
    }

    .section-videos .main-title {
      font-size: 32px;
    }

    .section-videos.second h3 {
      font-size: 24px;
    }

    .section-videos.second .btn-video-slide {
      padding: 14px 15px 14px 33px;
      font-size: 10px;
    }

    .all-news {
      position: relative;
      display: table;
      margin-left: auto;
    }

    .section-highlights .btn-destaque-principal {
      margin-top: 0px;
    }

    .language-selector-col {
      padding-right: 0px;
    }

    .dropbox-content {
      padding-right: 10px;
    }

    .nav--button i {
      right: -6px;
    }

    .features-colored-bar {
      width: 255px!important;
    }

    .features-content-box li .description-box .description-header h3 {
      text-align: center;
    }

    .video-colored-bar {
      width: 150px!important;
    }

    .all-videos {
      bottom: 10px;
    }

    .section-numeros .section-title {
      font-size: 15px;
    }

    .numeros-colored-bar {
      width: 175px!important;
    }

    .section-numeros .box-numeros .box-numeros-description p {
      font-size: 19px;
      font-family: 'Poppins', sans-serif;
    }

    .frame-video-box .youtube {
      width: 100%;
      height: 500px;
    }

    .features-content-box {
      margin-left: 10px;
    }

    .section-numeros {
      background-position: left center;
    }

    .highlight-colored-bar {
      width: 220px!important;
    }

    .tour-colored-bar {
      width: 125px!important;
    }

    .timeline-colored-bar {
      width: 150px!important;
    }

    .saude-colored-bar {
      width: 133px!important;
    }

    .links-colored-bar {
      width: 105px!important;
    }

    .breadcrumbs .description {
      width: 100%;
    }

    .breadcrumbs .title-arrow {
      max-width: 100%;
      width: 100%;
    }
}

@media (max-width: 767px) {
    .show-for-mobile {
      display: table;
    }

    .show-for-tablet {
      display: none;
    }

    .hide-for-mobile {
      display: none!important;
    }
    
    .language-selector-col {
      display: table;
    }

    .img-sac-header {
      margin-top: 0px;
    }

    .section-mobile {
      background: #f6faff!important;
      display: block;
    }

    .form-login {
      padding-top: 0px;
    }

    .section-highlights {
      background: linear-gradient(to bottom, transparent 30%,#3ec3f1 100%), linear-gradient(to top, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 100%),url(../img/fundo_destaque.png)!important;
      background-repeat: no-repeat, no-repeat!important;
      background-position: bottom center, top right, top right!important;
      background-size: cover, cover!important;
    }

    .section-highlights .section-title {
      font-size: 14px;
    }

    .highlight-colored-bar {
      width: 173px!important;
      display: none;
    }

    .section-highlights .destaque-principal h3 {
      font-size: 28px;
      line-height: 32px;
    }

    .section-highlights .btn-destaque-principal {
      padding: 7px 10px 7px 24px;
      width: 120px;
      font-size: 12px;
    }

    .all-news {
      margin-left: 15px;
      font-size: 12px;
      padding: 8px 14px 8px 15px;
      width: 200px;
    }

    .features-content-box {
      position: relative;
    }

    .features-buttons-box {
      margin-bottom: 0px;
      margin-top: 30px;
      width: 100%;
    }

    .section-features .main-title {
      font-size: 28px;
      line-height: 32px;
      padding-right: 50px;
    }

    .col-features-2 {
      padding-right: 0px;
    }

    .section-features .section-description {
      margin-bottom: 45px;
    }

    .section-features .section-title {
      font-size: 14px;
    }

    .features-colored-bar {
      width: 200px!important;
      display: none;
    }

    .section-timeline .section-title {
      font-size: 14px;
    }

    .timeline-colored-bar {
      width: 115px!important;
      display: none;
    }

    .all-timeline {
      position: relative;
      margin-left: 15px;
      margin-top: 40px;
    }

    .section-timeline .main-title {
      font-size: 28px;
      line-height: 32px;
      text-align: center;
      margin-top: 5px;
    }

    .timeline-float-box {
      display: none;
    }

    .timeline-content-mobile {
      width: 100%;
    }

    .timeline-content-mobile .thumb-content {
      height: 255px;
      border-radius: 15px;
      overflow: hidden;
    }

    .timeline-content-mobile .thumb-content .image-background {
      height: 100%;
      border-radius: 15px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      transform: scale(1.01);
      transition: all .8s ease-out;
      -webkit-transition: all .8s ease-out;
    }

    .timeline-content-mobile .thumb-content .image-background:hover {
      transform: scale(1.05);
    }

    .timeline-content-mobile h2 {
      font-weight: bold;
      font-family: 'Poppins', sans-serif;
      font-size: 46px;
      background-color: #fff;
      margin-top: -15px;
      padding-top: 20px;
      padding-left: 10px;
      margin-bottom: 0px;
    }

    .timeline-content-mobile h3 {
      font-size: 20px;
      line-height: 23px;
      font-family: 'Poppins', sans-serif;
      font-weight: bold;
      background-color: #fff;
      padding: 5px 10px 10px;
      margin-bottom: 0px;
      min-height: 85px;
    }

    .timeline-content-mobile p {
      font-size: 14px;
      line-height: 20px;
      color: #003267;
      background-color: #fff;
      padding: 0px 10px 55px;
      margin-bottom: 0px;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      min-height: 175px;
    }

    .mobile-data-itens {
      margin-top: -34px;
      margin-left: 0px;
      margin-right: 0px;
      padding: 0px 40px;
      background-color: transparent;
    }

    .mobile-data-itens .col-3 {
      padding: 0px 10px;
    }

    .section-timeline-datas .data-box {
      display: block;
      height: 48px;
      padding: 13px 0px;
      border-radius: 8px;
    }

    .section-timeline-datas .data-box a {
      font-size: 15px;
    }

    .section-timeline-datas .data-box span {
      font-size: 22px;
      line-height: 24px;
    }

    .section-timeline-datas .data-box.active {
      margin: 10px 0px;
      padding: 13px 0px;
      border-radius: 8px;
    }

    .section-numeros .section-title {
      font-size: 14px;
      position: relative;
      display: inline-block;
    }

    .numeros-colored-bar {
      width: 165px!important;
      display: none;
    }

    .section-numeros .main-title {
      font-size: 30px;
      line-height: 32px;
      padding: 0px 15px;
    }

    .section-numeros .section-description {
      padding: 0px 15px;
    }

    .section-numeros .box-numeros {
      margin-bottom: 10px;
      max-width: 239px;
      margin-bottom: 32px;
    }

    .section-numeros .box-numeros .box-numeros-description p {
      font-size: 16px;
    }

    .features-slider .slick-dots {
      margin-left: -15px;
    }

    .section-videos .section-title {
      display: none;
    }

    .video-colored-bar {
      display: none;
    }

    .section-videos .main-title {
      font-size: 24px;
      margin-top: 0px;
    }

    .more-news {

    }

    .more-news-item {
      display: block;
      margin-bottom: 13px;
      font-size: 16px;
    }

    .all-videos {
      position: relative;
      margin-left: 15px;
      margin-top: 10px;
    }

    .section-videos.first {
      padding-bottom: 0px;
      padding-top: 10px;
    }

    .section-videos.second {
      display: none;
    }

    .section-highlights .card {
      width: 100%;
    }

    .section-videos {
      padding-top: 55px;
    }

    .section-ideia-vale-ouro {
      height: auto;
    }

    .ideia-vale-ouro-col {
      padding: 15px 15px;
      background: #fff;
    }

    .ideia-vale-ouro-description-col {
      background: linear-gradient(90deg, #000030 35%, #001b50 35%);
      padding: 5px 15px;
    }

    .btn-footer {
      margin-bottom: 20px;
    }

    .container-bottom-footer {
      display: block;
    }

    .btn-positivamente {
      display: block!important;
    }

    .section-videos {
      display: block;
    }

    .features-slider {
      display: block;
    }

    .section-complexo {
      display: block;
    }

    .section-complexo .title.desktop .section-title {
      font-size: 14px;
    }

    .tour-colored-bar {
      width: 100px!important;
      display: none;
    }

    .section-complexo .title.desktop .main-title {
      font-size: 26px;
      line-height: 32px;
      text-align: center;
    }

    .section-complexo .title.desktop p {
      text-align: center;
      font-size: 14px;
    }

    .tour-item .marker .fa-map-marker {
      font-size: 30px;
      top: -5px;
      left: -2.5px;
    }

    .tour-item .marker .description {
      width: 12.5px;
      height: 12.5px;
      min-height: 12.5px;
    }

    .tour-item .marker .description i {
      width: 6px;
      height: 7px;
      margin-left: -4px;
      margin-top: -5px;
      font-size: 10px;
    }

    .frame-video-box .youtube {
      width: 100%;
      height: 200px;
    }

    .video-popup .left-box {
      top: 150px;
    }

    .tour-item::before {
      width: 40px;
      height: 40px;
      top: -10px;
      left: -13px;
    }

    .btn-left-complexo {
      position: absolute;
      left: 10px;
      top: -45px;
    }

    .btn-right-complexo {
      position: absolute;
      right: 10px;
      top: -45px;
      cursor: pointer;
    }

    .tour-item.active .marker .description .description-text h3, .tour-item:hover .marker .description .description-text h3 {
      font-size: 18px;
      line-height: 20px;
    }

    .tour-item.active .marker .description .description-text p, .tour-item:hover .marker .description .description-text p {
      font-size: 14px;
    }

    .tour-item.tour-item-8.active .marker .description, .tour-item.tour-item-8:hover .marker .description {
      margin-left: 0px;
    }

    .tour-item.tour-item-11.active .marker .description, .tour-item.tour-item-11:hover .marker .description {
      margin-left: 0px;
    }

    .tour-item.tour-item-2.active .marker .description, .tour-item.tour-item-2:hover .marker .description {
      margin-left: 0px;
    }

    .tour-item.tour-item-5.active .marker .description, .tour-item.tour-item-5:hover .marker .description {
      margin-left: 0px;
    }

    .tour-item.tour-item-1.active .marker .description, .tour-item.tour-item-1:hover .marker .description {
      margin-left: 0px;
    }

    .main-header .body-header .logo {
      width: 243px;
    }

    .section-highlights .section-title {
      margin-top: 45px;
    }

    .section-highlights .card .title {
      height: auto;
    }

    .section-features .main-title .part-1 {
      display: block;
    }

    .videos-item {
      padding: 0px;
    }

    .section-ideia-vale-ouro .box-ideia-vale-ouro {
      text-align: center;
    }

    .title-saude-mental {
      font-size: 14px;
    }

    .saude-colored-bar {
      width: 105px!important;
      display: none;
    }

    .btn-footer {
      width: 48%!important;
      padding: 12px 10px 12px 9px!important;
      font-size: 13px!important!important;
    }

    .footer .copyright {
      text-align: left;
    }

    .video-popup .image-slider ul {
      padding-left: 0px;
    }

    .section-highlights .card .thumbnail-bg {
      transform: scale(1.03);
    }

    .index-page .banner {
      display: block;
    }

    .section-numeros .section-title:after {
      content: " ";
      position: absolute;
      bottom: -12px;
      height: 2px;
      width: 100%;
      left: 0px;
      background-color: #845096;
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#845096, endColorstr=#c56c35);
      background-image: -moz-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -webkit-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -o-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -ms-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,#845096), color-stop(22.22%,#c56c35),color-stop(33.33%,#008689),color-stop(44.44%,#00b5fb),color-stop(55.55%,#92ee93),color-stop(66.66%,#845096),color-stop(77.77%,#c56c35),color-stop(88.88%,#008689),color-stop(100%,#00b5fb));
    }

    .title-saude-mental {
      position: relative;
      display: inline-block;
    }

    .title-saude-mental:after {
      content: " ";
      position: absolute;
      bottom: -12px;
      height: 2px;
      width: 100%;
      left: 0px;
      background-color: #845096;
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#845096, endColorstr=#c56c35);
      background-image: -moz-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -webkit-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -o-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -ms-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,#845096), color-stop(22.22%,#c56c35),color-stop(33.33%,#008689),color-stop(44.44%,#00b5fb),color-stop(55.55%,#92ee93),color-stop(66.66%,#845096),color-stop(77.77%,#c56c35),color-stop(88.88%,#008689),color-stop(100%,#00b5fb));
    }

    .positivamente-box {
      margin-top: 20px;
    }

    .link-uteis-title {
      position: relative;
      display: inline-block;
    }

    .link-uteis-title:after{
      content: " ";
      position: absolute;
      bottom: -12px;
      height: 2px;
      width: 100%;
      left: 0px;
      background-color: #845096;
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#845096, endColorstr=#c56c35);
      background-image: -moz-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -webkit-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -o-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -ms-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,#845096), color-stop(22.22%,#c56c35),color-stop(33.33%,#008689),color-stop(44.44%,#00b5fb),color-stop(55.55%,#92ee93),color-stop(66.66%,#845096),color-stop(77.77%,#c56c35),color-stop(88.88%,#008689),color-stop(100%,#00b5fb));
    }

    .links-colored-bar {
      display: none;
    }

    .section-timeline .section-title {
      position: relative;
      display: inline-block;
    }

    .section-timeline .section-title:after {
      content: " ";
      position: absolute;
      bottom: -12px;
      height: 2px;
      width: 100%;
      left: 0px;
      background-color: #845096;
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#845096, endColorstr=#c56c35);
      background-image: -moz-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -webkit-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -o-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -ms-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,#845096), color-stop(22.22%,#c56c35),color-stop(33.33%,#008689),color-stop(44.44%,#00b5fb),color-stop(55.55%,#92ee93),color-stop(66.66%,#845096),color-stop(77.77%,#c56c35),color-stop(88.88%,#008689),color-stop(100%,#00b5fb));
    }

    .section-features .section-title {
      position: relative;
      display: inline-block;
    }

    .section-features .section-title:after {
      content: " ";
      position: absolute;
      bottom: -12px;
      height: 2px;
      width: 100%;
      left: 0px;
      background-color: #845096;
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#845096, endColorstr=#c56c35);
      background-image: -moz-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -webkit-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -o-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -ms-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,#845096), color-stop(22.22%,#c56c35),color-stop(33.33%,#008689),color-stop(44.44%,#00b5fb),color-stop(55.55%,#92ee93),color-stop(66.66%,#845096),color-stop(77.77%,#c56c35),color-stop(88.88%,#008689),color-stop(100%,#00b5fb));
    }

    .section-complexo .title.desktop .section-title {
      position: relative;
      display: table;
    }

    .section-complexo .title.desktop .section-title:after {
      content: " ";
      position: absolute;
      bottom: -12px;
      height: 2px;
      width: 100%;
      left: 0px;
      background-color: #845096;
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#845096, endColorstr=#c56c35);
      background-image: -moz-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -webkit-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -o-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -ms-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,#845096), color-stop(22.22%,#c56c35),color-stop(33.33%,#008689),color-stop(44.44%,#00b5fb),color-stop(55.55%,#92ee93),color-stop(66.66%,#845096),color-stop(77.77%,#c56c35),color-stop(88.88%,#008689),color-stop(100%,#00b5fb));
    }

    .section-highlights .section-title {
      position: relative;
      display: inline-block;
    }

    .section-highlights .section-title:after {
      content: " ";
      position: absolute;
      bottom: -12px;
      height: 2px;
      width: 100%;
      left: 0px;
      background-color: #845096;
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#845096, endColorstr=#c56c35);
      background-image: -moz-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -webkit-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -o-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -ms-linear-gradient(left, #845096 0%, #c56c35 22.22%,#008689 33.33%,#00b5fb 44.44%,#92ee93 55.55%,#845096 66.66%,#c56c35 77.77%,#008689 88.88%,#00b5fb 100%);
      background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,#845096), color-stop(22.22%,#c56c35),color-stop(33.33%,#008689),color-stop(44.44%,#00b5fb),color-stop(55.55%,#92ee93),color-stop(66.66%,#845096),color-stop(77.77%,#c56c35),color-stop(88.88%,#008689),color-stop(100%,#00b5fb));
    }

    .banner-video-play {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -15px;
      margin-left: -15px;
      width: 30px;
      height: 30px;
      text-align: center;
      cursor: pointer;
      opacity: 1;
      transition: all .3s ease;
    }

    .banner-video-play i {
      font-size: 28px;
      color: #fff;
    }

    .banner-video-play.playing {
      opacity: 0;
    }

    .video-popup h2 {
      font-size: 2.3em;
    }

    .frame-video-box iframe {
      width: 100%!important;
      height: 200px!important;
    }

    .breadcrumbs .description {
      width: 100%;
    }

    .YouTubePopUp-Content iframe {
      height: auto!important;
    }

}

@media (max-width: 568px) {
    .footer .copyright {
      text-align: left;
      margin-left: 0px;
    }

    .section-highlights .card .description {
      height: auto;
      -webkit-line-clamp: unset;
    }
}

@media (max-width: 375px){
  .section-videos .main-title {
    font-size: 22px;
  }
}

@media (max-width: 360px){
    [class*="navbar-toggleable-"] .navbar-collapse {
        top: 59px;
    }

    .empty-col {
      display: none;
    }

    .col-social-network {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.333333%;
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }

    .features-content-box li .description-box {
      max-width: 100%;
    }

    .features-buttons-box a.active {
      font-size: 16px;
    }

    .mobile-data-itens {
      padding: 0px 20px;
    }

    .col-social-network-footer {
      padding-left: 0px;
    }

    .btn-footer {
      font-size: 9px!important;
    }

    .features-content-box li .description-box .description-header h3 {
      font-size: 20px;
    }
}
