/* vars */
/* 992px !default; */
.grid {
  display: grid;
}

.grid-one-col {
  display: table !important;
  margin: auto;
}

.grid-two-col {
  grid-template-columns: repeat(2, minmax(50%, 1fr));
  grid-template-areas: "img content";
}

.grid-two-col.invert {
  grid-template-areas: "content img";
}

@media (max-width: 899px) {
  .grid-two-col {
    grid-template-columns: repeat(1, minmax(100%, 1fr));
    grid-template-areas: "img" "content";
  }
  .grid-two-col.invert {
    grid-template-areas: "img" "content";
  }
}

@media only screen and (max-width: 600px) {
  .grid-two-col {
    grid-template-columns: repeat(1, minmax(100%, 1fr));
    grid-template-areas: "img" "content";
  }
  .grid-two-col.invert {
    grid-template-areas: "img" "content";
  }
}

.grid-tree-col, .cursos .list-cursos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(319px, 1fr));
  grid-gap: 20px;
  grid-row-gap: 0px;
}

.grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f5f8fd;
}

.grid-item.img-parallax {
  grid-area: img;
}

.grid-item.img-parallax img {
  min-width: 100%;
  height: auto;
}

.grid-item.box-text {
  grid-area: content;
}

.grid-item.box-text .title {
  padding-left: 100px;
  padding-right: 100px;
  max-width: 100%;
}

.grid-auto-height {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 300px;
}

.grid-auto-height li {
  width: 50%;
  margin-bottom: 6px;
}

#app {
  color: #333333;
}

.title {
  color: #be1e2d;
  margin-bottom: -10px;
}

.subtitle {
  font-family: 'BebasNeueRegular';
  font-weight: 100;
  color: #1a1a1a;
  font-size: 30px;
}

strong {
  font-family: 'RobotoRegular';
}

.corporative-color {
  color: #be1e2d !important;
}

.box-text {
  padding-top: 50px;
  padding-bottom: 50px;
}

.box-text .subtitle {
  font-family: 'RobotoRegular';
  font-size: 16px;
  font-weight: 100;
  color: #4d4d4d;
  word-spacing: 6px;
  letter-spacing: 2px;
}

.box-text .title {
  font-family: 'BebasNeueBold';
  font-size: 50px;
  line-height: 50px;
  font-weight: 100;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 0px;
}

.box-text .description {
  font-family: 'RobotoLight';
  font-size: 15px;
  font-weight: 100;
  color: #1a1a1a;
  max-width: 70%;
  text-align: center;
}

.list-cursos .list-cursos-item__date {
  color: #be1e2d !important;
}

.list-cursos .text-blue {
  font-family: 'RobotoRegular';
  font-size: 14px;
  color: #be1e2d !important;
}

@media only screen and (max-width: 600px) {
  .navbar-fixed nav {
    background-image: url("../imgs/logo-mobile-white.png");
  }
  .navbar-fixed nav.dark .material-icons {
    color: black;
  }
  .navbar-fixed nav .material-icons {
    color: white;
  }
  .navbar-fixed nav .lang .select-wrapper input.select-dropdown {
    text-shadow: none;
  }
  .navbar-fixed nav .caret {
    color: white !important;
    text-shadow: none !important;
  }
}

nav .nav-sup ul.nav li.item-menu:after {
  width: 10px;
}

nav .nav-sup ul.nav li.item-menu a.active {
  color: #be1e2d !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  nav .nav-sup ul.nav li.item-menu a {
    font-size: 17px;
    letter-spacing: 0px;
    padding: 0 0px;
  }
}

nav .nav-sup ul.nav li.item-menu:hover a {
  color: #be1e2d !important;
}

nav .nav-sup ul.nav li.item-menu:nth-child(n+6) a {
  font-family: "BebasNeueRegular";
  font-weight: 100;
}

nav .nav-sup ul.nav li.item-menu:nth-child(5):after, nav .nav-sup ul.nav li.item-menu:nth-child(6):after {
  content: '|';
  font-family: 'BebasNeueLight';
  font-weight: 100;
  font-size: 22px;
  line-height: 22px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 8px;
}

nav .nav-sup ul.nav li.item-menu:nth-last-child(2):after {
  content: '';
}

.lang .select-wrapper input.select-dropdown {
  color: white  !important;
}

.lang {
  /* pointer-events: none !important;
	cursor: default !important;
	.caret { display: none; } */
}

.box-menu-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 408px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.box-menu-cards .subtext-logo {
  text-align: center;
  color: #be1e2d;
  width: 100%;
  font-size: 56px;
  font-family: 'RobotoMedium';
}

