header {
    height: 100%;
}

.html,body {
    width: 100%;
    height:100%;
    background-color: #000749;
}

.container-img {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    padding-top: 50px;
    height: auto;
    text-align: center;
}

.container-botoes {
    padding-top: 50px;
    text-align: center;
}

.container .texto-container {
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
}


.btn-lg {
    margin-top: 10px;
    margin-bottom: 10px;
}

.container-mapa {
    margin-top: 40px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    
}

/* .col-whats {
    font-size: 20px;
    margin-top: 5px;
    border-radius: 5px 5px 5px 5px;
    width: 160px;
    height: 50px;
    border-style: solid; 
    border-width: 1px;
    border-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
} */