:root {
  --color-wine: #C00000;
  --color-gray-light: #F9F9F9;
  --color-green: #124F1A;
  --color-violet: #6D19D8;
  --color-purple: #d194fd;
  --color-purple-700: #9320C9;
  --color-orange: #FF9900;
  --color-lightblue: #4C94D8;
  --color-mediumblue: #215E99;
  --color-blue-500: #0056EA;
  --color-blue-800: #002565;
  --color-blue-dark: #000E24;
  --color-wine-opacity: #C00000a4;
  --color-green-opacity: #124F1Aa4;
  --color-violet-opacity: #6D19D8a4;
  --color-purple-opacity: #c75ef8a4;
  --color-orange-opacity: #FF9900a4;
  --color-lightblue-opacity: #4c94d8a4;
  --color-mediumblue-opacity: #215d99a4;
}

  @font-face {
    font-family: "Open Sans";
    src: url("/fonts/OpenSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
  }


  @font-face {
    font-family: "Open Sans";
    src: url("/fonts/OpenSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
  }


  @font-face {
    font-family: "Open Sans";
    src: url("/fonts/OpenSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
  }


  @font-face {
    font-family: "Open Sans";
    src: url("/fonts/OpenSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
  }

  @font-face {
    font-family: "Open Sans";
    src: url("/fonts/OpenSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
  }


.main_container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.main_container1 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative !important;
}

.left-extend {
  left: -250px; /* Linha ultrapassa à esquerda */
  right: 0;
}

.right-extend {
  left: 0;
  right: -250px; /* Linha ultrapassa à direita */
}

/* Media queries para ajustar com base nas larguras */
@media (max-width: 1600px) {
  .left-extend {
    left: 30px;
  }

  .right-extend {
    right: 30px;
  }
}

@media (max-width: 1400px) {
  .left-extend {
    left: 180px;
  }

  .right-extend {
    right: 180px;
  }
}

@media (max-width: 1200px) {
  .left-extend {
    left: -60px;
  }

  .right-extend {
    right: -60px;
  }
}

@media (max-width: 992px) {
  .left-extend, .right-extend {
    left: 0;
    right: 0;
  }
}

* {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: white;
}

a:hover {
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

html { overflow-x: hidden; }

hr {
  border: 0;
  height: 1px;
  background: #ffffff48;
}

.initial_background {
  background-image: url('/img/site-novo/initial/background-initial.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}   

.initial {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  box-sizing: border-box;
  padding: 20px;
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .initial {
    height: auto;
  }
}

/* LOGO */

.box-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}

.box-logo img {
  width: 150px;
  height: auto;
}

/* MENU GRID */

.box-menu {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
  height: 100%;
  width: 100%;
  padding: 0 40px 0 30px;
  box-sizing: border-box;
}

.box-menu .menu-selected {
  grid-column: span 5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: end;
  gap: 10px;
  padding: 15px 30px;
}

.preto {
  background-color: rgb(0, 0, 0);
}

.box-menu .menu-selected #background {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.menu-selected #gradient {
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 70%;
  position: absolute;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.menu-selected-infos {
  width: 100%;
  z-index: 50;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.menu-selected-infos div {
  width: 100%;
  height: 100%;
  color: white;
}

.menu-selected-infos p {
  width: 80%;
}

.menu-selected-infos #imagem {
  width: 70px;
  object-fit: contain;
}

.section-RCS {
  position: relative;
  overflow: hidden;
}

.section-RCS .rcs-image-wave{
  position: absolute;
    rotate: 17deg;
    top: 10%;
    transform: scale(130%);
    object-fit: cover;
    opacity: 0.2;
}

/* MENU GRID - LISTA */

.box-menu .menu-list {
  grid-column: span 7;
}

.box-menu .menu-list ul {
  gap: 20px;
  margin: 0;
  padding: 0;
  height: 100%;
  display: grid;
  list-style: none;
  grid-template-columns: repeat(7, 1fr);
}

.box-menu .menu-list ul li {
  position: relative;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.box-menu .menu-list ul li:nth-child(1) {
  background-color: var(--color-mediumblue);
  border: 2px solid var(--color-mediumblue);
}

.box-menu .menu-list ul li:nth-child(2) {
  background-color: var(--color-orange);
  border: 2px solid var(--color-orange);
}

.box-menu .menu-list ul li:nth-child(3) {
  background-color: var(--color-lightblue);
  border: 2px solid var(--color-lightblue);
}

.box-menu .menu-list ul li:nth-child(4) {
  background-color: var(--color-wine);
  border: 2px solid var(--color-wine);
}

.box-menu .menu-list ul li:nth-child(5) {
  background-color: var(--color-green);
  border: 2px solid var(--color-green);
}

.box-menu .menu-list ul li:nth-child(6) {
  background-color: var(--color-violet);
  border: 2px solid var(--color-violet);
}

.box-menu .menu-list ul li:nth-child(7) {
  background-color: var(--color-purple);
  border: 2px solid var(--color-purple);
}

/* LISTA HOVER */

.box-menu .menu-list ul li:nth-child(1):hover {
  background-color: var(--color-mediumblue-opacity);
}

.box-menu .menu-list ul li:nth-child(2):hover {
  background-color: var(--color-orange-opacity);
}

.box-menu .menu-list ul li:nth-child(3):hover {
  background-color: var(--color-lightblue-opacity);
}

.box-menu .menu-list ul li:nth-child(4):hover {
  background-color: var(--color-wine-opacity);
}

.box-menu .menu-list ul li:nth-child(5):hover {
  background-color: var(--color-green-opacity);
}

.box-menu .menu-list ul li:nth-child(6):hover {
  background-color: var(--color-violet-opacity);
}

.box-menu .menu-list ul li:nth-child(7):hover {
  background-color: var(--color-purple-opacity);
}

.box-menu .menu-list ul li a {
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: end;
  text-decoration: none;
  flex-direction: column;
}

.box-menu .menu-list ul li a span {
  z-index: 1;
  bottom: 240;
  width: 280px;
  color: white;
  rotate: 270deg;
  font-weight: 700;
  text-align: start;
  font-size: 1.1rem;
  position: absolute;
  text-shadow: 2px 2px 2px rgba(10, 5, 0, 0.5);
}

.box-menu .menu-list ul li a img {
  width: 70px;
  object-fit: contain;
  margin-bottom: 10px;
}

/* COPYRIGHT */

.box-bottom {
  width: 100%;
  color: white;
  display: flex;
  font-size: 14px;
  align-items: center;
  box-sizing: border-box;
  padding: 20px 50px 0 50px;
  justify-content: space-between;
}

.bredi {
  gap: 2px;
  display: flex;
  align-items: center;
}

/* TITLE TAG */

.title-tag-blue {
  border: solid #1D4C83;
  border-width: 1px;
  padding: 4px 6px;
  color: #1D4C83;
  font-size: 14px;
  text-transform: uppercase;
}
.title-tag-white {
  border: solid white;
  border-width: 1px;
  padding: 6px 4px;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}

/* TITLE BOTTOM LINE */
.title-bottom-line-blue {
  width: 100%; 
  background-color: #1D4C83; 
  height: 2px; 
  margin-top: 16px;
} 
.title-bottom-line-white {
  width: 100%; 
  background-color: white; 
  height: 1px; 
  margin-top: 16px;
} 

/* BANNER */

.banner-home {
  background-image: url('/img/site-novo/home/home-banner.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 14/10;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0;
  overflow-x: hidden;
}

.banner-home .section-h-screen {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 100;
}

.banner-home .section-h-screen #arrow-down {
  width: 62px;
  height: 93px;
  display: flex;
    align-items: center;
    justify-content: center;
  z-index: 55;
  backdrop-filter: blur(2px);
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  border-style: solid; 
  border-radius: 40px; 
  border-color:#32bdef; 
  color: #32bdef; 
  padding: 12px 4px;
  animation: jump 1s infinite ease-in-out;
}

@keyframes pulse_speed {
  50% {
    opacity: 0;
  }
}
.animate-pulse-speed {
  animation: pulse_speed 2s cubic-bezier(0.3, 0, 0.3, 0) infinite;
}

.shadow-blue {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--color-blue-dark) 100%);
}
.shadow-black {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.1) 0%, black 100%);
}

.banner-home-1 {
  height: 100%;
  width: 100%;
  z-index: 2;
  position: relative;
  padding: 140px 0 50px;
}

.banner-home-1 #content-banner {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  height: 100%;
  width: 100%;
}

#content-banner {
  position: relative;
}

#content-banner .square-empty {
  grid-column: span 2 / span 7;
}

