/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/sass/cases/template-wsa.scss ***!
  \***********************************************************************************************************************************************************************************/
#page-case-wsa {
  @import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
  font-family: "Roboto", sans-serif;
}
#page-case-wsa .parallax {
  position: relative;
  z-index: 0;
  height: 950px;
  display: grid;
  grid-template-areas: "stack";
  background-image: url(../js/../img/banner-wsa.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
#page-case-wsa .parallax > * {
  grid-area: stack;
  animation-name: parallax;
  animation-timeline: scroll(y root);
}
#page-case-wsa .parallax .man-img {
  width: 100%;
  height: 800px;
  z-index: 6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  --parallax-speed: 5;
}
@media (max-width: 630px) {
  #page-case-wsa .parallax .man-img {
    height: 500px;
  }
}
#page-case-wsa .parallax .parallax__6 {
  --parallax-speed: 5;
  margin: auto;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  object-fit: cover;
}
#page-case-wsa .parallax .bg-content {
  background: #FAFAFA;
  border-bottom: 4px solid #FB7435;
  padding: 50px 23px;
  z-index: 2;
  width: 90%;
  max-width: 1100px;
  margin: auto;
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  z-index: 5;
  --parallax-speed: 2;
}
@media (max-width: 1020px) {
  #page-case-wsa .parallax .bg-content {
    height: auto;
    padding: 50px 20px;
  }
}
#page-case-wsa .parallax .bg-content h1 {
  color: #0A0A0A;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 62.4px */
  letter-spacing: -2.6px;
  margin-top: 35px;
}
@media (max-width: 1200px) {
  #page-case-wsa .parallax .bg-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  #page-case-wsa .parallax .bg-content h1 br {
    display: none;
  }
}
@media (max-width: 630px) {
  #page-case-wsa .parallax .bg-content h1 {
    font-size: 30px;
    letter-spacing: -1px;
  }
}
#page-case-wsa .parallax .bg-content .pre-title {
  position: relative;
  color: var(--Preto-WSA, #0A0A0A);
  text-align: center;
  font-family: "Playfair Display";
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 110%;
  width: fit-content;
  margin: auto;
  padding: 0 10px;
}
@media (max-width: 1020px) {
  #page-case-wsa .parallax .bg-content .pre-title {
    font-size: 25px;
  }
}
@media (max-width: 630px) {
  #page-case-wsa .parallax .bg-content .pre-title {
    font-size: 22px;
  }
}
#page-case-wsa .parallax .bg-content .pre-title::after {
  content: "";
  display: block;
  width: -webkit-fill-available;
  height: 35px;
  background: #FB7435;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}
@media (max-width: 1020px) {
  #page-case-wsa .parallax .bg-content .pre-title::after {
    height: 25px;
    top: 15px;
  }
}
@media (max-width: 630px) {
  #page-case-wsa .parallax .bg-content .pre-title::after {
    top: auto;
    bottom: -8px;
    height: 20px;
  }
}
@keyframes parallax {
  to {
    transform: translateY(calc(var(--parallax-speed) * 200px));
  }
}
#page-case-wsa .animate-text {
  padding-bottom: 280px;
  margin-top: -57px;
  position: relative;
  z-index: 1;
}
@media (max-width: 630px) {
  #page-case-wsa .animate-text {
    margin-top: -40px;
    padding-bottom: 200px;
  }
}
#page-case-wsa .animate-text img.contrato {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  top: -50px;
  transform: translateX(70px);
}
@media (max-width: 630px) {
  #page-case-wsa .animate-text img.contrato {
    max-width: 400px;
    transform: translateX(40px);
  }
}
#page-case-wsa .animate-text .scroll-container {
  font-family: "Playfair Display", serif;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  color: #DCDCD9;
  font-style: italic;
  font-size: 50px;
  line-height: 120%;
}
@media (max-width: 630px) {
  #page-case-wsa .animate-text .scroll-container {
    font-size: 35px;
  }
}
#page-case-wsa .animate-text .scroll-container .scrolling-text-right,
#page-case-wsa .animate-text .scroll-container .scrolling-text-left {
  display: flex;
  white-space: nowrap;
  gap: 5px;
}
#page-case-wsa .animate-text .scroll-container .scrolling-text-right span {
  animation: scroll-left 20s linear infinite;
}
#page-case-wsa .animate-text .scroll-container .scrolling-text-left span {
  animation: scroll-right 20s linear infinite;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
