html, body{
    margin: 0;
    padding: 0;
}
img{
    max-width: 100%;
}
.btn-primary {
    background-color: #025E9B;
    border-color: #025E9B;
}
.btn-primary:hover {
    background-color: #0f79bf;
    border-color: #0f79bf;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #1b89d2;
    border-color: #1b89d2;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #0f79bf;
    border-color: #0f79bf;
}

section.banner-hero {
    background-image: url('/assets/img/banner-image.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section.banner-hero:before {
    content: "";
    display: block;
    background: rgb(11,61,96);
    background: -moz-linear-gradient(42deg, rgba(11,61,96,1) 40%, rgba(42,176,105,1) 100%);
    background: -webkit-linear-gradient(42deg, rgba(11,61,96,1) 40%, rgba(42,176,105,1) 100%);
    background: linear-gradient(42deg, rgba(11,61,96,1) 40%, rgba(42,176,105,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b3d60",endColorstr="#2ab069",GradientType=1);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.7;
}

.bh-text-1 {
    margin-top: 100px;
    font-size: 41pt;
    color: #fff;
    line-height: 1.2em;
}

.bh-text-1 small {
    font-size: 20pt;
    line-height: 1em;
}

.bh-text-2 {
    font-size: 16pt;
    color: #fff;
    max-width: 400px;
}

.banner-hero form.role-form {
    background-color: #F7F6FA;
    padding: 15px;
    border-radius: 25px;
}
.banner-hero img.header-logo {
    width: 300px;
    max-width: 100%;
}

section.banner-hero .container {
    padding-top: 30px;
    padding-bottom: 60px;
}

h2.section-title {
    color: #025E9B;
    text-align: center;
    font-size: 30pt;
}

h3.text-title {
    color: #025E9B;
}
.fc-row {
    margin-bottom: 15px;
}

.fc-row.double {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fc-row.single.custom-fc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fc-row .form-control {
    font-size: 10pt;
    padding: 20px 10px;
    border-radius: 25px;
}

.fc-row.double .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fc-row.double .form-control:last-child {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc-row span {
    font-size: 10pt;
    color: #555;
}

.fc-row label {
    font-size: 10pt;
    color: #555;
    padding: 0px 10px;
}

.fc-row.single.custom-fc .form-control {
    margin-left: 5px;
    margin-right: 5px;
}

.fc-row .btn {
    font-size: 15pt;
    border-radius: 25px;
}

.fc-row small {
    font-size: 8pt;
    line-height: 1.5em;
    display: block;
}

ul.list-unstyled.left-thick-border {
    border-left: 5px solid #025E9B;
    padding-left: 15px;
    line-height: 2em;
    margin-bottom: 0;
}

section.section-2 {
    background-color: #F7F6FA;
}

img.marcas-img {
    width: 1200px;
    max-width: 100%;
}

img.ty-icon {
    max-width: 200px;
}