#content-banner .square-border-blue-banner {
  border: 2px solid #32bdef;
  border-radius: 14px;
  height: 560px;
  width: 90%;
  display: flex;
  align-items: bottom;
  justify-content: center;
  grid-column: span 3 / span 7;
  position: relative;
}

#content-banner .square-border-blue-banner .wave-image {
  position: absolute;
  bottom: 1rem;
  left: 0;
  transform: translateX(0);
  z-index: 10;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  width: 120%;
  object-fit: contain;
}

#content-banner .square-text-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  grid-column: span 2 / span 7;
}

.square-text-banner #banner-title {
  font-size: 64px;
  transform: translateX(-50px); 
  font-weight: 800;
  line-height: 1;
  width: fit-content; 
  color: #1D4C83;
  display: block;
  text-align: start;
}

.borda-azul-banner {
  width: 100%; 
  height: 100%; 
  border-style: solid; 
  border-color: #32bdef; 
  border-width: 1px; 
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative; /* Necessário para posicionar elementos filhos absolutos */
  overflow: visible;  
}

#arrow-down-out {
  display: none;
}

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

@media (min-width: 767px) {
  .banner-title-1 {
    display: none;
  }
  .banner-title {
    display: block;
  }
  .borda-azul-banner {
    height: 50%;
  }
  .square-text-banner #banner-title {
    font-size: 74px;
    transform: translateX(-46px);
  }
}
@media (max-width: 767px) {
  .banner-home-1 {
    display: flex;
    left: 0;
    gap: 0;
  }
  .borda-seta {
    display: none;
  }
  .wave-image {
    width: 90% !important;
  }

  #content-banner .square-border-blue-banner {
    height: 400px;
    width: 100%;
  }
  #content-banner .square-border-blue-banner .wave-image {
    display: none;
  }
  .square-text-banner #banner-title {
    transform: translateX(0);
    color: white;
    text-shadow: 2px 2px 2px rgb(33 34 35 / 69%);
  }
}

