@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap');
body {
    font-size: 16px;
    line-height: 1.4em;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    background-color: #011049 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

h1,
h2,
h3 {
    text-transform: uppercase;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
}

a {
    color: #004D80;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #fa5c58;
    text-decoration: underline;
}

section header {
    text-align: center;
    padding: 90px 0;
}

section header h2 {
    font-weight: 500;
    text-transform: uppercase;
}

section header p {
    width: 50%;
    margin: 0 auto;
}

section.dark header h2,
section.dark header p {
    color: #fff;
}

hr {
    border-color: #D2D2D2;
}


/***********************
Buttons
***********************/

.btn-primary {
    background: #011049;
    border-width: 2px;
    color: #fff;
}

.btn-primary,
.btn-primary:hover {
    border-color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #fff;
    color: #004D80;
}

.btn {
    padding: 15px 30px;
    border-radius: 0;
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}

.btn-lg {
    padding: 20px 85px;
    font-size: 15px;
}


/*************************
NAVBAR
*************************/

.navbar-default {
    background-color: #011049;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #011049;
    transition: all 0.250s;
}

.navbar-default .nav {
    margin: 15px 0;
}

.navbar-default .nav li a {
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid transparent;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #000;
    border: 1px solid #91BFFD;
}

.navbar-small {
    height: 50px;
}

.navbar-small img {
    height: 45px;
}

.navbar-small .navbar-brand {
    padding: 2px 15px;
}

.navbar-small .nav {
    margin-top: 0px;
    border: none;
}

.navbar-default .navbar-nav>li>a {
    border: none;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #0071bc;
    border: none;
}

.jumbotron {
    margin-bottom: 0;
}

.slide {
    background: url(../images/Slider.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    color: #fff;
    text-align: center;
    height: 900px;
    text-transform: uppercase;
}

.slide .container {
    margin-top: 25%;
    margin-top: 30vh;
    background-color: rgba(2, 23, 72, 0.5);
    padding-top: 30px;
    padding-bottom: 30px;
}

.slide h1 {
    color: #fff;
    font-weight: bold !important;
    vertical-align: middle;
    font-size: 75px !important;
    font-size: 8.5vmin;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.slide h2 {
    color: #fff;
    vertical-align: middle;
    font-size: 36px !important;
    font-size: 8.5vmin;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.slide span {
    margin-bottom: 30px;
}


/********************
Services
********************/

.service-item {
    position: relative;
    margin-top: 40px;
}

.service-item.text-right .service-text {
    margin-right: 80px;
}

.service-item.text-left .service-text {
    margin-left: 80px;
}

.service-item .service-icon {
    position: absolute;
    top: -20px;
    right: -10px;
}

.service-item.text-right .service-icon {
    right: -10px;
}

.service-item.text-left .service-icon {
    left: -10px;
}

.service-item .service-icon i {
    width: 75px;
    height: 75px;
    display: block;
    color: #fa5c58;
    border-radius: 100%;
    background: #000;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
}

.video-wrapper {
    background-image: url(../images/video-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.video {
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
    background: #27282b;
    background: rgba(39, 40, 43, 0.8);
    padding: 100px 0;
}

.video h3,
.video p {
    color: #fff;
}

.fa-play:before {
    padding-left: 10px;
}


/**********************
PORTFOLIO
***********************/

.centered-pills {
    text-align: center;
}

.centered-pills ul.nav-pills {
    display: inline-block;
    margin-bottom: 50px;
}

.centered-pills li {
    display: inline;
}

.centered-pills a {
    float: left;
}

.nav-pills>li>a {
    border-radius: 0;
    color: #000;
    border: 1px solid #000;
    margin-right: 20px;
}

.nav-pills>li>a:hover,
.nav-pills>li>a:focus,
.nav-pills>li>a.active {
    background: #004D80;
    border-color: #91BFFD;
    color: #fff;
}

.projects {
    margin: 0 0 70px 0;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    padding: 0;
    text-align: justify;
}

.portfolio-item figcaption {
    background: #27282b;
    background: rgba(39, 40, 43, 0.8);
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    display: block;
    opacity: 0;
}

.portfolio-item:hover figcaption {
    opacity: 1;
}

figcaption h3 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin-top: 25%;
}

figcaption span {
    color: #fb5d59;
}

#about .baner {
    background-image: url(../images/about-bg.jpg);
    background-size: cover;
    background-position: center;
}

.box {
    background: #27282b;
    background: rgba(39, 40, 43, 0.8);
    margin: 70px 0;
    padding: 40px;
}

.box h3,
.box p {
    color: #fff;
}

.box .delimiter,
.box p {
    margin-bottom: 50px;
}

.box h3 {
    margin-bottom: 20px;
}

.box .delimiter {
    width: 60px;
    height: 0;
    border-bottom: 2px solid #fa5c58;
    display: block;
}


/********************************
Team
*********************************/

.team-member {
    text-align: center;
    margin-bottom: 80px;
}

.member-photo {
    position: relative;
}

.member-photo .overlay {
    position: absolute;
    padding: 20px 50px;
    color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    display: block;
    background: #3f3f41;
    background: rgba(63, 63, 65, 0.8)
}

.basic-info {
    padding: 20px 0
}


/*******************************
SOCIAL ICONS
******************************/

ul.social {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.social li {
    display: inline-block;
    width: 30px;
}

ul.social li a {
    text-decoration: none;
}

ul.social li a i {
    color: #fff;
    width: 32px;
    height: 32px;
    display: block;
    line-height: 32px;
    text-align: center;
    -webkit-transition: all 0.5;
    transition: all 0.5s;
}

ul.social li a i:hover,
ul.social li a i:focus {
    border-radius: 100%;
    background-color: #fff;
    color: #fff;
}

ul.social li a:hover .fa-facebook {
    background-color: #3b5998;
}

ul.social li a:hover .fa-twitter {
    background-color: #55acee;
}

ul.social li a:hover .fa-dribbble {
    background-color: #ea4c89;
}

ul.social li a:hover .fa-behance {
    background-color: #1769ff;
}

ul.social li a:hover .fa-pinterest {
    background-color: #cc2127;
}

ul.social li a:hover .fa-google {
    background-color: #dd4b39;
}

.address {
    margin-bottom: 100px;
    color: #000;
}

.address span {
    display: block;
    font-size: 20px;
    line-height: 1.4em;
}

.circled {
    display: block;
    border-radius: 100%;
    background-color: #004D80;
    width: 80px;
    height: 80px;
    color: #fff;
    line-height: 80px;
    font-size: 35px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
}

a.circled:hover,
a.circled:focus {
    color: #fff;
    text-decoration: none;
}


/*******************************
FORMS
********************************/

form {
    margin-bottom: 70px;
}

.form-group .btn {
    width: 100%;
}

.form-control {
    padding: 17px 25px;
    font-size: 15px;
    height: auto;
    border-radius: 0;
    background: #f3f3f3;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5;
    transition: all 0.5s;
    border: 1px solid #fff;
}

.form-control:focus {
    border: 1px solid #454554;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/******************************
BLOGS
*******************************/

#blog {
    background-color: #3f3f41;
    background-image: url(../images/blog-section.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-items .col-md-4 {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.blog-item {
    background: ;
}

.blog-item .meta-data {
    padding: 50px 50px 20px 50px;
    background-color: #121215;
}

.blog-item h3 {
    color: #fb5d59;
    margin-bottom: 70px;
    font-size: 20px;
}

.blog-item h3,
.blog-item p,
.blog-item a {}

.blog-item p {
    color: #fff;
    margin-bottom: 50px;
}

.blog-item a {
    text-align: right;
    width: 100%;
    display: block;
}

.load-more {
    padding-top: 35px;
    padding-bottom: 70px;
}


/*******************************
SERVICES
********************************/

.service-item {
    margin-bottom: 70px;
}

footer {
    text-align: center;
    background: #000;
    color: #fff;
    padding: 50px 0 10px 0;
}

footer .copyright {
    margin-bottom: 20px;
    font-size: 12px;
}

footer .back-to-top {
    margin-top: 50px;
    display: block;
}

footer a {
    color: #0071bc;
}

.mix {
    display: none;
}

#cal {
    border: 3px solid #999 !important;
    width: 100% !important;
    padding: 15px !important;
    height: auto !important;
    display: table !important;
    border-radius: 0px !important;
    background: #FFF !important;
}

#cal .mes {
    width: 100% !important;
    text-align: center !important;
    background-color: #f1f1f1 !important;
    color: #666 !important;
    font-family: Calibri !important;
    font-size: 18px !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
}

#cal div {
    float: left !important;
    width: 14% !important;
    text-align: center !important;
    line-height: 200% !important;
    font-size: 18px !important;
}

.dia {
    font-size: 18px !important;
    font-family: 'Calibri' !important;
}

.logo {
    width: auto;
    height: 100%;
}

.boxes {
    background-color: #f1f1f1;
    border-radius: 10px;
    color: #666;
}

.b3 {
    padding: 15px;
}

.b3 h1 {
    color: #0071bc;
    font-size: 24px;
    font-weight: bold;
}

.b3 span {
    margin-right: 5px;
}

.b3 p {
    padding-left: 82px;
    margin-top: -25px;
}

.titu-pag {
    font-size: 22px;
    font-weight: 300;
}

.titu-pag span {
    color: #0071bc;
    font-weight: 900;
    display: block;
    font-size: 60px;
    margin-top: 20px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

#servicos img {
    width: 72px;
    height: 72px;
    display: block;
    margin: 0 auto;
}

#servicos .container .col-md-4 {
    text-align: center;
}

.w-100 {
    width: 100%;
}

.box-servicos {
    background-color: #f1f1f1;
    padding: 15px;
    border-radius: 10px;
    color: #666;
}

.plus {
    background-color: #f1f1f1;
}

.address {
    color: #fff;
}

.loader img {
    height: 70px;
    width: auto;
}

.boxes p,
.service-text p {
    text-align: justify;
}