@font-face {
  font-family: Oswald;
  src: url(fonts/Oswald-Light.ttf);
}

header, nav, section, main, article, aside, footer, figure {
  display: block;
}

html, body {
  font-family: "Oswald";
  height: 100%;
  position: relative;
}


/* hr */

hr {
  border-color: #333;
}

hr.hr-intro {
  max-width: 200px;
  border-top: solid 2px;
  border-color: #02d1fb;
}


/* Titulos */

h1, h2, h3, h4 {
  color: #02d1fb;
  text-transform: uppercase;
  margin-top: 0;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 50px;
}

h2.h2-mp {
  margin-top: 0;
  padding-top: 3px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 26px;
  color: #fff !important;
  text-transform: uppercase;
  margin-bottom: 0;
}

.txt-white {
  color: #fff;
}



/* Thumbnail */

.thumbnail {
  background-color: #333;
  padding: 2px;
}


/* Scrollbar */

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: #02d1fb;
}

::-webkit-scrollbar-thumb:active {
  background: #02d1fb;
}

::-webkit-scrollbar-track {
  background: #777777;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
  background: #333333;
}

::-webkit-scrollbar-track:active {
  background: #333333;
}

::-webkit-scrollbar-corner {
  background: transparent;
}


/* navbar */

.navbar-default {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #333;
}

.navbar-default .navbar-brand {
  color: #02d1fb;
  text-transform: uppercase;
  font-weight: bold;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #02d1fb;
  outline: none;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 100;
  padding-left: 8px;
  padding-right: 8px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #02d1fb;
  background-color: transparent;
  transition: 0.4s;
  outline: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #02d1fb;
  background-color: transparent;
  outline: none;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  color: #02d1fb;
  background-color: transparent;
  outline: none;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-default .navbar-nav>.dropdown>a:hover .caret, .navbar-default .navbar-nav>.dropdown>a:focus .caret {
  border-top-color: #02d1fb;
  border-bottom-color: #02d1fb;
  outline: none;
}

.navbar-default .navbar-nav>.open>a .caret, .navbar-default .navbar-nav>.open>a:hover .caret, .navbar-default .navbar-nav>.open>a:focus .caret {
  border-top-color: #02d1fb;
  border-bottom-color: #02d1fb;
}

.navbar-default .navbar-toggle {
  border: none;
  margin-right: 6px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  color: #02d1fb;
  background-color: transparent;
  outline: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-collapse {
  text-align: center;
}


/* Intro */

.intro {
  display: table;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  text-align: center;
  color: #fff;
  background: url(img/c01.jpg) no-repeat center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.intro object {
  width: 500px;
  height: auto;
}

.btn-circle {
  width: 60px;
  height: 60px;
  line-height: 43px;
  border: 2px solid #fff;
  border-radius: 100% !important;
  color: #fff;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn-circle:hover, .btn-circle:focus {
  outline: none;
  color: #02d1fb;
  background-color: #fff;
}

.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}


/* Main */


/* About */

.about {
  padding: 10% 0;
  height: 100%;
  background-color: #111111;
  color: #fff;
  border-top: 1px solid #333;
}

.about object {
  width: 270px;
  height: auto;
}

.lead-a {
  font-size: 18px;
  text-align: justify;
  padding: 15px 0 25px 0;
  text-transform: uppercase;
}


/* Services */

.services {
  height: 100%;
  background: url(img/c02.jpg) no-repeat center;
  background-attachment: fixed;
  color: #fff;
  padding-top: 10%;
  padding-bottom: 0;
  margin-bottom: 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #222426;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.services object {
  width: 150px;
  height: auto;
}

#s-content {
  padding: 15px 0 10% 0;
}

.lead-s {
  font-size: 18px;
  text-transform: uppercase;
}

.panel {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #333;
  border-radius: 15px;
  display: table;
  width: 100%;
	cursor: context-menu;
	-o-transition: all .2s;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.panel:hover {
  -o-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.75);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.75);
}

.panel-body {
  height: 220px;
  width: 120px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.panel-footer {
  background-color: rgba(3, 3, 3, 0.8);
  border: 0;
  border-left: 1px solid #333;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 0;
  height: 220px;
  display: table-cell;
  vertical-align: middle;
}

#marcas {
  padding: 35px 0 50px 0;
  background-color: rgba(0, 0, 0, 0.8);
  border-top: 1px solid #333;
}


