@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: #ffd870;
}
nav {
  background-color: #fff;
  padding: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  position: relative;
}
a {
  color: #573b1b !important;
}
.saiba_mais {
  text-decoration: none !important;
}
.saiba_mais span:hover {
  border-bottom: 1px solid #573b1b;
}
.saiba_mais strong {
  font-size: 1.3rem;
}
.pagina_texto {
  color: #573b1b;
}
.t-decoration {
  text-decoration: none !important;
}
#banner {
  background-color: #d0ae38;
  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: #d0ae38;
  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;
}
#advertising .card{
  border-radius: 25px!important;
  overflow: hidden;
  background-color: transparent;
  height: 100%;
}
#advertising .card-body{
  background-color: lightgray;
  padding: 0.7rem;
}
#advertising .card-title{
  text-align: center;
  margin-bottom: 0;
  font-size: 0.8rem;
  font-weight: 600;
}
#advertising .card-text{
  text-align: center;
  margin-bottom: 0;
  font-size: 0.8rem;
}
#advertising a {
  background-color: #d35a30;
  border-color: #d35a30;
}
.footer{
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.footer a{
  background-color: #d35a30;
  border-color: #d35a30;
}
.loader-content{
  margin: auto;
  height: 250px;
  width: 300px;
  align-content: center;
  display: flex;
  align-items: center;
}
.loader {
  align-content: center;
  border: 16px solid #f3f3f3;
  border-top: 16px solid #d35a30;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.hide-loader{
  display:none;
}

.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;
  }
}
