/**
Theme Name: Anúncio Fácil
Author: Infinito AG
Author URI: https://www.infinitoag.com
Description: Tema desenvolvido sob medida para o projeto \"Anúncio Fácil\".
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anuncio-facil
Template: astra
*/

.site-logo-img img {
    filter: none;
}

div#ast-desktop-header {
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

#ast-desktop-header .ast-custom-button-link,
a.uagb-buttons-repeater.wp-block-button__link {
	background: #C8922A;
	background: linear-gradient(90deg, rgba(200, 146, 42, 1) 0%, rgba(232, 184, 75, 1) 50%, rgba(200, 146, 42, 1) 100%) !important;
}

a.uagb-buttons-repeater.wp-block-button__link:hover,
#ast-desktop-header .ast-custom-button-link:hover {
    box-shadow: 0 0 25px -5px #E8B84B !important;	
}

a.uagb-buttons-repeater.ast-outline-button:hover {
    box-shadow: 0 0 25px -5px #4fc3f7bd !important;
}

.card-filme:hover {
    transform: translateY(-5px);
    border: 1px solid #C8922A !important;
}
.card-filme {
    transition: .4s ease;
}

.wp-block-uagb-countdown__time {
    text-shadow: 0 0 15px #C8922A;
}

#sw-quiz.sw-quiz-wrap {
			width: 100%;
			position: relative;
			box-sizing: border-box;
			font-family: Arial, Helvetica, sans-serif;
		}

		#sw-quiz * {
			box-sizing: border-box;
		}

		#sw-quiz .sw-quiz-card {
			width: 100%;
			min-height: 520px;
			padding: 42px 42px 46px;
			background:
			radial-gradient(circle at top center, rgba(0, 40, 95, 0.30), transparent 35%),
			linear-gradient(180deg, #02081a 0%, #010716 100%);
			color: #ffffff;
			overflow: hidden;
		}

		#sw-quiz .sw-quiz-step {
			display: none;
			width: 100%;
			height: 100%;
		}

		#sw-quiz .sw-quiz-step.active {
			display: block;
		}

		#sw-quiz .sw-question-screen {
			display: none;
		}

		#sw-quiz .sw-question-screen.active {
			display: block;
		}

		#sw-quiz .sw-topbar {
			display: flex;
			align-items: center;
			justify-content: space-between;
			gap: 20px;
			margin-bottom: 52px;
		}

		#sw-quiz .sw-steps {
			display: flex;
			align-items: center;
			min-width: 150px;
		}

		#sw-quiz .sw-step-dot {
			width: 40px;
			height: 40px;
			border: 1px solid rgba(255,255,255,0.16);
			border-radius: 50%;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			font-size: 20px;
			font-weight: 400;
			color: rgba(255,255,255,0.35);
			background: rgba(255,255,255,0.03);
		}

		#sw-quiz .sw-step-dot.active {
			color: #d6a22e;
			border-color: #d6a22e;
			background: rgba(214,162,46,0.08);
		}

		#sw-quiz .sw-step-line {
			width: 56px;
			height: 1px;
			background: rgba(255,255,255,0.12);
			margin: 0 10px;
		}

		#sw-quiz .sw-counter {
			font-size: 16px;
			color: rgba(255,255,255,0.55);
			letter-spacing: 0.08em;
		}

		#sw-quiz .sw-question-title {
			margin: 0 0 34px;
			font-size: 34px;
			line-height: 1.18;
			font-weight: 800;
			letter-spacing: -0.02em;
			max-width: 980px;
		}

		#sw-quiz .sw-options {
			display: flex;
			flex-direction: column;
			gap: 14px;
		}

		#sw-quiz .sw-option {
			width: 100%;
			border: 1px solid rgba(214,162,46,0.18);
			background: rgba(0, 0, 0, 0.14);
			color: #d9dbe3;
			min-height: 72px;
			padding: 20px 26px;
			display: flex;
			align-items: center;
			gap: 18px;
			text-align: left;
			cursor: pointer;
			transition: all 0.25s ease;
			border-radius: 4px;
			box-shadow: none;
		}

		#sw-quiz .sw-option:hover {
			border-color: rgba(214,162,46,0.5);
			background: rgba(255,255,255,0.03);
			transform: translateY(-1px);
		}

		#sw-quiz .sw-option.selected {
			border-color: #d6a22e;
			background: rgba(214,162,46,0.08);
		}

		#sw-quiz .sw-letter {
			min-width: 16px;
			font-size: 28px;
			line-height: 1;
			font-weight: 400;
			color: #d6a22e;
		}

		#sw-quiz .sw-text {
			font-size: 18px;
			line-height: 1.5;
			color: #cfd3de;
		}

		#sw-quiz .sw-step-result {
			display: none;
			align-items: center;
			justify-content: center;
			text-align: center;
		}

		#sw-quiz .sw-step-result.active {
			display: flex;
		}

		#sw-quiz .sw-result-box {
			width: 100%;
			max-width: 980px;
			margin: 0 auto;
			padding: 26px 0 10px;
		}

		#sw-quiz .sw-result-kicker {
			color: #d6a22e;
			font-size: 18px;
			letter-spacing: 0.16em;
			margin-bottom: 16px;
		}

		#sw-quiz .sw-result-title {
			margin: 0 0 10px;
			font-size: 62px;
			line-height: 1;
			font-weight: 900;
			color: #d6a22e;
			text-transform: uppercase;
		}

		#sw-quiz .sw-result-subtitle {
			margin-bottom: 26px;
			font-size: 22px;
			line-height: 1.4;
			font-style: italic;
			color: #f1f1f1;
		}

		#sw-quiz .sw-result-description {
			max-width: 940px;
			margin: 0 auto 42px;
			font-size: 20px;
			line-height: 1.65;
			color: rgba(255,255,255,0.78);
		}

		#sw-quiz .sw-result-actions {
			display: flex;
			justify-content: center;
			gap: 16px;
			flex-wrap: wrap;
		}

		#sw-quiz .sw-btn {
			min-width: 260px;
			min-height: 64px;
			padding: 18px 26px;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			text-decoration: none;
			border-radius: 2px;
			font-size: 16px;
			font-weight: 800;
			letter-spacing: 0.12em;
			text-transform: uppercase;
			transition: all 0.25s ease;
		}

		#sw-quiz .sw-btn-primary {
			background: #d6a22e;
			color: #08111e;
			border: 1px solid #d6a22e;
			box-shadow: 0 0 24px rgba(214,162,46,0.20);
		}

		#sw-quiz .sw-btn-primary:hover {
			filter: brightness(1.05);
			transform: translateY(-1px);
		}

		#sw-quiz .sw-btn-secondary {
			background: transparent;
			color: #24b8ff;
			border: 1px solid #24b8ff;
			cursor: pointer;
		}

		#sw-quiz .sw-btn-secondary:hover {
			background: rgba(36,184,255,0.08);
			transform: translateY(-1px);
		}

		@media (max-width: 1024px) {
			#sw-quiz .sw-quiz-card {
			padding: 34px 28px 38px;
			min-height: auto;
			}

			#sw-quiz .sw-question-title {
			font-size: 28px;
			}

			#sw-quiz .sw-result-title {
			font-size: 48px;
			}

			#sw-quiz .sw-result-description {
			font-size: 18px;
			}
		}

		@media (max-width: 767px) {
			#sw-quiz .sw-quiz-card {
			padding: 26px 18px 30px;
			}

			#sw-quiz .sw-topbar {
			margin-bottom: 32px;
			}

			#sw-quiz .sw-step-dot {
			width: 34px;
			height: 34px;
			font-size: 16px;
			}

			#sw-quiz .sw-step-line {
			width: 36px;
			margin: 0 8px;
			}

			#sw-quiz .sw-counter {
			font-size: 13px;
			}

			#sw-quiz .sw-question-title {
			font-size: 24px;
			line-height: 1.25;
			margin-bottom: 24px;
			}

			#sw-quiz .sw-option {
			padding: 16px 16px;
			min-height: 64px;
			gap: 12px;
			}

			#sw-quiz .sw-letter {
			font-size: 22px;
			}

			#sw-quiz .sw-text {
			font-size: 16px;
			line-height: 1.45;
			}

			#sw-quiz .sw-result-kicker {
			font-size: 14px;
			margin-bottom: 10px;
			}

			#sw-quiz .sw-result-title {
			font-size: 34px;
			line-height: 1.08;
			margin-bottom: 12px;
			}

			#sw-quiz .sw-result-subtitle {
			font-size: 18px;
			margin-bottom: 18px;
			}

			#sw-quiz .sw-result-description {
			font-size: 16px;
			line-height: 1.6;
			margin-bottom: 28px;
			}

			#sw-quiz .sw-btn {
			width: 100%;
			min-width: 100%;
			min-height: 56px;
			font-size: 14px;
			letter-spacing: 0.09em;
			}

			#sw-quiz .sw-result-actions {
			gap: 12px;
			}
		}

 #sw-quiz.sw-quiz-wrap {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
  }

  #sw-quiz * {
    box-sizing: border-box;
  }

  #sw-quiz .sw-quiz-card {
    width: 100%;
    min-height: 520px;
    padding: 42px 42px 46px;
    background:
      radial-gradient(circle at top center, rgba(0, 40, 95, 0.30), transparent 35%),
      linear-gradient(180deg, #02081a 0%, #010716 100%);
    color: #ffffff;
    overflow: hidden;
  }

  #sw-quiz .sw-quiz-step {
    display: none;
    width: 100%;
    height: 100%;
  }

  #sw-quiz .sw-quiz-step.active {
    display: block;
  }

  #sw-quiz .sw-question-screen {
    display: none;
  }

  #sw-quiz .sw-question-screen.active {
    display: block;
  }

  #sw-quiz .sw-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 52px;
  }

  #sw-quiz .sw-steps {
    display: flex;
    align-items: center;
    min-width: 150px;
  }

  #sw-quiz .sw-step-dot {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255,255,255,0.35);
    background: rgba(255,255,255,0.03);
  }

  #sw-quiz .sw-step-dot.active {
    color: #d6a22e;
    border-color: #d6a22e;
    background: rgba(214,162,46,0.08);
  }

  #sw-quiz .sw-step-line {
    width: 56px;
    height: 1px;
    background: rgba(255,255,255,0.12);
    margin: 0 10px;
  }

  #sw-quiz .sw-counter {
    font-size: 16px;
    color: rgba(255,255,255,0.55);
    letter-spacing: 0.08em;
  }

  #sw-quiz .sw-question-title {
    margin: 0 0 34px;
    font-size: 34px;
    line-height: 1.18;
    letter-spacing: -0.02em;
    max-width: 980px;
  }

  #sw-quiz .sw-options {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

 #sw-quiz .sw-option {
    width: 100%;
    border: 1px solid rgba(214,162,46,0.18);
    background: rgba(0, 0, 0, 0.14);
    color: #d9dbe3;
    min-height: 72px;
    padding: 20px 26px;
    display: flex;
    align-items: center;
    gap: 18px;
    text-align: left;
    cursor: pointer;
    transition: all 0.25s ease;
    border-radius: 4px;
    box-shadow: none;
    text-transform: none;
    font-weight: 400;
}

  #sw-quiz .sw-option:hover {
    border-color: rgba(214,162,46,0.5);
    background: rgba(255,255,255,0.03);
    transform: translateY(-1px);
  }

  #sw-quiz .sw-option.selected {
    border-color: #d6a22e;
    background: rgba(214,162,46,0.08);
  }

  #sw-quiz .sw-letter {
    min-width: 16px;
    font-size: 28px;
    line-height: 1;
    color: #d6a22e;
  }

  #sw-quiz .sw-text {
    font-size: 18px;
    line-height: 1.5;
    color: #cfd3de;
  }

  #sw-quiz .sw-step-result {
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  #sw-quiz .sw-step-result.active {
    display: flex;
  }

  #sw-quiz .sw-result-box {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 26px 0 10px;
  }

  #sw-quiz .sw-result-kicker {
    color: #d6a22e;
    font-size: 18px;
    letter-spacing: 0.16em;
    margin-bottom: 16px;
  }

  #sw-quiz .sw-result-title {
    margin: 0 0 10px;
    font-size: 62px;
    line-height: 1;
    color: #d6a22e;
    text-transform: uppercase;
  }

  #sw-quiz .sw-result-subtitle {
    margin-bottom: 26px;
    font-size: 22px;
    line-height: 1.4;
    font-style: italic;
    color: #f1f1f1;
  }

  #sw-quiz .sw-result-description {
    max-width: 940px;
    margin: 0 auto 42px;
    font-size: 20px;
    line-height: 1.65;
    color: rgba(255,255,255,0.78);
  }

  #sw-quiz .sw-result-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  #sw-quiz .sw-btn {
    min-width: 260px;
    min-height: 64px;
    padding: 18px 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 2px;
    font-size: 16px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: all 0.25s ease;
    font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
}

  #sw-quiz .sw-btn-primary {
    background: #d6a22e;
    color: #08111e;
    border: 1px solid #d6a22e;
    box-shadow: 0 0 24px rgba(214,162,46,0.20);
  }

  #sw-quiz .sw-btn-primary:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
  }

  #sw-quiz .sw-btn-secondary {
    background: transparent;
    color: #24b8ff;
    border: 1px solid #24b8ff;
    cursor: pointer;
  }

  #sw-quiz .sw-btn-secondary:hover {
    background: rgba(36,184,255,0.08);
    transform: translateY(-1px);
  }

  @media (max-width: 1024px) {
    #sw-quiz .sw-quiz-card {
      padding: 34px 28px 38px;
      min-height: auto;
    }

    #sw-quiz .sw-question-title {
      font-size: 28px;
    }

    #sw-quiz .sw-result-title {
      font-size: 48px;
    }

    #sw-quiz .sw-result-description {
      font-size: 18px;
    }
  }

  @media (max-width: 767px) {
    #sw-quiz .sw-quiz-card {
      padding: 26px 18px 30px;
    }

    #sw-quiz .sw-topbar {
      margin-bottom: 32px;
    }

    #sw-quiz .sw-step-dot {
      width: 34px;
      height: 34px;
      font-size: 16px;
    }

    #sw-quiz .sw-step-line {
      width: 36px;
      margin: 0 8px;
    }

    #sw-quiz .sw-counter {
      font-size: 13px;
    }

    #sw-quiz .sw-question-title {
      font-size: 24px;
      line-height: 1.25;
      margin-bottom: 24px;
    }

    #sw-quiz .sw-option {
      padding: 16px 16px;
      min-height: 64px;
      gap: 12px;
    }

    #sw-quiz .sw-letter {
      font-size: 22px;
    }

    #sw-quiz .sw-text {
      font-size: 16px;
      line-height: 1.45;
    }

    #sw-quiz .sw-result-kicker {
      font-size: 14px;
      margin-bottom: 10px;
    }

    #sw-quiz .sw-result-title {
      font-size: 34px;
      line-height: 1.08;
      margin-bottom: 12px;
    }

    #sw-quiz .sw-result-subtitle {
      font-size: 18px;
      margin-bottom: 18px;
    }

    #sw-quiz .sw-result-description {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 28px;
    }

    #sw-quiz .sw-btn {
      width: 100%;
      min-width: 100%;
      min-height: 56px;
      font-size: 14px;
      letter-spacing: 0.09em;
    }

    #sw-quiz .sw-result-actions {
      gap: 12px;
    }
  }