:root {
  --smradius: 1rem;
  --hcolor: #c53319;
  --acolor: #ffeedf;
  --hfont: "Outfit";
  --pfont: "Arial";
  --fweight: 600;
  --textstyle: none;
}

html {
  font-size: 1.25rem;
  scroll-behavior: smooth
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: var(--hfont);
  margin: 0;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.4;
  z-index: -2;
  background: var(--acolor);
}

.bodycontainer {
  width: 100vw;
  overflow: hidden;
  height: auto;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
}

h1 {
  font-size: 3em;
  text-transform: var(--textstyle);
  font-weight: var(--fweight);
  line-height: .8;
  margin-bottom: 1em;
    color: var(--hcolor);
}

h2 {
  text-transform: var(--textstyle);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: var(--fweight);
  line-height: 1;
  color: var(--hcolor);
}

h3 {
  font-size: 1.1em;
  font-weight: var(--fweight);
  line-height: 1;
  color: var(--hcolor)
}

a {
  margin: 0;
  text-decoration: none;
  color: var(--hcolor)
}

p {
  margin-top: 0;
  font-family: var(--pfont);
  color: var(--hcolor)
}

::selection {
  background: var(--hcolor);
  color: var(--acolor)
}

/*Buttons*/
.button {
  max-width: fit-content;
  padding: 0.25rem 0.5rem;
  border-radius: var(--smradius);
  font-size: .8rem;
  font-weight: var(--fweight);
  line-height: 1.4;
  letter-spacing: 0rem;
  color: var(--acolor);
  background: var(--hcolor);
  text-transform: uppercase;
  letter-spacing: .03em;
}

.button:hover,
.button:focus,
.button:active {
  background: var(--acolor);
  color: var(--hcolor);
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: inset 0px 0px 0px 1px var(--hcolor);
  -moz-box-shadow: inset 0px 0px 0px 1px var(--hcolor);
  box-shadow: inset 0px 0px 0px 1px var(--hcolor);
}

/*Header*/
.header {
  display: flex;
  flex-direction: row;
  z-index: 999;
  overflow: hidden;
  width: 100%;
  max-width: 1600px;
  margin-top: 2.5em;
  font-weight: var(--fweight);
  color: var(--hcolor)
}

.company {
  margin-left: 2em;
  width: 100%;
  z-index: 98;
  font-size: 1em;
  line-height: 1;
}

.nav {
  margin-top: .25em;
  margin-right: 2em;
  width: 95%;
  display: flex;
  align-self: flex-end;
  justify-content: flex-end;
  flex-direction: row
}

.nav a {
  margin-left: 1em;
  max-width: fit-content;
  padding: 0.25rem 0.5rem;
  border-radius: var(--smradius);
  font-size: .8rem;
  font-weight: var(--fweight);
  color: var(--acolor);
  background: var(--hcolor);
  text-transform: uppercase;
  letter-spacing: .03em;
}

.nav a:hover,
.nav a:focus,
.nav a:active {
  background: var(--acolor);
  color: var(--hcolor);
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: inset 0px 0px 0px 1px var(--hcolor);
  -moz-box-shadow: inset 0px 0px 0px 1px var(--hcolor);
  box-shadow: inset 0px 0px 0px 1px var(--hcolor);
}

.footer {
  margin: 2em;
  display: flex;
  flex-direction: row;
}

/*Title*/
.hello {
  width: 85%;
  height: 30em;
  display: flex;
  z-index: 1;
  max-width: 1300px;
  padding: 2em;
  margin: 2em;
  background-image: linear-gradient(to top right, var(--hcolor), rgba(255, 255, 255, 0)), url("images/IMG_1393\ -\ Crop.JPG");
  background-size: cover;
  border-radius: var(--smradius);
}

.pill {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.pill .button {
  margin-left: 1em;
}

.link {
  margin-left: 1em;
  max-width: fit-content;
  padding: 0.25rem 0.5rem;
  border-radius: var(--smradius);
  font-size: .8rem;
  font-weight: var(--fweight);
  color: var(--hcolor);
  text-transform: uppercase;
  letter-spacing: .03em;
  -webkit-box-shadow: inset 0px 0px 0px 1px var(--hcolor);
  -moz-box-shadow: inset 0px 0px 0px 1px var(--hcolor);
  box-shadow: inset 0px 0px 0px 1px var(--hcolor);
}

.link a:hover,
.link a:focus,
.link a:active {
  background: var(--hcolor);
  color: var(--acolor);
  transition: all 0.3s ease-in-out;
}

.titletext {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-self: last baseline;
}

.title-title h1{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1em;
  margin-bottom:.1em;
  font-size: clamp(1.5rem,15vw, 10rem);
  color: var(--acolor);
}

/*Block*/
.block {
  width: 100%;
  display: flex;
  z-index: 1;
  max-width: 1500px;
  flex-direction: row;
  justify-content: center;
}

.copycopy {
  height: 100%;
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  flex-direction: row;
}

.copy-title {
  font-size: clamp(.9rem, 1vw, 2rem);
  font-weight: var(--fweight);
}

.copy-body {
  display: flex;
  flex-direction: column;
  font-size: 1em;
  width: 100%;
}

.list-body {
  display: flex;
  flex-direction: column;
  font-size: 1em;
}

.copy-list {
  margin-top: 2em;
  color: var(--hcolor);
  margin-bottom: 3em;
}

ul {
  padding-left:1em;
  font-family: var(--pfont);
  color: var(--hcolor);
}

li {
  margin-bottom: 1em;
}


/*Price*/
.price-body {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 2em;
}

.price-list {
  width: calc(100%/4);
  color: var(--acolor);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: .3em;
  padding: 1em;
  border-radius: var(--smradius);
  background-color: var(--hcolor)
}

.price-list h3 {
  color: var(--acolor)
}

.price {
  font-size: 2em;
  font-weight: 900;
}

/*Gallery*/
.gallery {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.gallery-card {
  margin: 1.2em;
  border-radius: var(--smradius);
  width: 70vh;
}


.teste-card {
  margin: 1.2em;
  border-radius: var(--smradius);
  width: 40vh;
}

.gallery-image-container {
  aspect-ratio: 16/9;
  display: flex;
  position: relative;
  max-width: 1300px;
  max-height: 800px;
  border-radius: var(--smradius);
  transition: all 0.3s ease-in-out
}

.gallery-card-container {
  width: 100%;
  transition: all 0.3s ease-in-out
}

.gallery-card-image {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  border-radius: var(--smradius);
}

.gallery-card-text {
  font-style: italic;
}

@media only screen and (max-width: 930px) {
  .home {
    display:none
  }

  html {
    font-size: 1.1rem;
  }

  .header {
    width: 100%;
  }

  .nav {
    margin-right: 1em;
  }

  .company {
    margin-left: 1em;
    top: 1.25em;
  }

  .hello {
    width: 75%;
    height: 12em;
    background-position: right;
  }

.nav a {
  font-size: .7rem;
}

.price-list {
  width: calc(100%/3);
  margin: .1em;
  padding: .3em;
}

  .button {
  font-size: .8rem;
}

  .footer .pill {
    display: flex;
    flex-direction: column;
    font-size: .8em;
  }

  .pill .link {
    margin-top: 1em;
  }

  .copycopy {
    width: 89%;
    display: flex;
    flex-wrap: wrap;
    margin: 1rem;
  }
}