/* Main SCSS */
@font-face {
  font-family: 'GTWalsheimPro';
  src: url("../fonts/GTWalsheimPro.ttf"), url("../fonts/GTWalsheimPro.otf"); }

@font-face {
  font-family: 'GTWalsheimPro-Medium';
  src: url("../fonts/GTWalsheimPro-Medium.ttf"), url("../fonts/GTWalsheimPro-Medium.otf"); }

@font-face {
  font-family: 'GTWalsheimPro-MediumOblique';
  src: url("../fonts/GTWalsheimPro-MediumOblique.ttf"), url("../fonts/GTWalsheimPro-Medium.otf"); }

@font-face {
  font-family: 'GTWalsheimProBold';
  src: url("../fonts/GTWalsheimPro-Bold.ttf"), url("../fonts/GTWalsheimPro-Medium.otf"); }

html {
  width: 100% !important;
  position: relative;
  overflow-x: hidden; }

body {
  font-family: "GTWalsheimPro";
  position: relative;
  overflow-x: hidden;
  width: 100% !important; }

.header {
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08); }

@media (min-width: 1200px) {
  .header {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    height: 80px;
    padding-right: 120px;
    padding-left: 120px; } }

.menuActive {
  border-bottom: 3px solid #494949 !important;
  font-family: "GTWalsheimProBold"; }

.mobileBar {
  width: 34px;
  position: relative;
  top: -1px;
  right: -10px; }

.mobileBarClose {
  width: 25px !important;
  position: relative;
  right: -7px; }

.navbar .navbar-brand {
  font-size: 30px;
  color: #fff; }

.navbar .nav-item {
  padding: 8px 10px; }

.navbar .nav-link {
  margin-left: 0px;
  color: #494949;
  font-size: 16px;
  font-weight: 500; }

.fa-bars {
  color: #007bff;
  font-size: 30px; }

.navbarLanguage {
  width: 33px;
  height: 20px;
  border-radius: 2px;
  background-color: #ede9e6; }

.navbarLanguage span {
  font-size: 14px;
  font-weight: 500;
  color: #b1b1b1;
  position: relative;
  left: 8px;
  bottom: 0.8px; }

.navItemRadius {
  width: 151px;
  height: 40px;
  border-radius: 22.5px;
  background-color: #0074ff;
  text-align: center;
  color: #fff !important;
  position: relative;
  top: 1px; }

.logo {
  width: 135px;
  height: 40px;
  object-fit: contain; }

.portalLogo {
  height: 48px; }

button:focus {
  outline: 0;
  box-shadow: none; }

@media (max-width: 1199px) {
  .footerMobileSolutionsText {
    display: none; } }

.footerIcon {
  font-size: 25px; }

.items {
  overflow: hidden; }

.items .item {
  float: left;
  width: 18%;
  box-sizing: border-box;
  padding: 10px; }

/* Media */
@media (max-width: 1200px) {
  .navItemRadius {
    display: block;
    margin: 0 auto; }
  .navbar-nav {
    text-align: center; }
  .navbarLanguage {
    display: block;
    margin: 0 auto; }
  .navbarLanguage span {
    left: 0 !important;
    bottom: 1px !important; }
  .items .item {
    width: 50% !important; }
  .footerDivHr {
    display: table !important; } }

/*  Media End */
/* Media Iphone 5,5S */
@media (max-width: 320px) {
  #footer img {
    width: 90px !important;
    height: 25px !important;
    margin-top: 8px; } }

.footerFlexCenter {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 44px; }
  @media (min-width: 767px) and (max-width: 1029px) {
    .footerFlexCenter {
      display: block;
      padding-left: 0px; } }
  @media (max-width: 766px) {
    .footerFlexCenter {
      display: block;
      padding-left: 0px; } }
  @media (max-width: 1201px) {
    .footerFlexCenter {
      display: block;
      padding-left: 0px; } }
  @media (max-width: 1312px) {
    .footerFlexCenter {
      padding-left: 0px; } }

.footerDivHr {
  display: none; }

.footerHr {
  color: #0074ff !important; }

@media (min-width: 1200px) {
  .footerFlexCenter {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center; } }

#footer {
  background: #0074ff !important;
  padding-top: 80px;
  padding-bottom: 15px; }

#footer img {
  width: 124px;
  height: 34px;
  margin-bottom: 14px; }

