body {
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  color: gray;
  background: #e9ecef;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: #000;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 300;
}

.wrap {
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0px 80px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 80px -10px rgba(0, 0, 0, 0.2);
}

header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  -webkit-box-shadow: 0 5px 80px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 80px -10px rgba(0, 0, 0, 0.2);
}

header .navbar-brand {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 30px;
  font-weight: 700;
  color: #000 !important;
}

header .navbar-collapse {
  position: relative;
}

header .navbar {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff !important;
}

@media (max-width: 991.98px) {
  header .navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

header .navbar .navbar-nav.absolute-right {
  position: absolute;
  right: 0;
}

@media (max-width: 991.98px) {
  header .navbar .navbar-nav.absolute-right {
    position: relative;
    right: inherit;
  }
}

header .navbar .nav-item.active > a {
  color: #007bff !important;
  font-weight: bold;
}

header .navbar .nav-link {
  padding: 1.7rem 1rem;
  font-size: 15px;
  outline: none !important;
  opacity: 1 !important;
  color: #000 !important;
}

@media (max-width: 991.98px) {
  header .navbar .nav-link {
    padding: 0.5rem 0.5rem;
  }
}

header .navbar .nav-link:hover {
  color: #fff;
}

header .navbar .nav-link.active {
  color: #fff;
}

header .navbar .dropdown.show > a {
  color: #fff;
}

header .navbar .dropdown-menu {
  font-size: 14px;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
  min-width: 13em;
  margin-top: -10px;
}

header .navbar .dropdown-menu:before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 10px;
}

@media (max-width: 1199.98px) {
  header .navbar .dropdown-menu:before {
    display: none;
  }
}

header .navbar .dropdown-menu .dropdown-item:hover {
  background: #007bff;
  color: #fff;
}

header .navbar .dropdown-menu .dropdown-item.active {
  background: #007bff;
  color: #fff;
}

header .navbar .dropdown-menu a {
  padding-top: 7px;
  padding-bottom: 7px;
}

header .navbar.navbar-light .nav-link {
  color: #fff;
}

header .navbar.navbar-light .nav-link.active {
  color: #fff;
}

.bcrumb a:hover {
  color: #fff;
  text-decoration: underline;
}

.site-hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 750px;
  height: 100vh;
}

.site-hero .lead {
  color: #fff;
}

.site-hero h1,
.site-hero p {
  color: #fff;
  line-height: 1.5;
}

.site-hero .block-17 h1 {
  font-size: 40px;
}

@media (min-width: 768px) {
  .site-hero .block-17 h1 {
    font-size: 70px;
  }
}

.site-hero h1 {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .site-hero h1 {
    font-size: 40px;
  }
}

.site-hero .text {
  max-width: 500px;
  margin-bottom: 50px;
  font-size: 20px;
  position: relative;
}

.site-hero .btn {
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.9) !important;
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.9) !important;
  background: #007bff !important;
  border: 2px solid transparent !important;
  color: #fff;
}

.site-hero .btn:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none !important;
  color: #fff;
  border: 2px solid #fff !important;
}

.site-hero.overlay {
  position: relative;
}

.site-hero.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.site-hero .site-hero-inner {
  min-height: 750px;
  height: 100vh;
}

.site-hero.site-sm-hero {
  min-height: 550px;
  height: 50vh;
}

.site-hero .site-hero-sm-inner {
  min-height: 550px;
  height: 50vh;
}

.episodes {
  background: #fff;
  padding: 20px;
}

.episodes .play {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #007bff;
  border-radius: 50%;
}

.episodes .play span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.episodes .episode {
  border-bottom: 1px solid #e6e6e6;
}

.episodes .episode a {
  color: #000;
}

.episodes .episode a:hover {
  opacity: 0.7;
}

.episodes h2 {
  font-size: 24px;
}

.episodes .meta {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #cccccc;
  color: #007bff;
}

.episodes .episode-number {
  border: 2px solid #52455e;
  text-align: center;
  display: inline-block;
  width: 80px;
  height: 80px;
  text-transform: uppercase;
  line-height: 74px;
  border-radius: 50%;
  background: #007bff;
  color: #fff;
  font-size: 30px;
}

.site-hero-innerpage,
.site-hero-innerpage .site-hero-inner {
  min-height: 550px;
  height: 50vh;
}

.site-section {
  padding: 5em 0;
}

.school-features,
.school-instructors {
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}

