﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;

}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -webkit-box-shadow: 0px -24px 84px 1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px -24px 84px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -4px 15px -1px rgb(0 0 0 / 75%);
    color: #7c8894;
    position: relative;
    border-bottom: 1px solid #15e7c4;
}

.content-header img {
    width: 175px;
}

.header nav {
    display: flex;
    gap: 20px;
}

.header nav a {
    color: #105257;
}

.header a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.hero {
    background: url('hero-bg.jpg') center/cover no-repeat;
    color: #fff;
    text-align: center;
    padding: 70px 20px;
}

    .hero h1 {
        font-size: 2.5rem;
        color: #fff;
    }

    .hero p {
        font-size: 1.2rem;
        margin-top: 10px;
    }

.about {
    background-color: #f8fcff;
    padding: 50px 20px;
    color: #fff;
}

.about h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.2rem;
    color: #105257;
}

.content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-cards {
    display: flex;
    gap: 90px;
    justify-content: center;
    flex-direction: column;
}

.card {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.card svg {
    width: 110px;
    height: 110px;
    color: #105257;
    background: #16d590;
    border-radius: 20px;
    padding: 10px;
}

.card h3 {
    font-size: 2.2rem;
    color: #105257;
    margin-bottom: 10px;
}

.reverse-card .div-align-content-cards {
    display: flex;
    justify-content: center;
}

.div-align-content-cards {
    width: 50%;
    display: flex;
    justify-content: center;
}

.reverse-card {
    flex-flow: row-reverse;
}

.text-inside-card {
    color: #105257;
    width: 50%;
}

.text-inside-card h3 {
    color: #105257;
}

.div-separate {
    width: 100%;
}

.payment {
    padding: 40px 20px;
    text-align: center;
    border-top: 1px solid #ebebeb;
}

.payment h2 {
    color: #105257;
    margin-bottom: 20px;
    font-size: 2.2rem;
}

.payment h3 {
    color: #105257;
    margin-bottom: 20px;
}

.payment-options {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-direction: column;
}

.payment-options svg {
    width: 55px;
    height: 55px;
    color: #105257;
    margin-bottom: 20px;
}

.payment-box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    width: 300px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.footer {
    background: #16d590;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
}

.sec-bannerPrincipal {
    padding-top: 5em;
    padding-bottom: 5em;
    filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 0.5));
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 80vh;
    display: flex;
    align-items: center;
    background-position: center !important;
    background: rgb(0 0 0 / 20%) url(../img/background.png);
    background-blend-mode: darken;
}

.left-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
}

.left-banner > div {
    display: flex;
    grid-gap: 20px;
    align-items: center;
    margin-top: 20px;
}

.btn {
    background: transparent;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    padding: var(--acerto-space-xs);
    text-align: center;
    text-decoration: none;
    transition-duration: var(--acerto-animation-duration);
    transition-property: background-color, color;
    transition-timing-function: ease-in-out;
    padding: 10px 16px;
}
.btn-primary {
    background-color: #16d590;
    color: black;
}

.title-h1 {
    color: #fff;
    font-size: 75px;
}
.p-banner {
    color: #fff;
    font-size: 24px;
}

.btnsaibamais {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
}

.div-btns-intro .btn-primary {
    color: #f7f7f7;
}

.list-steps {
    align-items: center;
    display: flex;
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #c5c5c5;
    padding: 10px;
    gap: 10px;
}

.step-number {
    align-items: center;
    border-radius: 50%;
    box-sizing: content-box;
    display: inline-flex;
    flex: 0 0 auto;
    height: 40px;
    justify-content: center;
    width: 40px;
    background-color: #16d590;
    padding: 2px;
    color: #105257;
}

#contato {
    padding: 50px 20px;
    background: rgb(0 0 0 / 65%) url(../img/contato.png);
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: darken;
    min-height: 375px;
    display: flex;
    align-items: center;
    height: auto;
}

.div-align-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
}

.div-align-contact h2 {
    font-size: 35px;
    color: #f7f7f7;
}

.div-align-contact a {
    color: #f7f7f7;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.custom-table th, .custom-table td {
    padding: 15px;
    text-align: center;
    border: 1px solid #ddd;
}

.custom-table th {
    background-color: #16d590;
    color: #105257;
    text-transform: uppercase;
}

.custom-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.custom-table tr:hover {
    background-color: #eaf3ff;
}

.div-img-login img {
    width: 180px;
}

#inputRadios {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    align-items: center;
}

#inputRadios label {
    display: flex;
    align-items: center;
    gap:5px;
}

#inputRadios input[type="radio"] {
    width: 20px;
    height: 20px;
}

.strong-avista {
    color: #369171;
}

#div-retornoPagamento {
    display: none;
}

@media (max-width: 992px) {
    .header nav {
        display: none;
    }
    .header a {
        font-size: 14px;
    }
    .content-header img {
        width: 140px;
    }
    .btn {
        padding: 10px 13px;
    }
    .btn-primary {
        font-size: 15px;
    }
    .title-h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .left-banner {
        text-align: center;
        gap: 10px;
    }
    .p-banner {
        font-size: 16px;
    }
    .card {
        flex-direction: column;
        text-align: center;
    }
    .text-inside-card {
        width: 100%;
    }
    .about-cards {
        gap: 30px;
    }
    .payment-options {
        flex-direction: column;
        gap: 30px !important;
    }
    .div-separate {
        width: 100%;
    }
    .div-align-contact h2 {
        text-align: center;
        font-size: 30px;
    }
    .text-inside-card h3 {
        font-size: 25px;
    }
    .about h2, .payment h2 {
        font-size: 30px;
    }
}

@media (max-width: 500px) {
    .div-btns-intro {
        flex-direction: column;
    }
}