@charset "UTF-8";
/* 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 {
  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: black;
  margin-bottom: -10px;
}

.title small {
  font-size: 20px;
  line-height: 20px;
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.title b {
  color: #00917a;
}

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

strong {
  font-family: 'RobotoRegular';
}

.bg-corporative {
  background-color: rgba(0, 145, 122, 0.13);
}

.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: #00917a !important;
}

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

.list-cursos .text-blue {
  font-family: 'RobotoRegular';
  font-size: 14px;
  color: #00917a !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;
}

#Item06 {
  margin-bottom: 0 !important;
}

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

.navbar-fixed nav {
  padding-top: 2px;
}

.navbar-fixed nav .lang {
  margin-top: 43px;
}

.navbar-fixed nav.dark .lang {
  margin-top: 21px;
}

@media only screen and (max-width: 600px) {
  .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;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .nav-sup .submenu {
    display: none !important;
  }
}

.nav-sup .lang {
  margin-right: 30px !important;
  margin-top: 24px;
  padding-right: 10px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .nav-sup .lang.first {
    display: none !important;
  }
}

@media only screen and (max-width: 600px) {
  .nav-sup .lang.first {
    display: none !important;
  }
}

.nav-sup .lang .caret {
  margin-right: -14px !important;
}

.nav-sup .logo {
  height: 85px !important;
  margin-top: 0 !important;
  padding-top: 8px;
  min-width: 170px;
}

.nav-sup .logo.dark {
  margin-top: -10px !important;
  padding-top: 0 !important;
  background-position: center;
  min-width: 131px;
}

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

nav .nav-sup ul.nav li.item-menu a {
  font-family: "BebasNeueRegular";
}

nav .nav-sup ul.nav li.item-menu a.active {
  font-family: "BebasNeueRegular" !important;
  text-shadow: none !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: #00917a !important;
  text-shadow: none !important;
}

nav .nav-sup ul.nav li.item-menu:nth-child(5):after, nav .nav-sup ul.nav li.item-menu:nth-child(6):after, nav .nav-sup ul.nav li.item-menu:nth-child(9):after {
  content: '\B7';
}

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

nav.dark .nav-sup ul.nav li.item-menu a.active {
  font-family: "BebasNeueRegular" !important;
  font-weight: 100 !important;
  color: #333333 !important;
  pointer-events: auto !important;
}

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

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

.nav-sup .lang .caret {
  margin-right: -24px !important;
}

#btnGoTop {
  display: none;
  position: fixed;
  bottom: 14px;
  right: 10px;
  z-index: 99999;
}

.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;
  max-height: 605px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 156px;
  padding-bottom: 156px;
}

.box-menu-cards .subtext-logo {
  text-align: center;
  color: #00917a;
  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';
  text-align: center;
}

.box-menu-cards .separator {
  -webkit-box-shadow: 0px 3px 0px 0px #00917a;
          box-shadow: 0px 3px 0px 0px #00917a;
  -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;
  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: 154px;
  min-width: 138px;
  height: auto;
  max-height: 246px;
  margin: auto;
}

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

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

.footer {
  margin-top: 0px;
}

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

.contact .form #sendFormBtn:hover {
  background-color: rgba(0, 145, 122, 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 #00917a;
  -webkit-box-shadow: 0 1px 0 0 #00917a;
          box-shadow: 0 1px 0 0 #00917a;
}

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

.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: #00917a;
}

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

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

.section-two-col .box-text .title {
  color: #ffffff;
}

.section-two-col .box-text .description {
  color: #e6e6e6;
}

.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;
  margin-top: 80px;
}

.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-green-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-green-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;
  margin-bottom: 32px;
}

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

@media only screen and (min-width: 993px) {
  section.section .container {
    width: 90%;
  }
}

section.section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  section.section .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

section.section .row .col {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  section.section .row .col {
    width: 100%;
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
}

section.section .row .col.left-align {
  -webkit-box-shadow: inset -10px 0px 0px 0px white;
          box-shadow: inset -10px 0px 0px 0px white;
  padding-right: 40px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  section.section .row .col.left-align {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-right: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 1000px) and (orientation: landscape) {
  section.section .row .col.left-align {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-right: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  section.section .row .col.left-align {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-right: 0;
    text-align: center;
  }
}

section.section .row .col.right-align {
  -webkit-box-shadow: inset 10px 0px 0px 0px white;
          box-shadow: inset 10px 0px 0px 0px white;
  padding-left: 40px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  section.section .row .col.right-align {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-left: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 1000px) and (orientation: landscape) {
  section.section .row .col.right-align {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-left: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  section.section .row .col.right-align {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-left: 0;
    text-align: center;
  }
}

section.section .title {
  color: #00917a;
  font-size: 50px;
}

@media only screen and (max-width: 600px) {
  section.section .title {
    text-align: center !important;
  }
}

section.section .text {
  font-size: 15px;
}

@media only screen and (max-width: 600px) {
  section.section .text {
    text-align: center !important;
  }
}
