@font-face {
  font-family: "loveland";
  src: url("../webfonts/loveland_personal_use-webfont.woff2") format("woff2"),
    url("../webfonts/loveland_personal_use-webfont.woff") format("woff");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 0.8em;
}

.whatsapp {
  width: 65px;
  right: 30px;
  height: auto;
  bottom: 30px;
  z-index: 999;
  position: fixed;
  filter: drop-shadow(0 0 2px #333);
  transition: all 0.7s;
}

.whatsapp:hover {
  transform: rotate(15deg);
  filter: drop-shadow(0 0 5px #333);
  /* transform: scale(1.1); */
}

/*--------------------------------------------------------------
# Desabilita o delay do AOS em mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# menu
--------------------------------------------------------------*/

.header-top {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    120deg,
    rgba(0, 0, 0, 1) 50%,
    rgba(255, 255, 255, 1) 50%
  );
  background: -webkit-linear-gradient(
    120deg,
    rgba(0, 0, 0, 1) 50%,
    rgba(255, 255, 255, 1) 50%
  );
  background: linear-gradient(
    120deg,
    rgba(0, 0, 0, 1) 50%,
    rgba(255, 255, 255, 1) 50%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
}

.header-top img {
  width: 33px;
  position: relative;
  right: 6px;
  bottom: 2px;
}

.header-top h1 {
  color: #fff;
  font-size: 1.9em;
  font-weight: 600;
  font-style: italic;
  margin: 0;
}

.header-top .ajuste {
  position: relative;
  top: 4px;
}

/* .dropdown-menu--animate.collapsing {
  display: block;
}

.dropdown-menu--animate {
  opacity: 0.8;
  height: 0;
  display: block;
  transition: all 0.3s;
  overflow: hidden;
  transform-origin: top;
  transform: scale(1, 0);
}

.dropdown-menu--animate.show {
  opacity: 1;
  height: auto;
  transition: all 0.3s;
  transform: scale(1);
} */

.navbar {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  color: black;
  transition: all 0.8s;
}

@media (max-width: 767.98px) {
  .navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.navbar-brand {
  display: contents;
}

.navbar-brand img {
  width: 250px;
  transition: all 0.7s;
}

.navbar-brand img:hover {
  transform: scale(1.1);
}

.nav-link {
  color: #fff;
  transition: all 0.5s;
}

.nav-link:hover {
  color: #fff;
}

.reserve-btn:hover {
  color: rgb(26, 170, 26);
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #004580;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
  right: 0;
}

.reserve-btn {
  border-radius: 5px;
  border: none;
  color: rgb(26, 170, 26);
  background-color: rgb(248, 248, 248);
  height: 5vh;
  font-family: montserrat;
  font-weight: bold;
}

.hline {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  height: 5vh;
  font-family: montserrat;
  font-weight: bold;
  cursor: pointer;
}

.hline:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  background: #fff;
  height: 4px;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(4px);
  transition-property: transform;
  -webkit-transform: translateY(4px);
  -webkit-transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hline:hover:before,
.hline:focus:before,
.hline:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: #c11424;
}

@media screen and (max-width: 1091px) {
  .nav-link {
    font-size: 0.8em;
  }
}

.nav-link i {
  font-size: 2.8em;
  position: relative;
  /* top: 3px; */
}

.dropdown-toggle::after {
  display: none;
}

.fix-header {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  z-index: 900;
  /* background-color: transparent; */
  -webkit-transition: All 1s ease;
  -moz-transition: All 1s ease;
  -o-transition: All 1s ease;
  transition: All 1s ease;
  position: static;
}

.fix-header .fix-men {
  position: fixed;
  z-index: 1029;
  width: 100%;
  top: -313px;
  transition: all 0.7s;
}

.fix-header .fixed-menu {
  padding: 0;
  position: fixed;
  top: 0;
  margin-top: 0px;
  width: 100%;
}

.fix-header .active {
  font-weight: 900;
  color: #fff;
}

.fixed-menu {
  background-color: #26231d;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(85, 85, 85, 1);
  -moz-box-shadow: 0px 0px 20px 1px rgba(85, 85, 85, 1);
  box-shadow: 0px 0px 20px 1px rgba(85, 85, 85, 1);
  /*background-color:rgba(255,255,255,0.9);*/
  position: fixed;
  border: none;
  opacity: 0.85;
}

.fixed-menu .navbar {
  padding: 0;
}

.fixed-menu h1 {
  top: 0;
}

.fixed-menu img {
  width: 200px;
}

.bg-white {
  background-color: #fff;
}

.bg-white .nav-link {
  color: #333;
  transition: all 0.7s;
}

.bg-invi {
  background-color: #bd1517;
}

.bg-invi .nav-link {
  color: #fff;
}

.fixed-menu .bg-invi {
  background-color: #26231d !important;
}

.fixed-menu .bg-invi .nav-link {
  color: #fff;
}

.bx-menu {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .navbar-brand img {
    width: 190px;
  }

  .fixed-menu img {
    width: 70px;
  }

  .navbar-expand-md {
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .fixed-menu {
    padding: 5px 0 0 0;
  }

  .navbar-brand h1 {
    top: 0px;
  }

  .dropdown-menu {
    padding: 0;
    margin: 0;
  }
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

#hero {
  width: 100%;
  /* height: 100vh; */
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 0 !important;
}

#hero button {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1000;
}

#hero .swiper-slideactive {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#hero .navbar-toggler-icon {
  background-color: transparent;
  float: right;
}

#hero .container-fluid {
  padding: 0 !important;
}

