html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1c4d86;
  border-radius: 4px;
}

.bg-light {
  background-color: #ed3237 !important;
}

.carousel-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.hover-translate {
  transition: all 0.5s ease-in-out 0s;
}

.hover-translate:hover {
  transform: translateY(-6px) !important;
}

.container-menu {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-light .navbar-toggler {
  border-color: rgba(223, 211, 211, 1);
}

.social-logos {
  display: flex;
  gap: 45px;
}

.cor-1 {
  color: #747474;
}

.cor-2 {
  color: #ed3237;
}

.cor-3 {
  color: #133359;
}

.cor-4 {
  color: #f6ff00;
}

.cor-5 {
  color: #075e54;
}

.cor-6 {
  color: #1c4d86;
}

.cor-7 {
  color: #666666;
}

.cor-8 {
  color: #9a9a9b;
}

.cor-9 {
  color: #9e2125 !important;
}

.branco {
  color: white !important;
}

.lexend-medium {
  font-family: "Lexend-Medium" !important;
}

.lexend-semibold {
  font-family: "Lexend-SemiBold" !important;
}

.lexend-extrabold {
  font-family: "Lexend-ExtraBold" !important;
}

.lexend-black {
  font-family: "Lexend-Black" !important;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-27 {
  font-size: 27px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-35 {
  font-size: 35px;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-45 {
  font-size: 45px;
}

.nav-link:hover {
  color: #251d74 !important;
}

footer > .container {
  padding-top: 12px;
  padding-bottom: 12px;
}

.footer-link {
  text-decoration: none;
  padding: 5px;
}

.footer-link:hover {
  color: #251d74 !important;
}

.footer-border {
  border-top: 1px solid #a2a2a2;
}

.nav-border {
  border-top: 7px solid #1c4d86;
}

input[type="file"] {
  display: none;
}

/* BTNS */
.btn-modal {
  font-size: 15px;
  border-color: #133359;
  background-color: #133359;
  border-radius: 8px;
  font-family: "Lexend-ExtraBold" !important;
  color: white;
}

.btn-modal:hover {
  color: white;
}

.btn-ofertas {
  background-color: #ed3237;
  padding: 3px;
  font-family: "Lexend-SemiBold";
  color: white;
  border-radius: 15px;
  font-size: 13px;
  width: 150px;
  text-decoration: none;
}

.btn-ofertas:hover {
  color: white;
}

.btn-wpp-mobile {
  background-color: #128c7e;
  padding: 3px;
  font-family: "Lexend-SemiBold";
  color: #3dcaba;
  border-radius: 15px;
  font-size: 13px;
  width: 150px;
  text-decoration: none;
}

.btn-wpp-mobile:hover {
  color: #3dcaba;
}

.whatsapp-logo {
  margin-right: 10px;
}

.whatsapp-button {
  display: flex;
  align-items: center;
  background-color: #70cb33;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 3px;
  font-size: 17px;
  cursor: pointer;
  justify-content: center;
  text-decoration: none;
  font-family: "Lexend-ExtraBold";
  max-width: 320px;
  width: 320px;
}

a.whatsapp-button:hover {
  color: white;
}

.folheto-logo {
  margin-right: 10px;
}

.folheto-button {
  display: flex;
  align-items: center;
  background-color: #c52a2e;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 3px;
  font-size: 17px;
  cursor: pointer;
  justify-content: center;
  text-decoration: none;
  font-family: "Lexend-ExtraBold";
  max-width: 320px;
  width: 320px;
}

a.folheto-button:hover {
  color: white;
}

.mapa-logo {
  margin-right: 10px;
}

.mapa-button {
  display: flex;
  align-items: center;
  background-color: #1c4d86;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 3px;
  font-size: 17px;
  cursor: pointer;
  justify-content: center;
  text-decoration: none;
  font-family: "Lexend-ExtraBold";
  max-width: 320px;
  width: 320px;
}

a.mapa-button:hover {
  color: white;
}

.btn-contato {
  background-color: #ed3237;
  border-radius: 8px;
  color: white;
  font-size: 15px;
  font-family: "Lexend-Medium" !important;
  width: 300px;
  padding: 7px;
}

.btn-contato:hover {
  color: white;
}

.btn-anexar {
  font-size: 15px;
  border-color: #133359;
  background-color: #133359;
  border-radius: 8px;
  font-family: "Lexend-Medium" !important;
  width: 300px;
  padding: 7px;
  color: white;
}

.btn-anexar:hover {
  color: white;
}

/* BTNS FIM */

.title-line {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-line::before,
.title-line::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #1c4d86;
  margin: 0 10px;
}

.title {
  color: #ed3237;
  font-size: 30px;
  font-family: "Lexend-Black";
}

.meu-input-form {
  border-radius: 8px;
  height: 3rem;
  background-color: #f0f0f0;
  color: #cacaca;
  border: 1px solid #cacaca;
  font-family: "Lexend-Medium" !important;
  font-size: 15px;
}

.meu-input-form::placeholder {
  color: #cacaca;
  font-size: 15px;
  font-family: "Lexend-Medium" !important;
}

#fundo-campanha {
  background-image: url(../images/fundo-campanha.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1200px;
}

#fundo-campanha-mobile {
  background-image: url(../images/fundo-campanha-mobile.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar {
  padding: 4px;
  background-image: url("../images/fundo-menu.jpg");
  background-size: 100%;
}

/** MOBILE */
@media (max-width: 575px) {
  .social-logos {
    margin-bottom: 20px;
    justify-content: center;
  }
}

@media (max-width: 992px) {
  .navbar {
    background-image: unset;
    background-color: #ed3237;
  }
}

@media (min-width: 1600px) {
  .navbar {
    background-image: url("../images/fundo-menu-2.jpg");
  }
}
