.tparrows, .tp-bullets {
  display: none!important;
}

.width-80px {
  width: 80px;
}

.height-80px {
  height: 80px;
}

.text-midnight-blue {
  color: #162542;
}

.bg-midnight-blue {
  background-color: #162542;
}

.bg-dark-slate-gray {
  background-color: #2f3d59;
}

.border-midnight-blue {
  border-color: #162542;
}

.border-color-dark-tussock {
  border-color: #bd884c;
}

.text-midnight-blue-hover:hover {
  color: #162542;
}

.text-extra-large2 {
  font-size: 25px;
  line-height: 35px;
}

.padding-130px-top {
  padding-top: 130px;
}

.frank-font {
  font-family: "Frank Ruhl Libre", serif;
}

.decor-line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}

.decor-line::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 1px;
  background-color: #b68c5a;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .decor-line::before {
    margin-left: 42.5%;
    width: 15%;
  }
}

.expanding-line-bottom::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #bd884c;
  width: 10px;
  transition: width 0.3s ease-in-out;
}

.blog-post:hover .expanding-line-bottom::after {
  width: 100%;
}

ul.custom-bullet {
  text-decoration: none;
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0;
}

ul.custom-bullet li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

ul.custom-bullet li > div {
  width: calc(100% - 30px);
  margin-bottom: 0;
  color: #162542;
  font-weight: 500;
  margin-left: 15px;
}

.overlayed-bg {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 0;
}

.overlayed-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(22, 37, 65, 0.8);
  top: 0;
  left: 0;
  z-index: -1;
}

.main-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(22, 37, 65, 0.7);
  top: 0;
  left: 0;
}

ul.sitepath {
  text-decoration: none;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  color: #fff;
}

ul.sitepath li {
  margin-right: 10px;
}

ul.sitepath li a {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: inherit;
}

.sub-left-line {
  margin-left: 10px;
}

.sub-left-line::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 1px;
  background-color: #b68c5a;
  left: 0;
  top: 50%;
  transform: translate(-50%);
}

.sub-right-line {
  margin-right: 57px;
}

.sub-right-line::after {
  content: "";
  position: absolute;
  width: 27px;
  height: 1px;
  background-color: #b68c5a;
  right: -57px;
  top: 50%;
  transform: translate(-50%);
}

.btn-hover-blue, .btn-hover-white, .btn-hover-dark-tussock {
  position: relative;
  overflow: hidden;
  border: none;
  z-index: 1;
}
.btn-hover-blue::after, .btn-hover-white::after, .btn-hover-dark-tussock::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
  transform: translate(-101%, 0);
}
.btn-hover-blue:hover.btn-hover-blue::after,
.btn-hover-white:hover.btn-hover-white::after,
.btn-hover-dark-tussock:hover.btn-hover-dark-tussock::after {
  transform: translate(0, 0);
  transition: 0.5s;
}
.btn-hover-blue::after {
  background-color: #162541;
}
.btn-hover-white.text-black-hover.important:hover {
  color: #000 !important;
}
.btn-hover-white::after {
  background-color: #FFF;
}
.btn-hover-dark-tussock::after {
  background-color: #b68c5a;
}

.btn.btn-expand-lr {
  padding-left: 70px;
  padding-right: 70px;
}

/* TITLES */
.h1-title {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 80px;
  color: #fff;
  font-weight: 900;
  line-height: 90px;
}

.h2-title {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 4em;
  color: #162542;
  line-height: 1.25em;
  font-weight: 700;
  padding-bottom: 25px;
  padding-top: 12px;
}

.h2-title.three-rem {
  font-size: 3rem;
}

.h3-title {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 25px;
  color: #162542;
  line-height: 35px;
  font-weight: 700;
}

.h2-subtitle {
  position: relative;
  font-family: "Frank Ruhl Libre", serif;
  font-size: 1.45em;
  color: #b68c5a;
  line-height: 1.45em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  display: inline-block;
}

.small-title .h2-subtitle {
  padding-left: 25px;
}

