@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* @font-face {
    font-family: 'HappyFont';
    src: url(fonts/GOMARICE_ROCKIN_RECORD.TTF) format('opentype');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'happynessV2';
    src: url(fonts/happynessV2.ttf) format('opentype');
    font-weight: normal;
    font-style: normal;
}

#btn-enviar-lead1:disabled {
    background-color: gray;
    cursor: not-allowed;
}

#btn-enviar-lead2:disabled {
    background-color: gray;
    cursor: not-allowed;
}

#btn-enviar-lead3:disabled {
    background-color: gray;
    cursor: not-allowed;
}


body {
    font-family: Roboto;
}


h3 {
    font-family: happynessV2;
    font-weight: 100;
}

.titulo {
    margin-bottom: 33px;
}

.desk {
    display: none;
}

header {
    display: flex;
    gap: 3%;
    justify-content: center;
    align-items: center;
    margin: 8px;

    img {
        width: auto;
        height: 100%;
    }
}

.apresentacao {
    padding: 10px 0px 0px 0px;
    background-image: url('images/ELEMENTO\ fundo\ apresentaçao\ ferias\ mobile.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 717px;
    background-color: #0B62AE;
    display: flex;
    justify-content: center;
}

.justificativa-colonia {
    background-image: url('images/ESTRELINHAS.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
    text-align: center;
    color: #0B62AE;

    p {
        padding: 0px 0px 50px 0px;
    }
}

.conteudo {
    background-color: #0B62AE;
    color: #f0f0f0;
    padding: 45px;
    text-align: center;



    video {
        max-width: 30%;
        border: 2px solid #f0f0f0;
        z-index: 1;
    }

    img {
        padding-top: 2%;
    }

    p {
        padding-bottom: 20px;
    }

    h2 {
        color: #EA0D44;
    }
}

.formulario-gato {
    background-image: url('images/ESTRELINHAS.png');
}

.formulario {
    padding-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #0B62AE;

    input,
    button {

        transition: all 0.3s ease;
    }

    button:disabled {
        background-color: #336ea5;
    }

    select {
        color: #094c89;
        width: 80%;
        height: 42px;
        font-size: 20px;
        background-color: transparent;
        border: 1px solid #0B62AE;
        border-radius: 7px;
        padding-left: 2%;
    }

    input {
        color: #094c89;
        width: 80%;
        height: 42px;
        border: 1px solid #0B62AE;
        border-radius: 7px;
        background-color: transparent;
        padding-left: 2%;
    }

    button {
        width: 37%;
        background-color: #0B62AE;
        border: 1px solid #0B62AE;
        border-radius: 7px;
        color: #f0f0f0;
        padding: 2%;
        font-family: Roboto;
        font-style: bold;
    }


    input::placeholder {
        color: #0B62AE;
        font-size: 20px;
    }

}

footer {
    background-color: #0B62AE;

    .big-numbers {
        font-family: happynessV2;
        font-size: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        color: #f0f0f0;

        a {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 5%;
            width: 100%;
            height: 100%;

        }
    }

    p {
        margin: 0px 0px 53px 0px;
        font-family: Roboto;
        font-size: 20px;
    }

    h3 {
        margin: 0px;
    }

    .icones {
        margin: 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 11px;
        width: 100%;
    }
}


@media(min-width:768px) {
    .desk {
        display: none;
    }

    .formulario {
        input {
            width: 55%;
        }

        select {
            width: 55%;
        }
    }

    .conteudo {
        padding: 0px 0px 20px
    }

    .mobile {
        display: block;
    }

    footer {

        .big-numbers {

            img {
                width: 25%;
                height: 100%;
            }

        }
    }
}

@media (min-width: 1004px) {

    .mobile {
        display: block;
    }

    .desk {
        display: none;
    }


    body {
        width: 100%;
        font-size: 32px;
    }

    footer {
        .big-numbers {
            img {
                width: 20%;
            }
        }
    }

}

@media(min-width: 1349px) {
    .desk {
        display: block;
    }

    .mobile {
        display: none;
    }

    .apresentacao {
        background-image: url('images/ELEMENTO\ fundo\ apresentaçao\ ferias\ desk.png');
        display: flex;
        justify-content: space-around;
        max-width: 100%;

        img {
            width: 70%;
        }

        .desk {
            display: flex;
            flex-direction: row;
            justify-content: space-around;

            img {
                padding-left: 2%;
                margin: 0px;
            }

        }

        .formulario {
            color: #f0f0f0;
            padding-top: 8%;
            width: 1000px;

            button:hover {
                transform: scale(1.03);
                background-color: #f0f0f0;
            }

            select {
                max-width: 65%;
                max-height: 8%;
                border: 1px solid #f0f0f0;
                color: #f0f0f0;
            }

            select:focus {
                background-color: #094c89;
            }

            input {
                color: #f0f0f0;
                max-width: 80%;
                height: 8%;
                border: 1px solid #f0f0f0;
                font-size: 32px;
            }

            input:focus {
                outline: none;
                border: 2px solid #f0f0f0;
                box-shadow: 0 0 8px rgba(11, 98, 174, 0.3);
            }

            button {
                align-items: center;
                width: 40%;
                height: auto;
                color: #0B62AE;
                font-size: 25px;
                background-color: #f0f0f0;
            }


            input::placeholder {
                color: #f0f0f0;
            }
        }
    }



    .justificativa-colonia {
        background-image: url('images/ESTRELINHAS\ 1\ dsk.png');
        height: 530px;
        display: flex;
        justify-content: center;
        flex-direction: row;

        .motivos-colonia {
            margin-top: 100px;
            gap: 137px;
            display: flex;
        }

        .desk {
            display: flex;
            flex-direction: column;
            align-items: center;

            .titulo {
                width: 90%;
            }

            img {
                padding-top: 2%;
            }

        }
    }

    .conteudo {
        padding-top: 4%;
        height: 743px;

        .desk {
            display: flex;
            justify-content: space-around;
            align-items: center;

            .informacoes {
                text-align: center;
                width: 850px
            }
        }

        video {
            border: 2px solid #f0f0f0;
            max-width: 20%;
            height: 100%;
            z-index: 1;
        }
    }

    .formulario-gato {
        background-image: url('images/ESTRELINHAS\ 1\ dsk.png');
        position: relative;
        height: 890px;
        padding: 50px 20px;
        overflow: visible;

        img {
            max-width: 60%;
            padding-left: 5%;
            position: absolute;
            bottom: 0;
            right: 0;
        }

        .formulario {
            width: 800px;

            input {
                color: #094c89;
                font-size: 32px;
                width: 80%;
                transition: all 0.3s ease;
                height: 82px;
            }

            select {
                width: 80%;
                font-size: 32px;
                height: 82px;
            }

            input:focus {
                outline: none;

                border: 2px solid #0B62AE;
                box-shadow: 0 0 8px rgba(11, 98, 174, 0.3);
            }

            input::placeholder {
                color: #0B62AE;
                font-size: 32px;
            }

            button {
                padding: 0px;
                transition: all 0.3s ease;
                height: 82px;
                width: 289px;
                font-size: 32px;
                font-style: bold;
            }

            button:hover {
                transform: scale(1.03);
                background-color: #094c89;
            }
        }

    }

    footer {
        padding: 2%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;

        .desk {
            width: 60%;

        }

        .big-numbers {
            flex-direction: row;
            justify-content: space-around;

            p {
                margin: 0px;
            }
        }

        .icones {
            padding: 0px;
            margin: 0px;
            width: 25%;
            justify-content: start;

            img {
                width: 90%;
            }
        }

        span {
            display: flex;
            flex-direction: column;
            width: 50%;
        }
    }


}


@media (min-width: 1440px) {
    .apresentacao {
        .desk {
            img {
                width: 50%;
            }
        }
    }

    .desk {
        display: block;
        width: 100%;
    }

    body {
        width: 100%;
    }

    .desk {
        video {
            width: 18%;
        }
    }

    .formulario-gato {
        img {
            width: 48%;
            margin-right: 5%;
        }
    }

    footer {
        .desk {
            width: 60%;
        }
    }

}

@media (min-width:2000px) {
    .apresentacao {
        .desk {
            img {
                width: 40%;
            }
        }

        .formulario {
            padding-top: 2%;

            input,
            select {
                min-width: 70%;
                max-width: 100px;
                min-height: 12%;
            }
        }
    }

    .mobile {
        display: none;
    }

    .desk {
        display: block;
    }

    .formulario-gato {
        img {
            width: 45%;
            padding-right: 5%;
        }
    }

    .video-desk {
        width: 15%;
        height: 100%;
        z-index: 1;
    }

    footer {
        a {
            .desk {
                width: 85%;
            }
        }
    }
}

@media (min-width: 2559px) {

    .apresentacao {
        img {
            width: 40%;
        }

        .formulario {

            height: 100%;
            width: 40%;

            button {
                width: 30%;
            }
        }
    }

    .conteudo {
        .desk {
            padding-top: 2%;
        }

        padding: 0px;

        video {
            width: 12%;
        }
    }


    .formulario-gato {
        .formulario {
            padding-left: 5%;
        }

        img {
            margin-right: 15%;
            width: 45%;
        }
    }

    video {
        width: 12%;
        height: 100%;
        border: 2px solid #f0f0f0;
    }

    footer {
        .desk {
            width: 10%;
        }
    }



}