@media only screen and (max-width: 1000px) and (orientation: landscape) {
  .box-menu-cards .subtext-logo {
    font-size: 34px;
  }
}

@media only screen and (max-width: 600px) {
  .box-menu-cards .subtext-logo {
    font-size: 46px;
  }
}

.box-menu-cards .logo-description {
  color: #1a1a1a;
  font-size: 18px;
  font-family: 'RobotoRegular';
}

.box-menu-cards .separator {
  -webkit-box-shadow: 0px 3px 0px 0px #be1e2d;
          box-shadow: 0px 3px 0px 0px #be1e2d;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  max-width: 44%;
  width: 178px;
  height: 3px;
  margin: auto;
  margin-bottom: 9px;
}

.box-menu-cards p {
  line-height: 19px;
  font-weight: 400;
}

.box-menu-cards img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 100%;
  max-width: 183px;
  min-width: 138px;
  height: auto;
  max-height: 271px;
  margin: auto;
}

.box-menu-cards__content {
  padding-left: 110px;
  padding-right: 110px;
}

@media only screen and (max-width: 1000px) and (orientation: landscape) {
  .box-menu-cards__content {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .box-menu-cards__content {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
}

@media only screen and (max-width: 1000px) and (orientation: landscape) {
  .box-menu-cards {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 200px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .box-menu-cards img {
    max-width: 100px;
  }
  .box-menu-cards p {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    margin: auto;
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .box-menu-cards {
    max-width: 80vw;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .box-menu-cards p {
    margin: auto;
    width: 100%;
    margin-top: 8px;
  }
}

.parallax-container {
  height: calc(100vh + 1px);
}

@media only screen and (max-width: 1000px) and (orientation: landscape) {
  .parallax-container .parallax {
    background-image: url("../imgs/academia/header.jpg") !important;
  }
}

.footer {
  margin-top: 11px;
}

.footer__menu .item-menu {
  margin-bottom: 2.9px;
}

#Item01 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact {
  text-align: center;
  padding-top: 61px;
  padding-bottom: 100px;
}

.contact-title {
  font-family: 'RobotoMedium';
  font-size: 16px;
  color: #4d4d4d;
}

.contact-subtitle {
  font-family: 'BebasNeueBook';
  font-size: 60px;
  color: #333333;
}

.contact-slogan {
  font-family: 'RobotoLight';
  font-size: 18px;
}

.contact .form {
  max-width: 554px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: auto;
  /* label color */
  /* label focus color */
  /* label underline focus color */
  /* valid color
	    .input-field input[type=text].valid {
		    border-bottom: 1px solid #000;
		    box-shadow: 0 1px 0 0 #000;
	    } */
  /* invalid color
	    .input-field input[type=text].invalid {
		    border-bottom: 1px solid #000;
		    box-shadow: 0 1px 0 0 #000;
	    } */
  /*color: $placeholdersError  !important;
  		font-weight: 100 !important;
   		font-family: $principal-font !important;*/
  /* icon prefix focus color */
}

.contact .form #sendFormBtn {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: 'BebasNeueRegular';
  font-size: 24px;
  background-color: #be1e2d;
  color: white;
  margin-top: 20px;
}

.contact .form #sendFormBtn:hover {
  background-color: rgba(190, 30, 45, 0.7);
}

.contact .form .input-field input.validate + label:after {
  content: '*' !important;
  color: red;
  opacity: 1 !important;
  top: 0;
  display: inline-table !important;
  padding-left: 5px !important;
}

.contact .form .input-field label {
  color: #000 !important;
  font-family: 'RobotoRegular' !important;
  font-size: 16px !important;
}

.contact .form .input-field .red {
  color: red !important;
}

.contact .form .input-field input.select-dropdown, .contact .form .input-field .select-dropdown li span {
  color: #000 !important;
  font-family: 'RobotoRegular' !important;
  font-size: 16px !important;
  line-height: 16px !important;
}

.contact .form .input-field input[type=text]:focus + label {
  color: #000;
}

.contact .form .input-field input[type=text]:focus, .contact .form .input-field textarea:focus {
  border-bottom: 1px solid #be1e2d;
  -webkit-box-shadow: 0 1px 0 0 #be1e2d;
          box-shadow: 0 1px 0 0 #be1e2d;
}

.contact .form [type="checkbox"]:checked + label:before {
  border-right: 2px solid #be1e2d;
  border-bottom: 2px solid #be1e2d;
}

.contact .form .input-field .prefix.active {
  color: #000;
}

.contact-footer strong {
  font-family: 'RobotoMedium';
}

.contact-footer a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #333333;
}

.contact-footer a:hover {
  color: #be1e2d;
}

.maps {
  width: 100%;
  height: 580px;
}

@media only screen and (max-width: 1000px) and (orientation: landscape) {
  .maps {
    height: 250px;
  }
}

@media only screen and (max-width: 600px) {
  .maps {
    height: 250px;
  }
}

.cursos {
  padding-top: 100px;
}

.cursos .list-cursos {
  border-bottom: none;
}

.cursos .list-cursos-item {
  border: 1px solid #a1a1a1;
  overflow: hidden;
  display: table;
  width: 100%;
  margin-bottom: 40px;
}

.cursos .list-cursos-item__img {
  height: 218px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}

.cursos .list-cursos-item__img .img {
  width: 100%;
  -webkit-transition: all  .4s ease-in-out;
  transition: all  .4s ease-in-out;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.cursos .list-cursos-item__content {
  padding: 19px;
}

.cursos .list-cursos-item__date, .cursos .list-cursos-item__title, .cursos .list-cursos-item__description {
  text-align: left;
  font-family: 'RobotoLight';
  font-size: 14px;
  line-height: 16px;
  color: #1a1a1a;
}

.cursos .list-cursos-item__date {
  color: #1e398d;
}

.cursos .list-cursos-item__title {
  font-family: 'BebasNeueBold';
  font-size: 30px;
  line-height: 30px;
}

.cursos .list-cursos-item__description .text-blue {
  color: #1e398d;
}

.cursos .list-cursos-item:hover .list-cursos-item__img .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
}

.box-cursos .list-cursos-item--link__hora {
  color: #be1e2d !important;
}

.box-cursos .sidebar__title {
  font-family: 'BebasNeueBold' !important;
  color: #1a1a1a !important;
}

.sidebar .sidebar__title {
  color: #1a1a1a !important;
}

.section-two-col .box-text {
  background-color: #fcf2f3;
}

.owl-carousel {
  margin-top: 70px;
}

.owl-item .team-item {
  margin-bottom: 10px;
}

.owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.owl-prev, .owl-next {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 86px;
  height: 136px;
  margin-left: -136px;
  margin-top: -377.09090909px;
  background-image: url("./../imgs/slider-interface/arrow-bigger-owl-pink-prev.png");
  opacity: .75;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 600px) {
  .owl-prev, .owl-next {
    display: none;
  }
}

.owl-prev:hover, .owl-next:hover {
  opacity: 1;
}

.owl-next {
  right: 0;
  margin-right: -136px;
  background-image: url("./../imgs/slider-interface/arrow-bigger-owl-pink-next.png");
  background-position: center right;
}

@media only screen and (max-width: 600px) {
  .owl-next {
    display: none;
  }
}

.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 9px;
  margin-top: 0px;
}

