@charset "UTF-8";

/* CSS Document */

* {
  padding: 0;
  margin: 0;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}

a,
button,
input[type="submit"] {
  outline: none !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

body{
  overflow-x: hidden;
}


/* --- FONTS --- */

@font-face {
  font-family: 'Instrument Sans Bold';
  src: url('../fonts/InstrumentSans-Bold.eot');
  src: url('../fonts/InstrumentSans-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/InstrumentSans-Bold.woff2') format('woff2'),
      url('../fonts/InstrumentSans-Bold.woff') format('woff'),
      url('../fonts/InstrumentSans-Bold.svg#InstrumentSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/InstrumentSans-Regular.eot');
  src: url('../fonts/InstrumentSans-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/InstrumentSans-Regular.woff2') format('woff2'),
      url('../fonts/InstrumentSans-Regular.woff') format('woff'),
      url('../fonts/InstrumentSans-Regular.svg#InstrumentSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans Medium';
  src: url('../fonts/InstrumentSans-Medium.eot');
  src: url('../fonts/InstrumentSans-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/InstrumentSans-Medium.woff2') format('woff2'),
      url('../fonts/InstrumentSans-Medium.woff') format('woff'),
      url('../fonts/InstrumentSans-Medium.svg#InstrumentSans-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans SemiBold';
  src: url('../fonts/InstrumentSans-SemiBold.eot');
  src: url('../fonts/InstrumentSans-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/InstrumentSans-SemiBold.woff2') format('woff2'),
      url('../fonts/InstrumentSans-SemiBold.woff') format('woff'),
      url('../fonts/InstrumentSans-SemiBold.svg#InstrumentSans-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* --- END FONTS --- */


/* --- TEXT --- */

p{
  font-family: 'Instrument Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}
p strong{
  font-family: 'Instrument Sans SemiBold';
}

/* --- END TEXT --- */


/* --- HEADER --- */

.et-boc .et-l .section-header{
  padding: 30px 0;
  transition: all .2s ease;
}
.et-boc .et-l .section-header .content-header {
  width: 95%;
  display: flex;
  align-items: center;
}
.et-boc .et-l .section-header .content-header .et_pb_column{
  margin: 0;
}
.et-boc .et-l .section-header .content-header .et_pb_column:nth-child(1){
  width: 10%;
}
.et-boc .et-l .section-header .content-header .et_pb_column:nth-child(2){
  width: 90%;
}

/* LOGO */

.et-boc .et-l .section-header .content-header .et_pb_image_wrap img{
  height: 24px;
  transition: all .2s ease;
}

/* MENU */

.et-boc .et-l .section-header .content-header .et_pb_menu__wrap,
.et-boc .et-l .section-header .content-header .et_pb_menu__wrap .et_pb_menu__menu{
  width: calc(100% - 130px);
}
.et-boc .et-l .section-header .content-header .et-menu-nav {
  width: 100%;
  justify-content: center;
}

.et-boc .et-l .section-header .content-header .et-menu-nav .et-menu{
  margin: 0;
  align-items: center;
  gap: 70px;
}
.et-boc .et-l .section-header .content-header .et-menu-nav .et-menu .menu-item{
  padding: 0;
  margin: 0;
}
.et-boc .et-l .section-header .content-header .et-menu-nav .et-menu .menu-item a{
  font-family: 'Instrument Sans';
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  color: #FFFFFF;
  padding: 0;
}
.et-boc .et-l .section-header .content-header .et-menu-nav .et-menu .menu-item a:hover{
  opacity: 1;
  color: #A959FF !important;
}
.et-boc .et-l .section-header .content-header .et-menu-nav .et-menu .menu-item.btn-feature{
  position: absolute;
  right: 0;
}
.et-boc .et-l .section-header .content-header .et-menu-nav .et-menu .menu-item.btn-feature a{
  background-color: #FFFFFF;
  color: #000000 !important;
  padding: 7px 30px;
  border-radius: 50px;
}
.et-boc .et-l .section-header .content-header .et-menu-nav .et-menu .menu-item.btn-feature a:hover{
  background-color: #A959FF;
}

/* --- END HEADER --- */


/* --- BANNER --- */

.section-banner .content-banner,
.section-banner .content-banner .et_pb_slides,
.section-banner .content-banner .et_pb_slides .et_pb_slide{
  height: 510px;
}
.section-banner .content-banner .et_pb_slides .et_pb_slide {
  position: relative;
  overflow: hidden;
}
.section-banner .content-banner .et_pb_slides .et_pb_slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 2;
  mask-image: radial-gradient(circle 150px at var(--x, 50%) var(--y, 50%), transparent 0%, black 100%);
  -webkit-mask-image: radial-gradient(circle 150px at var(--x, 50%) var(--y, 50%), transparent 0%, black 100%);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container{
  z-index: 9;
}
.section-banner .content-banner .et_pb_container .et_pb_slider_container_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-banner .content-banner .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image {
  width: 100%;
  max-width: 110px;
  margin: 0 auto 50px !important; 
  position: relative;
  top: 0;
  left: 0;
  display: flex !important;
  justify-content: center;
}
.section-banner .content-banner .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image img{
  width: 100%;
  object-fit: contain;
}
.section-banner .content-banner .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description{
  width: 100%;
  max-width: 550px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.section-banner .content-banner .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title{
  font-family: 'Instrument Sans SemiBold';
  padding-bottom: 0;
  margin-bottom: 20px;
}
.section-banner .content-banner .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content{
  margin-bottom: 30px;
}
.section-banner .content-banner .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content p{
  font-family: 'Instrument Sans';
  font-size: 18px;
}
.section-banner .content-banner .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button{
  font-family: 'Instrument Sans Medium';
  font-size: 14px;
  padding: 9px 40px 8px 25px !important;
  background-image: url(../images/arrow-right.svg);
  background-position: calc(100% - 18px) center;
  background-repeat: no-repeat;
  background-size: 10px;
}
.section-banner .content-banner .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button:hover{
  background-color: #A959FF;
}

/* --- END BANNER --- */


/* --- CLIENTS --- */

.section-clients .content-clients .et_pb_column,
.section-clients .content-clients .content-clients-inner{
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.section-clients .content-clients .et_pb_column .et_pb_image{
  margin: 0 !important;
  flex: 0 0 auto;
}
.section-clients .content-clients .et_pb_column .et_pb_image .et_pb_image_wrap img {
  pointer-events: none;
}
 
/* --- END CLIENTS --- */


/* --- ON DEMAND --- */

.section-on-demand .et_pb_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-on-demand .et_pb_row > .et_pb_column{
  margin: 0;
  padding: 0;
}
.section-on-demand .et_pb_row > .et_pb_column:nth-child(1){
  width: 43%;
  margin-right: 50px;
}
.section-on-demand .et_pb_row > .et_pb_column:nth-child(2){
  width: 52%
}

.section-on-demand .content-on-demand {
  margin-bottom: 25px;
}
.section-on-demand .content-on-demand .subtitle{
  margin-bottom: 20px !important;
}
.section-on-demand .content-on-demand .subtitle h2{
  font-family: 'Instrument Sans SemiBold';
  padding-bottom: 0;
}
.section-on-demand .content-on-demand .subtitle h2 strong{
  color: #A959FF;
}

.section-on-demand .content-services .et_pb_column{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.section-on-demand .content-services .et_pb_column .item-services{
  margin: 0 !important;
  padding: 0;
  width: 30%;
}
.section-on-demand .content-services .et_pb_column .item-services .et_pb_blurb_content{
  display: flex;
  align-items: center;
}
.section-on-demand .content-services .et_pb_column .item-services .et_pb_blurb_content .et_pb_main_blurb_image{
  width: 24px;
  height: 24px;
  margin-bottom: 0;
}
.section-on-demand .content-services .et_pb_column .item-services .et_pb_blurb_content .et_pb_blurb_container{
  padding-left: 10px;
}
.section-on-demand .content-services .et_pb_column .item-services .et_pb_blurb_content .et_pb_module_header{
  font-family: 'Instrument Sans SemiBold';
  font-size: 14px;
  padding-bottom: 0;
}

.section-on-demand .feature-img .et_pb_image_wrap {
  width: 605px;
  min-width: 605px;
}
.section-on-demand .feature-img .et_pb_image_wrap img{
  width: 100%;
  object-fit: contain;
}

/* --- END ON DEMAND --- */


/* --- CASES --- */

.section-cases .content-cases .et_pb_slider{
  overflow: initial;
}
.section-cases .content-cases .et_pb_slider,
.section-cases .content-cases .et_pb_slider .et_pb_slides,
.section-cases .content-cases .et_pb_slider .et_pb_slides .et_pb_slide{
  width: 100%;
  height: 450px;
  padding: 0;
}
.section-cases .content-cases .et_pb_slider .et_pb_slides .et_pb_slide{
  overflow: hidden;
  border-radius: 20px;
}
.section-cases .content-cases .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_description{
  height: 100%;
  padding: 0;
  position: relative;
}
.section-cases .content-cases .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_content{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 25px;
  gap: 10px;
}
.section-cases .content-cases .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_content p{
  width: fit-content;
  font-family: 'Instrument Sans Medium';
  font-size: 14px;
  color: #FFFFFF;
  line-height: 160%;
  background-color: rgb(0 0 0 / 30%);
  padding: 2px 12px;
  border-radius: 30px;
}

.section-cases .et-pb-controllers {
  display: flex;
  gap: 15px;
  justify-content: center;
  bottom: -20px;
}
.section-cases .et-pb-controllers .progress-indicator {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: rgba(169, 89, 255, 0.1);
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}
.section-cases .et-pb-controllers .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #A959FF;
}
.content-about-cases .slick-slide{
  padding: 15px;
  border-radius: 15px;
  margin: 0 !important;
  transition: all .3s ease;
}
.content-about-cases .slick-slide:hover{
  background-color: rgba(169, 89, 255, 0.2);
}
.content-about-cases .item-about-case .et_pb_module_header{
  font-family: 'Instrument Sans SemiBold';
}
.content-about-cases .item-about-case .et_pb_blurb_description,
.content-about-cases .item-about-case .et_pb_blurb_description p{
  font-family: 'Instrument Sans';
}
.content-about-cases .item-about-case .et_pb_blurb_description a{
  font-family: 'Instrument Sans SemiBold';
  background-image: url(../images/arrow-right-g-purple.svg);
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 25px;
  margin-top: 10px;
  display: inline-block;
}

.content-about-cases .slick-arrow{
  width: 32px;
  height: 100%;
  background-color: #FAF6FF;
  border-radius: 6px;
  padding: 0;
}
.content-about-cases .slick-arrow:hover{
  background-color: #eddfff;
}
.content-about-cases .slick-arrow::before{
  background-color: transparent !important;
  background-size: 8px !important;
  background-position: center !important;
  width: 32px;
  height: 100%;
  padding: 0 !important;
}
.content-about-cases .slick-arrow.slick-prev{
  left: 0;
}
.content-about-cases .slick-arrow.slick-next{
  right: 0;
}
.content-about-cases .slick-arrow.slick-prev::before{
  content: '' !important;
  background-image: url(../images/slide-left.svg);
  background-repeat: no-repeat;
}
.content-about-cases .slick-arrow.slick-next::before{
  content: '' !important;
  background-image: url(../images/slide-right.svg);
  background-repeat: no-repeat;
}

/* --- END CASES --- */


/* --- HOW IT WORKS --- */

.section-how-it-works .content-how-it-works .et_pb_column{
  counter-reset: item-counter;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.section-how-it-works .content-how-it-works .et_pb_column .item{
  counter-increment: item-counter;
  width: 23%;
  background: linear-gradient(to bottom, #222222, #000000);
  padding: 24px;
  border-radius: 20px;
  margin-bottom: 0 !important;
}
.section-how-it-works .content-how-it-works .et_pb_column .item::before{
  content: counter(item-counter);
  font-family: 'Instrument Sans SemiBold';
  font-size: 10px;
  line-height: 110%;
  color: #000000;
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.section-how-it-works .content-how-it-works .et_pb_column .item .et_pb_blurb_content{
  height: 86%;
  display: flex;
  flex-direction: column-reverse;
}
.section-how-it-works .content-how-it-works .et_pb_column .item .et_pb_blurb_content .et_pb_main_blurb_image{
  margin-bottom: 0;
}
.section-how-it-works .content-how-it-works .et_pb_column .item .et_pb_blurb_container {
  margin-bottom: 20px;
}
.section-how-it-works .content-how-it-works .et_pb_column .item .et_pb_blurb_container .et_pb_module_header{
  font-family: 'Instrument Sans SemiBold';
  font-size: 16px;
  color: #FFFFFF;
}
.section-how-it-works .content-how-it-works .et_pb_column .item .et_pb_blurb_container .et_pb_blurb_description p{
  font-family: 'Instrument Sans';
  font-size: 14px;
  color: #FFFFFF;
}
.section-how-it-works .content-how-it-works .et_pb_column .item .et_pb_blurb_container .et_pb_blurb_description strong{
  font-family: 'Instrument Sans SemiBold';
}

.section-how-it-works .footer-how-it-works .et_pb_button{
  font-family: 'Instrument Sans Medium';
  font-size: 14px;
  padding: 9px 40px 8px 25px !important;
  background-image: url(../images/arrow-right.svg);
  background-position: calc(100% - 18px) center;
  background-repeat: no-repeat;
  background-size: 10px;
}
.section-how-it-works .footer-how-it-works .et_pb_button:hover{
  background-color: #A959FF;
  padding: 9px 40px 8px 25px !important;
}

/* --- END HOW IT WORKS --- */


/* --- CREDITS --- */

.et-boc .et-l .section-credits{
  background-position: center 325px;
  background-size: 1400px;
} 
.section-credits .header-credits .subtitle h2{
  font-family: 'Instrument Sans SemiBold';
}
.section-credits .header-credits .subtitle h2 strong{
  color: #A959FF;
}

.section-credits .header-credits .feature-credit .et_pb_blurb_content{
  max-width: 400px;
  display: flex;
  padding: 8px;
  border: 1px solid #EFEFEF;
  border-radius: 20px;
  backdrop-filter: blur(24px);
  box-shadow: 0px 5px 14px 0px #0000000D;
}
.section-credits .header-credits .feature-credit .et_pb_blurb_content .et_pb_main_blurb_image{
  width: 45px;
  height: 48px;
  margin-bottom: 0;
}
.section-credits .header-credits .feature-credit .et_pb_blurb_content .et_pb_blurb_container{
  display: flex;
  align-items: center;
}
.section-credits .header-credits .feature-credit .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
  font-family: 'Instrument Sans SemiBold';
  color: #000000;
  padding-bottom: 0;
}

.section-credits .content-credits{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.section-credits .content-credits .spacer-start{
  display: none;
}
.section-credits .content-credits .plan{
  width: 32.1%;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #EFEFEF;
  background-color: #FFFFFF;
  margin: 0 !important;
}
.section-credits .content-credits .plan .subtitle,
.section-credits .content-credits .plan .price {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
}
.section-credits .content-credits .plan .subtitle .et_pb_text_inner,
.section-credits .content-credits .plan .price .et_pb_text_inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-credits .content-credits .plan .subtitle .et_pb_text_inner h2,
.section-credits .content-credits .plan .price .et_pb_text_inner h2{
  font-family: 'Instrument Sans SemiBold';
  line-height: 120%;
  padding-bottom: 0;
}
.section-credits .content-credits .plan .subtitle .et_pb_text_inner h2:last-of-type{
  display: flex;
  align-items: center;
}
.section-credits .content-credits .plan .subtitle .et_pb_text_inner h2:last-of-type::after{
  content:'';
  width: 30px;
  height: 32px;
  background-image: url(../images/icon-credit.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-left: 10px;
}
.section-credits .content-credits .plan .price .et_pb_text_inner p{
  font-family: 'Instrument Sans SemiBold';
  font-size: 12px;
  color: #000;
}
.section-credits .content-credits .plan .description .et_pb_text_inner h3{
  font-family: 'Instrument Sans SemiBold';
}
.section-credits .content-credits .plan .item-services {
  margin: 0 0 15px !important;
  padding: 0;
  width: 48%;
  float: left;
}
.section-credits .content-credits .plan:nth-child(1) .item-services {
  width: 100%;
}
.section-credits .content-credits .plan .item-services .et_pb_blurb_content{
  display: flex;
  align-items: center;
}
.section-credits .content-credits .plan .item-services .et_pb_blurb_content .et_pb_main_blurb_image{
  width: 24px;
  height: 24px;
  margin-bottom: 0;
}
.section-credits .content-credits .plan .item-services .et_pb_blurb_content .et_pb_blurb_container{
  padding-left: 10px;
}
.section-credits .content-credits .plan .item-services .et_pb_blurb_content .et_pb_module_header{
  font-family: 'Instrument Sans SemiBold';
  font-size: 14px;
  padding-bottom: 0;
}
.section-credits .content-credits .plan .et_pb_button_module_wrapper{
  width: 100%;
  clear: both;
  padding-top: 20px;
  margin: 150px 0 10px;
  border-top: 1px solid #EFEFEF;
  display: block;
}
.section-credits .content-credits .plan .et_pb_button_module_wrapper .button{
  width: 100%;
  font-family: 'Instrument Sans SemiBold';
  font-size: 14px;
  color: #FFFFFF;
  background-color:#A959FF;
  padding: 8px !important;
}
.section-credits .content-credits .plan .et_pb_button_module_wrapper .button:hover{
  background-color: #000000;
}
.section-credits .content-credits .plan .info p{
  font-size: 12px;
  color: #000;
}

.section-credits .footer-credits .et_pb_column{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.section-credits .footer-credits .et_pb_column .description{
  width: 70%;
  max-width: 515px;
  margin: 0; 
}
.section-credits .footer-credits .et_pb_column .et_pb_button_module_wrapper{
  width: 22%;
  display: flex;
  justify-content: flex-end;
} 
.section-credits .footer-credits .et_pb_column .et_pb_button_module_wrapper .button{
  width: 60px;
  min-width: 60px;
  height: 60px;
  background-color: #FFFFFF;
  background-image: url(../images/arrow-right-purple.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 50%;
  text-indent: -999999px;
}
.section-credits .footer-credits .et_pb_column .et_pb_button_module_wrapper .button:hover{
  background-color: rgb(169 89 255 / 15%);
}

/* --- END CREDITS --- */


/* --- TASKS --- */

.section-tasks .header-tasks .subtitle h2{
  font-family: 'Instrument Sans SemiBold';
}
.section-tasks .header-tasks .subtitle h2 strong{
  color: #A959FF;
}

/* SEARCH */

.section-tasks .content-tasks .et_pb_code .search{
  max-width: 740px;
  margin: auto;
}
.section-tasks .content-tasks .et_pb_code .search input ::placeholder{
  color: #767676;
}
.section-tasks .content-tasks .et_pb_code .search input{
  width: 100%;
  height: 48px;
  border-radius: 10px;
  padding: 10px 10px 10px 40px;
  border: 1px solid #EFEFEF;
  font-family: 'Instrument Sans';
  color: #000000;
  background-image: url(../images/icon-search.svg);
  background-position: 15px center;
  background-size: 14px;
  background-repeat: no-repeat;
  transition: all .2s ease;
}
.section-tasks .content-tasks .et_pb_code .search input:focus,
.section-tasks .content-tasks .et_pb_code .search input:active{
  box-shadow: 0px 2px 10px 0px rgba(169, 89, 255, 0.1);
}

/* FILTER */

.section-tasks .content-tasks .et_pb_code .filtro-categorias{
  width: fit-content;
  background-color: rgba(169, 89, 255, 0.1);
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  border-radius: 10px;
  margin: 20px auto 50px;
}
.section-tasks .content-tasks .et_pb_code .filtro-categorias button{
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  font-size: 0.1px;
  padding: 0;
  border-radius: 4px;
  border: 0;
  opacity: .4;
}
.section-tasks .content-tasks .et_pb_code .filtro-categorias button:hover{
  opacity: .7;
}
.section-tasks .content-tasks .et_pb_code .filtro-categorias button.active{
  box-shadow: 0 0 0px 3px rgba(169, 89, 255, 0.3);
  opacity: 1;
}
.section-tasks .content-tasks .et_pb_code .filtro-categorias button img{
  display: none;
}
.section-tasks .content-tasks .et_pb_code .filtro-categorias button[data-categoria="motion-design"]{
  background-image: url(../images/services/service-motion-design-purple-white.svg) ;
}
.section-tasks .content-tasks .et_pb_code .filtro-categorias button[data-categoria="ux-ui-design"]{
  background-image: url(../images/services/service-ui-ux-design-purple-white.svg) ;
}
.section-tasks .content-tasks .et_pb_code .filtro-categorias button[data-categoria="visual-design"]{
  background-image: url(../images/services/service-visual-desig-purple-white.svg) ;
}
.section-tasks .content-tasks .et_pb_code .filtro-categorias button[data-categoria="3d-package"]{
  background-image: url(../images/services/service-3d-design-purple-white.svg) ;
}
.section-tasks .content-tasks .et_pb_code .filtro-categorias button[data-categoria="service-design"]{
  background-image: url(../images/services/service-service-design-purple-white.svg) ;
}
.section-tasks .content-tasks .et_pb_code .filtro-categorias button[data-categoria="social-media"]{
  background-image: url(../images/services/service-social-media-purple-white.svg) ;
}

/* CARDS */

.cards-especialidades{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.cards-especialidades .card-especialidade{
  width: 23.6%;
  background-color: #FAFAFA;
  padding: 25px;
  border-radius: 10px;
  transition: all .2s ease;
  border: 1px solid transparent;
}
.cards-especialidades .card-especialidade:hover{
  background-color: #FFFFFF;
  box-shadow: 0px 4px 20px 0px #0000000D;
  border: 1px solid #A959FF;
}
.cards-especialidades .card-especialidade.limite {
  display: none;
}
.cards-especialidades .card-especialidade .categoria{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.cards-especialidades .card-especialidade .categoria img{
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.cards-especialidades .card-especialidade .categoria,
.cards-especialidades .card-especialidade .categoria strong{
  font-family: 'Instrument Sans SemiBold';
  font-size: 14px;
  line-height: 120%;
  color: #000000;
  font-weight: normal;
}
.cards-especialidades .card-especialidade h3,
.cards-especialidades .card-especialidade p,
.cards-especialidades .card-especialidade .valor{
  font-family: 'Instrument Sans SemiBold';
  font-size: 16px;
  line-height: 160%;
  color: #000000;
}
.cards-especialidades .card-especialidade h3{
  padding-bottom: 5px;
}
.cards-especialidades .card-especialidade p{
  font-family: 'Instrument Sans';
  font-size: 14px;
  margin-bottom: 20px;
}
.cards-especialidades .card-especialidade .valor{
  display: flex;
  align-items: center;
  gap: 5px;
}
.cards-especialidades .card-especialidade .valor:before{
  content: '';
  width: 22px;
  height: 24px;
  background-image: url(../images/icon-credit.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

/* BUTTON */

.section-tasks .content-tasks .actions{
  text-align: center;
  position: relative;
}
.section-tasks .content-tasks .actions.active::before{
  display: none;
}
.section-tasks .content-tasks .actions::before{
  content: '';
  width: 100%;
  height: 140px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  position: absolute;
  top: -140px;
  left: 0;
  z-index: 9;
}
.section-tasks .content-tasks .actions .msg-nenhum-encontrado{
  font-family: 'Instrument Sans';
  font-size: 14px;
  line-height: 160%;
  font-weight: normal !important;
  color: #000000;
}
.section-tasks .content-tasks .actions .btn-show-cards{
  font-family: 'Instrument Sans SemiBold';
  font-size: 16px;
  line-height: 160%;
  color: #A959FF;
  background-color: #FFFFFF;
  border: 0;
  padding: 7px 20px;
  border-radius: 50px;
  cursor: pointer;
}
.section-tasks .content-tasks .actions .btn-show-cards:hover{
  background-color: rgba(169, 89, 255, 0.1);
}

/* --- END TASKS --- */


/* --- FAQ --- */

.section-faq .content-faq .et_pb_column{
  counter-reset: item-counter;
}
.section-faq .content-faq .et_pb_column .item-faq{
  counter-increment: item-counter;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  gap: 70px;
}
.section-faq .content-faq .et_pb_column .item-faq:last-of-type{
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.section-faq .content-faq .et_pb_column .item-faq::before{
  content: counter(item-counter, decimal-leading-zero);
  font-family: 'Instrument Sans SemiBold';
  font-size: 24px;
  line-height: 110%;
  color: #000000;
  display: inline-block;
}
.section-faq .content-faq .et_pb_column .item-faq .et_pb_blurb_container{
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.section-faq .content-faq .et_pb_column .item-faq .et_pb_blurb_container .et_pb_module_header{
  width: 37%;
  font-family: 'Instrument Sans SemiBold';
}
.section-faq .content-faq .et_pb_column .item-faq .et_pb_blurb_container .et_pb_blurb_description{
  width: 57%;
}
.section-faq .content-faq .et_pb_column .item-faq .et_pb_blurb_container .et_pb_blurb_description p{
  font-family: 'Instrument Sans';
}

/* --- END FAQ --- */


/* --- CONTACT --- */

.section-contact .content-contact{
  display: flex;
  align-items: center;
}
.section-contact .content-contact .et_pb_column:nth-child(1){
  backdrop-filter: blur(24px);
  border: 1px solid rgb(255 255 255 / 1%);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.15) -1.86%, rgba(255, 255, 255, 0.05) 99.72%);
  border-radius: 20px;
  padding: 40px;
}
.section-contact .content-contact .item-contact .et_pb_blurb_container .et_pb_module_header{
  font-family: 'Instrument Sans SemiBold';
}

/* FORM */

.section-contact .content-contact .wpcf7-form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-contact .content-contact .wpcf7-form .half{
  width: 48%;
  margin-bottom: 15px;
}
.section-contact .content-contact .wpcf7-form .full{
  width: 100%;
  margin-bottom: 10px;
}
.section-contact .content-contact .wpcf7-form .button{
  width: 100%;
}

.section-contact .content-contact .wpcf7-form ::placeholder{
  color: #767676;
  font-family: 'Instrument Sans';
  font-size: 14px;
}
.section-contact .content-contact .wpcf7-form .half input,
.section-contact .content-contact .wpcf7-form .full input,
.section-contact .content-contact .wpcf7-form textarea{
  font-family: 'Instrument Sans';
  font-size: 14px;
  color: #000;
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 1px solid #EFEFEF;
  border-radius: 10px;
}
.section-contact .content-contact .wpcf7-form textarea{
  height: 80px;
  resize: none;
}
.section-contact .content-contact .wpcf7-form .button .wpcf7-submit{
  background-color: #A959FF;
  color: #FFFFFF;
  cursor: pointer;
  font-family: 'Instrument Sans SemiBold';
  font-size: 14px;
  border-radius: 50px;
  border: 0;
  padding: 10px 30px 12px;
}
.section-contact .content-contact .wpcf7-form .button .wpcf7-submit:hover{
  background-color: #000000;
}

.section-contact .content-contact .wpcf7-not-valid-tip{
  font-family: 'Instrument Sans';
  font-size: 12px;
  color: #A959FF;
}
.section-contact .content-contact .wpcf7 form.invalid .wpcf7-response-output{
  font-family: 'Instrument Sans';
  font-size: 14px;
  line-height: 160%;
  color: #FFFFFF;
  border: 0;
  padding: 0;
  margin: 30px 0 0;
}

/* --- END CONTACT --- */


/* --- CASES --- */

/* BANNER CASES */

.section-banner-cases .content-banner-cases,
.section-banner-cases .content-banner-cases .et_pb_slides,
.section-banner-cases .content-banner-cases .et_pb_slides .et_pb_slide{
  height: 480px;
}
.section-banner-cases .content-banner-cases .et_pb_slides::before{
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.section-banner-cases .content-banner-cases .et_pb_container .et_pb_slider_container_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-banner-cases .content-banner-cases .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image {
  width: 100%;
  max-height: 75px;
  margin: 0 auto 50px !important; 
  position: relative;
  top: 0;
  left: 0;
  display: flex !important;
  justify-content: center;
}
.section-banner-cases .content-banner-cases .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image img{
  width: 100%;
  object-fit: contain;
}
.section-banner-cases .content-banner-cases .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description{
  width: 100%;
  max-width: 740px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.section-banner-cases .content-banner-cases .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0;
}
.section-banner-cases .content-banner-cases .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h1{
  width: 100%;
  font-family: 'Instrument Sans SemiBold';
  font-size: 40px;
  line-height: 110%;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.section-banner-cases .content-banner-cases .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content p{
  width: fit-content;
  font-family: 'Instrument Sans Medium';
  font-size: 14px;
  background: linear-gradient(180deg, #222222 0%, #0D0D0D 100%);
  border-radius: 30px;
  padding: 10px 16px;
}

/* GRADIENT */

.section-banner-cases .content-banner-cases .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h1 strong{
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
}
.section-banner-cases .content-banner-cases.gradient-blue-purple .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h1 strong{
  background: linear-gradient(90deg, #A959FF 0%, #4000FF 100%);
}
.section-banner-cases .content-banner-cases.gradient-orange-yellow .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h1 strong{
  background: linear-gradient(90deg, #FF5C00 0%, #FFC52F 100%);
}
.section-banner-cases .content-banner-cases.gradient-blue-aqua .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h1 strong{
  background: linear-gradient(90deg, #1E65EA 16.89%, #05D8E4 56.74%);
}
.section-banner-cases .content-banner-cases.gradient-blue-green .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h1 strong{
  background: linear-gradient(91.34deg, #0E6AE6 21.44%, #21DB8F 74.02%);
}

/* IMAGE CASES */

.section-image-case::before{
  content: '';
  width: 100%;
  height: 185px;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
}
.section-image-case .content-image-case .et_pb_image_wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TESTIMONIALS CASES*/

.section-testimonials-cases .content-testimonials-cases{
  padding: 24px;
}
.section-testimonials-cases .content-testimonials-cases p{
  font-family: 'Instrument Sans';
  font-size: 18px;
  line-height: 160%;
  color: #000;
}

/* ABOUT CASES */

.section-about-cases .content-about-cases .subtitle{
  margin-bottom: 15px !important;
}
.section-about-cases .content-about-cases .subtitle h2{
  font-family: 'Instrument Sans SemiBold';
  color: #000;
  padding-bottom: 0;
}
.section-about-cases .content-about-cases .text{
  margin-bottom: 20px !important;
}

/* PLAN CASES */

.section-about-cases .content-about-cases .item-plan {
  padding: 24px;
  margin-bottom: 20px !important;
}
.section-about-cases .content-about-cases .item-plan .et_pb_blurb_content{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.section-about-cases .content-about-cases .item-plan .et_pb_blurb_content .et_pb_blurb_container{
  order: 1;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.section-about-cases .content-about-cases .item-plan .et_pb_blurb_content .et_pb_main_blurb_image{
  margin-bottom: 0;
  order: 2;
}
.section-about-cases .content-about-cases .item-plan .et_pb_module_header,
.section-about-cases .content-about-cases .item-plan .et_pb_blurb_description,
.section-about-cases .content-about-cases .item-plan .et_pb_blurb_description p{
  font-family: 'Instrument Sans SemiBold';
  color: #000;
  font-size: 18px;
  padding-bottom: 0;
}
.section-about-cases .content-about-cases .item-plan .et_pb_blurb_description{
  margin: 0 10px 0 auto;
}

/* RESULT CASES */

.section-about-cases .content-about-cases .item-result{
  margin-bottom: 10px !important;
  padding: 24px;
}
.section-about-cases .content-about-cases .item-result:last-child{
  margin-bottom: 0px !important;
}
.section-about-cases .content-about-cases .item-result .et_pb_blurb_container{
  padding-left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section-about-cases .content-about-cases .item-result .et_pb_module_header{
  font-family: 'Instrument Sans SemiBold';
  color: #000;
  font-size: 18px;
  border-right: 1px solid #CCCCCC;
  padding: 0 15px 0 0;
  margin-right: 15px;
}
.section-about-cases .content-about-cases .item-result .et_pb_blurb_description,
.section-about-cases .content-about-cases .item-result .et_pb_blurb_description p{
  font-family: 'Instrument Sans';
  color: #000;
  font-size: 18px;
}

/* --- END CASES --- */


/* --- FOOTER --- */

.section-footer .content-footer {
  padding: 25px 0;
}
.section-footer .content-footer p{
  font-size: 12px;
}
.section-footer .content-footer .logo a {
  display: flex;
  width: fit-content;
}
.section-footer .content-footer .logo a .et_pb_image_wrap {
  width: auto;
  height: 15px;
}
.section-footer .content-footer .logo a .et_pb_image_wrap img {
  width: 100%;
  object-fit: contain;
}

/* --- END FOOTER --- */


/* --- PRIVACY --- */

.section-privacy .content-privacy h1{
  font-family: 'Instrument Sans SemiBold';
  color: #000;
}
.section-privacy .content-privacy .title{
  margin-bottom: 10px !important;
}
.section-privacy .content-privacy h2,
.section-privacy .content-privacy h3{
  font-family: 'Instrument Sans SemiBold';
  color: #000;
  font-size: 22px;
}
.section-privacy .content-privacy p{
  font-family: 'Instrument Sans';
  color: #000;
  font-size: 14px;
}

/* --- END PRIVACY --- */


/* --- RESPONSIVE --- */

@media screen and (min-width: 768px) and (max-width: 1199px) {

  /* --- CREDITS --- */

  .section-credits .content-credits {
    width: 100% !important;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    cursor: grab;
    user-select: none;
  }
  .section-credits .content-credits.dragging {
    cursor: grabbing;
  }
  .section-credits .content-credits .plan {
    width: 356px !important;
    min-width: 356px;
    scroll-snap-align: center;
    flex-shrink: 0;
  }
  .section-credits .content-credits::-webkit-scrollbar {
    display: none;
  } 
  .section-credits .content-credits .spacer-start{
    display: block;
  }
  .section-credits .footer-credits{
    margin-top: 20px;
  }

  /* --- END CREDITS --- */
}

@media screen and (max-width: 1680px) {
}
@media screen and (max-width: 1480px) {
}
@media screen and (max-width: 1360px) {
  /* --- ROW --- */

  .et_pb_row{
    width: 95% !important;
    max-width: 1116px;
  }

  /* END ROW */
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {

  /* --- HEADER --- */

  /* MENU */

  .et-boc .et-l .section-header .content-header .et-menu-nav .et-menu{
    gap: 50px;
  }

  /* --- END HEADER --- */


  /* --- CASES --- */

  .section-cases .content-cases .et_pb_slider,
  .section-cases .content-cases .et_pb_slider .et_pb_slides,
  .section-cases .content-cases .et_pb_slider .et_pb_slides .et_pb_slide{
    height: 380px;
  }
  
  /* --- END CASES --- */


  /* --- TASKS --- */

  /* CARDS */

  .cards-especialidades .card-especialidade{
    width: 23.4%;
  }

  /* --- END TASKS --- */


  /* --- CREDITS --- */

  .et-boc .et-l .section-credits{
    background-position: center 310px;
  } 
  .section-credits .content-credits .plan {
    width: 32%;
  }

  /* --- END CREDITS --- */
}
@media screen and (max-width: 1100px) {

  /* --- CLIENTS --- */

  .section-clients::before,
  .section-clients::after {
    content: '';
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .section-clients::before {
    left: 0;
    background: linear-gradient(to right, #000000, transparent);
  }
  .section-clients::after {
    right: 0;
    background: linear-gradient(to left, #000000, transparent);
  }
  .section-clients .content-clients {
    width: 100% !important;
    overflow-x: hidden;
    position: relative;
    cursor: grab;
  }
  .section-clients .content-clients.dragging {
    cursor: grabbing;
  }
  .section-clients .content-clients .et_pb_column, 
  .section-clients .content-clients .content-clients-inner{
    gap: 50px;
  }
  .section-clients .content-clients .content-clients-inner {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
  }
  .section-clients .content-clients .et_pb_image {
    flex: 0 0 auto;
    margin-right: 40px;
    user-select: none;
  }

  /* --- END CLIENTS --- */


  /* --- ON DEMAND --- */

  .section-on-demand .et_pb_row > .et_pb_column:nth-child(1){
    width: 42%;
  }
  .section-on-demand .content-services .et_pb_column .item-services {
    width: 45%;
  }

  /* --- END ON DEMAND --- */


  /* --- TASKS --- */

  /* CARDS */

  .cards-especialidades .card-especialidade{
    width: 23.2%;
  }

  /* --- END TASKS --- */


  /* --- FAQ --- */

  .section-faq .content-faq .et_pb_column .item-faq .et_pb_blurb_container .et_pb_module_header{
    width: 36%;
  }
  .section-faq .content-faq .et_pb_column .item-faq .et_pb_blurb_container .et_pb_blurb_description{
    width: 54%;
  }

  /* --- END FAQ --- */
}

@media screen and (max-width: 982px) {

  /* ROW */

  .et_pb_row{
    width: 90% !important;
  }

  /* END ROW */

  
  /* --- HEADER --- */

  /* MENU */

  .et-boc .et-l .section-header .content-header .et_pb_column:nth-child(2){
    position: absolute;
    right: 0;
  }
  .et-boc .et-l .section-header .content-header .custom-menu .mobile_menu_bar::before{
    color: #FFFFFF;
    top: 0;
  }
  .et-boc .et-l .section-header .content-header .custom-menu .mobile_nav .et_mobile_menu {
    background-color: rgb(0 0 0 / 95%) !important;
    top: calc(100% + 35px);
    border-top: 0;
    border-radius: 30px;
  }
  .et-boc .et-l .section-header .content-header .custom-menu .mobile_nav .et_mobile_menu .menu-item a{
    font-family: 'Instrument Sans';
    font-size: 14px;
    line-height: 160%;
    color: #FFFFFF;
  }
  .et-boc .et-l .section-header .content-header .custom-menu .mobile_nav .et_mobile_menu .menu-item a:hover{
    color: #A959FF;
    opacity: 1;
  }

  /* --- END HEADER --- */


  /* --- ON DEMAND --- */

  .section-on-demand .et_pb_row > .et_pb_column:nth-child(1) {
    width: 45%;
    margin-right: 0;
  }
  .section-on-demand .et_pb_row > .et_pb_column:nth-child(2) {
    width: 100%;
    position: absolute;
    right: -41%;
    top: -40px;
  }

  /* --- END ON DEMAND --- */


  /* --- CASES --- */

  .section-cases .content-cases .et_pb_slider,
  .section-cases .content-cases .et_pb_slider .et_pb_slides,
  .section-cases .content-cases .et_pb_slider .et_pb_slides .et_pb_slide{
    height: 268px;
  }
  .content-about-cases .slick-slide {
    margin: 0 35px !important;
  }

  .section-cases .et-pb-controllers {
    bottom: -23px;
  }
  
  /* --- END CASES --- */


  /* --- TASKS --- */

  /* CARDS */

  .cards-especialidades .card-especialidade{
    width: 48.5%;
  }

  /* --- END TASKS --- */


  /* --- HOW IT WORKS --- */

  .section-how-it-works .content-how-it-works{
    display: flex;
    justify-content: center;
  }
  .section-how-it-works .content-how-it-works .et_pb_column{
    max-width: 550px;
    margin-right: auto !important;
  }
  .section-how-it-works .content-how-it-works .et_pb_column .item{
    width: 48%;
  }

  /* --- END HOW IT WORKS --- */


  /* --- CONTACT --- */

  .section-contact .content-contact{
    flex-direction: column;
  }
  .section-contact .content-contact .et_pb_column:nth-child(1){
    max-width: 492px;
    margin: 0 auto 80px;
  }

  /* --- END CONTACT --- */


  /* --- CASES --- */

  /* BANNER CASES */

  .section-banner-cases .content-banner-cases .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image {
    max-height: 45px;
  }
  .section-banner-cases .content-banner-cases .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h1{
    font-size: 28px;
  }

  /* --- END CASES --- */
  

  /* --- FOOTER --- */

  .section-footer .content-footer {
    padding: 10px 0 0;
  }
  .section-footer .content-footer:nth-child(1) {
    padding-bottom: 30px !important;
  }
  .section-footer .content-footer:nth-child(2) {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .section-footer .content-footer:nth-child(2) .et_pb_column {
    margin-bottom: 0px;
  }
  .section-footer .content-footer:nth-child(2) .et_pb_column:nth-child(1) p{
    text-align: left;
  }
  .section-footer .content-footer:nth-child(2) .et_pb_column:nth-child(2) p{
    text-align: right;
  }
  
  /* --- END FOOTER --- */
}
@media screen and (max-width: 767px) {

  /* --- BANNER --- */

  .section-banner .content-banner .et_pb_slides .et_pb_slide::before {
    display: none;
  }

  /* --- END BANNER --- */
  

  /* --- ON DEMAND --- */

  .section-on-demand .et_pb_row > .et_pb_column:nth-child(1) {
    width: 100%;
  }
  .section-on-demand .et_pb_row > .et_pb_column:nth-child(2) {
    display: none !important;
  }

  /* --- END ON DEMAND --- */


  /* --- CASES --- */

  .section-cases .et-pb-controllers {
    bottom: -30px;
  }
  
  /* --- END CASES --- */


  /* --- TASKS --- */

  /* CARDS */

  .cards-especialidades .card-especialidade{
    width: 100%;
  }

  /* --- END TASKS --- */


  /* --- CREDITS --- */

  .section-credits .content-credits{
    flex-direction: column;
    align-items: center;
  }
  .section-credits .content-credits .spacer-start{
    display: none;
  }
  .section-credits .content-credits .plan {
    width: 100%;
    max-width: 500px;
  }

  /* --- END CREDITS --- */

  
  /* --- FAQ --- */
  
  .section-faq .content-faq .et_pb_column .item-faq .et_pb_blurb_container .et_pb_blurb_description{
    width: 49%;
  }

  /* --- END FAQ --- */


  /* --- CASES --- */

  /* IMAGE CASES */

  .section-image-case::before{
    height: 95px;
  }
  .section-image-case .content-image-case .et_pb_image_wrap img {
    min-height: 185px;
  }
    
  /* ABOUT CASES */

  .section-about-cases .content-about-cases{
    max-width: 495px;
    margin: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .section-about-cases .content-about-cases .et_pb_column:nth-child(1){
    order: 2;
    margin-bottom: 0;
  }
  .section-about-cases .content-about-cases .et_pb_column:nth-child(2){
    order: 1;
    margin-bottom: 30px;
  }

  .section-about-cases .content-about-cases .item-plan .et_pb_module_header,
  .section-about-cases .content-about-cases .item-plan .et_pb_blurb_description,
  .section-about-cases .content-about-cases .item-plan .et_pb_blurb_description p,
  .section-about-cases .content-about-cases .item-result .et_pb_module_header,
  .section-about-cases .content-about-cases .item-result .et_pb_blurb_description,
  .section-about-cases .content-about-cases .item-result .et_pb_blurb_description p,
  .section-testimonials-cases .content-testimonials-cases p{
    font-size: 14px;
  }

  /* --- END CASES --- */
}
@media screen and (max-width: 600px) {

  /* --- HOW IT WORKS --- */

  .section-how-it-works .content-how-it-works .et_pb_column{
    max-width: 260px;
  }
  .section-how-it-works .content-how-it-works .et_pb_column .item{
    width: 100%;
  }

  /* --- END HOW IT WORKS --- */

  
  /* --- FAQ --- */

  .section-faq .content-faq .et_pb_column .item-faq {
    gap: 15px;
    flex-direction: column;
  }
  .section-faq .content-faq .et_pb_column .item-faq .et_pb_blurb_container {
    gap: 0px;
  }
  .section-faq .content-faq .et_pb_column .item-faq .et_pb_blurb_container .et_pb_module_header,
  .section-faq .content-faq .et_pb_column .item-faq .et_pb_blurb_container .et_pb_blurb_description{
    width: 100%;
  }

  /* --- END FAQ --- */

  /* --- CONTACT --- */

  .section-contact .content-contact .wpcf7-form .half{
    width: 100%;
  }

  /* --- END CONTACT --- */
}
@media screen and (max-width: 440px){

  /* --- CREDITS --- */

  .section-credits .header-credits .feature-credit .et_pb_blurb_content{
    flex-direction: column;
    align-items: center;
    padding: 12px;
  }
  .section-credits .header-credits .feature-credit .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 10px;
  }
  .section-credits .header-credits .feature-credit .et_pb_blurb_content .et_pb_blurb_container{
    padding-left: 0;;
  }
  .section-credits .header-credits .feature-credit .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    text-align: center;
  }
  
  .section-credits .content-credits .plan .subtitle .et_pb_text_inner h2, 
  .section-credits .content-credits .plan .price .et_pb_text_inner h2{
    font-size: 20px; 
  }

  /* --- END CREDITS --- */
}

@media screen and (max-width: 360px){

  /* --- CREDITS --- */

  .section-credits .content-credits .plan .item-services {
    width: 100%;
  }

  /* --- END CREDITS --- */
}

/* --- END RESPONSIVE --- */
