h1, h3, h2 {
  font-family: "Montserrat", sans-serif;
  color: #273e4d;
  font-weight: 700;
  text-transform: uppercase; }

h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-weight: 600; }

h1 {
  font-size: 48px;
  text-align: center; }

h2 {
  font-size: 36px;
  text-align: center; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

a {
  font-size: 14px;
  color: #273e4d;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  text-transform: uppercase; }
  a:hover {
    color: #000000;
    text-decoration: underline;
    text-decoration-color: #273e4d; }

.button {
  display: inline-block;
  min-height: 28px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 3px 10px;
  background: #273e4d;
  border: 1px solid #273e4d;
  font-weight: 700;
  font-size: 18px; }
  .button:hover {
    color: #273e4d;
    background-color: #ffffff;
    text-decoration: none; }

.button2 {
  display: inline-block;
  min-height: 28px;
  font-family: "Montserrat", sans-serif;
  color: #273e4d;
  text-transform: uppercase;
  padding: 3px 10px;
  background: #ffffff;
  border: 1px solid #273e4d;
  font-weight: 700;
  font-size: 18px; }
  .button2:hover {
    color: #ffffff;
    background-color: #273e4d;
    text-decoration: none; }

p {
  font-size: 14px;
  color: #000000;
  font-family: "Montserrat", sans-serif; }

img {
  max-width: 100%; }

.fa {
  font-family: FontAwesome;
  font-size: 18px; }
  .fa:hover {
    cursor: pointer; }

.container-fluid {
  padding: 0; }

form input, form select, form textarea {
  border: 1px solid #273e4d !important;
  color: #273e4d;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
form label {
  color: #273e4d; }

main {
  overflow-x: hidden; }

section {
  margin-bottom: 50px; }

header .logo {
  height: 60px;
  border-bottom: 1px solid #273e4d;
  margin-bottom: 40px; }
  header .logo .logoContainer {
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    background: #273e4d;
    border-radius: 90px;
    top: 25px; }
    header .logo .logoContainer span {
      display: block;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 700; }
header .navbar .navbar-nav li {
  padding: 10px; }
header .navbar .navbar-nav .nav-link {
  color: #273e4d !important;
  font-weight: 700 !important; }
  header .navbar .navbar-nav .nav-link:hover {
    text-decoration: underline; }
header .topLink {
  position: relative;
  bottom: 100px;
  list-style: none;
  display: inline-block; }
  header .topLink a {
    font-weight: 700;
    padding: 5px; }

.intro {
  background-size: cover;
  padding-bottom: 50%;
  min-height: 600px; }
  .intro .introLine {
    padding: 0;
    border-bottom: 2px solid #ffffff; }
  .intro .counter {
    background-color: rgba(255, 255, 255, 0.4);
    margin-top: 80px;
    height: 80px;
    border: 1px solid #ffffff;
    width: 100%;
    border-radius: 90px;
    padding: 10px;
    text-align: center;
    position: relative;
    bottom: -40px; }
    .intro .counter .counterTitle {
      display: block; }
    .intro .counter span {
      color: #273e4d;
      text-transform: uppercase;
      font-weight: 700; }
    .intro .counter .counterDigit {
      padding: 2px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      background-color: #8ca0ae;
      font-size: 22px; }

.project {
  position: relative; }
  .project h2 {
    margin: 50px auto; }
  .project .thunders {
    position: absolute;
    left: 60%;
    top: 0;
    z-index: 5; }
  .project .cirle {
    border-radius: 50%;
    background-color: #8acdd3;
    opacity: 0.5;
    display: inline-block;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 52%;
    top: 45%;
    z-index: 10; }
    .project .cirle .thunder {
      position: relative;
      top: 80%; }
  .project > .owl-carousel {
    padding: 40px 0;
    background: rgba(120, 194, 64, 0.3); }
    .project > .owl-carousel .item {
      overflow: hidden; }
    .project > .owl-carousel .introPictureContainer {
      text-align: left;
      position: relative;
      padding-bottom: 200px; }
      .project > .owl-carousel .introPictureContainer .roundImage {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 2px solid #000000; }
        .project > .owl-carousel .introPictureContainer .roundImage img.masterPhoto {
          padding: 15px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box; }
        .project > .owl-carousel .introPictureContainer .roundImage .bline {
          position: absolute;
          left: 94%;
          bottom: 65%; }
        .project > .owl-carousel .introPictureContainer .roundImage .linkContainer {
          position: absolute;
          width: 100%;
          height: 200px; }
          .project > .owl-carousel .introPictureContainer .roundImage .linkContainer .button {
            display: inline-block;
            position: relative;
            top: 160px; }
          .project > .owl-carousel .introPictureContainer .roundImage .linkContainer .photo .fa {
            font-size: 700%;
            color: #ffffff;
            padding: 34px;
            background: #273e4d;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            position: absolute;
            left: 40%;
            top: -50%; }
          .project > .owl-carousel .introPictureContainer .roundImage .linkContainer .photo:hover {
            background-color: #ffffff; }
            .project > .owl-carousel .introPictureContainer .roundImage .linkContainer .photo:hover .fa {
              color: #273e4d;
              background-color: #ffffff; }
          .project > .owl-carousel .introPictureContainer .roundImage .linkContainer .arrowLeft, .project > .owl-carousel .introPictureContainer .roundImage .linkContainer .arrowRigth {
            width: 144px;
            position: absolute; }
          .project > .owl-carousel .introPictureContainer .roundImage .linkContainer .arrowLeft {
            bottom: 0;
            right: 22%; }
          .project > .owl-carousel .introPictureContainer .roundImage .linkContainer .arrowRigth {
            top: 0;
            left: 8%; }
    .project > .owl-carousel .owl-dots .owl-dot span {
      width: 20px;
      height: 20px;
      border: 2px solid #273e4d;
      background-color: transparent; }
    .project > .owl-carousel .owl-dots .owl-dot.active span {
      background-color: #273e4d; }

.know h2 {
  text-align: center; }
.know .knowContainer {
  position: relative;
  padding: 0;
  max-height: 400px; }
  .know .knowContainer img {
    width: 100%;
    height: 100%; }
  .know .knowContainer .imgOverlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    color: #ffffff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5); }
    .know .knowContainer .imgOverlay:hover {
      background: rgba(0, 0, 0, 0); }
      .know .knowContainer .imgOverlay:hover a {
        background: rgba(0, 0, 0, 0.5); }
    .know .knowContainer .imgOverlay a {
      display: inline-block;
      padding: 20px 30px;
      margin: auto;
      background-color: black;
      color: #ffffff;
      font-size: 22px;
      text-transform: uppercase;
      font-weight: 700;
      position: relative;
      top: 40%;
      -webkit-border-radius: 90px;
      -moz-border-radius: 90px;
      border-radius: 90px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      text-decoration: none; }
      .know .knowContainer .imgOverlay a:hover {
        cursor: pointer; }

.calc .faBig {
  font-size: 100px;
  color: #212529;
  float: left; }
.calc .stats small {
  font-size: 20px;
  display: block;
  text-align: center; }
.calc .stats span {
  display: block;
  text-align: center;
  font-size: 30px;
  margin-top: 24px; }
.calc .stats .calcTitle {
  background-color: #273e4d;
  height: 100px; }
  .calc .stats .calcTitle h2 {
    color: #ffffff;
    font-size: 48px;
    line-height: 100px; }

.weather {
  padding: 50px 0;
  background-size: cover !important;
  background-repeat: no-repeat; }
  .weather .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 50px 0; }
    .weather .overlay .wheaterContainer {
      color: #ffffff; }
      .weather .overlay .wheaterContainer .today img {
        width: 160px; }
      .weather .overlay .wheaterContainer .today h2 {
        color: #ffffff;
        text-align: left;
        text-transform: capitalize; }
      .weather .overlay .wheaterContainer .today .day {
        color: #78c240;
        font-weight: 700; }
      .weather .overlay .wheaterContainer .today .line {
        display: block;
        border-bottom: 4px solid #78c240;
        padding: 5px; }
      .weather .overlay .wheaterContainer .today .temp {
        font-size: 80px;
        font-weight: 700; }
      .weather .overlay .wheaterContainer .future {
        border-left: 2px solid rgba(255, 255, 255, 0.4);
        text-align: center; }
        .weather .overlay .wheaterContainer .future h3 {
          color: #ffffff; }
        .weather .overlay .wheaterContainer .future .temp {
          display: block;
          font-size: 28px;
          font-weight: 700; }
        .weather .overlay .wheaterContainer .future .condition {
          font-size: 22px; }

footer {
  padding: 50px; }
  footer .footerInfo {
    text-align: center; }

.panel-body .button2, .panel-body .button {
  width: 100%;
  text-align: center;
  margin-bottom: 15px; }

.planelLinks a {
  padding: 0 10px 20px;
  display: block;
  font-weight: 700; }

.subPage picture {
  display: block;
  text-align: center;
  padding: 50px; }
.subPage .wysiwyg {
  padding: 50px; }

@media only screen and (max-width: 1200px) {
  header .navbar .navbar-nav .topLink {
    left: 0; } }
@media only screen and (max-width: 992px) {
  header .navbar .navbar-nav {
    text-align: center; }
    header .navbar .navbar-nav .topLink {
      position: static; }

  .intro {
    height: auto;
    min-height: auto; }
    .intro .introLine {
      border: none; }

  .project .cirle {
    display: none; }
  .project .owl-carousel .introPictureContainer {
    padding-bottom: 70px;
    margin-top: 30px; }
    .project .owl-carousel .introPictureContainer .linkContainer > a, .project .owl-carousel .introPictureContainer .linkContainer img, .project .owl-carousel .introPictureContainer .linkContainer .button {
      display: none !important; }
    .project .owl-carousel .introPictureContainer .thunders {
      display: none; }

  .know .knowContainer {
    margin-bottom: 20px; }

  .calc .stats {
    margin-bottom: 30px; }

  .weather {
    text-align: center; }
    .weather h2 {
      font-size: 30px; }
    .weather .future {
      margin-top: 40px; }

  footer {
    text-align: center; } }
body.wcag {
  background-color: #000000 !important;
  color: #ff0 !important; }
  body.wcag img {
    -webkit-filter: grayscale(100%) contrast(150%);
    filter: grayscale(100%) contrast(150%); }
  body.wcag h1, body.wcag h2, body.wcag h3, body.wcag h4, body.wcag h5, body.wcag h6 {
    color: #00f !important; }
  body.wcag p {
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
    color: #ff0 !important; }
  body.wcag a {
    color: #f00 !important; }
    body.wcag a:hover {
      color: #00f !important; }
  body.wcag .intro, body.wcag .weather {
    -webkit-filter: grayscale(100%) contrast(150%);
    filter: grayscale(100%) contrast(150%); }
  body.wcag header, body.wcag footer {
    background-color: #ffffff !important; }
  body.wcag header .logoContainer {
    background-color: #000000 !important;
    color: #ff0; }
    body.wcag header .logoContainer span {
      color: #f00; }
  body.wcag header .navbar, body.wcag header .mainFooter {
    background-color: #ffffff !important; }
  body.wcag header .navbar .navbar-nav .nav-link {
    color: #f00 !important; }
  body.wcag .project .arrowRigth, body.wcag .project .arrowLeft, body.wcag .project .thunder, body.wcag .project .thunders, body.wcag .project .cirle {
    display: none; }
  body.wcag .project .owl-carousel {
    background-color: #000000; }
    body.wcag .project .owl-carousel .item {
      background-color: #000000; }
    body.wcag .project .owl-carousel .fa, body.wcag .project .owl-carousel .button {
      background-color: #ffffff !important;
      color: #f00 !important; }
      body.wcag .project .owl-carousel .fa:hover, body.wcag .project .owl-carousel .button:hover {
        background-color: #f00 !important;
        color: #ffffff !important; }
    body.wcag .project .owl-carousel .owl-dots .owl-dot span {
      border-color: #f00; }
    body.wcag .project .owl-carousel .owl-dots .active span {
      background-color: #f00; }
  body.wcag .intro .counter span {
    color: #f00; }
  body.wcag .calc .calcTitle {
    background-color: #000000; }
  body.wcag footer p {
    color: #f00 !important; }

.card {
  border: 0; }
  .card .card-header {
    background: none; }

.gReader {
  color: blue !important;
  font-size: 18px !important; }

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto; }

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