* {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 68px;
}

h1, h2, h3, p, button, form {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: white;
    border: none;
}

body {
    background-color: #010000;
}

header, section {
    display: flex;
    justify-content: center;
}

header img {
    width: 190px;
    padding: 30px;
}

.container { 
    max-width: 1140px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.container-no-df { 
    max-width: 1140px;
}

.horizontal-line {
    width: 100%;
    height: 3px;
    background-color: #00DBBB;
}

.section-1 {
    position: relative;
    text-align: center;
    padding: 200px 0 300px 0;
}

.section-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('imgs/plano-fundo.jpeg');
    background-size: cover;
    opacity: 0.5; /* Ajuste a opacidade conforme necessário */
    z-index: -1; /* Coloca o fundo atrás do conteúdo */
}

.section-1 button {
    border-radius: 50px;
    background-color: white;
    padding: 10px 20px;
    letter-spacing: 10px;
    color: black;
    transition: transform 300ms ease;
}

.section-1 button:hover {
    transform: scale(1.1);
}

.section-1 h1 {
    line-height: 1.1;
}

.t-c {
    background-image: linear-gradient(to right, #00DFA0, #03D3EC);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.red-to-blue {
    background-image: linear-gradient(to right, #DE0002, #23B1C9);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;  
}

.section-2 {
    text-align: center;
}

.section-2 h1 {
    color: #00DBBB;
}

.section-2 p {
    font-size: 32px;
    font-weight: 200;
    margin: 50px 0 50px 0;
}

.section-2 button {
    padding: 18px 60px;
    background-image: linear-gradient(to right, #00DFA0, #03D3EC);
    border-radius: 10px;
    color: black;
    font-weight: 800;
    transition: transform 300ms ease;
    box-shadow: 0 0 5px 0.5px #00DBBB;
}

.section-2 button:hover {
    transform: scale(1.1);
}

.section-3 {
    margin-top: 100px;
    line-height: 1.5;
}

.section-3-1 {
    font-size: 28px;
    text-align: center;
}

.section-3-2 {
    font-size: 24px;
    margin-left: 200px;
    text-align: start;
    margin-bottom: 100px;
}

.section-4 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 100px;
    align-items: center;
}

.boxes {
    margin-top: 100px;
    display: flex;
    gap: 100px;
}

.box {
    text-align: center;
    width: 500px;
    height: 350px;
    border: 3px solid grey;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.box h3 {
    margin-top: 20px;
    font-size: 24px;
}

.box p {
    color: grey;
}

.section-5 {
    text-align: center;
    margin: 100px 0 100px 0;
}

.section-5 p {
    font-weight: 200;
    font-size: 20px;
    letter-spacing: 2px;
}

.boxes-6 {
    height: 700px;
    margin-top: 100px;
    display: flex;
    gap: 20px;
}

.box-6 {
    width: 500px;
    height: 350px;
    border: 1px solid rgb(204, 50, 101);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-around;
    background-color: #111111;
}

.box-6:hover {
    border-color: rgb(24, 24, 151);
}

.box-6 h2 {
    font-size: 28px;
}

.box-6 p {
    padding: 20px;
    font-size: 18px;
    font-weight: 200;
}

.box-6-1 {
    align-self: end;
}

.vertical-line {
    align-self: center;
    width: 2px;
    height: 50%;
    background-color: #00DBBB;
}

.ball {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
}

.section-7 {
    margin-top: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.section-7 h1 {
    font-size: 42px;
}

.section-7-card {
    width: 500px;
    height: 250px;
    background-color: #131313;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-7-div {
    margin-top: 50px;
    align-self: center;
}

.section-7-card p {
    padding: 30px;
}

.card-pair {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.section-7 button {
    margin-top: 50px;
    padding: 18px 60px;
    font-size: 14px;
    background-image: linear-gradient(to right, #00DFA0, #03D3EC);
    border-radius: 10px;
    color: black;
    font-weight: 700;
    letter-spacing: 0.6px;
    transition: transform 300ms ease;
    box-shadow: 0 0 5px 0.5px #00DBBB;
}

.section-7 button:hover {
    transform: scale(1.1);
}

.section-8 {
    margin-top: 100px;
    background-color: #202020;
    padding-bottom: 100px;
}

.section-8 .container {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.section-8 h1 {
    font-size: 48px;
}

.section-8 h2 {
    font-size: 28px;
}

.prices {
    align-self: center;
    width: 80%;
    background-color: black;
    border: 2px solid #00E09B;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    box-shadow: 0 0 8px #00E09B;
}

.prices h2 {
    margin: 10px;
}

.prices-1 {
    text-align: end;
    padding: 10px;
    flex: 1;
}

.prices-2 {
    text-align: start;
    padding: 10px;
    flex: 1;
}

.h2-t {
    margin: 60px 0 40px 0;
}

.h2-g h2, .h2-t {
    color: #00E09B;
}

.section-9 h1, .section-10 h1 {
    margin: 80px 0 40px 0;
    font-size: 48px;
}

.section-9 .container-no-df {
    text-align: center;
}

.planos {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.plano {
    width: 300px;
    height: 400px;
    border: 2px solid #929292;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.section-10 h1 {
    margin-bottom: 80px;
}

.container-l {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0; 
}

.circle {
    width: 20px;
    height: 20px;
    background-color: #00E09B;
    border-radius: 50%;
}

.line {
    width: 2px;
    height: 52.5%; 
    background-color: #00E09B;
}

.circle::before {
    content: "★";
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%); 
    font-size: 10px;
    color: white;
}

.circle.top, .circle.bottom {
    position: absolute; 
}

.circle.top {
    top: 22.5%;
}

.circle.bottom {
    bottom: 22.5%;
}

.section-11 {
    padding-bottom: 100px;
}

form {
    width: 90%;
    max-width: 700px;
    color: white;
    background-color: #333333;
    display: flex;
    justify-content: center;
    border: 1px solid grey;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}

form select select {
    color: white;
}

.form {
    padding: 20px;
    width: 90%;
}

.form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: start;
    padding: 10px 0;
}

form span {
    color: red;
}

form select {
    background-color: #6D6E6D;
    color: white;
}

input[type="text"], input[type="email"], select {
    padding: 6px;
    margin: 6px auto;
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }

  input[type="submit"] {
    background-color: #00C27D;
    color: white;
    padding: 12px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
  }

  input[type="submit"]:hover {
    background-color: #45a049;
  }


.obrigado-container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.obrigado {
    margin-top: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.obrigado-img {
    flex: 1;
}

.obrigado-img img {
    border-radius: 10px;
}

.obrigado-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.obrigado-text h2 {
    opacity: 0.6;
}

@media (max-width: 768px) {
    .boxes, .section-7-div, .card-pair, .planos {
        flex-wrap: wrap;
    }

    h1, .section-7 h1 {
        font-size: 32px !important;
        padding: 50px 0 0 0;
    }

    .section-2 p {
        width: 90%;
        font-size: 24px;
        margin: auto;
        padding: 30px 0 30px 0;
    }

    .section-1 {
        padding: 100px 0 100px 0;        ;
    } 

    .section-1 h1, .section-2 h1, .container-no-df .t-c, .section-7 h1, .section-8 h1, .section-9 h1 {
        width: 90%;
        margin: auto;
    }
    
    .section-3 h2 {
        font-size: 28px;
        width: 90%;
        margin: auto;
    }

    .section-3-2 {
        margin-left: unset;
        text-align: center;
    }

    .red-to-blue {
        padding: 10px 0;
    }

    .section-4 h1 {
        width: 90%;
        margin: auto;
    }

    .container-no-df .t-c {
        font-size: 58px !important;
    }

    .section-5 p {
        width: 90%;
        margin: auto;
    }

    .box {
        width: 90%;
        height: unset;
        margin: auto;
    }

    .box h3 {
        font-size: 28px;
    }

    .box p {
        font-size: 20px;
    }

    .boxes-6 {
        flex-wrap: wrap;
    }

    .box-6 {
        width: 90%;
        margin: auto;
        height: unset;
    }

    .box-6 .t-c {
        padding: 10px;
        margin-top: 20px;
    }

    .box-6 p {
        padding: 30px;
    }

    .container-l {
        display: none;
    }

    .section-7-card {
        width: 90%;
        margin: auto;
        height: unset;
    }

    .section-7-card p {
        font-size: 20px;
    }

    .section-7 button {

        padding: 20px 40px;
        margin: auto;
        font-size: 18px;
    }

    .section-7 a {
        margin-top: 40px;
    }
    
    .li {
        margin-top: 20px;
    }

    .h2-g h2, .prices h2 {
        font-size: 16px;
    }

    .prices {
        width: 90%;
    }

    .prices h2 {
        margin: 20px 0;
    }

    .section-9 .t-c {
        font-size: 32px !important;
    }

    .planos {
        margin-top: 20px;
    }

    .plano h2 {
        padding: 10px;
    }

    .plano p {
        font-size: 20px;
        padding: 20px;
    }

    .section-10 h1 {
        padding-top: 50px;
        width: 90%;
        margin: auto;
        font-size: 42px !important;
        padding-bottom: 50px;
    }

}