@media (max-width: 1000px) {

  body header {
    background: #63715C;
    height: 80px;
  }

  body header .logo {
    padding: 5px;
    width: 120px;
    background: #fff;
    z-index: 22;
    height: auto;
    aspect-ratio: 1/1;
    top: 15px;
    margin: 0;
    height: 120px;
    left: 15px;
  }

  body header .social {
    right: 75px;
  }

  body header .social a svg path {
    fill: #fff
  }

  body header .areaSocio {
    display: none;
  }

  body header .areaSocio.mob {
    display: block !important;
    background: #FBF1E7;
    color: #63715C;
    font-size: 12px;
    bottom: 50px;
    top: auto;
    width: 150px;
    text-align: center;
    left: 0;
    right: 0;
  }

  body header .hamburger {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 5;
    display: inline-block !important;
    left: auto;
    padding: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
  }

  body header .menuPrincipal {
    position: fixed;
    right: -100%;
    width: 90%;
    top: 0;
    background: #313a2d;
    height: 100vh;
    margin: 0;
    transition: ease all .3s;
  }

  body header .menuPrincipal ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  body header .menuPrincipal ul li a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
  }

  body header .menuPrincipal.open {
    right: 0;
    transition: ease all .3s;
  }

  body .bg-site {
    height: 80px;
  }

  body .banner {}

  body .banner .caption {
    gap: 20px;
  }

  body .banner .caption .titles {}

  body .banner .caption .titles h2 {
    font-size: 20px;
  }

  body .banner .caption .titles h3 {
    font-size: 20px;
  }

  body .banner .caption p {
    font-size: 16px;
    text-align: center;
  }

  body main .estrutura {
    padding: 50px 0
  }

  body main .estrutura .container .esq {
    width: 100%;
  }

  body main .estrutura .container .esq .texto {
    width: 100%;
  }

  body main .estrutura .container .esq .texto h2 {
    margin: 0;
  }

  body main .estrutura .container .esq .texto h3 {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 15px;
  }

  body main .estrutura .container .dir {
    width: 100%;
    height: 360px;
    margin: 50px 0 0;
  }

  body main .estrutura .container .dir .img1 {
    width: 60%;
  }

  body main .estrutura .container .dir .img2 {
    width: 60%;
  }

  body main .noticias .container .slider .boxBlog a .descricao .text {
    height: auto;
  }

  body main .noticias .container .slider .slick-arrow {
    display: none !important;
  }

  body main .noticias .container .slider .slick-dots {
    display: block !important;
  }

  body main .noticias .container .slider .slick-dots li.slick-active {
    background: #000;
  }

  body main .noticias .container .slider .slick-dots li {
    width: 20px;
    height: 20px;
    background: #313a2d;
    border-radius: 10px;
  }

  body main .noticias .container .slider .slick-dots li button::before {
    display: none;
  }

  body main .nossaHistoria .container .boxTextoImg .esq {
    width: 100%;
  }

  body main .nossaHistoria .container .boxTextoImg .esq .boxTexto {
    padding: 20px;
  }

  body main .nossaHistoria .container .boxTextoImg .dir {
    width: 100%;
    margin: -80px 0 0;
    padding: 0 20px;
  }

  body main .nossaHistoria .container .mvs {
    gap: 15px;
    flex-direction: column;
  }

  body main .nossaHistoria .container .socio .sejaSocio {
    width: 100%;
    margin: 15px 0 0;
  }

  body footer {
    padding: 140px 0 20px;
  }

  body footer .container .logo {
    position: absolute;
    right: 0;
    top: -253px;
    left: 0;
    width: 230px;
    margin: auto;
    bottom: auto;
  }

  body footer .container span {
    text-align: left;
  }

  body .banner .title {
    bottom: -3px;
    right: 20px;
    font-size: 20px;
  }

  /*=== === ATIVIDADES ESPORTIVAS === ===*/

  #atividades main .atividades .boxAtiv .container {
    flex-direction: column;
  }

  #atividades main .atividades .boxAtiv:nth-child(2n+1) .container {
    flex-direction: column;
  }

  #atividades main .atividades .boxAtiv .container #links {
    width: 100%;
    float: left;
  }

  #atividades main .atividades .boxAtiv .container #links a {
    width: 100%;
    float: left;
  }

  #atividades main .atividades .boxAtiv .container #links a img {
    width: 100%;
    float: left;
  }

  #atividades main .atividades .boxAtiv .container .desc .text {
    position: relative;
    float: left;
    padding: 0;
    width: 100%;
  }

  #atividades main .atividades .boxAtiv .container .desc #links .miniaturas {
    position: relative;
    bottom: auto;
    display: flex;
    gap: 15px;
  }

  .blueimp-gallery-display .indicator {
    flex-wrap: wrap;
    padding: 0 40px;
  }

  /*=== === ESTRUTURA ESPORTIVAS === ===*/

  #estrutura main .estrutura .boxAtiv .container {
    flex-direction: column;
  }

  #estrutura main .estrutura .boxAtiv:nth-child(even) .container {
    flex-direction: column !important;
  }

  #estrutura main .estrutura .boxAtiv .container #links {
    width: 100%;
    float: left;
  }

  #estrutura main .estrutura .boxAtiv .container #links a {
    width: 100%;
    float: left;
  }

  #estrutura main .estrutura .boxAtiv .container #links a img {
    width: 100%;
    float: left;
  }

  #estrutura main .estrutura .boxAtiv .container .desc .text {
    position: relative;
    float: left;
    padding: 0;
    width: 100%;
  }

  #estrutura main .estrutura .boxAtiv .container .desc #links .miniaturas {
    position: relative;
    bottom: auto;
    display: flex;
    gap: 15px;
  }

  /*=== === GALERIA === ===*/

  #galeria main .fotos .container {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }

  #album main .galeriaTexto {
    margin-top: 80px;
  }

  #album main .galeriaTexto .titleSite {
    font-size: 25px;
    margin: 0;
    line-height: 25px;
  }

  #album main .fotos {
    column-count: 1;
    padding: 30px 0;
  }

  /*=== === ADMINISTRAÇÃO === ===*/

  #socio main .socio {
    padding: 10px 0 50px;
  }

  #adm main .adm .container .boxesAdm {
    grid-template-columns: repeat(1, 1fr);
  }

  /*=== === SEJA SÓCIO === ===*/

  #socio main .socio .esq {
    width: 100%;
    padding-right: 0;
  }

  #socio main .socio .dir {
    width: 100%;
  }

  /*=== === NOTÍCIAS === ===*/

  #blog main .container .conteudo .conteudoBlog {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    padding-bottom: 100px;
    position: relative;
  }

  #blog main .container .contentInterno .txtBlog {
    display: flex;
    flex-direction: column-reverse;
  }

  #blog main .container .contentInterno .txtBlog .esq {
    padding: 20px;
    width: 100%;
  }

  #blog main .container .contentInterno .txtBlog .esq .content {
    height: auto;
  }

  #blog main .container .contentInterno .txtBlog .dir .banner .carousel .carousel-inner .item img {
    height: auto;
    object-fit: cover;
    width: 100%;
  }




  /*=== === CONTATO === ===*/

  #contato main .contato {
    padding: 15px 0 50px;
  }

  #contato main .contato .esq {
    width: 100%;
  }

  #contato main .contato .dir {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  #contato main .contato .dir address p {
    font-size: 14px;
  }

  #contato main .contato .dir address a {
    font-size: 14px;
  }
}