.section-makeit-count{
  background: #eee;
  padding-bottom: 4em !important;
}

.section-makeit-count.brazil-invisible{
  display:none;
}


.section-makeit-count .non-brazil-invisible{
  display:none;
}


.section-makeit-count{
  background:#eee;
  padding-top: 6em;
  padding-bottom:0em;
}

.section-makeit-count .invisible-benefits{
	display: none !important;
}


@media only screen and (min-width: 992px) {
  .section-makeit-count{
      padding-bottom:4em  !important;    
  }
}

.section-makeit-count .row-no-wait{
  padding-top: 6em;
  padding-bottom: 2em; 
}

.section-makeit-count .new-messaging{
  text-align:center;
  text-transform: none;
  font-weight: 500;
}


.section-makeit-count  .title-alternatives{
  margin-bottom:0;
}

@media only screen and (min-width: 992px) {
  .section-makeit-count  .title-alternatives{
      margin-bottom:1em;
  }
}


.section-makeit-count .replace-wrapper{
    align-self:flex-start; 
    /* padding-top:6em; */ 
    height: 80%; 
    position: relative !important;
    top: 0%;
    transform: translateY(-0%) !important;
    align-self: center;
}

.section-makeit-count .despachar-wrapper{
    margin-top: 2em;
}




@media only screen and (max-width: 991px) {
    .section-makeit-count .replace-wrapper{
        /* padding-bottom: 6em; */
        align-self: center;
    }
}

.section-makeit-count img.advogado-despachando{
    margin-bottom:0;
    height: 25vh;
}

