.duplicate {
  position: absolute;
  left: 0px;
  top: 140px;
  opacity: .1;
  font-size: 150px !important;
  animation: bounce 10s infinite alternate;
  -webkit-animation: bounce 10s infinite alternate; }

.page-id-156 .duplicate {
  font-size: 120px !important; }

.img-gray {
  filter: grayscale(100%);
  transition-duration: .5s; }
  .img-gray:hover {
    filter: grayscale(0%);
    transition-duration: .5s; }

.carousel-indicators {
  bottom: 45px; }
  .carousel-indicators li {
    background: #999 !important; }
  .carousel-indicators li.active {
    background: #0f0f0f !important; }

.top-nav {
  background-color: #0f0f0f;
  display: flex;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 40px;
  z-index: 10; }
  .top-nav .top-nav-row {
    justify-content: space-between;
    height: 100%;
    align-items: center; }
    .top-nav .top-nav-row ul {
      padding-left: 0;
      display: flex;
      margin-bottom: 0; }
      .top-nav .top-nav-row ul li {
        color: #fff;
        list-style-type: none;
        padding-left: 20px; }
        .top-nav .top-nav-row ul li a {
          color: #fff; }

nav {
  position: fixed !important;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  padding: 0 !important; }
  nav .menu-wrapper {
    padding: 0; }
    nav .menu-wrapper .main-navbar {
      justify-content: flex-end; }
      nav .menu-wrapper .main-navbar .navbar-nav .nav-item {
        display: flex;
        align-items: center;
        height: 100px; }
        nav .menu-wrapper .main-navbar .navbar-nav .nav-item .nav-link {
          font-size: 18px;
          font-weight: 300;
          color: #0f0f0f;
          text-transform: uppercase;
          line-height: 18px;
          padding: 0;
          margin-right: 60px; }
          nav .menu-wrapper .main-navbar .navbar-nav .nav-item .nav-link.active {
            font-weight: bold;
            color: #d59c2c; }
          nav .menu-wrapper .main-navbar .navbar-nav .nav-item .nav-link:hover {
            color: #d59c2c; }
        nav .menu-wrapper .main-navbar .navbar-nav .nav-item:before {
          content: '';
          display: flex;
          height: 41%;
          width: 1px;
          background-color: #e8e9e9;
          position: absolute;
          top: 0; }
        nav .menu-wrapper .main-navbar .navbar-nav .nav-item.active:before {
          background-color: #0f0f0f; }
        nav .menu-wrapper .main-navbar .navbar-nav .nav-item:last-child .nav-link {
          margin-right: 18px; }
        nav .menu-wrapper .main-navbar .navbar-nav .nav-item:last-child:after {
          content: '';
          display: flex;
          background-color: #0f0f0f;
          width: 70px;
          height: 18px; }
  nav .dropdown .dropdown-menu {
    position: absolute;
    width: auto;
    z-index: 1;
    top: 98px;
    padding: 0;
    -webkit-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
    border-top: 1px solid #0f0f0f; }
    nav .dropdown .dropdown-menu a {
      display: inline-flex;
      font-weight: 300;
      text-transform: uppercase;
      padding: 10px 30px;
      border-bottom: 1px solid #efefef; }
  nav .dropdown-item.active, nav .dropdown-item:active {
    background-color: #000;
    color: #fff !important; }

.affix {
  margin-top: -40px;
  transition-duration: .5s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }
  .affix .nav-item {
    height: 90px; }

/* ================================ BLOG ================================ */
#blog-page {
  padding-bottom: 80px; }
  #blog-page article .simple-post {
    margin-bottom: 50px; }
    #blog-page article .simple-post h3 {
      color: #000;
      margin-top: 20px; }
      #blog-page article .simple-post h3:hover {
        color: #d59c2c; }
    #blog-page article .simple-post .thumbnail-box {
      position: relative; }
      #blog-page article .simple-post .thumbnail-box img {
        width: 100%;
        height: 45vh;
        object-fit: cover; }
      #blog-page article .simple-post .thumbnail-box .post-date {
        font-size: 18px;
        line-height: 20px;
        width: 80px;
        height: 80px;
        background-color: #d59c2c;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        text-align: center;
        position: absolute;
        top: 20px;
        left: 20px; }
    #blog-page article .simple-post .blog-params {
      display: flex;
      flex-direction: column; }
      #blog-page article .simple-post .blog-params .autor {
        padding-bottom: 3px;
        border-bottom: 2px solid #d59c2c; }
      #blog-page article .simple-post .blog-params .category {
        display: flex; }
        #blog-page article .simple-post .blog-params .category a {
          padding-right: 5px; }
        #blog-page article .simple-post .blog-params .category .post-categories {
          display: inline-block;
          padding-left: 0; }
          #blog-page article .simple-post .blog-params .category .post-categories li {
            list-style-type: none;
            margin: 5px;
            display: inline-flex; }
            #blog-page article .simple-post .blog-params .category .post-categories li a {
              padding: 5px 8px;
              color: #fff;
              border-radius: 5px; }
            #blog-page article .simple-post .blog-params .category .post-categories li:nth-child(odd) a {
              background-color: #64DE0F; }
            #blog-page article .simple-post .blog-params .category .post-categories li:nth-child(even) a {
              background-color: #00AAFF; }
    #blog-page article .simple-post .read-more {
      color: #fff;
      border-radius: 30px;
      background-color: #d59c2c;
      padding: 5px 8px; }
      #blog-page article .simple-post .read-more:hover {
        opacity: .7;
        transition-duration: .5s; }
  #blog-page .sidebar {
    border: 2px solid #d59c2c;
    padding: 20px;
    min-height: 45vh;
    color: #000; }
    #blog-page .sidebar ul {
      padding-left: 0; }
    #blog-page .sidebar li {
      list-style-type: none; }
    #blog-page .sidebar a {
      display: flex;
      color: #000; }
      #blog-page .sidebar a:hover {
        color: #d59c2c; }
      #blog-page .sidebar a:before {
        content: "";
        display: flex;
        width: 7px;
        height: 7px;
        background: #000;
        margin-right: 5px;
        margin-top: 7px;
        margin-left: 10px; }
  #blog-page .navigation {
    margin-top: 75px; }
  #blog-page .navigation ul {
    width: 100%;
    display: flex;
    justify-content: center; }
  #blog-page .navigation li {
    list-style-type: none; }
  #blog-page .navigation li a {
    background-color: transparent;
    color: #000;
    border-radius: 0;
    padding: 3px; }
  #blog-page .navigation li a:hover {
    opacity: .7; }
  #blog-page .navigation .active a {
    border-bottom: 1px solid #000; }
  #blog-page .category h1 {
    font-size: 38px;
    margin-bottom: 40px;
    color: #000; }
  #blog-page .category a {
    color: #000; }

