body {
    font-family: 'globotipo_textoregular', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, HelveticaNeue, HelveticaNeue-Light, Arial, sans-serif;
    color: #fff;
    background-color: #A5147D;
}

.wrapper{
    overflow: hidden;
}


/* SEC TOP  ======================================================= */

.sec-top{
    padding-top: 35px;
  max-width: 1440px;
  margin: 0 auto;
}

.shape-sidebar {
  position: absolute;
  left: 0;
  top: 69px;
}

.img-sidebar {
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  -moz-transform: translateX(-640px);
  -webkit-transform: translateX(-640px);
  -o-transform: translateX(-640px);
  -ms-transform: translateX(-640px);
  transform: translateX(-640px);
  z-index: 10;
}

@media (max-width: 1366px) {
  .shape-sidebar {
    left: -30px;
  }
}

.detail-images-top{
    display: none;
}

.col-logo{
    display: none;
}

.col-info-top{
    text-align: center;
  position: relative;
}

.img-logo{
    max-width: 225px;
}

.img-logo.is-mobile{
    margin-bottom: 20px;
}

.st-top{
    font-size: 24px;
    margin-bottom: 5px;
}

.tt-top{
    font-size: 26px;
    margin-bottom: 30px;
}

.separador-top{
    display: inline-block;
    margin-bottom: 20px;
}

