@font-face {
	font-family: azonix;
	src: url(../fontes/azonix.otf);
}

.titulo-banner-fonte{
	font-family: "azonix" !important;
}

.img-https{
	width: 160px;
	margin-left: -12px;
}

.policy-section {
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 2rem;
}

.policy-section:last-child {
    border-bottom: none;
}

.section-title {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.section-text {
    line-height: 1.8;
    color: #05aff4 !important;
    margin-bottom: 1rem;
}

.policy-list {
    list-style-type: none;
    padding-left: 0;
}

.policy-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.policy-list li:before {
    content: "•";
    color: var(--primary-color);
    font-weight: bold;
    position: absolute;
    left: 0;
}

.rights-list {
    list-style-type: none;
    padding-left: 0;
}

.rights-list li {
    padding: 0.5rem 0;
    border-bottom: 1px dashed #eee;
}

.security-item {
    background: #05aff4;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.security-item:hover {
    transform: translateY(-5px);
    background: #05aff4;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.contact-info-card {
    max-width: 100%;
    display: block;
}

.terms-section {
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 2rem;
}

.terms-section:last-child {
    border-bottom: none;
}

.section-title {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.section-text {
    line-height: 1.8;
    color: #555;
    margin-bottom: 1rem;
}

.terms-list {
    list-style-type: none;
    padding-left: 0;
}

.terms-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.terms-list li:before {
    content: "✓";
    color: var(--success-color);
    font-weight: bold;
    position: absolute;
    left: 0;
}

.definition-item {
    border-left: 4px solid var(--primary-color);
}

.definition-title {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.payment-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.payment-list li {
    padding: 0.5rem 0;
    border-bottom: 1px dashed #ddd;
}

.payment-list li:last-child {
    border-bottom: none;
}

.payment-terms {
    transition: transform 0.3s ease;
}

.payment-terms:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.termination-reason {
    transition: all 0.3s ease;
}

.termination-reason:hover {
    transform: scale(1.02);
}

.provision-item h5 {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 0.5rem;
}