.anime {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: 1s;
}

.anime-slow {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: 2s;
}

.anime-start {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.bg-lightgreen {
  background-color: #009943;
}

.bg-darkgreen {
  background-color: #133B3E;
}

.text-lightgreen {
  color: #009943;
}

.text-darkgreen {
  color: #133B3E;
}

.btn-darkgreen {
  background: #133B3E;
  border: 1px solid #133B3E;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .btn-darkgreen {
    font-size: 25px;
  }
}
.btn-darkgreen:hover {
  background: #009943;
  border: 1px solid #009943;
  color: #fff;
}

.btn-lightgreen {
  background: #009943;
  border: 1px solid #009943;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.btn-lightgreen:hover {
  background: #133B3E;
  border: 1px solid #133B3E;
  color: #fff;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 30px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #133B3E;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #009943;
}

p {
  color: #133B3E;
  font-family: "Open Sans", sans-serif;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.font-sans {
  font-family: "Open Sans", sans-serif;
}

.menu {
  -webkit-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.5);
}

.navbar {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.navbar li {
  position: relative;
}

@media (min-width: 1200px) {
  .navbar-light .navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    width: 45%;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 5px solid #009943;
    width: 100%;
  }
}

.icon {
  width: 20px;
}

.mouse-icon img {
  width: 35px;
}

.card {
  border: none;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.card:hover {
  background-color: #009943;
}
.card:hover .card-title,
.card:hover .card-text {
  color: #fff;
}

.card-img-top {
  width: 79px;
}

.card-title {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #133B3E;
}

.card-text {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  text-align: justify;
}

.form-control {
  border-radius: 20px;
  border: none;
  background-color: #e8ebf2;
  color: #133B3E;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #009943;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 135, 67, 0.25);
}

.loading,
.tick {
  display: none;
  width: 57px;
}

::-webkit-input-placeholder {
  color: #133B3E !important;
  text-transform: uppercase;
}

::-moz-placeholder {
  color: #133B3E !important;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  color: #133B3E !important;
  text-transform: uppercase;
}

:-moz-placeholder {
  color: #133B3E !important;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .shadow {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  }
}
.breadcrumb {
  color: #009943;
}
.breadcrumb a {
  color: #009943;
}

.breadcrumb-item.active {
  color: #133B3E;
  font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #009943;
  content: ">";
}

.top-bar span {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.top-bar .icon {
  width: 15px;
}

#banner {
  background-image: url(../img/bg-banner.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

@media (min-width: 768px) {
  .bg-form {
    background-image: url(../img/bg-banner.png);
    background-size: cover;
    background-position: center;
  }
}

@media (min-width: 768px) {
  .bg-form-armazenagem {
    background-image: url(../img/bg-form.png);
    background-size: cover;
    background-position: center;
  }
}

.sub-title-armazenagem {
  font-size: 25px;
  color: #2c5257;
}
@media (max-width: 425px) {
  .sub-title-armazenagem {
    font-size: 18px;
  }
}

.margin-row-icon-contato {
  border: 4px solid #55bb82;
  width: 300px;
  margin: 0;
}

#banner-bottom {
  position: relative;
  bottom: -25px;
}

#hero .subtitle {
  font-size: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .card {
    min-height: 280px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card {
    min-height: 340px;
  }
}
@media (min-width: 1200px) {
  .card {
    min-height: 300px;
  }
}

#servicos {
  background-image: url(../img/bg-servicos.png);
}

#curve-bottom {
  position: relative;
  top: -6px;
}

.bg-form-negative {
  margin-top: -60px;
  margin-bottom: -60px;
}

.img-service {
  height: 350px;
  width: 350px;
}

@media (min-width: 425px) {
  .title-gestao-transporte {
    font-size: 35px;
  }
}

.subtitle {
  color: #133B3E;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .subtitle {
    font-size: 30px;
  }
}

footer span {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
footer hr {
  border-top: 1px solid #fff;
}
footer a:hover {
  text-decoration: none;
}

#index h2::after {
  content: "";
  width: 240px;
  height: 7px;
  margin: 5px auto;
  display: block;
  background-color: #009943;
}

#contact h1,
#services h1,
#who-we-are h1 {
  font-size: 35px;
  color: #009943;
}
@media (min-width: 768px) {
  #contact h1,
#services h1,
#who-we-are h1 {
    font-size: 78px;
  }
}
#contact h2,
#services h2,
#who-we-are h2 {
  color: #009943;
}
@media (min-width: 768px) {
  #contact .subtitle,
#services .subtitle,
#who-we-are .subtitle {
    font-size: 28px;
  }
}
#contact .icon,
#services .icon,
#who-we-are .icon {
  width: 20px;
}
@media (min-width: 768px) {
  #contact .icon,
#services .icon,
#who-we-are .icon {
    width: 30px;
  }
}
#contact .icon-social,
#services .icon-social,
#who-we-are .icon-social {
  width: 40px;
}

