/*
Theme Name: Live Action
Author: Think4
Version: 1.0
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 56px;
}
ul {
  list-style: none;
  list-style-position: inside;
}
a {
  text-decoration: none;
  color: inherit;
}
h1, h2 {
  font-weight: 600;
}
h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 56px;
  margin: 12px 0;
}
main {
  min-height: 100vh;
}
.wp-block-group {
  position: relative;
}
.container {
  width: 1696px;
  max-width: 100%;
  margin: auto;
  padding: 0 32px;
}
.button,
.homeTop a.fancybox-youtube {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #3E256A;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
  border-radius: 80px;
  padding: 16px 32px;
  transition: all .2s;
}
.button:hover,
.homeTop a.fancybox-youtube:hover {
  background: linear-gradient(94.53deg, #FFAE3B -13.91%, #FA6F90 28.85%, #5168C1 62.38%, #3BBFBB 106.3%);
  box-shadow: 0px -4px 40px rgba(252, 139, 106, 0.4), 0px 4px 40px rgba(162, 27, 189, 0.4);
  border-radius: 80px;
  color: #fff;
}
.button--transparent {
  color: #fff;
  background: none;
  box-shadow: 0px -4px 40px rgba(252, 139, 106, 0.4), 0px 4px 40px rgba(162, 27, 189, 0.4);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.button--transparent::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px; 
  border-radius: 999px;
  background: linear-gradient(90deg, #62d4ff, #ff8ae2, #ffcd58);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
.button--transparent:hover {
  color: #3E256A;
  background: #fff;
}
.header {
  background: linear-gradient(90deg, rgba(59, 191, 187, 0.64) 0%, rgba(81, 104, 193, 0.64) 53.85%, rgba(250, 111, 144, 0.64) 99.04%);
  backdrop-filter: blur(40px);
  padding: 16px 0;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__menu,
.header__social,
.social {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__menu {
  width: 689px;
  max-width: 100%;
  text-transform: uppercase;
}
.menu-item a:hover {
  color: #3e256a;
}
.social {
  width: 124px;
  max-width: 100%;
}
.header__button {
  margin-left: 40px;
  padding: 0 16px;
  font-size: 16px;
}
.video-wrapper {
  position: relative;
  width: 100%;
  height: calc(100vh - 67px); /* altura da tela inteira */
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  top: calc(50% - 67px);
  left: 50%;
  width: 100%;
  height: calc((100vw * 0.56));
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none; /* remova se quiser que o vídeo seja interativo */
}
.video-wrapper--16-9 {
  padding-top: 56.25%!important;
  height: auto;
}
.video-wrapper--16-9 iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: none;
}
.video-wrapper--height-greater-width iframe {
  top: 50%!important;
  left: 50%!important;
  width: 177.78vw!important;
  height: calc(100vh - 67px)!important;
}
.homeTop {
  position: relative;
  overflow: hidden;
  max-height: 100vh;
  margin-top: 67px;
}
.homeTop:after {
  content: '';
  background: #29144D;
  opacity: 0.8;
  filter: blur(200px);
  position: absolute;
  width: 1504px;
  height: 1504px;
  left: -358px;
  top: -272px;
}
.homeTop__art {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
}
.homeTop .video-wrapper {
  z-index: 0;
}
.bannerContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: left;
}
.homeTop__title {
  font-weight: 400;
  font-size: 104px;
  line-height: 104px;
}
.homeTop__title strong {
  font-weight: 600;
}
.homeTop__title em {
  font-style: normal;
  background: linear-gradient(90deg, #3BBFBB 0%, #5168C1 21%, #FA6F90 83%, #FFAE3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}
.homeTop__title em:after {
  content: '';
  background: url('./assets/img/home-text-art.svg');
  background-size: cover;
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  height: 43px;
}
.quem-somos {
  color: #3E256A;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
}
.quem-somos p:not(:last-child) {
  margin-bottom: 15px;
}
.title__quemSomos,
.title__contato,
.title__manifesto {
  background: linear-gradient(90deg, #3BBFBB 0%, #5168C1 21%, #FA6F90 83%, #FFAE3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 64px;
  line-height: 72px;
}
.contato {
  color: #fff;
}
.wpforms-field {
  height: 56px!important;
  padding: 0!important;
  margin-bottom: 20px!important;
}
.wpforms-field:has(input:focus)::after,
.wpforms-field:has(textarea:focus)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, #3BBFBB 0%, #5168C1 21%, #FA6F90 83%, #FFAE3B 100%);
}
.wpforms-field:has(input:focus)::before,
.wpforms-field:has(textarea:focus)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0; 
  width: 18px;
  height: 2px;
  background: #fff;
  animation: blink 1s step-end infinite;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
input,
textarea {
  background: none!important;
  border: none!important;
  padding: 8px 0!important;
  color: #fff!important;
  border-bottom: solid 2px #fff!important;
  height: 56px!important;
  resize: none!important;
  caret-color: transparent!important;
}
input::placeholder,
textarea::placeholder {
  color: #fff!important;
  opacity: 1!important;
}
input:focus,
textarea:focus {
  outline: none!important;
  box-shadow: none!important;
}
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent!important;
}
.wpforms-submit {
  font-weight: 500!important;
  font-size: 24px!important;
  line-height: 32px!important;
  color: #3E256A!important;
  background: #FFFFFF!important;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16)!important;
  border-radius: 80px!important;
  padding: 16px 32px!important;
  transition: all .2s!important;
  height: auto!important;
  margin-top: 20px!important;
}
.wpforms-submit:hover {
  background: linear-gradient(94.53deg, #FFAE3B -13.91%, #FA6F90 28.85%, #5168C1 62.38%, #3BBFBB 106.3%)!important;
  box-shadow: 0px -4px 40px rgba(252, 139, 106, 0.4), 0px 4px 40px rgba(162, 27, 189, 0.4)!important;
  border-radius: 80px!important;
  color: #fff!important;
}
.clientes {
  background: url('./assets/img/clientes-bg.jpg') no-repeat;
  background-size: cover;
  color: #fff;
  padding: 100px 0 185px;
}
.clientes h2 {
  margin-bottom: 40px;
}
.tag {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
}
.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.logos__item {
  margin: 15px;
  display: flex;
  align-items: center;
}
.logos__item img {
  transition: all .2s;
}
.logos__item:hover img {
  transform: scale(1.1);
}
.manifesto__wrapper {
  padding-bottom: 100px;
}
.manifesto__top {
  position: relative;
  margin-bottom: 80px;
}
.manifesto__top__destaque {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
}
.manifesto__top__destaque .container {
  display: block;
  font-weight: 600;
  font-size: clamp(44px, 12vw, 216px); 
  line-height: 1; 
  background: linear-gradient(90deg, #3BBFBB 0%, #5168C1 21%, #FA6F90 83%, #FFAE3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.manifesto__content {
  margin-top: 48px;
  overflow: hidden;
  scroll-behavior: smooth;
}
.manifesto__content p {
  background: linear-gradient(90deg, #3E256A 0%, #196AB2 50%, #62C6C2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
}
.manifesto__readMore {
  background: #3E256A;
  color: #fff;
  font-size: 20px;
  padding: 0 24px;
  margin: 15px auto 0;
  display: block;
  cursor: pointer;
  width: 219px;
  height: 45px;
  text-align: left;
  transition: width .3s;
  position: relative;
  z-index: 1;
  box-shadow: none!important;
  font-family: "Montserrat", sans-serif;
}
.manifesto__readMore:hover {
  background: #3E256A;
  box-shadow: none;
}
.manifesto__readMore--active {
  width: 110px;
}
.manifesto__buttonWrapper {
  position: relative;
  z-index: 20;
}
.manifesto__buttonWrapper:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #3BBFBB 0%, #5168C1 21%, #FA6F90 83%, #FFAE3B 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.manifesto__readMore--back,
.manifesto__readMore--read {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .3s;
}
.manifesto__readMore--read {
  width: 171px;
}
.manifesto__readMore--back {
  opacity: 0;
  width: 61px;
}
.manifesto__readMore--active .manifesto__readMore--back {
  opacity: 1;
}
.manifesto__readMore--active .manifesto__readMore--read {
  opacity: 0;
}
.o-que-fazemos {
  padding: 104px 32px 128px;
  background: url('./assets/img/o-que-fazemos-bg.jpg') no-repeat;
  background-size: cover;
  color: #fff;
}
.cards {
  max-width: 1632px;
  margin: 80px auto;
}
.cards__item {
  text-align: center;
  padding: 24px;
  background: none;
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: auto;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  border-radius: 17px;
}
.cards__item:hover .cards__icon {
  transform: scale(1.1);
}
.cards__item:hover .cards__text {
  opacity: 1;
}
.cards__icon {
  height: 88px;
  width: 88px;
  margin: 0 auto;
  transition: all .2s;
}
.cards__title {
  margin-bottom: 20px;
  line-height: 1;
  font-size: clamp(20px, 1.5vw, 40px)!important; 
}
.cards__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  opacity: 0.64;
  transition: opacity .2s;
}
.cards__item::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px; 
  border-radius: 16px;
  background: linear-gradient(90deg, #62d4ff, #ff8ae2, #ffcd58);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
.wp-block-button__link {
  background: no-repeat!important;
  color: inherit!important;
  padding: 0!important;
}
.quem-somos figure,
.contato figure {
  height: 100%;
}
.quem-somos figure img,
.contato figure img {
  height: 100%;
  object-fit: cover;
}
.wp-block-media-text .wp-block-media-text__content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer {
  background: #7B287C;
  height: 56px;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer p {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  opacity: 0.64;
}
.portfolio {
  padding: 120px 0 192px;
  color: #3E256A;
  background: #F6F6F6;
}
.portfolio .tag {
  background: linear-gradient(90deg, #3BBFBB 0%, #5168C1 21%, #FA6F90 83%, #FFAE3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.portfolioCarousel__item {
  overflow: hidden;
}
.portfolioCarousel__item:nth-child(odd) .portfolioCarousel__thumbnail img {
  height: 280px;
}
.portfolioCarousel__item:nth-child(even) .portfolioCarousel__thumbnail img {
  height: 400px;
}
.portfolioCarousel__thumbnail img {
  width: 100%;
  object-fit: cover;
}
.portfolioCarousel__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  margin-top: 0;
}
.portfolioCarousel__excerpt {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}
.portfolioCarousel__navigation {
  position: relative;
  width: 115px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 23px;
}
.swiper-button-next, .swiper-button-prev{
  position: inherit!important;
  top: auto!important;
  left: auto!important;
  right: auto!important;
  width: auto!important;
  height: auto!important;
  margin: 0!important;
  width: 40px!important;
  height: 35px!important;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 0;
  background: url('./assets/img/carousel-arrow.svg') no-repeat center;
  width: 40px;
  height: 35px;
}
.swiper-button-prev:after {
  transform: rotate(180deg);
}

/*Single*/
.single .single__container {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #3E256A;
}
.single .single__container p {
  margin-bottom: 15px;
}
.single .single__container h1,
.single .single__container h2,
.single .single__container h3 {
  background: linear-gradient(90deg, #3BBFBB 0%, #5168C1 21%, #FA6F90 83%, #FFAE3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 80px;
  line-height: normal;
}
.banner__single {
  height: 960px;
  max-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.banner__single:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='960' viewBox='0 0 1920 960' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2141_663' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1920' height='960'%3E%3Crect width='1920' height='960' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2141_663)'%3E%3Cg opacity='0.64' filter='url(%23filter0_f_2141_663)'%3E%3Ccircle cx='1946' cy='82' r='686' fill='%23A46CA9'/%3E%3C/g%3E%3Cg opacity='0.8' filter='url(%23filter1_f_2141_663)'%3E%3Ccircle cx='394' cy='480' r='752' fill='%2329144D'/%3E%3C/g%3E%3Cg opacity='0.8' filter='url(%23filter2_f_2141_663)'%3E%3Ccircle cx='-162' r='752' fill='black' fill-opacity='0.2'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_2141_663' x='860' y='-1004' width='2172' height='2172' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='200' result='effect1_foregroundBlur_2141_663'/%3E%3C/filter%3E%3Cfilter id='filter1_f_2141_663' x='-758' y='-672' width='2304' height='2304' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='200' result='effect1_foregroundBlur_2141_663'/%3E%3C/filter%3E%3Cfilter id='filter2_f_2141_663' x='-1314' y='-1152' width='2304' height='2304' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='200' result='effect1_foregroundBlur_2141_663'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner__single img,
.bannerImg {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner__title {
  font-weight: 400;
  font-size: 104px;
  line-height: 104px;
  width: 50%;
}
.banner__tag {
  display: flex;
  gap: 10px;
}
.anchor {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 10;
}
.anchor__arrow {
  height: 80px;
  width: 80px;
  background: url('./assets/img/arrow/light.svg') no-repeat center;
  border: none;
  cursor: pointer;
  display: block;
}
.anchor__arrow--dark {
  background: url('./assets/img/arrow/dark.svg') no-repeat center;
}
.anchor__arrow:hover {
  background: url('./assets/img/arrow/hover.svg') no-repeat center;
}
/*Gallery*/
.wp-block-gallery {
  margin-top: 68px;
}
.wp-block-image {
  margin-bottom: 32px!important;
}
.wp-block-image:nth-child(odd) {
  height: 280px;
}
.wp-block-image:nth-child(even) {
  height: 400px;
}
.fancy-ico span {
  background-color: rgba(255, 255, 255, .75)!important;
  height: 48px!important;
  width: 48px!important;
}
#fancybox-prev span::after,
#fancybox-next span::after {
  height: 32px!important;
  width: 32px!important;
  transform: none!important;
  border: none!important;
}
#fancybox-prev span::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29 16H3H4' stroke='%233E256A' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3E%3Cpath d='M13 26L3 16L13 6' stroke='%233E256A' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/svg%3E%0A")!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
}
#fancybox-next span::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 16H29H28' stroke='%233E256A' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3E%3Cpath d='M19 26L29 16L19 6' stroke='%233E256A' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/svg%3E%0A")!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
}
#fancybox-close span::after, #fancybox-close span::before {
  top: 5px!important;
  left: 21px!important;
  width: 2px!important;
  height: 32px!important;
  background-color: #3E256A!important;
}
#fancybox-content {
  border: none!important;
}
.t4Logo {
  width: 44px;
  height: 24px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: center;
  transition: width .5s;
}
.t4Logo:hover {
  width: 176px;
}
.t4Logo svg path {
  fill: #fff;
  transition: .5s;
}
.t4Logo:hover svg path {
  fill: #fdd600;
}
.t4Logo__span {
  font-size: 10px;
  line-height: 16px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
}
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: none!important;
  border: none!important;
  padding: 0!important;
}
div.wpforms-container-full .wpforms-confirmation-container-full p, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
  color: #fff!important;
}

