
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}

.container.main {
  margin-bottom: 100px;
}

:root {
  --lightblue: #F6F9FC;
  --red: #d64041;
  --blue: #2a3284;
  --orange: #ed7226;
  --green: #72bb00;
  --lightgreen: #9dc30f;

  --blue-old: #374799;
  --orange-old: #ff7b24;
}



/* Bootstrap customs
-------------------------------------------------- */

.text-primary { color: var(--blue) !important; }
.bg-primary { background-color: var(--blue) !important; }
a { color: var(--blue); }
a:hover { color: var(--green); }
.btn { border-radius: 1.5rem; }
.btn-primary { background-color: var(--blue); border-color: var(--blue); }
.btn-success { background-color: var(--green); border-color: var(--green); }
.btn-success:hover { background-color: var(--lightgreen); border-color: var(--lightgreen); }
.page-item.active .page-link { background-color: var(--blue); border-color: var(--blue); }
.page-link { color: var(--blue); }
.page-link:hover { color: var(--green); }


/* novo layout
-------------------------------------------------- */

.page-header img {
  max-height: 40px;
}
.vh-100 { height: 100vh !important; }

a,
a:hover {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

.bg-lightblue {
  background: var(--lightblue);
}

.bg-red {
  background: var(--red);
}

.text-red {
  color: var(--red);
}

.text-orange {
  color: var(--orange);
}

.container-fluid-max {
  max-width: 1440px;
}

.cover {
  background: no-repeat center/cover;
}

/* header */
.scroll .page-header {
  background: linear-gradient(to right, #465097, #313988);
}

.scroll .navbar-brand { transform: scale(0.9); transition: all 0.5s ease-in-out; }
.scroll .navbar-brand img.color {
  opacity:0;
  transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
}
.scroll .navbar-brand img.white {
  opacity:1;
  transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
}
.navbar-brand img.color {
  opacity:1;
  transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
}
.navbar-brand img.white {
  opacity:0;
  transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
}

.scroll .navbar-actions { transform: scale(0.8); transition: all 0.5s ease-in-out; }
.navbar-actions { transform: scale(1); transition: all 0.5s ease-in-out; }
.scroll .page-header .navbar { padding: 0; transition: all 0.5s ease-in-out; }

.page-header {
  transition: background 0.5s ease-in-out;
}
.navbar-brand { transform: scale(1.5); transition: all 0.5s ease-in-out; text-align: center; }

.page-header .navbar {
  padding: 1rem 0;
}

.page-header .navbar-toggler {
  border-color: var(--white);
  cursor: pointer;
  z-index: 1050;
  position: relative;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(255,255,255,0.3);
}

.navbar-nav .nav-item .nav-link {
  color: #fff;
  position: relative;
  line-height: 26px;
  font-size: 16px;
  display: inline-block;
  transition: all 0.5s;
  background-color: transparent !important;
  padding: 6px 0;
  margin: 0 18px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .page-header {background: linear-gradient(to right, #465097, #313988); }

  .navbar-nav .nav-item:first-child { margin-top: 1.5rem; }
  .navbar-nav .nav-item { text-align: right; }
  .navbar-nav .nav-item .btn{ padding: .375rem 1rem; }
}

/* Ajuste de h1 para telas pequenas */
@media screen and (max-width: 575px) {
  .hero h1 {
    font-size: 1.75rem;
  }
}

/* sessao 1*/
.scroll .hero {
  transform: scale(0.98);
}

.hero {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-in-out;
}

/* Fix para Safari: background-attachment fixed não funciona */
@supports (-webkit-touch-callout: none) {
  .hero {
    background-attachment: scroll;
  }
}

.hero::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

.hero .container-fluid {
  z-index: 10;
}

/* sessao 3*/

.popular-destinations figure {
  margin-bottom: 30px;
  max-height: 200px;
}

.popular-destinations figcaption {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.popular-destinations .badge {
  top: 8px;
  right: 10px;
}

.popular-destinations img {
  filter: grayscale(50%) blur(3px);
  transition: transform 0.5s, filter 0.75s;
}

.popular-destinations a:hover img {
  transform: scale(1.25);
  filter: none;
}

.overflow-hidden {
  overflow: hidden !important;
}

/* scroll */
.scroll .page-header {
  background: linear-gradient(to right, #465097, #313988);
}

.scroll .hero {
  transform: scale(0.98);
}

.page-header {
  transition: background 0.5s ease-in-out;
}

.hero {
  transition: transform 0.5s ease-in-out;
}

@media screen and (max-width: 991px) {
  .page-header {
    background: linear-gradient(to right, #465097, #313988);
  }
}

/* DEPOIMENTOS */

.big-quote {
  color: #8e9a9d;
  opacity: 0.2;
  font-size: 2.25rem;
}

.heading-separator-line{
  background-color: var(--orange);
  width: 80px;
  height: 2px !important;
  margin: 1rem 0;
  border: 0;
}


/* FOOTER */

html, body {
  height: 100%;
  background-color: #f0f0f0;
}
footer, .push {
  min-height: 100px;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -50px;
}
footer { /* centers the text */
  line-height: 50px; /* vertical centering; should be equal to the footer height */
  background-color: #DDD;
  margin-top: 50px;
}
footer .logo {
  width: 150px;
}
footer hr { border-top: 2px solid rgb(228, 228, 228); }


.bg-overlay {
  position: absolute;
  background-color: #10161e;
  opacity: 0.65;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