#page-case-wsa .section-sobre-wsa {
  background-color: rgba(220, 220, 220, 0.5);
}
#page-case-wsa .section-sobre-wsa .container-hold {
  display: flex;
  max-width: 1450px;
  margin: auto;
  overflow: hidden;
  align-items: stretch;
  flex-wrap: wrap;
}
#page-case-wsa .section-sobre-wsa img.contrato {
  width: 25%;
  object-fit: cover;
}
@media (max-width: 1160px) {
  #page-case-wsa .section-sobre-wsa img.contrato {
    object-position: left;
  }
}
#page-case-wsa .section-sobre-wsa .texto-1 {
  max-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  padding: 30px;
  border-top: 12px solid #FB7435;
  width: 35%;
}
@media (max-width: 1420px) {
  #page-case-wsa .section-sobre-wsa .texto-1 {
    justify-content: start;
  }
}
@media (max-width: 1160px) {
  #page-case-wsa .section-sobre-wsa .texto-1 {
    width: 75%;
    max-height: none;
  }
}
#page-case-wsa .section-sobre-wsa .texto-1 p.grande {
  position: relative;
  font-family: "Playfair Display", sans-serif;
  font-size: 28px;
  font-weight: 500;
  margin: 0;
  z-index: 1;
  line-height: 120%;
}
@media (max-width: 1160px) {
  #page-case-wsa .section-sobre-wsa .texto-1 p.grande {
    font-size: 20px;
  }
}
#page-case-wsa .section-sobre-wsa .texto-1 p.grande span {
  position: relative;
}
#page-case-wsa .section-sobre-wsa .texto-1 p.grande span::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #FB7435;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#page-case-wsa .section-sobre-wsa .texto-scroll {
  width: 130px;
  color: #DCDCD9;
  font-style: italic;
  font-size: 50px;
  line-height: 120%;
  font-family: "Playfair Display";
  position: relative;
}
#page-case-wsa .section-sobre-wsa .texto-scroll .scrolling-text-right,
#page-case-wsa .section-sobre-wsa .texto-scroll .scrolling-text-left {
  display: flex;
  white-space: nowrap;
  gap: 5px;
  transform: rotate(-90deg);
}
@media (max-width: 1160px) {
  #page-case-wsa .section-sobre-wsa .texto-scroll .scrolling-text-right,
  #page-case-wsa .section-sobre-wsa .texto-scroll .scrolling-text-left {
    transform: none;
    margin: 0 !important;
  }
}
#page-case-wsa .section-sobre-wsa .texto-scroll .scrolling-text-left {
  margin-left: -70px;
}
#page-case-wsa .section-sobre-wsa .texto-scroll .scrolling-text-left span {
  animation: scroll-right 40s linear infinite;
}
#page-case-wsa .section-sobre-wsa .texto-scroll .scrolling-text-right {
  margin-left: 40px;
}
#page-case-wsa .section-sobre-wsa .texto-scroll .scrolling-text-right span {
  animation: scroll-left 40s linear infinite;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@media (max-width: 1160px) {
  #page-case-wsa .section-sobre-wsa .texto-scroll {
    width: 100%;
    height: 200px;
  }
}
#page-case-wsa .section-sobre-wsa .img-pc {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: -151px;
}
@media (max-width: 1160px) {
  #page-case-wsa .section-sobre-wsa .img-pc {
    left: 0;
    right: 0;
    margin: auto;
    max-height: 220px;
    bottom: 10px;
  }
}
#page-case-wsa .section-sobre-wsa .texto-2 {
  width: calc(100% - 130px - 60%);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1160px) {
  #page-case-wsa .section-sobre-wsa .texto-2 {
    width: 100%;
    padding: 20px 30px;
  }
}
#page-case-wsa .section-desafio-wsa {
  padding: 100px 0;
  background-image: url(../js/../img/montanha.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#page-case-wsa .section-desafio-wsa .container-hold {
  max-width: 1040px;
  margin: auto;
  width: 90%;
}
#page-case-wsa .section-desafio-wsa h2 {
  font-family: "Roboto Flex", sans-serif;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  width: fit-content;
  margin: auto;
}
@media (max-width: 1160px) {
  #page-case-wsa .section-desafio-wsa h2 {
    font-size: 25px;
  }
}
#page-case-wsa .section-desafio-wsa h2 span {
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  display: block;
  font-size: 60px;
  position: relative;
  padding: 0 10px;
}
@media (max-width: 1160px) {
  #page-case-wsa .section-desafio-wsa h2 span {
    font-size: 40px;
  }
}
#page-case-wsa .section-desafio-wsa h2 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  background: #FB7435;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: -1;
}
@media (max-width: 630px) {
  #page-case-wsa .section-desafio-wsa h2 span::after {
    height: 15px;
    bottom: -3px;
  }
}
#page-case-wsa .section-desafio-wsa h3 {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
@media (max-width: 468px) {
  #page-case-wsa .section-desafio-wsa h3 br {
    display: none;
  }
}
#page-case-wsa .section-desafio-wsa .desafio-texto {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  align-items: self-start;
  max-height: 600px;
}
@media (max-width: 1160px) {
  #page-case-wsa .section-desafio-wsa .desafio-texto {
    flex-direction: column-reverse;
    max-height: none;
    align-items: center;
    padding-top: 50px;
  }
}
#page-case-wsa .section-desafio-wsa .desafio-texto .hold {
  background: #fff;
  padding: 20px;
  border-left: 12px solid #FB7435;
  max-width: 550px;
}
#page-case-wsa .section-desafio-wsa .desafio-texto .hold h4 {
  font-size: 40px;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  position: relative;
  margin-bottom: 30px;
}
#page-case-wsa .section-desafio-wsa .desafio-texto .hold h4::after {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  background: #FB7435;
  position: absolute;
  left: 0;
  bottom: -10px;
}
#page-case-wsa .section-desafio-wsa .mousemove {
  margin-left: 0;
}
@media (max-width: 1160px) {
  #page-case-wsa .section-desafio-wsa .mousemove {
    max-height: 600px;
  }
  #page-case-wsa .section-desafio-wsa .mousemove img {
    margin-top: 160px;
  }
}
#page-case-wsa .section-desafio-wsa .ipad {
  max-width: 1080px;
  background-image: url(../js/../img/ipad-wsa.png);
  background-size: 100% 100%;
  width: 100%;
  height: 690px;
  background-repeat: no-repeat;
  margin-top: -80px;
  z-index: 5;
  padding: 120px 60px 120px 90px;
  position: relative;
}
@media (max-width: 810px) {
  #page-case-wsa .section-desafio-wsa .ipad {
    padding: 100px 60px 100px 80px;
  }
}
@media (max-width: 720px) {
  #page-case-wsa .section-desafio-wsa .ipad {
    background-image: url(../js/../img/ipad-wsa2.png);
    padding: 60px;
    max-width: 370px;
    margin: auto;
  }
}
#page-case-wsa .section-desafio-wsa .ipad .ipad-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 700px) {
  #page-case-wsa .section-desafio-wsa .ipad .ipad-content {
    max-width: 90%;
    margin: auto;
  }
}
#page-case-wsa .section-desafio-wsa .ipad h2 {
  color: #fff;
  margin: 0;
  text-align: left;
}
#page-case-wsa .section-desafio-wsa .ipad h2 span {
  display: inline;
  font-size: 40px;
  padding: 0;
}
#page-case-wsa .section-desafio-wsa .ipad h2 span::after {
  bottom: 0;
  height: 15px;
}
@media (max-width: 720px) {
  #page-case-wsa .section-desafio-wsa .ipad h2 span {
    display: block;
    font-size: 35px;
  }
}
#page-case-wsa .section-desafio-wsa .ipad h3 {
  color: #fff;
  font-size: 16px;
  text-align: left;
  margin: 0 0 auto;
}
#page-case-wsa .section-desafio-wsa .carousel {
  margin: 20px 0;
}
#page-case-wsa .section-desafio-wsa .slick-track {
  display: flex;
  gap: 40px;
}
@media (max-width: 720px) {
  #page-case-wsa .section-desafio-wsa .slick-track {
    gap: 0;
  }
}
#page-case-wsa .section-desafio-wsa .slide {
  background-color: #fff;
  max-width: 250px;
  padding: 40px 20px 20px 20px;
  min-height: 260px;
  position: relative;
  display: flex !important;
  justify-content: space-between;
  flex-direction: column;
}
#page-case-wsa .section-desafio-wsa .slide::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #FB7435;
  position: absolute;
  left: 20;
  top: 20px;
}
#page-case-wsa .section-desafio-wsa .slide h3 {
  color: #000;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  font-size: 25px;
  position: relative;
  margin: 0;
}
#page-case-wsa .section-desafio-wsa .slide button.open-popup {
  color: #FB7435;
  padding: 0;
  font-weight: 500;
  background-color: transparent;
  border: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#page-case-wsa .section-desafio-wsa .arrows {
  display: flex;
  align-items: center;
  gap: 15px;
}
#page-case-wsa .section-desafio-wsa .arrows button {
  padding: 0;
  background-color: transparent;
  border: 0;
  height: 20px;
  display: flex;
  align-items: center;
}
#page-case-wsa .section-desafio-wsa .arrows button.slick-prev {
  transform: rotate(-180deg);
}
#page-case-wsa .section-desafio-wsa .arrows button.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#page-case-wsa .section-desafio-wsa .popup {
  display: none;
  position: absolute;
  z-index: 299;
  padding: 0;
  width: 90%;
  left: 50px;
  top: 75px;
  height: calc(90% - 75px);
  background-color: #000;
}
@media (max-width: 980px) {
  #page-case-wsa .section-desafio-wsa .popup {
    left: 20px;
    width: calc(100% - 70px);
  }
}
@media (max-width: 720px) {
  #page-case-wsa .section-desafio-wsa .popup {
    top: 30px;
    left: 36px;
    height: 90%;
  }
}
#page-case-wsa .section-desafio-wsa .popup .popup-content {
  padding: 60px 30px 40px 40px;
  margin: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 720px) {
  #page-case-wsa .section-desafio-wsa .popup .popup-content {
    overflow-x: hidden;
    overflow-y: scroll;
    gap: 30px;
  }
}
#page-case-wsa .section-desafio-wsa .popup .popup-content h4 {
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  font-size: 35px;
  font-weight: 400;
  position: relative;
  margin: 0;
}
#page-case-wsa .section-desafio-wsa .popup .popup-content h4 span {
  position: relative;
  display: block;
  width: fit-content;
}
#page-case-wsa .section-desafio-wsa .popup .popup-content h4 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: #FB7435;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: -1;
}
#page-case-wsa .section-desafio-wsa .popup .popup-content .flex-items {
  display: flex;
  gap: 50px;
  align-items: center;
}
#page-case-wsa .section-desafio-wsa .popup .popup-content .flex-items .popup-text {
  font-size: 14px;
}
@media (max-width: 1160px) {
  #page-case-wsa .section-desafio-wsa .popup .popup-content .flex-items .popup-image {
    max-width: 40%;
  }
  #page-case-wsa .section-desafio-wsa .popup .popup-content .flex-items .popup-text {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media (max-width: 720px) {
  #page-case-wsa .section-desafio-wsa .popup .popup-content .flex-items {
    flex-direction: column;
  }
  #page-case-wsa .section-desafio-wsa .popup .popup-content .flex-items .popup-image {
    max-width: 100%;
  }
  #page-case-wsa .section-desafio-wsa .popup .popup-content .flex-items .popup-text {
    max-height: none;
    overflow-y: auto;
    overflow-x: auto;
  }
}
#page-case-wsa .section-desafio-wsa .popup .popup-content .setas {
  display: flex;
  align-items: center;
  gap: 15px;
}
#page-case-wsa .section-desafio-wsa .popup .popup-content .setas button {
  padding: 0;
  background-color: transparent;
  border: 0;
  height: 20px;
  display: flex;
  align-items: center;
}
#page-case-wsa .section-desafio-wsa .popup .popup-content .setas button.prev-popup {
  transform: rotate(-180deg);
}
#page-case-wsa .section-desafio-wsa .popup .close-popup {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 17px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
#page-case-wsa .section-sobre-wsa2 {
  background-color: rgba(220, 220, 220, 0.5);
}
#page-case-wsa .section-sobre-wsa2 .container-hold {
  display: flex;
  max-width: 1450px;
  margin: auto;
  overflow: hidden;
  align-items: stretch;
  flex-wrap: wrap;
}
#page-case-wsa .section-sobre-wsa2 img.contrato {
  width: 50%;
  object-fit: cover;
  max-height: 500px;
}
@media (max-width: 1160px) {
  #page-case-wsa .section-sobre-wsa2 img.contrato {
    object-position: center;
  }
}
#page-case-wsa .section-sobre-wsa2 .texto-1 {
  background: #FB7435;
  padding: 0;
  width: 55%;
  position: relative;
  text-align: right;
  margin-bottom: 70px;
}
#page-case-wsa .section-sobre-wsa2 .texto-1 .title-hold {
  position: absolute;
  top: 50%;
  background: #fff;
  width: 80%;
  max-width: 500px;
  margin: auto;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 40px 30px;
  text-align: left;
}
#page-case-wsa .section-sobre-wsa2 .texto-1 .title-hold h2 {
  font-weight: 400;
  margin: 0;
  font-size: 41px;
}
#page-case-wsa .section-sobre-wsa2 .texto-1 .title-hold h2 span {
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  display: block;
}
@media (max-width: 1180px) {
  #page-case-wsa .section-sobre-wsa2 .texto-1 .title-hold h2 {
    font-size: 30px;
  }
}
@media (max-width: 630px) {
  #page-case-wsa .section-sobre-wsa2 .texto-1 .title-hold h2 {
    font-size: 25px;
  }
}
@media (max-width: 1160px) {
  #page-case-wsa .section-sobre-wsa2 .texto-1 {
    width: 100%;
  }
}
#page-case-wsa .section-sobre-wsa2 .texto-scroll {
  width: 130px;
  color: #DCDCD9;
  font-style: italic;
  font-size: 50px;
  line-height: 120%;
  font-family: "Playfair Display";
  position: relative;
}
#page-case-wsa .section-sobre-wsa2 .texto-scroll .scrolling-text-right,
#page-case-wsa .section-sobre-wsa2 .texto-scroll .scrolling-text-left {
  display: flex;
  white-space: nowrap;
  gap: 5px;
  transform: rotate(-90deg);
}
@media (max-width: 1160px) {
  #page-case-wsa .section-sobre-wsa2 .texto-scroll .scrolling-text-right,
  #page-case-wsa .section-sobre-wsa2 .texto-scroll .scrolling-text-left {
    transform: none;
    margin: 0 !important;
  }
}
#page-case-wsa .section-sobre-wsa2 .texto-scroll .scrolling-text-left {
  margin-left: -70px;
}
#page-case-wsa .section-sobre-wsa2 .texto-scroll .scrolling-text-left span {
  animation: scroll-right 40s linear infinite;
}
#page-case-wsa .section-sobre-wsa2 .texto-scroll .scrolling-text-right {
  margin-left: 40px;
}
#page-case-wsa .section-sobre-wsa2 .texto-scroll .scrolling-text-right span {
  animation: scroll-left 40s linear infinite;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@media (max-width: 1160px) {
  #page-case-wsa .section-sobre-wsa2 .texto-scroll {
    width: 100%;
    height: 200px;
  }
}
#page-case-wsa .section-sobre-wsa2 .img-pc {
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: -25px;
}
@media (max-width: 1160px) {
  #page-case-wsa .section-sobre-wsa2 .img-pc {
    left: 0;
    right: 0;
    margin: auto;
    max-height: 220px;
    bottom: 10px;
  }
}
#page-case-wsa .section-sobre-wsa2 .texto-2 {
  width: calc(100% - 130px - 55%);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1160px) {
  #page-case-wsa .section-sobre-wsa2 .texto-2 {
    width: 100%;
    padding: 20px 30px;
  }
}
#page-case-wsa .section-carousel {
  padding: 50px 0;
  overflow: hidden;
}
#page-case-wsa .section-carousel .container-hold {
  max-width: 1028px;
  margin: auto;
  width: 90%;
}
#page-case-wsa .section-carousel h2 {
  font-size: 27px;
  max-width: 600px;
  font-weight: 400;
  margin-left: 100px;
}
#page-case-wsa .section-carousel h2 span {
  color: #FB7435;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  display: block;
  font-size: 40px;
}
@media (max-width: 768px) {
  #page-case-wsa .section-carousel h2 {
    margin: 0;
    font-size: 24px;
  }
  #page-case-wsa .section-carousel h2 span {
    font-size: 35px;
  }
}
#page-case-wsa .section-carousel .carousels {
  margin-top: 60px;
}
#page-case-wsa .section-carousel .carousels .slick-track {
  display: flex;
  gap: 20px;
}
#page-case-wsa .section-carousel .carousels .carousel-wsa {
  margin-right: calc((100vw - 10%) / 2 * -1);
}
#page-case-wsa .section-carousel .carousels .arrows {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end;
}
@media (max-width: 768px) {
  #page-case-wsa .section-carousel .carousels .arrows {
    justify-content: center;
  }
}
#page-case-wsa .section-carousel .carousels .arrows button {
  padding: 0;
  background-color: transparent;
  border: 0;
  height: 20px;
  display: flex;
  align-items: center;
}
#page-case-wsa .section-carousel .carousels .arrows button.slick-prev {
  transform: rotate(-180deg);
}
#page-case-wsa .section-carousel .carousels .arrows button.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#page-case-wsa .wsa-images .container-hold {
  max-width: 1028px;
  margin: auto;
  width: 90%;
  position: relative;
  display: flex;
}
@media (max-width: 948px) {
  #page-case-wsa .wsa-images .container-hold {
    flex-direction: column;
    align-items: center;
  }
}
#page-case-wsa .wsa-images img.wsa-img {
  max-width: 70%;
  height: auto;
}
@media (max-width: 948px) {
  #page-case-wsa .wsa-images img.wsa-img {
    max-width: 100%;
  }
}
#page-case-wsa .wsa-images .gif {
  width: 280px;
  height: 530px;
  position: absolute;
  right: 0;
  transform: rotate(21deg);
}
@media (max-width: 948px) {
  #page-case-wsa .wsa-images .gif {
    position: inherit;
    width: 250px;
    height: 470px;
  }
}
#page-case-wsa .wsa-images .gif .mockup {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}
#page-case-wsa .wsa-images .gif .gif-image {
  width: 100%;
  height: 99%;
  object-fit: cover;
  border-radius: 50px;
}
#page-case-wsa .layer-wsa {
  padding: 60px 0;
}
#page-case-wsa .layer-wsa .container-hold {
  max-width: 900px;
  margin: auto;
  width: 90%;
}
#page-case-wsa .layer-wsa h2 span {
  color: #FB7435;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  font-size: 40px;
}
#page-case-wsa .layer-wsa .espaco {
  margin-left: 150px;
  margin-top: 30px;
}
@media (max-width: 640px) {
  #page-case-wsa .layer-wsa .espaco {
    margin: 0;
  }
}
#page-case-wsa .layer-wsa .espaco .columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 640px) {
  #page-case-wsa .layer-wsa .espaco .columns {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
#page-case-wsa .layer-wsa .espaco .columns strong {
  max-width: 50%;
}
#page-case-wsa .section-wsa-footer {
  background-image: url(../js/../img/bg-footer2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}
#page-case-wsa .section-wsa-footer .container-hold {
  max-width: 1028px;
  margin: auto;
  width: 90%;
  position: relative;
}
#page-case-wsa .section-wsa-footer .container-hold .texto {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 30px 30px 30px 40px;
  position: absolute;
  left: 0;
  max-width: 550px;
  border-left: 12px solid #FB7435;
  top: 120px;
}
#page-case-wsa .section-wsa-footer .container-hold .texto .border {
  width: 60px;
  height: 5px;
  background: #FB7435;
  margin-bottom: 15px;
}
@media (max-width: 1050px) {
  #page-case-wsa .section-wsa-footer .container-hold .texto {
    font-size: 23px;
    z-index: 2;
  }
}
#page-case-wsa .section-wsa-footer .container-hold .mousemove2 {
  text-align: right;
}
#page-case-wsa .section-wsa-footer .container-hold .img-logos {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
