.gdlr-core-counter-item .gdlr-core-counter-item-number {
font-size: 50px;
line-height: 1;
margin-bottom: 25px;
}

.infinite-body, .infinite-body span.wpcf7-not-valid-tip {
color: #ffffff;
}

.infinite-body input, .infinite-body textarea {
background-color: rgba(255, 255, 255, 0.8);
border-radius: 2px;
}

.infinite-body input, .infinite-body textarea {
border-color: #ffffff;
}

wpcf7 input[type="button"], .wpcf7 input[type="submit"], input[type="reset"] {
width: 100%;
 }

input.wpcf7-form-control.wpcf7-submit:hover {
background-color: rgb(241, 91, 78);
color: rgb(255, 255, 255);
}

input.wpcf7-form-control.wpcf7-submit {
background-color: rgba(255, 255, 255, 0.8);
color: #383838;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
border: 0px solid #f15b4e;
}



/* Pop up */

x.popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    overflow: hiden;
    transition: 0.64s ease-in-out;
  }
  .popup-inner {
    position: relative;
    bottom: -100vw;
    right: -100vh;
    display: flex;
    align-items: center;
    max-width: 800px;
    max-height: 600px;
    /* width: 60%; */
    height: 80%;
    /* background-color: #fff; */
    transform: rotate(32deg);
    transition: 0.64s ease-in-out;
  }
  .popup__photo {
    /* display: flex;
    justify-content: flex-end;
    align-items: flex-end; */
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .popup__photo img {
    width: auto;
    height: 100%;
  }
  .popup__text {
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    height: 100%;
    padding: 4rem;
  }
  .popup__text h1 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #0A0A0A;
  }
  .popup__text p {
    font-size: 0.875rem;
    color: #686868;
    line-height: 1.5;
  }
  .popup:target {
    visibility: visible;
    opacity: 1;
  }
  .popup:target .popup-inner {
    bottom: 0;
    right: 0;
    transform: rotate(0);
  }
  .popup__open .popup-inner {
    bottom: 0;
    right: 0;
    transform: rotate(0);
  }
  .popup__open.popup {
    visibility: visible;
    z-index: 99999;
    opacity: 1;
  }
  .popup__close {
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 3rem;
    height: 3rem;
    font-size: 0.875rem;
    font-weight: 300;
    border-radius: 100%;
    background-color: #0A0A0A;
    z-index: 4;
    color: #fff;
    line-height: 3rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
  }
  
  .popup_btn_hidden {
    visibility: hidden;
  }
  
  @media(max-width: 720px) {
    .popup__photo img {
      height: 60%;
      margin: auto 10px;
    }
  
    .popup{
      justify-content: inherit;
    }
  }
  
  .DISC {
    background-color: transparent;
    color: inherit;
    background-image: linear-gradient(90deg, rgba(237, 32, 36, 0.5),rgba(246, 235, 20, 0.5) ,rgba(105, 189, 69, 0.5) ,rgba(57, 83, 164, 0.5) 50%);
    background-size: 200% 15px;
    background-position: left 100% bottom;
    background-repeat: no-repeat;
    -webkit-transition: background-size 150ms ease-out 0ms,background-position 500ms ease-in-out 150ms;
    -moz-transition: background-size 150ms ease-out 0ms,background-position 500ms ease-in-out 150ms;
    transition: background-size 150ms ease-out 0ms,background-position 500ms ease-in-out 150ms;
    background-position: left bottom 0.125em;
}

.botao {
    color: #fff!important;
    border-width: 0px!important;
    border-radius: 50px;
    letter-spacing: 1px;
    font-weight: 600!important;
    background-image: linear-gradient(
90deg
,#5090ad 0%,#f15b4e 100%);
    background-color: #f15b4e;
}

.botao {
    padding-top: 10px!important;
    padding-right: 35px!important;
    padding-bottom: 10px!important;
    padding-left: 35px!important;
    margin-top: 10px!important;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}