#hero .carousel-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 100vh;
  padding-bottom: 300px;
  width: 85vw;
  margin: 0 auto;
}

#hero .carousel-item img {
  display: block;
  margin: 0 auto;
}

#hero {
  width: 100%;
  /* height: 100vh; */
  overflow: hidden;
  position: relative;
  background: fff;
  padding: 0 !important;
}

/* #hero p {
    margin: 0;
    position: absolute;
    top: 30%;
    left: 60px;
    width: 30vw;
    color: #fff;
    font-size: 2em;
    line-height: 1.4em;
} */

#hero button {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1000;
}

#hero .navbar-toggler-icon {
  background-color: transparent;
  float: right;
}

#hero .container-fluid {
  padding: 0 !important;
}

#hero .carousel-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  /* height: 100vh;
    padding-bottom: 300px; */
  width: 85vw;
  margin: 0 auto;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
  text-decoration: none;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

#home-top {
  padding: 0;
  /* background-image: url("../img/foto2-custom-min.png");
  background-repeat: no-repeat;
  background-size: 100%; */
  /* height: 150vh; */
}

#home-top h1 {
  font-weight: 800;
  font-size: 4em;
  line-height: 1em;
}

#home-top p {
  font-weight: 600;
}

/*--------------------------------------------------------------
  # Meio
  --------------------------------------------------------------*/
.img-responsive {
  height: 50vh;
  width: 40vw;
}

#meio {
  padding: 60px 0;
}

#icons-container {
  background-color: rgb(207, 207, 207);
}

#icons-container img {
  width: 70px;
}

/*--------------------------------------------------------------
  # Galeria
  --------------------------------------------------------------*/
/* Image zoom on hover + Overlay colour */

.parent {
  width: 100%;
  margin: 20px;
  height: 57vh;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.child {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.link {
  border: 1px solid #fff;
  border-radius: 100%;
  position: relative;
  padding: 20px;
  display: none;
  font-size: 35px;
  color: #ffffff !important;
  font-family: sans-serif;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  text-decoration: none;
  filter: drop-shadow(2px 4px 6px black);
}

.link i {
  position: relative;
  top: -18px;
  right: 13px;
}

.parent:hover .child,
.parent:focus .child {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.parent:hover .child:before,
.parent:focus .child:before {
  display: block;
}

.parent:hover a,
.parent:focus a {
  display: block;
}

.child:before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(52, 73, 94, 0.048);
}

.figu {
  margin-top: 10vh;
  height: 35vh;
  width: auto;
}

/* Media Queries */
@media screen and (max-width: 960px) {
  .parent {
    width: 100%;
    margin: 20px 0px;
  }
  .wrapper {
    padding: 20px 20px;
  }
}

.galeria {
  padding: 5rem 0 2.5rem;
  background-image: url("../img/see-closely.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: auto;
}


/*--------------------------------------------------------------
  # Calendario
  --------------------------------------------------------------*/
#reserve {
  /* background: url(../img/reserve.png) bottom right; */
  background-repeat: no-repeat;
  background-size: auto;
}

#reserve .green {
  background-color: rgb(17, 180, 44);
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 10px 0 0 0;
}

#reserve .white {
  background-color: rgb(250, 250, 250);
  border: 1px solid black;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 10px 0 0 0;
}

