@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");

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  color: #838383;
  word-wrap: normal;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #d6d6d6;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:hover {
  background: #3f3f3f;
}

.top-header {
  background-color: #315285;
  text-align: center;
  text-transform: uppercase;
}
.top-header p {
  margin-top: 0;
  margin-bottom: 0;
}
.top-header a {
  padding: 8px 20px;
  display: inline-block;
  font-size: 13px;
  color: #fff;
}
.navbar-brand img {
  max-width: 120px;
}
.btn-logo {
  max-width: 150px;
  color: #315285;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: -0.5px;
  padding: 10px;
  border-left: 2px #315285 solid;
  margin-left: 10px;
  font-size: 16px;
}
.btn-logo:hover,
.btn-logo:active,
.btn-logo:focus {
  max-width: 170px;
  color: #315285;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0;
  padding: 10px;
  border-left: 2px #315285 solid;
  margin-left: 10px;
}

header i {
  color: #315285;
}

.nav-link:hover {
  transform: scale(1.05);
  transform-origin: center;
}
header a {
  color: #315285;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

header a:hover,
header a:active,
header a:focus {
  color: #315285;
  text-decoration: none;
  outline: none;
  border: none;
}

.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus {
  color: #315285;
  text-decoration: none;
  outline: none;
  border: none;
}
.link-final {
  color: #fff;
  font-weight: 600;
}
.link-final:hover {
  color: #fff;
  text-decoration: none;
}

a {
  color: #494949;
}

a:hover {
  color: #494949;
  text-decoration: none;
}

.carousel-control-prev-icon {
  background-image: none;
}

.carousel-control-prev-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
  background-image: none;
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.carousel-control-next-icon {
  background-image: none;
}

.carousel-control-next-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  width: 15px;
  height: 15px;
  border-left: 1px solid white;
  border-top: 1px solid white;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  top: 40%;
  transform: translateY(-50%);
}
.carousel-item h5 {
  font-size: 35px;
  text-transform: uppercase;
  text-align: left;
  border-left: 3px #fff solid;
  padding: 10px 20px 10px 20px;
}
.carousel-item h5 span {
  font-size: 50px;
  font-weight: 900;
}
.carousel-item a {
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  margin-left: 25px;
}
.carousel-item a {
  position: relative;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}

.carousel-item a:hover {
  color: #fff;
}

.carousel-item a span {
  position: relative;
  display: inline-block;
  padding-bottom: 5px; /* Dá espaço para a animação */
}

.carousel-item a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 10%;
  height: 3px;
  background-color: #fff;
  transition: width 0.3s ease-in-out;
}

.carousel-item a span:hover::before {
  width: 100%;
}

section {
  padding: 100px 0;
}
h2 {
  color: #315285;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.5px;
  position: relative;
}
h2::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #315285;
  position: absolute;
  bottom: -10px;
  left: 0;
}
h3 {
  color: #315285;
  font-weight: 700;
  letter-spacing: -0.5px;
}
h6 {
  color: #315285;
  font-weight: 700;
  font-size: 1rem;
  line-height: 25px;
  letter-spacing: 0;
}
h6 i {
  color: #8e8e8e;
  padding: 0 5px;
}
#produtos h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #315285;
}
#produtos p {
  font-size: 15px;
  margin-top: -5px;
}
#callWhats {
  background: url(../img/bg-call.png);
  background-size: cover;
  text-align: center;
}
#callWhats h3 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 20px;
}
#callWhats a {
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  margin-left: 25px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

#callWhats a:hover {
  color: #fff;
}

#callWhats a span {
  position: relative;
  display: inline-block;
  padding-bottom: 5px; /* Dá espaço para a linha */
}

#callWhats a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 10%;
  height: 3px;
  background-color: #fff;
  transition: width 0.3s ease-in-out;
}

#callWhats a span:hover::before {
  width: 100%;
}

.box-service {
  background: url(../img/bg-service.png);
  width: 100%;
  height: 150px;
  position: relative;
  margin-bottom: 30px;
  border-bottom: 20px solid #315285;
}
.box-service h4 {
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 30px;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: -0.5px;
}

