@keyframes flickerAnimation {
  /* flame pulses */
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.animate-flicker {
  opacity: 1;
  animation: flickerAnimation 2s infinite;
}

#mapa {
  height: 100%;
}

.loader {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

html {
  font-size: 16px;
  line-height: 21px;
}

body,
p {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.4em;
}

h1,
.h1 {
  font-family: "Lato", sans-serif;
  font-size: 3.3em;
  line-height: 1.3125em;
  font-weight: 400;
  color: #242D42;
  text-transform: uppercase;
}

h2,
.h2 {
  font-family: "Lato", sans-serif;
  font-size: 4.25em;
  line-height: 1.2125em;
  font-weight: 400;
}

h3,
.h3 {
  font-family: "Lato", sans-serif;
  font-size: 1.6em;
  line-height: 1.75em;
  font-weight: 400;
  color: #242D42;
  text-transform: uppercase;
}

h4,
.h4 {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  line-height: 1.4em;
}

h5,
.h5 {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  font-weight: 400;
  font-style: italic;
  line-height: 1.4em;
}

body {
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  margin: 0px;
  padding: 20px;
  min-height: 100vh;
}
body.block {
  overflow-x: hidden !important;
  overflow-y: hidden;
}

@media all and (min-width: 1200px) {
  main {
    padding: 0 30px;
  }
}

a {
  text-decoration: none !important;
}

nav {
  padding: 0 45px !important;
}

.nav-item {
  padding: 0 8px;
  font-size: 16px;
}
.nav-item:last-of-type {
  padding-right: 0;
}
.nav-item a {
  color: #2a4483 !important;
}
.nav-item a:hover {
  color: #718CCB !important;
}

.box {
  width: 380px;
  height: 380px;
  padding: 40px;
  background: #718CCB 0% 0% no-repeat padding-box;
  color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  opacity: 1;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}

.boxHome {
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.boxOverview-1 {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 999;
}

.boxMattresse {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 999;
}

.boxMattresseTop {
  width: 540px !important;
  height: 250px !important;
  z-index: 99;
}

.boxMattresseBottom {
  height: 300px;
  margin-top: -60px;
  background: #2a4483 0% 0% no-repeat padding-box !important;
}

.category-item {
  margin-top: 25px;
  /* The customcheck */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.category-item p {
  font-size: 18px;
  color: #242D42 !important;
  text-transform: uppercase;
}
.category-item .customcheck {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-left: 0px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.category-item .customcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.category-item .checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #242D42;
  border-radius: 3px;
  transform: translateY(-50%);
}
.category-item .customcheck a {
  text-decoration: underline;
  color: #242D42 !important;
}
.category-item .customcheck input:checked ~ .checkmark::before {
  background-color: #2a4483;
  content: "";
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78%;
  height: 78%;
}
.category-item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.category-item .customcheck input:checked ~ .checkmark:after {
  display: block;
}
.category-item .customcheck .checkmark:after {
  opacity: 0;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

header {
  padding-bottom: 20px;
}

#home .imgCanvas {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media all and (min-width: 768px) {
  #home .imgCanvas {
    height: calc(100vh - 180px);
  }
}

.overview .imgCanvas {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media all and (min-width: 768px) {
  .overview .imgCanvas {
    height: calc(100vh - 180px);
  }
}

#contato .boxContacts {
  position: relative;
  overflow-y: scroll;
}
#contato .boxContacts .sideLeft {
  padding: 0 60px 0 0;
}
@media all and (min-width: 768px) {
  #contato .boxContacts {
    height: calc(100vh - 180px);
  }
}

footer {
  width: 100%;
  z-index: 100;
  padding-bottom: 10px;
  background: #fff;
  margin-top: 30px;
}
@media screen and (max-width: 650px) {
  footer {
    margin-top: 15px;
  }
}
footer p {
  text-align: center;
  color: #242D42;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  margin-bottom: 0px;
}

.description {
  max-width: 700px;
  text-align: justify;
  color: #242D42;
}

/*# sourceMappingURL=main.css.map */
