@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap);
div #n2-ss-2 .n-uc-jWJAu1IawQ4l-inner {
  padding: 10px 10px 10px 0px !important;
  justify-content: center;
}
body {
  font-family: 'Open Sans', sans-serif;
  background: #ffffff;
  letter-spacing: -0.7px;
  min-height: 800px;
  overflow-x: hidden !important;
}
.reset {
  margin: 0 !important;
  padding: 0 !important;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 0%);
  background-repeat: repeat-x;
}
.carousel-control.right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 0%);
  background-repeat: repeat-x;
  left: auto;
  right: 0;
}
.icon-bar {
  background: #ffffff;
  height: 4px !important;
  width: 30px !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #484848b8;
  max-width: 100%;
}
.bg-header {
  background-color: #484848ed;
}
footer {
  background-color: #000000;
  padding-top: 25px;
  padding-bottom: 25px;
}
/*.section {

  color: white;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  position: relative;

}*/
.section {
  position: relative;
}
/*******************

     BX-slider

********************/
.box-slidermarg-top-1 {
  margin-top: 50px;
}
.box-slidermarg-top-2 {
  margin-top: 65px;
}
.box-slider {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.box-slider .bx-wrapper {
  max-width: 1140px !important;
  margin-bottom: 10px !important;
  margin-top: 10px;
  box-shadow: none !important;
}
.bx-wrapper img {
  padding-left: 15px;
}
/*********************

 		MENU

*********************/
div.menu ul {
  margin: 20px 0px 20px 0px;
  list-style-type: none;
  list-style: none;
  list-style-image: none;
  text-align: right;
}
div.menu li {
  padding: 0px 20px 0px 0px;
  display: inline;
}
div.menu a {
  color: black;
}
.navbar-centered {
  width: 700px;
  margin: auto;
  float: none;
}
.navbar-brand {
  margin-top: 2px;
  padding: 0;
}
.navbar {
  margin-top: 0px;
  z-index: 10;
  margin-bottom: 0px;
}
.navbar-toggle {
  margin-top: 6px !important;
  margin-right: 0px;
}
.navbar-fixed-top {
  border-width: 0 0 0px !important;
}
.nav > li > a:focus, .nav > li > a:hover {
  background-color: #000000;
  color: #ffffff;
}
.navbar-nav > li > a {
  text-shadow: none;
}
.nav li:hover > a {
  background-color: #000000;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #000000;
}
.navbar-nav > li > a {
  padding: 15px 25px;
}
.meu-menu {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.8px;
}
.menu-br, .menu-br a, .menu-br:focus {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.8px;
  padding: 15px 30px;
}
.menu-br:hover {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #bfbfbf;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.8px;
  padding: 15px 30px;
}
.meu-menu:hover {
  display: block;
  color: #ffffff;
}
.bg-sub {
  background-color: #000000;
  min-width: 260px;
  border: none;
}
.bg-sub li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  padding: 15px 35px;
  background-color: #000000;
}
.bg-sub2 {
  background-color: #000000;
  min-width: 180px;
  border: none;
}
.bg-sub2 li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  padding: 15px 35px;
  background-color: #000000;
}
.nav > li > a::after {
  position: absolute;
  content: "";
  width: 75%;
  height: 2px;
  top: 77%;
  left: 12%;
  background: #ffffff;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
  z-index: 9999;
}
.nav > li > a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.bg-sub li a:hover, .bg-sub li a:focus {
  background-color: transparent;
  background-image: none;
  color: #ffffff;
  padding: 15px 35px;
  opacity: 0.9;
}
.bg-sub li a:hover:before, .bg-sub li a:focus:before {
  font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
  content: "\e072";
  font-size: 9px;
  margin-right: 5px;
}
.bg-sub2 li a:hover, .bg-sub2 li a:focus {
  background-color: transparent;
  background-image: none;
  color: #ffffff;
  padding: 15px 35px;
  opacity: 0.9;
}
.bg-sub2 li a:hover:before, .bg-sub2 li a:focus:before {
  font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
  content: "\e072";
  font-size: 9px;
  margin-right: 5px;
}
.dropdown-menu > li > a:hover {
  animation-name: mymove;
  -webkit-animation-name: mymove;
  animation-duration: .4s;
  -webkit-animation-duration: .4s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
}
@keyframes mymove {
  from {
    transform: translateX(-8px);
  }
  to {
    transform: translateX(0px);
  }
}
.borda-menu-sup {
  border-right: none;
  height: 52px;
}
.div-menu {
  border-bottom: 2px solid #348fc2;
  padding-bottom: 15px;
}
.meu-menu a:hover {
  background-color: #000000;
}
.div-btn-menu {
  margin-top: -35px;
}
.btn-menu {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #000000;
  background-color: #e2e2e2;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 25px;
  box-shadow: 2px 3px 4px #303030;
  margin-right: 10px;
  margin-left: 5px;
}
}
.btn-menu:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.85;
}
.btn-lang {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  color: #ffffff;
  background-color: #e2e2e200;
  text-decoration: none;
  padding: 5px 15px;
}
.btn-lang:hover, .btn-lang:visited {
  color: #ffffff;
  text-decoration: none !important;
  opacity: 0.85;
}
@media all and (min-width: 992px) {
  .nav-item .dropdown-menu {
    display: none;
  }
  .nav-item:hover .dropdown-menu {
    display: block;
  }
  .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
.navbar-fixed-top .navbar-collapse {
  max-height: 490px;
}
/****** menu footer *********/
.tit-menu-footer {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  padding-bottom: 15px;
  padding-top: 15px;
}
.item-menu-footer, .item-menu-footer a {
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
}
.item-menu-footer a:hover {
  opacity: 0.8;
}
.item-menu-footer ul {
  list-style-type: none;
  padding-inline-start: 0px;
}
.item-menu-footer ul li {
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn-learn-more {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  color: #333333;
  background-color: #f7f7f6;
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 25px;
  box-shadow: 2px 3px 4px #303030;
}
.btn-learn-more:hover, .btn-learn-more:focus {
  text-decoration: none;
  color: #333333;
  opacity: 0.9;
}
.btn-more-info {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #ffffff;
  background-color: #606060;
  text-decoration: none;
  padding: 6px 15px;
  border-radius: 25px;
  box-shadow: 2px 3px 4px #303030;
}
.btn-more-info:hover, .btn-more-info:focus {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.9;
}
.div-copyright {
  float: right;
}
.btn-next, .btn-next:hover, .btn-next:focus {
  position: absolute;
  bottom: 20px;
  font-size: 30px;
  color: #ffffff;
}
.btn-next2, .btn-next2:hover, .btn-nex2t:focus {
  position: absolute;
  bottom: 20px;
  font-size: 30px;
  color: #ffffff;
}
.glyphicon-menu-down {
  text-shadow: 2px 3px 4px #303030;
}
.f-left {
  float: left;
}
/**********************

		BLOCOS

***********************/
.full-size-1 {
  height: 100vh;
  padding-top: 200px;
  padding-bottom: 60px;
}
.full-size-2 {
  height: 100vh;
  padding-bottom: 80px;
  padding-top: 250px;
}
.full-size-3 {
  height: 100vh;
  padding-bottom: 80px;
  padding-top: 150px;
}
.full-size-4 {
  height: 100vh;
  padding-bottom: 80px;
  padding-top: 150px;
}
.full-size-5 {
  height: 100vh;
  padding-bottom: 80px;
  padding-top: 80px;
}
.full-size-6 {
  height: auto;
  padding-top: 80px;
  padding-bottom: 60px;
}
#bloco01-video {
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  background-size: cover;
  background-color: #000000;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -100;
}
#bloco01 {
  /*	background-image: url("../images/BG_banner_video.jpg");

	background-position: bottom center;

	background-size: cover;*/
}
#bloco02 {
  background-image: url("../images/BG_adult_school.jpg");
  background-size: cover;
  background-position: bottom center;
}
#bloco03 {
  background-image: url("../images/BG_summer_prog.jpg");
  background-size: cover;
  background-position: bottom center;
}
#bloco04 {
  background-image: url("../images/BG_mini_stay.jpg");
  background-size: cover;
  background-position: bottom center;
}
#bloco05 {
  height: auto;
  background-color: #ffffff;
}
#bloco06 {
  height: auto;
  background-color: #ffffff;
}
#bloco07 {
  height: auto;
  background-color: #000000;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 70px;
}
#bloco-copyright {
  background-color: #1a1a1a;
  padding-top: 15px;
  padding-bottom: 15px;
}
#banner_about {
  background-color: #201b1b;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner_adultschool {
  min-height: 400px;
  background-image: url("../images/Banner_Adult_school.jpg");
  background-size: cover;
  background-position: top center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner_accomodation_adultresidence {
  min-height: 400px;
  background-image: url("../images/Banner_Adult_Residence.jpg");
  background-size: cover;
  background-position: top center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner_ministay {
  min-height: 400px;
  background-image: url("../images/Banner_MiniStay.jpg");
  background-size: cover;
  background-position: top center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner_summerprog {
  min-height: 400px;
  background-image: url("../images/Banner_SummerProg.jpg");
  background-size: cover;
  background-position: top center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bloco-textimonial {
  background-color: #f3f3f3;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
#bloco_booknow {
  background: #000;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 400;
  text-decoration: none !important;
  color: #FFF;
}
.thumb-blog-home {
  overflow: hidden;
  max-height: 180px;
}
.box-blog {
  background-color: #000000;
  padding: 25px;
}
.box-item-blog {
  padding-bottom: 15px;
  padding-top: 15px;
}
.box-textimonial {
  box-shadow: 0px 5px 10px #656565;
}
.div-cinza-itens {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #4c4c4c;
}
.box-interna-cursos {
  box-shadow: 2px 2px 0px #cccccc;
}
.box-interna-cursos:hover {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0.8;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  /*filter: grayscale(80%);*/
}
.box-rws-01 {
  box-shadow: 2px 2px 0px #cccccc;
  background-color: #f7f7f7;
  min-height: 335px;
  margin-bottom: 15px;
}
.box-minist-01 {
  box-shadow: 2px 2px 0px #cccccc;
  background-color: #f7f7f7;
  min-height: 245px;
  margin-bottom: 15px;
}
.box-advantages {
  box-shadow: 2px 2px 0px #cccccc;
  border: 1px solid #cccccc;
  margin-top: 25px;
  min-height: 178px;
  float: left;
}
.box-advantages_2 {
  box-shadow: 2px 2px 0px #cccccc;
  border: 1px solid #cccccc;
  margin-top: 25px;
  min-height: 178px;
  float: left;
}
.box-adv-size1 {
  width: 37.9%;
  position: relative;
  float: left;
}
.box-adv-size2 {
  width: 59.9%;
  position: relative;
  float: left;
}
.box-adv-size3 {
  width: 32.1%;
  float: left;
}
.box-adv-size4 {
  width: 28.7%;
  float: left;
}
.box-adv-size5 {
  width: 39%;
  float: left;
}
.box-adv-size6 {
  width: 49%;
  float: left;
}
.box-adv-size7 {
  width: 23.72%;
  float: left;
}
.margright-box-adv {
  margin-right: 15px;
}
.pos-img-box-adv {
  margin-top: -30px;
}
.border-bot-01 {
  border-bottom: 1px solid #000000;
}
.thumb-adult-box {
  max-height: 180px;
  overflow: hidden;
}
.thumb-adult-rws-box {
  max-height: 220px;
  overflow: hidden;
}
.thumb-adult-rws-box img {
  width: 100%;
}
.link-box {
  position: relative;
}
.link-box .bt-learn {
  display: none;
  position: fixed;
  border-radius: 25px;
  bottom: 50%;
  width: 40%;
  padding: 6px 5px;
  background: #000000d6;
  left: 30%;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
.link-box:hover .bt-learn {
  display: block;
}
.link-box-cursos {
  position: relative;
}
.box-interna-summerprog {
  box-shadow: 2px 2px 0px #cccccc;
}
.box-interna-summerprog:hover {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0.8;
}
.bt-learn-summer {
  margin: auto;
  width: 150px;
  border-radius: 15px;
  padding: 6px 5px;
  background: #747474d6;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
.apollo-team-a, .apollo-team-a:hover {
  color: #FFF !important;
  text-decoration: none;
}
.text-courses-anim_3 {
  color: #ffffff;
  font-size: 14px;
  position: relative;
  top: 12%;
  text-align: center;
}
.text-courses-anim_3 a {
  font-size: 12px;
}
.box-container:hover .text-courses-anim_3 {
  top: 35%;
}
.overlay-box-about {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: #000000ad;
  overflow: hidden;
  width: 100%;
  height: 0px;
  transition: .5s ease;
}
.box-container:hover .overlay-box-about {
  height: 100%;
  cursor: pointer;
}
.box-about-team {
  padding: 1px;
}
.box-accom-host {
  box-shadow: 2px 2px 0px #cccccc;
  background-color: #f7f7f7;
  padding: 15px;
  color: #333333;
  font-size: 15px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.div-blog-page {
  border-right: 1px solid #e2e2e2;
}
.barra-lateral-blog {
  padding-top: 15px;
}
/*******************

	Testimonial box

********************/
.testimonial-box {
  position: relative;
  border: none;
  border-radius: 5px;
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 3px 3px 0px #cccccc;
}
.testimonial-box:before, .testimonial-box:after {
  position: absolute;
  left: 18px;
  bottom: -18px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 25px 20px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #fff;
  content: ' ';
}
.testimonial-box:before {
  left: 19px;
  bottom: -21px;
  border-left-color: #ccc;
}
/*testimonial slider*/
.testimonial-box .bx-wrapper {
  margin-bottom: 10px !important;
  margin-top: 10px;
  box-shadow: none !important;
  margin-left: 7%;
  margin-right: 7%;
}
.testimonial-box .bx-wrapper .bx-prev {
  left: -30px;
  background: url(../images/controls-test.png) no-repeat 0 -32px;
}
.testimonial-box .bx-wrapper .bx-next {
  right: -22px;
  background: url(../images/controls-test.png) no-repeat -43px -32px;
}
.box-slider-test {
  padding-left: 35px;
  padding-right: 30px;
}
.aspas-sup {
  margin-left: -48px;
  margin-bottom: -20px;
}
/*******************

     Tabela

*******************/
.div-tabela {
  overflow-x: auto !important;
}
.tabela-size-fix {
  width: auto;
}
.tabela-rws {
  text-align: center;
}
.tabela-rws .t-head {
  font-size: 16px;
  height: 70px;
  background-color: #4c4c4c;
  color: #ffffff;
}
.tabela-rws .t-head span {
  font-size: 14px;
}
.tabela-rws .t-content {
  font-size: 15px;
  height: 70px;
  color: #2c2c2c;
  padding: 0 10px;
}
.tabela-rws .t-content span {
  font-size: 12px;
  color: #2c2c2c;
}
.box-tabela {
  box-shadow: 2px 2px 0px #cccccc;
  border: 1px solid #cccccc;
}
.tabela-rws tr:nth-child(odd) {
  background-color: #f6f6f6;
}
.tabela-rws .td-cell-01 {
  min-width: 170px;
}
.tabela-rws .td-cell-02 {
  min-width: 110px;
}
.tabela-rws-leg {
  padding-top: 25px;
  font-size: 16px;
  color: #2c2c2c;
}
.tabela-minist-leg {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 16px;
  color: #2c2c2c;
}
.tabela-minist {
  text-align: center;
}
.tabela-minist .t-head {
  font-size: 16px;
  height: 70px;
  background-color: #4c4c4c;
  padding: 0px 15px;
  color: #ffffff;
}
.tabela-minist .t-head span {
  color: #cccccc;
}
.tabela-minist .t-content {
  font-size: 16px;
  height: 70px;
  color: #2c2c2c;
  padding: 0 10px;
}
.tabela-minist .t-content.cell-cinza {
  font-size: 16px;
  height: 70px;
  color: #2c2c2c;
  background-color: #ececec;
  padding: 0 10px;
}
.box-tabela {
  box-shadow: 2px 2px 0px #cccccc;
  border: 1px solid #cccccc;
}
.tabela-minist tr:nth-child(odd) {
  background-color: #f6f6f6;
}
.tabela-minist .td-cell-01 {
  min-width: 130px;
}
/***********************

     flip effect

**********************/
.flip {
  -webkit-perspective: 800;
  perspective: 800;
  position: relative;
  text-align: center;
  cursor: pointer;
  transform: rotatey(0deg);
  -webkit-transform: rotatey(0deg);
}
.flip .card.flipped {
  -webkit-transform: rotatey(-180deg);
  transform: rotatey(-180deg);
  background-color: #ffffff00;
}
.accommod-box-fix .flip .card {
  width: 100%;
  min-height: 195px;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  transform-style: preserve-3d;
  transition: 0.5s;
  background-color: #ffffff00;
}
.flip .card {
  width: 100%;
  min-height: 178px;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  transform-style: preserve-3d;
  transition: 0.5s;
  background-color: #ffffff00;
  transform: rotatey(0deg);
  -webkit-transform: rotatey(0deg);
}
.flip .card .face {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
}
.flip .card .front {
  padding-top: 15px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.flip .card .front .inner:hover {
  background: #f6f6f6;
}
.flip .card .img {
  position: relative;
  z-index: 1;
}
.flip .card .back {
  padding-top: 15px;
  -webkit-transform: rotatey(-180deg);
  transform: rotatey(-180deg);
  position: absolute;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.inner {
  margin: 0px !important;
  width: 100%;
}
.bg-gray {
  background-color: #4c4c4c;
}
.glyphicon-plus-sign.ico_plus {
  color: #e6e6e6;
  background-color: #4c4c4c;
  border-radius: 25px;
  font-weight: 300;
  font-size: 24px;
  -webkit-text-stroke: 2px #e6e6e6;
}
.ico_sgv {
  width: 55px;
}
.back .ico_sgv {
  -webkit-filter: invert(100%);
  filter: invert(100%) brightness(150%);
}
/***************************

	Thumb-navegação cursos

***************************/
.box-container {
  position: relative;
  width: 100%;
}
.box-image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay-box {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: #232323ba;
  overflow: hidden;
  width: 100%;
  height: 60px;
  transition: .5s ease;
}
.box-container:hover .overlay-box {
  height: 100%;
  cursor: pointer;
}
.text-courses-anim {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  top: 32%;
  text-align: center;
}
.box-container:hover .text-courses-anim {
  top: 45%;
}
.text-courses-anim_2 {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  top: 12%;
  text-align: center;
}
.box-container:hover .text-courses-anim_2 {
  top: 40%;
}
.text-courses-anim-summer {
  color: #ffffff;
  font-size: 15px;
  position: relative;
  top: 19%;
  padding: 25px;
}
.text-courses-anim-summer strong {
  font-size: 16px;
}
.overlay-box-summer {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: #000000d6;
  overflow: hidden;
  width: 100%;
  height: 0px;
  transition: .5s ease;
}
.box-container:hover .overlay-box-summer {
  height: 100%;
  cursor: pointer;
}
/****************************

            FONTS

*****************************/
.tit-blocos {
  font-size: 42px;
  font-weight: 800;
  padding-bottom: 15px;
}
.txt-blocos {
  font-size: 18px;
  font-weight: 400;
}
.tit-blog-home, .link-blog:hover, .link-blog:focus {
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  padding-top: 20px;
  text-align: left;
}
.txt-blog-home {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
  padding-top: 20px;
  text-align: left;
}
.txt-textimonial {
  font-size: 15px;
  font-weight: 400;
  text-decoration: none !important;
  color: #333333;
  background-color: #cccccc;
  padding: 35px 25px;
  min-height: 190px;
  min-width: 224px;
}
.name-textimonial {
  font-size: 15px;
  font-weight: 400;
  text-decoration: none !important;
  color: #ffffff;
  background-color: #000000;
  padding: 25px;
  min-width: 224px;
}
.responsivGallery-link:hover, .responsivGallery-link:focus {
  text-decoration: none;
}
.txt-keepin {
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  padding-top: 0px;
  padding-bottom: 12px;
}
.txt-copyright {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #b6b6b6;
}
.titulos_banner {
  font-size: 36px;
  font-weight: 600;
  text-decoration: none !important;
  color: #ffffff;
  text-shadow: 2px 2px 4px #131313;
}
.text-corpo-internas {
  font-size: 15px;
  font-weight: 400;
  text-decoration: none !important;
  color: #333333;
}
.text-corpo-internas a {
  font-weight: inherit;
  color: #333333;
}
.txt-link-about {
  font-size: 15px;
  font-weight: 400;
  text-decoration: none !important;
  color: #333333;
}
.txt-link-about:hover {
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline !important;
  color: #333333;
}
.link-text-corpo, .link-text-corpo:hover {
  font-size: 15px;
  font-weight: 400 !important;
  text-decoration: none !important;
  color: #ffffff !important;
  background-color: #333333;
}
.tit-internas-bloco {
  font-size: 32px;
  font-weight: 400;
  text-decoration: none !important;
  color: #333333;
  padding-bottom: 15px;
}
.tit-internas-bloco-2 {
  font-size: 32px;
  font-weight: 400;
  text-decoration: none !important;
  color: #333333;
  padding-bottom: 25px;
}
.subtit-internas, .subtit-internas a {
  font-size: 28px;
  font-weight: 400;
  text-decoration: none !important;
  color: #333333;
  padding-bottom: 35px;
  padding-top: 25px;
}
.subtit-internas a:hover {
  text-decoration: underline !important;
}
.titulo-corpo-internas {
  font-size: 28px;
  font-weight: 300;
  text-decoration: none !important;
  color: #a1a1a1;
  padding-bottom: 30px;
  padding-top: 15px;
}
.titulo-corpo-internas span {
  font-size: 28px;
  font-weight: 300;
  text-decoration: none !important;
  color: #ffffff;
  background-color: #333333;
  padding-left: 5px;
  padding-right: 5px;
}
.tit-div-cinza {
  font-size: 28px;
  font-weight: 300;
  text-decoration: none !important;
  color: #ffffff;
  padding-bottom: 25px;
}
.txt-div-cinza {
  font-size: 15px;
  font-weight: 400;
  text-decoration: none !important;
  padding-bottom: 25px;
  color: #ffffff;
}
.tit-boxes {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  text-align: center;
  padding-top: 15px;
  min-height: 50px;
  color: #333333;
  background-color: #f3f3f3;
}
.txt-icones {
  font-size: 13px;
  font-weight: 400;
  text-decoration: none !important;
  color: #333333;
  padding-top: 10px;
  padding-bottom: 15px;
  min-height: 63px;
}
.box-interna-cursos a:hover {
  text-decoration: none !important;
}
.box-interna-summerprog a:hover {
  text-decoration: none !important;
}
.txt-div-cinza-download {
  font-size: 15px;
  font-weight: 400;
  text-decoration: none !important;
  color: #ffffff;
  padding-top: 15px;
}
.glyphicon-download-alt {
  font-size: 22px;
  padding: 14px 15px 14px 14px;
  border-radius: 25px;
  background-color: #ffffff;
  color: #4c4c4c;
}
.tit-box-rws-01 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  padding: 10px 0px;
  background-color: #4c4c4c;
}
.txt-box-rws-01 {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  padding: 15px;
}
.txt-box-rws-01 span {
  font-size: 13px;
}
.tit-box-minist-01 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  padding: 10px 0px;
  background-color: #4c4c4c;
}
.txt-box-minist-01 {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  padding: 15px;
}
.txt-box-minist-01 span {
  font-size: 13px;
}
.tit-box-face {
  font-size: 18px;
  font-weight: 600;
  padding-top: 25px;
  color: #646464;
}
.txt-box-back {
  font-size: 15px;
  font-weight: 300;
  padding: 13px 15px 13px 15px;
  color: #ffffff;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.txt-testimonial-interna {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #2c2c2c;
}
.testimomnial-author-interna {
  font-size: 14px;
  font-weight: 600;
  padding-top: 15px;
  color: #2c2c2c;
}
.text-pad-lts-1 {
  text-align: left;
  padding-top: 35px;
}
.item-contactus a {
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  color: #000000;
}
.item-contactus a:hover {
  opacity: 0.8;
}
.item-contactus ul {
  list-style-type: none;
  padding-inline-start: 0px;
}
.item-contactus ul li {
  padding-top: 15px;
  padding-bottom: 15px;
}
.btn-send-mail, .btn-send-mail:hover {
  background-image: none;
  background-color: #303030;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 25px;
  border-radius: 5px;
}
label {
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
/*******************

       cores

********************/
.cor-pto {
  color: #000000;
}
.cor-bco {
  color: #ffffff;
}
/*******************

        animação

*******************/
.element-to-hide {
  visibility: hidden;
}
.slideRight {
  visibility: visible;
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  20% {
    opacity: 0.2;
    transform: translateY(8%);
  }
  40% {
    opacity: 0.4;
    transform: translateY(6%);
  }
  65% {
    opacity: 0.6;
    transform: translateY(4%);
  }
  80% {
    opacity: 0.8;
    transform: translateY(2%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.ShowUp {
  visibility: visible;
  animation-name: ShowUp;
  -webkit-animation-name: ShowUp;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
  background-color: #26537cab;
}
@keyframes ShowUp {
  0% {
    background-color: transparent;
  }
  20% {
    background-color: #25568047;
  }
  40% {
    background-color: #25568047;
  }
  65% {
    background-color: #25568047;
  }
  80% {
    background-color: #26537cab;
  }
  100% {
    background-color: #26537cab;
  }
}
/****btn social****/
.social-btn:hover {
  opacity: 0.8;
}
/*****************

		FIX

******************/
.mg-top-btn-home {
  margin-top: 30px;
}
.mg-bot-carousel-int {
  margin-bottom: 70px;
}
.pad-top-15 {
  padding-top: 15px;
}
.pad-top-25 {
  padding-top: 25px;
}
.pad-top-30 {
  padding-top: 30px;
}
.pad-top-50 {
  padding-top: 50px;
}
.pad-bot-blog-tit {
  padding-bottom: 50px;
}
.pd-right-footer {
  padding-right: 20px;
}
.pad-left-foot {
  padding-left: 25px;
}
.marg-top-25 {
  margin-top: 25px;
}
.ico-footer {
  padding-right: 5px;
}
.pad-ico-social {
  max-width: 110px;
}
.pad-blocos-interna {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pad-blocos-interna-1 {
  padding-top: 30px;
  padding-bottom: 50px;
}
.pad-blocos-interna-2 {
  padding-top: 0px;
  padding-bottom: 70px;
}
.pad-blocos-interna-3 {
  padding-top: 50px;
  padding-bottom: 0px;
}
.pad-blocos-interna-4 {
  padding-top: 50px;
  padding-bottom: 70px;
}
.pad-blocos-interna-5 {
  padding-top: 0px;
  padding-bottom: 50px;
}
.al-bot-item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.pad-lt-block-footer {
  padding-left: 35px;
}
.div-blocos-interna {
  padding-top: 50px;
}
.pad-txt-content {
  padding-top: 50px;
}
.pad-top-box-rws-01 {
  padding-top: 40px;
}
.max-h-footer {
  max-height: 695px;
  padding-top: 50px;
  background-color: #ffffff;
}
.marg-flip {
  margin: 15px;
}
.box-fix-margin {
  margin-right: 15px;
}
.div-box-flip {
  margin-top: 40px;
}
.rpwwt-post-title {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  text-decoration: none;
}
.title-recent-posts {
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  padding-bottom: 37px;
}
.img-middle{
	display: inline-block;
    align-content: center;
    height: 280px;
}
/********************

		tablet/note

********************/
@media screen and (max-width: 1600px) {
  .full-size-6 {
    height: auto;
    padding-top: 80px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1366px) {
  .full-size-6 {
    height: auto;
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .navbar-nav > li > a {
    padding: 15px 18px;
  }
  .responsiveGallery-btn_next {
    right: 0% !important;
  }
  .txt-box-back {
    padding: 12px 15px 12px 15px;
  }
  .btn-menu {
    margin-right: 0px;
  }
}
/********************************

		    mobile

*********************************/
@media screen and (max-width: 780px) {
  /****menu*****/
  .navbar {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .navbar-brand {
    width: auto;
  }
  .navbar-toggle {
    margin-top: 0px !important;
    padding-right: 0px;
  }
  .navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .borda-menu-sup {
    border-right: none;
  }
  .navbar-nav > li > a {
    line-height: 27px;
  }
  .navbar-centered {
    width: 100%;
    margin: auto;
    padding-top: 15px;
    float: none;
  }
  .nav > li {
    padding: 3px 0;
  }
  .navbar-nav > li > a {
    padding: 10px 8px;
  }
  .nav > li > a::after {
    position: absolute;
    content: "";
    width: 94%;
    height: 2px;
    top: 77%;
    left: 8px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 8px 35px;
  }
  .box-social-footer {
    display: inline-block;
  }
  .btn-next2, .btn-next2:hover, .btn-next2:focus {
    position: unset;
  }
	.nav > li.visible-xs {
		margin-bottom: 10px;
	}
  /******BLOG*******/
  .title-recent-posts {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
  }
  /******** fonts ********/
  .tit-blocos {
    font-size: 34px;
    font-weight: 800;
  }
  .txt-textimonial {
    font-size: 15px;
    font-weight: 400;
    text-decoration: none !important;
    color: #000000;
    background-color: #cccccc;
    padding: 35px 25px;
    min-height: 190px;
    min-width: auto !important;
  }
  .name-textimonial {
    font-size: 15px;
    font-weight: 400;
    text-decoration: none !important;
    color: #ffffff;
    background-color: #000000;
    padding: 25px;
    min-width: auto;
  }
  .text-pad-lts-1 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /******blocos*********/
  #bloco01-video {
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    background-size: cover;
    background-color: #000000;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -100;
  }
  .full-size-6 {
    height: auto;
    padding-top: 80px;
    padding-bottom: 10px;
  }
  .box-slidermarg-top-1 {
    margin-top: 75px;
  }
  .bx-wrapper {
    margin-bottom: 5px !important;
    margin-top: 10px;
  }
  .box-adv-size1 {
    width: 100%;
    margin-top: 15px;
    margin-right: 0px;
  }
  .box-adv-size2 {
    width: 100%;
    margin-top: 15px;
  }
  .box-adv-size3 {
    width: 100%;
    margin-top: 15px;
  }
  .box-adv-size4 {
    width: 100%;
    margin-top: 15px;
  }
  .box-adv-size5 {
    width: 100%;
    margin-top: 15px;
  }
  .box-adv-size6 {
    width: 100%;
    margin-top: 15px;
  }
  .box-adv-size7 {
    width: 100%;
    margin-top: 15px;
  }
  /******tabelas******/
  .tabela-size-fix {
    width: 130px;
  }
  .tabela-rws .t-content {
    font-size: 14px;
  }
  /***********

FLIP CARD

***********/
  .card {
    perspective: 800;
    -moz-perspective: 800;
    -webkit-perspective: 800;
    width: 100%;
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    cursor: pointer;
  }
  .card:hover {
    background-color: transparent;
  }
  .card.flipped {
    transform: rotatey(-180deg);
    -moz-transform: rotatey(-180deg);
    -webkit-transform: rotatey(-180deg);
  }
  .card .face {
    text-align: center;
  }
  .card .front {
    display: block;
  }
  .card.flipped .front {
    display: none;
  }
  .card .back {
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    display: none;
  }
  .card.flipped .back {
    display: block;
  }
  /*FIM flip card*/
  /**** fix *****/
  .div-menu {
    padding-bottom: 5px;
  }
  .pd-right-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 60px;
  }
  .pad-ico-social {
    padding-top: 15px;
  }
  .pad-lt-block-footer {
    padding-left: 15px;
  }
  .btn-next, .btn-next:hover {
    margin-left: -10px;
  }
  .pad-mob-img {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .al-bot-item {
    display: block;
    align-items: flex-end;
    justify-content: center;
  }
  .box-fix-margin {
    margin-right: 0px;
  }
  .div-box-flip {
    margin-top: 0;
  }
  .box-adv-size1, .box-adv-size2, .box-adv-size3, .box-adv-size4, .box-adv-size5, .box-adv-size6, .box-adv-size7 {
    margin-bottom: 35px;
  }
  #fp-nav {
    display: none !important;
  }
  .marg-flip {
    margin: 5px;
  }
  .div-blog-page {
    border-right: none;
    padding: 0;
  }
}
/*5 colunas fix*/
@media (min-width: 992px) {
  .col-md-5x {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}