#thanks h1 {
  font-size: 30px;
  color: #009943;
}
@media (min-width: 768px) {
  #thanks h1 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  #thanks p {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  #services {
    background-image: url(../img/servicos-operacoes-logisticas.png);
    background-position-x: right;
    background-repeat: no-repeat;
  }
}
#services h2 {
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #services h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  #services h2 {
    font-size: 40px;
  }
}
#services .icon-service {
  width: 40px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #services .icon-service {
    width: 40px;
  }
}
@media (min-width: 1200px) {
  #services .icon-service {
    width: 50px;
  }
}
#services .img-service {
  width: 200px;
  height: 200px;
}
@media (min-width: 1200px) {
  #services .img-service {
    width: 400px;
    height: 400px;
  }
}
#services .sub-title-armazenagem {
  font-size: 25px;
  color: #2c5257;
}
@media (max-width: 425px) {
  #services .sub-title-armazenagem {
    font-size: 18px;
  }
}
#services .hr-armazenagem {
  border: 2px solid #55bb82;
  width: 365px;
  margin: 0;
}
@media (max-width: 425px) {
  #services .hr-armazenagem {
    width: 100%;
  }
}
#services .hr-armazenagem-temp {
  border: 4px solid #55bb82;
  margin: 0;
  width: 475px;
}
@media (max-width: 425px) {
  #services .hr-armazenagem-temp {
    width: 100%;
  }
}
#services .hr-armazenagem-abertura-filial {
  border: 4px solid #55bb82;
  width: 100%;
  margin: 0;
}
#services .margin-row-icon-contato {
  border: 4px solid #55bb82;
  width: 300px;
  margin: 0;
}
#services .align-items-left-armazenagem {
  flex-direction: column;
  align-items: flex-start !important;
}
#services .container-img-armazenagem {
  margin-top: 30px;
  margin-bottom: 30px;
}
#services .margin-row-icon-temp {
  margin-top: 35px;
  margin-bottom: 35px;
}
#services .margin-row-icon-temp p {
  font-weight: bold;
}
#services .icon-mobile {
  display: flex;
  margin-left: auto;
  margin-right: auto !important;
  margin-bottom: 15px;
  width: 60px;
}
@media (max-width: 768px) {
  #services .font-mobile {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  #services .font-mobile {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  #services .font-span-mobile {
    font-size: 13px;
  }
}
@media (max-width: 375px) {
  #services .font-span-mobile {
    font-size: 15px;
  }
}
@media (max-width: 320px) {
  #services .font-span-mobile {
    font-size: 13px;
  }
}
#services .open-filial-h5 {
  font-size: 18px;
  color: #009943;
}
@media (max-width: 768px) {
  #services .img-side-mobile {
    display: none !important;
  }
}
@media (min-width: 426px) {
  #services .hidden-open-filial-h2 {
    display: none !important;
  }
}
@media (max-width: 320px) {
  #services .hidden-contact-email {
    display: none !important;
  }
}
@media (min-width: 375px) {
  #services .hidden-contact-email-break {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .img-bg-armazenagem {
    background-image: url() !important;
    background-position-x: right;
    background-repeat: no-repeat;
  }
}
.img-bg-armazenagem .mb-xl-5, .img-bg-armazenagem .my-xl-5 {
  margin-bottom: 0rem !important;
}

.container-fluid-armazenagem-contato {
  background-image: url(../img/bg-form.png);
  height: 350px;
  z-index: 0;
  position: relative;
  background-size: 100%;
  background-repeat: round;
}
.container-fluid-armazenagem-contato .container-bg-form-contato {
  height: 100%;
  width: 100%;
}

.container-form-contato {
  background-color: #fff;
  box-shadow: rgba(33, 37, 41, 0.52) 1px 2px 11px -1px;
  border-radius: 2px;
  padding: 20px;
  width: 690px;
  height: 400px;
  margin: -365px auto 50px auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 425px) {
  .container-form-contato {
    width: 400px;
    margin-top: 0px;
  }
}
@media (max-width: 375px) {
  .container-form-contato {
    width: 350px;
    margin-top: 0px;
  }
}
@media (max-width: 320px) {
  .container-form-contato {
    width: 280px;
    margin-top: 0px;
  }
}
.container-form-contato textarea {
  resize: none;
}
.container-form-contato button {
  float: right;
  background-color: #009943;
}

.container-info-contato {
  margin-bottom: 50px;
}
.container-info-contato .padding-style-contato-info {
  padding-left: 0;
  padding-top: 5px;
}

@media (min-width: 1200px) {
  #who-we-are {
    background-image: url(../img/quem-somos.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
#who-we-are h2 {
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #who-we-are h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  #who-we-are h2 {
    font-size: 40px;
  }
}
#who-we-are .focus-area {
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
}

.dropbtn {
  background-color: white;
  color: #00000080;
  font-size: 16px;
  font-weight: bold;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-weight: 100;
  font-size: 12px;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
  transition: 1s;
  opacity: 1;
}

.dropdown:hover .dropbtn {
  background-color: white;
  transition: 1s;
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
