@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
@import url("bootstrap.css");

* {
  font-family: "Montserrat", sans-serif;
}
body {
  background-color: #e21531;
}
nav {
  background-color: #fff;
  padding: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  position: relative;
}
nav a {
  color: #573b1b  !important;
}
a {
  color: #fff !important;
}
.saiba_mais {
  text-decoration: none !important;
}
.saiba_mais span:hover {
  border-bottom: 1px solid #fff;
}
.saiba_mais strong {
  font-size: 1.3rem;
}
.pagina_texto {
  color: #fff;
}
.t-decoration {
  text-decoration: none !important;
}
#banner {
  background-color: #9b0015;
  color: #fff;
}
#banner a {
  background-color: #d35a30;
  border-color: #d35a30;
}
#banner img {
  max-width: 400px;
  width: 50vw;
  margin: -26px 40px -40px;
}
#baixar_app {
  background-color: #fff;
  color: #d35a30;
}
#copyright {
  background-color: #9b0015;
  color: #fff;
}
#beneficios > div {
  margin: 0 16px;
}
#beneficios .card {
  flex: 1;
  margin: 16px;
  min-width: 270px;
  max-width: 400px;
  border-radius: 30px !important;
  overflow: hidden;
}
#carousel .card {
  border-radius: 25px!important;
  overflow: hidden;
}
.logo img {
  height: 45px;
}

.style-cookies .swal2-content {
  padding: 0;
}

.style-cookies .swal2-html-container {
  text-align: left;
}

.style-cookies .swal2-confirm {
  display: inline-block;
  border-radius: 25px !important;
  background-color: #2d519d !important;
  padding: 0.625em 3em;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slick-slide {
  margin: 0px 20px;
}
@media (max-width: 900px) {
  #banner img {
    margin: 10px 40px -40px;
  }
}

.btn-principal {
  background-color: #2D519D;
}

.slick-prev:before, .slick-next:before {
  color: #a0071c!important;
}