@import url("https://fonts.googleapis.com/css?family=Josefin+Slab|Nixie+One|Roboto+Slab");
body {
  margin: 0;
  font-family: 'Roboto Slab', serif;
  min-width: 770px;
  font-weight: 100;
  margin: 0;
  min-height: 100%;
  width: 100%; }
  body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    outline: none; }
  body a:hover, body a:focus {
    text-decoration: none;
    color: #fff;
    outline: none; }

h1 {
  margin-bottom: 40px; }

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  margin: 0;
  padding: 0; }

ul, label {
  margin: 0;
  padding: 0; }

.f1 {
  padding: 5em 0;
  background: #fff; }

.f2 {
  padding: 5em 0;
  background: #d8eef0; }

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  -moz-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: red;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: #fff; }

.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1); }

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #fff;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: red;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white; }

.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

a.btn.btn-primary.btn-lg.see-button.hvr-shutter-out-horizontal {
  background: #3F3C35; }

/*----------------- nav -----------------*/
nav {
  height: 110px;
  *background: black; }
  nav .navbar_logo {
    height: 110px;
    width: 28%;
    float: left;
    *background: red;
    display: inline-block; }
    nav .navbar_logo img {
      width: 100%; }
    nav .navbar_logo h1 {
      display: table;
      padding: 0 auto;
      margin: 30px auto; }
  nav .navbar_menu ul {
    list-style-type: none;
    float: right;
    height: 110px; }
    nav .navbar_menu ul .active {
      background: red;
      border-bottom-left-radius: 50%;
      border-bottom-right-radius: 50%; }
    nav .navbar_menu ul li {
      display: inline-block;
      height: 110px;
      min-width: 100px;
      text-align: center;
      padding: 50px 10px 10px 10px;
      *margin: 0 5px;
      color: white; }
      nav .navbar_menu ul li a {
        color: #fff; }

/*----------------- nav -----------------*/
/*----------------- banner -----------------*/
#banner {
  background-image: url("../images/overlay.png"), url("../images/bg.jpg");
  background-repeat: repeat, no-repeat;
  background-size: 1px, cover;
  font-weight: 300;
  *display: list-item;
  background-position: center bottom;
  min-height: 600px; }
  #banner h1 {
    font-family: 'Nixie One', cursive;
    font-size: 45px; }
  #banner p {
    font-size: 20px; }
  #banner .btn {
    background: red;
    border: none; }

/*----------------- banner -----------------*/
/*----------------- slider -----------------*/
#slider .item img {
  width: 100%;
  height: 500px; }

#slider .carousel-caption {
  margin-bottom: 100px; }

#slider .carousel-indicators li {
  border-radius: 0;
  background: red; }

/*----------------- slider -----------------*/
/*----------------- boas vindas -----------------*/
/*----------------- boas vindas -----------------*/
/*----------------- a empresa -----------------*/
#a_empresa video {
  width: 100%;
  border-radius: 6px;
  -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }

/*----------------- a empresa -----------------*/
/*----------------- seguro -----------------*/
#seguro .absolute {
  background-image: url("../images/truck.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  *top: 70px;
  *left: 25px;
  width: 100%;
  height: 400px;
  /*i
			font-size: 150px;
			text-align: center;
			position: absolute;
			top: 105px;
			left: 70%;
			color: red;*/ }
  #seguro .absolute img {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 150px; }

@media (max-width: 992px) {
  #seguro {
    /*i
			top: 150px;
			left: 70%;*/ }
    #seguro .absolute {
      position: static;
      height: 500px; } }

/*----------------- seguro -----------------*/
/*----------------- proprietarios -----------------*/
#proprietarios .cards {
  display: table;
  *width: 70%;
  margin: 0 auto; }
  #proprietarios .cards .coluna {
    padding: 0 15px; }
  #proprietarios .cards .card-profile {
    margin-top: 30px;
    text-align: center; }
  #proprietarios .cards .card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
    #proprietarios .cards .card .card-image {
      height: 60%;
      position: relative;
      overflow: hidden;
      margin-left: 15px;
      margin-right: 15px;
      margin-top: -30px;
      border-radius: 6px;
      -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }
      #proprietarios .cards .card .card-image img {
        width: 100%;
        height: 100%;
        border-radius: 6px;
        pointer-events: none; }
      #proprietarios .cards .card .card-image .card-caption {
        position: absolute;
        bottom: 15px;
        left: 15px;
        color: #fff;
        font-size: 1.3em;
        text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5); }
    #proprietarios .cards .card .table {
      margin-bottom: 0px;
      padding: 15px 30px; }
    #proprietarios .cards .card img {
      width: 100%;
      height: auto; }

