#home {
  height: 100vh;
  background: url("../../assets/img/01.png");
  width: 100%;
}

#title-1 {
  color: #3cc7e2;
  font-family: Cairo, sans-serif;
  font-weight: 900;
  font-size: 35px;
  letter-spacing: 2px;
  line-height: 55px;
}

#text-1 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  margin: 0px;
}

#arrow {
  color: #3cc7e2;
  font-size: 60px;
  margin-left: 0px;
}

@media (min-width: 576px) {
  #title-1 {
    font-size: 50px;
    line-height: 70px;
  }
}

@media (min-width: 768px) {
  #title-1 {
    font-size: 60px;
    line-height: 75px;
  }
}

@media (min-width: 992px) {
  #title-1 {
    font-size: 80px;
    line-height: 100px;
  }
}

@media (min-width: 992px) {
  #text-1 {
    font-size: 30px;
  }
}

#title-2 {
  font-family: Cairo, sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 2px;
}

#text-2 {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 14px;
  margin: 0px;
  line-height: 32px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  #title-2 {
    font-size: 50px;
  }
}

#div-cot {
  background: #4b4b4b;
  padding: 50px 0px;
}

@media (min-width: 992px) {
  #div-cot {
    padding: 50px;
  }
}

#col-hide {
  display: none !important;
}

@media (min-width: 992px) {
  #col-hide {
    display: flex !important;
  }
}

#cont-cot {
  background: #3cc7e2;
  position: relative;
  z-index: 999;
}

@media (min-width: 992px) {
  #cont-cot {
    margin-top: -75px;
    background: linear-gradient(
      rgba(0, 0, 0, 0) 10%,
      rgb(60, 199, 226) 10%,
      #3cc7e2 90%,
      rgba(0, 0, 0, 0) 90%
    );
  }
}

.navbar.scrolling {
  background-color: #4b4b4b;
  border-bottom: solid 2px #3cc7e2;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-top: 0px;
}

.navbar {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin-top: 15px;
  display: flex !important;
  align-items: center !important;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.navbar-light .navbar-nav .nav-link > .svg {
  color: rgb(255, 255, 255);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover > .hide {
  opacity: 1;
  color: rgb(60, 199, 226);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgb(60, 199, 226);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#navcol-1 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}

.hide {
  opacity: 0;
  padding-top: 1px;
  font-size: 22px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(60, 199, 226);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#btn-contato {
  border: 2px solid #3cc7e2;
  margin-left: 15px;
  padding: 8px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

#btn-contato:hover {
  background: #3cc7e2;
  color: #ffffff;
}

#title-3 {
  font-family: Cairo, sans-serif;
  font-weight: 700;
  color: #3cc7e2;
  font-size: 32px;
  letter-spacing: 2px;
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  #title-3 {
    font-size: 50px;
  }
}

#arrow-2 {
  font-size: 50px;
  margin-left: -25px;
}

#text-3 {
  color: #4b4b4b;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0px;
  line-height: 30px;
  font-weight: 600;
}

#text-4 {
  color: #4b4b4b;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 0px;
  border-left: 0px;
  padding-left: 0px;
}

#sec-sobre {
  margin-bottom: 0px;
  background: none;
  background-color: #ffffff;
  margin-top: 90px;
}

#valores {
  background: #eeeeee;
}

#title-4 {
  font-family: Cairo, sans-serif;
  font-weight: 700;
  color: #3cc7e2;
  font-size: 32px;
  letter-spacing: 2px;
}

#icons {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
}

#bg-2 {
  height: 700px;
  background: url("../../assets/img/bg_2.webp") center / cover no-repeat;
}

#clientes {
  background: #3cc7e2;
  padding-top: 100px;
  padding-bottom: 100px;
}



#bluebox-2 {
  height: 25px;
  margin-left: 75px;
  width: 25px;
  background: linear-gradient(135deg, #3cc7e2 50%, rgba(255, 255, 255, 0) 50%);
}

#btn-1 {
  border: 2px solid #3cc7e2;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0.5rem 1rem;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#btn-m {
  border: 2px solid #3cc7e2;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0.5rem 1rem;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: 0px;
  margin-top: 35px;
  text-decoration: none;
}

