/* 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, #Item06 .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;
}

@media only screen and (max-width: 1000px) and (orientation: landscape) {
  .grid-item.box-text .title {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media only screen and (min-width: 580px) and (max-width: 768px) and (orientation: landscape) {
  .grid-item.box-text .title {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-item.box-text .title {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#app {
  color: #333333;
}

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

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

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: #1e398d !important;
}

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

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

.hover-red {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hover-red:hover {
  color: #be1e2d !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;
}

.btns__link.hover-red span {
  color: #1e398d !important;
}

.btns__link.hover-red:hover {
  color: #1e398d !important;
}

.btns__link.hover-red.soft span {
  color: #8996bc !important;
}

.btns__link.hover-red.soft:hover {
  color: #8996bc !important;
}

.two-cols-center-ul {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}

.two-cols-center-ul .col {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 600px) {
  .two-cols-center-ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.two-cols-center-ul__item {
  display: table;
  margin: auto;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .two-cols-center-ul__item {
    text-align: center;
  }
}

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

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

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

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

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

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

nav .nav-sup ul.nav li.item-menu:hover a {
  color: #8996bc !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(7):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;
}

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

.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%;
  height: auto;
  max-height: 271px;
  max-width: 183px;
  margin: auto;
}

@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: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .box-menu-cards p {
    margin: auto;
    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/cics/header.jpg") !important;
  }
}

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

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

#Item02 .img-parallax, .seguretat-publica .img-parallax {
  position: relative;
  min-height: 491px;
  overflow: hidden;
}

#Item02 .img-parallax:before, .seguretat-publica .img-parallax:before {
  position: absolute;
  content: '';
  background-image: url("../imgs/cics/img-01.jpg");
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all  .4s ease-in-out;
  transition: all  .4s ease-in-out;
}

#Item02 .img-parallax:hover:before, .seguretat-publica .img-parallax:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
}

#Item03, .seguretat-privada {
  margin-top: 10px;
}

#Item03 .img-parallax, .seguretat-privada .img-parallax {
  position: relative;
  min-height: 491px;
  overflow: hidden;
}

#Item03 .img-parallax:before, .seguretat-privada .img-parallax:before {
  position: absolute;
  content: '';
  background-image: url("../imgs/cics/img-02.jpg");
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all  .4s ease-in-out;
  transition: all  .4s ease-in-out;
}

#Item03 .img-parallax:hover:before, .seguretat-privada .img-parallax:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
}

#Item04, .seguretat-militar {
  position: relative;
  overflow: hidden;
  min-height: 544px;
  margin-top: 10px;
}

#Item04:after, .seguretat-militar:after {
  position: absolute;
  content: '';
  background-image: url("../imgs/cics/img-03.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;
}

#Item04:hover:after, .seguretat-militar:hover:after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
}

#Item04 .box, .seguretat-militar .box {
  margin: auto;
  display: table;
  max-width: 926px;
  z-index: 1;
}

#Item04 .box-black, .seguretat-militar .box-black {
  background-color: rgba(0, 0, 0, 0.81);
}

#Item04 .box-black .subtitle, .seguretat-militar .box-black .subtitle {
  color: #b3b3b3;
}

#Item04 .box-black .title, .seguretat-militar .box-black .title {
  color: white;
}

#Item04 .box-black .description, .seguretat-militar .box-black .description {
  color: #e6e6e6;
  margin: auto;
}

#Item04 .box-greySoft, .seguretat-militar .box-greySoft {
  background-color: rgba(255, 255, 255, 0.81);
}

#Item04 .box-greySoft .subtitle, .seguretat-militar .box-greySoft .subtitle {
  color: #353535;
}

#Item04 .box-greySoft .title, .seguretat-militar .box-greySoft .title {
  color: #353535;
}

#Item04 .box-greySoft .description, .seguretat-militar .box-greySoft .description {
  color: #000000;
  margin: auto;
}

#Item08:after {
  background-image: url("../imgs/cics/img-04.jpg");
}

.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: #1e398d;
  color: white;
  margin-top: 20px;
}

.contact .form #sendFormBtn:hover {
  background-color: rgba(30, 57, 141, 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 #1e398d;
  -webkit-box-shadow: 0 1px 0 0 #1e398d;
          box-shadow: 0 1px 0 0 #1e398d;
}

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

.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: #1e398d;
}

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

#Item06 {
  padding-top: 100px;
}

#Item06 .title span {
  color: #333333;
}

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

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

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

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

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

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

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

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

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

#Item06 .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: #1e398d !important;
}

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

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

.diploma-postgrau {
  text-align: center;
  padding-top: 61px;
}

.diploma-postgrau .box-text .title {
  color: #353535;
  padding-bottom: 20px;
}

.diploma-postgrau .box-text .subtitle {
  font-family: 'RobotoRegular';
  font-size: 15px;
  color: #1d1d1d;
  font-weight: 700;
  word-spacing: inherit;
  letter-spacing: inherit;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 30px;
}

.diploma-postgrau .box-text-bottom {
  padding-top: 10px;
  margin-bottom: 94px;
}

.diploma-postgrau .grid-item {
  background-color: transparent;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.diploma-postgrau .grid-item.left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .diploma-postgrau .grid-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .diploma-postgrau .grid-item.left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 1000px) and (orientation: landscape) {
  .diploma-postgrau .grid-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .diploma-postgrau .grid-item.left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 600px) {
  .diploma-postgrau .grid-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .diploma-postgrau .grid-item.left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.diploma-postgrau .modul {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 639px;
  margin-bottom: 28px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .diploma-postgrau .modul {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1000px) and (orientation: landscape) {
  .diploma-postgrau .modul {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 600px) {
  .diploma-postgrau .modul {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.diploma-postgrau .modul-dot {
  min-width: 58px;
  width: 58px;
  max-width: 58px;
  min-height: 58px;
  height: 58px;
  max-height: 58px;
  line-height: 58px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  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;
  background-color: #2e338b;
  border-radius: 50%;
  border: 2px solid #2e338b;
  font-family: 'Roboto Condensed';
  font-size: 48px;
  font-weight: 400;
  color: #fefefe;
  text-align: center;
  margin-bottom: 12px;
}

.diploma-postgrau .modul-body {
  font-family: 'RobotoLight';
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.diploma-postgrau .modul-body b {
  font-family: 'RobotoRegular';
}
