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

.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;
}

#app {
  color: #333333;
}

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

.subtitle {
  font-family: 'BebasNeueRegular';
  font-weight: 100;
  color: #666666;
  font-size: 30px;
  line-height: 32px;
}

strong {
  font-family: 'RobotoRegular';
}

.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;
}

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

.maps {
  max-width: 40px;
  max-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  background-image: url("./../imgs/icon-maps.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -8px;
  margin-right: 10px;
  opacity: .37;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.maps:hover {
  opacity: 1;
}

.link-googlemaps {
  margin-bottom: 0px;
  padding-bottom: 0px;
  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;
  margin: auto;
}

.link-googlemaps strong.btns__link {
  cursor: default !important;
  pointer-events: none !important;
  padding-right: 4px;
}

@media only screen and (max-width: 600px) {
  #Item01 .grid-two-col .left {
    margin-bottom: 20px;
  }
}

.sep-bottom-oficines {
  margin-top: 68px;
}

@media only screen and (max-width: 600px) {
  .sep-bottom-oficines {
    margin-top: 68px;
  }
}

.navbar-fixed nav {
  background-color: rgba(203, 76, 87, 0);
  -webkit-box-shadow: 0px 30px 0px 0px rgba(203, 76, 87, 0);
          box-shadow: 0px 30px 0px 0px rgba(203, 76, 87, 0);
}

@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;
  }
}

.navbar-fixed nav.static {
  background-color: #cb4c57;
  -webkit-box-shadow: 0px 30px 0px 0px #cb4c57;
          box-shadow: 0px 30px 0px 0px #cb4c57;
}

.navbar-fixed nav.static .submenu li.item-menu a {
  color: #f9f7f2 !important;
  text-shadow: 1px 1px 1px rgba(203, 76, 87, 0.7) !important;
}

.navbar-fixed nav.static .submenu li.item-menu a.active, .navbar-fixed nav.static .submenu li.item-menu a:hover {
  color: #d3d3d4 !important;
  text-shadow: 1px 1px 1px rgba(203, 76, 87, 0.6) !important;
}

.navbar-fixed nav.semi-transparent {
  background-color: rgba(203, 76, 87, 0.95);
  -webkit-box-shadow: 0px 30px 0px 0px rgba(203, 76, 87, 0.95);
          box-shadow: 0px 30px 0px 0px rgba(203, 76, 87, 0.95);
}

.navbar-fixed nav.semi-transparent .submenu li.item-menu a {
  color: #f9f7f2 !important;
  text-shadow: 1px 1px 1px rgba(203, 76, 87, 0.7) !important;
}

.navbar-fixed nav.semi-transparent .submenu li.item-menu a.active, .navbar-fixed nav.semi-transparent .submenu li.item-menu a:hover {
  color: #f9f7f2 !important;
  text-shadow: 1px 1px 1px rgba(203, 76, 87, 0.6) !important;
}

.navbar-fixed nav.dark {
  background-color: rgba(203, 76, 87, 0.98);
  -webkit-box-shadow: 0px 30px 0px 0px rgba(203, 76, 87, 0.98);
          box-shadow: 0px 30px 0px 0px rgba(203, 76, 87, 0.98);
}

.navbar-fixed nav.dark .submenu li.item-menu a {
  color: #f9f7f2 !important;
  text-shadow: 1px 1px 1px rgba(203, 76, 87, 0.7) !important;
}

.navbar-fixed nav.dark .submenu li.item-menu a.active, .navbar-fixed nav.dark .submenu li.item-menu a:hover {
  color: #d3d3d4 !important;
  text-shadow: 1px 1px 1px rgba(203, 76, 87, 0.6) !important;
}

.navbar-fixed nav .submenu li.item-menu a {
  color: #f9f7f2 !important;
  text-shadow: 1px 1px 1px rgba(203, 76, 87, 0.7) !important;
}

.navbar-fixed nav .submenu li.item-menu a.active, .navbar-fixed nav .submenu li.item-menu a:hover {
  color: #d3d3d4 !important;
  text-shadow: 1px 1px 1px rgba(203, 76, 87, 0.6) !important;
}

nav .nav-sup ul.nav li.item-menu {
  /*
				&:nth-child(6)  {
					&:after {
						content: '';
					}
				} */
}

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

nav .nav-sup ul.nav li.item-menu a {
  color: #f9f7f2 !important;
  text-shadow: 1px 1px 1px rgba(203, 76, 87, 0.7) !important;
}

nav .nav-sup ul.nav li.item-menu a.active, nav .nav-sup ul.nav li.item-menu a:hover {
  color: #d3d3d4 !important;
  text-shadow: 1px 1px 1px rgba(203, 76, 87, 0.6) !important;
}

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

