@media (max-width: 1600px) {
  .main_container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
  }
  .main_container1 {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
  }
}
@media (max-width: 1400px) {
  .main_container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  }
  .main_container1 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  }

  .promocoes img {
    height: 120%;
  }
  
  .promocoes .promo-conteudo h2 {
    font-size: 2rem;
  }
  
  .promo-conteudo .form input {
    width: 170px;
  }
}

@media (max-width: 1199.98px) {
  .main_container {
  max-width: 1020px;
  }
  .main_container1 {
  max-width: 1020px;
  }
}

@media (max-width: 991.98px) {
  .main_container {
  padding: 0 1rem;
  max-width: 820px;
  box-sizing: border-box;
  }
  .main_container1 {
  padding: 0 1rem;
  max-width: 820px;
  box-sizing: border-box;
  }
}

@media screen and (max-width: 768px){

  .box-menu .menu-selected {
    /* esconde */
    display: none;
  }
  
  .initial_background {
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
  }

  .box-menu {
    grid-template-columns: 1fr;
    padding: 0 20px;
    padding: 0;
    gap: 0;
    height: auto;
  }

  /* .box-menu .menu-selected {
    grid-column: span 1;
    padding: 15px 20px;
    height: 300px;
    margin: 20px;
  } */

  .box-menu .menu-list {
    grid-column: span 1;
    padding: 15px 20px;
  }

  .box-menu .menu-list ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .box-menu .menu-list ul li {
    padding: 20px;
  }

  .box-menu .menu-list ul li a {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .box-menu .menu-list ul li a img {
    width: 50px;
  }

  .box-menu .menu-list ul li a span {
    position: relative;
    text-align: center;
    rotate: 0deg;
    bottom: 0;
    width: auto;
  }

  .box-bottom {
    flex-direction: column;
    padding: 20px 0 40px;
    text-align: center;
    box-sizing: border-box;
  }

}

@media screen and (min-width: 768px) and (max-width: 1200px){

  .initial_background {
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
  }

  .box-menu .menu-list ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .box-menu .menu-list ul li {
    padding: 15px 10px;
  }

  .box-menu .menu-list ul li a {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .box-menu .menu-list ul li a img {
    width: 50px;
  }

  .box-menu .menu-list ul li a span {
    position: relative;
    text-align: center;
    rotate: 0deg;
    bottom: 0;
    width: auto;
    width: 80%;
  }

}

@media screen and (min-width: 1200px) and (min-height: 720px){
  
  .box-menu .menu-list ul li a span {
    bottom: 260;
    width: 320px;
    font-size: 1.3rem;
  }

}

@media screen and (min-width: 1200px) and (max-height: 640px) {

  .box-menu .menu-list ul li a span {
    bottom: 200;
    width: 210px;
    font-size: 0.8rem;
  }

}

@media screen and (max-width: 900px) {
  .secao-moedas {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .banner-home-grid .col-span-1 h2 {
    font-size: 2.3rem;
    line-height: 1.2;
  }

  .banner-home-grid .col-span-2 img {
    height: auto;
  }

  .background-dois #cartao-turvicam {
    width: 15%;
  }

  .promocoes img {
    width: 250px;
    object-fit: contain;
    left: 30px;
  }
}

@media screen and (max-width: 992px) {
  .banner-home {
    height: 100vh;
    padding-top: 120px;
  }

  .banner-home-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .col-span-1, .col-span-2, .col-span-3 {
    width: 100%;
  }

  .banner-box {
    grid-column: span 1;
  }

  .aviso-de-cambio {
    height: 250px;
  }

  .aviso-de-cambio .form-aviso-de-cambio {
    width: 60%;
    flex-direction: column;
    gap: 0px;
  }

  .form-aviso-de-cambio .form-button {
    width: 100%;
  }

  .form-aviso-de-cambio .form-inputs {
    width: 100%;
  }

  .background-dois #cartao-turvicam {
    display: none;
  }

  .secao-depoimentos {
    padding-bottom: 50px !important;
  }

  .secao-perguntas-frequentes {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .col-span-3 .calculadora-de-cambio {
    width: auto;
    margin: 0 auto;
  }

  .promo-conteudo {
    flex-direction: column;
  }

  .aviso-promocoes {
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
  }

  .secao-moedas {
    width: 90%;
  }
}

@media screen and (max-width: 870px) {

  .aviso-de-cambio {
    display: flex;
    flex-direction: column;
    height: 480px;
    align-items: center;
    width: fit-content;
    
  }

  .aviso-de-cambio .imagem-titulo {
    position: relative;
    top: 0;
    left: 0;
  }

  .aviso-de-cambio .form-aviso-de-cambio {
    width: 100%;
  }

  .swiper-depoimentos {
    padding: 50px 0;
  }

  .depoimentos-grid {
    display: none;
  }

  .card-depoimento {
    margin: 0 auto;
    width: 350px;
  }

  .banner-home-grid .banner-box {
    grid-template-columns: 1fr;
  }

  .banner-home-grid .banner-box div {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }

  .banner-title-1 {
    font-size: 36px;
  }

  .anuncios {
    flex-direction: column;
    justify-content: center;
  }

  .anuncios img {
    width: 70%;
    margin: 0 auto;
  }

  .aviso-promocoes {
    height: auto;
    padding: 50px 0;
  }

  .box-promo .promocoes img {
    position: relative;
  }

  .box-promo .promocoes {
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    padding: 30px;
  }

  .promo-conteudo .form {
    width: 100%;
  }

  .promo-conteudo .form input {
    width: auto;
  }

}
