@import url("https://fonts.googleapis.com/css?family=Montserrat:600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap");
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Roboto", "Arial";
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", "Arial";
  font-weight: bold;
}

h1, .h1 {
  font-size: 43px;
}

h2, .h2 {
  font-size: 37px;
}

h3, .h3 {
  font-size: 30px;
}

h4, .h4 {
  font-size: 25px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 17px;
}

a, .btn, .btn-main {
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
a :hover, .btn :hover, .btn-main :hover {
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

p {
  font-size: 17px;
  color: #9D9D9D;
  line-height: 1.7;
}

.callback-section {
  background-color: #F4F4F4;
  padding: 120px 0px;
}
.callback-section h3 {
  color: #212b35;
}
.callback-section p {
  color: #9D9D9D;
}
.callback-section a {
  margin: auto;
}

.main-input {
  height: 55px;
  width: 100%;
  border-radius: 0px;
  box-shadow: none !important;
}

/************
        BUTTON
*************/
.btn-main {
  background-color: #0dbff3;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  padding: 15px 30px;
  border: none !important;
}
.btn-main.btn-rounded {
  border-radius: 40px;
}
.btn-main:hover {
  text-decoration: none;
  color: #FFF;
}

/************
        TEXT
*************/
.point {
  display: inline-block;
  border-radius: 50%;
  height: 7px;
  width: 7px;
  background-color: #0dbff3;
  margin: auto 0px;
  opacity: 0.8;
  position: relative;
  left: -7px;
}

.main-heading {
  font-size: 2rem;
  margin-bottom: 5px;
}

.main-para-heading {
  font-size: 17px;
  color: #828184;
}

/************
      HELPER CLASSES
*************/
.bg-white {
  background-color: #FFF !important;
}

.bg-main {
  background-color: #0dbff3 !important;
}

.main-color {
  color: #0dbff3 !important;
}

.box-shadow {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1) !important;
}

.full-height {
  height: 100vh;
}

.parent-height {
  height: 100%;
}

.parent-width {
  width: 100%;
}

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/************
        BLOG
*************/
.post {
  background-color: #FFF;
  height: 480px;
  margin-bottom: 30px;
  height: auto;
  overflow: hidden;
}
.post .post-image {
  background-position: center;
  background-size: cover;
  height: 230px;
  overflow: hidden;
}
.post .post-image img {
  width: 100%;
}
.post .post-description {
  padding: 30px 20px;
  background-color: #FFF;
}
.post .post-description .date {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  color: #9D9D9D;
}
.post .post-description h3 {
  font-size: 20px;
  font-weight: 600;
  color: #202029;
  line-height: 1.5;
}
.post .post-description p {
  font-size: 15px;
  color: #9D9D9D;
  line-height: 1.7;
}
.post .post-description a {
  color: #0dbff3;
  font-weight: 500;
}
.post.post-margin {
  height: 440px;
}
.post.post-margin .post-description div {
  position: relative;
  background-color: #FFF;
  top: -60px;
  padding: 20px 25px;
}
.post.only-title {
  height: 390px;
}
.post.post-large .post-image {
  height: 100%;
}
.relative-container {
  position: relative;
}

.fixed-absolute-bottom {
  position: absolute;
  bottom: 40px;
  left: 0px;
  width: 100%;
  z-index: 2;
}

.row-elements ul {
  margin-top: 30px;
}
.row-elements .element-small {
  position: relative;
  padding-left: 60px;
  max-height: 95px;
  margin-bottom: 30px;
}
.row-elements .element-small.left-item {
  left: -40px;
}
.row-elements .element-small.right-item {
  right: -40px;
}
.row-elements .element-small img {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
}
.row-elements .element-small .element-description {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.row-elements .element-small .element-description p {
  margin-bottom: 0;
  font-size: 13px;
}
.row-elements .element-small .element-description h6 {
  font-size: 15px;
}

.event .post-description {
  position: relative;
}
.event .post-description .date {
  position: absolute;
  background: #8390A8;
  display: inline-block;
  padding: 13px 28px;
  color: #FFF;
  top: -27px;
  font-size: 12px;
  font-weight: 500;
}

/************
        Mobile APP
*************/
.mobile-app h3 {
  font-size: 25px;
  line-height: 1.5;
}
.mobile-app p {
  line-height: 1.6;
}

/************
        MEDIA
*************/
.media-heading {
  position: relative;
  margin-bottom: 25px;
}
.media-heading:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 4px;
  background-color: #0dbff3;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.media-heading + p {
  margin-bottom: 40px;
}

.album a {
  text-decoration: none;
}
.album a:hover {
  text-decoration: none;
}
.album .album-image {
  position: relative;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  transition: all 600ms ease;
}
.album .album-image img {
  width: 100%;
}
.album .album-image:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 0%;
  left: 0px;
  top: 0px;
  -webkit-transition: width 200ms ease;
  -ms-transition: width 200ms ease;
  transition: width 200ms ease;
}
.album .album-intro {
  padding: 15px 0px;
}
.album .album-intro h6 {
  margin-bottom: 5px;
  margin-bottom: 0px;
  color: #000;
}
.album .album-intro p {
  margin-bottom: 0;
}
.album:hover .album-image:after {
  width: 100%;
  -webkit-transition: width 200ms ease;
  -ms-transition: width 200ms ease;
  transition: width 200ms ease;
}