#reserve .red {
  background-color: rgb(223, 9, 9);
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 10px 0 0 0;
}

.calendario {
  padding: 5rem 0 2.5rem;
  background-image: url("../img/reserve.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 115vh;
}

.texto-off {
  color: #000 !important;
  font-family: Montserrat !important;
  font-size: 6vh;
}

.texto-off1 {
  color: #000 !important;
  font-family: Montserrat !important;
  font-size: 2vh;
  font-weight: 500;
}

.texto-on {
  color: #000 !important;
  font-size: 6vh;
  font-family: loveland;
  font-weight: 700;
  font-style: normal;
  background-color: #ffcd8bd3;
}

.texto-on1 {
  color: #000 !important;
  font-size: 5.5vh;
  font-family: loveland;
  font-weight: 600;
  font-style: normal;
}

#icons-container p {
  font-family: Montserrat !important;
  font-size: 0.9em;
  font-weight: 700;
}

/*--------------------------------------------------------------
  # Sobre
  --------------------------------------------------------------*/

#sobre {
  background: url(../img/bg-sobre.jpg) center no-repeat;
  background-size: cover;
}

#sobre .pad1 {
  padding: 70px 0;
}

#sobre .pad2 {
  padding: 20px 0;
  background: rgb(255, 0, 8);
  background: -moz-linear-gradient(
    120deg,
    rgba(255, 0, 8, 1) 50%,
    rgba(255, 255, 255, 0) 50%
  );
  background: -webkit-linear-gradient(
    120deg,
    rgba(255, 0, 8, 1) 50%,
    rgba(255, 255, 255, 0) 50%
  );
  background: linear-gradient(
    120deg,
    rgba(255, 0, 8, 1) 50%,
    rgba(255, 255, 255, 0) 50%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0008", endColorstr="#ffffff", GradientType=1);
}

#sobre h1 {
  color: #fff;
  font-weight: 900;
  font-size: 4em;
  margin: 0;
}

#sobre-main h2 {
  font-weight: 700;
  font-size: 4em;
}

#values {
  background-color: #eaeaea;
}

#values .title {
  font-size: 1.5em;
  font-weight: 900;
}

#slogan {
  background: url("../img/bg-sobre2.jpg") center no-repeat;
  background-size: cover;
  padding: 60px 0;
  border-bottom: 20px solid #ff0008;
}

#slogan p {
  margin: 0;
  color: #fff;
  font-size: 2.5em;
  font-weight: 800;
}

#slogan span {
  color: #fb0401;
  font-weight: 700;
}

/*--------------------------------------------------------------
  # Soluções
  --------------------------------------------------------------*/

#solucoes {
  background: url(../img/bg-sobre.jpg) center no-repeat;
  background-size: cover;
}

#solucoes .pad1 {
  padding: 70px 0;
}

#solucoes .pad2 {
  padding: 20px 0;
  background: rgb(255, 0, 8);
  background: -moz-linear-gradient(
    120deg,
    rgba(255, 0, 8, 1) 50%,
    rgba(255, 255, 255, 0) 50%
  );
  background: -webkit-linear-gradient(
    120deg,
    rgba(255, 0, 8, 1) 50%,
    rgba(255, 255, 255, 0) 50%
  );
  background: linear-gradient(
    120deg,
    rgba(255, 0, 8, 1) 50%,
    rgba(255, 255, 255, 0) 50%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0008", endColorstr="#ffffff", GradientType=1);
}

#solucoes h1 {
  color: #fff;
  font-weight: 900;
  font-size: 4em;
  margin: 0;
}

#solu-main .card {
  background-color: #f3f3f3;
}

/*--------------------------------------------------------------
  # Contato
  --------------------------------------------------------------*/

#formulario {
  border-top: 20px solid #ff0008;
  background-color: #fff;
  padding: 30px;
  position: relative;
  top: -100px;
  margin-bottom: -100px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(36, 36, 36, 0.61);
  -moz-box-shadow: 0px 0px 14px 0px rgba(36, 36, 36, 0.61);
  box-shadow: 0px 0px 14px 0px rgba(36, 36, 36, 0.61);
}

