html, body, .conteudo {
    height: auto !important;
}

body {
    background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7));                
    background-repeat: no-repeat;
    background-position: center;
    background-size: #ffff;
    background-attachment: fixed;
}

.navbar {
    background-color: rgba(0,0,0,0.6);
    padding: 15px 0;
    z-index: 1;
}

.navbar-light .navbar-brand {
    color: #ffff;
}

.navbar-toggler-icon {
    background-color: #ffff;
    padding: 20px;
}

.navbar-light .navbar-nav .nav-link  {
    color: #ffff;
    font-size: 1.2em;
}

.navbar-light .navbar-nav .nav-link:hover  {
    color: goldenrod;
}

.conteudo {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.texto h1 {
    color: #fff;
    font-size: 3.7em;
}

.texto p {
    color: #fff;
    font-size: 1.5em;
}

.btn-danger {
    width: 200px;
    border-radius: 15px;
    font-size: 1.1em;
    font-weight: bold;
}

.servico {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

.texto-destaque {
    padding-top: 100px;
    padding-bottom: 100px;
}

.texto-destaque h2 {
    font-size: 2,8em;
    color: #fff;
    text-align: center;
}

.container-img {
    max-width:auto;
    max-height: 700px;
}

.container-logo {
    max-width:100px;
    max-height: 68px;
}

.rodape {
    background-color: "#0000" !important;
    padding-top: auto;
    padding-bottom: auto;
    text-align: center;
    text-color: #ffff !important;
    color:  #ffff !important;
}

.copyright{
    background-color: #0c6daf !important;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    text-color: #ffff !important;
    color: #ffff !important;    
}