:root {
  --offwhite: #F4F5EB;
  --rosa: #E52588;
  --laranja: #E58F20;
  --lilas: #AC9FD7;
  --verdeagua: #27BA7B;
  --verdelimao: #AFD82E;
  --petroleo: #03444E;
  --capim: #BAE49D;
  --roxo: #8B10B6;
  --black: #282828;
}

.bg-rosa {
  background-color: var(--rosa);
}
.bg-laranja {
  background-color: var(--laranja);
}
.bg-lilas {
  background-color: var(--lilas);
}
.bg-verdeagua {
  background-color: var(--verdeagua);
}
.bg-verdelimao {
  background-color: var(--verdelimao);
}
.bg-petroleo {
  background-color: var(--petroleo);
}
.bg-capim {
  background-color: var(--capim);
}
.bg-roxo {
  background-color: var(--roxo);
}
.txt-offwhite {
  color: #F4F5EB;
}
.txt-black {
  color: var(--black);
}
.txt-petroleo {
  color: var(--petroleo)
}

h1, h2, h3, h4, h5, h6, h7, p {
  font-family: "elza", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1, h1 p {
  font-size: 80px;
  line-height: 0.8;
}
h2, h2 p {
  font-size: 80px;
  line-height: 0.8;
}
h3, h3 p {
  font-size: 56px;
  line-height: 1;
}
h4, h4 p {
  font-size: 48px;
  line-height: 1.1;
}
h5, h5 p {
  font-size: 32px;
  line-height: 1.25;
}
p {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 0;
}
h6, h6 p {
  font-size: 14px;
  line-height: 1.25;
}
h7, h7 p {
  font-size: 40px;
  line-height: 1.1;
}
a {
  text-decoration: none;
}
strong, .strong, .bold {
  font-family: "elza-text", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.medium {
  font-weight: 500;
}
.light {
  font-weight: 300;
}
* {
  margin: 0;
  padding: 0;
}
body {
  width: 100vw;
  overflow-x: hidden;
  background-color: var(--offwhite);
  animation: fadeInAnimation ease 1.5s;
  color: var(--black);
  margin-bottom: 0;
}
.page {
  margin: 0;
}
@keyframes fadeInAnimation {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
.container-aer {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}
section {
  margin-top:64px;
  margin-bottom:64px;
}
.none {
  display: none;
}
ul, li, ul li {
  list-style:none;
  padding: 0;
  margin:0;
}

/* menus */
#primary-menu {
  margin: 0;
}
.menu-menu-1-container {
  background-color: var(--petroleo);
  padding: 0.7rem 1rem 0.5rem 1rem;
  border-radius: 99px;
  font-family: "elza", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  transition: ease .5s;
  width: fit-content;
}
.menu-menu-1-container a {
  color: white!important;
}

footer a p {
  font-size: 16px;
}

header {
  top: 0;
  z-index: 9;
  padding-bottom: 8px;
  transition: ease 0.5s;
}
header.bg-offwhite {
  background-color: #F4F5EB;
}
header .br-pill {
  background-color: #03444E;
  padding: 10px 16px;
  color:#F4F5EB;
  margin-left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .br-pill.bg-verdelimao {
  background-color: #AFD82E;
  justify-content: flex-start;
}
header .br-pill p {
  padding-top: 2px;
}
header .br-pill.btn-dropdown p {
  padding-top: 0!important;
  padding-bottom: 1px;
}
.territorios-links {
  top: 120%;
  left: 0;
  height: 0px;
  padding-right: 16px;
  overflow-y: hidden;
  transition: ease .5s;
}
.territorios-links div {
  width: 100%;
  white-space: nowrap;
}
.territorios-links.open {
  transition: ease 1s;
  height: 500px;
}
.territorios-links::-webkit-scrollbar {
  display: none;
}
.territorios-links {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.w-66 {
  width: 66%;
}
.w-45 {
  width: 45%;
}
.videov.w-45 {
  width: 48%;
}

.w-65 {
  width: 65%;
}

.home-hero {
  background-image: url(/wp-content/themes/arteemrede/assets/hero.svg);
  width: 100vw;
  height: 60vw;
  background-size:contain;
  background-position: center;
  background-repeat: no-repeat;
}

.arteemrede {
  width: 25vw;
}

/* video */
.videov iframe {
  height: 100%!important;
  width: 100%!important;
  aspect-ratio: 9 / 16!important;
  border-radius: 24px;
}
.videoh iframe {
  height: 100%!important;
  width: 100%!important;
  aspect-ratio: 16 / 9!important;
  border-radius: 16px;
}
.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.territorio-card {
  height: 500px;
  border-radius: 24px;
  padding: 24px;
  position: relative;
  transition: ease 0.5s;
}
.territorio-card h3 {
  font-size: 32px;
}
/* #territorios .grid-3 .territorio-card {
  height: 70vh;
}
#territorios .grid-4 .territorio-card {
  height: 60vh;
} */


.territorio-card:hover {
  transform: translateY(-12px);
}

.territorio-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.territorio-card-info {
  position: absolute;
  left: 24px;
  bottom: 80px;
}

.territorio-card h3, .territorio-card p {
  color: var(--offwhite);
}

.h-scroll {
  overflow: hidden;
}

.scroll {
  white-space: nowrap;
  margin: 0 2em;
}

.rightleft {
  display: flex;
  justify-content: flex-start;
  gap: 2em;
  animation: rightleft 40s infinite linear;
  width: 300vw;
}


@keyframes rightleft {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

.slideshow {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 120vh;
  padding: 0;
  margin: 0;
}
.holder {
  position: relative;
  top: 0;
  left: 0;
  width: 10000vw;
  height: 120vh;
  transition: left 1s;
  filter: brightness(80%);
}
.holder div {
  float: left;
  width: 100vw;
  height: 120vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
  padding: 20px;
  transition: ease 0.5s;
}
.prev {
  position: absolute;
  bottom: 0;
  left: 0;
}
.next {
  position: absolute;
  bottom: 0;
  right: 0;
}

.deg45 {
  transform: rotate(-4deg);
  transition: transform ease 0.5s;
  border-radius: 100%;
  margin-bottom: 16px;
  margin-top: 16px;
  z-index: 1;
}

.deg45:hover {
  transform: rotate(0deg);
}

footer {
  margin-top: 120px;
}

footer img {
  background-blend-mode: multiply;
}

footer a {
  color: var(--black)!important;
}
footer .list-link img {
  width: 42px;
  transition: ease .5s;
}
footer .list-link img:hover {
  transform: translateY(3px);
}
footer .barrado-lg {
  width: auto;
}

.banner-territorio {
  margin-top: 6rem;
}

.banner-territorio, .banner-territorio div {
  height: 360px;
}

.banner-territorio div {
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-position: top 20px right 20px;
}

.accordion, .accordion-button, .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.accordion-body {
  padding: 0px!important;
  padding-bottom: 8px!important;
}

.accordion-item {
  border: 1pt solid var(--black);
}

.accordion-button,
.accordion-item,
.accordion-header {
  background-color: transparent!important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--black)
}

.grid-oficinas {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.oficinas {
  width: 100%;
  overflow-x: scroll;
  position: relative;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
}

::-webkit-scrollbar-thumb {
  border-radius: 40px;
  background-color: #AFD82E;
}

.oficinas-flex {
  white-space: nowrap;
}

.oficinas-flex .oficina-cell:first-child .oficina-head {
  background-color: #AFD82E;
  background-image: url(/wp-content/themes/arteemrede/assets/icon03.svg);
}
.oficinas-flex .oficina-cell:nth-child(2) .oficina-head {
  background-color: #AC9FD7;
  background-image: url(/wp-content/themes/arteemrede/assets/icon02.svg);
}
.oficinas-flex .oficina-cell:nth-child(3) .oficina-head {
  background-color: #E58F20;
  background-image: url(/wp-content/themes/arteemrede/assets/icon04.svg);
}
.oficinas-flex .oficina-cell:nth-child(4) .oficina-head {
  background-color: #E52588;
  background-image: url(/wp-content/themes/arteemrede/assets/icon01.svg);
}
.oficinas-flex .oficina-cell:nth-child(5) .oficina-head {
  background-color: #BAE49D;
  background-image: url(/wp-content/themes/arteemrede/assets/icon05.svg);
}
.oficinas-flex .oficina-cell:nth-child(6) .oficina-head {
  background-color: #27BA7B;
  background-image: url(/wp-content/themes/arteemrede/assets/icon06.svg);
}

.oficina-cell {
  width: 25vw;
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 16px;
  height: 440px;
}

.oficina-head {
  height: 150px;
  background-size:cover;
  background-position: center;
}

.oficina-head.bg-lilas {
  background-image: url(/wp-content/themes/arteemrede/assets/icon02.svg);
}

.oficina-head.bg-capim {
  background-image: url(/wp-content/themes/arteemrede/assets/icon01.svg);
}

.oficina-body {
  max-width: 100%;
  white-space:normal;
}


.home-hero .carousel {
  position: absolute;
  top: 56px;
  right: 0;
  width: 100%;
}

.home-hero .carousel-item div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.carousel-item {
  transition: ease .5s;
}

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  transition: ease 1s;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  top: 100%;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #8B10B6;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
  border-radius: 100%!important;
}

.carousel-indicators .active {
  opacity: 1!important;
}

.depo-avatar {
  width: 100px!important;
  height: 100px!important;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  margin-right: 24px;
}

.accordion-button::after {
  filter: grayscale(100%);
}

div.br-pill {
  transition: ease 0.5s;
}

::selection {
  background-color: var(--petroleo);
  color: var(--offwhite)
}


div.br-pill:hover, .menu-menu-1-container:hover {
  transform: translateY(4px);
}


/* modal gallery */

.gallery-modal {
  display: none;
  position: fixed;
  z-index: 99999;
}

.gallery-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
}

.gallery-close {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 24px;
  cursor: pointer;
}

.gallery-content {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100vw;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content:center;
}

.gallery-content img {
  width: 95%;
  border-radius: 16px;
}

.wp-block-gallery .wp-block-image {
  transition: ease 0.6s;
}

.wp-block-gallery .wp-block-image:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: ease 0.6s;
}

.modal-next, .modal-back {
  position: fixed;
  top: 45%;
  padding: 30px 25px;
  color: white;
  font-size: 25px;
  cursor: pointer;
}

.modal-next {
  right: 0;
}

.modal-back {
  left: 0;
}

figure img {
  border-radius: 16px;
}

.hero-mobile {
  display: none;
  background-image: url(/wp-content/themes/arteemrede/assets/hero.svg);
  height: auto;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 40px;
}

.social-icons img {
  width: 42px;
  cursor: pointer;
  transition: ease 0.5s;
}
.social-icons img:hover {
 transform: translateY(3px);
}

.carousel-control-next, .carousel-control-prev {
  padding-top: 20%;
}
