*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    /* background-image: url(background.jpg); */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background: #0098f9;
    font-family: "Montserrat",
    sans-serif;
    padding: 70px 0px 50px;
    /* background-image: linear-gradient(rgba(99, 24, 54, 0.3), rgba(99, 24, 54, 0.3)),
    url(background.png); */
    /* background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    url(background.png); */
}

.bem-vindo {
    font-size: 17px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.line {
    display: inline-block;
    height: 1px;
    margin: 5px 15px;
    width: 170px;
    color: #fff;
    background: #fff;
}

.logo {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 46px;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
    margin: 25px 0;
    text-align: center;
}

.logo img {
    max-width: 100%;
}

.hero-unit {
    background:rgba(0, 152, 249, 0.9);
    background:rgba(10, 61, 95, 0.9);
    background:rgba(0, 0, 0, 0.7);
     padding: 150px 50px;
     text-align: center;
}

.head-text {
    color: #fff;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}

.text {
    color: #232323;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    
    font-size: 14px;
    color: #6f6f6f;
    color: #CEBAC2;
    font-weight: 400;
    line-height: 24px;
}


#title_style {
    display: none;
    /* color: #ffffff; */
    color: #333;
    font-size: 30px;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    font-family: Arial Black, sans-serif;
    font-family: 'Montserrat',
    sans-serif;
    font-style: normal;
    line-height: 1.1;
    word-break: break-word;
    -ms-word-wrap: normal | break-word;
    margin-bottom: 40px;
}

.block {
    margin-bottom: 60px;
}

.inline-block {
    margin-bottom: 20px;
    display: inline-block;
}

.icon-round {
    border-radius: 100%;
    display: table-cell;
    height: 90px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width: 90px;
    background: #0098f9;
    background: #c49944;
    background: rgba(196, 153, 68, 0.7);
    color: #fff;
}

.icon-round i {
    font-size: 35px;
}

.btn {
    display: inline-block;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: 24px;
    text-transform: uppercase;
    width: auto;
    font-weight: 400;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    font-size: 20px;
    border-radius: none;
    background: #fff;
    border-color: #fff;
    color: #0098f9;
    padding: 0 30px;
    margin-top: 15px;
    line-height: 60px;
}

.btn:hover {
    background: transparent;
    border-color:#fff;
    color: #fff;
}

.btn.focus,
.btn:focus {
    color: #CEBAC2;
    text-decoration: none;
}

@media (max-width: 979px) {
    .logo {
        width: 100%;
    }

    .hero-unit {
        padding: 20px;
    }
}

@media (max-width: 767px){ 
    h1 {
        font-size: 32px;
        margin: 0 0 20px 0;
    }
    p.lead {
        font-size: 16px;
        line-height: 21px;
        margin: 0 0 25px;
    }
    .line {
        display: none;
    }
    .botoes .btn {
        font-size: 13px;
        line-height: 40px;
    }
}

.lead {
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.4;
    text-align: center;
}

.botoes {
    text-align: center;
}

.botoes a.btn {
    margin: 0 10px 20px;
}