h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700; }

h1, h1 a, h1 p {
  font-size: 46px;
  color: #11a9ad; }

h2, h2 a {
  font-size: 30px;
  color: #000000; }

h3, h3 a {
  color: #000000; }

ul {
  list-style-type: none; }

.container-fluid {
  margin: 0;
  padding: 0; }

.wysiwyg ul {
  list-style-type: initial; }
.wysiwyg img {
  max-width: 100%; }

.cookie {
  border: 1px solid;
  border-radius: 11px;
  padding: 19px 42px;
  margin: 0px 137px;
  position: fixed;
  bottom: 23px;
  z-index: 999;
  background-color: #fff; }
  .cookie p {
    font-size: 10px !important; }

.login-register-wrapper {
  margin: 200px 0; }

body {
  overflow-x: hidden; }

.squareContainer {
  padding-left: 10px;
  padding-right: 10px;
  margin: 10px 0; }
  .squareContainer .oneSquare, .squareContainer .twoSquare {
    min-height: 330px;
    width: 100%; }
  .squareContainer .oneSquare {
    position: relative;
    height: 100%; }
    .squareContainer .oneSquare a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute; }
      .squareContainer .oneSquare a:hover {
        text-decoration: none; }
    .squareContainer .oneSquare h2 {
      color: #ffffff;
      font-size: 40px; }
    .squareContainer .oneSquare .overlay {
      padding: 20px;
      width: 100%;
      height: 100%;
      background: #11a9ad;
      left: 0;
      right: 0; }
      .squareContainer .oneSquare .overlay:hover {
        background: rgba(17, 169, 173, 0.3);
        cursor: pointer; }
  .squareContainer .twoSquare {
    padding: 40px 20px; }
    .squareContainer .twoSquare h2 {
      color: #11a9ad;
      font-size: 46px;
      margin-bottom: 50px; }
    .squareContainer .twoSquare p {
      font-size: 22px;
      color: #11a9ad; }

.desc {
  padding: 20px; }
  .desc .wysiwyg {
    max-width: 80%; }
  .desc h2 {
    font-size: 40px;
    margin-bottom: 30px; }
    .desc h2 a:hover {
      text-decoration: none;
      color: #11a9ad; }
  .desc h4 {
    font-size: 18px; }
  .desc .desc-carousel {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 30px; }
    .desc .desc-carousel .item a {
      display: block;
      width: 100%;
      height: 100%; }
    .desc .desc-carousel .owl-nav {
      display: block !important; }
    .desc .desc-carousel .owl-next, .desc .desc-carousel .owl-prev {
      position: absolute;
      top: 20%; }
      .desc .desc-carousel .owl-next i, .desc .desc-carousel .owl-next svg, .desc .desc-carousel .owl-prev i, .desc .desc-carousel .owl-prev svg {
        color: #11a9ad;
        font-size: 40px; }
    .desc .desc-carousel .owl-next {
      right: 0; }
    .desc .desc-carousel .owl-prev {
      left: 0; }

.descChild {
  margin-bottom: 30px; }
  .descChild h2 {
    font-size: 30px; }

.frontSideBar {
  background: #303030;
  padding: 20px;
  min-height: 100vh; }
  .frontSideBar .active {
    color: #11a9ad; }
    .frontSideBar .active:after {
      display: inline-block;
      content: '';
      background: url("../images/activeCarret.png");
      background-size: cover;
      background-repeat: no-repeat;
      width: 12px;
      height: 20px; }
  .frontSideBar img {
    max-width: 100%; }
  .frontSideBar ul {
    padding: 0 10px;
    margin-top: 150px; }
    .frontSideBar ul li {
      border-bottom: 1px solid #11a9ad;
      display: flex;
      align-items: center; }
      .frontSideBar ul li a {
        padding: 20px 0;
        width: 90%;
        height: 100%;
        display: block;
        color: #ffffff;
        font-size: 20px; }
        .frontSideBar ul li a:hover {
          text-decoration: none;
          color: #11a9ad; }
      .frontSideBar ul li svg, .frontSideBar ul li i {
        float: right;
        color: #11a9ad;
        font-size: 30px; }

.mainGrid {
  padding: 30px; }
  .mainGrid h2 {
    margin-bottom: 40px; }
  .mainGrid .boxContainer {
    padding-right: 20px;
    padding-left: 0; }
    .mainGrid .boxContainer .mainBoxes {
      background: #11a9ad;
      height: 270px;
      padding: 20px;
      margin-bottom: 20px; }
      .mainGrid .boxContainer .mainBoxes:hover {
        cursor: pointer;
        background: #303030; }
      .mainGrid .boxContainer .mainBoxes a {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 100%;
        color: #ffffff;
        font-weight: 700;
        font-size: 30px;
        line-height: 35px; }
        .mainGrid .boxContainer .mainBoxes a:hover {
          text-decoration: none; }

.videoBox {
  padding: 10px; }
  .videoBox iframe {
    height: 100%; }

@media only screen and (max-width: 992px) {
  .frontSideBar {
    min-height: 0; }
    .frontSideBar .logo {
      display: block;
      text-align: center; }
      .frontSideBar .logo img {
        margin: auto; }
    .frontSideBar ul {
      margin-top: 20px; }

  .mainGrid .boxContainer {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px; }

  .desc {
    padding: 25px; }
    .desc .wysiwyg {
      max-width: 100%; } }

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