@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&display=swap";
@font-face {
  font-family: monumentRegular;
  src: url(./fonts/MonumentExtended-Regular.otf);
}
@font-face {
  font-family: monumentBold;
  src: url(./fonts/MonumentExtended-Ultrabold.otf);
}
@font-face {
  font-family: theraphiest;
  src: url(./fonts/Theraphiest.otf);
}
:root {
  --gray: #383838;
  --white: #fff;
  --white-50: rgba(255, 255, 255, 0.5);
  --pink: #f52a69;
  --mediumgray: #353535;
  --lightgray: #adadad;
  --black: #020202;
  --yelow: #d0ff00;
  --orange: #e97639;
  --bg: linear-gradient(to right, #e95339 0%, #d63d22 100%);
  --title: #d62229;
}
*,
:after,
:before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html,
body {
  background: linear-gradient(to right, #282a2d 0%, #15181b 100%);
  color: #fff;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.2rem;
  position: relative;
  font-size: clamp(1px, 0.7vw, 200px);
  height: 100%;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide2 {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-scrollbar-drag {
  background-color: var(--white);
}
.menu {
  min-width: 100px;
  width: 70%;
  max-width: 320px;
  color: #fff;
  flex-direction: column;
  gap: 3rem;
}
.btn--menu {
  color: var(--white);
  text-decoration: none;
  font-family: Roboto Slab, sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .btn--menu {
    font-size: 6rem !important;
  }
  .menu {
    gap: 6rem;
  }
}
.content {
  width: 100%;
}
.menu-button {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-button .bar:nth-of-type(1) {
  margin-top: 0;
}
.menu-button .bar:nth-of-type(3) {
  margin-bottom: 0;
}
.bar {
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  margin: 10px auto;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-button:hover .bar:nth-of-type(1) {
  -webkit-transform: translateY(1.5px) rotate(-4.5deg);
  -ms-transform: translateY(1.5px) rotate(-4.5deg);
  transform: translateY(1.5px) rotate(-4.5deg);
}
.menu-button:hover .bar:nth-of-type(2) {
  opacity: 0.9;
}
.menu-button:hover .bar:nth-of-type(3) {
  -webkit-transform: translateY(-1.5px) rotate(4.5deg);
  -ms-transform: translateY(-1.5px) rotate(4.5deg);
  transform: translateY(-1.5px) rotate(4.5deg);
}
.cross .bar:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.cross .bar:nth-of-type(2) {
  opacity: 0;
}
.cross .bar:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}
.cross:hover .bar:nth-of-type(1) {
  -webkit-transform: translateY(13.5px) rotate(-40.5deg);
  -ms-transform: translateY(13.5px) rotate(-40.5deg);
  transform: translateY(13.5px) rotate(-40.5deg);
}
.cross:hover .bar:nth-of-type(2) {
  opacity: 0.1;
}
.cross:hover .bar:nth-of-type(3) {
  -webkit-transform: translateY(-13.5px) rotate(40.5deg);
  -ms-transform: translateY(-13.5px) rotate(40.5deg);
  transform: translateY(-13.5px) rotate(40.5deg);
}
@media only screen {
  .logo {
    font-family: monumentRegular;
    text-transform: uppercase;
    font-size: 35rem;
    text-align: center;
    background: -webkit-linear-gradient(
      left,
      #33235b,
      #d62229,
      #e97639,
      #792042,
      #33235b
    );
    background: linear-gradient(
      left,
      #33235b,
      #d62229,
      #e97639,
      #792042,
      #33235b
    );
    background-size: 3200px 200px;
    margin-top: 2vh;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-animation: animate-logo;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 7s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    transition: font-size 500ms ease-in-out;
  }
}
@media only screen and (min-width: 768px) {
  .logo {
    margin-top: 2vh !important;
    font-size: 24rem;
  }
}
@-webkit-keyframes animate-logo {
  0% {
    background-position: 0 3200px;
  }
  100% {
    background-position: 3200px 0;
  }
}
.panel__animation-list {
  font-size: 12rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.panel__animation-list span {
  font-family: theraphiest;
  text-transform: lowercase !important;
  color: var(--yelow);
  display: inline-block;
  position: relative;
  transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  user-select: none;
}
.work {
  height: 100vh;
  width: -webkit-fill-available;
  padding: 5%;
  background: var(--bg);
  align-items: center;
  justify-content: center;
}
.work .title-work {
  color: var(--gray);
  font-size: 25rem;
  font-family: monumentBold, sans-serif;
  text-align: left;
  text-transform: uppercase;
  word-break: break-all;
  line-height: 1;
  padding-top: 10vh;
  hyphens: auto;
}
.work ul {
  padding-top: 3vh;
}
.work ul li {
  font-family: Roboto Slab, sans-serif;
  color: var(--white);
  font-size: 8rem;
  padding-top: 2vh;
  list-style: none;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .work {
    display: flex;
    margin-top: -20rem;
    gap: 5rem;
    height: -webkit-fill-available;
  }
  .work .title-work {
    font-size: 12rem;
    margin-top: 5rem;
  }
  .work ul {
    padding-top: 25vh;
  }
  .work ul li {
    font-size: 3rem;
  }
}
img {
  border: none;
  width: 100%;
  max-width: 100%;
  height: auto;
}
picture {
  display: flex;
  width: 100%;
}
.people {
  padding: 10% 8vw;
}
.people .title {
  color: var(--orange);
  font-family: monumentBold, sans-serif;
  font-size: 9rem;
  padding: 5px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.people .glider-track {
  gap: 4vw;
}
.people .itens {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}
.people .text {
  color: var(--black);
  position: absolute;
  bottom: 0;
  padding-bottom: 15px;
  padding-left: 15px;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-size: 5rem;
  letter-spacing: 1.2px;
  background-color: var(--white-50);
  background-clip: content-box;
}
@media only screen and (min-width: 768px) {
  .people .text {
    font-size: 1.2rem;
    padding-left: 25px;
  }
  .people {
    min-height: 80vh;
  }
  .people .itens {
    display: flex;
    position: relative;
  }
  .people .itens:hover + .names-content {
    display: block;
  }
  .people .title-desktop {
    color: var(--title);
    font-family: monumentBold, sans-serif;
    font-size: 20rem;
    padding: 5px 3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: inherit;
    align-items: center;
    text-align: left;
  }
  .people .glider {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    z-index: 1;
    position: relative;
    gap: 10px;
  }
  .people .glider .names-content {
    display: block;
  }
}
.hide-for-mobile {
  display: none;
}
.hide-for-desktop {
  display: block;
}
@media only screen and (min-width: 768px) {
  .hide-for-desktop {
    display: none;
  }
  .hide-for-mobile {
    display: block;
  }
}
.glider-contain {
  width: 100%;
}
.glider,
.glider-contain {
  margin: 0 auto;
  position: relative;
}
.glider,
.glider-track {
  transform: translateZ(0);
}
.glider-track {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}
.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}
.glider.drag {
  cursor: grabbing;
}
.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
}
.glider-slide img {
  max-width: 100%;
}
.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}
.glider-next,
.glider-prev {
  user-select: none;
  position: absolute;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67),
    color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.glider-next:focus,
.glider-next:hover,
.glider-prev:focus,
.glider-prev:hover {
  color: #a89cc8;
}
.glider-next {
  right: -23px;
  left: auto;
}
.glider-next.disabled,
.glider-prev.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default;
}
.glider-slide {
  min-width: 150px;
}
.glider-hide {
  opacity: 0;
}
.glider-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.glider-dot,
.glider-dots {
  user-select: none;
  padding: 0;
}
.glider-dot {
  border: 0;
  outline: none;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}
.glider-dot.active,
.glider-dot:focus,
.glider-dot:hover {
  background: #a89cc8;
}
@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: hsla(0, 0%, 61%, 0.25);
    box-shadow: 0 0 1px hsla(0, 0%, 100%, 0.25);
  }
}
.background-whw {
  background-image: url(https://res.cloudinary.com/faridmarconi/image/upload/v1683720250/corte-de-papel-abstrato-3d-arte-escultura-escura-limpa-ondas-pretas-de-artesanato-de-papel-design-moderno-minimalista-para-apresentacoes-de-negocios_1_fv3jik.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.background-contact {
  background-image: url(https://res.cloudinary.com/faridmarconi/image/upload/v1683566389/9am/empresario-maos-usando-telefone-celular-com-laptop-na-mesa-de-escritorio-blur2_1_wdfmpf.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.container {
  flex: 0 1 900px;
  margin: auto;
  max-width: 70%;
}
.screen {
  position: relative;
  background: #3e3e3e;
  border-radius: 15px;
  filter: opacity(90%);
}
.screen:after {
  content: "";
  display: block;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.screen-header {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.screen-header-left {
  margin-right: auto;
}
.screen-header-button {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-radius: 8px;
  background: #fff;
}
.screen-header-button.close {
  background: #ed1c6f;
}
.screen-header-button.maximize {
  background: var(--yelow);
}
.screen-header-button.minimize {
  background: #74c54f;
}
.screen-header-right {
  display: flex;
}
.screen-header-ellipsis {
  width: 3px;
  height: 3px;
  margin-left: 2px;
  border-radius: 8px;
  background: #999;
}
.screen-body {
  display: flex;
  padding: 7rem;
}
.screen-body-item {
  width: 100%;
  align-self: center;
}
.screen-body-item.left {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.app-title {
  font-family: monumentBold, sans-serif;
  display: flex;
  flex-direction: column;
  position: relative;
  color: var(--orange);
  font-size: 4rem;
}
.app-title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 25px;
  height: 4px;
  background: var(--orange);
}
@media screen and (max-width: 769px) {
  .app-contact-home {
    top: 100% !important;
    color: var(--black) !important;
  }
}
.app-contact {
  font-family: Roboto Slab, sans-serif;
  margin-top: 6rem;
  color: var(--lightgray);
  max-width: 80%;
}
.app-contact-home {
  font-family: Roboto Slab, sans-serif;
  margin-top: 6rem;
  color: var(--lightgray);
  position: absolute;
  top: 95%;
  right: 45%;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  .screen-body {
    flex-direction: column;
  }
  .screen-body-item.left {
    margin-bottom: 30px;
  }
  .app-title {
    flex-direction: row;
  }
  .app-title span {
    margin-right: 12px;
  }
  .app-title:after {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .screen-body {
    padding: 10rem;
  }
  .screen-body-item {
    padding: 0;
  }
}
.slides-nav {
  z-index: 99;
  position: fixed;
  right: -1%;
  display: flex;
  align-items: center;
  height: 100%;
  color: var(--lightgray);
}
@media (min-width: 54em) {
  .slides-nav {
    right: 2%;
  }
}
.slides-nav__nav {
  position: relative;
  right: 0;
  display: block;
  font-size: 1em;
  transform: rotate(90deg);
  transform-origin: center;
}
.slides-nav button {
  position: relative;
  display: inline-block;
  padding: 0.35em;
  margin: 0;
  color: var(--yelow);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  overflow-x: hidden;
  transition: color 0.5s ease;
}
.slides-nav button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 0;
  background: var(--lightgray);
  transition: width 0.4s ease;
}
.slides-nav button:hover {
  cursor: pointer;
  color: var(--white);
  transition: color 0.5s ease;
}
.slides-nav button:hover:after {
  width: 100%;
  transition: width 0.4s ease;
}
.slides-nav button:focus {
  outline: 0;
}
.is-sliding .slides-nav {
  pointer-events: none;
}
.slides {
  position: relative;
  display: block;
  height: 100vh;
  width: 100%;
  transition: background 1s cubic-bezier(0.99, 1, 0.92, 1);
}
.is-sliding .slides {
  transition: background 0.3s cubic-bezier(0.99, 1, 0.92, 1);
}
.slide {
  z-index: -1;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100vh;
  transition: z-index 1s ease;
}
.slide.is-active {
  z-index: 19;
  transition: z-index 1s ease;
}
.slide__content {
  position: relative;
  margin: 0 auto;
  height: 95%;
  width: 95%;
  top: 2.5%;
}
@media (min-width: 54em) {
  .slide__content {
    height: 80%;
    width: 80%;
    top: 10%;
  }
}
.slide__header {
  z-index: 9;
  top: 40%;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  overflow-y: hidden;
  transform: translateX(5%);
}
@media (min-width: 54em) {
  .slide__header {
    transform: translateX(-5%);
  }
}
.slide__title {
  font-family: monumentBold, sans-serif;
  font-size: 2.5em;
  text-align: left;
  color: var(--white);
  overflow-y: hidden;
}
@media (min-width: 54em) {
  .slide__title {
    font-size: 5em;
  }
}
.slide__title .title-line {
  display: block;
  overflow-y: hidden;
}
.slide__title .title-line span {
  display: inline-block;
  transform: translate3d(0, 140%, 0);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.8s ease;
}
.slide__title .title-line span:nth-child(1) {
  transition-delay: 0.15s;
}
.slide__title .title-line span:nth-child(2) {
  transition-delay: 0.3s;
}
.is-active .slide__title .title-line span {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease;
}
.is-active .slide__title .title-line:nth-of-type(2n) span {
  transition-delay: 0.2s;
}
.slide__figure {
  z-index: 7;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.is-sliding .slide__figure {
  transform: scale(0.8);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.slide__img {
  position: relative;
  display: block;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50%;
  -webkit-backface-visibility: hidden;
  height: 0;
  width: 100%;
  filter: grayscale(0%);
  transition: height 1s 1.4s cubic-bezier(0.19, 1, 0.22, 1),
    filter 0.4s 0.1s ease;
}
.is-active .slide__img {
  height: 100%;
  opacity: 1;
  transition: height 0.5s 0.3s cubic-bezier(0.77, 0, 0.175, 1),
    filter 0.4s 0.1s ease;
}
.is-sliding .slide__img {
  filter: grayscale(100%);
}
.slide-whw {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .slide-whw {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    height: 100%;
  }
  .small {
    width: 15vh !important;
    height: 15vh !important;
  }
  .medium {
    width: 25vh !important;
    height: 25vh !important;
  }
  .medium span {
    margin-top: 6vh !important;
  }
  .large {
    width: 35vh !important;
    height: 35vh !important;
  }
  .large span {
    margin-top: 15vh !important;
  }
  .contant-text {
    font-weight: 100 !important;
    margin-top: 8rem !important;
    line-height: 10rem !important;
    font-size: 6rem !important;
  }
}
.circle-whw {
  font-family: Roboto Slab, sans-serif;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  place-content: center;
  -webkit-box-pack: center;
  cursor: pointer;
}
.circle:hover {
  background-color: var(--lightgray);
  color: var(--black);
}
.circle {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  border-radius: 50%;
  background-color: var(--black);
}
.circle-hover {
  background-color: var(--lightgray);
  color: var(--black);
}
.circle-text {
  shape-outside: circle(50%);
  float: center;
  text-align: center;
  font-size: initial;
  display: flow-root;
}
.circle-textchild {
  font-size: 2rem;
}
.large {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  place-content: center;
  -webkit-box-pack: center;
  width: 60vh;
  height: 60vh;
  border: 0.15rem solid var(--lightgray);
  z-index: 1;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 100px 25px rgba(255, 255, 240, 0.3);
}
.large span {
  margin-bottom: 50vh;
  font-size: initial;
}
.medium {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  place-content: center;
  -webkit-box-pack: center;
  width: 40vh;
  height: 40vh;
  border: 0.15rem solid var(--lightgray);
  z-index: 2;
  padding: 10px;
}
.medium span {
  margin-bottom: 30vh;
  font-size: initial;
}
.small {
  width: 20vh;
  height: 20vh;
  border: 0.15rem solid var(--lightgray);
  z-index: 3;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  place-content: center;
  -webkit-box-pack: center;
}
.contant-whw {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  place-content: center;
  -webkit-box-pack: center;
  display: inline;
  text-align: left;
  margin-right: 10rem;
}
@media screen and (max-width: 768px) {
  .contant-whw {
    margin: 2vh 5vh 0;
  }
  .wrapper ul li {
    margin: 10px !important;
    line-height: 60px !important;
  }
  .swiper-slide p {
    font-size: 6rem !important;
  }
  .wrapper ul li .fa {
    margin-top: 11px !important;
  }
  .app-title {
    font-size: 8rem !important;
  }
  .contant-title {
    font-size: 8rem;
    letter-spacing: 0.5rem;
  }
}
.contant-text {
  font-family: Roboto Slab, sans-serif;
  font-size: 2rem;
  margin-top: 2rem;
  line-height: 4rem;
  letter-spacing: 0.2rem;
  font-weight: lighter;
  color: var(--lightgray);
}
.contant-title {
  font-family: monumentRegular;
  text-transform: uppercase;
  font-size: 6rem;
  letter-spacing: 0.5rem;
}
.wrapper ul {
  list-style: none;
}
.wrapper ul li {
  width: 75px;
  height: 75px;
  line-height: 75px;
  margin-right: 2rem;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 3px solid #d8e2dc;
  float: left;
  transition: all 0.5s ease;
}
.wrapper ul li .fa {
  color: #d8e2dc;
  margin-top: 17px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .wrapper ul li .fa {
    margin-top: 7px !important;
  }
  .wrapper ul li {
    width: 50px;
    height: 50px;
  }
}
.wrapper ul li:hover.email {
  border: 3px solid #3b5998;
  box-shadow: 0 0 15px #3b5998;
  transition: all 0.5s ease;
}
.wrapper ul li:hover .fa-envelope-open-o {
  color: #3b5998;
  text-shadow: 0 0 15px #3b5998;
  transition: all 0.5s ease;
}
.wrapper ul li:hover.instagram {
  border: 3px solid #bc2a8d;
  box-shadow: 0 0 15px #bc2a8d;
  transition: all 0.5s ease;
}
.wrapper ul li:hover .fa-instagram {
  color: #bc2a8d;
  text-shadow: 0 0 15px #bc2a8d;
  transition: all 0.5s ease;
}
.wrapper ul li:hover.whatsapp {
  border: 3px solid #4dc247;
  box-shadow: 0 0 15px #4dc247;
  transition: all 0.5s ease;
}
.wrapper ul li:hover .fa-whatsapp {
  color: #4dc247;
  text-shadow: 0 0 15px #4dc247;
  transition: all 0.5s ease;
}
@media screen and (max-width: 740px) {
  .wrapper {
    width: 350px;
  }
  .wrapper ul li {
    margin-top: 10px;
  }
  .wrapper ul li.google {
    margin-left: 60px;
  }
}
@media screen and (max-width: 340px) {
  .wrapper {
    width: 150px;
  }
  .wrapper ul li {
    margin: 15px;
  }
  .wrapper ul li.google {
    margin-left: 15px;
  }
}
a.arrow .arrow_icon svg,
span.arrow .arrow_icon svg {
  transition: transform 0.3s 0.02s ease;
  margin-right: 0.5em;
}
a.arrow:hover .arrow_icon svg,
span.arrow:hover .arrow_icon svg {
  transform: translateX(0.3em);
}