@media (min-width: 576px) {
  .school-features,
  .school-instructors {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 576px) {
  .school-features .inner,
  .school-instructors .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.school-features .feature,
.school-features .instructor,
.school-instructors .feature,
.school-instructors .instructor {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .school-features .feature,
  .school-features .instructor,
  .school-instructors .feature,
  .school-instructors .instructor {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .school-features .feature,
  .school-features .instructor,
  .school-instructors .feature,
  .school-instructors .instructor {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .school-features .feature,
  .school-features .instructor,
  .school-instructors .feature,
  .school-instructors .instructor {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.school-features .feature h3,
.school-features .instructor h3,
.school-instructors .feature h3,
.school-instructors .instructor h3 {
  font-size: 18px;
  color: #fff;
}

.school-features .feature p,
.school-features .instructor p,
.school-instructors .feature p,
.school-instructors .instructor p {
  color: #fff;
  opacity: 0.5;
}

.school-features .feature img,
.school-features .instructor img,
.school-instructors .feature img,
.school-instructors .instructor img {
  width: 100px;
  border-radius: 50%;
  margin: 0 auto;
}

.school-features .feature .icon > span:before,
.school-features .instructor .icon > span:before,
.school-instructors .feature .icon > span:before,
.school-instructors .instructor .icon > span:before {
  font-size: 50px;
  margin-left: 0;
  color: #fff;
}

.school-features.text-dark.last,
.school-instructors.text-dark.last {
  border-bottom: none;
}

.school-features.text-dark.last .feature,
.school-instructors.text-dark.last .feature {
  border-bottom: none;
}

@media (min-width: 992px) {
  .school-features.text-dark .feature,
  .school-instructors.text-dark .feature {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
}

.school-features.text-dark .feature:last-child,
.school-instructors.text-dark .feature:last-child {
  border-right: none;
}

.school-features.text-dark .feature h3,
.school-instructors.text-dark .feature h3 {
  font-size: 18px;
  color: #000;
}

.school-features.text-dark .feature p,
.school-instructors.text-dark .feature p {
  color: #000;
  opacity: 0.5;
}

.school-features.text-dark .feature p:last-child,
.school-instructors.text-dark .feature p:last-child {
  margin-bottom: 0;
}

.school-features.text-dark .feature .icon > span:before,
.school-instructors.text-dark .feature .icon > span:before {
  font-size: 50px;
  margin-left: 0;
  color: #007bff;
}

.img-bg {
  background-size: cover;
}

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%;
  }
}

.section-cover {
  background-size: cover;
  position: relative;
  background-position: top left;
}

.section-cover,
.section-cover .intro {
  height: 500px;
}

.section-cover p {
  color: #fff;
}

.section-cover h2 {
  color: #fff;
}

.top-course .course,
.top-course .blog-entry,
.blog-entries .course,
.blog-entries .blog-entry {
  display: block;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-bottom: 30px;
}

.top-course .course:hover,
.top-course .course:focus,
.top-course .blog-entry:hover,
.top-course .blog-entry:focus,
.blog-entries .course:hover,
.blog-entries .course:focus,
.blog-entries .blog-entry:hover,
.blog-entries .blog-entry:focus {
  opacity: 0.7;
}

.top-course .course img,
.top-course .blog-entry img,
.blog-entries .course img,
.blog-entries .blog-entry img {
  max-width: 100%;
  margin-bottom: 20px;
}

.top-course .course h2,
.top-course .blog-entry h2,
.blog-entries .course h2,
.blog-entries .blog-entry h2 {
  font-size: 18px;
  line-height: 1.5;
}

.top-course .course p,
.top-course .blog-entry p,
.blog-entries .course p,
.blog-entries .blog-entry p {
  font-size: 13px;
  color: gray;
}

.instructor-meta {
  margin-bottom: 10px;
  color: #999999 !important;
}

.btn,
.form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
}

.btn:focus,
.btn:active,
.form-control:focus,
.form-control:active {
  outline: none;
}

.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

textarea.form-control {
  height: inherit;
}

.btn {
  position: relative;
  border-radius: 100px;
  color: #000;
}

.btn.btn-primary {
  color: #fff;
  border: 2px solid transparent;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  color: #000 !important;
  background: none !important;
  border: 2px solid #007bff !important;
}

.btn.btn-primary-white {
  border: 2px solid transparent;
  background: #007bff;
}

.btn.btn-primary-white:hover,
.btn.btn-primary-white:focus,
.btn.btn-primary-white:active {
  border: 2px solid #fff;
  background: none !important;
}

.btn.btn-white {
  position: relative;
  color: #fff;
  border: 2px solid #fff;
  background: none;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
  border: 2px solid transparent;
  background: #007bff !important;
}

.flaticon-custom {
  font-size: 70px;
}

.flaticon-custom:before,
.flaticon-custom:after {
  margin-left: 0;
}

.no-nav .owl-nav {
  display: none;
}

.box {
  overflow: hidden;
  border-radius: 4px;
  display: block;
}

.box img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.box .box-body {
  padding: 20px;
  border: 1px solid #e9ecef;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.box h2 {
  font-size: 18px;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.box.hover:hover img,
.box.hover:focus img {
  margin-top: -20px;
}

.box.hover:hover .box-body,
.box.hover:focus .box-body {
  background: #007bff;
  color: #fff;
  padding: 30px 20px;
  border-color: #007bff;
}

.box.hover:hover h2,
.box.hover:focus h2 {
  color: #fff;
}

.breadcrumb-custom {
  background: none;
  padding: 0;
}

.breadcrumb-custom li a {
  color: #007bff;
}

.breadcrumb-custom li a:hover {
  color: #fff;
}

.breadcrumb-custom li.active {
  color: #fff;
}

.faith-btn {
  display: inline-block;
  min-width: 150px;
  height: 60px;
  background-color: #ac8a74;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 0 30px;
  font-size: 14px;
  line-height: 60px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  font-weight: 400;
  text-transform: capitalize;
}
.faith-btn.active,
.faith-btn:hover,
.faith-btn:focus {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  background-color: #1b1b1b;
}
.faith-btn.active:hover,
.faith-btn.active:focus {
  color: #ffffff;
  background-color: #007bff;
}
.faith-btn.btn-2 {
  border: 2px solid #1b1b1b;
  color: #1b1b1b;
  background-color: transparent;
  line-height: 56px;
}
.faith-btn.btn-2:hover,
.faith-btn.btn-2:focus {
  border: 2px solid #007bff;
  background-color: #007bff;
  color: #ffffff;
}
.faith-btn.btn-3 {
  border: 2px solid #007bff;
  color: #007bff;
  background-color: transparent;
  line-height: 56px;
}
.faith-btn.btn-3:hover,
.faith-btn.btn-3:focus {
  border: 2px solid #1b1b1b;
  background-color: #1b1b1b;
  color: #ffffff;
}

.breadcrumb-custom li.breadcrumb-item + .breadcrumb-item:before {
  content: "/";
  color: rgba(255, 255, 255, 0.3);
}

.children-info li {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #dee2e6;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a,
.sidelink li a {
  display: block;
}

.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
  color: #fff;
  font-style: italic;
}

.cover_1 {
  background-size: cover;
  background-position: center center;
  padding: 7em 0;
}

.text-black {
  color: #000 !important;
}

.stretch-section .video {
  display: block;
  position: relative;
  -webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
}

.media-feature {
  padding: 30px;
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  background: #fff;
  z-index: 1;
  position: relative;
  border-bottom: 10px solid transparent;
  border-radius: 4px;
  font-size: 15px;
}

.media-feature .icon {
  font-size: 60px;
  color: #007bff;
}

.media-feature h3 {
  font-size: 16px;
  text-transform: uppercase;
}

.media-feature:hover,
.media-feature:focus {
  -webkit-box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 2;
  border-bottom: 10px solid #007bff;
}

.media-custom {
  background: #fff;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-bottom: 30px;
  position: relative;
  top: 0;
}

.media-custom .meta-post {
  color: #ced4da;
  font-size: 13px;
  text-transform: uppercase;
}

.media-custom > a {
  position: relative;
  overflow: hidden;
  display: block;
}

.media-custom .meta-chat {
  color: #ced4da;
}

.media-custom .meta-chat:hover {
  color: #6c757d;
}

.media-custom img {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.media-custom:focus,
.media-custom:hover {
  top: -2px;
  -webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
}

.media-custom:focus img,
.media-custom:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.media-custom .media-body {
  padding: 30px;
}

.media-custom .media-body h3 {
  font-size: 20px;
}

.media-custom .media-body p:last-child {
  margin-bottom: 0;
}

#accordion .card {
  font-size: 15px;
  border-color: #dee2e6;
}

#accordion .card h5 a {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #007bff;
  position: relative;
  -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
  border-radius: 0;
}

#accordion .card h5 a .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#accordion .card h5 a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
}

#accordion .card h5 a.collapsed {
  color: #000;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#accordion .card h5 a.collapsed .icon {
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#accordion .card h5 a.collapsed:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
}

#accordion .card .card-body {
  padding-top: 15px;
}

.testimonial {
  font-size: 30px;
  color: #000;
}

.media-testimonial img {
  width: 100px;
  border-radius: 50%;
}

.media-testimonial blockquote p {
  font-size: 20px;
  color: #000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

blockquote {
  padding-left: 30px;
  border-left: 10px solid #e6e6e6;
}

blockquote p {
  font-size: 18px;
  font-style: italic;
  color: #000;
}

.list-unstyled li {
  margin-bottom: 10px;
}

.list-unstyled.check li {
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.list-unstyled.check li:before {
  color: #17a2b8;
  left: 0;
  font-family: "Ionicons";
  content: "\f122";
  position: absolute;
}

#modalAppointment .modal-content {
  border-radius: 0;
  border: none;
}

#modalAppointment .modal-body,
#modalAppointment .modal-footer {
  padding: 40px;
}

.overflow {
  position: relative;
  overflow-x: hidden;
}

.site-footer {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 5em 0;
  line-height: 1.7;
  background: #007bff;
}

.site-footer.border-top {
  border-top: 1px solid #e6e6e6 !important;
}

.site-footer a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.site-footer a:hover {
  border-bottom: 1px solid white;
}

.site-footer .block-21 .meta a {
  border-bottom: none !important;
  color: #9f8fad !important;
}

.site-footer .block-21 .meta a:hover {
  color: #fff !important;
}

.site-footer .block-23 {
  color: #fff !important;
}

.site-footer .block-23 a {
  border-bottom: none !important;
}

.site-footer .block-23 .icon {
  color: #9f8fad !important;
}

.blog-entry-footer .post-meta {
  color: gray;
  font-size: 15px;
}

.border-t {
  border-top: 1px solid #f8f9fa;
}

.copyright {
  font-size: 14px;
  color: #fff;
  border-top: 1px solid #867297 !important;
  padding-top: 50px;
}

.copyright a {
  color: #fff !important;
}

.copyright a:hover {
  color: #fff !important;
}

.element-animate {
  opacity: 0;
  visibility: hidden;
}

.block-16 figure {
  position: relative;
}

.block-16 figure .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 40px;
  width: 90px;
  height: 90px;
  background: #fff;
  display: block;
  border-radius: 50%;
  opacity: 0.8;
}