#btn-1:hover {
  background: #3cc7e2;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#btn-m:hover {
  background: #3cc7e2;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#sec-servicos {
  padding-top: 100px;
  padding-bottom: 0px;
  background: #eeeeee;
}

#atuacao {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ffffff;
}

#box {
  border: 2px solid #3cc7e2;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0.5rem 1rem;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-top: 15px;
}

#segmentos {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #3cc7e2;
}

#sec-frota {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #4b4b4b;
}

#sec-contato {
  padding-top: 100px;
  background-color: #ffffff;
}

#cont-icon {
  font-size: 26px;
  color: #4b4b4b;
}

#div-cont-icon {
  border: solid 2px #3cc7e2;
  padding: 8px;
}

#menu {
  display: none !important;
}

@media (min-width: 1200px) {
  #menu {
    display: flex !important;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4b4b4b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999999;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-radius: 0px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  margin-bottom: 25px;
}

#enviar {
  margin-top: 25px;
}

.form-control::-webkit-input-placeholder {
  color: #c8c8c8;
}

.form-control:-moz-placeholder {
  color: #c8c8c8;
}

.form-control::-ms-input-placeholder {
  color: #c8c8c8;
}

#rodape {
  background: #4b4b4b;
  padding-top: 50px;
  border-top: 4px solid #3cc7e2;
}

#ufo {
  height: 45px;
  width: 45px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#ufo:hover {
  filter: brightness(0%) invert(100%);
  -webkit-filter: brightness(0%) invert(100%);
}

#arrow-top {
  font-size: 30px;
  color: #ffffff;
}

#link-top {
  padding: 5px 10px;
  background-color: #3cc7e2;
}

#link-down {
  margin-top: 75px;
}

.anchor {
  display: block;
  height: 75px;
  margin-top: -75px;
}

.nav-link.active > .hide {
  opacity: 1;
  color: rgb(60, 199, 226);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#btn-contato.active {
  background: #3cc7e2;
  color: #4b4b4b;
}

::selection {
  background-color: #3cc7e2;
  color: #ffffff;
}

#handshake {
  display: none !important;
}

textarea.form-control {
  height: 100%;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

.form-control:focus {
  color: #4b4b4b;
  background-color: #fff;
  border-color: #3cc7e2;
  outline: 0;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn {
  display: inline-block;
  color: #4b4b4b;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid #3cc7e2;
  line-height: 1.5;
  border-radius: 0px;
  transition:
    color 0.3s ease-in-out,
    background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 0.5rem 1rem;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3cc7e2;
  border-color: #3cc7e2;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3cc7e2;
  border-color: #3cc7e2;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #3cc7e2;
  border-color: #3cc7e2;
  box-shadow: none;
}

@media (min-width: 992px) {
  #sec-sobre {
    background: url("../../assets/img/banner_sobre.webp") center / cover
      no-repeat;
    background-color: #ffffff;
  }
}

@media (min-width: 992px) {
  #text-4 {
    margin-top: 35px;
    border-left: 2px solid #3cc7e2;
    padding-left: 25px;
  }
}

@media (min-width: 992px) {
  #handshake {
    height: 500px;
    background: url("../../assets/img/banner_servicos.webp") center / cover
      no-repeat;
    position: relative;
    z-index: 1000;
    margin-bottom: -450px;
    display: flex !important;
  }
}

#banner-full {
  height: 50vh;
  background: url("../../assets/img/banner_sobre_full.webp") center / cover
    no-repeat;
  display: flex;
}

@media (min-width: 992px) {
  #banner-full {
    display: none;
  }
}

@media (min-width: 992px) {
  #arrow-2 {
    font-size: 60px;
  }
}

#arrow-1 {
  font-size: 50px;
  margin-left: -25px;
}

@media (min-width: 992px) {
  #arrow-1 {
    font-size: 60px;
  }
}

#col-1 {
  padding-top: 0px;
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  #col-1 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}

@media (min-width: 992px) {
  #sec-servicos {
    padding-bottom: 100px;
  }
}

#col-2 {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  #col-2 {
    margin-bottom: 0px;
  }
}

#col-qr {
  padding-top: 50px;
}

@media (min-width: 768px) {
  #col-qr {
    padding-top: 0px;
  }
}

