.elementor-154 .elementor-element.elementor-element-e6a1e39{--display:flex;--min-height:100vh;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-154 .elementor-element.elementor-element-ff1c7b3{width:100%;max-width:100%;}.elementor-154 .elementor-element.elementor-element-ff1c7b3 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-ff1c7b3 */.container-home-ep-lp {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://ep-lp.com/wordpress/wp-content/uploads/2024/11/Background.png");
  background-repeat: no-repeat;
  background-position:center;
  transition: transform 0.5s ease;
}

.initial {
  display: flex;
  transition: transform 0.5s ease;
}

.panel {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
}

.left {
  background: linear-gradient(46deg, #0077ff 11.6%, #5CEBFF 93.57%);
  color: #fff;
}

.right {
  background: linear-gradient(180deg, #ec4827 0%, #EE8037 100%);
  color: #fff;
}

.content-letpay > h2 {
  font-family: 'Quicksand', sans-serif !important;
  font-size: 3rem !important;
}

.content-epag > h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 3rem !important;
  font-weight: 600;
}

.logo-epag {
  width: 60%;
}

.logo-letpay {
  width: 90%;
}

.btn-view-details {
  padding: 8px 32px;
  border-radius: 12px;
  border: 1px solid #fff;
  background: #ffffff00;
  color: #fff;
}

.btn-view-details:hover {
  background: #ffffff;
  color: #333;
}

.panel h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.panel button {
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
}

.details {
  display: none;
  background-color: #fff;
  padding: 40px;
  color: #333;
}

.close-btn-epag {
  width: 64px;
  height: 100vh;
  background: linear-gradient(180deg, #EC4727 0%, #EE8037 100%);
  border: none;
  position: absolute;
  top: 0px;
  right: 0px;
}

.close-btn-letpay {
  width: 64px;
  height: 100vh;
  background: linear-gradient(46deg, #0075FF 11.6%, #5CEBFF 93.57%);
  border: none;
  position: absolute;
  top: 0px;
  left: 0px;
}

.content-letpay > h2 {
  margin-bottom: 32px;
}

.content-letpay span {
  color: #EE8037;
}

.content-detail-letpay {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  height: 100vh;
  padding: 120px;
}

.content-detail-letpay > img {
  width: 500px;
}

.btn-view-details-letpay {
  padding: 8px 24px;
  border-radius: 12px;
  background: #EE8037;
  color: #fff;
  border: none;
}

.content-epag > h2 {
  margin-bottom: 32px;
}

.content-detail-epag > img {
  width: 400px;
}

.content-detail-epag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  height: 100vh;
  padding: 120px;
}

.btn-view-details-epag {
  padding: 8px 24px;
  border-radius: 12px;
  background: #6ACDF6;
  color: #fff;
  border: none;
}

.btn-view-details-epag:hover {
  background: #ffffff;
  color: #6ACDF6;
}

/* Painel de detalhes */
.details {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  padding: 120px;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

/* Exibir quando ativo */
.details.show {
  opacity: 1;
  pointer-events: auto;
}

/* Configurar posição inicial fora da tela */
#epag-details {
  transform: translateX(-100%); /* Inicializa à esquerda */
}

#letpay-details {
  transform: translateX(100%); /* Inicializa à direita */
}

/* Movimentos de slide para a posição central */
#epag-details.show {
  transform: translateX(0); /* Move o Epag para o centro a partir da esquerda */
}

#letpay-details.show {
  transform: translateX(0); /* Move o LetPay para o centro a partir da direita */
}

/* Botões de fechar */
.close-btn-epag, .close-btn-letpay {
  width: 64px;
  height: 100vh;
  border: none;
  position: absolute;
  top: 0;
}