.block-16 figure .play-button:hover {
  opacity: 1;
}

.block-16 figure .play-button > span {
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.block-15 .text {
  max-width: 450px;
}

.block-6 {
  margin-bottom: 30px;
}

.block-6 .icon {
  margin-right: 40px;
}

.block-6 .icon span:before {
  font-size: 50px;
}

.block-6 .icon span.bg-after {
  position: relative;
}

.block-6 .icon span.bg-after:after {
  position: absolute;
  content: "";
  left: -20px;
  top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #007bff;
  z-index: -1;
}

.block-6.d-block .icon {
  margin-right: 0;
}

.block-6 .media-body p {
  font-size: 16px;
}

.block-17 form {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
}

.block-17 form .fields {
  width: calc(100% - 120px);
  position: relative;
}

@media (max-width: 991.98px) {
  .block-17 form .fields {
    width: 100%;
  }
}

.block-17 form .fields .one-third {
  width: 33.33333%;
  border-right: 1px solid #e6e6e6;
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 991.98px) {
  .block-17 form .fields .one-third {
    width: 100%;
    border-right: none;
    padding-left: 0px;
    margin-bottom: 10px;
  }
}

.block-17 form .fields .one-third:first-child {
  padding-left: 0;
}

.block-17 form .fields .one-third:last-child {
  border-right: none;
}

.block-17 form .fields .form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}

.block-17 form .fields .icon {
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  .block-17 form .fields .icon {
    right: 0;
  }
}

.block-17 form .fields .select-wrap {
  position: relative;
}

.block-17 form .fields .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.block-17 form .search-submit {
  width: 100px;
  margin-left: 20px;
}

@media (max-width: 991.98px) {
  .block-17 form .search-submit {
    margin-left: 0;
    display: block;
    width: 100%;
  }
}

.block-18 .icon > span {
  font-size: 50px;
}

.block-18 .text strong {
  font-size: 40px;
  line-height: 1.5;
  color: #007bff;
}

.block-18 .text span {
  line-height: 1.5;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ccc;
}

.block-19 {
  -webkit-box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
  background: #fff;
}

.block-19:hover,
.block-19:focus {
  -webkit-box-shadow: 0 2px 90px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 90px -5px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.block-19 .text {
  padding: 20px;
}

.block-19 .text .meta .number,
.block-19 .text .meta .price {
  width: 50%;
}

.block-19 .text .meta .number span {
  color: #007bff;
}

.block-19 .text .meta .price del {
  color: #b3b3b3;
}

.block-19 .text .meta .price span {
  background: #007bff;
  border-radius: 4px;
  display: inline-block;
  padding: 1px 10px;
  color: #fff;
}

.block-11 .owl-stage {
  padding-bottom: 3em;
}

.block-11 .owl-nav {
  position: relative;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.block-11 .owl-nav .owl-prev,
.block-11 .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 30px;
  margin: 0 10px;
}

.block-11 .owl-nav .owl-prev:hover,
.block-11 .owl-nav .owl-prev:focus,
.block-11 .owl-nav .owl-prev:active,
.block-11 .owl-nav .owl-next:hover,
.block-11 .owl-nav .owl-next:focus,
.block-11 .owl-nav .owl-next:active {
  outline: none;
}

.block-11 .owl-nav .owl-prev span,
.block-11 .owl-nav .owl-next span {
  font-size: 30px;
}

.block-11 .owl-nav .owl-prev.disabled,
.block-11 .owl-nav .owl-next.disabled {
  opacity: 0.2;
}

.block-21 figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 155px;
  flex: 0 0 155px;
}

.block-21 figure img {
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.7);
}

.block-21 .text .meta > div {
  display: inline-block;
  font-size: 13px;
  margin-right: 10px;
}

.block-21 .text .meta > div a {
  color: #cccccc;
}

.block-21 .text .meta > div a:hover {
  color: gray;
}

.block-36 {
  background: #fff;
  padding: 40px;
  margin-top: -100px;
  position: relative;
  z-index: 2;
}

.block-36 ul,
.block-36 ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.block-36 ul li {
  margin-bottom: 15px;
}

.block-36 ul li a {
  color: #b3b3b3;
}

.block-36 ul li a:hover {
  color: #1a1a1a;
}

.block-36 ul li.active a {
  font-weight: bold;
  color: #fff !important;
}

.block-20 {
  background: #fff;
  -webkit-box-shadow: 0 2px 40px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 40px -10px rgba(0, 0, 0, 0.1);
  border: none !important;
}

.block-20 .text {
  padding: 20px;
}

.block-20 .meta > div {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
  font-size: 15px;
}

.block-20 .meta > div a {
  color: #b3b3b3;
}

.block-20 .meta > div a:hover {
  color: #4d4d4d;
}

.more {
  position: relative;
  padding-right: 20px;
  text-transform: uppercase;
  font-size: 13px;
}

.more > span {
  opacity: 1;
  visibility: visible;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.more:hover {
  padding-right: 30px;
}

.more:hover > span {
  opacity: 1;
  visibility: visible;
}

.block-22 {
  background: #007bff;
}

.block-22 p {
  color: rgba(255, 255, 255, 0.7);
}

.block-22 p:last-child {
  margin-bottom: 0;
}

.block-22 .subscribe .form-group {
  position: relative;
}

.block-22 .subscribe .email {
  height: 50px;
  border-radius: 4px;
  background: #fff;
  border: none !important;
}

.block-22 .subscribe .submit {
  position: absolute;
  top: 5px;
  right: 6px;
}

.block-2 {
  margin-bottom: 50px;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
}

.block-2:hover .back,
.block-2.hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.block-2:hover .front,
.block-2.hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.block-2,
.block-2 .front,
.block-2 .back {
  width: 100%;
  height: 427px;
}

.block-2 .flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transition: 0.6s;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.block-2 .front,
.block-2 .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 0px;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0;
}