nav .nav-sup ul.nav li.item-menu:nth-child(4):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: '';
}

nav .nav-sup .logo.dark {
  background-image: url("../imgs/logo.png");
}

@media only screen and (max-width: 1000px) and (orientation: landscape) {
  nav .nav-sup .logo.dark {
    background-image: none;
  }
}

@media only screen and (max-width: 600px) {
  nav .nav-sup .logo.dark {
    background-image: none;
  }
}

.logo-nav-mobile {
  background-color: #cb4c57;
}

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

.side-nav ul li a.active {
  color: #f9f7f2 !important;
}

.navbar-fixed nav.semi-transparent .submenu li.item-menu a.active, .navbar-fixed nav.semi-transparent .submenu li.item-menu a:hover {
  color: #d3d3d4 !important;
}

nav .nav-sup ul.nav li.item-menu:after {
  color: #f9f7f2 !important;
}

.lang {
  pointer-events: none !important;
  cursor: default !important;
}

.lang .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;
  padding-left: 0;
  padding-right: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.box-menu-cards .logo-description {
  color: #1a1a1a;
  font-size: 25px;
  line-height: 28px;
  font-family: 'RobotoRegular';
  text-align: left;
}

@media only screen and (min-width: 1300px) and (max-width: 1367px) {
  .box-menu-cards .logo-description {
    font-size: 20px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .box-menu-cards .logo-description {
    font-size: 20px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 600px) {
  .box-menu-cards .logo-description {
    font-size: 16px;
    line-height: 20px;
  }
}

.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;
  width: 100%;
  height: 3px;
  margin: auto;
  margin-bottom: 9px;
  margin-top: 17px;
}

.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: 245px;
  min-width: 245px;
  height: auto;
  max-height: 204px;
  margin: auto;
}

@media only screen and (min-width: 1300px) and (max-width: 1367px) {
  .box-menu-cards img {
    max-width: 200px;
    min-width: 200px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .box-menu-cards img {
    max-width: 150px;
    min-width: 150px;
  }
}

@media only screen and (max-width: 600px) {
  .box-menu-cards img {
    max-width: 130px;
    min-width: 130px;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1367px) {
  .box-menu-cards {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .box-menu-cards {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 600px) {
  .box-menu-cards {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.box-menu-cards__content {
  max-width: 245px;
  margin-left: 76px;
  margin-right: 76px;
}

@media only screen and (min-width: 1300px) and (max-width: 1367px) {
  .box-menu-cards__content {
    max-width: 205px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .box-menu-cards__content {
    max-width: 205px;
  }
}

@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/cejam/header.jpg") !important;
  }
}

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

.list-cursos .text-blue {
  font-family: 'RobotoRegular';
  font-size: 14px;
  color: #be1e2d !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 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fcf2f3;
}

.section-two-col .box-text .title {
  color: #1a1a1a;
  max-width: 78%;
}

@media only screen and (max-width: 600px) {
  .section-two-col .box-text .title {
    max-width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section-two-col .box-text .description {
  color: #1a1a1a;
  max-width: 75%;
}

.section-two-col .box-text .description p {
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  .section-two-col .box-text .description {
    max-width: 90%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.section-two-col .box-text .btns__link {
  display: block;
  margin-top: 23px;
}

.section-two-col .box-text .grey-text {
  color: #4d4d4d !important;
}

.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;
  width: 86px;
  height: 136px;
  margin-left: -136px;
  top: 64px;
  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-prev.disabled, .owl-next.disabled {
  opacity: .2 !important;
  pointer-events: none !important;
}

.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;
  }
}

@media only screen and (max-width: 1000px) and (orientation: landscape) {
  .owl .owl-nav {
    display: none;
  }
}

.owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .owl-item {
    max-height: auto;
  }
}

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

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .owl-item {
    max-height: auto;
  }
}

@media only screen and (max-width: 600px) {
  .owl-item {
    max-height: auto;
  }
}

.owl-item .swipebox {
  width: 100%;
}

.owl-item .swipebox img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100% !important;
  -o-object-fit: fill;
     object-fit: fill;
  height: 245px;
}

.owl-item a .img {
  height: 245px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.owl-item a .img img {
  height: 245px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}

.owl-item a .img:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.owl-item a .content {
  font-family: 'RobotoRegular';
  font-size: 14px;
  color: #1d1d1d;
  text-align: center;
  padding-top: 10px;
}

.owl-item a:hover .img:after {
  /*top: 0; 
						box-shadow: inset 0px 0px 80px 4px rgba(0,0,0,0.7);*/
}

.owl-item:hover img {
  -webkit-box-shadow: inset 0px 0px 0px 4px rgba(0, 0, 0, 0.75) !important;
          box-shadow: inset 0px 0px 0px 4px rgba(0, 0, 0, 0.75) !important;
}

.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: 31px;
}

.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;
}

#swipebox-bottom-bar {
  -webkit-transform: translate3d(0, -50px, 0) !important;
          transform: translate3d(0, -50px, 0) !important;
}

.owl-carousel .owl-item, .owl-carousel .owl-item .img {
  width: 100%;
}

.owl-carousel .owl-item img, .owl-carousel .owl-item .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.galimages.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.galimages.owl-carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 544px;
  max-height: 544px;
  min-height: 544px;
  overflow: hidden;
}

.galimages.owl-carousel .owl-item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.gallery {
  padding-top: 140px;
}

.gallery--title {
  font-family: 'RobotoBold';
  font-size: 30px;
  color: #be1e2d;
  text-align: center;
  position: relative;
}

.gallery--title .subscription a {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  right: 0;
  bottom: 7px;
  font-family: 'RobotoMedium' !important;
  font-size: 15px !important;
  color: #1d1d1d;
}

.gallery--title .subscription a img {
  height: 19px;
  margin-right: 4px;
  margin-left: 6px;
}

@media only screen and (max-width: 600px) {
  .gallery--title .subscription a {
    position: relative;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    margin-top: 25px;
  }
}

.gallery--title .count {
  font-family: 'RobotoLight';
  font-size: 16px;
  font-style: italic;
}

.gallery--box {
  margin-bottom: 51px;
}

.gallery--youtube {
  margin-top: 51px;
  margin-bottom: 43px;
}

#swipebox-bottom-bar {
  top: 50px;
}

