html {
    scroll-behavior: auto !important;
}

body {
    font-family: 'Exo', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #073556;
}

#topbar .btn svg {
    position: relative;
    top: -2px;
}

header { 
    background: url('../img/banner.jpg') no-repeat center center;
    background-size: cover;
    border-radius: 15px;
    min-height: 500px;
} 

#content {
    padding: 1em;
}

@media( min-width: 768px ) {
    #content {
        padding: 3em;
    }
}

footer {
    background: #073556;
    color: #a1b2cc;
}

footer h3 {
    margin-bottom: 1em;
}

footer svg {
    fill: #a1b2cc;
}

footer a {
    color: #a1b2cc;
}

#copyright {
    background: #073556;
    color: #a1b2cc;
    padding-top: .5em;
    padding-bottom: .5em;
}

#copyright a {
    color: #a1b2cc;
}

a {
    text-decoration: none;
	color: #073556;
}

.icon-usp {
    width: 128px;
    height: 128px;
}

ul {
    list-style: none;
    padding: 0;
}

#badge {
    text-align: center;
}

#badge img {
    width: 256px;
    height: auto;
}

.box {
    transition: all 0s;
    cursor: pointer;
	color: #073556 !important;
}

.box:hover {
    transition: all 0s;
    background: #a1b2cc;
    color: #fff !important;
}

.bg-blue {
    background: #073556;
    color: #fff;
}

.bg-blue a {
    color: #fff;
    border-bottom: dotted #ffffff 1px;
    padding-bottom: 5px;
}

.bg-blue2 {
    background: #a1b2cc;
}

.bg-blue2 p.lead {
    font-weight: 400;
}

.btn {
    border: 0;
}

.btn-primary {
    background: #073556;
}

.btn-primary:hover {
    background: #a1b2cc;
}

.btn-secondary {
    background: #a1b2cc;
}

.btn-secondary:hover {
    background: #073556;
}


.border {
    border: solid #a1b2cc 1px;
    border-radius: 7px;
}

.icon-svg {
    position: relative;
    top: -3px;
}

.icon-button {
    display: block;
    text-align: center;
    margin: .25em auto .25em auto;
}

.shadow-lg {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px !important;
    margin-top: 7px;
    margin-bottom: 0px;
    transition: all .3s ease-in-out;
}

.shadow-lg:hover {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px  00px !important;
    margin-top: 0px;
    margin-bottom: 7px;
    transition: all .3s ease-in-out;
}

.switchlogo img {
    width: 40% !important;
    max-width: 100px;
}

.back-to-top {
    background: #ffffff33;
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: .75em;
    z-index: 100;
    transition: all .2s;
    border-radius: 50px;
}

.back-to-top:hover {
    background: #ffffffff;
    transition: all .2s;
}

.cookiemonster-button:hover {
    background: #fff;
    opacity: 1;
}

.cookiemonster-button svg {
    fill: #073556;
}

.bg-window {
    background: #ffffffe1;
}

.btn-box {
    min-width: 200px;
}

#window {
    background: #ffffffdf;
    border-radius: 15px;
}

.window-indicator {
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    transition: all .2s;
    cursor: pointer;
    position: relative;
    top: 12px;
    left: 0px;
}

.window-indicator-blue {
    background: #073556;
}

.window-indicator-blue:hover {
    background: #2d73a5;
}

.separator {
    background: #eee;
    box-shadow: 10px 0 10px -12px #888;
    border-right: solid #eee 1px;
    border-radius: 15px;
}

.separator ul svg {
    position: relative;
    top: -2px;
}

.separator ul a {
    transition: all .2s;
}

.separator ul a:hover {
    transition: all .2s;
    font-weight: bold;
}

.wrapper {
    max-height: 65vh;
    overflow-y: scroll;
}

h1 {
    border-bottom: dashed #ccc 1px;   
    padding-bottom: .25em;
    margin-bottom: .75em;
}

h2 {
    border-bottom: dashed #ccc 1px;   
    padding-bottom: .25em;
    margin-bottom: .75em;
}

ul {
    line-height: 2em;
}

.resultos-file-upload-progressbar {
    padding: 0em;
    background: #eee;
    border-radius: 7px;
    margin: 1em 0 1em 0;
    text-align: center;
}

.resultos-file-upload-progress {
    background: #333;
    padding: 1em;
    border-radius: 7px;
}

.resultos-file-upload-percent {
    height: 0;
    position: relative;
    top: -1.75em;
    color: #fff;
}    

.resultos-file-upload-status {
    color: #333;
}

@media( max-width: 767px ) {
    .p-5 {
        padding: 1em !important;
    }
}

@media( min-width: 768px ) {
        
    .main-ct {
        position:relative;
        height: 100%;
    }

    .fixed-ct {
        position: sticky;
        top: 10px;
}

}

span.price {
    text-align: right;
    font-size: 1em;
}

.resultos-file-upload-history {
    font-size: .75em;
    max-height: 200px;
    overflow-x: none;
    overflow-y: auto;
}

.leform-element-80 {
	display: none !important;
}