/* Customers */

.customers {
  height: 100%;
  padding: 10% 0;
  background-color: #111111;
  color: #fff;
  border-top: 1px solid #333;
}

.customers i {
  font-size: 150px;
  color: #333;
}

.customers object {
  padding-top: 15px;
  width: 150px;
  height: auto;
}

.customers iframe {
  border: 0;
}

.customers .btn-cust {
  font-size: 22px;
  padding: 0;
  margin: 0;
  color: #02d1fb;
  border: none;
  vertical-align: baseline;
}

.customers .btn-cust i {
  font-size: 22px;
  color: #02d1fb;
}


/* Modal Customers */

.modal {
  text-align: center;
  padding: 0!important;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal .modal-content {
  background-color: #111111;
  border: 2px solid #02d1fb;
}

.modal .modal-body {
  padding: 0;
}

.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal img {
  width: 1000px;
  height: auto;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.modal .carousel-control-modal {
  display: inline-block;
  position: absolute;
  top: 45%;
  z-index: 5;
  margin-top: 0;
  color: #fff;
}

.modal .carousel-control-modal:hover {
  color: #fff;
}

.modal .carousel-modal {
  margin-top: 0;
}

.modal-header button.close {
  font-size: 20px;
}


/* Textos */

.text-muted {
  font-weight: bold;
	color: #737373;
}

.cont-heading {
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
}


/* Contact */

.contact {
  padding: 10% 0 0 0;
  color: #f8f8f8;
  background: url(img/c03.jpg) no-repeat center;
  background-attachment: fixed;
  border-top: 1px solid #333;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#c-content {
  padding: 25px 0 10%;
}

#c-contentP {
  padding: 25px 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-top: 1px solid #333;
}

#c-contentP p {
  margin-bottom: 0;
  font-size: 22px;
  text-transform: uppercase;
}

#c-contentP p a {
  color: #02d1fb;
  outline: 0;
}

.lead-c {
  font-size: 22px;
  text-transform: uppercase;
  text-align: justify;
  padding: 15px 0 25px 0;
}

.padd-col-r {
  padding-right: 7.5px;
}

.padd-col-l {
  padding-left: 7.5px;
}

.form-control {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 15px;
  font-size: 16px;
  text-transform: uppercase;
}

.form-control:focus {
  border-color: #02d1fb;
  box-shadow: none;
  outline: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.form_datetime {
  background-color: rgba(0, 0, 0, 0.6);
  border: 2px solid #fff;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  border-radius: 15px;
  height: 34px;
  padding: 6px 12px;
}

.form_datetime:focus {
  border-color: #02d1fb;
  box-shadow: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: 2px solid #02d1fb;
  border-radius: 15px;
}

[class*=" datetimepicker-dropdown"]:after {
  border-bottom: 6px solid #02d1fb;
}

.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
  background-color: #fff;
}

.datetimepicker thead tr:first-child th:hover, .datetimepicker tfoot th:hover {
  background: #fff;
  color: #02d1fb;
  border-radius: 15px;
}

.datetimepicker table tr td.day:hover {
  background: #fff;
  color: #02d1fb;
}

.btn-primary {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 15px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #fff;
  color: #02d1fb;
  border-color: #fff;
  outline: none;
  transition: 0.4s;
}


/* Social */

.social {
  padding: 50px 0;
  background-color: #111111;
  border-top: 1px solid #333;
}

.b-social {
  display: inline-block;
  width: 62px;
  height: 62px;
  line-height: 55px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 100%;
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-left: 3px;
  cursor: pointer;
}

.b-social:hover, .b-social:focus {
  background-color: #fff;
  color: #02d1fb;
  border-color: #fff;
  transition: 0.4s;
  outline: none;
}

.b-social i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}

.b-social:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

.popover {
  border: 2px solid #02d1fb;
  background-color: #000;
  border-radius: 5px;
}

.popover-content {
  background-color: #000;
  color: #fff;
}

.popover.top>.arrow:after {
  border-top-color: #02d1fb;
}


/* Footer */

