@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("./reset.css");

body,
html {
  font-family: "Montserrat", sans-serif;
  color: #242424;
}
header {
  position: relative;
  /*   height: 75vh;
 */
}
header a:hover {
  color: #fff;
}
.bg-header {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.bg-header object {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
}
header .menu-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.header-carousel {
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.5rem 1rem;
}
.navbar-brand img {
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 15px;
}
.navbar-brand {
  display: inline-flex;
  align-items: center;
  line-height: 1.3;
  font-weight: 200;
  font-size: 15px;
  color: #fff;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.nav-link.btn-solid-white {
  padding: 10px 30px !important;
  border-radius: 0px 0;
  font-size: 14px;
}
.btn-solid-white {
  background: #fff;
  padding: 12px 45px !important;
  border-radius: 0px 0;
  color: #20265b;
  font-weight: 500;
  font-size: 15px;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.btn-solid-white:hover {
  transform: scale(1.02);
  background: #fff;
  color: #20265b;
}
.nav-link i {
  padding: 4px;
  font-size: 18px;
  margin-top: 0px;
}
.nav-item.active {
  position: relative;
}
.nav-item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: #fff;
}
.box-header .bg-carousel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  /*   height: 75vh;
 */
}
.box-header-01 {
  position: absolute;
  left: 15%;
  bottom: 20%;
  max-width: 600px;
}
.box-header-01 h1 {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
}
.box-header-01 h1 strong {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  display: block;
}
.box-header-01 p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300;
  color: #fff;
}

header .owl-dots {
  position: absolute;
  bottom: 10%;
  left: 15%;
}
header .owl-theme .owl-dots .owl-dot span {
  width: 59px;
  height: 3px;
  margin: 5px 7px 5px 0px;
  background: #ffffff7a;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 0;
}
header .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

.box-header-02 {
  position: absolute;
  background: #ffffff20;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 35px 15% 35px 40px;
  border-radius: 0 0 0 50px;
}
.box-header-02 h4 {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}
.box-header-02 h3 {
  font-size: 35px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
}
.box-header-02 h3 strong {
  font-weight: 700;
  display: block;
}
.box-header {
  /*   height: 75vh;
 */
  display: flex;
  min-height: 564px;
  height: 75vh;
}
.box-header img {
  width: 100% !important;
}

.menu-header {
  margin-bottom: -150px;
  z-index: 22;
  position: relative;
}

body > header > div.container {
  padding: 200px 15px 0px 15px;
}

section {
  margin: 50px 0;
  position: relative;
  /*   z-index: 20; */
}
hr.hr-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 4px solid #fff;
  max-width: 150px;
  margin-left: 0;
}
h2 {
  font-size: 30px;
  color: #20265b;
  font-weight: 500;
  margin-bottom: 50px;
}
#servicos h4 {
  font-size: 22px;
  font-weight: 300;
  color: #20265b;
  padding: 15px;
  position: relative;
}
#servicos h4::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #20265b;
}
#servicos .box-servicos {
  background-color: #20265b;
  margin: 40px auto;
  padding: 50px 35px;
  border-radius: 0px 0;
  max-width: 100%;
  border-bottom: 19px solid #ffffff52;
}
#servicos .box-servicos h3 {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
}
#servicos .box-servicos p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 200;
  color: #ffffff;
}
#servicos h3 {
  font-size: 25px;
  color: #20265b;
  font-weight: 500;
}

