/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 05 2022 | 13:57:32 */
.single_gallery {
    background-color: #141414;
    padding: 50px 0;
    width: 100%;
    background-image: url("https://www.galli.com.br/homolog/wp-content/uploads/2022/09/bg_ruido-scaled.jpg");
  }
  
  .single_gallery .item {
    font-family: "Panton";
    width: 80%;
    margin: 0 auto;
    display: block !important;
    margin-bottom: 10px;
    color: #141414;
  }
  .single_gallery .item .conteudo_post .text_desc img {
    width: unset;
  }
  .single_gallery .conteudo_post {
    background-color: #fff;
    margin-top: 5px;
    padding: 90px;
    border-radius: 13px;
  }
  
  .single_gallery .data_post {
    margin-bottom: 30px;
    color: #444444;
    font-weight: 700;
    font-size: 19px;
  }
  
  .single_gallery .title_post {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
  }
  
  .single_gallery .text_desc, .single_gallery .desc {
    font-size: 18px;
    margin-bottom: 10px;
    color: #444444;
  }
  
  .social-title, .desc-title {
    font-size: 19px;
    margin-bottom: 10px;
    color: #444444;
    font-weight: bold;
  }
  
  .social-icons {
    display: flex;
    width: 180px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .social-icons img {
    width: 32px;
  }
  
  .single_gallery .voltar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    width: 100%;
  }
  .single_gallery .voltar a {
    background-color: #FD613C;
    border-radius: 5px;
    padding: 10px 40px;
    font-size: 20px;
    color: #141414;
    text-decoration: none;
    font-family: "Panton";
  }

  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-wrapper {
    align-items: center;
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .galeria-imagens {
    position: relative;
    margin-bottom: 20px;
    
  }
  
  .swiper-button-next, .swiper-button-prev {
    color: #FD613C !important;
  }

  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none!important;
  }

  @media (max-width: 999px) {
    .single_gallery .item {
      width: 92%;
    }
  
    .single_gallery .conteudo_post {
      padding: 20px;
    }
  
    .single_gallery .title_post {
      font-size: 25px;
    }
  
    .single_gallery .text_desc {
      font-size: 16px;
    }
    .social-icons {
      width: 150px;
    }
  }
  