.cover-caption,
body,
html {
    width: 100%
}

body,
html {
    height: 100%
}

a,
a:focus,
a:hover {
    text-decoration: none
}

body {
    font-family: 'Open Sans', sans-serif
}

@media (max-width:991px) {
    .navbar-header {
        float: none;
        padding: 5px
    }
    .navbar-toggle {
        display: block
    }
    .navbar-toggle .icon-bar:nth-of-type(3) {
        top: 1px
    }
    .navbar-toggle .icon-bar {
        position: relative;
        transition: all .5s ease-in-out
    }
    .navbar-toggle.active .icon-bar:nth-of-type(1) {
        top: 6px;
        transform: rotate(45deg)
    }
    .navbar-toggle.active .icon-bar:nth-of-type(2) {
        background-color: transparent
    }
    .navbar-toggle.active .icon-bar:nth-of-type(3) {
        top: -6px;
        transform: rotate(-45deg)
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
    }
    .navbar-collapse.collapse {
        display: none!important
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px
    }
    .navbar-nav>li {
        float: none
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .navbar-text {
        float: none;
        margin: 15px 0
    }
    .navbar-collapse.collapse.in {
        display: block!important
    }
    .collapsing {
        overflow: hidden!important
    }
}

.cover-404:after,
.cover:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute
}

@media(min-width:992px) {
    .navbar {
        padding: 5px;
        background-color: transparent;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
        border: 0
    }
    .top-nav-collapse {
        padding: 0;
        background-color: #222;
        outline: 0
    }
    .top-nav-collapse .logo {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        margin-top: 0;
        margin-bottom: 0
    }
    .logo {
        margin: 10px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 300
}

.navbar-inverse .navbar-nav>li.active>a,
.navbar-inverse .navbar-nav>li.active>a:hover,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #EF4136;
    background-color: transparent
}

h1,
h4,
h5,
h6 {
    font-weight: 700
}

.navbar-right {
    margin-top: 15px
}

.top-nav-collapse .navbar-right {
    margin-top: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #EF4136;
    background-color: transparent
}

.cover {
    background: url(../img/bg/cover.jpg);
    background-size: cover
}

.cover:after {
    background-color: rgba(0, 0, 0, .8)
}

.cover-404 {
    background: url(../img/bg/cover-404.jpg);
    background-size: cover
}

.cover-404:after {
    background-color: rgba(0, 0, 0, .8)
}

.cover-caption {
    position: absolute;
    top: 40%;
    z-index: 2
}

.cover-caption-error {
    position: absolute;
    top: 10%;
    width: 100%;
    z-index: 2
}

.intro-section {
    height: 100%;
    padding-top: 150px;
    text-align: center
}

.about-section {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    background: #f2f2f2;
    color: #222
}

.banner1-section {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background: url(../img/bg/cover_drivefx.jpg);
    background-size: cover
}

.banner1-section:after {
    background-color: rgba(0, 0, 0, .8)
}

.services-section {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    background: #fff
}

.office365-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f65314;
    color: #fff;
    text-align: left
}

.partners-section {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    background: #333;
    color: #fff
}

.brands-section,
.support-section {
    background: #fff
}

.brands-section {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #222
}

.clients-section,
.support-section {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
    text-align: center
}

.clients-section {
    background: #222
}

.banner2-section {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background: #fff;
    color: #222
}

.contact-section {
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
    background: #111;
    color: #fff
}

.footer-section,
.subfooter-section {
    padding-top: 20px;
    padding-bottom: 10px
}

.subfooter-section {
    text-align: center;
    background: #222
}

.footer-section {
    background-color: #333;
    color: #fff
}

.object-non-visible {
    opacity: 0;
    filter: alpha(opacity=0)
}

.object-visible,
.touch .object-non-visible {
    opacity: 1!important;
    filter: alpha(opacity=100)!important
}

#wrapper {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

#wrapper:hover {
    filter: none;
    -webkit-filter: grayscale(0)
}

.scroller {
    height: 150px;
    overflow: hidden
}

.scroller li {
    height: 149px;
    width: 200px;
    float: left
}

@-moz-document url-prefix() {
    .object-visible,
    .touch .object-non-visible {
        -webkit-transition: opacity .6s ease-in-out;
        -moz-transition: opacity .6s ease-in-out;
        -o-transition: opacity .6s ease-in-out;
        -ms-transition: opacity .6s ease-in-out;
        transition: opacity .6s ease-in-out
    }
}

.space {
    padding: 20px 0
}

.delay1 {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    -ms-animation-delay: .5s;
    animation-delay: .5s
}

.delay2 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s
}

.delay3 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.img-responsive-srv {
    display: block;
    max-width: 800px;
    height: auto
}

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

h1 {
    font-size: 38px;
    margin-bottom: 20px
}

h2 {
    font-size: 28px;
    margin-bottom: 15px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px;
    text-transform: uppercase
}

h1 span,
h2 span,
h3 span,
h4 span {
    color: #EF4136
}

.text-wht {
    color: #fff
}

.text-org {
    color: #EF4136
}

