@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body, button,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt,
em, embed,
fieldset, figcaption, figure, font, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, input, ins,
kbd,
keygen,
label, legend, li,
meter,
nav,
object, ol, output,
p, pre, progress,
q,
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, textarea, tfoot, thead, th, tr, tdvideo, tt,
u, ul,
var {
  background: transparent;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border: medium none;
  border-spacing: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  vertical-align: top;
  resize: none;
  font-style: normal;
  -webkit-appearance: none;
  font-family: inherit;
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

* {
  box-sizing: border-box;
}

blockquote, q {
  quotes: none;
}

table, table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
}

img {
  vertical-align: top;
}

embed {
  vertical-align: top;
}

@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/gotham-Book.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Medium";
  src: url("../fonts/gotham-medium.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Bold";
  src: url("../fonts/gotham-bold.otf");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: Gotham Medium, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Gotham Bold, sans-serif;
  font-weight: normal;
}

h2 {
  font-weight: normal;
  color: #000;
  padding: 20px 0;
  margin: 0;
}

h1 {
  font-size: 34px;
  font-weight: normal;
  padding: 20px 0;
  margin: 0;
}

h2 {
  font-size: 32px;
}

input, textarea, select {
  height: 42px;
  font-family: Gotham Medium, sans-serif;
  font-size: 15px;
  color: #777;
  background-color: #fff;
  padding: 5px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
input:focus, input:active, textarea:focus, textarea:active, select:focus, select:active {
  outline: none;
}

input[type*=radio], input[type*=checkbox] {
  height: 20px;
  width: 20px;
  padding: 3px;
}

input[type*=radio] {
  border-radius: 50px;
}

input[type*=radio]:checked, input[type*=checkbox]:checked {
    background-color: #0a259c;
    border: 2px solid #cccccc;
}

input[type*=radio]:after, input[type*=checkbox]:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

textarea {
  height: 190px;
  padding: 15px 20px;
}

.button {
  padding: 13px 20px 15px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}
.button.outline {
  background-color: transparent;
}
.button.outline.white {
  border: 1px solid #fff;
}
.button.violet {
  background-color: #4671B5;
}
.button.danger {
    background-color: #dc3545;
}
.button.blue {
  background-color: #0c55a8;
}
.button.green {
  background-color: #40b486;
}

.center {
  max-width: 1200px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
}

.bartop {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  height: 100px;
}
.bartop .center {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}
.bartop .logo {
  max-width: 200px;
}
.bartop .menu {
  display: inline-block;
  margin: 0 0 0 -4%;
}
.bartop .menu a {
  color: #4c4980;
}
.bartop .menu a:visited {
  color: #4c4980;
}
.bartop .menu li {
  color: #4c4980;
  display: inline-block;
  font-family: Gotham Bold, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 20px 0 0;
}
.bartop .social {
  display: flex;
  justify-content: space-between;
  width: 180px;
}
.bartop .social li {
  display: inline-block;
}
.bartop .social li img {
  max-width: 30px;
}
.bartop .m-menu {
  display: none;
  background-image: url(../image/hamburguer.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
}

.spotlight {
  background-image: linear-gradient(50deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url(../image/spotlight.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  height: 540px;
  margin: 0 0 40px 0;
}
.spotlight .header h1 {
  font-size: 36px;
  padding: 30px 0 15px;
}
.spotlight .header p {
  font-size: 22px;
  padding: 0 0 35px 0;
}
.spotlight .header .quotation {
  position: relative;
  width: 100%;
  height: 310px;
  color: #000;
  background-color: #fff;
  padding: 20px 40px;
  border-top: 10px solid #40b486;
  border-radius: 8px;
  z-index: 9;
}
.spotlight .header .quotation p {
  padding: 0 0 20px 0;
}
.spotlight .header .quotation form {
  display: flex;
  flex-flow: column wrap;
}
.spotlight .header .quotation .actions {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: -10px 0 0 0;
}
.spotlight .header .quotation .actions .installments {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 42%;
}
.spotlight .header .quotation .actions .installments p {
  font-size: 12px;
  color: #999;
  padding: 0;
  min-width: 140px;
}
.spotlight .header .quotation .actions .installments ul {
  display: flex;
  flex-flow: row wrap;
  margin-left: 10px;
  justify-content: space-between;
  width: 110%;
}
.spotlight .header .quotation .actions .installments ul img[src*=visa] {
  max-width: 70px;
}
.spotlight .header .quotation .actions .installments ul img[src*=mastercard] {
  max-width: 45px;
}
.spotlight .header .quotation .actions .installments ul img[src*=elo] {
  max-width: 30px;
}
.spotlight .header .quotation .actions .installments ul img[src*=diners] {
  max-width: 115px;
}
.spotlight .header .quotation .actions .contact-whatsapp {
  display: flex;
  align-items: center;
}
.spotlight .header .quotation .actions .contact-whatsapp .whatsapp {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin-right: 20px;
}
.spotlight .header .quotation .actions .contact-whatsapp .whatsapp p {
  font-size: 12px;
  color: #3da732;
  max-width: 120px;
  text-align: right;
  margin-right: 10px;
  padding: 0;
}
.spotlight .header .quotation .actions .contact-whatsapp .whatsapp img {
  max-width: 35px;
}
.spotlight .header .quotation .user-info, .spotlight .header .quotation .car-info {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.spotlight .header .quotation .user-info input, .spotlight .header .quotation .user-info select {
  width: 22%;
}
.spotlight .header .quotation .car-info {
  height: 70px;
  margin: 20px 0;
}
.spotlight .header .quotation .car-info h4 {
  margin: 0 0 10px 0;
}
.spotlight .header .quotation .car-info .destinations, .spotlight .header .quotation .car-info .car-details {
  width: 48%;
}
.spotlight .header .quotation .car-info .destinations {
  display: flex;
  justify-content: space-between;
}
.spotlight .header .quotation .car-info .destinations input, .spotlight .header .quotation .car-info .destinations select {
  min-width: 85px;
  max-width: 150px;
}
.spotlight .header .quotation .car-info .car-details input, .spotlight .header .quotation .car-info .car-details select {
  max-width: 165px;
}
.spotlight .header .quotation .car-info .car-details div {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.spotlight .motives {
  text-align: center;
  height: 150px;
  background-color: #4671B5;
  margin: -50px 0 0 0;
}
.spotlight .motives h3 {
  font-family: Gotham Medium, sans-serif;
  font-size: 22px;
  padding: 84px 0 0 0;
}

.tracking {
  background-image: url(../image/tracking.png);
  background-size: cover;
  background-color: #4671B5;
  height: 500px;
}
.tracking h2 {
  text-align: center;
  margin: 20px 0 0 0;
  color: #fff;
  padding: 30px 0;
}
.tracking .center {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
.tracking .center div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 70%;
  margin: 40px 0 50px;
}
.tracking .center div p {
  max-width: 280px;
  color: #fff;
}
.tracking .center div img {
  max-width: 130px;
}

.safety {
  background-color: #4671B5;
  height: 230px;
  color: #fff;
  display: flex;
}
.safety .center {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.safety .center > img {
  max-width: 400px;
}
.safety .trust {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 450px;
}
.safety .trust img {
  max-width: 100px;
}
.safety .trust > div {
  margin: -10px 0 0 30px;
}
.safety .trust > div p {
  margin: 10px 0 0 0;
}
.safety .trust h2 {
  font-family: Gotham Medium, sans-serif;
  padding: 0;
  font-size: 36px;
  color: #fff;
}

.services {
  margin: 40px 0 60px;
}
.services .center {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
.services .center h2 {
  text-align: center;
  padding: 0 0 10px;
}
.services .center p {
  color: #666;
}
.services .center > p {
  text-align: center;
  margin: 0 0 60px 0;
}
.services .center .list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.services .center .list li {
  min-height: 300px;
}
.services .center .list li h3, .services .center .list li p {
  text-align: center;
}
.services .center .list li h3 {
  font-size: 27px;
  color: #0c55a8;
  margin: 0 0 8px 0;
}
.services .center .list li p {
  max-width: 250px;
  margin: 0 auto;
}
.services .center .list .transportation {
  width: 100%;
  background-image: url(../image/service-truck.png), url(../image/service-cargoship.png), url(../image/service-motorcycle.png);
  background-repeat: no-repeat;
  background-size: 17%, 26%, 18%;
  background-position: 60px 20px, center 120px, calc(100% - 55px) 19px;
}
.services .center .list .storage {
  background-image: url(../image/service-parking.png);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center 100px;
}
.services .center .list .tow {
  background-image: url(../image/service-towtruck.png);
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center 135px;
}

.coverage {
  background-color: #4671B5;
  height: 700px;
  color: #fff;
}
.coverage .center {
  background-image: url(../image/map-home.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position-y: 40px;
  height: 100%;
  display: flex;
  justify-content: space-around;
  padding: 285px 100px;
}
.coverage .center .cities {
  margin: 0 0 0 60px;
}
.coverage .center .cities h3 {
  text-transform: uppercase;
  font-size: 27px;
  max-width: 220px;
  line-height: 1.1em;
}
.coverage .center .details {
  margin: -35px 0 0 0;
}
.coverage .center .details h3 {
  font-size: 27px;
  margin: 0 0 10px 0;
}
.coverage .center .details h3 span {
  text-transform: uppercase;
  display: block;
}

.clients {
  margin: 50px 0 80px;
}
.clients .center {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
.clients .center h2 {
  text-align: center;
  padding: 0 0 10px;
}
.clients .center p {
  color: #666;
}
.clients .center > p {
  text-align: center;
  margin: 0 0 60px 0;
}
.clients .center .list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin: 0 0 50px 0;
}
.clients .center .list .percent33, .clients .center .list .percent25, .clients .center .list .percent16 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients .center .list .percent33 {
  width: 33.33%;
  margin-bottom: 40px;
}
.clients .center .list .percent25 {
  width: 25%;
  margin-bottom: 40px;
}
.clients .center .list .percent16 {
  width: 16.66%;
}
.clients .center .list li img {
  width: 48%;
}
.clients .center .list li img[src*=google] {
  width: 75%;
  padding: 20px 0 0 0;
}
.clients .center .list li img[src*=correios] {
  width: 55%;
}
.clients .center .list li img[src*=scania] {
  width: 80%;
}
.clients .center .list li img[src*=audi] {
  width: 40%;
}
.clients .center .list li img[src*=nissan], .clients .center .list li img[src*=toyota] {
  width: 57%;
}

.testimonials {
  background-color: #f8f8f8;
  height: 460px;
}
.testimonials h2 {
  margin: 30px 0 0 0;
}
.testimonials h4 {
  font-family: Gotham Medium, sans-serif;
}
.testimonials .abstract {
  background-image: linear-gradient(90deg, rgba(171, 229, 236, 0.6) 0%, rgba(171, 229, 236, 0.6) 100%), linear-gradient(90deg, rgba(205, 239, 244, 0.6) 0%, rgba(205, 239, 244, 0.6) 100%);
  background-repeat: no-repeat;
  background-position: 93px 130px, 61px 165px;
  background-size: 88% 227px, 87% 223px;
  width: 80%;
  height: 100%;
  margin: 0 auto;
}
.testimonials .center {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
.testimonials .center h2 {
  text-align: center;
  padding: 0 0 10px;
}
.testimonials .center p {
  color: #666;
}
.testimonials .center > p {
  text-align: center;
  margin: 0 0 100px 0;
}
.testimonials .center .quotes {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.testimonials .center .quotes li {
  max-width: 320px;
}
.testimonials .center .quotes li h4 {
  margin: 0 0 20px 0;
}
.testimonials .center .quotes li h4::before {
  content: "“";
  display: inline-block;
  font-family: Georgia, sans-serif;
  font-size: 60px;
  float: left;
  margin: -9px 0 0 -45px;
}
.testimonials .center .quotes li p {
  color: #000;
}
.testimonials .center .quotes li span {
  font-family: Gotham Book, sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #666;
}

footer {
  height: 300px;
  border-top: 1px solid #eee;
  padding: 30px 0;
  margin: 30px 0 0 0;
}
footer .center {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  height: 100%;
}
footer .center a {
  color: #4c4980;
}
footer .center a:visited {
  color: #4c4980;
}
footer .center .logo-footer img {
  width: 204px;
}
footer .center .details {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 80%;
}
footer .center .details .menu a {
  color: #4c4980;
}
footer .center .details .menu a:visited {
  color: #4c4980;
}
footer .center .details .menu li {
  color: #4c4980;
  display: inline-block;
  font-family: Gotham Bold, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 20px 0 0;
}
footer .center .details .contact-information {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}
footer .center .details .contact-information .phones li {
  margin: 0 0 5px 0;
}
footer .center .details .contact-information .social {
  display: flex;
  justify-content: space-between;
  width: 180px;
  margin: 15px 0 25px;
}
footer .center .details .contact-information .social li {
  display: inline-block;
}
footer .center .details .contact-information .social li img {
  max-width: 30px;
}
footer .center .details .copyright {
  align-self: flex-end;
}
footer .center .details .copyright p {
  font-family: sans-serif;
  font-size: 14px;
}

@media (max-width: 1366px) {
  .testimonials {
    background-color: #f8f8f8;
    height: 460px;
  }
  .testimonials h2 {
    margin: 30px 0 0 0;
  }
  .testimonials .abstract {
    background-image: linear-gradient(90deg, rgba(171, 229, 236, 0.6) 0%, rgba(171, 229, 236, 0.6) 100%), linear-gradient(90deg, rgba(205, 239, 244, 0.6) 0%, rgba(205, 239, 244, 0.6) 100%);
    background-repeat: no-repeat;
    background-position: 70px 130px, 10px 165px;
    background-size: 1200px 227px, 1230px 223px;
    width: 96%;
    height: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1280px) {
  .bartop .menu, .bartop .social {
    display: none;
  }
  .bartop .m-menu {
    display: block;
  }

  .testimonials {
    height: auto;
    padding: 20px 0;
  }
  .testimonials .abstract {
    background-position: 125px calc(100% - 45px), 85px calc(100% - 5px);
    background-size: 1200px 180px, 1230px 180px;
  }
  .testimonials .abstract .center p {
    margin: 0 0 40px 0;
  }
  .testimonials .abstract .center .quotes {
    flex-flow: column;
    align-items: center;
    width: 75%;
  }
  .testimonials .abstract .center .quotes li {
    margin: 0 0 40px 0;
  }
  .testimonials .abstract .center .quotes li p {
    margin: 0;
  }
}
@media (max-width: 1170px) {
  .spotlight {
    height: auto;
  }
  .spotlight .header .quotation {
    height: auto;
  }
  .spotlight .header .quotation form {
    display: block;
  }
  .spotlight .header .quotation .user-info, .spotlight .header .quotation .car-info {
    flex-flow: column wrap;
    height: auto;
  }
  .spotlight .header .quotation .user-info input, .spotlight .header .quotation .user-info select, .spotlight .header .quotation .car-info input, .spotlight .header .quotation .car-info select {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .spotlight .header .quotation .car-info .destinations {
    display: flex;
    flex-flow: column;
    width: 100%;
  }
  .spotlight .header .quotation .car-info .destinations .from > div, .spotlight .header .quotation .car-info .destinations .to > div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
  }
  .spotlight .header .quotation .car-info .destinations .from > div select, .spotlight .header .quotation .car-info .destinations .to > div select {
    width: 18%;
    max-width: 100%;
  }
  .spotlight .header .quotation .car-info .destinations .from > div input, .spotlight .header .quotation .car-info .destinations .to > div input {
    width: 80%;
    max-width: 100%;
  }
  .spotlight .header .quotation .car-info .car-details {
    width: 100%;
  }
  .spotlight .header .quotation .car-info .car-details > div {
    flex-flow: row nowrap;
  }
  .spotlight .header .quotation .car-info .car-details > div input, .spotlight .header .quotation .car-info .car-details > div select {
    max-width: 32.5%;
  }
  .spotlight .header .quotation .actions {
    flex-flow: wrap;
  }
  .spotlight .header .quotation .actions .installments {
    width: 100%;
  }
  .spotlight .header .quotation .actions .contact-whatsapp {
    justify-content: center;
    width: 100%;
    margin: 30px 0 15px;
  }

  .coverage {
    height: auto;
    min-height: 650px;
    max-height: 650px;
  }
  .coverage .center {
    flex-flow: column-reverse;
    align-items: center;
    position: relative;
    min-height: 650px;
    max-height: 650px;
    background-size: 300px;
    background-position: center calc(100% - 35px);
    padding: 0;
  }
  .coverage .center .cities {
    position: absolute;
    margin: 0 0 0 45px;
    top: calc(100% - 220px);
  }
  .coverage .center .cities h3 {
    font-size: 20px;
    max-width: 165px;
  }
  .coverage .center .details {
    margin: -330px 0 0 0;
  }

  footer {
    height: auto;
  }
  footer .center {
    flex-flow: column;
    align-items: center;
  }
  footer .center .logo-footer {
    margin-bottom: 50px;
  }
  footer .center .details .menu {
    flex-flow: column;
    text-align: center;
    height: auto;
  }
  footer .center .details .menu li {
    display: inherit;
    margin: 0 0 20px 0;
  }
  footer .center .details .contact-information {
    flex-flow: column;
    align-items: center;
  }
  footer .center .details .contact-information .phones {
    margin: 30px 0;
  }
  footer .center .details .contact-information > div {
    margin-bottom: 30px;
  }
  footer .center .details .contact-information .social {
    width: 100%;
    margin-top: 50px;
  }
  footer .center .details .copyright {
    align-self: center;
    margin: 30px 0 20px;
  }
}
@media (max-width: 960px) {
  .safety {
    height: auto;
    padding: 40px 0;
  }
  .safety .center {
    display: flex;
    flex-flow: column;
  }
  .safety .center .trust {
    flex-flow: column;
  }
  .safety .center .trust > div {
    margin: 20px 0;
  }
  .safety .center .trust > div h2, .safety .center .trust > div p {
    text-align: center;
  }
  .safety .center > img {
    max-width: 300px;
    margin: 30px 0 20px;
  }

  .services .center .list li {
    min-height: 300px;
  }
  .services .center .list li h3, .services .center .list li p {
    text-align: center;
  }
  .services .center .list li h3 {
    font-size: 27px;
    color: #0c55a8;
    margin: 0 0 8px 0;
  }
  .services .center .list li p {
    max-width: 250px;
    margin: 0 auto 10px;
  }
  .services .center .list .transportation {
    width: 100%;
    background-image: url(../image/service-cargoship.png);
    background-repeat: no-repeat;
    background-size: 180px;
    background-position: center 120px;
  }
  .services .center .list .storage {
    background-image: url(../image/service-parking.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center 100px;
  }
  .services .center .list .tow {
    background-image: url(../image/service-towtruck.png);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center 135px;
  }
}
@media (max-width: 620px) {
  .spotlight .header .quotation .car-info .car-details {
    width: 100%;
  }
  .spotlight .header .quotation .car-info .car-details > div {
    flex-flow: row wrap;
  }
  .spotlight .header .quotation .car-info .car-details > div input, .spotlight .header .quotation .car-info .car-details > div select {
    max-width: 100%;
  }
  .spotlight .header .quotation .actions {
    flex-flow: wrap;
  }
  .spotlight .header .quotation .actions .installments {
    display: flex;
    flex-flow: column;
    width: 100%;
  }
  .spotlight .header .quotation .actions .installments > p {
    margin: 0 0 20px 0;
  }
  .spotlight .header .quotation .actions .contact-whatsapp {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    margin: 30px 0 15px;
  }
  .spotlight .header .quotation .actions .contact-whatsapp .whatsapp {
    margin: 0 0 20px 0;
  }
  .spotlight .header .quotation .actions .contact-whatsapp .ask-quotation {
    width: 100%;
  }
  .spotlight .header .quotation .actions .contact-whatsapp .ask-quotation button {
    width: 100%;
  }
  .spotlight .motives h3 {
    padding: 72px 0 0 0;
  }

  .tracking {
    height: auto;
  }
  .tracking .center {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }
  .tracking .center div {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: 70%;
    margin: 40px 0 50px;
  }
  .tracking .center div p {
    max-width: 280px;
    color: #fff;
    text-align: center;
  }
  .tracking .center div img {
    max-width: 70px;
    margin: 20px 0;
  }
  .tracking .center .button {
    margin: 0 0 50px 0;
  }

  .clients .center .list {
    flex-flow: column;
    align-items: center;
  }
  .clients .center .list li {
    width: 50% !important;
  }
  .clients .center .list img {
    width: 100% !important;
  }
  .clients .center .list .percent25, .clients .center .list .percent16 {
    display: none;
  }
}
@media (max-width: 364px) {
  .spotlight .header h1 {
    font-size: 32px;
    padding: 30px 0 15px;
  }
}
@media (max-width: 340px) {
  footer .center .details .contact-information > iframe {
    max-width: 300px !important;
  }
}
.menu-fixed
{
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
.menu-mobile{
  position: relative;
  top: 9px;
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border-bottom: 1px solid #ddd;
  z-index: 99;
}

.menu-mobile .social-m {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 5px 20px 5px 20px;
}
.menu-mobile ul li{
  text-align: center;
  padding: 5px 0 5px 0;
}
.menu-mobile ul li img{
  width: 37px;
  height: 37px;
}
.whatsapp-float{
  position: fixed;
  bottom:30px;
  right:30px;
  z-index: 98;
}

.card {
  border-radius: 0;
  -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  border: none;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.card .card-header {
  background-color: transparent;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 25px;
  position: relative;
}
.card .card-header h5 {
  margin-bottom: 0;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
  line-height: 1.1;
  position: relative;
}
.card .card-header h5:after {
  content: "";
  background-color: #04a9f5;
  position: absolute;
  left: -25px;
  top: 0;
  width: 4px;
  height: 20px;
}
.card .card-header.borderless {
  border-bottom: none;
}
.card .card-header.borderless h5:after {
  display: none;
}
.card .card-header .card-header-right {
  right: 10px;
  top: 10px;
  display: inline-block;
  float: right;
  padding: 0;
  position: absolute;
}
@media only screen and (max-width: 575px) {
  .card .card-header .card-header-right {
    display: none;
  }
}
.card .card-header .card-header-right .dropdown-menu {
  margin-top: 0;
}
.card .card-header .card-header-right .dropdown-menu li a {
  font-size: 14px;
}
.card .card-header .card-header-right .btn.dropdown-toggle {
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}
.card .card-header .card-header-right .btn.dropdown-toggle i {
  margin-right: 0;
}
.card .card-header .card-header-right .btn.dropdown-toggle:after {
  display: none;
}
.card .card-header .card-header-right .btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.card .card-footer {
  border-top: 1px solid #f1f1f1;
  background: transparent;
  padding: 25px;
}
.card .card-block,
.card .card-body {
  padding: 30px 25px;
}
.card.card-load {
  position: relative;
  overflow: hidden;
}
.card.card-load .card-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 999;
}
.card.card-load .card-loader i {
  margin: 0 auto;
  color: #04a9f5;
  font-size: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card.full-card {
  z-index: 99999;
  border-radius: 0;
}

/**  =====================
      Data Tables css start
==========================  **/
.table td,
.table th {
  border-top: 1px solid #eaeaea;
  white-space: nowrap;
  padding: 1.05rem 0.75rem;
}
.table thead th {
  border-bottom: 1px solid #eaeaea;
}
.table tbody + tbody {
  border-top: 2px solid #eaeaea;
}

.table-bordered {
  border: 1px solid #eaeaea;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #eaeaea;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(4, 169, 245, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(4, 169, 245, 0.05);
}

.table .thead-dark th {
  color: #fff;
  background-color: #37474f;
  border-color: #222c31;
}

.table-dark {
  color: #fff;
  background-color: #37474f;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #222c31;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: #334249;
}
.table-dark.table-hover tbody tr:hover {
  background-color: #2d3940;
}

table.dataTable.fixedHeader-floating {
  top: 0 !important;
}
@media screen and (max-width: 992px) {
  table.dataTable.fixedHeader-floating {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  .fixedHeader-locked {
    display: none !important;
  }
}
/**  =====================
      Foo-table css start
==========================  **/
.footable .pagination > .active > a,
.footable .pagination > .active > span {
  background-color: #04a9f5;
  border-color: #04a9f5;
}
.footable .pagination > .active > a:focus, .footable .pagination > .active > a:hover,
.footable .pagination > .active > span:focus,
.footable .pagination > .active > span:hover {
  background-color: #04a9f5;
  border-color: #04a9f5;
}
.footable .pagination > li > a,
.footable .pagination > li > span {
  color: #222;
}

.footable-details.table,
.footable.table {
  margin-bottom: 0;
}

table.footable > tfoot > tr.footable-paging > td > span.label {
  margin-bottom: 0;
}
table.footable-paging-center > tfoot > tr.footable-paging > td {
  padding-bottom: 0;
}

.table-columned > tbody > tr > td {
  border: 0;
  border-left: 1px solid #eaeaea;
}
.table-columned > tbody > tr > th {
  border: 0;
}

/**====== Foo-table css end ======**/
/**====== Data Tables css end ======**/

.status-tracking{
  max-width: 100%;
}

.btn:hover{
  cursor: pointer;
  text-decoration: underline;
}
.collapse:not(.show){display:none}
.collapsing{height:0;transition:height .35s ease}
.collapsing > .card-body > .table {
  display: none;
}
/*# sourceMappingURL=main.css.map */
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-tracking tbody tr td {
  font-size: 10px;
  font-weight: unset;
}
.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.div75{
    float: left;width: 75%; margin: 0 auto;
}

.div25{
    float: left;width: 25%;padding-top: 20px;
}

.div25 .details{
    width: 100% !important;
}

.footer-rights
{
    width: 100%; float: right; margin-top: 30px;
}

@media screen and (max-width: 1100px)
{
    .div25
    {
        float: left;
        width: 100%;
    }

    .div75
    {
        float:left;
        width: 100%;
    }

    .footer-rights
    {
        margin-top: -50px
    }
}

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #222;
    z-index: 9999;
    opacity: 0.5;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
