@font-face {
  font-family: 'Museum';
  src: url('/wp-content/themes/instituto-alto/assets/PPMuseum-Regular.ttf') format('truetype');
}

* {
  z-index: 1;
}

.page {
  margin-bottom: 0px;
}

::selection {
  background-color: #F78FFF;
}

body {
  overflow-x: hidden;
  color: black;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #ECEBF0;
}

.top-3 {
  top: 6.5rem;
}
.pt55 {
  padding-top: 7rem;
}
h1, h2, h3, h4, h5, h6, p, small {
  z-index: 1;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h2, h2 p {
  font-family: 'Museum';
  font-size: 56px;
  line-height: 1;
}
h3, h3 p {
  font-size: 44px;
}
h4, h4 p {
  font-family: 'Museum';
}
h5, h5 p {
  font-size: 16px;
  font-weight: 400;
}
p {
  font-size: 18px;
  /* margin: 0px; */
  line-height: 1.1;
  font-weight: 400;
}
a, a:active, a:visited, a:hover {
  text-decoration: none;
  color: black;
  transition: ease 0.5s;
}
.museum {
  font-family: 'Museum';
}

img {
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 999;
  transition: ease 0.5s;
  transform: translateY(0);
}
header.up {
  transition: ease 0.5s;
  transform: translateY(-200%);
}
header a {
  color: #ECEBF0;
  display: block;
  margin-left: 20px;
  transition: ease 1s;
}
header svg {
  width: 110px;
}
header svg path {
  transition: ease 1s;
}

.menu-link {
  display: none;
}
.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9999;
  background-color: #B19C70;
  transform: translateY(-100%);
  transition: ease-in 0.5s;
  display: flex;
  flex-direction: column;
}
.menu.open {
  transform: translateY(0);
  transition: ease-in 0.5s;
}
.menu a {
  /* color: #ECEBF0; */
  margin-bottom: 16px;
  width: fit-content;
}

.container-at {
  width: 100%;
  padding-left: 36px;
  padding-right: 36px;
}

section {
  width: 100%;
  min-height: 100dvh;
  position: relative;
  padding-top: 36px;
  padding-bottom: 36px;
}

section img.img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: -1;
}

#sobre div.flex {
  min-height: 95dvh;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.grid-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 20px;
}
.grid-12 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0px;
}

#sobre img, .dobra-img2 img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  object-position: center top;
  object-fit: cover;
  z-index: 0;
  transition: height 0.1s ease-out;
}

.dobra-img2 img {
  height: 50%;
  transition: height 0.5s ease-out;
}

.fazemos .aspect-ratio--object {
  border-radius: 500px;
}

.newsletter {
  height: 90dvh;
}
.newsletter img.absolute {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 20%;
  transition: ease 0.5s;
  max-height: 100%;
}

