*{
text-decoration: none !important;
outline: 0 !important;

}
@font-face {
    font-family: "speedeBold"; /* black */
    src: url("/fonts/Speedee_Bd.woff2") format("woff2"),
        url("/fonts/Speedee_Bd.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "speedeLite"; /* medium */
    src: url("/fonts/Speedee_Lt.woff2") format("woff2"),
        url("/fonts/Speedee_Lt.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "speedeRegular"; /* regular */
    src: url("/fonts/Speedee_Rg.woff2") format("woff2"),
        url("/fonts/Speedee_Rg.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
section.laFelicidadToca {
    position: relative;
    padding: 70px 0;
}
.desktop{
  display: block;
}
.responsive{
  display: none;
}
.title{
  text-align: center;
}
.title h1{
  font-size: 46px;
  font-family: 'speedeBold';
  line-height: 45px;
}
.ctaFelicidad {
    padding: 100px 0;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.itemMcDelivery {
    width: 50%;
}
.tokenCover {
    width: 60%;
    position: relative;
    float: right;
}
.tokenCover img{
  width: 100%;
}
.itemText {
    padding: 30px 50px;
}
.itemText h1 {
    font-size: 40px;
    font-family: 'speedeBold';
    width: 80%;
    line-height: 36px;
}
.itemText p{
    font-size: 16px;
    font-family: 'speedeRegular';
    color: #000;
}
p.teInvitamos {
    margin: 30px 0 10px;
}
span.mr {
    font-size: 8px;
    position: relative;
    top: -3px;
}
.itemCTA {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    padding: 0px 50px;
    height: 100%;
    align-items: center;
}
.itemCTA .qr {
    width: 25%;
}
.itemCTA .qr img{
  width: 100%;
}
.ctaText {
    padding: 0 160px 0 20px;
}
.ctaText p{
    font-size: 16px;
    font-family: 'speedeRegular';
    color: #000;
    line-height: 15px;
}
.ctaText p span{
    font-family: 'speedeBold';
}
section.disponibilidad {
    background: #FFBC0D;
    width: 100%;
    padding: 50px 0;
    text-align: center;
}
.disponibilidadTitle {
    margin: 30px 0;
}
.disponibilidadTitle h1{
    font-size: 36px;
    font-family: 'speedeBold';
    color: #000;
}
.disponibilidadButton {
    width: 200px;
    margin: 10px auto;
}
.disponibilidadButton a {
    display: block;
    padding: 10px;
    border: 2px solid #000;
    border-radius: 50px;
    font-size: 16px;
    font-family: 'speedeBold';
    color: #000;
    transition: all 0.3s;
}
.disponibilidadButton a:hover {
    color: #000;
    transition: all 0.3s;
}
section.comoPedir {
    padding: 100px;
    position: relative;
    border-bottom: 1px solid #d1d5db;
}
.comoPedirTitle h1{
    text-align: center;
    font-size: 46px;
    font-family: 'speedeBold';
    line-height: 45px;
}
.comoPedirTitle h1 span {
    position: relative;
    top: -14px;
    font-size: 13px;
}
.comoPedirItems {
    position: relative;
    width: 70%;
    display: flex;
    flex-direction: row;
    margin: 30px auto;
    justify-content: space-between;
}
.comoPedirPlataforma {
    width: 100%;
    margin: 0 30px;
}
.plataformaContent{
  width: 100%;
}
.plataformaContent img{
  width: 100%;
}
.comoPedirPlataforma p {
    font-size: 16px;
    font-family: 'speedeBold';
    color: #000;
    text-align: center;
}
.comoFunciona .comoPedirItems {
    position: relative;
    width: 70%;
    display: flex;
    flex-direction: row;
    margin: 100px auto 30px;
    justify-content: space-between;
}
.comoFunciona .plataformaContent {
    width: 100%;
    margin-bottom: 30px;
}
.comoFunciona .comoPedirPlataforma p {
    font-size: 16px;
    font-family: 'speedeRegular';
    color: #000;
    text-align: center;
    line-height: 15px;
}
.comoFunciona .comoPedirPlataforma p span{
    font-family: 'speedeBold';
}
section.faq {
    padding: 100px;
    background: #F8F8F8;
    position: relative;
}
.faqTitle h1 {
    text-align: center;
    font-size: 46px;
    font-family: 'speedeBold';
    line-height: 45px;
}
.faqBody {
  margin: 100px 0;
}
.faqItemMargin {
    background: #fff;
    padding: 30px 20px;
    border-radius: 30px;
    height: 260px;
    margin-bottom: 30px;
}
.faqItem h1 {
  font-size: 20px;
  font-family: 'speedeBold';
  color: #000;
  margin-bottom: 30px;
}
.faqItem h1 span {
  font-size: 10px;
  position: relative;
  top: -4px;
}
.faqItem p{
    font-size: 14px;
    font-family: 'speedeRegular';
    line-height: 20px;
    color: #000;
}
.faqItem a{
    font-family: 'speedeBold';
    border-bottom: 3px solid #fdbe0e;
    color: #000;
}
.hiddenFaq {
  display: none;
}
.loadMore {
    width: 190px;
    margin: auto;
}
.loadMore button {
    background-color: #fdbd0f;
    color: #000;
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    font-family: 'speedeBold';
}
section.comoSolicitar {
    padding: 100px;
}
section.comoSolicitar.laFelicidadTocaVideo {
    padding: 100px;
    background: #F8F8F8;
}
.comoSolicitarTitle h1 {
    text-align: center;
    font-size: 46px;
    font-family: 'speedeBold';
    line-height: 45px;
}
.videoContent {
    margin: 100px;
}
@media only screen and (min-width: 320px) and (max-width: 484px){

.desktop{
  display: none;
}
.responsive{
  display: block;
}
.ctaFelicidad {
  padding:30px 0;
  flex-direction: column;
}
.itemMcDelivery {
    width: 100%;
}
.tokenCover {
    width: 60%;
    position: relative;
    float: none;
    margin: auto;
}
.title h1 {
    font-size: 26px;
    line-height: 25px;
}
.itemText {
    padding: 30px 50px;
    text-align: center;
}
.itemText h1 {
    font-size: 24px;
    font-family: 'speedeBold';
    width: 70%;
    line-height: 26px;
    margin: auto;
}
.itemText p {
    font-size: 14px;
}
.ctaResp {
    width: 50%;
    margin: auto;
    text-align: center;
}
.ctaResp a{
    display: block;
    background: #fdbd0f;
    color: #000;
    font-size: 14px;
    font-family: 'speedeBold';
    padding: 10px;
    border-radius: 50px;
}
.disponibilidadTitle h1 {
    font-size: 26px;
    padding: 0 30px;
}
section.comoPedir {
    padding: 100px 30px;
    position: relative;
    border-bottom: 1px solid #d1d5db;
}
.comoPedirTitle h1 {
    text-align: center;
    font-size: 26px;
    font-family: 'speedeBold';
    line-height: 25px;
}
.comoPedirTitle h1 span {
    position: relative;
    top: -8px;
    font-size: 8px;
}
.comoPedirItems {
    position: relative;
    width: 60%;
    display: flex;
    flex-direction: column;
    margin: 30px auto;
    justify-content: space-between;
}
.comoPedirPlataforma {
    width: 100%;
    margin: 0 0 30px;
}
.comoFunciona .comoPedirItems {
    position: relative;
    width: 70%;
    display: flex;
    flex-direction: column;
    margin: 100px auto 30px;
    justify-content: space-between;
}
section.faq {
    padding: 100px 40px;
    background: #F8F8F8;
    position: relative;
}
.faqTitle h1 {
    text-align: center;
    font-size: 26px;
    font-family: 'speedeBold';
    line-height: 25px;
}
section.comoSolicitar {
    padding: 100px 30px;
}
.comoSolicitarTitle h1 {
    text-align: center;
    font-size: 25px;
    font-family: 'speedeBold';
    line-height: 25px;
}
.videoContent {
    margin: 50px 0;
}
.videoContent iframe {
    width: 100%;
    height: 200px !important;
}
section.comoSolicitar.laFelicidadTocaVideo {
    padding: 100px 20px;
    background: #F8F8F8;
}
}
@media (min-width: 568px) and (max-width: 736px){

.desktop{
  display: none;
}
.responsive{
  display: block;
}
.ctaFelicidad {
  padding:30px 0;
  flex-direction: column;
}
.itemMcDelivery {
    width: 100%;
}
.tokenCover {
    width: 60%;
    position: relative;
    float: none;
    margin: auto;
}
.title h1 {
    font-size: 26px;
    line-height: 25px;
}
.itemText {
    padding: 30px 50px;
    text-align: center;
}
.itemText h1 {
    font-size: 24px;
    font-family: 'speedeBold';
    width: 70%;
    line-height: 26px;
    margin: auto;
}
.itemText p {
    font-size: 14px;
}
.ctaResp {
    width: 50%;
    margin: auto;
    text-align: center;
}
.ctaResp a{
    display: block;
    background: #fdbd0f;
    color: #000;
    font-size: 14px;
    font-family: 'speedeBold';
    padding: 10px;
    border-radius: 50px;
}
.disponibilidadTitle h1 {
    font-size: 26px;
    padding: 0 30px;
}
section.comoPedir {
    padding: 100px 30px;
    position: relative;
    border-bottom: 1px solid #d1d5db;
}
.comoPedirTitle h1 {
    text-align: center;
    font-size: 26px;
    font-family: 'speedeBold';
    line-height: 25px;
}
.comoPedirTitle h1 span {
    position: relative;
    top: -8px;
    font-size: 8px;
}
.comoPedirItems {
    position: relative;
    width: 60%;
    display: flex;
    flex-direction: row;
    margin: 30px auto;
    justify-content: space-between;
}
.comoPedirPlataforma {
    width: 100%;
    margin: 0 20px 30px;
}
.comoFunciona .comoPedirItems {
    position: relative;
    width: 70%;
    display: flex;
    flex-direction: row;
    margin: 100px auto 30px;
    justify-content: space-between;
}
section.faq {
    padding: 100px 40px;
    background: #F8F8F8;
    position: relative;
}
.faqTitle h1 {
    text-align: center;
    font-size: 26px;
    font-family: 'speedeBold';
    line-height: 25px;
}
section.comoSolicitar {
    padding: 100px 30px;
}
.comoSolicitarTitle h1 {
    text-align: center;
    font-size: 25px;
    font-family: 'speedeBold';
    line-height: 25px;
}
.videoContent {
    margin: 50px 0;
}
.videoContent iframe {
    width: 100%;
    height: 350px !important;
}
section.comoSolicitar.laFelicidadTocaVideo {
    padding: 100px 20px;
    background: #F8F8F8;
}
.faqItemMargin {
    background: #fff;
    padding: 30px 20px;
    border-radius: 30px;
    height: 190px;
    margin-bottom: 30px;
}
}
@media (min-width: 768px) and (max-width: 800px){

.desktop{
  display: none;
}
.responsive{
  display: block;
}
.ctaFelicidad {
  padding:30px 0;
  flex-direction: column;
}
.itemMcDelivery {
    width: 100%;
}
.tokenCover {
    width: 60%;
    position: relative;
    float: none;
    margin: auto;
}
.title h1 {
    font-size: 26px;
    line-height: 25px;
}
.itemText {
    padding: 30px 50px;
    text-align: center;
}
.itemText h1 {
    font-size: 24px;
    font-family: 'speedeBold';
    width: 70%;
    line-height: 26px;
    margin: auto;
}
.itemText p {
    font-size: 14px;
}
.ctaResp {
    width: 50%;
    margin: auto;
    text-align: center;
}
.ctaResp a{
    display: block;
    background: #fdbd0f;
    color: #000;
    font-size: 14px;
    font-family: 'speedeBold';
    padding: 10px;
    border-radius: 50px;
}
.disponibilidadTitle h1 {
    font-size: 26px;
    padding: 0 30px;
}
section.comoPedir {
    padding: 100px 30px;
    position: relative;
    border-bottom: 1px solid #d1d5db;
}
.comoPedirTitle h1 {
    text-align: center;
    font-size: 26px;
    font-family: 'speedeBold';
    line-height: 25px;
}
.comoPedirTitle h1 span {
    position: relative;
    top: -8px;
    font-size: 8px;
}
.comoPedirItems {
    position: relative;
    width: 60%;
    display: flex;
    flex-direction: row;
    margin: 30px auto;
    justify-content: space-between;
}
.comoPedirPlataforma {
    width: 100%;
    margin: 0 20px 30px;
}
.comoFunciona .comoPedirItems {
    position: relative;
    width: 70%;
    display: flex;
    flex-direction: row;
    margin: 100px auto 30px;
    justify-content: space-between;
}
section.faq {
    padding: 100px 40px;
    background: #F8F8F8;
    position: relative;
}
.faqTitle h1 {
    text-align: center;
    font-size: 26px;
    font-family: 'speedeBold';
    line-height: 25px;
}
section.comoSolicitar {
    padding: 100px 30px;
}
.comoSolicitarTitle h1 {
    text-align: center;
    font-size: 25px;
    font-family: 'speedeBold';
    line-height: 25px;
}
.videoContent {
    margin: 50px 0;
}
.videoContent iframe {
    width: 100%;
    height: 350px !important;
}
section.comoSolicitar.laFelicidadTocaVideo {
    padding: 100px 20px;
    background: #F8F8F8;
}
.faqItemMargin {
    background: #fff;
    padding: 30px 20px;
    border-radius: 30px;
    height: 270px;
    margin-bottom: 30px;
}
.faqItem h1 {
    font-size: 12px;
    font-family: 'speedeBold';
    color: #000;
    margin-bottom: 30px;
}
.faqItem h1 span {
    font-size: 5px;
    position: relative;
    top: -3px;
}
.faqItem p {
    font-size: 12px;
    font-family: 'speedeRegular';
    line-height: 13px;
    color: #000;
}
}
@media (min-width:801px) and (max-width: 1050px){


.desktop{
  display: none;
}
.responsive{
  display: block;
}
.ctaFelicidad {
  padding:30px 0;
  flex-direction: column;
}
.itemMcDelivery {
    width: 100%;
}
.tokenCover {
    width: 60%;
    position: relative;
    float: none;
    margin: auto;
}
.title h1 {
    font-size: 26px;
    line-height: 25px;
}
.itemText {
    padding: 30px 50px;
    text-align: center;
}
.itemText h1 {
    font-size: 24px;
    font-family: 'speedeBold';
    width: 70%;
    line-height: 26px;
    margin: auto;
}
.itemText p {
    font-size: 14px;
}
.ctaResp {
    width: 50%;
    margin: auto;
    text-align: center;
}
.ctaResp a{
    display: block;
    background: #fdbd0f;
    color: #000;
    font-size: 14px;
    font-family: 'speedeBold';
    padding: 10px;
    border-radius: 50px;
}
.disponibilidadTitle h1 {
    font-size: 26px;
    padding: 0 30px;
}
section.comoPedir {
    padding: 100px 30px;
    position: relative;
    border-bottom: 1px solid #d1d5db;
}
.comoPedirTitle h1 {
    text-align: center;
    font-size: 26px;
    font-family: 'speedeBold';
    line-height: 25px;
}
.comoPedirTitle h1 span {
    position: relative;
    top: -8px;
    font-size: 8px;
}
.comoPedirItems {
    position: relative;
    width: 60%;
    display: flex;
    flex-direction: row;
    margin: 30px auto;
    justify-content: space-between;
}
.comoPedirPlataforma {
    width: 100%;
    margin: 0 20px 30px;
}
.comoFunciona .comoPedirItems {
    position: relative;
    width: 70%;
    display: flex;
    flex-direction: row;
    margin: 100px auto 30px;
    justify-content: space-between;
}
section.faq {
    padding: 100px 40px;
    background: #F8F8F8;
    position: relative;
}
.faqTitle h1 {
    text-align: center;
    font-size: 26px;
    font-family: 'speedeBold';
    line-height: 25px;
}
section.comoSolicitar {
    padding: 100px 150px;
}
.comoSolicitarTitle h1 {
    text-align: center;
    font-size: 25px;
    font-family: 'speedeBold';
    line-height: 25px;
}
.videoContent {
    margin: 50px 0;
}
.videoContent iframe {
    width: 100%;
    height: 350px !important;
}
section.comoSolicitar.laFelicidadTocaVideo {
    padding: 100px 150px;
    background: #F8F8F8;
}
.faqItemMargin {
    background: #fff;
    padding: 30px 20px;
    border-radius: 30px;
    height: 190px;
    margin-bottom: 30px;
}

.faqItem h1 {
    font-size: 12px;
    font-family: 'speedeBold';
    color: #000;
    margin-bottom: 30px;
}
.faqItem h1 span {
    font-size: 5px;
    position: relative;
    top: -3px;
}
.faqItem p {
    font-size: 12px;
    font-family: 'speedeRegular';
    line-height: 13px;
    color: #000;
}
}