@media screen and (max-width: 992px) {
  .banner-home {
    width: 100%;
    height: 100%;
  }
  .banner-home-1 #content-banner {
    gap: 20px;
    display: flex;
  }
  #content-banner .square-border-blue-banner {
    position: absolute;
    left: 0;
    top: 0;
  }
  .banner-home .section-h-screen {
    display: none;
  }
  .banner-home #arrow-down-out {
    display: none;
  }
}


@keyframes jump {
  0%, 100% {
    transform: translateY(0); /* Posição inicial e final */
  }
  50% {
    transform: translateY(-10px); /* Altura do pulo */
  }
}



.text-table-info {
  display: flex; 
  align-items: center; 
  justify-content: center; 
  gap: 2px;
}


.text-table-info-two {
  display: flex; 
  align-items: center; 
  justify-content: center; 
  gap: 4px;
}

.tipo-de-moeda-title {
  font-size: 20px; 
  font-weight: 300
}

.setas-calculadora {
  position: absolute; 
  right: -5%; 
  top: 27.5%;
  width: 45px;
  aspect-ratio: 1/1; 
}
@media(max-width: 520px) {
  .setas-calculadora {
      top: 32.5%;
      right: -25px;
      width: 30px;
  }  
}
@media (min-width: 521px) and (max-width: 991px) {
  .setas-calculadora {
      top: 30%;
      right: -5%;
      width: 45px;
  }  
}
@media (min-width: 992px) and (max-width: 1024px) {
  .setas-calculadora {
      top: 30%;
      right: -3%;
      width: 45px;
  }  
}
@media (min-width: 1025px) and (max-width: 1120px) {
  .setas-calculadora {
      top: 25%;
      right: -7%;
      width: 45px;
  }  
}

.calculadora-de-cambio {
  grid-column: span 4 / span 1;
  background-color: white;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 30px 60px;
}

.calculadora-de-cambio .cabecalho {
  background-color: var(--color-purple-700);
  color: white;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px;
}

.calculadora-de-cambio .cabecalho div {
  width: fit-content;
  margin: 0 auto;
}

.calculadora-de-cambio .cabecalho p:nth-child(1) {
  font-size: 1rem;
  font-weight: 400;
}

.calculadora-de-cambio .cabecalho p:nth-child(2) {
  font-size: 1.2rem;
  font-weight: 600;
}

.calculadora-de-cambio .conteudo {
  padding: 20px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}

.calculadora-de-cambio .conteudo .moeda {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  max-width: 100%;
  border-bottom: 1px solid #bbbbbb;
}

.calculadora-de-cambio .conteudo .moeda .option-text {
  width: 100%;
  font-size: 24px;
  font-weight: 300;
  white-space: nowrap;
} 