.block-2 .front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  background: lightgreen;
  z-index: 2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.block-2 .front:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(
    top,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.8) 99%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.8) 99%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(18%, transparent),
    color-stop(99%, rgba(0, 0, 0, 0.8)),
    to(rgba(0, 0, 0, 0.8))
  );
  background: -o-linear-gradient(
    top,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.8) 99%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.8) 99%,
    rgba(0, 0, 0, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}

.block-2 .front .box {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.block-2 .front .box h2,
.block-2 .front .box p {
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.block-2 .front .box h2 {
  font-size: 20px;
}

.block-2 .front .box p {
  font-size: 12px;
}

.block-2 .back {
  background: #fff;
  -webkit-box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.block-2 .back p {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 20px;
  font-size: 18px;
}

.block-2 .author {
  bottom: 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.block-2 .author .image {
  width: 40px;
}

.block-2 .author .image img {
  border-radius: 50%;
  max-width: 100%;
}

.block-2 .author .position {
  display: block;
  font-size: 12px;
}

@media (max-width: 991.98px) {
  .block-2 .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .block-2 .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

.block-23 ul,
.block-23 ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.block-23 ul li,
.block-23 ul li > a {
  display: table;
  line-height: 1.5;
  margin-bottom: 15px;
}

.block-23 ul li .icon,
.block-23 ul li .text {
  display: table-cell;
  vertical-align: top;
}

.block-23 ul li .icon {
  width: 40px;
  font-size: 20px;
  position: relative;
  top: -2px;
  color: #ccc;
}

.block-24 {
  background: #fff;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}

.block-24 ul,
.block-24 ul li {
  padding: 0;
  margin: 0;
}

.block-24 ul li {
  display: block;
}

.block-24 ul li a {
  display: block;
  padding: 2px 16px;
  border-left: 4px solid transparent;
  position: relative;
  color: #000;
}

.block-24 ul li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.block-24 ul li a:hover,
.block-24 ul li a:focus {
  color: #007bff;
  border-left: 4px solid #007bff;
}

.block-25 {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
}

.block-25 ul,
.block-25 ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.block-25 ul li {
  margin-bottom: 10px;
}

.block-25 ul li:last-child {
  margin-bottom: 0;
}

.block-25 ul li a .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}

.block-25 ul li a .image img {
  max-width: 100%;
}

.block-25 ul li a .meta {
  color: #007bff;
}

.block-26 {
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
  float: left;
}

.block-26 ul,
.block-26 ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.block-26 ul li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  float: left;
}

.block-26 ul li a {
  color: #fff;
  padding: 0 10px;
  border-radius: 4px;
  display: inline-block;
  background: #007bff;
}

.block-27 ul,
.block-27 ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.block-27 ul li {
  display: inline-block;
  margin-bottom: 4px;
}

.block-27 ul li a,
.block-27 ul li span {
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.block-27 ul li.active a,
.block-27 ul li.active span {
  background: #007bff;
  color: #fff;
  border: 1px solid transparent;
}

.block-28 {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
}

.block-28 figure {
  width: 100px;
  margin: 0 auto 30px auto;
}

.block-28 figure img {
  max-width: 100%;
  border-radius: 50%;
}

#map {
  width: 100%;
  height: 500px;
}

.block-3 .text,
.block-3 .image {
  width: 100%;
  padding: 10% 7%;
}

@media (min-width: 768px) {
  .block-3 .text,
  .block-3 .image {
    width: 50%;
    padding: 10% 7%;
  }
}

.block-3 .text p:last-child {
  margin-bottom: 0;
}

.block-3 .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .block-3 .image {
    height: 300px;
  }
}

.block-33 {
  padding: 20px;
  background: #fff;
}

.block-33 .vcard .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  margin-right: 20px;
}

.block-33 .vcard .image img {
  max-width: 100%;
  border-radius: 50%;
}

.block-33 .vcard .name-text .meta {
  color: #a6a6a6;
  display: block;
}

.block-33 .text blockquote {
  padding: 0;
  margin-bottom: 0;
  border: none !important;
  font-size: 16px;
}

.block-33 .text blockquote p:last-child {
  margin-bottom: 0;
}

.form-wrap {
  position: relative;
  margin-bottom: 3em;
  z-index: 2;
  padding: 20px;
  background: #fff !important;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
  margin-top: -100px;
}

@media (min-width: 768px) {
  .form-wrap {
    padding: 50px;
  }
}

.block-8 .accordion-item .body-text {
  font-size: 16px;
  padding: 5px 0;
  padding-left: 30px;
}

.block-38 .block-38-header img {
  width: 250px;
  margin-bottom: 20px;
}

.custom-pagination {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.custom-pagination li {
  display: inline-block;
}

.custom-pagination .prev a,
.custom-pagination .next a {
  font-size: 20px !important;
  line-height: 38px !important;
}

.custom-pagination li a,
.custom-pagination .prev a,
.custom-pagination .next a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  border-radius: 50% !important;
  font-size: 16px;
}

.custom-pagination li.active a,
.custom-pagination .prev.active a,
.custom-pagination .next.active a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  border-radius: 50% !important;
  font-size: 16px;
  background: #007bff;
  color: #fff;
}

.custom-pagination li.active a:hover,
.custom-pagination li.active a:focus,
.custom-pagination .prev.active a:hover,
.custom-pagination .prev.active a:focus,
.custom-pagination .next.active a:hover,
.custom-pagination .next.active a:focus {
  color: #fff;
}

.custom-pagination .prev {
  float: left;
}

.custom-pagination .next {
  float: right;
}

.block-42 {
  border-top: 2px solid #007bff;
  background: #fff;
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .block-42 {
    margin-left: 50px;
    margin-right: 50px;
    padding: 40px;
  }
}

.block-42.overlap {
  margin-top: -50px;
}

.block-42 .block-42-text > div {
  display: inline-block;
}

.block-42 .block-42-text .block-42-label {
  color: #dc3545;
}

.block-42 .block-42-text .block-42-title {
  color: #000;
  font-weight: bold;
}

.block-42 .block-42-text .block-42-title a {
  color: #000;
}

.block-42 .block-42-text .block-42-meta {
  color: #999999;
}

.block-42 .block-42-icons a {
  padding: 0 10px;
}

.block-42 .block-42-icons a:last-child {
  padding-right: 0;
}

.block-43 .block-43-icon .icon-wrapper {
  width: 4em;
  height: 2em;
  line-height: 2em;
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 1.235em 0;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 -1px 0 0 #f6f6f6, 0 1px 0 0 #f6f6f6;
  box-shadow: 0 -1px 0 0 #f6f6f6, 0 1px 0 0 #f6f6f6;
  position: relative;
  display: block;
  margin: 1.235em 0 3.235em 0;
}

.block-43 .block-43-icon .icon-wrapper .icon {
  font-size: 30px;
}

.block-43 .block-43-icon .icon-wrapper:before,
.block-43 .block-43-icon .icon-wrapper:after {
  content: "";
  width: 0;
  height: 0;
  border-left: solid 2em transparent;
  border-right: solid 2em transparent;
  position: absolute;
  left: 0;
}

.block-43 .block-43-icon .icon-wrapper:before {
  border-bottom-color: #f6f6f6 !important;
  border-bottom: solid 1.235em;
  top: -1.235em;
}

.block-43 .block-43-icon .icon-wrapper:after {
  border-top-color: #f6f6f6 !important;
  border-top: solid 1.235em;
  bottom: -1.235em;
}

.img-shadow,
.block-38 .block-38-header img {
  border: 4px solid #fff;
  -webkit-box-shadow: 0 1px 20px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 20px -5px rgba(0, 0, 0, 0.3);
}

.block-44 {
  margin-bottom: 50px;
}

.block-44 .block-44-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-right: 20px;
}