.servicos_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#callOne {
  background: url(../img/call/call-one.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding: 96px 0;
}
#callOne h2 {
  margin-bottom: 0;
  color: #fff;
}
.box-processos {
  background: #fafafd;
  padding: 20px;
  max-width: 350px;
  margin: 15px auto;
  display: flex;
  border-radius: 0px 0;
  min-height: 180px;
  align-items: center;
}
.box-processos img {
  height: 100px;
  width: 100px;
  border-radius: 5px;
}
.box-processos-content {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
p.p-light {
  color: #20265b;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 300;
}
.box-processos-content h5 {
  font-size: 16px;
  font-weight: 400;
  color: #20265b;
  margin-bottom: 0;
}
.box-processos-content p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 13px;
  color: #a3afbd;
}
.btn-solid-blue {
  background: #20265b;
  padding: 12px 45px !important;
  border-radius: 0px 0;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.btn-solid-blue:hover {
  transform: scale(1.02);
  background: #20265b;
  color: #fff;
}
#bigNumbers h5 {
  color: #21265b;
  font-weight: 300;
  margin-bottom: 0;
}
#bigNumbers h5 strong {
  color: #21265b;
  font-weight: 700;
  font-size: 40px;
}
hr.hr-sub {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 4px solid #9babbf;
  max-width: 40px;
  margin-left: 0;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300;
}
#quemSomos h2 {
  margin-bottom: 15px;
}
#quemSomos img {
  border-radius: 0px 0;
  width: 100%;
}
#quemSomos h3 {
  font-size: 20px;
  color: #20265b;
  font-weight: 300;
  margin-bottom: 50px;
}
.box-post {
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.box-post img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.content-post-style img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.box-post h4 {
  font-size: 20px;
  font-weight: 300;
  color: #20265b;
  margin-bottom: 15px;
}
#callEnd {
  background: linear-gradient(#2a385e, #17254ab0), url(../img/call/call-end.jpg);
  background-size: cover;
  max-width: 900px;
  margin: 0 auto;
  padding: 70px;
  border-radius: 0px 0;
  margin-bottom: -150px;
  z-index: 9;
  position: relative;
}
#callEnd h2 {
  font-size: 25px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 30px;
}
#footer {
  background: linear-gradient(45deg, #2a385e, #17254a);
  margin: 0;
  padding: 200px 0 50px 0;
}
.box-contato-footer {
  padding: 30px;
}
.box-contato-footer h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}
.box-contato-footer p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  color: #ffffffb0;
  font-size: 14px;
}
footer {
  background: #21243c;
  padding: 25px 0;
}
footer p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  color: #ffffffbd;
  font-size: 14px;
}
footer a {
  font-weight: 400;
  color: #ffffff;
}
footer a:hover {
  font-weight: 400;
  color: #ffffff;
}

/*    Alterações    */
.prev-slide:after {
  left: 25px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
.next-slide:after {
  left: auto;
  right: 15px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
.box-contato-footer-destacado {
  padding: 30px;
  border-left: 2px #fff solid;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box-contato-footer-destacado h5 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}
.box-contato-footer-destacado p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  color: #fffffff0;
  font-size: 14px;
}
.box-contato-footer-destacado a {
  font-weight: 400;
  color: #fffffff0;
  font-size: 14px;
  padding-top: 5px;
}

/* servicos */
.box-servicos-v2 {
  display: flex;
  background-color: #20265b;
  padding: 25px;
  margin: 20px 15px;
  border-bottom: 19px solid #ffffff52;
}
.box-servicos-v2 img {
  flex: 0 0 30%;
  width: 180px;
  object-fit: cover !important;
  height: 100%;
}
.box-servicos-v2 .box-servicos-content {
  padding: 0 18px;
}
.box-servicos-v2 .box-servicos-content h3 {
  margin-bottom: 10px;
  font-size: 23px;
  color: #fff;
  font-weight: 700;
}
.box-servicos-v2 .box-servicos-content p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
form input,
form textarea {
  padding: 15px 15px;
  border: none;
  border-bottom: 3px #1f275b solid;
  margin-bottom: 10px;
  width: 100%;
  max-height: 150px;
}
form input[type="submit"] {
  background: #20265b;
  padding: 14px 45px !important;
  border-radius: 0px 0;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  transition: 0.3s ease-in-out;
  display: inline-block;
  max-width: 250px;
  float: right;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0px solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #20265b;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  color: #fff;
}
.close:hover,
.close {
  float: right;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 0 #fff;
  opacity: 1;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery figure {
  margin: 0 0 1rem;
  flex: 0 0 16%;
}

#footer .row {
  display: flex;
  justify-content: space-between;
}
.footer-esq {
  display: flex;
  flex-direction: column;
}

.footer-center {
  display: flex;
  flex-direction: column;
}

.footer-dir {
  display: flex;
  flex-direction: column;
}

#footer span {
  font-size: 14px;
  color: white;
}

#footer ul {
  list-style: none;
  padding-left: 0px;
}
#footer ul li {
  width: 100%;
  display: flex;
  justify-content: center;
}