#formulario .info-icons {
  font-size: 3em;
  padding: 7px;
  color: #217533;
  position: relative;
  right: 12px;
  top: 2px;
}

#formulario .ajuste {
  top: 6px;
}

#formulario a {
  color: #000;
}

.g-recaptcha div:first-child {
  margin: 0 auto;
  display: block;
}

/*--------------------------------------------------------------
  # Trabalhe Conosco
  --------------------------------------------------------------*/

#trabalhe {
  background: url(../img/bg-trabalhe.jpg) center no-repeat;
  background-size: cover;
}

#trabalhe .pad1 {
  padding: 70px 0;
}

#trabalhe .pad2 {
  padding: 20px 0;
  background: rgb(255, 0, 8);
  background: -moz-linear-gradient(
    120deg,
    rgba(255, 0, 8, 1) 50%,
    rgba(255, 255, 255, 0) 50%
  );
  background: -webkit-linear-gradient(
    120deg,
    rgba(255, 0, 8, 1) 50%,
    rgba(255, 255, 255, 0) 50%
  );
  background: linear-gradient(
    120deg,
    rgba(255, 0, 8, 1) 50%,
    rgba(255, 255, 255, 0) 50%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0008", endColorstr="#ffffff", GradientType=1);
}

#trabalhe h1 {
  color: #fff;
  font-weight: 900;
  font-size: 4em;
  margin: 0;
}

#trab {
  background: url(../img/bg-cta.jpg) center no-repeat;
  background-size: cover;
  padding: 120px 0;
  border-bottom: 20px solid #ff0008;
}

/*--------------------------------------------------------------
  # Trabalhe Conosco
  --------------------------------------------------------------*/

#rastreamento {
  background: url(../img/bg-rastreie.jpg) center no-repeat;
  background-size: cover;
}

#rastreamento .pad1 {
  padding: 70px 0;
}

#rastreamento .pad2 {
  padding: 20px 0;
  background: rgb(255, 0, 8);
  background: -moz-linear-gradient(
    120deg,
    rgba(255, 0, 8, 1) 50%,
    rgba(255, 255, 255, 0) 50%
  );
  background: -webkit-linear-gradient(
    120deg,
    rgba(255, 0, 8, 1) 50%,
    rgba(255, 255, 255, 0) 50%
  );
  background: linear-gradient(
    120deg,
    rgba(255, 0, 8, 1) 50%,
    rgba(255, 255, 255, 0) 50%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0008", endColorstr="#ffffff", GradientType=1);
}

#rastreamento h1 {
  color: #fff;
  font-weight: 900;
  font-size: 4em;
  margin: 0;
}

#rast-main {
  padding: 100px 0;
}

/*--------------------------------------------------------------
  # Buttons
  --------------------------------------------------------------*/

.btn-top {
  background-color: #ff0008;
  color: #fff;
  font-weight: 700;
  font-size: 1.3em;
  padding: 6px 20px;
  transition: all 0.5s;
}

.btn-top:hover {
  background-color: #db0007;
  color: #fff;
}

.btn-footer {
  background-color: #ff0008;
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  padding: 3px 20px;
  border-radius: 0;
  width: auto;
  transition: all 0.5s;
}

.btn-footer:hover {
  background-color: #db0007;
  color: #fff;
}

.btn-red {
  background-color: #ff0008;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  transition: all 0.5s;
}

.btn-red:hover {
  background-color: #b40006ce;
  color: #fff;
}

.btn-red i {
  font-size: 1.3em;
  position: relative;
  top: 3px;
}

.btn-branco {
  background-color: #fff;
  color: #ff0008;
  font-weight: 800;
  font-size: 1.2em;
  padding: 8px 20px;
  transition: all 0.5s;
}

.btn-branco:hover {
  background-color: rgb(221, 221, 221);
  color: #ff0008;
}

.btn-branco i {
  font-weight: 900;
  font-size: 1.3em;
  position: relative;
  top: 4px;
  margin-top: -4px;
}

.btn-contato {
  background-color: #ff0008;
  color: #fff;
  font-weight: 700;
  font-size: 1.4em;
  border-radius: 0;
  transition: all 0.5s;
}