/*----------------- proprietarios -----------------*/
/*----------------- servicos -----------------*/
#servicos .carousel {
  background-image: url("../images/overlay.png");
  *background-repeat: no-repeat;
  *background-size: cover; }
  #servicos .carousel img {
    height: 300px;
    width: 100%; }
  #servicos .carousel .carousel-indicators li {
    border-radius: 0;
    background: red; }

/*----------------- servicos -----------------*/
/*----------------- galeria -----------------*/
#galeria {
  width: 100%; }
  #galeria img {
    width: 98%;
    margin: 1% 0;
    border-radius: 6px;
    -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }
  #galeria h1 {
    margin-bottom: 70px;
    margin-top: 0; }

/*----------------- galeria -----------------*/
/*----------------- frota -----------------*/
#frota ul {
  list-style-type: none;
  font-size: 20px;
  display: block; }
  #frota ul li {
    display: block;
    width: 60%;
    margin: 0 auto; }

/*----------------- frota -----------------*/
/*----------------- algo -----------------*/
#algo {
  min-height: 400px;
  background: #333;
  text-align: center;
  background: url(../images/overlay.png), url(../images/bg.jpg) no-repeat center bottom fixed;
  background-size: 1px, cover;
  color: #fff;
  padding-top: 5%; }
  #algo p, #algo h2, #algo h3, #algo h4 {
    text-align: justify; }

/*----------------- algo -----------------*/
/*----------------- mapa -----------------*/
#mapa {
  height: 400px; }

/*----------------- mapa -----------------*/
/*----------------- contato -----------------*/
#contato .contact-left input[type="text"], #contato .contact-left input[type="email"] {
  border: 1px solid #ccc;
  font-size: 1em;
  color: #828282;
  background: none;
  width: 100%;
  padding: .8em 1em;
  outline: none; }

#contato .contact-left input[type="text"]:hover, #contato .contact-left input[type="email"]:hover, #contato .contact-right textarea:hover {
  border-color: #f44336; }

#contato .contact-right textarea {
  border: 1px solid #ccc;
  font-size: 1em;
  color: #828282;
  background: none;
  width: 100%;
  padding: .8em 1em;
  outline: none;
  min-height: 8em;
  resize: none; }

#contato .contact-left input[type="email"] {
  margin: 1.5em 0; }

#contato .contact-right input[type="submit"] {
  padding: .6em 1em;
  color: #fff;
  font-size: 1.1em;
  background: #f44336;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  outline: none;
  margin: 1em 0 0;
  width: 100%;
  border: 1px solid #f44336;
  letter-spacing: 4px;
  text-transform: uppercase; }

#contato .contact-right input[type="submit"]:hover {
  background: transparent;
  color: #f44336; }

#contato p {
  text-align: center;
  margin-top: 40px;
  font-size: 30px; }

/*----------------- contato -----------------*/
/*----------------- filiais -----------------*/
#filiais h4 {
  text-align: center; }

#filiais p {
  text-align: center; }

#filiais b {
  color: red; }

/*----------------- filiais -----------------*/
/*----------------- contato -----------------*/
.rodape {
  width: 100%;
  height: 60px;
  background: black; }
  .rodape .text {
    color: #fff;
    padding-top: 15px;
    text-align: center; }

/*----------------- contato -----------------*/
/*----------------- agile -----------------*/
.agile {
  padding: 0 20px; }
  .agile h1 {
    font-family: 'Nixie One', cursive;
    text-align: center; }
  .agile h2, .agile h3, .agile h4 {
    font-family: 'Josefin Slab', serif;
    text-align: center; }
  .agile p {
    text-align: justify; }
  .agile .card_image {
    height: 60%;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px;
    -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }
    .agile .card_image img {
      width: 100%;
      height: 100%;
      border-radius: 6px;
      pointer-events: none; }
  .agile .btn {
    display: block; }

/*----------------- agile -----------------*/
/*----------------- top -----------------*/
#top {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 3%;
  right: 3%;
  overflow: hidden;
  width: 32px;
  height: 32px;
  border: none;
  text-indent: 100%;
  background: url("../images/move-up.png") no-repeat 0px 0px; }
  #top img {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0); }

/*----------------- top -----------------*/
/*----------------- email -----------------*/
#email {
  width: 70%;
  display: block;
  margin: 0 auto; }
  #email table {
    margin-top: 50px; }
    #email table th {
      text-align: right; }
    #email table td {
      text-align: left; }

/*----------------- email -----------------*/
@media (max-width: 770px) {
  .contact-right textarea {
    margin-top: 21px; } }