.close-btn-epag {
  right: 0;
  background: linear-gradient(180deg, #EC4727 0%, #EE8037 100%);
}

.close-btn-letpay {
  left: 0;
  background: linear-gradient(46deg, #0075FF 11.6%, #5CEBFF 93.57%);
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://ep-lp.com/wordpress/wp-content/uploads/2024/11/Background.png");
  background-repeat: no-repeat;
  background-position:center;
  transition: transform 0.5s ease;
}

.initial {
  display: flex;
  transition: transform 0.5s ease;
}

.panel {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
}

.left {
  background: linear-gradient(46deg, #0077ff 11.6%, #5CEBFF 93.57%);
  color: #fff;
}

.right {
  background: linear-gradient(180deg, #ec4827 0%, #EE8037 100%);
  color: #fff;
}

.content-letpay > h2 {
  font-family: 'Quicksand', sans-serif !important;
  font-size: 3rem !important;
}

.content-epag > h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 3rem !important;
  font-weight: 600;
}

.logo-epag {
  width: 60%;
}

.logo-letpay {
  width: 90%;
}

.btn-view-details {
  padding: 8px 32px;
  border-radius: 12px;
  border: 1px solid #fff;
  background: #ffffff00;
  color: #fff;
}

.panel h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.panel button {
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
}

.details {
  display: none;
  background-color: #fff;
  padding: 40px;
  color: #333;
}

.close-btn-epag {
  width: 64px;
  height: 100vh;
  background: linear-gradient(180deg, #EC4727 0%, #EE8037 100%);
  border: none;
  position: absolute;
  top: 0px;
  right: 0px;
}

.close-btn-letpay {
  width: 64px;
  height: 100vh;
  background: linear-gradient(46deg, #0075FF 11.6%, #5CEBFF 93.57%);
  border: none;
  position: absolute;
  top: 0px;
  left: 0px;
}

.content-letpay > h2 {
  margin-bottom: 32px;
}

.content-letpay span {
  color: #EE8037;
}

.content-detail-letpay {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  height: 100vh;
  padding: 120px;
}

.content-detail-letpay > img {
  width: 500px;
}

.btn-view-details-letpay {
  padding: 8px 24px;
  border-radius: 12px;
  background: #EE8037;
  color: #fff;
  border: none;
}

.btn-view-details-letpay:hover {
  background: #ffffff;
  color: #EE8037;
}

.content-epag > h2 {
  margin-bottom: 32px;
}

.content-detail-epag > img {
  width: 400px;
}

.content-detail-epag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  height: 100vh;
  padding: 120px;
}

.btn-view-details-epag {
  padding: 8px 24px;
  border-radius: 12px;
  background: #6ACDF6;
  color: #fff;
  border: none;
}

/* Painel de detalhes */
.details {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  padding: 120px;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

/* Exibir quando ativo */
.details.show {
  opacity: 1;
  pointer-events: auto;
}

/* Configurar posição inicial fora da tela */
#epag-details {
  transform: translateX(-100%); /* Inicializa à esquerda */
}

#letpay-details {
  transform: translateX(100%); /* Inicializa à direita */
}

/* Movimentos de slide para a posição central */
#epag-details.show {
  transform: translateX(0); /* Move o Epag para o centro a partir da esquerda */
}

#letpay-details.show {
  transform: translateX(0); /* Move o LetPay para o centro a partir da direita */
}

/* Botões de fechar */
.close-btn-epag, .close-btn-letpay {
  width: 64px;
  height: 100vh;
  border: none;
  position: absolute;
  top: 0;
}

.close-btn-epag {
  right: 0;
  background: linear-gradient(180deg, #EC4727 0%, #EE8037 100%);
}

.close-btn-letpay {
  left: 0;
  background: linear-gradient(46deg, #0075FF 11.6%, #5CEBFF 93.57%);
}

/* Media Queries para responsividade */
@media (max-width: 768px) {
  .panel {
    padding: 32px; /* Reduzir padding em telas menores */
  }

  .content-letpay > h2,
  .content-epag > h2 {
    font-size: 2.5rem; /* Reduzir tamanho da fonte */
  }

  .panel h2 {
    font-size: 2rem; /* Reduzir tamanho da fonte */
  }

  .logo-epag,
  .logo-letpay {
    width: 80%; /* Ajustar tamanho da logo */
  }

  .content-detail-letpay > img,
  .content-detail-epag > img {
    width: 100%; /* Ajustar para largura total em telas pequenas */
    max-width: 300px; /* Limitar tamanho máximo */
  }

  .content-detail-letpay, .content-detail-epag {
    flex-direction: column; /* Mudar direção para coluna */
    padding: 40px; /* Reduzir padding */
    gap: 32px; /* Reduzir espaço entre itens */
  }
}

@media (max-width: 480px) {
  
  .initial {
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease;
  }
  
  .panel {
    width: 100%;
    height: 100vh;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .left {
    height: 50vh;
  }

  .right {
    height: 50vh;
  }
  
  .content-letpay > h2 {
    font-size: 1.5rem !important;
  }
  
  .content-epag > h2 {
    font-size: 1.5rem !important;
  }
  
  .logo-epag {
    width: 40%;
  }
  
  .logo-letpay {
    width: 70%;
  }

  .details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 64px;
    padding: 32px;
  }

  .content-epag > h2 {
    font-size: 1.5rem;    
  }

  .content-letpay > h2 {
    font-size: 1.5rem;
  }

  .btn-view-details,
  .btn-view-details-letpay,
  .btn-view-details-epag {
    width: 70%; /* Botões ocupam toda a largura */
  }

  .btn-view-details {
    padding: 12px; /* Ajustar padding do botão */
  }

  .close-btn-epag, .close-btn-letpay {
    width: 48px; /* Reduzir largura do botão de fechar */
  }
}/* End custom CSS */