#footer ul li.titulo {
  color: white;
  font-weight: 600;
  margin-bottom: 6px;
  text-align: center;
}

#footer ul li a {
  color: white;
  text-align: center;
  width: 100%;
  margin-top: 4px;
}

#footer ul li a:hover {
  color: white;
  text-align: center;
  width: 100%;
  font-weight: 600;
}

.navbar-brand img {
  width: 250px !important;
}

@media (min-width: 1440px) {
}
@media (max-width: 1440px) {
  .box-header-01 {
    left: 10%;
  }
  header .owl-dots {
    left: 10%;
  }
  .box-header-02 {
    padding: 35px 10% 35px 40px;
  }
}
@media (max-width: 1024px) {
  .row .servicos {
    justify-content: flex-start !important;
  }
  #footer ul li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: start;
  }

  #footer ul li a {
    text-align: start;
  }

  #footer ul li.titulo {
    text-align: start;
  }

  .footer-center {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  body > header > div.container {
    padding: 150px 15px 0px 15px;
  }

  .navbar-collapse {
    position: absolute;
    top: 90px;
    right: 25px;
    text-align: center;
    padding: 10px 25px 15px 25px;
    border-radius: 4px;
    background: rgb(14 17 49 / 84%);
    z-index: 9999;
  }
  .nav-link {
    display: block;
    padding: 7px 0;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
  }
  .nav-item.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 2px;
    background-color: #fff;
    opacity: 0;
  }
  .navbar-nav i {
    display: none;
  }
  .btn-solid-white {
    color: #20265b;
  }
  .box-header-02 {
    display: none;
  }
  .box-header-01 {
    position: absolute;
    left: 25px;
    bottom: auto;
    top: 35%;
    max-width: 600px;
  }

  header .owl-dots {
    display: none;
  }

  .box-header-01 h1 strong {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    display: block;
  }

  #servicos h4 {
    margin: 10px;
  }
  #callOne h2 {
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
  }
  #bigNumbers .col-lg-4 {
    padding: 25px 40px;
  }
  #quemSomos img {
    border-radius: 0;
    margin-bottom: 20px;
  }
  #callEnd {
    margin: 20px 20px -150px 20px;
    padding: 70px 30px;
  }
  #callEnd h2 {
    font-size: 20px;
  }
  footer {
    text-align: center;
    padding: 20px;
  }
  footer .float-left {
    float: none !important;
  }
  footer .float-right {
    float: none !important;
  }
  footer br {
    display: none !important;
  }
  .menu-header i {
    color: #fff;
  }
  /*   Alterações   */
  .box-contato-footer-destacado {
    border-left: 2px #fff solid;
    border-right: 0 #fff solid;
  }
  .box-servicos-v2 {
    display: flex;
    padding: 25px;
    border-radius: 0px 0;
    margin: 20px 15px;
    flex-direction: column;
  }
  .box-servicos-v2 img {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    border-radius: 25px 0 0 0;
  }
  .box-servicos-v2 .box-servicos-content {
    padding: 30px 0px 15px 5px;
  }

  #footer ul li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: start;
  }

  #footer ul li a {
    text-align: start;
  }

  #footer ul li.titulo {
    text-align: start;
  }

  .footer-center {
    margin-top: 20px;
  }

  .navbar-brand img {
    width: unset !important;
  }

  section {
    margin: 30px 0;
    position: relative;
    /*   z-index: 20; */
  }
}
@media (max-width: 425px) {
}
@media (max-width: 376px) {
}

/* FELIPE */

#pag-servicos > div > div > div {
  display: flex !important;
}

#servicos > div > div:nth-child(2) {
  display: flex !important;
}

#servicos > div > div:nth-child(2) > div {
  display: flex !important;
}

.box-header-02 {
  display: none;
}
.box-processos img {
  height: 100px;
  width: 100px;
  border-radius: 5px;
  object-fit: contain;
  background: #fff;
  padding: 5px;
}