/*MEDIA*/
@media only screen and (max-width: 1400px) {
  .cards {
    width: 80%;
    overflow: visible;
  }
}
@media only screen and (max-width: 1220px) {
  .header__menu {
    width: 590px;
  }
  .header__button {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .title__quemSomos, .title__contato, .title__manifesto {
    font-size: 40px;
    line-height: 48px;
  }
  h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .quem-somos {
    font-size: 18px;
    line-height: 24px;
  }
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .cards {
    margin: 40px;
  }
  .o-que-fazemos {
    padding: 40px 32px;
  }
  .manifesto__content {
    margin-top: 20px;
  }
  .manifesto__content p {
    font-size: 24px;
    line-height: 32px;
    color: #3E256A;
    -webkit-text-fill-color: #3E256A;
  }
  .clientes {
    padding: 40px 0;
  }
  .logos__item {
    margin: 0;
    display: flex;
    align-items: center;
  }
  .logos__item img {
    transform: scale(.5);
  }
  .tag {
    font-size: 24px;
    line-height: 32px;
  }
  .footer {
    height: auto;
    padding: 32px 0;
  }
  .footer__container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }
  .footer .social {
    margin: auto;
  }
  .header__button,
  .header__menu {
    display: none;
  }
  .single .single__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .single .single__container h1,
  .single .single__container h2,
  .single .single__container h3 {
    margin-bottom: 24px;
  }
  .single .single__container p {
    font-size: 28px;
    line-height: 32px;
  }
  .banner__title {
    font-size: 48px;
    line-height: 56px;
  }
  .banner__single {
    height: 800px;
  }
  .banner__tag {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .homeTop__title {
    font-size: 45px;
    line-height: 56px;
  }
  .homeTop__title em:after {
    background: url('./assets/img/home-text-art-mobile.svg');
    background-size: cover;
    height: 18px;
    bottom: -10px;
  }
  .portfolio {
    padding: 48px 0 80px;
  }
  .anchor__arrow {
    display: none;
  }
  .manifesto__top {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 990px) {
  .homeTop {
    height: 800px;
  }
  .homeTop__art {
    right: auto;
    left: 0;
    width: 100%;
    height: auto;
    opacity: .7;
  }
  .t4Logo {
    margin: auto;
  }
  div.wpforms-container-full .wpforms-confirmation-container-full p, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
    font-size: 28px!important;
    line-height: 32px!important;
  }
}
@media only screen and (max-width: 781px) {
  .portfolioCarousel {
    width: 80%;
    overflow: visible;
  }
  .portfolioCarousel__navigation {
    display: none;
  }
  .homeTop a.fancybox-youtube {
    display: inline-block;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .contato .wp-block-media-text {
    display: block;
  }
}