.bg-1 {
    background-color: #89ccff;
    color: #ffffff;
    text-align: justify;
    padding-bottom: 40px;
}

.bg-2 {
    background-color: #89ccff;
    text-align: center;
    padding-top: 200px;
}

.bg-3 {
    background-color: #89ccff;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bg-4 {
    background-color: #2f2f2f;
    color: #ffffff;
    text-align: center;
    padding: 40px;
}
.bg-5 {
    background-color: #89ccff;
    text-align: center;
}

.container-fluid .bg-2 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.navbar {
    min-height: auto;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0px;
    font-size: 12px;
    letter-spacing: 5px;
    opacity: 0.9;
    background-color: #ff9100;
    border-color: transparent;
}

.navbar-nav li a {
    margin-top: 20px;
    font-size: 20px;
    border: 0px;
    color: #292929 !important;
}

.navbar-nav li a:hover {
    color: white !important;

}

.navbar-nav li.active a {
    color: #fff !important;
    background-color: #89ccff !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.btn-outline {
    height: 50px;
    width: 50px;
    color: white;
    line-height: 45px;
    border: solid 3px white;
    border-radius: 100%;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline:active {
    color: #89ccff;
    background: white;
}

body {
    font: 20 px "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 1.8;
    color: white;
}

.logo {
    float: left;
    width: 90px;
    padding: 20px;
}

.bandeiras {
    float: right;
    width: 100%px;
    display: inline;
    padding-right: 0px
}

.bandeira {
    float: left;
    display: block;
    padding-left: 5px;
    padding-top: 0px;
}

.navbar-brand {
    min-width: 100% !important;
    min-height: 50px !important;
    line-height: 100% !important;
    float: left !important;
    display: inline !important;
    padding-left: 10px !important;
    font-family: "Allerta Stencil", sans-serif !important;
    font-weight: 400px !important;
    font-style: 100% !important;
    font-size: 2em !important;
    color: white !important;
}

.links {
    float: right;
}

.navbar-header {
    /*min-width: 100%;*/
    height: 100px;
    float: left;
}

.container {
    width: 100%;
}

input {
    color: black!important;
}