.block-44 .block-44-image img {
  max-width: 100%;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 1px 20px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 20px -5px rgba(0, 0, 0, 0.3);
}

.block-44 .block-44-meta {
  font-size: 14px;
  color: #bfbfbf;
}

.block-44 .block-44-icons a {
  display: inline-block;
  padding: 10px 10px;
}

.block-44 .block-44-icons a span {
  font-size: 18px;
}

.block-44 .block-44-icons a:first-child {
  padding-left: 0;
}

.block-45 {
  background: #007bff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.block-45 a {
  color: #fff;
}

.block-45 a:hover {
  opacity: 0.5;
}

.block-45 .block-45-list,
.block-45 .block-45-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.block-45 .block-45-list li {
  display: inline-block;
  margin-right: 20px;
}

.block-45 .block-45-icons,
.block-45 .block-45-icons li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.block-45 .block-45-icons li {
  display: inline-block;
}

.block-45 .block-45-icons li a {
  padding-left: 10px;
  padding-right: 10px;
}

.block-45 .block-45-icons li:last-child a {
  padding-right: 0px;
}

@media (max-width: 991.98px) {
  .block-45 .block-45-icons li:first-child a {
    padding-left: 0px;
  }
}

.block-13 .owl-nav {
  position: relative;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.block-13 .owl-nav .owl-prev,
.block-13 .owl-nav .owl-next {
  margin: 0 10px;
  position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 30px !important;
}

.block-13 .owl-nav .owl-prev:active,
.block-13 .owl-nav .owl-prev:focus,
.block-13 .owl-nav .owl-next:active,
.block-13 .owl-nav .owl-next:focus {
  outline: none;
}

.block-13 .owl-nav .owl-prev.disabled,
.block-13 .owl-nav .owl-next.disabled {
  opacity: 0.2;
}

#loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  -o-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  z-index: 1000;
}

#loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#loader.show {
  -webkit-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #4caf50;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4caf50;
}

#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  font-family: Raleway;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/*step FORM*/
.verificar {
  margin-top: 30px;
  margin-bottom: 30px;
}

.verificar p {
  color: #fff;
}

/*form styles*/
.steps {
  width: 675px;
  margin: 50px auto;
  position: relative;
}

.steps fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 17px 41px -21px rgb(0, 0, 0);
  padding: 20px 30px;
  background-color: #002f57;
  border-top: 9px solid #59d0bb;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;

  /*stacking fieldsets above each other*/
  position: absolute;
}
/*Hide all except first fieldset*/
.steps fieldset:not(:first-of-type) {
  display: none;
}
/*inputs*/
.steps label {
  color: #ffffff;
  text-align: left !important;
  font-size: 15px;
  font-weight: 200;
  padding-bottom: 7px;
  padding-top: 12px;
  display: inline-block;
}

.steps input,
.steps textarea {
  outline: none;
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 15px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #837e7e;
  font-family: "Roboto";
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-wieght: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.steps input:focus,
.steps textarea:focus {
  color: #333333;
  border: 1px solid;
}

.error1 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  position: absolute;
  left: 525px;
  margin-top: -58px;
  padding: 0 10px;
  height: 39px;
  display: block;
  color: #ffffff;
  background: #e62163;
  border: 0;
  font: 14px Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
    "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana,
    "Verdana Ref", sans-serif;
  line-height: 39px;
  white-space: nowrap;
}

.error1:before {
  width: 0;
  height: 0;
  left: -8px;
  top: 14px;
  content: "";
  position: absolute;
  border-top: 6px solid transparent;
  border-right: 8px solid #e62163;
  border-bottom: 6px solid transparent;
}

.error-log {
  margin: 5px 5px 5px 0;
  font-size: 19px;
  position: relative;
  bottom: -2px;
}

.question-log {
  margin: 5px 1px 5px 0;
  font-size: 15px;
  position: relative;
  bottom: -2px;
}

/*buttons*/
.steps .action-button,
.action-button {
  width: 100px !important;
  background: #49ae9c;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px auto;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: block;
}

.steps .next,
.steps .submit {
  float: right;
}

.steps .previous {
  float: left;
}

.steps .action-button:hover,
.steps .action-button:focus,
.action-button:hover,
.action-button:focus {
  background: #74ffe6;
}

.steps .explanation {
  display: block;
  clear: both;
  width: 540px;
  background: #002f57;
  position: relative;
  margin-left: -30px;
  padding: 22px 0px;
  margin-bottom: -10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  top: 10px;
  text-align: center;
  color: #429af9;
  font-size: 12px;
  font-weight: 200;
  cursor: pointer;
}

/*headings*/
.fs-title {
  text-transform: uppercase;
  margin: 0 0 5px;
  line-height: 1;
  color: #59d0bb;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  width: 100%;
  text-align: center;
}
#progressbar li {
  list-style-type: none;
  color: rgb(51, 51, 51);
  text-transform: uppercase;
  font-size: 9px;
  width: 20%;
  float: left;
  color: #fff;
  position: relative;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: white;
  border-radius: 3px;
  margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #59d0bb;
  color: #000d19;
}

/* my modal */

