
body {
    height: 100%;
    /* font-family: 'Roboto', sans-serif; */
    font-family: sans-serif;
    font-size: 1.1rem;
    background-image: url("banner01.jpg");
    background-size: cover;
}

input {
    width: 30% !important;
    margin: auto;
    background: transparent !important;
    border: 2px white;
}

.banner {
    width: 100%;
    height: 300px;
    background-image: url("./banner.jpg");
    background-repeat: round;
    background-size: cover;
}

.row {
    margin-top: 5%;
}

.container {
    margin: 8px 0px;
    /* margin-top: 40px;
    margin-bottom: 40px; */
    color: #000;
}

.container.content {
    box-shadow: 0px 0px 21px 0px #dedcdc;
    border-radius: 12px;
    color: #545358;
    animation: zoomIn;
    /* animation-delay: 2s; */
    animation-duration: 1s;

}

.center {
    align-items: center;
    text-align: center;
}

.justify {
    text-align: justify;
    color: #545358;
}

.button {
    width: 350px;
    border-radius: 20px;
    background-color: #debcba;
    color: #333333;
}

.container-principal {
    margin-top: 15%;
}

.text {

    color: #000;
    margin-bottom: 40px;
    margin-top: 30px;
}

/* 3px ​2px 4px 1px green, -3px -2px 6px 0px re */

.title {
    font-weight: 500;
    color: white;
}

.options {
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn {
    margin: 10px;
}

#input-busca-cidade {
    color: white;
}

.input {
    outline: none;
    border: none;
    box-shadow: 3px 2px 4px -5px #333, -3px -2px 4px -5px #333;
    padding: 12px 15px;
    border-radius: 4px;
    /* border: 1px solid #ccc; */
    /* margin: 10px;
    width: 350px;
    height: 40px;
    padding-left: 20px;
    border-radius: 20px;
    border: none; */
}

footer b, p {
    color: #545358;
}

@media only screen and (max-width: 900px) {

    html {
        height: 100%;
    }

    body {
        background-repeat: no-repeat;
        background-position: center;

    }

    img {
        /*height: 150px;*/
        width: auto;
    }

    /* body {
        background-repeat: no-repeat;
    } */
    .responsive-container {
        vertical-align: center;
        margin: auto;
    }


    .modal-dialog {
        border-radius: 1rem;
    }

}