/*Delivery clients*/
 a {
     color: #1988ff;
     background: none;
     font-size: 1.2rem;
}
 img {
     max-width: initial!important;
}
 a:after {
     content:none!important;
     position: relative;
     font-family: totalplayicons;
     left: 10px;
     top: -1px;
     transition: .3s;
     font-size: .7rem;
}
.logoRestaurantes{
    width: 50%;
  }
 .imghero{
     display: none;
}
 .headerDeliverymob{
     display: none!important;
}
 .imgmob{
     display: none;
}
 .imgdesk{
     display: inline;
}

.img_qr{
  margin-bottom: 25px!important;
      margin-right: 22px!important;

}



.ajusteqr{
  margin-right: 21px;
  margin-bottom: 14px;

}

.text-desktop{
  display: block!important;
}
.text-mobile{
  display: none!important;

}

.club-button-large {

    border-radius: 21px!important;

}

.brandsmobbile{
display: none!important;

}
.brandsdesktop{
  display: block!important;

}

 .fixedNav {
     width: 102%;
     top: 0px !important;
     left: 0px;
     position: fixed;
     overflow: hidden !important;
     z-index: 999;
}
 .creditoStickyMenu {
     background: rgba(29, 37, 54, 1);
     padding-top: 15px;
     padding-bottom: 15px;
     padding-top: 0.7rem;
}
 .creditoStickyMenu .logoDeliveryContainer {
     display: flex;
     align-items: center;
}
 .creditoStickyMenu .logoDeliveryContainer figure {
     margin-bottom: 0;
}
 .creditoStickyMenu .logoDeliveryContainer figure img {
     max-width: 163px;
     margin-left: 70px;
}
 .creditoStickyMenu .logoDeliveryContainer figure img.logoRestaurantes {
     max-width: 252px;
     margin-left: 60px;
    /* width: 100%;
    */
}
 .creditoStickyMenu .menuDelivery ul {
     display: flex;
     align-items: center;
     justify-content: flex-end;
     margin-bottom: 0;
     list-style: none;
}
 .creditoStickyMenu .menuDelivery ul li {
     margin-right: 32px;
}
 .creditoStickyMenu .menuDelivery ul li:last-child {
     margin-right: 0;
}
 .creditoStickyMenu .menuDelivery ul li a {
     color: rgba(245, 245, 245, 1);
     font-size: 13px;
}
 .creditoStickyMenu .menuDelivery ul li a.generalButton {
     padding: 7px 53px !important;
     font-size: 14px;
}
 .fixMargin{
     margin-right: 0px!important;
     margin-left: 0px;
}


.appFaqs .faqsContainer .card {

    border-radius: 17px!important;
    padding: 0px!important;
}

.appFaqs .faqsContainer .card .card-header {

    padding: 6px!important;
}