.mc4wp-form-fields {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mc4wp-form-fields input[type="email"] {
  font-family: 'Museum';
  font-size: 56px;
  display: block;
  color: black!important;
  border: none!important;
  background-color: transparent!important;
}
.mc4wp-form-fields input[type="submit"] {
  background: url('/wp-content/themes/instituto-alto/assets/arrow-open.svg') no-repeat center center;
  background-size: contain;
  border: none;
  transform: rotate(90deg);
  width: 40px;  /* Ajuste o tamanho conforme o tamanho da sua setinha */
  height: 40px;
  text-indent: -9999px; /* Esconde o texto "Sign up" */
  overflow: hidden;
  padding: 0;
  cursor: pointer;
}
.mc4wp-form-fields input[type="email"]:focus {
  outline: none;
}
.mc4wp-form-fields input[type="submit"]:focus {
  outline: none;
}
::placeholder {
  color: black!important;
}
.mc4wp-response p {
  padding: 2rem 0px;
}

/* chat */
.mc4wp-form-fields label {
  flex: 1;
}
.mc4wp-form-fields input[type="email"] {
  width: 100%;
}
.mc4wp-form-fields {
  overflow-x: hidden;
}
.mc4wp-form-fields input[type="email"] {
  max-width: 100%;
  box-sizing: border-box;
}
/* fim chat */

.slideshow, .slidehero {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100dvh;
  padding: 0;
  margin: 0;
}
.holder, .holderhero {
  position: relative;
  top: 0;
  left: 0;
  height: 100dvh;
  transition: left 1s;
}
.slide {
  float: left;
  width: 100vw;
  height: 100dvh;
  transition: ease 0.5s;
}
.slide-img {
  float: left;
  width: 100vw;
  height: 100dvh;
  transition: ease 0.5s;
  background-size: cover;
  background-position: center;
}
.slidehero h5 {
  position: absolute;
  bottom: 36px;
  left: 36px;
  z-index: 9;
}
.slideshow img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
img.next {
  position: absolute;
  bottom: 24px;
  right: 48px;
  width: 40px;
  height: 40px;
  z-index: 999;
  cursor: pointer;
}
.numero {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 2px solid black;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-left: 12px;
}
.slideshow .logo {
  background-size: contain;
  flex-grow: 1;
  height: auto;
  max-height: 240px;
  max-width: 280px;
  background-repeat: no-repeat;
}


.accordion {
  --bs-accordion-btn-padding-x: 0px;
  --bs-accordion-btn-focus-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: transparent;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: black;
  border-bottom: 2pt solid black;
}
.accordion-button {
  font-size: 56px;
  cursor: pointer;
  background-color: #ECEBF0;
}
.accordion-button::after {
  background-image: url(/wp-content/themes/instituto-alto/assets/arrow-open.svg);
  background-size:cover;
  width: 40px;
  height: 40px;
  transform: rotate(180deg);
}
.accordion-button:not(.collapsed)::after {
  background-image: url(/wp-content/themes/instituto-alto/assets/arrow-open.svg);
  background-size:cover;
  width: 40px;
  height: 40px;
  transform: rotate(0deg);
}
.accordion-item {
  border: 2pt solid black;
  background-color: #ECEBF0;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: #ECEBF0;
}
.accordion-body {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  background-color: #ECEBF0;
}

.fazemos-item .aspect-ratio--object {
  transition: ease-in 0.5s;
}
.fazemos-item .aspect-ratio--object:hover {
  transform: translateY(-10px);
  transition: ease-in 0.5s;
}

.dobra-img1 img  {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: auto;
  max-height: 90dvh;
  transform: translate(-50%,-50%);
  transition: width 0.5s ease-out;
}

.construcao {
  width: 100vw;
  height: 100vh;
  background-color: #B19C70;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/wp-content/themes/instituto-alto/assets/Ellipse01.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


@media (min-width:1600px) {
  h2, .mc4wp-form-fields input[type="email"] {
    font-size: 80px;
  }
  h3 {
    font-size: 60px;
  }
}

@media (max-width:1200px) {
  .slide div.txt.w-80 {
    width: 100%;
  }
}



@media (max-width: 1024px) {
  .container-at {
    padding-left: 24px;
    padding-right: 24px;
  }
  header svg {
  width: 80px;
  }
  .slidehero h5 {
    left: 24px;
  }
  .pt55 {
  padding-top: 0rem;
  }
  top-3 {
    top: 2rem;
  }
  h2, h2 p, .accordion-button, .mc4wp-form-fields input[type="email"] {
    font-size: 32px;
  }
  h3, h3 p {
    font-size: 24px;
  }
  h5, h5 p {
    font-size: 14px;
  }
  p {
    font-size: 16px;
  }
  #sobre img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .fazemos-item {
    margin-bottom: 60px;
    transition: ease-in 0.5s;
  }
  .fazemos.pb6 {
    padding-bottom: 20px!important;
  }
  .dobra-img1 img {
    height: 120vw;
    width: 100vw;
  }
  .accordion-body {
    flex-direction: column-reverse;
  }
  .accordion-body div.w-60, .accordion-body img.w-30 {
    width: 100%;
  }
  .newsletter img.absolute {
    width: 70%;
    max-width: 100%;
    height: auto;
    transition: width 0.5s ease;
  }
  .grid-8 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-12 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .grid-8 > div:first-child {
    grid-column: span 4;
  }


  #contato div.flex {
    flex-direction: column;
    align-items: flex-start;
  }
  #contato p.pl6 {
    padding-left: 0px;
  }
  #contato .container-at div.flex {
    margin: 24px 0px;
  }
  header div.flex {
    display: none;
  }
  .menu-link {
    display: block;
  }
  .slide {
    flex-direction: column-reverse;
  }
  .slide img.w-50, .slide div.w-50, .slide div.w-80 {
    width: 100%!important;
  }
  .slide div.pt5 {
    padding-top: 0px;
  }
  #territorios h5 {
    color:#ECEBF0;
  }
  img.next {
    right: 24px;
    top: 24px;
    bottom: auto;
  }
  .numero {
    font-size: 20px;
    width: 32px;
    height: 32px;
  }
  .slideshow .logo {
    height: 140px;
    max-height: 140px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

}



@media (max-width: 760px) {
  .slideshow .logo {
    height: 120px;
    max-height: 120px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  #territorios p {
    font-size: 13px;
  }
  #sobre h2.w-90, #sobre div.w-40 {
    width: 100%!important;
  }
  .grid-4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
  .grid-8 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-5 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-8 > div:first-child {
    grid-column: span 2;
  }


}