#swipebox-bottom-bar, #swipebox-top-bar {
  right: 50px !important;
  width: 110px !important;
  left: auto;
}

#swipebox-bottom-bar {
  -webkit-transform: translate3d(0, -50px, 0) !important;
          transform: translate3d(0, -50px, 0) !important;
}

.altres-collectius {
  position: relative;
  overflow: hidden;
  min-height: 544px;
}

.altres-collectius:after {
  position: absolute;
  content: '';
  background-image: url("../imgs/ciar/altres-collectius.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all  .4s ease-in-out;
  transition: all  .4s ease-in-out;
  z-index: 0;
}

.altres-collectius:hover:after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
}

.altres-collectius .box-black {
  margin: auto;
  display: table;
  background-color: rgba(0, 0, 0, 0.81);
  max-width: 927px;
  z-index: 1;
}

.altres-collectius .box-black .subtitle {
  color: #cccccc;
  font-size: 30px;
  letter-spacing: 0;
  font-family: 'BebasNeueRegular';
}

.altres-collectius .box-black .title {
  color: white;
}

.altres-collectius .box-black .description {
  color: #e6e6e6;
  margin: auto;
}

.bujinkan-kiry-dojo {
  max-height: 0;
  opacity: 0;
  margin-top: 0px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
}

.bujinkan-kiry-dojo.active {
  max-height: 10000px;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 600px) {
  .bujinkan-kiry-dojo {
    margin-top: 60px;
  }
}

.bujinkan-kiry-dojo h2 {
  margin-top: 0;
}

.bujinkan-kiry-dojo .container {
  width: 90%;
}

@media only screen and (min-width: 601px) {
  .bujinkan-kiry-dojo .container {
    width: 95%;
  }
}

@media only screen and (min-width: 993px) {
  .bujinkan-kiry-dojo .container {
    width: 95%;
  }
}

.bujinkan-kiry-dojo .title {
  font-family: 'BebasNeueBold';
  font-size: 50px;
}

.bujinkan-kiry-dojo .subtitle {
  font-family: 'BebasNeueRegular';
  font-size: 30px;
  line-height: 17px;
  color: #000000;
  padding-top: 12px;
}

.bujinkan-kiry-dojo .subtitle .japo {
  color: #4d4d4d;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  font-style: normal;
}

.bujinkan-kiry-dojo .subtitle .japo.small {
  font-size: 15px;
  color: #9f9f9f;
}

.bujinkan-kiry-dojo .subtitle span {
  color: #666666;
  font-size: 15px;
  font-family: 'RobotoLight';
}

.bujinkan-kiry-dojo .grid {
  display: grid;
  grid-template-areas: "left center right";
  grid-gap: 1rem;
}

.bujinkan-kiry-dojo .grid .left, .bujinkan-kiry-dojo .grid .center, .bujinkan-kiry-dojo .grid .right {
  text-align: center;
  justify-self: center;
}

.bujinkan-kiry-dojo .grid .left, .bujinkan-kiry-dojo .grid .right {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  font-size: 18px;
}

.bujinkan-kiry-dojo .grid .left {
  grid-area: left;
}