.modal p {
  font-size: 15px;
  font-weight: 100;
  font-family: sans-serif;
  color: #3c3b3b;
  line-height: 21px;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal.modal-show {
  visibility: visible;
}
.lt-ie9 .modal {
  top: 0;
  margin-left: -315px;
}

.modal-content {
  background: #ffffff;
  position: relative;
  margin: 0 auto;
  padding: 40px;
  border-radius: 3px;
}

.modal-overlay {
  background: #000000;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -moz-transition-delay: 0.5s, 0.1s;
  -o-transition-delay: 0.5s, 0.1s;
  -webkit-transition-delay: 0.5s, 0.1s;
  transition-delay: 0.5s, 0.1s;
  -moz-transition-duration: 0, 0.5s;
  -o-transition-duration: 0, 0.5s;
  -webkit-transition-duration: 0, 0.5s;
  transition-duration: 0, 0.5s;
}
.modal-show .modal-overlay {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/*slide*/
.modal[data-modal-effect|="slide"] .modal-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.5s 0;
  -o-transition: all 0.5s 0;
  -webkit-transition: all 0.5s 0;
  transition: all 0.5s 0;
}
.modal[data-modal-effect|="slide"].modal-show .modal-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.5s 0.1s;
  -o-transition: all 0.5s 0.1s;
  -webkit-transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
  transition: all 0.5s 0.1s;
}
.modal[data-modal-effect="slide-top"] .modal-content {
  -moz-transform: translateY(-300%);
  -ms-transform: translateY(-300%);
  -webkit-transform: translateY(-300%);
  transform: translateY(-300%);
}
.modal[data-modal-effect="slide-top"].modal-show .modal-content {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* RESPONSIVE */

/* moves error logs in tablet/smaller screens */

@media (max-width: 1000px) {
  /*brings inputs down in size */
  .steps input,
  .steps textarea {
    outline: none;
    display: block;
    width: 100% !important;
  }

  /*brings errors in */
  .error1 {
    left: 345px;
    margin-top: -58px;
  }
}

@media (max-width: 675px) {
  /*mobile phone: uncollapse all fields: remove progress bar*/

  .steps {
    width: 100%;
    margin: 50px auto;
    position: relative;
  }

  #progressbar {
    display: none;
  }

  /*move error logs */
  .error1 {
    position: relative;
    left: 0 !important;
    margin-top: 24px;
    top: -11px;
  }

  .error1:before {
    width: 0;
    height: 0;
    left: 14px;
    top: -14px;
    content: "";
    position: absolute;
    border-left: 6px solid transparent;
    border-bottom: 8px solid #e62163;
    border-right: 6px solid transparent;
  }

  /*show hidden fieldsets */
  .steps fieldset:not(:first-of-type) {
    display: block;
  }

  .steps fieldset {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 45px;
  }

  .steps .next,
  .steps .previous {
    display: none;
  }

  .steps .explanation {
    display: none;
  }

  .steps .submit {
    float: right;
    margin: 28px auto 10px;
    width: 100% !important;
  }
}

/* Info */
.info {
  width: 300px;
  margin: 35px auto;
  text-align: center;
  font-family: "roboto", sans-serif;
}

.info h1 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  padding-bottom: 5px;
}
.info span {
  color: #666666;
  font-size: 13px;
  margin-top: 20px;
}
.info span a {
  color: #666666;
  text-decoration: none;
}
.info span .fa {
  color: rgb(226, 168, 16);
  font-size: 19px;
  position: relative;
  left: -2px;
}

.info span .spoilers {
  color: #999999;
  margin-top: 5px;
  font-size: 10px;
}

/*date*/
.date input {
  display: -webkit-box;
  display: flex;
  width: 34.9em;
  height: 3em;
  line-height: 3;
  background: #2c3e50;
  color: #fff;
  overflow: hidden;
  border-radius: 0.25em;
}
.date input:focus {
  color: #fff;
}
.date:hover::after {
  color: #66f0d7;
}

.date::after {
  display: -webkit-box;
  position: absolute;
  content: "\25BC";
  top: 25.8%;
  right: 9.2%;
  width: 2.1em;
  height: 1.7em;
  padding-top: 0.8em;
  background: #34495e;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
  overflow: hidden;
  border-radius: 0.25em;
  cursor: pointer;
}

/* select */
.box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  margin: 0 -16px;
}

.col-50 {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
}

.icon-container {
  margin-bottom: 20px;
  padding: 7px 0;
  font-size: 24px;
}

@media (max-width: 800px) {
  .row {
    flex-direction: column-reverse;
  }
  .col-25 {
    margin-bottom: 20px;
  }
}

/*acordeon de nosotros*/

.sliding {
  background: #fff;
  overflow: hidden;
  color: #000;
  margin: 12px 0;
  transition: all 0.5s ease-in-out;
  height: 0;
}
.sliding p {
  padding: 0 15px;
}
.sliding:target {
  height: 50px;
}

.fancy {
  font-family: "Marcellus SC", serif;
}

.gb {
  padding: 8px 20px;
  margin-right: 25px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 4px;
  width: 100%;
  background-color: transparent;
  color: white;
}

.gb:after {
  background-image: linear-gradient(
    135deg,
    #0d04b2 0%,
    #0d04b2 12.5%,
    #1119b6 12.5%,
    #1119b6 25%,
    #142eb9 25%,
    #142eb9 37.5%,
    #1843bd 37.5%,
    #1843bd 50%,
    #1c57c0 50%,
    #1c57c0 62.5%,
    #206cc4 62.5%,
    #206cc4 75%,
    #2381c7 75%,
    #2381c7 87.5%,
    #2796cb 87.5%,
    #2796cb 100%
  );
}

.gb:hover {
  color: white;
}

.gb-bordered {
  padding: 6px 20px;
  position: relative;
  border: 4px solid transparent;
  background-clip: padding-box;
  transition: 0.5s all;
}
.gb-bordered:after {
  transition: 0.5s all;
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  content: "";
  z-index: -1;
  border-radius: 4px;
}

.hover-slide {
  transition: 0.6s all;
}
.hover-slide:after {
  background-size: 200% 100%;
  background-position: 0% 0;
}
.hover-slide:hover:after {
  background-position: 100% 0;
}

/*Paginas de interes*/
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}
.intslider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 200px;
  margin-left: -10%;
  overflow: hidden;
  position: center;
  align-items: center;
  width: 120%;
}
.intslider::before,
.intslider::after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(white),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 200px;
  position: center;
  align-items: center;
  width: 200px;
  z-index: 2;
}
.intslider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.intslider::before {
  left: 0;
  top: 0;
}
.intslider .intslide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: -webkit-box;
  display: flex;
  width: calc(250px * 14);
}
.intslider .intslide {
  height: 200px;
  width: 250px;
  align-items: center;
}

