/* You can add global styles to this file, and also import other style files */
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Courier+Prime&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin:0;
  color: #6c757d;
}

.fonte-12 {
  font-size: 12px !important;
}

.fonte-14 {
  font-size: 14px !important;
}

.fonte-16 {
  font-size: 16px !important;
}

.fonte-18 {
  font-size: 18px !important;
}

/*
|-------------------------------------------------------------------------------------------------|
|
|                   UTILITÁRIOS GERAIS
|
|-------------------------------------------------------------------------------------------------|
*/

/*
|---------------------------------------|
|
|   HOME PAGE
|
|---------------------------------------|
*/
#home-banner{
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

#home-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

#home-banner .container {
    position: relative;
    z-index: 2;
    padding-top: 8rem;
}

#home-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.color-padrao {
  color: #9dd8ce;
}

.btn-padrao {
  background-color: #0050e4;
  border-radius: 10px;
  color: white !important;
  font-size: 16px;
  padding: 15px 20px 15px 20px;
}

.btn-padrao:hover {
  background-color: #4c78c9;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  padding: 15px 20px 15px 20px;
}

.btn-padrao-contorno {
  border: 1px solid #9dd8ce;
  /*background-color: white;*/
  border-radius: 10px;
  color: #333333;
  font-size: 14px;
}

.btn-padrao-contorno:hover {
  background-color: #55c8b4;
  border-radius: 10px;
  color: white!important;
  font-size: 14px;
}

.btn-padrao-sem-fundo {
  background-color: white;
  border: 1px solid #9dd8ce;
  border-radius: 5px;
  width: 40px;
  height: 25px;
  padding: 1px;
  font-size: 16px;
}

.btn-padrao-sem-fundo:hover {
  background-color: #c3975e;
  color: white!important;
  border-radius: 5px;
  width: 40px;
  height: 25px;
  padding: 1px;
  font-size: 16px;
}

.imagens-procedimentos {
  /* box-shadow: rgba(0,0,0,.25) 0 3px 11px 0 !important; */
  margin-right:30px;
  margin-bottom: 30px;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .mt-navbar {
    margin-top: 60px;
  }

  .icones-landing {
    color: white;
    font-size: 25px;
    margin-right: 20px;
  }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .icones-landing {
    color: white;
    font-size: 15px;
  }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .icones-landing {
    color: white;
    font-size: 20px;
    margin-right: 15px;
  }

}

:root {
  --primary-color: #0050e4;
  --secondary-color: #9dd8ce;
  --accent-color: #ff6b35;
  --success-color: #28a745;
  --warning-color: #ffc107;
  --danger-color: #dc3545;
  --dark-bg: #0a0a0a;
  --card-bg: #1a1a1a;
  --text-light: #ffffff;
  --text-muted: #b0b0b0;
  --border-color: #333333;
}

body {
  font-family: 'Inter', sans-serif;
  background: linear-gradient(135deg, var(--dark-bg) 0%, #1a1a1a 100%);
  color: var(--text-light);
  line-height: 1.6;
}

.hero-section {
  background: linear-gradient(135deg, rgba(0,80,228,0.1) 0%, rgba(157,216,206,0.1) 100%);
  border-radius: 20px;
  padding: 2rem;
  margin-bottom: 2rem;
  border: 1px solid var(--border-color);
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.02"/><circle cx="10" cy="60" r="0.5" fill="%23ffffff" opacity="0.02"/><circle cx="90" cy="40" r="0.5" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  pointer-events: none;
}

.logo-container {
  text-align: center;
  margin-bottom: 2rem;
}

.logo-container img {
  max-width: 200px;
  height: auto;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
}

.main-heading {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
  text-align: center;
}

.sub-heading {
  font-size: 1.2rem;
  color: var(--text-muted);
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 400;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.benefit-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  border-color: var(--primary-color);
}

.benefit-icon {
  font-size: 2.5rem;
  color: var(--secondary-color);
  margin-bottom: 1rem;
}

.benefit-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--text-light);
}

.benefit-description {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.form-container {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
  position: relative;
  overflow: hidden;
}

.form-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
}

.form-label {
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.form-control {
  background: rgba(255,255,255,0.05);
  border: 2px solid var(--border-color);
  border-radius: 8px;
  color: var(--text-light);
  padding: 12px 16px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-control:focus {
  background: rgba(255,255,255,0.08);
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(0,80,228,0.1);
  color: var(--text-light);
}

.form-control::placeholder {
  color: var(--text-muted);
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary-color), #0040b3);
  border: none;
  border-radius: 12px;
  padding: 16px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #0040b3, var(--primary-color));
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,80,228,0.3);
}

.btn-primary:active {
  transform: translateY(0);
}

.urgency-banner {
  background: linear-gradient(135deg, var(--accent-color), #ff8c42);
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 2rem;
  text-align: center;
  color: white;
  font-weight: 600;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.02); }
  100% { transform: scale(1); }
}

.social-proof {
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
}

.testimonial {
  font-style: italic;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.testimonial-author {
  font-weight: 600;
  color: var(--secondary-color);
}

.guarantee-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(40,167,69,0.1);
  border: 1px solid var(--success-color);
  border-radius: 20px;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  color: var(--success-color);
  margin-bottom: 1rem;
}

.countdown {
  background: rgba(255,193,7,0.1);
  border: 1px solid var(--warning-color);
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}

.countdown-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--warning-color);
}

.countdown-label {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-transform: uppercase;
}

.success-section {
  text-align: center;
  padding: 3rem 1rem;
}

.success-icon {
  font-size: 4rem;
  color: var(--success-color);
  margin-bottom: 1rem;
}

.success-heading {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 1rem;
}

.success-message {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .main-heading {
      font-size: 2rem;
  }
  
  .benefits-grid {
      grid-template-columns: 1fr;
  }
  
  .form-container {
      padding: 1.5rem;
  }
}

.floating-elements {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.floating-element {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--secondary-color);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(180deg); }
}