﻿#bg-top {
    background-image: url('../img/lp/bg-top.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

    #bg-top p {
        color: #fff;
    }

    #bg-top .img-logo {
        max-width: 300px;
        width: 100%;
        margin-bottom: 30px;
    }

p {
    font-family: Montserrat;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: Montserrat;
}

.ulPrices {
    font-family: NexaHeavy;
}

    .ulPrices p {
        font-family: NexaHeavy;
    }

    .ulPrices li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: linear-gradient(135deg, #1e7a2f, #5ea647);
        color: #fff;
        padding: 10px;
        margin: 15px 0;
        border-radius: 12px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        cursor: pointer;
        position: relative;
    }

        .ulPrices li:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
        }

        .ulPrices li.selected {
            border: 3px solid #f5811e !important;
        }

    .ulPrices .top-align {
        position: absolute;
        left: 0;
        right: 0;
        background: #f5811e;
        font-weight: bold;
        padding: 0px 20px;
        color: #fff !important;
        top: -11px;
        max-width: fit-content;
        border-radius: 25px;
        font-size: 13px;
        margin: auto;
    }

.left-align,
.right-align {
    flex: 1;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

p.maior {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    display: flex;
    align-items: center;
}

font.menor,
.menor {
    font-size: 10px;
    font-weight: normal;
    opacity: 1;
    margin-left: 5px;
    text-align: left;
}

    .menor .cima {
        font-weight: bold;
    }

    .menor .baixo {
        font-size: 10px;
    }

.right-align p {
    justify-content: right;
}

.left-align .menor {
    font-weight: bold !important;
}

.pPlanos {
    font-size: 18px;
    line-height: 22px;
}


/*LOADING*/
.btnEnviar {
    background-color: #0071b2;
    color: #fff !important;
    border: 0 solid #015494;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    padding: 0.75em 1em;
    position: relative;
    margin-left: 2em;
    margin-right: 2em;
}

    .btnEnviar * {
        transition: opacity 0.3s ease-in;
    }

    .btnEnviar .loader {
        position: absolute;
        display: block;
        fill: transparent;
        top: calc(50% - 0.75rem);
        left: calc(50% - 0.75rem);
        width: 1.5rem;
        height: 1.5rem;
        animation: rotating 1.5s linear infinite;
        display: none;
        opacity: 0;
    }

    .btnEnviar.loading span {
        color: transparent;
        opacity: 0;
    }

    .btnEnviar.loading .loader {
        fill: transparent;
        display: block;
        opacity: 1;
    }

@-webkit-keyframes rotating {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.form {
    background-color: rgba(238, 220, 206, 0.8);
    padding: 50px;
    border-radius: 25px;
    max-width: 425px;
    margin: auto;
}

.btnEnviar {
    background: linear-gradient(135deg, #1e7a2f, #5ea647) !important;
    max-width: 220px;
    width: 100%;
    margin: auto;
    padding: 7px 20px;
    margin-top: 10px;
}

.topForm {
    color: #000 !important;
    font-size: 25px;
    line-height: 28px;
}

.form label {
    margin-bottom: 0;
    font-weight: 100 !important;
    font-size: 12px;
    color: #000;
    margin-left: 10px;
}

.form input, .form select {
    background: #fff !important;
    border-radius: 10px;
    height: 50px;
    font-weight: bold;
    color: #000;
    box-shadow: none !important;
    outline: none !important;
    border: 0 !important;
}

.form .form-group {
    margin-bottom: 10px;
}

.form .form-control:focus {
    color: #000$;
}

.btnEnviar:hover {
    opacity: 0.7 !important;
}

.footer-top {
    display: none !important;
}

.section-two {
    padding: 60px 0;
    background: #fff;
}

.ulServices {
    display: flex;
    flex-wrap: wrap; /* permite quebrar para baixo */
    justify-content: center; /* centraliza na linha */
    gap: 20px; /* espaço entre as imagens */
    list-style: none;
    padding: 0;
    margin: 0;
}

    .ulServices li {
        flex: 0 1 auto; /* não cresce demais, quebra quando precisar */
        display: flex;
        align-items: center; /* centraliza verticalmente */
        justify-content: center; /* centraliza horizontalmente */
    }


.section-two h2 {
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 26px;
}

.ulServices img {
    height: 55px;
    width: auto;
    object-fit: contain;
    margin-left: 10px;
    margin-right: 10px;
}

.bg-orange {
    background: #f5811e;
    color: #fff;
    max-width: fit-content;
    padding: 5px 20px;
    border-radius: 10px;
    font-family: 'NexaHeavy';
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 30px;
    font-size: 26px;
}

.ulTvs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.row-800 {
    max-width: 800px;
    margin: auto !important;
}

    .row-800 img {
        max-width: 300px;
    }

.section-two .btnEnviar {
    margin: auto;
    display: block;
    text-align: center !important;
    margin-top: 30px !important;
}

.botao-whats {
    background: linear-gradient(135deg, #1e7a2f, #5ea647) !important;
    max-width: 220px;
    width: 100%;
    margin: auto;
    padding: 10px 20px !important;
    text-decoration: none !important;
    transition: 0.3s;
    margin: auto;
    display: block;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .botao-whats:hover {
        background-color: #1ebe5d;
        transform: scale(1.03);
    }

    .botao-whats i {
        font-size: 22px;
        margin-right: 10px;
    }

.cta-text {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px !important;
    color: #fff !important;
    text-align: center !important;
}

.mini-beneficios {
    margin: 15px 0 20px 0;
    padding: 0;
    list-style: none;
    max-width: 168px !important;
    width: 100%;
    margin-bottom: 30px !important;
    margin: auto;
    display: block;
}

    .mini-beneficios li {
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 16px;
        color: #fff !important;
    }

    .mini-beneficios i {
        color: #25D366;
    }


.arrow-down {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 22px solid #25D366;
    margin: 0 auto 20px auto;
    animation: blink 1s infinite ease-in-out;
}

@keyframes blink {
    0% {
        opacity: 0.2;
        transform: translateY(-5px);
    }

    50% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0.2;
        transform: translateY(-5px);
    }
}

@media (max-width:991px) {
    #bg-top .img-logo {
        margin: auto;
        display: block;
        margin-bottom: 30px;
    }

    .pPlanos {
        text-align: center !important;
    }

    p.maior {
        font-size: 15px !important;
    }

    .form {
        margin-top: 40px;
        padding: 25px;
    }

    .topForm {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
    }

    .ulServices img {
        margin-bottom: 15px;
    }

    .bg-orange {
        font-size: 18px;
    }

    .row-800 {
        width: 100% !important;
    }

        .row-800 img {
            width: 100%;
            margin-bottom: 40px !important;
        }
}