/* PORTADA GALERIA */
.Grid {
  width: 50rem;
  margin: 5rem auto;
}
.Grid-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.Card {
  position: relative;
  -webkit-box-flex: 0;
  flex: 0 1 15rem;
  background-color: #fff;
  padding-bottom: 0.1rem;
  -webkit-transition: background-color 0.2s cubic-bezier(0.5, 0.3, 0.8, 0.06);
  transition: background-color 0.2s cubic-bezier(0.5, 0.3, 0.8, 0.06);
  color: #000;
}
.Card-thumb {
  position: relative;
  width: 27rem;
  height: 22rem;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-perspective: 600px;
  perspective: 600px;
  z-index: 1;
}
.Card-image,
.Card-shadow {
  position: absolute;
  display: block;
  width: 27rem;
  height: 82%;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
.Card-shadow {
  opacity: 0.8;
}
.Card-shadow:nth-child(1) {
  opacity: 0.6;
  background-color: #002f57;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0.07s;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0.07s;
}
.Card-shadow:nth-child(2) {
  opacity: 0.7;
  background-color: #673ab7;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0.05s;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0.05s;
}
.Card-shadow:nth-child(3) {
  background-color: #6afae1;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0.03s;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0.03s;
}
.Card-image {
  position: relative;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #607d8b;
}
.Card-image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3f51b5;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.Card-title,
.Card-explore {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0.3, 0.8, 0.06);
  transition: all 0.2s cubic-bezier(0.5, 0.3, 0.8, 0.06);
}
.Card-title span,
.Card-explore span {
  padding: 0.5rem;
  font-size: 1.8rem;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  text-align: center;
}
.Card-explore {
  opacity: 0;
  -webkit-transform: translate(0, -1rem);
  transform: translate(0, -1rem);
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: #673ab7;
}
.Card-button {
  position: absolute;
  left: 50%;
  top: 5rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border-radius: 2rem;
  border: 2px solid #3f51b5;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  -webkit-transform: translate(-50%, 2rem);
  transform: translate(-50%, 2rem);
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  outline: none;
  z-index: 4;
}
.Card:hover,
.Card--active {
  background-color: #f5f5f5;
  cursor: pointer;
}
.Card:hover .Card-thumb,
.Card--active .Card-thumb {
  z-index: 3;
}
.Card:hover .Card-title,
.Card--active .Card-title {
  opacity: 0;
}
.Card:hover .Card-explore,
.Card--active .Card-explore {
  opacity: 1;
  -webkit-transform: translate(0, 4rem);
  transform: translate(0, 4rem);
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
}
.Card:hover .Card-image,
.Card--active .Card-image {
  -webkit-transform: scale(1.05) translate(0, -1rem) rotateX(25deg);
  transform: scale(1.05) translate(0, -1rem) rotateX(25deg);
}
.Card:hover .Card-image::before,
.Card--active .Card-image::before {
  opacity: 0.4;
}
.Card:hover .Card-shadow:nth-child(3),
.Card--active .Card-shadow:nth-child(3) {
  -webkit-transform: scale(1.02) translate(0, 0.8rem) rotateX(15deg);
  transform: scale(1.02) translate(0, 0.8rem) rotateX(15deg);
}
.Card:hover .Card-shadow:nth-child(2),
.Card--active .Card-shadow:nth-child(2) {
  -webkit-transform: scale(0.9) translate(0, 4rem) rotateX(15deg);
  transform: scale(0.9) translate(0, 4rem) rotateX(15deg);
}
.Card:hover .Card-shadow:nth-child(1),
.Card--active .Card-shadow:nth-child(1) {
  -webkit-transform: scale(0.82) translate(0, 7.9rem) rotateX(5deg);
  transform: scale(0.82) translate(0, 7.9rem) rotateX(5deg);
}
.Card:hover .Card-button,
.Card--active .Card-button {
  opacity: 1;
  color: #3f51b5;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.Card:hover .Card-button:hover,
.Card--active .Card-button:hover {
  color: #fff;
  background-color: #3f51b5;
}
.Card--active,
.Card--active:hover {
  background: none;
}
.Card--active .Card-explore,
.Card--active:hover .Card-explore {
  opacity: 0;
  -webkit-transform: translate(0, 3rem);
  transform: translate(0, 3rem);
  -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
.Card--active .Card-image,
.Card--active:hover .Card-image {
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transform: scale(1.05) translate(0, -2.5rem) rotateX(50deg);
  transform: scale(1.05) translate(0, -2.5rem) rotateX(50deg);
}
.Card--active .Card-image::before,
.Card--active:hover .Card-image::before {
  opacity: 0.4;
}
.Card--active .Card-button,
.Card--active:hover .Card-button {
  opacity: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.35s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transform: translate(-50%, -2rem) scale(1, 0.4);
  transform: translate(-50%, -2rem) scale(1, 0.4);
}
.Grid-row:nth-child(1)
  .Card:nth-child(1).Card--active
  .Card-shadow:nth-child(3),
.Grid-row:nth-child(1)
  .Card:nth-child(1)
  .Card--active:hover
  .Card-shadow:nth-child(3) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  -webkit-transform: scale(1) translate(6%, 113%);
  transform: scale(1) translate(6%, 113%);
}
.Grid-row:nth-child(1)
  .Card:nth-child(1).Card--active
  .Card-shadow:nth-child(2),
.Grid-row:nth-child(1)
  .Card:nth-child(1)
  .Card--active:hover
  .Card-shadow:nth-child(2) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  -webkit-transform: scale(1) translate(6%, 223%);
  transform: scale(1) translate(6%, 223%);
}
.Grid-row:nth-child(1)
  .Card:nth-child(1).Card--active
  .Card-shadow:nth-child(1),
.Grid-row:nth-child(1)
  .Card:nth-child(1)
  .Card--active:hover
  .Card-shadow:nth-child(1) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  -webkit-transform: scale(2.1) translate(81%, 80%);
  transform: scale(2.1) translate(81%, 80%);
}
.Grid-row:nth-child(1)
  .Card:nth-child(2).Card--active
  .Card-shadow:nth-child(3),
.Grid-row:nth-child(1)
  .Card:nth-child(2)
  .Card--active:hover
  .Card-shadow:nth-child(3) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  -webkit-transform: scale(1) translate(-108%, 113%);
  transform: scale(1) translate(-108%, 113%);
}
.Grid-row:nth-child(1)
  .Card:nth-child(2).Card--active
  .Card-shadow:nth-child(2),
.Grid-row:nth-child(1)
  .Card:nth-child(2)
  .Card--active:hover
  .Card-shadow:nth-child(2) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  -webkit-transform: scale(1) translate(-108%, 223%);
  transform: scale(1) translate(-108%, 223%);
}
.Grid-row:nth-child(1)
  .Card:nth-child(2).Card--active
  .Card-shadow:nth-child(1),
.Grid-row:nth-child(1)
  .Card:nth-child(2)
  .Card--active:hover
  .Card-shadow:nth-child(1) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  -webkit-transform: scale(2.1) translate(26%, 80%);
  transform: scale(2.1) translate(26%, 80%);
}
.Grid-row:nth-child(1)
  .Card:nth-child(3).Card--active
  .Card-shadow:nth-child(3),
.Grid-row:nth-child(1)
  .Card:nth-child(3)
  .Card--active:hover
  .Card-shadow:nth-child(3) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  -webkit-transform: scale(1) translate(-222%, 113%);
  transform: scale(1) translate(-222%, 113%);
}
.Grid-row:nth-child(1)
  .Card:nth-child(3).Card--active
  .Card-shadow:nth-child(2),
.Grid-row:nth-child(1)
  .Card:nth-child(3)
  .Card--active:hover
  .Card-shadow:nth-child(2) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  -webkit-transform: scale(1) translate(-222%, 223%);
  transform: scale(1) translate(-222%, 223%);
}
.Grid-row:nth-child(1)
  .Card:nth-child(3).Card--active
  .Card-shadow:nth-child(1),