.text-blk {
    color: #222;
    font-size: 14px
}

.text-blk-title {
    color: #222;
}

.text-shadow {
    text-shadow: 1px 1px 1px #333
}

.list-icons {
    padding: 0;
    margin: 20px 0;
    list-style: none;
    font-size: 18px
}

.list-icons li {
    padding: 0 0 15px
}

.list-links {
    padding: 0;
    margin: 5px 0;
    list-style: none;
    font-size: 14px
}

.list-links li {
    padding: 0 0 5px
}

.bg-marcas,
.bg-services {
    padding: 0 20px
}

ul {
    list-style-type: none
}

.tooltip-inner {
    text-align: left;
    backface-visibility: visible;
    background: #000
}

.btn,
.btn-newsletter {
    line-height: 1.42857143;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out
}

.tooltip.in {
    opacity: 1!important
}

.bg-support {
    background: url(../img/bg/support.png) 50% 0 no-repeat;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    position: relative;
    z-index: 3
}

.bg-marcas {
    background-color: #fff
}

.bg-politica {
    background-color: #666
}

a,
a:focus {
    color: #fff
}

a:hover {
    color: #999
}

.fonterror {
    font-size: 200px
}

.btn {
    padding: 10px 15px;
    font-size: 14px;
    min-width: 160px;
    border-radius: 0;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn-default {
    color: #fff;
    background-color: #EF4136
}

.btn-default:focus,
.btn-default:hover {
    color: #EF4136;
    border-color: #EF4136
}

.btn-default:focus,
.btn-default:hover,
.btn-office365,
.btn-try {
    background-color: #fff
}

.btn-default:focus {
    outline: 0
}

.btn-try {
    color: #222;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: 600
}

.btn-try:focus,
.btn-try:hover {
    color: #FFBE3B;
    background-color: #222;
    border-color: #FFBE3B;
    font-size: 14px
}

.btn-try:hover {
    font-weight: 500
}

.btn-try:focus {
    font-weight: 600
}

.btn-office365 {
    color: #222;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: 600
}

.btn-office365:focus,
.btn-office365:hover {
    color: #f65314;
    background-color: #fff;
    border-color: #f65314;
    font-size: 14px
}

.btn-office365:hover {
    font-weight: 500
}

.btn-office365:focus {
    font-weight: 600
}

.btn-banner,
.btn-banner:focus,
.btn-banner:hover {
    background-color: transparent;
    text-decoration: none
}

.btn-banner {
    padding-left: 40px;
    color: #fff;
    font-size: 20px
}

.btn-banner:focus,
.btn-banner:hover {
    color: #EF4136
}

.btn-newsletter {
    padding: 14px 10px;
    font-size: 12px;
    border: 0;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    background-color: #EF4136;
    outline: 0
}

.btn-newsletter:focus,
.btn-newsletter:hover {
    color: #EF4136;
    background-color: #fff;
    outline: 0
}

.modal-content {
    background-color: #fff;
    border-radius: 0
}

.modal-footer,
.modal-header {
    background-color: #222
}

.modal-header {
    padding: 15px;
    color: #fff;
    border-bottom: 1px solid #eee
}

.panel-group .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none
}

.panel-default>.panel-heading {
    padding: 0;
    outline: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 1px solid #f0f0f0;
    border-top: none;
    background-color: #fafafa
}

.panel-heading a {
    font-weight: 400;
    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    background-color: #2373c4;
    color: #fff;
    position: relative;
    text-decoration: none
}

.panel-heading a.collapsed {
    color: #fff;
    background-color: #333
}

.panel-heading a:after {
    font-family: FontAwesome;
    content: "\f176";
    position: absolute;
    right: 15px;
    font-size: 14px;
    font-weight: 300;
    top: 50%;
    line-height: 1;
    margin-top: -7px
}

.panel-heading a.collapsed:after {
    content: "\f175"
}

.panel-heading a:hover {
    text-decoration: none;
    background-color: #2373c4;
    color: #fff
}

.panel-title a i {
    padding-right: 10px;
    font-size: 20px
}

.social-links {
    padding: 0;
    list-style: none;
    margin: 15px 0
}

.social-links li {
    margin: 10px 25px 10px 0;
    display: inline-block;
    font-size: 36px
}

.social-links li a {
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.social-links li.twitter a:hover {
    color: #55acee
}

.social-links li.skype a:hover {
    color: #00aff0
}

.social-links li.linkedin a:hover {
    color: #0976b4
}

.social-links li.googleplus a:hover {
    color: #dd4b39
}

.social-links li.youtube a:hover {
    color: #b31217
}

.social-links li.flickr a:hover {
    color: #ff0084
}

.social-links li.facebook a:hover {
    color: #3b5998
}

.social-links li.whatsapp a:hover {
    color: #34bf49
}

.social-links li.pinterest a:hover {
    color: #cb2027
}

.social-links li.instagram a:hover {
    color: #8a3ab9
}

.form-control {
    height: 45px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.form-control-feedback {
    color: #ccc
}

textarea {
    resize: vertical
}