.texto-purple {
  color: var(--color-purple-700);
  font-weight: 600;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.flex-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.taxas {
  padding: 30px 0px;
  /* background-color: var(--color-gray-light); */
  border-radius: 5px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap:4px;
  margin: 5px 0;
}

.taxas .flex-between p {
  font-size: 20px;
}

.entendendo-as-taxas {
  font-size: 12px;
}

.entendendo-as-taxas img {
  object-fit: contain;
  width: 12px;
}

.button-purple-700 {
  background-color: var(--color-purple-700);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 20px;
  width: 100%;
  border: none;
  border-radius: 5px;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.button-purple-700:hover {
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

.button-gradiente-rounded-50 {
  background-color: var(--color-blue-500); 
  border: none;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  height: 40px;
  font-weight: 600;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
 }
 
 .button-gradiente-rounded-50:hover {
   opacity: 0.8;
   transition: all 0.3s ease-in-out;
 } 


/* Moedas nova */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.cotacoes-section {
  font-family: 'Open Sans', sans-serif;
  background-color: #e6e7e8;
  padding: 20px 0;
}

.container-title.border-bottom {
  padding-bottom: 28px;
  border-bottom: 1px solid #1D4C83;
}

.container-title.border-bottom-white {
  padding-bottom: 40px;
  border-bottom: 1px solid #ffffff;
}

.container-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}



.container-title-moedas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.cotacoes-container {
  display: grid;
  grid-template-columns: repeat(10,1fr);
  gap: 20px;
  margin-bottom: 24px;
}

.tabela-moedas {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  display: block;
  height: fit-content;
  grid-column: span 6 / span 1;
}

.flex-tabela {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  height: 100%;
}

.card-subtitulo {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  font-weight: bold;
  color: #1d4c83;
  margin-bottom: 10px;
}

.card-subtitulo .borda-escura {
  font-size: 16px;
  font-weight: 400;
  border: 2px solid #1D4C83;
  padding: 12px 60px;
  border-radius: 20px;
  text-transform: uppercase;
  margin: auto 0;
}

.card-subtitulo p {
  font-size: 16px;
  font-weight: 400;
  border: 2px solid #32bdef;
  padding: 12px 22px;
  border-radius: 20px;
  margin: auto;
  color: #1d4c83;
  white-space: nowrap;
  text-transform: uppercase;
}

.colunas-compra-venda {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: 100%;
  border-bottom: 1px solid #bbbbbb;
  padding-top: 10px;
  padding-bottom: 5px;
}

.colunas-compra-venda:last-child {
  border-bottom: none;
}

.duas-colunas {
  grid-column: span 2 / span 1;
  display: flex;
  align-items: center;
  gap: 8px;
}

.card-moeda {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
}

.img-tipo-de-moeda {
  display: flex;
  align-items: center;
  gap: 10px;
}

.valores-compra-venda {
  /* width: 360px; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  gap: 12px;
}

.colunas-compra-venda p {
  font-weight: 500;
  font-size: 24px;
}

.button-purple-700 a {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #6c63ff;
  color: white;
  padding: 5px 10px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s;
}

.button-purple-700 a:hover {
  background: #5449c5;
}

.cotacao-detalhes {
  background: white;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  padding: 20px;
  grid-column: span 4 / span 1;
}

.btns-comprar-vender {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.btns-comprar-vender button {
  font-size: 16px;
  text-transform: uppercase;
  height: 52px;
}


@media(min-width: 1024px) and (max-width: 1120px) {
  .calculadora-de-cambio .conteudo {
    justify-content: start;
  }
  .btns-comprar-vender {
    flex-direction: column;
    justify-content: center;
  }
  .btns-comprar-vender button {
    width: 100%;
  }

  #valor-iof {
    text-align: end;
  }
}

@media(max-width: 1280px){
  .btns-comprar-vender button, .card-subtitulo .borda-escura,
  .card-subtitulo p {
    font-size: 16px; 
  }
}

.input-no-border {
  width: 95px;
  border: none;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* padding: 0 10px; */
  font-size: 32px;
  font-weight: 500;
  color: black;
  box-sizing: border-box;
  overflow: hidden;
}

.input-no-border::placeholder {
  font-size: 32px;
  font-weight: 500;
  color: black;
  text-align: end;
}

.comprar-btn {
  width: 100%;
  padding: 10px;
  background: #1d4c83;
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.comprar-btn:hover {
  background: #163d6a;
}

.cotacao-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cotacao-info p {
  font-size: 24px;
  font-weight: 500;
}

.atualizacao-info {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 8px;
}

.atualizacao-info p {
  font-size: 18px;
  color: #1d4c83;
  padding: 12px 22px;
  border: 2px solid #32bdef;
  border-radius: 20px;
}

.cotacoes-inline {
  display: none;
}

@media (max-width: 1024px) {
  .cotacoes-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .tabela-moedas {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
  }
  .colunas-valores {
    gap: 4px;
  }
  .valores-compra-venda {
    width: 420px;
  }
  .card-moeda {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .tabela-moedas {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  

  .valores-compra-venda {
    width: 100%;
  }

  .input-no-border{
    justify-content: flex-start;
  }

  .card-moeda {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .card-subtitulo {
    display: none;
  }

  .cotacoes-inline {
    font-size: 18px;
    font-weight: 300;
    display: block;
  }

  .valores {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin-top: 10px;
  }
}

@media(min-width: 510px) and (max-width: 768px) {
  .container-title-moedas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
}

@media(max-width: 520px) {
  .input-no-border {
    width: 80px;
  }
  .btns-comprar-vender {
    flex-direction: column;
    justify-content: center;
  }
  .btns-comprar-vender button {
    width: 100%;
  }
  .atualizacao-info{
    flex-direction: column;
  }
}


/* PASSO A PASSO MOEDAS */

.font-color-blue {
  color: #1D4C83;
  padding-bottom: 30px;
}

.titulo-longo {
  font-size: 28px;
  text-align: start;
  font-weight: 400;
}


.moedas-section-2 {
  background-color: #E6E7E8; 
  width: 100%;
  padding: 40px 0px;
}

.swiper-operacoes {
  display: none;
}

.swiper-dhl {
  height: fit-content;
  margin-top: 11%;
}

.swiper-dhl .swiper-pagination-bullets {
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: azure;
    opacity: 0.5;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
  }
}

.moedas-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}

.container-passos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 20px 0px;
  place-items: center;
}

.card-passos {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  border-radius: 26px;
  padding: 38px 20px;
  color: #1D4C83;
  height: 100%;
  width: 70%;
  gap: 10px;
}

.card-item-passos {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  flex-shrink: 0;
}

.card-title {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
  align-self: start;
  line-height: 34px;
}

.card-text {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  margin-top: 10px; 
  line-height: 27px;

}

@media (min-width: 1024px) and (max-width: 1280px) {
  .container-passos {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-passos {
    aspect-ratio: 3/3;
    justify-content: start;
    height: 370px;
    padding: 12px;
  }
  .card-title {
    font-size: 32px;
  }
  .card-text {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .container-passos {
    grid-template-columns: repeat(2, 1fr);
  }
  /* .card-passos {
    width: 250px;
  } */
  .card-title {
    font-size: 32px;
  }
  .card-text {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .container-passos {
    grid-template-columns: repeat(1, 1fr);
  }

  .card-title {
    font-size: 24px;
  }
}

@media (max-width: 520px) {
  .container-passos {
    display: none;
  }
 .card-passos {
    width: 70%;
    height: 340px;
  }

  .card-text {
    font-size: 14px;
  }

  .swiper-operacoes {
    display: block;
  }
  .text-dhl {
    font-size: 20px !important;
  }
}

/* NOVO PRODUTO */

.container-rcs{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  position: relative;
  z-index: 30;
}
.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: screen;
  height: 100%;
  transform: scale(150%);
  object-fit: cover;
  opacity: 0.3; /* Ajuste a opacidade da imagem */
  z-index: -1; /* Coloca a imagem atrás do conteúdo */
}

.container-text-rcs {
  display: flex; 
  flex-direction:column;
  justify-content: center;
  align-items:start;
  gap: 14px;
}

.container-text-p {
  font-size: 28px; 
  font-weight: 500; 
  color: #1D4C83;
}

.container-text-p-2 {
  font-size: 28px; 
  font-weight: 300; 
  color: #1D4C83;
}
.container-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gradient-button {
  --border-width: 2px;
  position: relative;
  background: linear-gradient(90deg, #5DE0E6, #004AAD); /* Fundo padrão branco */
  border: none;
  border-radius: 36px;
  padding: calc(14px + var(--border-width)) calc(26px + var(--border-width));
  cursor: pointer;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  color: #1d4c83;
}

.gradient-button svg path {
  fill: #32bdef;
}



.gradient-button:hover {
  background: linear-gradient(90deg, #5ddfe600, #004bad00); 
  color: white;
  background: linear-gradient(90deg, #1D4C83, #1D4C83); /* Fundo padrão branco */
}

.gradient-button::before {
  content: '';
  position: absolute;
  top: var(--border-width);
  left: var(--border-width);
  right: var(--border-width);
  bottom: var(--border-width);
  background: white;
  border-radius: 36px;
  z-index: -1;
}

.gradient-button.ver-moedas-gradient {
  background: transparent; /* Fundo transparente para este botão */
}

.gradient-button.ver-moedas-gradient:hover {
  background-color: #1D4C83;
}

.gradient-button.ver-moedas-gradient::before {
  padding: var(--border-width); /* Define a espessura da borda */
  background: linear-gradient(90deg, #5DE0E6, #004AAD); /* Gradiente */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.gradient-button.ver-moedas-gradient:hover::before {
  background: linear-gradient(90deg, #5ddfe600, #004bad00); 
}

.btn-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
.button-text-flex {
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: start;
}
.container-celular-rcs{
  display: flex;
    align-items: flex-end;
    padding: 38px;
    justify-content: space-between;
    background-image: url(/img/site-novo/home/bg-celular.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 77%;
    height: 75vh;
    gap: 90px;
}
.img-cartao {
  width: 150px;
}
.container-qr-code {
  background-color: #e6e7e8;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 32px 24px;
    border-radius: 24px;
    margin: 0 0 14px 10px;
}
.container-solucoes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  gap: 10px;
  padding: 48px 0px; 
  width: 100%;
}
.card-solucoes {
  background-color: transparent;
  border: solid 2px #32bdef;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  border-radius: 24px;
  padding: 16px;
  color: #1D4C83;
  width: 80%;
  height: 100%;
}
.card-solucoes-title {
  font-size: 28px;
  font-weight: 500;
}

.text-solucoes {
  font-size: 20px;
  margin-top: 6px;
}

.img-w {
  width: 48px;
}

.option-icon {
  width: 50px; 
  height: 50px; 
  border-radius: 50%; 
  object-fit: cover
}

@media(max-width: 1280px) {
  .card-solucoes {
    padding: 12px;
    height: 280px;
  }
  .card-solucoes-title {
    font-size: 22px;
  }
  .text-solucoes {
    font-size: 18px;
  }
  .img-w {
    width: 36px;
  }
}

@media(max-width: 1200px) {
  .container-solucoes {
    grid-template-columns: repeat(2, 1fr) !important;
    place-items: center;
    gap: 20px;
  }
}

@media(max-width: 1024px) {
  .container-rcs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .container-text-rcs {
    width: 100%;
    text-align: center;
  }
  .container-buttons {
    width: 100%;
    justify-content: center;
  }
  .container-celular-rcs {
    width: 100%;
    height: fit-content;
  }
  .container-title {
    align-items: center !important;
  }
  .titulo-longo {
    text-align: center;
  }
  .bg-image {
    width: 100%;
    top: 50%;
    transform: scale(110%);
  }
}
@media screen and (max-width: 1024px) {
  .container-celular-rcs {
    height: 600px;
    background-size: 60%;
  }
}
@media (max-width: 640px) {
  .container-celular-rcs {
    flex-direction: column-reverse;
    padding: 100px 32px;
    
    align-items: center !important; 
    justify-content: flex-end !important;
    height: fit-content; 
  }
  .container-qr-code {
    display: none;
  }
  .img-cartao {
    width: 100px !important;
  }
  .container-qr-code p {
    font-size: 18px!important;
  }
  .container-solucoes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .card-solucoes {
    width: 320px;
    height: 215px;
    align-items: center;
    justify-content: center
  }
  .card-solucoes {
    padding: 16px;
  }
  .card-solucoes-title {
    font-size: 24px;
    text-align: center;
  }
  .text-solucoes {
    font-size: 20px;
    text-align: center;
  }
}

/* OUTROS SERVIÇOS */

.container-servicos {
  height: 100vh; 
  background-image: url('/img/site-novo/home/bg-outros-servicos.jpeg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 48px 0;
  position: relative;
  z-index: 10;
}
.container-text-servicos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  height: 80%;
}

.title-dhl {
  font-size:40px; 
  font-weight: 700; 
  color:white; 
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid white;
}
.text-dhl {
  font-size:36px; 
  font-weight: 500; 
  color:white; 
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); 
  width: 50%;
}
.button-line {
  border:  solid white;
  border-width: 0px 0px 1px 0px;
}

@media(max-width: 1024px) {
  .container-text-servicos {
    align-items: center;
    text-align: center;
  }
  #title-servicos {
    width: 60%;
    text-align: center;
  }
}
@media(max-width: 768px) {
  .container-servicos {
    height: 110vh;
  }
  #title-servicos {
    width: 80%;
    font-size: 20px;
  }
}

/* NOVO SITE */

.novo-site {
  background-color: #E6E7E8; 
  padding: 48px 0px;
}
.container-title {
  display: flex; 
  flex-direction: column; 
  align-items: start; 
  gap: 10px;
  padding-bottom: 24px;
}
.title-travel {
  background-color: #1D4C83;
  padding: 6px 18px; 
  color: white;  
  border-radius: 22px; 
  font-size: 28px; 
  font-weight: 400;
}
.container-explore {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 60px;
  margin: 60px 0;
  position: relative;
  z-index: 10;
}
.paragrafo-light {
    font-weight: 300;
    color: #1D4C83;
    font-size: 28px;
    width: 39%;
    line-height: 34px;
}
.img-fundo-site-novo {
  position: absolute;
    right: 0;
    z-index: -20;
    width: 53%;
    height: 91%;
    object-fit: cover;
    filter: blur(1px);
}
.container-novo-site {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.card-novo-site {
  background-color: white;
  padding: 35px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  color:#1D4C83;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.btn-site-novo {
  background-color: #1D4C83;
  border-radius: 24px;
  padding: 10px 16px;
  color: white;
  font-size: 22px;
  text-align: center;
  border: none;
  cursor: pointer;
}
.btn-site-novo-white {
  background-color: white;
  border-radius: 24px;
  padding: 10px 16px;
  color: #1D4C83;
  font-size: 24px;
  text-align: center;
  border: none;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .paragrafo-light {
    width: 75%;
    text-align: center;
  }
  .container-novo-site{
    gap: 20px;
  }
  .card-novo-site {
    font-size: 24px;
  }
  .container-explore {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .paragrafo-light {
    font-weight: 500;
  }
  .title-travel{
    text-align: center;
  }
  .container-novo-site {
    flex-direction: column;
    width: 100%;
  }
  .card-novo-site {
    width: 400px;
  }
}

@media (max-width: 520px) {
  .container-title {
    padding-top: 24px;
    margin-bottom: 0;
  }

  .taxas .flex-between p {
    font-size: 16px;
  }

  .text-table-info, .text-table-info-two {
    flex-direction: column;
  }
  .title-travel {
    font-size: 24px;
  }  
  .titulo-longo {
    font-size: 24px;
  }
  .container-text-p, .container-text-p-2 {
    font-size: 22px; 
  }
  .container-buttons {
    flex-direction: column;
  }
  .img-fundo-site-novo {
    display: none;
  }
  .paragrafo-light {
    width: 100%;
    font-size: 20px;
  }
  .card-novo-site {
    padding: 24px 20px;
    font-size: 18px;
    width: auto;
  }
  .container-explore {
    margin: 0;
  }
  .title-consultor {
    font-size: 20px !important;
  }
  .text-consultor {
    font-size: 18px !important;
  }
  .background-consultor {
    height: 50vh !important;
  }
  .btn-consultor {
    font-size: 14px !important;
  }
  .btn-site-novo {
    font-size: 18px;
  }
  .container-title-depoimentos {
    margin-right: 0 !important;
  }
  .depoimentos-titulo {
    font-size: 24px !important;
  }
  .container-title-depoimentos {
    padding: 0 0 10px 0 !important;
  }
  .container-explore {
    gap: 40px;
  }
  .cotacoes-section {
    padding: 0;
  }
  .colunas-compra-venda {
    grid-template-columns: repeat(2, 1fr);
  }
  .colunas-compra-venda p {
    font-size: 18px;
  }
  .colunas-compra-venda {
    padding-top: 5px;
  }
  .tipo-de-moeda-title {
    text-align: center;
  }
  .selected-option {
    padding: 0 !important;
  }
  .calculadora-de-cambio .conteudo {
    padding: 20px 0px;
  }
  .calculadora-de-cambio .conteudo .moeda .option-text {
    font-size: 20px;
  }
  .text-side-copy {
    width: 90% !important;
  }
  .text-side-copy p {
    font-size: 20px !important;
  }
  .button-footer span {
    font-size: 18px !important;
  }  
}

/* CONSULTOR */

.background-consultor {
  background-image: url('/img/site-novo/home/img-office.jpg');
  height: 90vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.background-center {
  display: flex; 
  justify-content: center; 
  align-items: center; 
  width:100%; 
  height:100%
}
.container-consultor{
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  border-style: solid; 
  border-color: white;
  border-width: 0px 0px 1px 0px;
  padding-bottom: 40px;
  width: 75%;
  gap: 20px;
}

.title-consultor {
  color: white; 
  font-size: 36px; 
  font-weight:400;
}

.text-consultor {
  color: white; 
  font-size: 24px; 
  font-weight: 300;
}

.btn-consultor {
  background-color: white;
  border: none;
  color: #1D4C83;
  padding: 20px;
  border-radius: 48px;
  font-size: 18px;
  white-space: nowrap;
  font-weight: 500;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .container-consultor {
    flex-direction: column;
    gap: 20px;
  }
  .title-consultor, .text-consultor {
    text-align: center;
  }
}

@media(min-width: 1024px) and (max-width: 1280px) {
  .container-consultor {
    width: 100%;
  }
}

/* DEPOIMENTOS */

.secao-depoimentos {
  background-color: white;
  padding: 60px 0;
  /* height: 600px; */
  width: 100%;
  height: fit-content;
}

.box-depoimentos {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.container-title-depoimentos {
  margin-right: 105px;
  width: 300px; 
  height: 70vh; 
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: flex-start; 
  padding-right: 90px; 
  padding-left: 30px; 
  border-right: 1px solid; 
  border-color: #1D4C83;
}

.depoimentos-titulo {
  font-size: 42px;
  font-weight: 400;
  color:#1D4C83;
  width: 90%;
  line-height: 2.4rem;
}

.swiper {
  padding-bottom: 40px !important;
}

.swiper-depoimentos {
  display: block;
  overflow: auto;
}

.balao-depoimento {
  background-color: white;
  padding: 30px 40px;
  font-size: 24px;
  font-weight: 300;
  border-radius: 32px;
  border: 1px solid #32bdef;
  position: relative;
  height: 65vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 24px;
  text-align: start;
}

.texto-depoimento {
  font-weight: 300;
  font-size: 18px;
}

.container-nome {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.depoimentos-nome {
  font-size: 18px;
  font-weight: 500;
  color: #1D4C83;
}

@media(max-width: 1280px) {
  .balao-depoimento {
    width: 400px;
  }
}

@media (max-width: 1024px) {
  .balao-depoimento {
    width: 350px;
  }
}

@media (max-width: 768px) {
  .secao-depoimentos{
    height: fit-content;
  }
  .container-title-depoimentos {
    padding-right: 0;
    border-right: none;
    align-items: center;
    text-align: center;
    height: fit-content;
    border-bottom: 1px solid #1D4C83;
    padding-bottom: 48px;
    width: 100%;
  }
  .box-depoimentos {
    flex-direction: column;
  }
  .balao-depoimento {
    width: 400px;
  }
}

/*BOX AVISO*/

.box-aviso-de-cambio {
  position: relative;
}

.aviso-de-cambio {
  background-color: white;
  box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.377);
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -40px;
  width: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
  border-radius: 5px;
  height: 200px;
  position: relative;
  display: flex;
  justify-content: end;
}

.aviso-de-cambio-absolute {
  position: absolute;
  top: -150px;
}

.aviso-de-cambio .imagem-titulo {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  position: absolute;
  top: -30px;
  left: 60px;
}

.aviso-de-cambio .imagem-titulo img {
  width: 150px;
  object-fit: contain;
}

.aviso-de-cambio .imagem-titulo p {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 30px;
} 

.aviso-de-cambio .form-aviso-de-cambio {
  width: 75%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
  align-items: center;
}

.form-aviso-de-cambio .form-inputs {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 50%;
}

.form-inputs .form-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 50%;
}

.form-column select, .form-column input {
  height: 35px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.322);
  color: gray;
  outline: none;
}

.form-aviso-de-cambio .form-button {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 55%;
}

.form-aviso-de-cambio .form-button div {
  display: flex;
  gap: 4px;
  align-items: center;
}

.form-aviso-de-cambio .form-button div label {
  font-size: 0.8rem;
  font-weight: 400;
  color: gray;
}

/* SCROLL STYLE */

::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-thumb {
  background-color: #b4b4b4; /* Cor do thumb (a barra móvel) */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #888888; /* Cor do thumb quando hover */
}

::-webkit-scrollbar-track {
  background-color: #fff; /* Cor da track (a parte fixa do scrollbar) */
}

.custom-select {
  position: relative;
  display: inline-block;
}

.selected-option {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.selected-option-two {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 10px;
  cursor: pointer;
}

.options {
  position: absolute;
  display: none;
  background-color: #fff;
  z-index: 50;
  list-style-type: none;
  margin: 0;
  top: 35px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 0 0 5px 5px;
  transform: translateX(-5px);
}

.options li {
  padding: 5px 10px;
  cursor: pointer;
  display: flex;
  gap:3px;
}

.options li:hover {
  background-color: #f0f0f0;
}

#valor-moeda {
  border: none;
  outline: none;
  font-size: 32px;
  text-align: start;
  padding: 0 15px;
}

/* @media (max-width: 768px) {
  #valor-moeda {
    text-align: center;
    width: 100px;
  }

  .tabela-moedas {
    padding: 20px 10px;
  }
} */


/* DROPDOWN de PERGUNTAS FREQUENTES */

.secao-perguntas-frequentes {
  box-sizing: border-box;
  padding: 70px 20px !important;
}

.secao-perguntas-frequentes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-container {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

.dropdown-header {
  padding: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.dropdown-header p {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0;
}

.dropdown-description {
  padding: 1rem;
  border-top: 1px solid #ccc;
}

.hidden {
  display: none;
}

.banner-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column: span 2;
  gap: 20px;
}

.aviso-promocoes {
  background-color: white;
  position: relative;
}

.aviso-promocoes-absolute {
  position: absolute;
  top: -150px;
}
/* 
.card-subtitulo div {
  display: flex; 
  gap: 27px; 
  align-items: center; 
  margin-right: 165px;
} */

#line-white {
  width: 100%;
  height: 1px;
  margin-bottom: 3rem;
  background-color: white;
}

#line-blue-incomplete {
  width: 90%;
  height: 1px;
  margin-bottom: 3rem;
  background-color: #1D4C83;
}