.txt-top{
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.info-top-especialistas{
    display: flex;
    justify-content: space-between;
    max-width: 460px;
    margin: 0 auto 30px;
}

.info-top-especialistas__item{
    max-width: 150px;
}

.info-top-especialistas__canvas{
    position: relative;
}

.info-top-especialistas__nome{
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0px;
  font-size: 13px;
}

.info-top-receitas{
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
    margin: 0 auto 30px auto;
  gap: 150px;
}
.is-media-1199 {
  display: none;
}

@media (max-width: 1199px) {
  .is-media-1199 {
    display: flex;
  }
  .is-not-media-1199 {
    display: none;
  }
}

.info-top-receitas-2 {
  max-width: 485px;
  gap: 15px;
  
}

.info-top-receitas__item{
    max-width: 150px;
}

.info-top-receitas__canvas{
    position: relative;
}

@media (max-width: 768px) {
  .info-top-receitas {
    justify-content: space-around;
    gap: 0px;
    align-items: center;
  }
  .info-top-especialistas__item {
    max-width: 130px;
  }
}


@media (min-width: 360px){
    .info-top-especialistas__nome .break-mobile{
        display: none;
    }
}

@media (min-width: 768px){
    .sec-top{
        padding-top: 0;
    }

    .col-info-top{
        padding-top: 0;
        text-align: left;
    }

    .info-top-especialistas{
        margin-bottom: 28px;
    }
  
    .info-top-receitas{
        margin-bottom: 28px;
    }
}

@media (min-width: 1200px){
    .col-logo{
        padding-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      align-items: center;
    }

    .img-logo{
        max-width: 100%;
        margin-bottom: 50px;
    }
    .img-receita-top {
      width: 156px;
      position: relative;
    z-index: 10;
    }
  .info-top-receitas__img {
    width: 156px;
    position: relative;
    z-index: 10;
  }
  .info-top-receitas__img-2 {
    width: 156px;
    max-width: 156px;
    position: relative;
    z-index: 10;
  }
    .img-logo.is-mobile{
        display: none;
    }

    .col-info-top{
        padding-top: 0;
    }

    .detail-images-top{
        display: block;
    }

    .img-receita-top.is-last{
        margin-top: 0px;
    }

    .st-top{
        margin-bottom: 0;
    }

    .tt-top{
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 18px;
    }

    .txt-top{
        margin-bottom: 77px;
      max-width: 500px;
    }

    .separador-top{
        margin-bottom: 31px;
    }

    .info-top-especialistas__nome{
        bottom: 15px;
      left: 15px;
    }
}

/* SEC TOP  ======================================================= */


/* FORM TOP  ======================================================= */
.col-form{
    padding: 0;
}

.col-form .content-form{
    
    padding: 40px 15px;
    background-color: #FFC800;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.info-data{
    display: inline-block;
    padding: 10px 10px 10px 45px;
    border-radius: 10px;
    border: 2px solid #A5147D;
    color: #A5147D;
    background: url('https://image.globoplaymkt.globo.com/lib/fe3f15707564067e711773/m/1/323ea087-9928-4634-a835-cd4e207fec13.png') no-repeat 10px center;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.tt-form{
    font-size: 32px;
    line-height: 1.1;
    color: #A5147D;
    margin-bottom: 20px;
}

.shape-top-form{
    display: none;
}

.btn-agenda{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 220px;
    margin: 0 auto;
    padding: 10px;
    border:  2px solid #A5147D;
    border-radius: 5px;
}

.btn-agenda:hover{
    opacity: 0.8;
}

.btn-agenda__item.is-text{
    font-family: 'gopher_boldbold';
    font-size: 16px;
    line-height: 1;
    color: #A5147D;
}

@media (min-width: 768px){
    .col-form .content-form{
      padding: 40px 35px;
      
    }

    .btn-agenda{
        margin: 0;
    }
}

@media (min-width: 1200px){
    .col-form .content-form{
        padding: 91px 35px 30px 57px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 50px;
    }

    .info-data{
        margin-bottom: 30px;
    }

    .tt-form{
        font-size: 34px;
    }
}

@media (min-width: 1230px){
    .sec-top{
        position: relative;
    }

    .sec-top:before{
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        width: 1062px;
        height: 45px;
        background: url('https://image.globoplaymkt.globo.com/lib/fe3f15707564067e711773/m/1/1da0538f-3909-4d53-8777-9fd239dc44e6.png') no-repeat center top;
        -moz-transform: translateX(-600px);
        -webkit-transform: translateX(-600px);
        -o-transform: translateX(-600px);
        -ms-transform: translateX(-600px);
        transform: translateX(-600px);
        z-index: 5;
    }

    .sec-top:after{
        position: absolute;
        content: '';
        width: 100%;
        height: 85%;
        left: 50%;
        top: 0;
        background-color: #FFC800;
        -moz-transform: translateX(615px);
        -webkit-transform: translateX(615px);
        -o-transform: translateX(615px);
        -ms-transform: translateX(615px);
        transform: translateX(615px);
        z-index: 5;
    }
    .col-form .content-form{
      height: 85%;
    }

    .shape-top-form{
        display: block;
        position: absolute;
        top: 0;
        left: 46%;
        -moz-transform: translateX(685px);
        -webkit-transform: translateX(685px);
        -o-transform: translateX(685px);
        -ms-transform: translateX(685px);
        transform: translateX(685px);
        z-index: 10;
    }
}

/* FORM TOP  ======================================================= */

/* SEC INFO  ======================================================= */

.sec-info{
    padding-top: 40px;
  padding-bottom: 83px;
}

.tt-info{
    font-size: 26px;
    margin-bottom: 20px;
}

.shape-separador-sec{
    margin-bottom: 30px;
}

.col-box{
    padding-bottom: 25px;
}

.box-info{
    position: relative;
    height: 100%;
}

.box-info__content{
    position: relative;
    border-radius: 20px;
    background: url('https://image.globoplaymkt.globo.com/lib/fe3f15707564067e711773/m/1/a6298a67-eecb-452d-8464-5d7ee098ab9e.png') no-repeat center 15px #fff;
    z-index: 5;
    padding: 60px 20px 30px;
    height: 100%;
}

.box-info:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    background: url('https://image.globoplaymkt.globo.com/lib/fe3f15707564067e711773/m/1/00991001-be2c-4d96-8f34-65e7eeeb73ae.png') no-repeat center top;
    background-size: 100%;
    z-index: 1;
    border-radius: 20px;
}

.box-info__txt{
    color: #28733C;
    font-size: 18px;
}

.sec-separador{
    padding: 40px 0;
}

.box-social {
  max-width: 1200px;
  min-height: 400px;
  background: #FFC800;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding-top: 60px;
  z-index: 1;
}
.box-social-phone {
  position: absolute;
  left: 176px;
  top: -45px;
  bottom: 0;
}

.box-social__title {
  font-size: 45px;
  line-height: 50px;
  color: #A5147D;
  margin-bottom: 27px;
  font-weight: 700;
}
.box-social__txt {
  font-size: 22px;
  line-height: 28px;
  color: #A5147D;
  margin-bottom: 47px;
  margin-top: 27px;
}

.box-social__div {
  max-width: 610px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 180px;
}

.box-social__div-social {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 305px;
}

.box-social-shape1 {
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 30px;
}
.box-social-shape2 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
.box-social-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.buttons-download {
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 14px;
}

.sec-info-shape {
  position: absolute;
  z-index: 0;
} 
.shape-1 {
  top: 60px;
  left: 40px;
  display: none;
}
.shape-2 {
  top: -70px;
  right: -50px;
  display: none;
}
.shape-3 {
  bottom: 0;
  left: 0;
}

@media (max-width: 1366px) {
  .shape-1 {
    top: 60px;
    left: 10px;
  }
  .shape-2 {
    top: -70px;
    right: -50px;
  }
}

@media (max-width: 1199px) {
  .shape-2 {
    display: none;
  }
}

@media (max-width: 1100px) {
  .box-social {
    min-height: 365px;
  }
  .box-social-shape1 {
    max-width: 180px;
  }
  .box-social-shape2 {
    max-width: 150px;
  }
  .box-social-logo {
    max-width: 120px;
  }
  .box-social-phone {
    left: 130px;
  }
}

@media (max-width: 950px) {
  .box-social {
    min-height: 400px;
  }
  .box-social__div {
    max-width: 420px;
  }
  .box-social-shape1 {
    max-width: 150px;
  }
  .box-social-shape2 {
    max-width: 130px;
  }
  .box-social-logo {
    max-width: 120px;
  }
}

@media (max-width: 768px) {
  .box-social {
    padding-top: 30px;
  }
  
  .box-social__div {
    max-width: 320px;
    padding-left: 65px;
  }

  .box-social__div-social {
    width: 280px;
  }

  .box-social-shape1 {
    max-width: 120px;
  }
  .box-social-shape2 {
    max-width: 120px;
    display: none;
  }
  .box-social-logo {
    max-width: 100px;
  }
  .box-social-phone {
    left: 0;
    top: -40px;
  }
  .box-social {
    justify-content: flex-end;
    padding-right: 60px;
  }
  .shape-3 {
    display: none;
  }
}

@media (max-width: 599px) {
  
  .sec-info {
    
  }
  .box-social {
    padding-right: 0;
    flex-direction: column-reverse;
    margin-bottom: 90px;
  }
  
  .box-social-shape1, .box-social-shape2 {
    display: none;
  }
  .box-social__div {
    padding-left: 0;
    margin: 0 auto;
  }
  
  .box-social__title {
    font-size: 30px;
    margin-bottom: 0px;
  }
  .box-social__txt {
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .box-social-phone {
    width: 130px;
    bottom: -125px;
    top: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  
}

@media (min-width: 768px){
    .tt-info{
        font-size: 36px;
    }
}

@media (min-width: 1200px){
    .sec-info{
        padding-top: 80px;
    }

    .tt-info{
        font-size: 48px;
    }

    .shape-separador-sec{
        margin-bottom: 40px;
    }

    .box-info{
        height: 100%;
    }

    .box-info__content{
        height: 100%;
        display: flex;
        align-items: center;
        padding: 75px 45px 40px;
    }

    .box-info__txt{
        font-size: 22px;
    }

    .sec-separador{
        padding: 85px 0;
    }
}

/* SEC INFO  ======================================================= */

/* SEC ESPECIALISTAS  ======================================================= */

.sec-especialistas{
    padding-bottom: 40px;
}

.col-especialistas{
    padding-top: 20px;
}

.box-especialista{
    border: 2px solid #FFC800;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    height: 100%;
}

.box-especialista__info{
    padding: 20px 20px 0;
}

.box-especialista__separador{
    display: inline-block;
}

.box-especialista__txt{
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 0;
}

@media (min-width: 640px){
    .col-especialistas{
        padding-top: 0;
    }
}

@media (min-width: 1200px){
    .sec-especialistas{
        padding-bottom: 80px;
    }

    .box-especialista{
        display: flex;
        flex-wrap: wrap;
        text-align: left;
    }

    .box-especialista__canvas{
        width: 42%;
    }

    .box-especialista__info{
        width: 58%;
        padding: 20px 0 0 20px;
    }

    .box-especialista__tt{
        font-size: 24px;
        margin-bottom: 10px;
    }

    .box-especialista__separador{
        margin-bottom: 15px;
    }

    .box-especialista__txt{
        font-size: 17px;
        margin-bottom: 0;
    }
}

/* SEC ESPECIALISTAS  ======================================================= */




/*** form ***/

.holder-tagline-desktop{
    display: none;
}

.holder-form{
    background-color: #533828;
    padding: 30px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    max-width: 620px;
    margin: 0 auto;
}

.holder-form__border {
  margin-bottom: 20px;
  position: relative;
  border: 1px dashed #A5147D;
  display: block;
  border-radius: 10px;
  padding: 15px 24px 15px 15px;
}

.holder-form__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.holder-form__border-txt {
  max-width: 130px;
  flex: 1;
}
.holder-form__border-p {
  font-size: 18px;
  line-height: 19px;
  color: #A5147D;
}

.holder-form__dvopt {
  max-width: 187px;
  flex: 1;
}

.label{
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.label a{
    color: #A5147D;
    text-decoration: underline;
}

.label a:hover{
    color: #A5147D;
    text-decoration: underline;
}

/*Radio Button style*/

.label-radio {
  color: #A5147D;
  display: block;
  position: relative;
  padding-left: 43px;
  padding-top: 8px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.label-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 36px;
  border:  2px solid #A5147D;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}

/* On mouse-over, add a grey background color */
.label-radio:hover input ~ .checkmark-radio {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.label-radio input:checked ~ .checkmark-radio {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.label-radio input:checked ~ .checkmark-radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.label-radio .checkmark-radio:after {
  top: 5px;
 left: 5px;
 width: 22px;
 height: 22px;
 border-radius: 50%;
 background: #A5147D;
}

/****************************************************/

/*Aceite de termos*/
.label.is-aceite{
    color: #A5147D;
    font-size: 16px;
    line-height: 1.7;
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  margin-bottom: 30px;
}

.label.is-aceite input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.label.is-aceite .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;
    border:  2px solid #A5147D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.label.is-aceite:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.label.is-aceite input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.label.is-aceite .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.label.is-aceite input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.label.is-aceite .checkmark:after {
  left: 6px;
  top: 1px;
  width: 8px;
  height: 15px;
  border: solid #A5147D;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.input-info{
    color: #EACCA0;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
}

.input{
    font-family: 'globotipo_textobold', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, HelveticaNeue, HelveticaNeue-Light, Arial, sans-serif;
    font-size: 18px;
    line-height: 1;
    padding: 15px;
    background-color: #fff;
    color: #A5147D;
    display: block;
    width: 100%;
    border: 2px solid #A5147D;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.holder-form__select {
  max-width: 223px;
  padding: 16px 8px;
    background: url('https://image.globoplaymkt.globo.com/lib/fe3f15707564067e711773/m/1/9fe7f13d-0110-4657-94eb-1e9196df031e.png') no-repeat 95% center;
  background-color: #fff;
  border: 2px solid #A5147D;
  border-radius: 10px;
  flex: 2;
}
.holder-form__opt {
    background-color: #FFFFFF;
    color: #A5147D;
  border-bottom: 1px solid #A5147D;
  border-left: 1px solid #A5147D;
  border-radius: 1px solid #A5147D;
  padding: 15px 10px;
}
.holder-form__dvquest {
  max-width: 189px;
  
}

.input::placeholder { color: #A5147D; }
.input:focus { outline: none; }
.select:focus { outline: none; }

.btn-enviar{
    font-family: 'globotipo_textobold', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, HelveticaNeue, HelveticaNeue-Light, Arial, sans-serif;
    display: block;
    max-width: 304px;
    color: #fff;
    font-size: 25px;
    line-height: 1;
  text-align: center;
    vertical-align: top;
/*    background: url('../images/icon-paperplane.png') no-repeat 95% center #FF7D00;*/
    background: #FF7D00;
    padding: 15px 10px 15px 10px;
    text-align: left;
    cursor: pointer;
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

label.error{
    position: absolute;
    bottom: -21px;
    left: 0;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    padding: 3px 10px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#vegetariano-error, #frequencia-error, #visita-error {
  font-family: 'globotipo_textobold', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, HelveticaNeue, HelveticaNeue-Light, Arial, sans-serif;
  width: 160px;
  left: -237px;
  bottom: -35px;
}
#frequencia-error {
  bottom: -40px;
}
#visita-error {
  bottom: -60px;
}

@media (max-width: 1225px) {
  #vegetariano-error, #frequencia-error, #visita-error {
    left: -228px;
  }
}
@media (max-width: 1200px) {
  #vegetariano-error, #frequencia-error, #visita-error {
    left: -315px;
  }
}
@media (max-width: 1170px) {
  #vegetariano-error, #frequencia-error, #visita-error {
    left: -300px;
  }
}
@media (max-width: 1140px) {
  #vegetariano-error, #frequencia-error, #visita-error {
    left: -285px;
  }
}
@media (max-width: 1115px) {
  #vegetariano-error, #frequencia-error, #visita-error {
    left: -273px;
  }
}
@media (max-width: 1080px) {
  #vegetariano-error, #frequencia-error, #visita-error {
    left: -253px;
  }
}
@media (max-width: 1024px) {
  #vegetariano-error, #frequencia-error, #visita-error {
    left: -225px;
  }
}
@media (max-width: 980px) {
  #vegetariano-error, #frequencia-error, #visita-error {
    left: -200px;
  }
}
@media (max-width: 940px) {
  #vegetariano-error {
    left: -186px;
  }
  #frequencia-error, #visita-error {
    left: -201px;
  }
}
@media (max-width: 900px) {
  #vegetariano-error {
    left: -168px;
  }
  #frequencia-error, #visita-error {
    left: -201px;
  }
}
@media (max-width: 870px) {
  #vegetariano-error {
    left: -150px;
  }
  #frequencia-error, #visita-error {
    left: -180px;
  }
}