.photo,
.video {
  position: relative;
  background-color: #363548;
  height: 250px;
  margin-bottom: 25px;
  opacity: 0.8;
  background-position: center center;
  background-size: cover;
}
.photo img,
.video img {
  width: 53px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.photo:hover,
.video:hover {
  opacity: 1;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}

/********
        INSCRIPTION
********/
.inscription-contact-info {
  background-color: #F4F4F4;
}

.inscription > .row {
  height: 100%;
}

.inscription-contact-info a {
  font-size: 16px;
  margin-bottom: 5px;
}
.inscription-contact-info a:hover {
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .inscription,
.insription-form,
.inscription-contact-info {
    height: auto;
  }

  .insription-form {
    padding: 40px 20px 25px;
  }
  .insription-form .row > div {
    padding: 0px;
  }
}
.navbar {
  padding: 1rem 1rem;
}
.navbar .navbar-brand img {
  max-width: 120px;
}
.navbar .nav-item .nav-link {
  font-family: "Roboto", "Arial";
  font-size: 15px;
  font-weight: 400;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}
.navbar .nav-item .nav-link:hover {
  color: #212b35;
}
.navbar.bg-white {
  background-color: #FFF;
}
.navbar.bg-white .nav-item .nav-link {
  color: #212b35;
}
.navbar.bg-white .nav-item .nav-link:hover {
  color: #0dbff3;
}

.owl-carousel.full-height .item {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-carousel {
  position: relative;
}
.owl-carousel.has-navigation {
  position: relative;
}
.owl-carousel.has-navigation .owl-prev,
.owl-carousel.has-navigation .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.owl-carousel.has-navigation .owl-prev img,
.owl-carousel.has-navigation .owl-next img {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.owl-carousel.has-navigation .owl-prev:focus, .owl-carousel.has-navigation .owl-prev:active,
.owl-carousel.has-navigation .owl-next:focus,
.owl-carousel.has-navigation .owl-next:active {
  outline: none;
}
.owl-carousel.has-navigation .owl-prev {
  left: 20px;
}
.owl-carousel.has-navigation .owl-next {
  right: 20px;
}
.owl-carousel.has-navigation.nav-arrow-style .owl-prev,
.owl-carousel.has-navigation.nav-arrow-style .owl-next {
  background-color: #0dbff3;
  opacity: 0.5;
}
.owl-carousel.has-navigation.nav-arrow-style .owl-prev:hover,
.owl-carousel.has-navigation.nav-arrow-style .owl-next:hover {
  opacity: 1;
}
.owl-carousel.navigation-right .owl-prev {
  left: calc(100% - 180px);
}
.owl-carousel .owl-dots {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 17px;
}
.owl-carousel .owl-dots .owl-dot span {
  margin: 2px 4px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
.owl-carousel .owl-dots .owl-dot:hover span, .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #0dbff3;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
.owl-carousel .owl-dots .owl-dot:active, .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
.owl-carousel h1,
.owl-carousel h2,
.owl-carousel h3,
.owl-carousel h4,
.owl-carousel h5,
.owl-carousel h6 {
  color: #FFF;
  line-height: 1.5;
  font-weight: 400;
}
.owl-carousel h1, .owl-carousel .h1 {
  font-size: 45px;
  font-weight: bold;
}
.owl-carousel p {
  color: #D5D5D5;
}

.challenge-item {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 10px;
  height: 240px;
}
.challenge-item img {
  width: 80px !important;
  display: inline-block;
}
.challenge-item .challenge-item-image {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #FFF;
  text-align: center;
  border-radius: 10px;
}
.challenge-item .challenge-item-image img {
  width: 50px !important;
}
.challenge-item h5 {
  color: #212b35;
  font-weight: bold;
  margin-top: 10px;
  font-size: 17px;
}
.challenge-item p {
  font-size: 14px;
}

@media (max-width: 767px) {
  .owl-carousel .item h3 {
    font-size: 15px;
  }
  .owl-carousel.has-navigation .owl-prev,
.owl-carousel.has-navigation .owl-next {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 30px;
    top: auto;
  }
  .owl-carousel.navigation-right .owl-prev {
    left: calc(50% - 40px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .owl-carousel.navigation-right .owl-next {
    left: calc(50% + 40px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .fixed-absolute-bottom {
    position: static;
    bottom: auto;
  }

  .challenge-item {
    text-align: center;
    height: 225px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }
  .challenge-item .challenge-item-image {
    margin: auto;
  }
}
.mfp-pager {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.mfp-pager::after {
  clear: both;
  display: block;
  content: "";
}

.mfp-pager li {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.mfp-pager .arrow_next,
.mfp-pager .arrow_prev {
  display: inline-block;
}

.mfp-pager .arrow_next button,
.mfp-pager .arrow_prev button {
  vertical-align: middle;
  border: none;
}

.mfp-pager li .arrow {
  position: relative;
  top: 2px;
  padding: 0;
  margin: 0;
  display: inline-block;
  background: url(/temas/claraboia/html/img/sprite.png) no-repeat;
  width: 18px;
  height: 11px;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  position: relative;
}

.mfp-pager li .prev {
  background-position: -20px -22px;
}

.mfp-pager li .next {
  background-position: -20px -40px;
}

.mfp-pager .dots {
  vertical-align: top;
  text-align: center;
  display: inline-block;
  margin: 0 8px;
  position: relative;
}

.mfp-pager .dots li {
  display: inline-block;
  margin: 0 2px;
}

.mfp-pager .dots li a {
  display: block;
  width: 15px;
  height: 15px;
  background: #666;
  text-indent: -9999px;
  padding: 5px;
  margin: 0;
  cursor: pointer;
  border: none;
}

.mfp-pager .dots li.active {
  border: 2px solid red;
}

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