.news-box {
  background-color: #efefef;
  border-radius: 5px;
  padding: 30px; }
  .news-box a {
    font-size: 24px;
    display: flex;
    width: 100%;
    justify-content: center;
    color: #000;
    margin-top: 30px;
    margin-bottom: 30px; }
    .news-box a:hover {
      color: #d59c2c;
      transition-duration: .5s; }
  .news-box .post-date-news {
    font-size: 22px;
    line-height: 20px;
    width: 100px;
    height: 100px;
    background-color: #64DE0F;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-align: center;
    margin: auto; }

.carousel-indicators li {
  background: #000; }

.carousel-indicators .active {
  background: #d59c2c; }

.place {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px; }
  .place h2 {
    font-size: 64px;
    text-align: center;
    color: #d59c2c !important; }
  .place p {
    text-align: center;
    font-size: 30px; }
  .place .place-wrapper {
    margin-bottom: 30px; }
    .place .place-wrapper .place-box {
      -webkit-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      background-color: #fff;
      padding-bottom: 15px; }
      .place .place-wrapper .place-box img {
        height: 180px;
        object-fit: cover;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px; }
      .place .place-wrapper .place-box h3 {
        font-size: 24px;
        text-align: center;
        margin: 15px auto; }
      .place .place-wrapper .place-box a {
        display: flex;
        width: 110px;
        height: 35px;
        border-radius: 30px;
        background: #d59c2c;
        justify-content: center;
        align-items: center;
        margin: 20px auto;
        color: #fff; }
        .place .place-wrapper .place-box a:hover {
          background-color: #000;
          transition-duration: .5s; }
    .place .place-wrapper:nth-child(1) {
      margin-top: 40px; }
    .place .place-wrapper:nth-child(4) {
      margin-top: 40px; }

.contact-wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
  padding-top: 60px;
  padding-bottom: 60px; }
  .contact-wrapper .contact-bg {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: #0f0f0f;
    position: relative;
    margin: auto; }
    .contact-wrapper .contact-bg ul {
      padding-left: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .contact-wrapper .contact-bg ul li {
        list-style-type: none;
        color: #fff; }
        .contact-wrapper .contact-bg ul li h4 {
          font-size: 32px;
          font-weight: 600; }
        .contact-wrapper .contact-bg ul li a {
          color: #fff; }

.about {
  padding-top: 40px;
  padding-bottom: 40px; }
  .about h2 {
    text-align: left !important;
    margin-bottom: 20px !important;
    margin-top: 10px; }
    .about h2:after {
      content: '';
      display: flex;
      width: 80px;
      height: 3px;
      background-color: #d59c2c;
      margin-top: 10px; }
  .about img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    width: 100%;
    height: 380px;
    object-fit: cover; }

.about-2 {
  background-color: #fafafa; }

footer {
  background-color: #fff;
  color: #000; }
  footer .footer-bg {
    padding-top: 50px;
    padding-bottom: 50px; }
    footer .footer-bg .footer-container h2 {
      font-size: 42px; }
    footer .footer-bg .footer-container h5 {
      font-size: 28px;
      display: flex; }
      footer .footer-bg .footer-container h5:after {
        content: '';
        width: 100px;
        height: 1px;
        background-color: #313131;
        display: flex;
        margin-top: 15px;
        margin-left: 20px; }
    footer .footer-bg .footer-container a {
      font-size: 15px;
      color: #000; }
    footer .footer-bg .footer-container p {
      font-size: 15px; }
    footer .footer-bg .footer-container ul {
      padding-left: 0; }
      footer .footer-bg .footer-container ul li {
        list-style-type: none;
        display: flex;
        margin-bottom: 5px; }
        footer .footer-bg .footer-container ul li img {
          width: 16px;
          height: 16px;
          margin-right: 10px;
          margin-top: 3px;
          filter: brightness(0); }
    footer .footer-bg .footer-container .menu-footer-menu-container ul {
      display: block;
      column-count: 2; }
      footer .footer-bg .footer-container .menu-footer-menu-container ul li {
        display: block; }
        footer .footer-bg .footer-container .menu-footer-menu-container ul li .nav-link {
          display: flex;
          padding-top: 0; }
          footer .footer-bg .footer-container .menu-footer-menu-container ul li .nav-link:before {
            content: '';
            background: #000;
            display: flex;
            width: 14px;
            height: 1px;
            margin-top: 11px;
            margin-right: 7px; }

@keyframes bounce {
  from {
    left: 10%; }
  to {
    left: -50%; } }

/*# sourceMappingURL=style-scss.css.map */