.Grid-row:nth-child(1)
  .Card:nth-child(3)
  .Card--active:hover
  .Card-shadow:nth-child(1) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  -webkit-transform: scale(2.1) translate(-29%, 80%);
  transform: scale(2.1) translate(-29%, 80%);
}
.Grid-row:nth-child(2)
  .Card:nth-child(1).Card--active
  .Card-shadow:nth-child(3),
.Grid-row:nth-child(2)
  .Card:nth-child(1)
  .Card--active:hover
  .Card-shadow:nth-child(3) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  -webkit-transform: scale(1) translate(6%, -55%);
  transform: scale(1) translate(6%, -55%);
}
.Grid-row:nth-child(2)
  .Card:nth-child(1).Card--active
  .Card-shadow:nth-child(2),
.Grid-row:nth-child(2)
  .Card:nth-child(1)
  .Card--active:hover
  .Card-shadow:nth-child(2) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  -webkit-transform: scale(1) translate(6%, 55%);
  transform: scale(1) translate(6%, 55%);
}
.Grid-row:nth-child(2)
  .Card:nth-child(1).Card--active
  .Card-shadow:nth-child(1),
.Grid-row:nth-child(2)
  .Card:nth-child(1)
  .Card--active:hover
  .Card-shadow:nth-child(1) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  -webkit-transform: scale(2.1) translate(81%, 0%);
  transform: scale(2.1) translate(81%, 0%);
}
.Grid-row:nth-child(2)
  .Card:nth-child(2).Card--active
  .Card-shadow:nth-child(3),
.Grid-row:nth-child(2)
  .Card:nth-child(2)
  .Card--active:hover
  .Card-shadow:nth-child(3) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  -webkit-transform: scale(1) translate(-108%, -55%);
  transform: scale(1) translate(-108%, -55%);
}
.Grid-row:nth-child(2)
  .Card:nth-child(2).Card--active
  .Card-shadow:nth-child(2),
.Grid-row:nth-child(2)
  .Card:nth-child(2)
  .Card--active:hover
  .Card-shadow:nth-child(2) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  -webkit-transform: scale(1) translate(-108%, 55%);
  transform: scale(1) translate(-108%, 55%);
}
.Grid-row:nth-child(2)
  .Card:nth-child(2).Card--active
  .Card-shadow:nth-child(1),
.Grid-row:nth-child(2)
  .Card:nth-child(2)
  .Card--active:hover
  .Card-shadow:nth-child(1) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  -webkit-transform: scale(2.1) translate(26%, 0%);
  transform: scale(2.1) translate(26%, 0%);
}
.Grid-row:nth-child(2)
  .Card:nth-child(3).Card--active
  .Card-shadow:nth-child(3),
.Grid-row:nth-child(2)
  .Card:nth-child(3)
  .Card--active:hover
  .Card-shadow:nth-child(3) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  -webkit-transform: scale(1) translate(-222%, -55%);
  transform: scale(1) translate(-222%, -55%);
}
.Grid-row:nth-child(2)
  .Card:nth-child(3).Card--active
  .Card-shadow:nth-child(2),
.Grid-row:nth-child(2)
  .Card:nth-child(3)
  .Card--active:hover
  .Card-shadow:nth-child(2) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  -webkit-transform: scale(1) translate(-222%, 55%);
  transform: scale(1) translate(-222%, 55%);
}
.Grid-row:nth-child(2)
  .Card:nth-child(3).Card--active
  .Card-shadow:nth-child(1),
.Grid-row:nth-child(2)
  .Card:nth-child(3)
  .Card--active:hover
  .Card-shadow:nth-child(1) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  -webkit-transform: scale(2.1) translate(-29%, 0%);
  transform: scale(2.1) translate(-29%, 0%);
}
.Grid-row:nth-child(3)
  .Card:nth-child(1).Card--active
  .Card-shadow:nth-child(3),
.Grid-row:nth-child(3)
  .Card:nth-child(1)
  .Card--active:hover
  .Card-shadow:nth-child(3) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  -webkit-transform: scale(1) translate(6%, -223%);
  transform: scale(1) translate(6%, -223%);
}
.Grid-row:nth-child(3)
  .Card:nth-child(1).Card--active
  .Card-shadow:nth-child(2),
.Grid-row:nth-child(3)
  .Card:nth-child(1)
  .Card--active:hover
  .Card-shadow:nth-child(2) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  -webkit-transform: scale(1) translate(6%, -113%);
  transform: scale(1) translate(6%, -113%);
}
.Grid-row:nth-child(3)
  .Card:nth-child(1).Card--active
  .Card-shadow:nth-child(1),
.Grid-row:nth-child(3)
  .Card:nth-child(1)
  .Card--active:hover
  .Card-shadow:nth-child(1) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  -webkit-transform: scale(2.1) translate(81%, -80%);
  transform: scale(2.1) translate(81%, -80%);
}
.Grid-row:nth-child(3)
  .Card:nth-child(2).Card--active
  .Card-shadow:nth-child(3),
.Grid-row:nth-child(3)
  .Card:nth-child(2)
  .Card--active:hover
  .Card-shadow:nth-child(3) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  -webkit-transform: scale(1) translate(-108%, -223%);
  transform: scale(1) translate(-108%, -223%);
}
.Grid-row:nth-child(3)
  .Card:nth-child(2).Card--active
  .Card-shadow:nth-child(2),
.Grid-row:nth-child(3)
  .Card:nth-child(2)
  .Card--active:hover
  .Card-shadow:nth-child(2) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  -webkit-transform: scale(1) translate(-108%, -113%);
  transform: scale(1) translate(-108%, -113%);
}
.Grid-row:nth-child(3)
  .Card:nth-child(2).Card--active
  .Card-shadow:nth-child(1),
.Grid-row:nth-child(3)
  .Card:nth-child(2)
  .Card--active:hover
  .Card-shadow:nth-child(1) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  -webkit-transform: scale(2.1) translate(26%, -80%);
  transform: scale(2.1) translate(26%, -80%);
}
.Grid-row:nth-child(3)
  .Card:nth-child(3).Card--active
  .Card-shadow:nth-child(3),
.Grid-row:nth-child(3)
  .Card:nth-child(3)
  .Card--active:hover
  .Card-shadow:nth-child(3) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  -webkit-transform: scale(1) translate(-222%, -223%);
  transform: scale(1) translate(-222%, -223%);
}
.Grid-row:nth-child(3)
  .Card:nth-child(3).Card--active
  .Card-shadow:nth-child(2),
.Grid-row:nth-child(3)
  .Card:nth-child(3)
  .Card--active:hover
  .Card-shadow:nth-child(2) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  -webkit-transform: scale(1) translate(-222%, -113%);
  transform: scale(1) translate(-222%, -113%);
}
.Grid-row:nth-child(3)
  .Card:nth-child(3).Card--active
  .Card-shadow:nth-child(1),
.Grid-row:nth-child(3)
  .Card:nth-child(3)
  .Card--active:hover
  .Card-shadow:nth-child(1) {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  -webkit-transform: scale(2.1) translate(-29%, -80%);
  transform: scale(2.1) translate(-29%, -80%);
}
/* PORTADA GALERIA */
