@import url('https://fonts.googleapis.com/css?family=Fjalla+One');


html,
body,
input,
textarea {
    font-family: 'Fjalla+One', sans-serif;
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    width: 100%;
    overflow-x: hidden
}

body {
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #202738
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

p {
    text-align: center
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden
}

a {
    color: #ffffff; 
    text-decoration: none}

a:hover {
    text-decoration: underline
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.b8-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.b8-container {
    width: 75%;
    height: 100%;
    margin: 0 auto;
    position: relative
}

@media screen and (max-width: 1200px) {
    .b8-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width: 600px) {
    .b8-container {
        width: 100%
    }
}

.b8-input {
    background: #EEEEF5;
    border-radius: 3px;
    border: 0;
    padding: 1.2rem 1.5rem;
    color: #322E59
}

.b8-input[type="submit"] {
    cursor: pointer
}

.b8-input::-webkit-input-placeholder {
    color: #322E59;
    opacity: .5
}

.b8-input::-moz-placeholder {
    color: #322E59;
    opacity: .5
}

.b8-input:-ms-input-placeholder {
    color: #322E59;
    opacity: .5
}

.b8-input:-moz-placeholder {
    color: #322E59;
    opacity: .5
}

.b8-button {
    border: 2px solid #fff;
    border-radius: 3px;
    text-transform: uppercase;
    padding: .75rem 2rem;
    color: #ffffff;
    -webkit-transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    cursor: pointer
}

.b8-button:not(:last-child) {
    margin-right: 1rem
}

.b8-button:hover {
    background: #ffffff;
    /*color: #7367F0*/
    color: #000000;
    text-decoration: none;
}

.b8-button>i {
    margin-right: .8rem
}

.b8-title {
    /*font-family: 'Brandon Bold';*/
    font-family: 'ABeeZee', sans-serif;
    font-size: 24px;
    font-weight: Normal;
    color: #ffffff;
    /*letter-spacing: -2.4px;*/
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .b8-title {
        font-size: 24px;
        line-height: 42px;
        text-align: center
    }
}

@media screen and (max-width: 375px) {
    .b8-title {
        font-size: 24px;
        line-height: 33px;
        text-align: center
    }
}

.b8-logo {
    margin: 0;
    padding-top:40px;
    color:#ffffff;
}

.b8-logo svg {
    width: 120px;
    height: 35px
}

.scroll-animation {
    display: none
}

@media screen and (max-width: 1200px) {
    .scroll-animation {
        position: absolute;
        bottom: 108px;
        display: block;
        width: 20px;
        height: 35px;
        border: 2px solid #000;
        border-radius: 50px;
        opacity: .9
    }
    .scroll-animation:before {
        content: "";
        width: 5px;
        height: 5px;
        position: absolute;
        bottom: 0px;
        border-radius: 50px;
        background: #000;
        left: 50%;
        -webkit-transform: translate(-50%, -15px);
        transform: translate(-50%, -15px);
        -webkit-animation: scrollAnimation 1s infinite linear;
        animation: scrollAnimation 1s infinite linear
    }
    @-webkit-keyframes scrollAnimation {
        0% {
            -webkit-transform: translate(-50%, -14px);
            transform: translate(-50%, -14px);
            opacity: 1
        }
        100% {
            -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px);
            opacity: 0
        }
    }
    @keyframes scrollAnimation {
        0% {
            -webkit-transform: translate(-50%, -14px);
            transform: translate(-50%, -14px);
            opacity: 1
        }
        100% {
            -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px);
            opacity: 0
        }
    }
}

@media screen and (max-width: 375px) {
    .scroll-animation {
        bottom: 100px;
        width: 15px;
        height: 25px
    }
}

.b8-info>.b8-title {
    margin: 0
}

.b8-info>p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 50px;
    text-align: center
}

@media screen and (max-width: 600px) {
    .b8-info>p {
        width: 100%;
        text-align: center
    }
    .b8-info>.b8-contact>.b8-button {
        display: inline-block;
        width: 50%;
        margin: 0 0 10px
    }
}

@media screen and (max-width: 375px) {
    .b8-info>p {
        margin-bottom: 20px;
        text-align: center
    }
    .b8-info>.b8-contact>.b8-button {
        width: 55%
    }
}

.b8-copyright {
    font-family: 'Fjalla+One', sans-serif;
    font-size: 12px;
    line-height: 25px
}

.b8-content {
    width: 100%;
    height: 100%;
    background-color: #202738;
    background-repeat: repeat-x;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff
}

.b8-content>.b8-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3rem 0 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

@media screen and (max-width: 1200px) {
    .b8-content {
        text-align: center
    }
    .b8-content>.b8-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width: 375px) {

    .b8-content{
        background-image: ("_img/logo-alexandre-celano.png");


    }
    .b8-content>.b8-container {
        /*padding: 2rem .9rem 1rem*/
    }

    .b8-info{
        margin-top: 70px;
    }


}