@media (min-width: 992px) {
  #bluebox {
    margin-right: 75px;
    margin-left: 75px;
  }
}

#iphone {
  height: 75vh;
  padding-top: 50px;
}

@media (min-width: 992px) {
  #iphone {
    padding-top: 0px;
  }
}

@media (min-width: 992px) {
  #btn-m {
    margin-left: 75px;
  }
}



@media (min-width: 992px) {
  #arrow {
    margin-left: -12px;
  }
}

#map {
  padding-top: 50px;
}

@media (min-width: 992px) {
  #map {
    padding-top: 0px;
  }
}

@media (min-width: 992px) {
  #rodape {
    background:
      url("../../assets/img/bg_arrow.svg") right / contain no-repeat,
      #4b4b4b;
  }
}

.carousel-control-next {
  display: none;
}

.carousel-control-prev {
  display: none;
}

#col-car {
  margin-top: 25px;
}

#menu-mobile {
  display: flex !important;
  position: fixed;
  background-color: #4b4b4b;
  border-bottom: solid 2px #3cc7e2;
  width: 100%;
  height: 75px;
  z-index: 1030;
}

@media (min-width: 1200px) {
  #menu-mobile {
    display: none !important;
  }
}

#menu-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  font-size: 25px;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1050;
}

#link-mobile-2 {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3cc7e2;
}

#link-mobile-3 {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3cc7e2;
}

#link-mobile-4 {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3cc7e2;
}

#link-mobile-5 {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3cc7e2;
}

#link-mobile-6 {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3cc7e2;
}

#link-mobile-2:hover {
  text-decoration: none;
  color: #ffffff;
}

#link-mobile-3:hover {
  text-decoration: none;
  color: #ffffff;
}

#link-mobile-6:hover {
  text-decoration: none;
  color: #ffffff;
}

#link-mobile-5:hover {
  text-decoration: none;
  color: #ffffff;
}

#link-mobile-4:hover {
  text-decoration: none;
  color: #ffffff;
}

#icons-x {
  height: 150px;
}

@media (min-width: 576px) {
  #icons-x {
    height: 175px;
  }
}

#mensagem {
  height: 100vh;
  background-color: #4b4b4b;
}

#cotacao {
  padding-bottom: 80px;
}

#space {
  background-color: #ffffff;
  height: 100px;
}

#menu-vertical {
  display: flex !important;
  position: fixed;
  right: 25px;
  top: 90%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1030;
  border: none;
  background-color: #25d366;
  border-radius: 50px 50px 50px 50px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#nav {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: flex;
  border: none;
  color: #ffffff;
  font-size: 30px;
  margin: 8px 2px 8px 2px;
}

#menu-vertical:hover {
  background-color: #4b4b4b;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#link-1 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 5px 0px 0px 0px;
  line-height: 30px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#link-1:hover {
  color: #3cc7e2;
}

#certificacoes {
  padding-top: 100px;
  padding-bottom: 0px;
  background: #eeeeee;
  padding-bottom: 100px;
}

#certificacoes-col-1 {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  #certificacoes-col-1 {
    margin-bottom: 0px;
  }
}

#bg-3 {
  height: 700px;
  background: url("../../assets/img/bg_3.webp") center / cover no-repeat;
  margin-top: 100px;
}

/* Certificate Gallery */
.cert-gallery {
  margin-top: 40px;
}

.cert-item {
  margin-bottom: 20px;
  text-align: center;
  padding: 10px;
}

.cert-img {
  width: 100%;
  max-width: 200px; /* Limit size for aesthetics */
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #dee2e6;
  background-color: #fff;
}

.cert-img:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  border-color: #3cc7e2;
}

#certModal .modal-body {
    padding: 0;
    text-align: center;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

#certModal .modal-content {
    background-color: transparent;
    border: none;
}

#certModal .btn-close {
    background-color: white;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 1051;
    opacity: 1;
    border-radius: 50%;
    padding: 10px;
}

#certModalImage {
    max-height: 85vh;
    max-width: 100%;
    object-fit: contain;
    border-radius: 8px;
}

#carouselFrota .carousel-control-prev,
#carouselFrota .carousel-control-next {
  display: flex !important;
}