@media (max-width: 870px) {
  #vegetariano-error {
    left: -132px;
  }
  #frequencia-error, #visita-error {
    left: -165px;
  }
}
@media (max-width: 800px) {
  #vegetariano-error {
    left: -132px;
  }
  #frequencia-error, #visita-error {
    left: -150px;
  }
}
@media (max-width: 768px) {
  #vegetariano-error {
    left: -132px;
  }
  #frequencia-error, #visita-error {
    left: -130px;
  }
}
@media (max-width: 767px) {
  #vegetariano-error {
    left: 0;
  }
  #frequencia-error, #visita-error {
    left: 0;
    bottom: -35px;
  }
  .holder-form__box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .holder-form__dvquest {
    margin-bottom: 10px;
  }
  .holder-form__dvopt {
    max-width: 100%;
    width: 250px;
  }
  .holder-form__border-txt, .holder-form__dvquest {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 440px){
    .label.is-address, .label.is-zipcode{
        display: inline-block;
    }

    .label.is-address{
        width: 67%;
        padding-right: 4%;
    }

    .label.is-zipcode{
        width: 33%;

    }
}

@media (min-width: 960px){
    .holder-tagline-desktop{
        display: block;
        text-align: right;
    }

    .holder-tagline-mobile{
        display: none;
    }

    .label.is-address, .label.is-zipcode{
        display: block;
    }

    .label.is-address{
        width: 100%;
        padding-right: 0;
    }

    .label.is-zipcode{
        width: 100%;

    }
}