/*Mobile Menu*/
.mobileMenuDeliveryContainer {
    width: 100%;
    position: fixed;
    z-index: 10000;
    height: auto;
    left: 0;
    top: 0;
 }
 .mobileMenuDelivery {
    width: 100%;
    background: rgba(30, 30, 40, 1);
    height: 33vh;
    padding-top: 2rem;
 }
 .closeMenuDelivery {
    text-align: right;
 }
 .closeMenuDelivery a:after {
    display: none;
 }
 .closeMenuDelivery a span {
    color: rgba(245, 245, 245, 1);
    font-size: 20px;
    margin-right: 16px;
    font-size: 29px;
 }
 .mobileMenuDelivery ul {
    list-style: none;
    margin: 0;
    padding: 0;
 }
 .mobileMenuDelivery ul li {
    border-bottom: rgba(245, 245, 245, 1) solid 1px;
 }
 .mobileMenuDelivery ul li:last-child {
    border-bottom: 0;
    display: flex;
    justify-content: center;
    padding-top: 2rem;
 }
 .mobileMenuDelivery ul li a:after {
    display: none;
 }
 .mobileMenuDelivery ul li a {
    color: rgba(245, 245, 245, 1);
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 15px;
 }
 .mobileMenuDelivery ul li a:hover {
    background: rgba(245, 245, 245, 0.25);
 }
 /*Mobile Menu*/

 .registra:hover {
    animation: color-change 1s infinite;
    font-weight: 700 !important;
  }
  
  @keyframes color-change {
    0% {color: #f18f63;} /*Amarillo*/
   25% {color: #ee775b;} /*Naranja*/
   50% {color: #ea5952;} /*Negro*/
   75% {color: #ed735a;} /*Otra vez naranja*/
  100% {color: #ef805e;} /*Otra vez amarillo*/
  }




/*Header*/
 .headerDelivery {
    position: relative;
    background: url(/assets/img/nuevos/restaurantes/hero.png), lightgray 2.156px 3.691px / 99.362% 98.946% no-repeat;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=1);
    height: 724px;
    background-size: contain;
    z-index: 0;
    overflow: hidden;
    background-color: #fff;
    /* margin-top: 60px; */
    margin-right: -15px;
    padding-top: 211px;
    margin-left: -15px;
    background-position-y: 195px;
    background-repeat: no-repeat;
}
 .headerDelivery p {
     color: var(--day-light, #FCFCFE);
     font-feature-settings: 'clig' off, 'liga' off;
     font-size: 40px;
     font-style: normal;
     font-weight: 700;
     line-height: 44px;
     margin-bottom: 12px;
     width: 638px;
}
 .headerDelivery h1 {
     color: var(--day-light, #FCFCFE);
     font-size: 40px;
     font-style: normal;
     font-weight: 700;
     line-height: 48px;
    /* 120% */
     letter-spacing: -1.5px;
}
 .headerDelivery h1 span {
     background: linear-gradient(9deg, #4FABD6 0%, #B7D027 100%);
     background-clip: text;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     font-size: 64px;
     font-style: normal;
     font-weight: 700;
     line-height: 80px;
    /* 125% */
     letter-spacing: -2px;
}
 .order-1 {
     -ms-flex-order: 1;
     order: 0!important;
}
 .textHero{
     color: var(--day-light, #FCFCFE);
    /* heading/heading-md/bold40 */
     font-family: Montserrat;
     font-size: 40px;
     font-style: normal;
     font-weight: 800;
     line-height: 48px;
    /* 120% */
     letter-spacing: -1.5px;
}
 .textHero2 {
     color: var(--day-normal, #EAEFFB);
     font-feature-settings: 'clig' off, 'liga' off;
     font-family: Montserrat;
     font-size: 26px!important;
     font-style: normal;
     font-weight: 500!important;
     line-height: 36px!important;
     letter-spacing: -0.5px!important;
     width: auto!important;
     margin-left: -15px;
     padding-top: 85px;
     padding-left: 26px;
}
 .colrow{
     width: 650px!important;
}
 .coltext{
     width: 300px;
}
 .coltextright{
     text-align: right;
}
 .btnright{
     margin-right: -249px;
     margin-top: 25px;
     border-radius: 0.5em!important;
}
 .restaurantes{
     margin-top: 100px;
}
 .comercios{
     margin-top: 40px;
}

.comercios2{
    margin-bottom: 75px;
}
 .parrafo7{
     color: var(--night-normal, #4A566D);
    /* heading/heading-md/semibold40 */
     font-family: Montserrat;
     font-size: 40px;
     font-style: normal;
     font-weight: 600;
     line-height: 48px;
    /* 120% */
     letter-spacing: -1.5px;
     margin-top: 150px;
     text-align: center;
     margin-bottom: 20px;
}
 .parrafo8{
     color: var(--night-normal, #4A566D);
     text-align: center;
     font-feature-settings: 'clig' off, 'liga' off;
    /* heading/heading-xxs/medium20 */
     font-family: Montserrat;
     font-size: 19px;
     font-style: normal;
     font-weight: 500;
     line-height: 28px;
    /* 140% */
     text-align: center;
     margin-bottom: 144px;
}
 .parrafo12{
     color: var(--day-light, #FCFCFE);
     font-family: Montserrat;
     font-size: 38px;
     font-style: normal;
     font-weight: 700;
     line-height: 38px;
     letter-spacing: -1.5px;
     text-align: left;
     width: 500px;
     padding-top: 70px;
     margin-left: 99px;
}
 .steps{
     background-color: white!important;
     padding-top: 50px;
     margin-bottom: 150px;
     padding-bottom: 100px;
     margin-right: -15px;
     margin-left: -15px;

}
 .delivery-logo{
     margin-bottom: 35px;
}
.totaltext{
    font-weight: 600;
}
 .parrafo9{
     color: var(--night-normal, #4A566D);
     text-align: center;
    /* heading/heading-md/semibold40 */
     font-family: Montserrat;
     font-size: 40px;
     font-style: normal;
     font-weight: 500;
     line-height: 48px;
    /* 120% */
     letter-spacing: -1.5px;
     text-align: center;
     margin-bottom: 50px;
}

.parrafo13{
    color: var(--night-normal, #4A566D);
    text-align: center;
   /* heading/heading-md/semibold40 */
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
   /* 120% */
    letter-spacing: -1.5px;
    text-align: center;
    margin-bottom: 25px;
}

 .text-green{
    background: linear-gradient(81deg, #4FABD6 9.92%, #B7D027 87.33%);
     background-clip: text;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
    /* heading/heading-md/bold40 */
     font-family: Montserrat;
     font-size: 40px;
     font-style: normal;
     font-weight: 700;
     line-height: 48px;
     letter-spacing: -1.5px;
}
 .benefTitle{
     color: #303F5A;
     font-feature-settings: 'clig' off, 'liga' off;
    /* heading/heading-xxs/semibold20 */
     font-family: Montserrat;
     font-size: 19px;
     font-style: normal;
     font-weight: 700;
     line-height: 25px;
    /* 140% */
}
 .benefContent{
     color:  #4A566D;
     text-align: center;
     font-feature-settings: 'clig' off, 'liga' off;
    /* heading/heading-xxs/medium20 */
     font-family: Montserrat;
     font-size: 16px;
     font-style: normal;
     font-weight: 600;
     line-height: 28px;
    /* 140% */
     margin-top:15px;
}
.pasoCont{
    padding: 1rem;
    background-color: #FEF8F7;
    height: 155px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pasoGreen {
     background: linear-gradient(81deg, #4FABD6 9.92%, #B7D027 87.33%);
     background-clip: text;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     font-family: Montserrat;
     font-style: normal;
     font-weight: 700;
}
.pasoRest{
    background: var(--Restaurantes, linear-gradient(119deg, rgba(234, 78, 80, 1), rgba(229, 77, 82, 1), rgba(217, 76, 88, 1), rgba(197, 74, 98, 1), rgba(169, 71, 113, 1), rgba(135, 68, 131, 1)));
    
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-feature-settings: 'clig' off, 'liga' off;
font-size: 20px;
}

 .parrafo10{
     color: var(--night-normal, #4A566D);
     font-feature-settings: 'clig' off, 'liga' off;
    /* heading/heading-sm/medium28 */
     font-family: Montserrat;
     font-size: 28px;
     font-style: normal;
     font-weight: 500;
     line-height: 36px;
    /* 128.571% */
     letter-spacing: -0.5px;
     text-align: left;
     margin-bottom: 30px;
     padding-left: 10%;
     padding-right: 10%
}
 .parrafo11{
     color: var(--night-normal, #4A566D);
     leading-trim: both;
     text-edge: cap;
     font-feature-settings: 'clig' off, 'liga' off;
    /* body/body-lg/medium18 */
     font-family: Montserrat;
     font-size: 18px;
     font-style: normal;
     font-weight: 400;
     line-height: 28px;
    /* 155.556% */
     padding-bottom: 150px;
     margin-left: 106px;
}
 .orange-separator {
     background: linear-gradient(270deg, #853272 -14.38%, #4F1541 70.91%);
     box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.04);
     margin-top: -2px;
     margin-left: -15px;
     margin-right: -15px;
     height: 190px;
     filter: drop-shadow(4px -4px 8px rgba(0, 0, 0, 0.40));
     margin-bottom: 60px;
}
 .club-button-large {
    display: inline-block;
    background: rgba(26, 136, 255, 1)!important;
    /* background: -webkit-linear-gradient(90deg,#01d6e8,#0089fe); */
    /* background: linear-gradient(90deg,#01d6e8,#0089fe); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01d6e8",endColorstr="#0089fe",GradientType=1);
    text-align: center;
    padding: 10px 18px!important;
    color: #fff;
    border-radius: 50px;
    border: none;
    font-weight: 500;
    outline: none;
    font-size: 18px;
}
 .club-button-large:focus {
     outline: none
}
 a.club-button-large,a.club-button-large:hover {
     color: #fff;
     text-decoration: none;
     font-weight: 600
}
 .parrafo1 {
     color: var(--night-normal, #4A566D);
    /* heading/heading-md/semibold40 */
     font-family: Montserrat;
     font-size: 34px;
     font-style: normal;
     font-weight: 600;
     line-height: 37px;
    /* 120% */
     letter-spacing: -1.5px;
     width: 550px;
     margin-bottom: 33px;
}
 .parrafo6{
     color: var(--night-normal, #4A566D);
     text-align: center;
    /* heading/heading-md/semibold40 */
     font-family: Montserrat;
     font-size: 40px;
     font-style: normal;
     font-weight: 600;
     line-height: 48px;
    /* 120% */
     letter-spacing: -1.5px;
     text-align: center;
     padding-top: 15px;
}
 .imgwoman{
    bottom: -188px;
    right: -550px;
    position: absolute;
    z-index: 1;
}

/*FAQS*/
 .appFaqs {
     background: #fff;
     padding-top: 60px;
     padding-bottom: 50px
}
 .appFaqs .appFaqsTitles {
     text-align: left
}
 .appFaqs .appFaqsTitles h1 {
     font-size: 1.75rem;
     line-height: 34px;
     font-weight: 300;
     margin-bottom: 24px
}
 .appFaqs .faqsContainer .card {
     margin-bottom: 16px;
     background: #f5f5f5;
     border: none;
     -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
     border-radius: 8px
}
 .appFaqs .faqsContainer .card .card-header {
     border: none;
     background: ##f8f8f8
}
 .appFaqs .faqsContainer .card .card-header h2 button {
     color: #3b4559!important;
     font-weight: 600;
     font-size: 1.25rem
}
 .appFaqs .faqsContainer .card .card-header h2 button:focus,.appFaqs .faqsContainer .card .card-header h2:focus {
     outline: none
}
 .appFaqs .faqsContainer .card .card-body {
     color: #3b4559;
     font-weight: 300;
     font-size: 1.125rem;
     background-color: #fcfcfe!important;
}


}
 .appFaqs .faqsContainer .card .card-body p {
     margin-bottom: 10px;
     padding-left: 12px
}
 .appFaqs .faqsContainer .card .card-body ol li,.appFaqs .faqsContainer .card .card-body ul li {
     margin-bottom: 10px
}
 .appFaqs .faqsContainer .card .card-body a {
     font-size: 1.125rem
}
 .appFaqs .faqsContainer .card .card-body a:after {
     display: none
}
 .appFaqs .faqsContainer .card .card-body ol,.appFaqs .faqsContainer .card .card-body ul {
     padding-left: 2rem
}
 .appFaqs .faqsContainer .card .card-header h2 button.collapsed:after {
    /*font-family: totalplayicons;
    */
    font-family: "Material Icons"!important;
     content: "\e5ce"!important;
     color: ##474747!important;
     float: right;
     transform: rotate(90deg);
     font-size: .75rem;
     position: relative;
     top: 8px;
}
 .appFaqs .faqsContainer .card .card-header h2 button:after {
     content: "\e5ce"!important;
     font-family: "Material Icons"!important;
     color: #1988ff;
     float: right;
     font-size: .75rem;
     transform: rotate(180deg);
     position: relative;
     top: 8px
}
 .appFaqs {
         background: #F6F6F6!important;
     padding-top: 60px;
     padding-bottom: 50px;
         margin-right: -15px!important;
         margin-left: -15px!important;

}
 .appFaqs .appFaqsTitles {
     color: var(--night-normal, #4A566D);

     /* heading/heading-md/semibold40 */
     font-family: Montserrat;
     font-size: 40px;
     font-style: normal;
     font-weight: 500;
     line-height: 48px;
     /* 120% */
     letter-spacing: -1.5px;
     text-align: center !important;
     margin-bottom: 41px;
     margin-top: 25px;
 }
 .appFaqs .appFaqsTitles h1 {
     font-size: 1.75rem;
     line-height: 34px;
     font-weight: 300;
     margin-bottom: 24px
}
 .appFaqs .faqsContainer .card {
     margin-bottom: 16px;
     border-radius: 16px;
     border: 1px solid var(--complementary-day-light-active, #F1F4FC);
     background: var(--day-light, #FCFCFE);
    /* elevation/light/rest */
     box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.04);
}
 .appFaqs .faqsContainer .card .card-header {
     background: var(--day-light, #FCFCFE)!important;
}
 .appFaqs .faqsContainer .card .card-header h2 button {
     color: #3b4559;
     font-weight: 400;
     font-size: 16px!important;
}
 .appFaqs .faqsContainer .card .card-header h2 button:focus,.appFaqs .faqsContainer .card .card-header h2:focus {
     outline: none
}
 .appFaqs .faqsContainer .card .card-body {
     color: #3b4559;
     font-weight: 300;
     font-size: 1.125rem
}
 .appFaqs .faqsContainer .card .card-body p {
   color: #3C486F!important;
     margin-bottom: 10px;
     padding-left: 12px
}
 .appFaqs .faqsContainer .card .card-body ol li,.appFaqs .faqsContainer .card .card-body ul li {
     margin-bottom: 10px
}
 .appFaqs .faqsContainer .card .card-body a {
     font-size: 1.125rem
}
 .appFaqs .faqsContainer .card .card-body a:after {
     display: none
}
 .appFaqs .faqsContainer .card .card-body ol,.appFaqs .faqsContainer .card .card-body ul {
     padding-left: 2rem
}
 .appFaqs .faqsContainer .card .card-header h2 button.collapsed:after {
     color: #8a8a8a;
     float: right;
     transform: rotate(90deg);
     font-size: 1.20rem;
     position: relative;
     top: 0px;
}
 .appFaqs .faqsContainer .card .card-header h2 button:after {
     content: "\e5ce"!important;
     font-family: "Material Icons"!important;
     color: #8a8a8a!important;
     float: right;
     font-size: 1.20rem;
     transform: rotate(180deg);
     position: relative;
     top: 0px
}

.faqContainer {
    max-width: 98%;
}

.pasoimg{
    width: 100% !important;
    padding: 15px;
}


/*Faqs*/
@media (max-width: 1280px) {

  }

@media(min-width: 1300px){

    .headerDelivery {

        height: 792px;
    }

    .disfruta{
        margin-left: 80px;
    }

    .pasos{
        max-width: 1300px !important;
    }
}

@media (max-width: 770px) {
 .headerDelivery {
     height: 280px!important;
}
 .titleContainer {
    /* padding-left: 0px;
     */
     margin-left: -105px;
    /* align-items: center;
     */
    /* display: grid;
     */
    /* align-content: center;
     */
     line-height: 2px;
     padding-top: 0px;
}
 .imgDisfruta {
     width: 128%!important;
     max-width: 128%!important;
}
 .imgDescubre {
     width: 204%;
     margin-left: -15px;
}
 .imgQr {
     width: 111%;
}
 .titleAppDescubre {
     color: var(--night-dark, #303F5A);
     font-family: Montserrat;
     font-size: 23px;
     font-style: normal;
     font-weight: 700;
     line-height: 31px;
     letter-spacing: -1.5px;
}
 .titleAppDescubre2{
     background: linear-gradient(81deg, #4FABD6 9.92%, #B7D027 87.33%);
     background-clip: text;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
    /* heading/heading-md/bold40 */
     font-family: Montserrat;
     font-size: 23px;
     font-style: normal;
     font-weight: 700;
     line-height: 30px;
     letter-spacing: -1.5px;
}
 .parrafoAppDescubre {
     color: #303F5A;
     font-feature-settings: 'clig' off, 'liga' off;
     font-family: Montserrat;
     font-size: 14px;
     font-style: normal;
     font-weight: 600;
     line-height: 20px;
}
 .benefContent {
     font-size: 13px!important;
     line-height: 18px;
}
 .disfruta {
     text-align: left;
     padding-left: 27px;
     padding-right: 27px;
}
 .disfruta2 {
     text-align: left;
     padding-left: 27px;
     padding-right: 27px;
     margin-left: 235px;
}
 .fixAlt1 {
     padding-bottom: 31px;
}
 .cuotaContent {
     font-size: 20px!important;
     letter-spacing: 0.5px;
}
 .fixAlt2 {
     padding-bottom: 0px;
}
 .cuotaTitle {
     font-size: 15px!important;
     margin-bottom: -7px;
}
 .btnCuota {
     text-align: left!important;
     max-width: 430px;
}
 .ficmargdes{
     margin-left: 0px;
     margin-top: 62px;
}
 .imgcuotas {
    /* margin-top: -19px;
     */
    /* height: 80%;
     */
     width: 119%!important;
     margin-left: 193px!important;
     margin-top: -435px!important;
}
 .support {
     display: none;
}
 .titlecuotas {
     font-size: 28px;
     line-height: 0;
}
 .titlecuotas3{
     font-size: 28px;
}
 .deliveryHeaderContainer h1 {
     font-size: 32px;
     margin-bottom: 18px;
}
 .deliveryHeaderContainer h2 {
     font-size: 20px;
}
 .carouselsContainer .carouselsDeliveryTitle h2 {
     font-size: 28px;
     margin-bottom: 30px;
     text-align: center;
}
 .restaurantCloudContainer .restCloudTitle h2 {
     font-size: 28px;
     text-align: center;
}
 .restaurantCloudContainer .restCloudRow .restCloudItem h3 {
     font-size: 24px;
}
 .appFaqsTitles h2 {
     font-size: 24px;
}
 .deliveryRestaurantHeader h1 {
     font-size: 36px;
}
 .deliveryRestaurantHeader h2 {
     font-size: 21px;
}
 .formPilotContainer {
     padding-top: 6.5rem;
}
 .footerWhatsapp {
}
 .creditoStickyMenu {
     padding-top: 0.7rem;
}
 .titleContainer {
     margin-left: -29px;
     padding-top: -9px;
     margin-top: -56px;
}
 .parrafo1 {
     font-size: 19px;
     text-align: left;
     margin-bottom: 0px!important;
}
 .fixMargin {
     margin-top: 25px;
}
 .headerDelivery{
     display: none!important;
}
 .headerDeliverymob{
     display: inherit!important;
     background-color: black;
     padding-top: 240px;
}
 .adjust-tablet {
     width: 100%!important;
}
 .textHero {
     color: var(--day-light, #FCFCFE);
     font-family: Montserrat;
     font-size: 30px;
     font-style: normal;
     font-weight: 700;
     line-height: 42px;
     letter-spacing: -1.5px;
}
 .container-title{
     background: url(/assets/img/nuevos/restaurantes/hero.png), lightgray 2.156px 3.691px / 99.362% 98.946% no-repeat;
     background-size: cover;
     background-position-y: 0;
     height: 310px;
     padding-top: 50px;
     background-repeat: no-repeat;
}
 .disfruta{
     margin-bottom: 15px;
}
 .parrafo12 {
     margin-left: -6px!important;
}
 .imgwoman {
     margin-top: -218px!important;
     margin-left: 264px!important;
     position: fixed;
     width: 26%!important;
}
 .pasoimg{
     width: 90%;
}

}



@media (max-width: 992px) {

 header .mainNav .logoContainer {
     margin: 0 !important;
}
 .creditoStickyMenu .logoDeliveryContainer figure img {
     margin-left: 0;
}
 .creditoStickyMenu .logoDeliveryContainer figure img.logoRestaurantes {
     margin-left: 0;
     display: flex;
     justify-self: center;
     padding-left: 16px;
}
 .creditoStickyMenu .menuDelivery ul li {
     margin-right: 16px!important;
}
 .deliveryHeaderContainer {
     padding-top: 15rem;
     text-align: center;
}
 .deliveryHeaderContainer .logoStoreContainer {
     justify-content: center;
     margin-bottom: 2rem;
}
 .deliveryHeaderContainer .hedaerDeliveryImgContainer {
     justify-content: center;
}
 .deliveryHeaderContainer .hedaerDeliveryImgContainer img {
     margin-right: 0;
}
 .deliveryRestaurantHeader {
     padding-top: 12rem;
     text-align: center;
}
 .restaurantslogoStoreContainer {
     justify-content: center;
}
 .creditodescriptionsImageContainer1 {
     margin-bottom: 2rem;
}
 .creditodescriptionsImageContainer2 {
     margin-bottom: 2rem;
}
 .creditodescriptionsImageContainer3 {
     margin-bottom: 2rem;
}
 .restaurantsDescriptionItem {
     text-align: center;
}
 .restaurantsdescriptionsContainer h2 {
     font-size: 24px;
}
 .deliveryRestaurantHeader h1 {
     max-width: none;
}
 .deliveryRestaurantHeader p {
     max-width: none;
}
 .restaurantsdescriptionsContainer p {
     font-size: 18px;
     margin-bottom: 2rem;
}
 .deliveryFormTitle h2 {
     font-size: 28px;
}
 .restaurantsDeliveryImgContainer {
     padding-left: 0;
     padding-right: 0;
}
 .restaurantsDeliveryImgContainer img {
     margin-right: 0;
     width: calc(100% + 30px);
     max-width: none;
}
 .rowCakeImageContainer {
     padding-left: 0;
     padding-right: 0;
}
 .fullRowRestaurants h2 {
     margin-top: 4rem;
     text-align: center;
     font-size: 24px;
}
 .fullRowRestaurants p {
     margin-bottom: 4rem;
     text-align: center;
     font-size: 18px;
}
 .fullCakeRow h2 {
     margin-top: 4rem;
     text-align: center;
     font-size: 24px;
}
 .fullCakeRow p {
     margin-bottom: 4rem;
     text-align: center;
     font-size: 18px;
}
 .pilotTextContainer h2 {
     font-size: 24px;
     max-width: 286px;
}
 .pilotLogos {
     margin-left: 0;
}
 .pilotTextContainerStep2 h2 {
     font-size: 24px;
     max-width: 200px;
}
 .storesLogos {
     margin-top: 16px;
}
 .pilotTextContainerStep2 img {
     margin-left: 35px;
}
 .step3Container h2 {
     max-width: none;
     font-size: 24px;
}
 .step3Container h3 {
     font-size: 18px;
}
 .step3Container p span {
     max-width: none;
}
 .modalThanksContainer .modalCtaContainer .generalButton {
     margin-top: 16px;
}
 .adjustColumn{
    /* display: flex;
     */
    /*flex-direction: row;
     flex-wrap: nowrap;
     align-items: center;
    */
    /* justify-content: flex-start;
     */
    /* align-content: center;
     */
}
 .disfruta{
     text-align: left;
}
 .imgDisfruta {
     width: 70%!important;
     margin: auto;
     display: block;
}
 .imgcuotas {
     margin-top: -19px;
    /* height: 80%;
     */
     width: 86%;
     margin-left: -64px;
}

}


@media (max-width: 1200px) {
 .creditoStickyMenu .menuDelivery ul li {
     margin-right: 16px!important;
}
 .headerDelivery {
     height: 86vh;
     background-position-y: 0px;
}

}



@media (max-width: 1080px) {
 .headerDelivery p {
     color: var(--day-light, #FCFCFE);
     font-feature-settings: 'clig' off, 'liga' off;
     font-size: 29px;
     font-style: normal;
     font-weight: 500;
     line-height: 39px;
     margin-bottom: 12px;
     width: 450px;
}
 .headerDelivery {
     height: 86vh;
     background-position-y: 0px;
     background-size: cover;
     background-position-x: -205px;
}
 .parrafo1 {
     color: var(--night-normal, #4A566D);
     font-family: Montserrat;
     font-size: 30px;
     font-style: normal;
     font-weight: 600;
     line-height: 37px;
     letter-spacing: -1.5px;
     width: 455px;
     margin-bottom: 33px;
}
 .parrafo2 {
     color: var(--night-normal, #4A566D);
     font-feature-settings: 'clig' off, 'liga' off;
     font-family: Montserrat;
     font-size: 21px;
     font-style: normal;
     font-weight: 500;
     line-height: 28px;
     letter-spacing: -0.5px;
     width: 451px;
}
 .parrafo4 {
     color: var(--night-normal, #4A566D);
     font-family: Montserrat;
     font-size: 31px;
     font-style: normal;
     font-weight: 600;
     line-height: 37px;
     letter-spacing: -1.5px;
     width: 452px;
     margin-bottom: 65px;
}
 .parrafo5 {
     color: var(--night-normal, #4A566D);
     font-feature-settings: 'clig' off, 'liga' off;
     font-family: Montserrat;
     font-size: 22px;
     font-style: normal;
     font-weight: 500;
     line-height: 28px;
     letter-spacing: -0.5px;
     width: 446px;
}
 .textHero2 {
     color: var(--day-normal, #EAEFFB);
     font-feature-settings: 'clig' off, 'liga' off;
     font-family: Montserrat;
     font-size: 22px!important;
     font-style: normal;
     font-weight: 500!important;
     line-height: 36px!important;
     letter-spacing: -0.5px!important;
     width: auto!important;
     margin-left: -24px;
     padding-top: 38px;
     padding-left: 26px;
}
 .btnright {
     margin-right: -134px;
     margin-top: 25px;
     border-radius: 0.5em!important;
}
 .coltextright {
     text-align: left;
     margin-left: -63px;
}
 .comercios {
     margin-top: 0px;
}
 .parrafo12 {
     color: var(--day-light, #FCFCFE);
     font-family: Montserrat;
     font-size: 36px;
     font-style: normal;
     font-weight: 700;
     line-height: 38px;
     letter-spacing: -1.5px;
     text-align: left;
     width: 500px;
     padding-top: 65px;
     margin-left: 99px;
}
 .parrafo8 {
     color: var(--night-normal, #4A566D);
     text-align: center;
     font-feature-settings: 'clig' off, 'liga' off;
     font-family: Montserrat;
     font-size: 18px;
     font-style: normal;
     font-weight: 500;
     line-height: 28px;
     text-align: center;
     margin-bottom: 140px;
}
 .steps {
     background-color: #F6F6F6!important;
     padding-top: 50px;
     margin-bottom: 150px;
     padding-bottom: 100px;
     margin-left: -15px;
     margin-right: -15px;
}

}


@media (max-width: 1024px) {
 .imgDisfruta {
     width: 102%;
}
 .background-sec-two {
     height: 573px;
}
 .imgDisfruta1{
}

.btnheader{
margin-left: -25px!important;

}

.textHero{

      font-size: 29px!important;
      font-style: normal;
      font-weight: 700!important;
      line-height: 38px!important;
      letter-spacing: -1.5px;

}

.textHeroM{
    color: var(--day-light, #FCFCFE);
    font-size: 28px!important;
    font-style: normal;
    font-weight: 600!important;
    line-height: 38px!important;
    letter-spacing: -0.5px;

}
.parrafo8 {

    margin-bottom: 172px;
}

.parrafo9 {

    font-size: 36px;

    line-height: 45px;

    margin-bottom: 25px;
}

.parrafo13{

    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
}



}


@media (max-width: 980px) {
 .headerDelivery {
     height: 86vh;
    /* background-position-y: 0px;
     */
     background-size: cover;
    /* background-position-x: -205px;
     */
}
 .adjust-tablet{
     width: 15%!important;
}
 .parrafo1 {
     color: var(--night-normal, #4A566D);
     font-family: Montserrat;
     font-size: 30px!important;
     font-style: normal;
     font-weight: 600;
     line-height: 37px;
     letter-spacing: -1.5px;
     width: auto;
     text-align: center;
     margin-bottom: 33px;
}
 .parrafo2 {
     color: var(--night-normal, #4A566D);
     font-feature-settings: 'clig' off, 'liga' off;
     font-family: Montserrat;
     font-size: 21px;
     font-style: normal;
     font-weight: 500;
     line-height: 28px;
     letter-spacing: -0.5px;
     width: auto;
     text-align: center;
}
 .parrafo3 {
     color: var(--system-white, #FFF);
     font-family: Montserrat;
     font-size: 40px!important;
     font-style: normal;
     font-weight: 500;
     line-height: 44px;
     letter-spacing: -1.5px;
     text-align: left;
     align-items: center;
     margin-left: -66px;
}
 .background-sec-two {
     height: 506px;
}
 .parrafo4 {
     font-size: 31px!important;
     width: auto;
     text-align: center;
}
 .parrafo5 {
     font-size: 22px!important;
     width: auto;
     text-align: center;
}
 .imgDisfruta {
     width: 70%!important;
     margin: auto;
     display: block;
}
 .imgwoman {
     margin-top: -293px;
     margin-left: 454px;
     position: fixed;
}
 .order-1 {
     -ms-flex-order: 1;
     order: 1!important;
}

}


@media (max-width: 912px) {
.pasoimg{
  width: 100%;
}
}


@media (max-width: 870px) {
 .headerDelivery {
     height: 85vh;
}
 .creditoStickyMenu {
     background: rgba(29, 37, 54, 1);
     padding-top: 15px;
     padding-bottom: 15px;
     padding-top: 0.7rem;
}

}


@media (max-width: 820px) {
.imgwoman {
    margin-top: -276px;
    margin-left: 498px;
    position: fixed;
}
.parrafo12 {

    margin-left: 2px;
}

.pasoimg{
  width: 103%;
}

.logoRestaurantes{
    width: 110%;
  }

}

@media (max-width: 768px) {
 .headerDelivery {
     height: 84vh!important;
     background-position-x: -345px;
     background: none;
     background-color: #fff;
     height: auto!important;
}

.brandsmobbile{
display: block!important;

}
.brandsdesktop{

  display: none!important;

}
 .imghero{
     display:block;
     position: relative;
     width: fit-content!important;
     margin-left: -250px;
     width: 152%;
}
 .bodyform{
     margin: 0 auto!important;
}
 .headerDelivery p {
     text-align: center;
     width: auto;
     color: #4A566D;
}
 .title-form {
     text-align: left!important;
}
 .adjust-tablet {
     width: 100%!important;
     height: 212px;
}
 .parrafo3 {
     margin-left: 0px;
}
 .parrafo6 {
     font-size: 30px;
     line-height: 39px;
}
 .parrafo7 {
     font-size: 23px;
}
 .parrafo8 {
     font-size: 20px;
}
 .imgtv {
     text-align: center;
     width: 64%;
}
 .parrafo9 {
     font-size: 33px;
     line-height: 39px;
}

.parrafo13{
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
}

 .imgqrs {
     text-align: center;
     width: 40%;
}
 .appFaqs .appFaqsTitles {
     font-size: 33px;
}

.img_qr {
    margin-right: 20px!important;
    margin-bottom: 4px!important;
}


.parrafo7 {
    font-size: 42px;
    margin-bottom: 63px;
}


.imgwoman {
    margin-top: -218px!important;
    margin-left: 455px!important;
    position: fixed;
    width: 26%!important;
}

.parrafo9 {
    font-size: 37px;
    line-height: 39px;
}

.parrafo13{

    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
}


/*corousel*/


.section-padding{
  padding:10px 0;
}
.brand-carousel {
  background: #fff;
  /*margin-top: 10%;*/
}
.owl-dots{
  text-align: center;
}

.owl-dot {
  display: inline-block;
  height: 15px !important;
  width: 15px !important;
  background-color: #222222 !important;
  opacity: 0.8;
  border-radius: 50%;
  margin: 0 5px;
}

.owl-dot.active {
  background-color: #d6d6d6 !important;
}



/* ignore the code below */


.link-area
{
  position:fixed;
  bottom:20px;
  left:20px;
  padding:15px;
  border-radius:40px;
  background:tomato;
}
.link-area a
{
  text-decoration:none;
  color:#fff;
  font-size:25px;
}

/*end carousel*/


.parrafo7 {

    margin-top: 64px;

}


.owl-carousel .owl-item img {
    display: block;
    width: 89%!important;
}


.parrafo6 {
    font-size: 6vw;
    line-height: 51px;
}


}


@media (max-width: 550px) {
 .headerDelivery {
     background-size: cover;
     background-position-x: 80%;
}
 .headerDelivery .titulotext {
     font-size: 32px;
}
 .headerDelivery p {
     line-height: 18px;
}
 .titleContainer{
     padding-top: 19px;
     padding-left: 25px;
}
 .subtitle{
     font-size: 14px!important;
}
 .club-button-large {
     padding: 10px 25px;
}

}


@media (max-width: 540px) {
.parrafo12 {

    font-size: 19px;

}

.imgwoman {
    margin-top: -218px!important;
    margin-left: 251px!important;
    position: fixed;
    width: 37%!important;
}

.creditoStickyMenu {
    background: rgba(29, 37, 54, 1);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-top: 0.7rem;
}


}




@media (max-width: 450px) {

    .restaurantes {
        margin-top: 20px;
    }

  .text-desktop{

    display: none!important;
  }
  .text-mobile{
    display: block!important;

  }

  .beerre{
    display: none;
  }

  .imgwoman {
    bottom: -203px;
    right: 0!important;
    position: absolute;
    width: 45%!important;
  }

 .appFaqs {
     background: white !important;
     padding-top: 0;
     padding-bottom: 50px;
}
 .appFaqs .appFaqsTitles {
     text-align: center;
     color: var(--night-dark, #303F5A);
     font-family: Montserrat;
     font-size: 25px;
     font-style: normal;
     font-weight: 500;
     line-height: 48px;
     letter-spacing: -1.5px;
}
 .fixedNav {
     width: 104%;
}
.parrafo12 {
    color: var(--day-light, #FCFCFE);
    font-family: Montserrat;
    font-size: 6vw;
    font-style: normal;
    font-weight: 600;
    line-height: 7vw;
    letter-spacing: -1.5px;
    text-align: center;
    width: 285px;
    padding-top: 65px;
    margin-left: -45px!important;

}

 .creditoStickyMenu {
     background: rgba(29, 37, 54, 1);
     padding-top: 15px;
     padding-bottom: 15px;
     padding-top: 0.7rem;
}
 .orange-separator {
     background: linear-gradient(119deg, #CD3048 -2.69%, #D78000 102.83%);
     box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.04);
     margin-top: -2px;
     margin-left: -15px;
     margin-right: -15px;
     height: 190px;
     filter: drop-shadow(0px -4px 5px rgba(0, 0, 0, 0.75));
     margin-bottom: 60px;
}
 .imghero {
     display: block;
     position: relative;
     width: 151%!important;
     margin-left: -106px;
}
 .headerDelivery p {
     text-align: center;
     width: auto;
     color: #4A566D;
     line-height: 28px;
     font-size: 23px;
}
 .bodyform {
     width: auto;
}
 .parrafo1 {
     color: var(--night-normal, #4A566D);
     font-family: Montserrat;
     font-size: 20px!important;
     font-style: normal;
     font-weight: 600;
     line-height: 22px;
     letter-spacing: -1.5px;
     width: auto;
     text-align: center;
     margin-bottom: 33px!important;
}
 .parrafo2 {
     font-size: 15px!important;
     line-height: 19px;
}
 .sec-one {
     margin-top: 25px;
     margin-bottom: 25px;
}
 .background-sec-two {
     position: relative;
     background: url(/assets/img/nuevos/delivery/back_sec_two.png) no-repeat;
     filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=1);
     height: auto;
     background-size: 124%;
     z-index: 0;
     overflow: hidden;
     margin-right: 0px;
     margin-left: 0px;
     background-position-y: -34px;
     background-position-x: -37px;
}
 .parrafo3 {
     color: var(--system-white, #FFF);
     font-family: Montserrat;
     font-size: 20px!important;
     font-style: normal;
     font-weight: 500;
     line-height: 26px;
     letter-spacing: -1.5px;
     text-align: left;
     align-items: center;
     margin-top: 54px;
}
 .parrafo4 {
     font-size: 21px!important;
     width: auto;
     line-height: 23px;
     text-align: center;
}
 .parrafo5 {
     font-size: 16px!important;
     width: auto;
     text-align: center;
     line-height: 18px;
}
.parrafo9 {

    font-size: 24px;
    line-height: 8.5vw;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.parrafo13{

    font-size: 25px;
    margin-bottom: 25px;
}
.parrafo6 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: -0.5px;
    padding-bottom: 20px;
}
 .parrafo10 {
     color: #75787B;
     text-align: center;
     font-feature-settings: 'clig' off, 'liga' off;
     font-family: Montserrat;
     font-size: 16px;
     font-style: normal;
     font-weight: 500;
     line-height: 21px;
     padding-bottom: 30px;
}
.parrafo11 {
    color: #3B4559;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 30px;
    text-align: left;
    margin-left: 0px;
    margin-top: -41px;
}




.adjust-tablet {
    width: 100%!important;
    height: 185px;
}


.parrafo7 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-top: 0;
    margin-bottom: 45px;


}


.parrafo8 {
    font-size: 3.8vw!important;
    line-height: 6.5vw!important;
}




.parrafo8 {
    margin-bottom: 57px!important;
    font-weight: 400;
}

.steps {

    padding-bottom: 100px!important;
            padding-bottom: 20px!important;
                margin-bottom: 28px;

}

.text-green {

    font-size: 6vw!important;

}


.benefTitle {

    font-size: 6vw!important;

}

.benefContent {
    font-size: 5vw!important;
    line-height: 23px;
    margin-top: 30px;
}

.owl-carousel .owl-item img {

    margin-left: 20px!important;
}


.parrafo10 {
    font-size: 16px;
    padding: 0;
    text-align: left;
    margin-bottom: 80px;
}


}







@media (max-width: 426px) {
.imgwoman {
    margin-top: -190px!important;

    margin-left: 189px!important;

    width: 40%!important;
}

}


@media (max-width: 414px) {
.imgwoman {
    margin-top: -182px!important;
    margin-left: 189px!important;
    width: 40%!important;
}
}


@media (max-width: 412px) {
.imgwoman {
    margin-top: -203px!important;
    margin-left: 171px!important;
    position: fixed;
    width: 44%!important;
}
}


@media (max-width: 393px) {
.imgwoman {
    margin-top: -190px!important;
    margin-left: 171px!important;
    position: fixed;
    width: 44%!important;
}
}


@media (max-width: 390px) {
.imgwoman {
    margin-top: -218px!important;
    margin-left: 153px!important;
    position: fixed;
    width: 50%!important;
}
}

@media (max-width: 375px) {
.imgwoman {
    margin-top: -191px!important;
    margin-left: 151px!important;
    position: fixed;
    width: 47%!important;
}
}


@media (max-width: 376px) {
 .restaurantsdescriptionsContainer p {
     line-height: 21px!important;
}
 .titlecuotas {
     font-size: 26px;
}
 .titlecuotas3 {
     font-size: 26px;
     line-height: 31px;
}
 .imgcuotas {
     margin-top: -274px;
    /* height: 80%;
     */
     width: 71%!important;
     margin-left: 110px;
}
 .titleApp {
     font-size: 27px;
}
 .titleApp2 {
     font-size: 27px;
}
 .parrafoAppDescubre {
     padding-bottom: 50px;
}
 .fixedNav {
     width: 105%;
}

}



@media (max-width: 360px) {
.imgwoman {
    margin-top: -180px!important;
    margin-left: 151px!important;
    position: fixed;
    width: 47%!important;
}
}




@media (max-width: 320px) {

.parrafo12 {

    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: -1.5px;
    text-align: left;
    width: 270px;
    padding-top: 59px!important;
    margin-left: 0px!important;
}

.imgwoman {
    margin-top: -147px!important;
    margin-left: 126px!important;
    position: fixed;
    width: 47%!important;
}

.adjust-tablet {
    width: 100%!important;
    height: 322px;
    padding-top: 44px;
}

.creditoStickyMenu .logoDeliveryContainer figure img.logoRestaurantes {
    margin-left: 0;
    display: flex;
    justify-self: center;
    padding-left: 16px;
    padding-top: 17px;
}


}