#footer h5 {
  padding-bottom: 6px;
  color: #ffffff; }

#footer a {
  color: #ffffff;
  text-decoration: none !important;
  font-size: 14px; }

#footer span {
  color: #fff;
  font-size: 14px; }

#footer ul.links li {
  padding: 3px 0; }

@media (max-height: 766px) {
  .footerContent {
    padding-top: 26px; }
  #footer {
    padding-top: 20px !important; }
  .footerMobileSolutionsText {
    display: none; } }

.copyright {
  font-size: 10px; }

.informationBox {
  border-radius: 4px;
  background-color: #f5f5f5;
  padding: 30px;
  color: #494949;
  height: 213px; }
  @media (min-width: 767px) and (max-width: 1029px) {
    .informationBox {
      height: 193px; } }
  @media (max-width: 766px) {
    .informationBox {
      height: auto;
      padding: 18px;
      margin-top: 0px; } }
  .informationBox .informationBoxTitle {
    font-size: 20px;
    font-family: "GTWalsheimProBold"; }
    @media (max-width: 766px) {
      .informationBox .informationBoxTitle {
        text-align: center;
        display: block; } }
  .informationBox .informationBoxClock {
    display: block;
    margin-top: 15px;
    font-size: 18px; }
    @media (max-width: 766px) {
      .informationBox .informationBoxClock {
        margin-top: 5px;
        text-align: center;
        display: block;
        position: relative;
        bottom: 19px; } }
  .informationBox .informationBoxPhone {
    font-size: 22px; }
    @media (min-width: 767px) and (max-width: 1029px) {
      .informationBox .informationBoxPhone {
        font-size: 16px; } }
    @media (max-width: 766px) {
      .informationBox .informationBoxPhone {
        font-size: 16px; } }
    .informationBox .informationBoxPhone .informationBoxPhoneIcon {
      color: #0074ff; }
  .informationBox .informationBoxWhatsapp {
    font-size: 22px;
    position: relative;
    top: 5px; }
    @media (min-width: 767px) and (max-width: 1029px) {
      .informationBox .informationBoxWhatsapp {
        font-size: 16px; } }
    @media (max-width: 766px) {
      .informationBox .informationBoxWhatsapp {
        font-size: 16px; } }
  .informationBox .informationBoxMail {
    display: block;
    margin-top: 0;
    font-size: 22px; }
    @media (min-width: 767px) and (max-width: 1029px) {
      .informationBox .informationBoxMail {
        font-size: 16px; } }
    @media (max-width: 766px) {
      .informationBox .informationBoxMail {
        font-size: 16px; } }
    .informationBox .informationBoxMail .informationBoxMailIcon {
      color: #0074ff; }
  .informationBox .informationBoxLeftArea {
    text-align: center; }
  .informationBox .informationBoxRigthArea {
    text-align: center;
    margin-top: 8px; }
    @media (min-width: 767px) and (max-width: 1029px) {
      .informationBox .informationBoxRigthArea {
        padding-right: 0px;
        margin-top: 0px; } }
    @media (max-width: 766px) {
      .informationBox .informationBoxRigthArea {
        padding-right: 0px;
        margin-top: 0px; } }
    @media (max-width: 1160px) {
      .informationBox .informationBoxRigthArea {
        padding-right: 0px; } }

@media (min-width: 767px) and (max-width: 1029px) {
  .registerMobile {
    display: block;
    margin: 0 auto; } }

@media (max-width: 766px) {
  .registerMobile {
    display: block;
    margin: 0 auto; } }

.passwordShowHideButton {
  border: 0;
  background: transparent;
  float: right;
  position: relative;
  bottom: 44px;
  color: #0074ff;
  right: 53px; }
  @media (max-width: 766px) {
    .passwordShowHideButton {
      position: absolute;
      bottom: 13px;
      right: 20px; } }

.headerDropdownWrapper {
  width: 247px;
  height: 45px;
  border-radius: 22.5px;
  border: solid 1px #0074ff;
  background-color: #ffffff;
  position: relative; }
  @media (min-width: 767px) and (max-width: 1029px) {
    .headerDropdownWrapper {
      display: block !important;
      margin: 0 auto !important; } }
  @media (max-width: 766px) {
    .headerDropdownWrapper {
      display: block !important;
      margin: 0 auto !important; } }
  .headerDropdownWrapper .headerDropdownCircle {
    width: 28px;
    height: 28px;
    background-color: #0074ff;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    padding-top: 5px;
    float: left; }
    @media (min-width: 767px) and (max-width: 1029px) {
      .headerDropdownWrapper .headerDropdownCircle {
        position: relative;
        right: -4px; } }
    @media (max-width: 766px) {
      .headerDropdownWrapper .headerDropdownCircle {
        position: relative;
        right: -4px; } }
  .headerDropdownWrapper .headerDropdownContent {
    position: relative;
    bottom: 3px;
    left: 8px; }
    .headerDropdownWrapper .headerDropdownContent .headerDropdownStudentName {
      font-size: 16px;
      color: #0074ff; }
      @media (min-width: 767px) and (max-width: 1029px) {
        .headerDropdownWrapper .headerDropdownContent .headerDropdownStudentName {
          float: left; } }
      @media (max-width: 766px) {
        .headerDropdownWrapper .headerDropdownContent .headerDropdownStudentName {
          float: left; } }
    .headerDropdownWrapper .headerDropdownContent .headerDropdownStudentNo {
      font-size: 10px;
      color: #0074ff;
      position: relative;
      bottom: 10px; }
      @media (min-width: 767px) and (max-width: 1029px) {
        .headerDropdownWrapper .headerDropdownContent .headerDropdownStudentNo {
          float: left;
          margin-top: 7px; } }
      @media (max-width: 766px) {
        .headerDropdownWrapper .headerDropdownContent .headerDropdownStudentNo {
          float: left;
          margin-top: 7px; } }
  .headerDropdownWrapper .headerDropdownOpenCloseButton {
    color: #0074ff;
    border: 0;
    background: transparent;
    position: absolute;
    top: 11px;
    right: 6px; }
  .headerDropdownWrapper .headerDropdownOpenBoxWrapper {
    position: absolute;
    width: 245px;
    height: 130px;
    border-radius: 8px;
    background-color: #ffffff;
    margin-left: 22px;
    margin-top: 5px; }

.headerDropdownOpenBoxWrapper {
  position: absolute;
  width: 245px;
  height: 119px;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 #ccc;
  background-color: #ffffff;
  padding: 13px;
  font-weight: bold;
  padding-top: 15px;
  z-index: 10; }
  @media (min-width: 767px) and (max-width: 1029px) {
    .headerDropdownOpenBoxWrapper {
      display: block;
      margin: 0 auto;
      width: 92%;
      z-index: 10; } }
  @media (max-width: 766px) {
    .headerDropdownOpenBoxWrapper {
      display: block;
      margin: 0 auto;
      width: 86%;
      z-index: 10; } }
  .headerDropdownOpenBoxWrapper a {
    margin-bottom: -10px;
    display: block;
    font-size: 14px;
    color: #0074ff;
    cursor: pointer; }
    .headerDropdownOpenBoxWrapper a:hover {
      color: #0074ff; }

.announcementArea {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  border: solid 1px #ebe9c7;
  background-color: #fffeec; }
  @media (max-width: 766px) {
    .announcementArea {
      height: auto; } }
  @media (min-width: 767px) and (max-width: 1029px) {
    .announcementArea {
      height: auto; } }
  .announcementArea .announcementIcon {
    float: left;
    font-size: 18px;
    margin-top: 20px; }
  .announcementArea .announcementText {
    font-size: 14px;
    line-height: 1.93;
    color: #494949;
    margin-top: 17px;
    margin-left: 26px;
    font-weight: bold; }

.alertBox {
  clear: both;
  background-color: #ff444f;
  color: white;
  display: block;
  margin-top: 44px;
  border-radius: 5px;
  padding: 13px; }

.modalWhatsappIcon {
  height: 20px;
  position: relative;
  left: -5px;
  top: -2px; }

.homeWhatsappIcon {
  height: 25px;
  position: relative;
  left: -5px;
  top: -2px; }

.portalInformationBox {
  position: fixed;
  bottom: 0;
  width: 100%; }
  @media (min-width: 767px) and (max-width: 1029px) {
    .portalInformationBox {
      position: relative; } }
  @media (max-width: 766px) {
    .portalInformationBox {
      position: relative; } }
  @media (max-height: 767px) {
    .portalInformationBox {
      position: relative; } }

/*# sourceMappingURL=main.css.map */