.bujinkan-kiry-dojo .grid .center {
  grid-area: center;
  padding: 1rem;
}

.bujinkan-kiry-dojo .grid .right {
  grid-area: right;
}

@media only screen and (max-width: 600px) {
  .bujinkan-kiry-dojo .grid {
    grid-template-areas: "center" "left"								  "right";
  }
}

.bujinkan-kiry-dojo .grid-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(50%, 1fr));
  grid-template-areas: "a b";
  padding-bottom: 35px;
}

.bujinkan-kiry-dojo .grid-two-col .left {
  grid-area: a;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.bujinkan-kiry-dojo .grid-two-col .left:after {
  position: absolute;
  display: table;
  content: '';
  width: 1px;
  height: 87%;
  margin-top: 30px;
  background-color: #dcc2c5;
  right: 0px;
}

@media only screen and (max-width: 600px) {
  .bujinkan-kiry-dojo .grid-two-col .left:after {
    display: none;
  }
}

.bujinkan-kiry-dojo .grid-two-col .right {
  grid-area: b;
  text-align: right;
}

@media only screen and (max-width: 600px) {
  .bujinkan-kiry-dojo .grid-two-col {
    grid-template-columns: repeat(1, minmax(100%, 1fr));
    grid-template-areas: "a" "b";
  }
  .bujinkan-kiry-dojo .grid-two-col .left {
    -webkit-box-shadow: inset 0px -1px 0px 0px #dcc2c5;
            box-shadow: inset 0px -1px 0px 0px #dcc2c5;
  }
  .bujinkan-kiry-dojo .grid-two-col .left, .bujinkan-kiry-dojo .grid-two-col .right {
    text-align: center;
  }
}

.bujinkan-kiry-dojo .list-dot {
  max-width: 955px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.bujinkan-kiry-dojo #denshoMoreInfoBtn {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.bujinkan-kiry-dojo #denshoMoreInfoBtn.opened {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bujinkan-kiry-dojo #densho-more-info {
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
  overflow: hidden;
  margin-bottom: 35px;
}

.bujinkan-kiry-dojo #densho-more-info .list {
  max-width: 550px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .bujinkan-kiry-dojo #densho-more-info .left li {
    max-width: 90%;
  }
  .bujinkan-kiry-dojo #densho-more-info .left:after {
    min-height: 570px;
  }
}

.bujinkan-kiry-dojo #densho-more-info .right .list {
  max-width: 430px;
  margin-left: auto;
}

.bujinkan-kiry-dojo #densho-more-info.opened {
  height: auto;
  max-height: 8000px;
}

.btn.red {
  background-color: #bd1f2e !important;
}

.small {
  margin-top: 70px !important;
}

japo {
  font-family: 'Arial Unicode MS', 'RobotoRegular', sans-serif;
  font-style: normal;
}

.clases {
  margin-top: 38px !important;
}

.table-titles {
  padding-top: 8px;
}

.table-titles .col {
  padding: 1px;
  display: grid;
}

.table-titles .col .item {
  background-color: #d3636f;
  font-family: 'BebasNeueRegular';
  font-size: 28px;
  line-height: 28px;
  padding: 6px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .table-titles .col .item {
    font-size: 22px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 1000px) and (orientation: landscape) {
  .table-titles .col .item {
    font-size: 22px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 600px) {
  .table-titles .col .item {
    font-size: 22px;
    line-height: 22px;
    padding: 6px;
  }
}

.class-contact {
  padding-top: 90px;
  padding-bottom: 12px;
  margin-bottom: 40px;
  background: linear-gradient(to bottom, rgba(252, 242, 243, 0) 0%, rgba(252, 242, 243, 0) 105px, #fcf2f3 106px, #fcf2f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bcbcbc', endColorstr='#0a0809',GradientType=0 );
}

.class-contact .title {
  font-family: 'BebasNeueBold' !important;
  margin-bottom: 30px;
}

.class-contact .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.class-contact .flex span {
  font-family: 'RobotoRegular';
  font-size: 18px;
}

.class-contact .flex .img {
  margin-bottom: 10px;
  margin-right: 4px;
}

.class-contact .flex .link {
  font-weight: bold;
  color: #141515;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.class-contact .flex .link:hover {
  color: #be1e2d;
}

.equip-docent {
  padding-top: 70px;
  margin-bottom: 152px;
}

.equip-docent .title {
  font-size: 50px !important;
  font-family: 'BebasNeueBold';
}

.owl-item:hover .team-item img {
  -webkit-box-shadow: none !important;
          box-shadow: none !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;
}

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

section .subtitle {
  padding-top: 24px;
  font-family: 'BebasNeueBold';
  font-size: 36px;
  color: #b62833;
}

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