/* CAIXA SERVIÇOS */
.service-box:hover.service-box::before {
  top: 0;
  opacity: 1;
  transition: 0.3s;
}

.service-box:hover span,
.service-box:hover p {
  color: #fff;
}

.service-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #162541;
  top: 130px;
  left: 0;
  transition: 0.3s;
  z-index: -1;
  opacity: 0;
}

.service-box .service-icon {
  margin: 0 auto 20px;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.service-box {
  height: 100%;
}

.service-box .feature-box {
  height: 100%;
  justify-content: flex-start;
}

.service-box:hover .service-icon {
  background-color: #b68c5a;
  transition: 0.3s;
}

.service-box .service-icon-c {
  display: block;
  transition: 0.3s;
}

.service-box .service-icon-w {
  display: none;
  transition: 0.3s;
}

.service-box:hover .text-white-hover {
  color: #fff;
}

.service-box:hover .service-icon-c {
  display: none;
  transition: 0.3s;
}

.service-box:hover .service-icon-w {
  display: block;
  transition: 0.3s;
}

.service-box:hover h5 {
  color: #fff;
}

.service-box .service-btn {
  border-top-left-radius: 2px;
  /* transform: translate(0, -50%); */
  padding: 0.575rem 0.8rem 0.575rem 1.1rem;
  align-self: flex-end;
}

.service-box:hover .service-btn {
  /* transform: translate(0, -2px); */
  padding: 0.575rem 1.1rem 0.575rem 0.8rem;
}

.team-style-03 figure {
  height: calc(100% - 1rem);
}

.wp_btn {
  position: fixed;
  width: 75px;
  height: 75px;
  bottom: 85px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 999;
}
.wp_btn:active {
  color: #fff;
}
.wp_btn:focus {
  color: #162542;
}

.wp_btn > i {
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  .wp_btn {
    font-size: 25px;
    width: 60px;
    height: 60px;
  }

  .wp_btn > i {
    margin-top: 17px;
  }
}

footer .footer-logo img {
  max-height: 160px;
}

@media screen and (max-width: 768px) {
  footer .news-box {
    display: none;
  }
}

/*------------------------------------------
                    OLD
  ------------------------------------------*/
:root {
  --color-coamo-orange: #f47b34;
}

img.default-logo {
  max-height: 50px !important;
}

.navbar .navbar-nav .nav-link {
  font-size: 18px;
}

.bg-coamo-orange {
  background-color: var(--color-coamo-orange) !important;
}

.border-coamo-orange {
  border-color: var(--color-coamo-orange) !important;
}

.web-agency .process-step-style-02 .process-step-item:hover .process-step-icon.bg-coamo-orange {
  color: var(--color-coamo-orange);
}

.text-dark-orange-coamo,
.btn-link.text-dark-orange,
a.text-dark-orange-hover:hover {
  color: var(--color-coamo-orange);
}

h1 {
  font-size: 4rem;
  line-height: 4rem;
}

.banner .image {
  width: 100%;
}

@media screen and (min-width: 992px) {
  #sobre {
    margin-top: -12rem;
  }
}

#acoamo {
  padding-top: 164px;
  padding-bottom: 163px;
}

@media screen and (min-width: 992px) {
  .outside-box-left {
    margin-left: -13vw;
    margin-right: 2vw;
  }
}
@media screen and (max-width: 991px) {
  .outside-box-left {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .banner .image {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.overlay-bg {
  background-color: #00000066;
  transition: background 0.3s;
}

.slider-navigation-style-01.swiper-button-next.rounded-circle {
  right: 2px;
}
.slider-navigation-style-01.swiper-button-prev.rounded-circle {
  left: 2px;
}

@media screen and (max-width: 425px) {
  .hide-mobile {
    display: none;
  }
  .feature-box .nome {
    text-align: center;
  }
  .feature-box .cargo {
    text-align: center;
  }
}

@media screen and (min-width: 426px) {
  .hide-desktop {
    display: none;
  }
}