.map {
  min-height: 350px;
  width: 100%;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

footer {
  background-color: #111111;
  color: #fff;
  border-top: 1px solid #333;
}

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

p.copyright {
  margin: 0 0 15px 0;
}


/* Scroll Button */

.scroll-top-wrapper {
  width: 50px;
  height: 50px;
  line-height: 45px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  margin-left: 3px;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 99999999;
  right: 30px;
  bottom: 30px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.scroll-top-wrapper:hover {
  background-color: #fff;
  color: #02d1fb;
  border-color: #fff;
  transition: 0.4s;
}

.scroll-top-wrapper i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}

.scroll-top-wrapper:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0;
}

.scroll-top-wrapper i.fa {
  line-height: inherit;
}


/* Carousel */

.carousel {
  margin-top: 20px;
}

.carousel-control {
  height: 40px;
  width: 40px;
  margin-top: 30px;
  background-image: none !important;
  filter: none !important;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}


/* Media */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .panel {
    min-height: 250px;
  }
  .lead-a {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .about object {
    padding-top: 25px;
  }
  hr.hr-intro {
    width: 50%;
  }
  .intro object {
    width: 70%;
    height: auto;
  }
  .padd-col-r {
    padding-right: 15px;
  }
  .padd-col-l {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #02d1fb;
    background-color: transparent;
  }
  .customers {
    text-align: justify;
  }
  .cont-heading {
    text-align: center;
  }
  .social h2 {
    text-align: center;
  }
  .social .col-lg-6 {
    text-align: center;
  }
  .padd-col-r {
    padding-right: 15px;
  }
  .padd-col-l {
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }
  .intro {
    min-height: 100%;
    padding: 0;
  }
  .social h2 {
    text-align: center;
  }
  .social .col-lg-6 {
    text-align: center;
  }
  .panel {
    min-height: 250px;
  }
  .lead-a {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .about object {
    padding-top: 25px;
  }
}

@media (min-width: 992px) {
    .intro {
        background-attachment: fixed;
    }
}

@media screen and (max-width:480px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  b {
    font-size: 18px;
  }
  .intro {
    background-attachment: scroll;
  }
  hr.hr-intro {
    width: 50%;
  }
  .intro object {
    width: 90%;
    height: auto;
  }
  .btn-circle {
    width: 50px;
    height: 50px;
    line-height: 33px;
  }
  .about {
    padding: 20% 0;
  }
  .about object {
    width: 65%;
    height: auto;
    padding-top: 20px;
  }
  .lead-a {
    font-size: 14px;
    padding: 0;
  }
  .services {
    background-attachment: scroll;
    padding: 20% 0 0 0;
  }
  .services object {
    width: 100%;
    height: auto;
  }
  #s-content {
    padding: 0 0 20%;
  }
  .lead-s {
    font-size: 14px;
    padding: 0;
  }
  #marcas {
    padding: 20px 0 40px 0;
  }
  .panel {
    min-height: 160px;
  }
  .panel-body {
    height: 150px;
  }
  .panel-footer {
    height: 150px;
  }
  .customers {
    padding: 20% 0;
  }
  .customers object {
    width: 70%;
    height: auto;
  }
  .customers .btn-cust {
    font-size: 14px;
  }
  .contact {
    background-attachment: scroll;
    padding: 20% 0 0 0;
  }
  #c-content {
    padding: 0 0 20%;
  }
  .lead-c {
    font-size: 14px;
    padding: 0 0 25px 0;
  }
  #c-contentP p {
    font-size: 14px;
  }
  .form-control {
    font-size: 14px;
  }
  .btn-primary {
    font-size: 14px;
  }
  .form_datetime {
    font-size: 14px;
  }
  .social {
    padding: 35px 0;
  }
  .b-social {
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 20px;
  }
  .social h2 {
    text-align: center;
  }
  .social .col-lg-6 {
    text-align: center;
  }
  #text-d {
    font-size: 14px;
  }
  .scroll-top-wrapper {
    width: 40px;
    height: 40px;
    line-height: 35px;
  }
  .padd-col-r {
    padding-right: 15px;
  }
  .padd-col-l {
    padding-left: 15px;
  }
  .scroll-top-wrapper {
    right: 15px;
    bottom: 15px;
  }
  .copyright {
    font-size: 12px;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