#depoimentos .carousel-control-prev-icon:after {
  border-left: 1px solid #797979;
  border-top: 1px solid #797979;
}
#depoimentos .carousel-control-next-icon:after {
  border-left: 1px solid #797979;
  border-top: 1px solid #797979;
}
#depoimentos .carousel-control-next {
  right: -100px;
}
#depoimentos .carousel-control-prev {
  left: -100px;
}
#contato input {
  background: #f3f4f4;
  border: 0px solid #000;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 10px;
}
#contato textarea {
  background: #f3f4f4;
  border: 0px solid #000;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 10px;
  resize: none !important;
}
#contato button {
  background: #315285;
  border: 0px;
  padding: 6px 40px;
  color: #fff;
  border-radius: 3px;
  float: right;
}
#contato h5 {
  font-size: 1.25rem;
  color: #315285;
  font-weight: 700;
  letter-spacing: -0.5px;
}
#contato a {
  color: #315285;
  line-height: 2;
  font-weight: 700;
}
#contato a:hover {
  color: #315285;
}
footer {
  background: #315285;
  color: #fff;
  padding: 15px;
}
footer p {
  margin-top: 0;
  margin-bottom: 0;
}
footer img {
  max-width: 35px;
  width: 100%;
}

/* alterações */

#carouselFotos img {
  height: 500px;
  object-fit: contain;
}
#carouselFotos .carousel-item {
  background: #315285;
}

#quemSomos h3 {
  margin-bottom: 30px;
  position: relative;
}

#quemSomos h3::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #315285;
  position: absolute;
  bottom: -10px;
  left: 0;
}

#quemSomos ul {
  padding-left: 0px;
  list-style: none;
}

#quemSomos ul li {
  padding: 10px;
  font-weight: 600;
  color: #315285;
  border-bottom: 1px solid #315285;
  margin-bottom: 4px;
}

@media (min-width: 1440px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
  footer {
    text-align: center;
    padding: 20px;
  }
  footer .float-left {
    float: none !important;
  }
  footer .float-right {
    float: none !important;
  }
  footer br {
    display: none !important;
  }
  .carousel-item h5 span {
    font-size: 40px;
  }
  .carousel-item h5 {
    font-size: 30px;
  }
  .carousel-caption {
    top: 45%;
  }
  .btn-logo {
    display: none;
  }
  .nav-link {
    color: #315285;
    text-align: center;
  }

  .navbar-nav {
    margin: 40px 0px;
  }
  header a {
    color: #fff;
  }

  .navbar-brand img {
    max-width: 75px;
  }

  section {
    padding: 50px 0;
  }
}
@media (max-width: 425px) {
  #contato .text-right {
    text-align: left !important;
    margin-bottom: 30px;
  }
  .carousel-item h5 {
    font-size: 15px;
  }
  .carousel-item h5 span {
    font-size: 20px;
  }
  .carousel-item a {
    display: none;
  }
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 376px) {
  h2 {
    color: #315285;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -0.5px;
    position: relative;
    margin-bottom: 20px;
  }
}

#mensagem-alerta {
  margin-top: 8px;
}

.btn-whatsapp {
  color: #ffffff;
  background: hwb(125 11% 18%);
  padding: 0px 10px 0px 15px;
  font-size: 2.5rem;
  position: fixed;
  right: -155px;
  bottom: 20px;
  border-radius: 8px 0px 0px 8px;
  transition: ease-in-out 0.3s;
  z-index: 1;
}

.btn-whatsapp {
  color: #ffffff;
  background: hwb(125 11% 18%);
  font-size: 40px;
  position: fixed;
  right: -150px;
  bottom: 20px;
  border-radius: 8px 0px 0px 8px;
  z-index: 100;
}
.btn-whatsapp:hover {
  right: 0px;
}

.btn-whatsapp p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.btn-whatsapp p strong {
  display: block;
  font-size: 16px;
}

.btn-whatsapp i {
  position: relative;
}
