* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

.informacoes {
    /*height: 100vh;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.titulo1 > h1 {
    font-size: 36px;
    color: #004ac8;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    margin-top: 40px;
}
/*
.titulo {
    display: flex;
    align-items: center; 
    justify-content: center;
    width: 65%;
    padding: 10px;
}
*/
.botao {
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardbg {
    min-height: 50vh;
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
}

.esquerda {
    background-image: url(../img/esquerda.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 500px;
    left: 0;
    z-index: -10;
}

.direta {
    background-image: url(../img/direita.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    z-index: -10;
    right: 0;
    width: 500px;
    height: 100%;
}

.card-conteiner {
    display: flex;
    width: 70%;
    justify-content: space-between;
    height: auto;
    margin: auto;
}

.card {
    background-color: #f9f9ff;
    border-radius: 20px;
    padding: 20px;
    width: 31%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    min-height: 100%;
    -webkit-box-shadow: 0px 8px 10px -4px #afafaf; 
    box-shadow: 0px 8px 10px -4px #afafaf;
}

.numero {
    font-size: 150px;
    font-weight: 800;
    color: #004ac8;
    line-height: 1;
    padding-top: 30px;
}

.titulo {
    font-size: 24px;
    font-weight: bold;
    color: #00203d;
    line-height: 1;
}

.descricao {
    font-size: 14px;
    color: #6b6969;
    line-height: 24px;
}

#contato {
    background: linear-gradient(180deg, #f0f0f0 25%, #fff 25%);
}

.form-conteiner {
    background-color: #fff;
    border-radius: 30px;
    width: 30%;
    height: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px auto;
    box-shadow: inset 3px -3px 5px 3px #e5ebf5,
    inset 0px 10px 5px 3px #e5ebf5;
}

.form-text {
    background-color: #061228;
    border-radius: 30px 30px 0px 0px;
    width: 100%;
    height: 25%;
    text-align: center;
    padding: 20px;
    box-shadow: inset 0px 3px 3px 3px #4f5867;
}

.form-text > h3 {
    color: #efefef;
    font-size: 30px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bolder;
}

.form-text > p {
    color: #0048c7;
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

.form-fields {
    width: 100%;
    height: 75%;
}

form {
    text-align: center;
}

input {
    background-color: #f9f9f9;
    border: none;
    width: 75%;
    border-radius: 10px;
    padding: 20px 30px;
    font-size: 18px;
    margin: 20px;
}

 input:focus {
    outline: none;
 }

.send {
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    background-color: #0049c7;
    border: 3px solid #002fb2;
    margin-top: 30px 0px;
    padding: 10px 15px;
}

.send:hover {
    background-color: #01358f;
}


/* RESPONSIVE */

@media (max-width: 480px) {
    .informacoes {
        height: auto;
    }
    
    .titulo1 {
        width: 100%;
    }

    h1 {
        font-size: calc(15px + 1vw);
    }

    .direta, .esquerda {
        display: none;
    }

    .cardbg {
        position: inherit;
        height: auto;
    }

    .card-conteiner {
        width: 100%;
        position: static;
        flex-direction: column;
        justify-content: space-around;
        height: auto;
    }

    .card {
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
        max-height: 80%;
    }

    .form-conteiner {
        width: 95%;
        /*min-width: 420px;*/
    }

    .form-text > h3 {
        font-size: calc(15px + 2vw);
    }

}

@media (min-width: 481px) and (max-width: 767px) {
    .informacoes {
        height: auto;
    }
    
    .titulo1 {
        width: 100%;
    }

    .titulo1 > h1 {
        font-size: calc(15px + 1vw);
        margin-top: 10px;
    }

    .direta, .esquerda {
        display: none;
    }

    .cardbg {
        position: inherit;
        height: auto;
    }

    .card-conteiner {
        width: 80%;
        position: static;
        flex-direction: column;
        justify-content: space-around;
        height: auto;
    }

    .card {
        width: 80%;
        margin: auto;
        margin-bottom: 20px;
        max-height: 80%;
    }

    .form-conteiner {
        width: 80%;
    }
    
    .form-text > h3 {
        font-size: calc(14px + 2vw);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .informacoes {
        height: auto;
    }

    .titulo {
        width: 100%;
    }

    h1 {
        font-size: calc(15px + 1vw);
    }

    .cardbg {
        height: auto;
    }

    .card-conteiner {
        width: 100%;
        height: auto;
    }

    .card {
        width: 30%;
        margin: auto;
        min-height: 100%;
    }
    
    .form-conteiner {
        width: 60%;
    }

    .form-text > h3 {
        font-size: calc(15px + 2vw);
    }
}

@media (min-width: 1024px) and (max-width: 1450px) {

    .cardbg {
        height: auto;
    }

    .card-conteiner {
        width: 90%;
        height: auto;
    }

    .card {
        width: 31%;
        min-height: 100%;
    }

    .form-conteiner {
        width: 45%;
    }
}