@media (min-width: 768px) {
    .jumbotron {
        padding-top: 12rem;
        padding-bottom: 6rem;
        background-color: #3A5E78;
        border-radius: 0.0rem;
    }
}

html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    font-family: Roboto, "Helvetica Neue", sans-serif;
}

.row {
    width: 100%;
}

.text {
    color: #F7F7F7 !important;
}

.tex-two {
    color: #3A5E78;
}

.site-header {
    background-color: #F7F7F7;
}

.site-header a {
    color: #3A5E78;
}

.btn {
    background-color: #3A5E78;
    border-color: #3A5E78;
}

.rodape-conteiner {
    padding-bottom: 80px;
}

.margem {
    margin-right: 10px;
}

.font-wight {
    font-weight: 600;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #ffff;
}

.carousel {
    position: relative;
    display: -webkit-box;
    display: flex;
    margin: auto;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 200px;
    margin-top: 80px;
}

.tamanho {
    width: 30%;
}

p {
    margin-top: revert;
}

.small-2 {
    max-width: 60px;
    border-color: #303841;
    border-width: 4px;
}

.seperator {
    width: 8%;
    display: inline-block;
    border-width: 3px;
}

.icone-line {
    font-size: 3vw;
    text-align: center;
    min-width: 40vw;
}

.line-branco {
    background-color: #ffffff;
}

.icon-branco {
    color: #ffffff;
}

.line-azul {
    background-color: #3A5E78;
}

.icon-azul {
    color: #3A5E78;
}

footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #1B252F;
}

.altura-400{
    height: 400px;
}

.posicao-especial{
    position: sticky !important;
    color: #000 !important;
}

.carousel-indicators li{
    background-color: #000;
}