.btn-contato:hover {
  background-color: #b8070d;
  color: #fff;
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/

footer {
  background-color: rgb(37, 36, 36);
}

#footer-info h6 {
  color: #fff;
  font-size: 1.9em;
  font-weight: 600;
  font-style: italic;
  margin: 0;
}

#footer-info .barra {
  color: #fb0401;
}

#footer-info .title {
  margin: 0;
  color: #fb0401;
  font-style: normal;
  font-size: 0.7em;
  font-weight: 400;
}

#footer-info {
  background-color: rgb(66, 61, 61);
}

#footer-info p {
  color: #fff;
  margin: 0 0 5px;
  font-size: 0.9em;
}

/* #footer-info img {
    width: 300px;
} */

#footer-info a {
  color: #fff;
}

#footer-info .info-icons {
  font-size: 2.3em;
  padding: 7px 0px 7px -3px;
  color: #3d9422;
  position: relative;
  right: 12px;
  top: 2px;
}

/* #footer-info a:hover {
    text-decoration: underline;
} */

#footer-info .nav-bot a {
  color: #fff;
  font-size: 1.2em;
  transition: all 0.7s;
}

#footer-info .nav-bot a:hover {
  letter-spacing: 0.1em;
}

#footer-info .social-icons {
  font-size: 2.5em;
  color: #fff;
}

#footer-info .soci i {
  font-size: 2em;
}

@media screen and (max-width: 767px) {
  #footer-info .nav-bot a:hover {
    letter-spacing: 0;
  }
  .navbar-collapse {
    background-color: rgba(31, 32, 31, 0.747);
    opacity: 1;
    border-radius: 5px;
    padding: 2vh;
  }
}

.footerhr {
  background-color: #fff;
  width: 80%;
  margin: 0 auto;
  opacity: 0.5;
}

/*--------------------------------------------------------------
  # Copyright bottom
  --------------------------------------------------------------*/

#copyright {
  background: rgb(66, 61, 61);
}

#copyright p {
  font-size: 1em;
  color: #fff;
  font-weight: 400;
}

#copyright a {
  display: contents;
  color: #fff;
}

#copyright img {
  width: 64px;
}

#copyright .poli {
  transition: all 0.5s;
}

#copyright .poli:hover {
  text-decoration: underline;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #formulario .ajuste2 {
    padding-left: 35px;
  }

  #formulario .bord {
    border-left: 1px solid #ccc;
  }

  /* #meio .img1{
    position: relative;
    left: 50px;
  }
  #meio .img2{
    position: relative;
    right: 50px;
  } */
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  #home-top h1 {
    font-size: 2.5em;
  }

  #solu-main .img-top {
    width: 219px;
  }

  #cta2 h5 {
    font-size: 2.5em;
  }

  #footer-info .info-icons {
    right: 20px;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .header-top {
    background: #000;
  }

  .btn-top {
    font-size: 1em;
    margin-top: 15px;
  }

  #reserve {
    background: none;
  }

  #meio .img1 {
    width: 500px;
  }
  #meio .img2 {
    width: 500px;
  }

  #footer-info .info-icons {
    right: 0px;
  }

  #footer-info ul {
    padding-left: 0;
  }

  #areas .truck {
    margin-top: 0;
    margin-bottom: -100px;
  }

  #cta {
    background: url(../img/bg2.jpg) right center no-repeat;
  }

  #sobre .pad2 {
    background: transparent;
  }

  #sobre h1 {
    font-size: 3em;
  }

  #solucoes h1 {
    font-size: 2em;
  }

  #cta2 .img {
    margin-top: 40px;
  }

  #formulario .info-icons {
    right: 0;
    top: 10px;
  }

  #formulario .ajuste {
    top: 15px;
  }

  #trabalhe h1 {
    font-size: 2em;
  }

  #rastreamento h1 {
    font-size: 2em;
  }

  #home-slide {
    padding: 20px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    top: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  #areas h4 {
    font-size: 1.7em;
  }

  #cta h5 {
    font-size: 2em;
    margin-bottom: 1rem;
  }

  #cta .cta-box {
    padding: 40px 10px;
  }

  #sobre-main h2 {
    font-size: 2em;
  }

  #slogan p {
    font-size: 1.5em;
  }

  #formulario {
    padding: 20px 0;
    top: 0;
    margin-bottom: 0px;
  }

  #rastreamento h1 {
    font-size: 1.5em;
  }

  .g-recaptcha {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
