    :root {
        --main-color: #E8ED0A;
    }

    @font-face {
    font-family: 'Futura PT Book';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Book'), url('../fonts/FuturaCyrillicBook.woff') format('woff');
    }


    @font-face {
    font-family: 'Futura PT Light';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Light'), url('../fonts/FuturaCyrillicLight.woff') format('woff');
    }


    @font-face {
    font-family: 'Futura PT Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Medium'), url('../fonts/FuturaCyrillicMedium.woff') format('woff');
    }


    @font-face {
    font-family: 'Futura PT Demi';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Demi'), url('../fonts/FuturaCyrillicDemi.woff') format('woff');
    }


    @font-face {
    font-family: 'Futura PT Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Heavy'), url('../fonts/FuturaCyrillicHeavy.woff') format('woff');
    }


    @font-face {
    font-family: 'Futura PT Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Bold'), url('../fonts/FuturaCyrillicBold.woff') format('woff');
    }


    @font-face {
    font-family: 'Futura PT Extra Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Extra Bold'), url('../fonts/FuturaCyrillicExtraBold.woff') format('woff');
    }


    body {
        font-family: 'Futura PT Book', sans-serif;

    }
    .form-inicial {
        min-height: 100vh;
        padding: 40px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: cover;
        background-position: center;
    }

    .lp-title {
        font-weight: 450;
        font-size: 36px;
        line-height: 140%;
        text-align: center;
        vertical-align: middle;
        color: white;
    }

    .footer-item svg {
    max-width: 100%;
    }
    .footer-item {
        min-width: 25%;
        overflow: hidden;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lp-itens {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        gap: 20px;
        font-weight: 450;
        font-size: 20px;
        letter-spacing: 2px;
        color: white;
        text-align: center;
    }

    .footer-container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
        flex-wrap: wrap;
    }

    a.ligue-agora {
        font-weight: 400;
        font-size: 24px;
        line-height: 200%;
        letter-spacing: 3px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        color: white;
        span {
            color: var(--main-color);
        }
    }

    .footer-logos {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    .logo {
        margin-bottom: 30px;
        max-width: 80%;
    }

    .form-container {
        width: 100%;
        margin: 0 40px;
        input {
            position: relative;
            width: 100%;
            border: 1.5px solid #A6A6A6;
            background-color: transparent;
            color: white;
            padding: 15px 15px 15px 38px;
            font-size: 20px;
            line-height: 100%;
            letter-spacing: 3px;
            &::placeholder {
                color: white;
            }
        }
        .row {
            gap: 25px 0;
        }
        .wpcf7-form p {
            text-align: center;
        }
        .input-enviar {
            background-color: white;
            color: black;
            font-family: 'Futura PT Bold';
            padding: 15px;
            display: inline-block;
            width: auto;
            border-radius: 8px;
            padding: 15px 30px;
            text-wrap: auto;
        }
        .input-nome:before {
            background: url(../img/icon-nome.svg) no-repeat center;
            width: 20px;
            height: 20px;
            top: 50%;
            transform: translateY(-50%);
            left: 10px;
            content: ' ';
            position: absolute;
        }
        .input-telefone:before {
            background: url(../img/icon-tel.svg) no-repeat center;
            width: 20px;
            height: 20px;
            top: 50%;
            transform: translateY(-50%);
            left: 10px;
            content: ' ';
            position: absolute;
        }
        .input-email:before {
            background: url(../img/icon-mail.svg) no-repeat center;
            width: 20px;
            height: 20px;
            top: 50%;
            transform: translateY(-50%);
            left: 10px;
            content: ' ';
            position: absolute;
        }
    }

    .footer-logo-3 {
        width: 100px;
    }

    img.mcmv-footer {
        margin: 0 auto;
        height: 70px;
    }

    img.mcmv {
        position: absolute;
        top: 0;
        right: 0;
        height: 70px;
    }


    @media (max-width: 1200px) {
        .linha2 {
            opacity: 0;
        }
    }

    @media (max-width: 768px) {
        .linha1, .linha2 {
            display: none;
        }

        .footer-container {
            flex-direction: column;
        }
    }
