@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap");

html, body{
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-image: url('../../images/background/background03.gif');
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1000px) {
  html, body {
    overflow-y: visible;
    overflow-x: hidden !important;

  }
}
@media screen and (max-width: 1000px) {
  .resuMobile{
    background-image: url('../../images/background/bgMobile.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  html, body{
     background-color: #f6f6f6; 
     background-image: radial-gradient(circle at 50% 50%, #f6f6f6, #dbdbdb);
  }
  
}

.carde {
  position: relative;
  height: 700px;
  width: 600px;
  max-width: 90rem;
  max-height: 68rem;
  aspect-ratio: 5/7;
  perspective: 50rem;
}

.carde .shadow {
  position: absolute;
  inset: 0;
  background: var(--url);
  background-size: contain;
  background-position: center;
  opacity: 0.8;
  filter: blur(2rem) saturate(0.9);
  box-shadow: 0 -1.5rem 2rem -0.5rem rgba(0, 0, 0, 0.7);
  transform: rotateX(var(--rotateX)) rotateY(var(--rotateY)) translate3d(0, 2rem, -2rem);
  background-repeat: no-repeat;
}

.carde .image {
  position: absolute;
  inset: 0;
  background: var(--url);
  background-size: 100% 100%;
  /*background-size: contain;*/
  background-position: center;
  -webkit-mask-image: var(--url);
  mask-image: var(--url);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  background-repeat: no-repeat;
}

.carde .image.background {
    transform: rotateX(var(--rotateX)) rotateY(var(--rotateY)) translate3d(0, 0, 0rem);
}

.carde .image.cutout {
  transform: rotateX(var(--rotateX)) rotateY(var(--rotateY)) translate3d(0, 0, 4rem) scale(0.92);
  z-index: 3;
}

.carde .content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  inset: 0;
  padding: 3.5rem;
  transform: rotateX(var(--rotateX)) rotateY(var(--rotateY)) translate3d(0, 0, 6rem);
  z-index: 4;
}

.carde::before {
  z-index: 4;
}

.carde.border-left-behind::before {
  border-left: transparent;
}

.carde.border-right-behind::before {
  border-right: transparent;
}

.carde.border-bottom-behind::before {
  border-bottom: transparent;
}

h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
}

p {
  font-weight: 300;
  color: #4a4545;
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
}

h6{
  color:#4a4545;
}
/*.imgMaps {
  background-image: url('http://localhost/siteSalaLivre/images/localizacao/maps02.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}*/