.section-makeit-count .animated-gradient {    
    animation: animateBg 90s linear infinite;
    background-image: linear-gradient(90deg,#818181,#686868,#938c8c,#666565, #8b7e7f);
    background-size: 800% 100%;

}

@keyframes animateBg {
    0% { background-position: 100% 0%; }
    100% { background-position: 0% 0%; }
}

.section-makeit-count .replay-checkmarks{
  display: grid; 
  grid-template-rows: auto; 
  justify-content: center; 
  background: white; 
  /* padding-top: 0; */ 
  padding-bottom: 0; 
  padding-bottom: 6em;
}

  
.section-makeit-count .time-title{
    padding-left:10%; 
    padding-right:10%; 
    margin-bottom:0;
  }

.section-makeit-count .animated-check-number {
    /* display: grid; */ 
    display: flex;
    /* grid-template-columns: 1fr 5fr; */ 
    justify-content: left; 
    justify-items: center;
  }


.section-makeit-count .animated-check-number-additional-benefits {
    /* display: grid; */ 
    display: flex;
    /* grid-template-columns: 1fr 5fr; */ 
    justify-content: center; 
    justify-items: center;
}


.section-makeit-count .disadvantages {
    display: grid;
    /* display: flex; */
    grid-template-columns: 1fr 5fr;  
    justify-content: left; 
    justify-items: center;
}

.section-makeit-count .animated-check-number.brazil-despachar {
  justify-content: center;
}

.section-makeit-count .text-checkmark-item-wrapper{
    color:#767676; 
    align-self: center; 
    justify-self: start;
  }

.section-makeit-count  .animated-title{
    color:white; 
    font-family:'Open Sans'; 
    margin-bottom: 0; 
    text-align: left;
  }

.section-makeit-count  .additional-benefits-title{
  color:#2e2e2e; 
  font-family:'Open Sans'; 
  margin-bottom: 0; 
  text-align: left;
}




  .section-makeit-count  .animated-title-dark{
    color:#2e2e2e; 
    font-family:'Open Sans'; 
    margin-bottom: 0; 
    text-align: left;
  }
  

.section-makeit-count .text-number-item-wrapper{
    color:#767676; 
    align-self: center; 
    justify-self: start;
}



/************ ANIMATIONS CHECKMARKS *********************/


.section-makeit-count .check-spinner__worm-a, .section-makeit-count .check-spinner__worm-a-c,
.section-makeit-count .check-spinner__worm-b, .section-makeit-count .check-spinner__worm-b-c {
	visibility: hidden;
}

.section-makeit-count .check-spinner {
	margin-bottom: 3em;
	overflow: visible;
	width: 2em;
	height: 2em;
  margin-right: 10px;
}

.section-makeit-count .check-spinner__worm-a, .check-spinner__worm-a-c {
	animation: worm-a 0.8s linear;
}

.section-makeit-count .check-spinner__worm-b, .check-spinner__worm-b-c {
	animation: worm-b 0.8s 0.8s linear forwards;
	stroke-dashoffset: 0.01;
}

.section-makeit-count .check-spinner__circle, .check-spinner__circle-c  {
	animation: circle 0.2s 1.3s cubic-bezier(0,0,.42,1.33) forwards;
}

/* Animations */
@keyframes worm-a {
	from {
		stroke-dashoffset: 36.1;
		visibility: visible;
	}
	to {
		stroke-dashoffset: -252.9;
		visibility: visible;
	}
}
@keyframes worm-b {
	from {
		animation-timing-function: linear;
		stroke-dasharray: 0 0 72.2 341.3;
		visibility: visible;
	}
	69.7% {
		animation-timing-function: ease-out;
		stroke-dasharray: 0 207 45 341.3;
		visibility: visible;
	}
	to {
		animation-timing-function: ease-out;
		stroke-dasharray: 0 297 115 341.3;
		visibility: visible;
	}
}
@keyframes circle {
	from { r: 0; }
	to { r: 50px; }
}
@keyframes reappear {
	from { visibility: hidden; }
	to { visibility: visible; }
}




/*************************************************   Cicle rotating ****************************************************/

.wistia_loading_svg_72 path {
  stroke-width: 2px;
  stroke-dasharray: 36.299235026041664, 72.59847005208333;
  -webkit-animation: wistia_dash 1.1s infinite linear forwards;
}

@-webkit-keyframes wistia_dash {
  from { stroke-dashoffset: 108.897705078125; stroke: #ff6171; }
  to { stroke-dashoffset: 0; stroke: #ff6171;}
}


.play-short:hover .wistia_loading_svg_72 path  {
  stroke-width: 2px;
  stroke-dasharray: 36.299235026041664, 72.59847005208333;
  -webkit-animation:  wistia_dash_white 1.5s infinite linear forwards;
}

@-webkit-keyframes wistia_dash_white {
  from { stroke-dashoffset: 108.897705078125; stroke: #ffffff; }
  to { stroke-dashoffset: 0; stroke: #2e2e2e;}
}



/***************************** Max Width ****************************************/


@media only screen and (max-width: 814px) {
  .section-makeit-count  .right-hero-block{
    /* height: max(80vh, 85vw); */
    min-height: 700px;
  }  
}


/******************************** Button Card ***************************************/


@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}

:root {
  --card-height: 50px;
  --card-width: calc(var(--card-height) * 3.3);
}


.card {
  background: #ff6171;
  width: var(--card-width);
  height: var(--card-height);
  padding: 3px;
  position: relative;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  /* font-size: 1.5em; */
  color: rgb(88 199 250 / 0%);
  cursor: pointer;
  font-family: cursive;
}

.card-two {
  background: #ff6171;
  width: var(--card-width);
  height: var(--card-height);
  padding: 3px;
  position: relative;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  /* font-size: 1.5em; */
  color: rgb(88 199 250 / 0%);
  cursor: pointer;
  font-family: cursive;
}

.card:hover {
  color: rgb(88 199 250 / 100%);
  transition: color 1s;
}

.card:hover:before, .card:hover:after {
  animation: none;
  opacity: 0;
}


.card::before {
  content: "";
  width: 104%;
  height: 102%;
  border-radius: 8px;
  background-image: linear-gradient(
    var(--rotate)
    , #bf3542, #ff6171 43%, #b7b7b7);
    position: absolute;
    z-index: -1;
    top: -1%;
    left: -2%;
    animation: spin 2.5s linear infinite;
}


.card::after {
  position: absolute;
  content: "";
  top: calc(var(--card-height) / 6 );
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale(1.03);
  filter: blur(calc(var(--card-height) / 6));
  background-image: linear-gradient( var(--rotate) , #bf3542, #ff6171 43%, #b7b7b7);
  opacity: 1;
  transition: opacity .5s;
  animation: spin 2.5s linear infinite;
}


@keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}

.horizontal-scroll-section a.try-free{
  color: #212534;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
  margin-top: 2rem;
}


/****************  Extension Button **********************/

.section-makeit-count .extension-outer-wrapper {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  justify-content: center;
  padding-top: 3em;
}

.section-makeit-count .extension-inner {
  width: 68%;
  height: 88px;
  box-shadow: 0 2px 10px rgba(51,51,51,.16);
  border-radius: 12px;
  background-color: #fff;
  color: #333;
  text-align: justify;
  margin-bottom: 35px;
  min-width: 12em;
  max-width: 400px;
}

.section-makeit-count .extension-inner .btn-extension {
  padding: 18px 25px;
  border-radius: 12px;
  transition: all .5s ease;
  width: 100%;
  height: 100%;
  align-items: center;
  color: #333;
  font-size: 90%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.section-makeit-count .extension-inner .icon2 {
  margin-right: 20px;
  vertical-align: top;
  margin-bottom: 0;
  max-width: 50px;
  width: 15%;
}

/*********************** Button Play *************************/

.section-makeit-count .play-transparent {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  display: block;
  margin-top: 1em;
  margin-bottom: 3em;
}

.section-makeit-count .play-transparent-additional-bottom {
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  display: block;
  margin-left: 1em;
  margin-right: 0;
}


.section-makeit-count .icon-Video-5 {
  opacity: 1;
  font-size: 4.5em;
  cursor: pointer;
  background: #ff6171;
  border-radius: 50%;
  color: white;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}


.section-makeit-count .icon-Video-5:hover{
  background: white;
  color:#ff6171
}




/***************************** DUAL-MEDIA ******************************/

.section-makeit-count .dual-media-svg {
  display: block;
  font: 9em 'Raleway';
  width: 80%;
  max-height: 60px;
  margin: 0 auto;
}


/**** ANimation ANTS ************/


.section-makeit-count .text-copy {
  fill: none;
  stroke: lavender;
  stroke-dasharray: 6% 29%;
  stroke-width: 3px;
  stroke-dashoffset: 0%;
  letter-spacing: double;
  animation: stroke-offset 5.5s infinite linear;
}

.section-makeit-count .text-copy:nth-child(1){
  stroke: #ff6171;
  animation-delay: -1;
}

.section-makeit-count .text-copy:nth-child(2){
  stroke: #a3a3a3;
  animation-delay: -2s;
}

.section-makeit-count .text-copy:nth-child(3){
  stroke: #bf3542;
  animation-delay: -3s;
}

.section-makeit-count .text-copy:nth-child(4){
  stroke: #d75576;
  animation-delay: -4s;
}

.section-makeit-count .text-copy:nth-child(5){
  stroke: #b9b9b9;
  animation-delay: -5s;
}

/***************** SECTION MAKE IT COUNT TWO *************************/


.section-makeit-count.background-cta-not-brazil{
  background: #eee;
}

.section-makeit-count.background-cta-brazil{
  background: white;
}

