.elementor-4687 .elementor-element.elementor-element-6d1e950{--display:flex;}/* Start custom CSS for html, class: .elementor-element-555d8a5 *//* Estilos para a página 404 */
.error-page-container {
  font-family: 'Segoe UI', Arial, sans-serif;
  max-width: 1000px;
  margin: 50px auto;
  padding: 40px 20px;
  background: linear-gradient(135deg, #f9f9f9 0%, #f3f3f3 100%);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  text-align: center;
  color: #333;
}

.error-content {
  max-width: 800px;
  margin: 0 auto;
}

.error-icon {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 30px;
}

.headphone-icon, .text-icon, .question-mark {
  position: absolute;
  font-size: 50px;
  filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.1));
}

.headphone-icon {
  top: 0;
  left: 0;
  animation: float 3s ease-in-out infinite;
}

.text-icon {
  top: 10px;
  right: 0;
  animation: float 3.5s ease-in-out infinite;
}

.question-mark {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 60px;
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

.error-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.highlight {
  background: linear-gradient(45deg, #e02c5e, #963be3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.error-message {
  margin: 30px 0;
  padding: 20px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.english-text {
  font-size: 20px;
  font-style: italic;
  color: #e02c5e;
  margin-bottom: 10px;
}

.portuguese-text {
  font-size: 18px;
  color: #666;
}

.error-explanation {
  margin-bottom: 30px;
}

.error-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0;
}

.code-404 {
  font-size: 72px;
  font-weight: 900;
  background: linear-gradient(45deg, #e02c5e, #963be3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.code-explanation {
  font-size: 18px;
  color: #666;
  margin-top: 5px;
}

.options-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
  flex-wrap: wrap;
}

.option-card {
  flex: 1;
  min-width: 220px;
  background: white;
  padding: 25px 20px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.option-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.highlight-card {
  border: 2px solid transparent;
  background: linear-gradient(white, white) padding-box,
              linear-gradient(45deg, #e02c5e, #963be3) border-box;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.option-icon {
  font-size: 36px;
  margin-bottom: 15px;
}

.option-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.option-card p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.option-button {
  display: inline-block;
  padding: 10px 20px;
  background: #f5f5f5;
  border-radius: 8px;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.option-button:hover {
  background: #eeeeee;
  transform: translateY(-2px);
}

.highlight-button {
  background: linear-gradient(90deg, #3AE702 0%, #AFFC00 45%, #AFFC00 55%, #3AE702 100%);
  color: black;
  box-shadow: 0 5px 15px rgba(58, 231, 2, 0.2);
}

.highlight-button:hover {
  background: linear-gradient(90deg, #3AE702 0%, #AFFC00 45%, #AFFC00 55%, #3AE702 100%);
  box-shadow: 0 8px 20px rgba(58, 231, 2, 0.3);
}

.language-quote {
  font-style: italic;
  color: #666;
  margin-top: 40px;
}

/* Responsivo */
@media (max-width: 768px) {
  .options-container {
    flex-direction: column;
  }
  
  .option-card {
    width: 100%;
    margin-bottom: 15px;
  }
  
  .error-title {
    font-size: 28px;
  }
  
  .code-404 {
    font-size: 60px;
  }
}
/* Responsivo */
@media (max-width: 768px) {
  .options-container {
    flex-direction: column;
  }
  
  .option-card {
    width: 100%;
    margin-bottom: 15px;
  }
  
  .error-title {
    font-size: 28px;
  }
  
  .code-404 {
    font-size: 60px;
  }
}/* End custom CSS */