.owl-dots .owl-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 9px;
  max-width: 9px;
  min-height: 9px;
  max-height: 9px;
  background-color: #ccc;
  border-radius: 100%;
  margin: 4px;
  -o-object-fit: fill;
     object-fit: fill;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.owl-dots .owl-dot.active {
  min-width: 9px;
  max-width: 9px;
  min-height: 9px;
  max-height: 9px;
  background-color: #99cd2b;
  pointer-events: none;
}

#Item06 {
  padding-top: 68px;
}

#Item06 .title {
  font-size: 50px !important;
}

#Item06 .owl-next, #Item06 .owl-prev {
  margin-top: -250px !important;
}

.team-item {
  cursor: e-resize;
}

.team-item.inactive {
  cursor: e-resize !important;
  pointer-events: none;
}

.team-item.inactive img {
  cursor: e-resize !important;
}

.team-item.active {
  cursor: pointer !important;
}

.team-item.active img {
  cursor: pointer !important;
}

.team-item .linkable.inactive {
  cursor: e-resize !important;
  pointer-events: none;
}

.team-item .linkable.inactive img {
  cursor: e-resize !important;
}

.team-item .linkable.active {
  cursor: pointer !important;
}

.team-item .linkable.active img {
  cursor: pointer !important;
}

.team-item__img {
  background-color: transparent !important;
}

.team-item__img img {
  width: 84% !important;
  height: auto;
  margin: auto;
}

.team-item .linkable, .team-item img {
  cursor: e-resize !important;
}

.team-item__img {
  background-color: transparent !important;
}

.team-item__img img {
  height: auto;
  margin: auto;
  width: 85% !important;
}