@media (min-width: 1140px){
    .label.is-address, .label.is-zipcode{
        display: inline-block;
    }

    .label.is-address{
        width: 67%;
        padding-right: 4%;
    }

    .label.is-zipcode{
        width: 33%;

    }
}

@media (min-width: 1200px){
    .btn-enviar{
        font-size: 32px;
    }
}


.container-message { padding-left: 0; padding-right: 0;  }
.messages  {
    font-size: 14px;
    position: relative;
    padding: 5px 10px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.messages.is-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.messages.is-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/*** form ***/

/*** Modal Sucesso ***/

.modal-sucesso {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  background-color: rgba(0,0,0,0.8);
  z-index: 99999;
  
}
.modal-sucesso__content {
  max-width: 896px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  background: #FFC800;
  border-radius: 22px;
  padding: 120px 10px 36px 10px;
}
.modal-shape1, .modal-shape2, .modal-logo {
  max-width: 100%;
  position: absolute;
}
.modal-shape1 {
  top: 0;
  left: 0;
}
.modal-shape1 img {
  border-top-left-radius: 22px;
}
.modal-shape2 {
  bottom: 0;
  right: 0;
}
.modal-logo {
  margin: 0 auto;
  top: -50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.modal-sucesso-h4 {
  font-size: 51px;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
  max-width: 713px;
  margin: 0 auto 0 auto;
  color: #A5147D;
}

.modal-sucesso-p {
  font-size: 27px;
  line-height: 38px;
  text-align: center;
  color: #A5147D;
  max-width: 410px;
  margin: 0 auto 30px auto;
}
.modal-sucesso__fechar {
  background: #FF7D00;
  border-radius: 10px;
  margin: 0 auto;
  padding: 15px 75px;
  cursor: pointer;
}
.modal-sucesso__fechar-p {
  font-size: 32px;
}
.modal-sucesso__fechar-x {
  font-size: 30px;
  line-height: 19px;
  font-weight: lighter;
}

@media (max-width: 768px) {
  .modal-sucesso__content {
    max-width: 590px;
  }
  .modal-shape1, .modal-shape2 {
    max-width: 80px;
  }
}
@media (max-width: 540px) {
  .modal-sucesso__content {
    max-width: 320px;
  }
  .modal-shape1, .modal-shape2 {
    display: none;
  }
  .modal-sucesso-h4 {
    font-size: 30px;
    line-height: 32px;
  }
  .modal-sucesso-p {
    font-size: 18px;
    line-height: 22px;
  }
  .modal-logo {
    max-width: 120px;
  }
  .modal-sucesso__fechar-p {
    font-size: 28px;
  }
  .modal-sucesso__fechar {
    padding: 10px 60px;
  }
}

/* UTILITIES  ======================================================= */

.fw-light {
    font-family: "GlobotipoTexto-Light";
}
.fw-regular {
    font-family: "GlobotipoTexto-Regular";
}
.fw-bold {
    font-family: "GlobotipoTexto-Bold";
}
.fw-black {
    font-family: "globotipo_textoblack";
}

.ff-gopher{
    font-family: 'globotipo_textobold';
}

.pos-r {
    position: relative;
}
.jtf-center {
    display: flex;
    justify-content: center;
}
.jtf-between {
  display: flex;
  justify-content: space-between;
}
.color-snow {
    color: #fff;
}
.text-yellow {
  color: #FFC800;
}

.fs-0 { font-size: 0; }

.pos-relative { position: relative; }

.txt-upper { text-transform: uppercase; }

.txt-center { text-align: center; }

.txt-left { text-align: left; }

.dis-ib { display: inline-block; }

.centralized { margin: 0 auto; }

.mb-28 { margin-bottom: 27px; }
.mb-37 { margin-bottom: 37px; }

/* UTILITIES  ======================================================= */

@media (max-width: 767px) {
  br {
    display: none;
  }
  .mb-28 { margin-bottom: 0px; }
}
.shape-metade {
  position: absolute;
  right: 0;
  bottom: 260px;
  display: none;
}
@media (max-width: 1200px) {
  .shape-metade {
    display: none;
  }
}
