﻿@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap");

:root {
    --tipo-primary: "Inter", sans-serif !important;
    --main-grid-padding: 5vw;
    --main-grid-max-width: 1920px;
    --selection: #045D1B;
    --whatsapp-button-height: 10px;
    --header-height: 80px
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: var(--tipo-primary);
    box-sizing: border-box;
    vertical-align: baseline
}

*:focus {
    box-shadow: none !important
}

body {
    height: 100vh;
    font-size: 100%;
    line-height: 1.4em;
    hyphens: none;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FFCB17;
    background-size: cover
}

img,
picture,
video,
iframe,
figure {
    display: block;
    object-fit: cover;
    object-position: center center
}

a {
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: inherit
}

p a {
    display: inline
}

html {
    scroll-behavior: smooth
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
blockquote {
    font-weight: inherit;
    font-style: inherit;
    text-decoration: none;
    color: inherit;
    margin-bottom: 0;
    word-break: keep-all !important
}

div {
    word-break: keep-all !important
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ''
}

form,
textarea,
select,
button,
label {
    font-family: inherit;
    font-size: inherit;
    hyphens: none;
    background-color: transparent;
    color: inherit;
    display: block
}

table,
tr,
td {
    border-collapse: collapse
}

table {
    border-collapse: separate;
    border-spacing: 0 10px
}

svg {
    display: block;
    fill: currentColor
}

::selection {
    background-color: var(--selection);
    color: var(--white)
}

.nav-link {
    font-weight: 700
}

.menu-icon {
    font-size: 40px
}

header ul {
    font-size: medium
}

.nav-link:hover {
    color: #ffffff !important
}

.nav-link,
.menu-icon {
    color: #77432B !important
}

#header,
#bdNavbar {
    background-color: #FFCB17 !important
}

footer {
    z-index: 100
}

@media (max-width: 768px) {
    footer div p span {
        font-size: 10pt !important
    }
}

.footer__logo {
    width: 213px;
    min-width: 195px;
    height: 53px;
    min-height: 44px
}

.footer__footer-container {
    padding-left: 4%;
    border-left: 1px solid #3e3d3d
}

.footer-container__p--blue {
    color: #4196cd;
    font-weight: 600
}

.footer-container__p {
    color: white
}

@media (max-width: 768px) {
    #footer {
        padding-bottom: var(--whatsapp-button-height) !important
    }
}

footer a {
    text-decoration: underline
}

.btn-float {
    border: 4px white solid;
    border-right: none;
    position: fixed;
    right: 0;
    top: 60%;
    background-color: #25d366;
    padding: 7px 35px 7px 40px;
    border-radius: 35px 0 0 35px;
    z-index: 9999;
    display: flex;
    align-items: center;
    max-height: 52px
}

.btn-float-link {
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 700;
    color: white;
    font-size: 22px;
    text-decoration: none
}

@media screen and (max-width: 767px) {
    .btn-float {
        bottom: 0;
        border-bottom: none;
        border-left: none;
        border-radius: 0;
        justify-content: center;
        text-align: center;
        padding: 0.5em;
        font-size: 1.2em;
        top: auto;
        width: 100%;
        z-index: 9999
    }
}

.btn-float:hover a {
    color: #23682B
}

section {
    overflow: hidden
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2em !important
    }
}

.text-shadowy {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.316)
}

.text-dark-shadow {
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.56)
}

.section-content {
    align-items: center;
    display: flex
}

.section-content-button {
    color: white;
    letter-spacing: 0.5px;
    font-weight: 600;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 25px 25px 25px 25px;
    margin-top: 10px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 3px;
    transition: all 0.5s
}

.section-content-button:hover {
    text-decoration: none;
    background-color: white;
    border-color: white;
    color: #333333
}

.section-content-element {
    flex: 1;
    font-weight: bold;
    line-height: normal
}

.section-content-element-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.section-content-element-image img {
    width: 100%;
    max-width: 450px;
    max-height: 400px;
    object-fit: contain
}

@media (max-width: 576px) {
    .section-content {
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column-reverse
    }
}

.section-title {
    margin-top: 2.8rem !important;
    font-weight: 900;
    font-size: 2.8em;
    text-align: center
}

.background-picture {
    object-fit: cover;
    overflow: visible
}

picture {
    position: absolute;
    z-index: -100
}

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal
}

header {
    z-index: 99999
}

header .navbar {
    height: 80px
}

header a img {
    height: 60px !important
}

header .menu-icon {
    color: white
}

header .offcanvas-header {
    display: none
}

.nav-item a {
    color: #77432B;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

#bdNavbar {
    width: 100%;
    border: 0 !important;
    top: 78px;
    height: fit-content
}

.offcanvas-backdrop {
    background-color: transparent !important
}

#inicio-section {
    background: url(/images/header) center top no-repeat;
    background-size: cover !important;
    padding-block: 0 60px;
    background-position-y: center !important;
    background-position-x: right !important;
    color: white !important
}

#inicio-section .container {
    width: 95% !important;
    max-width: 95%
}

#inicio-section .justify-content-md-center {
    justify-content: start !important
}

.section-title {
    font-weight: normal
}

.banner-txt-medium {
    font-size: 48px;
    font-weight: normal
}

.banner-txt-medium {
    font-size: 48px;
    font-weight: normal
}

.banner-txt-light {
    font-size: 32px;
    font-weight: 300
}

.banner-txt-strong {
    font-size: 64px;
    font-weight: normal
}

.banner-txt-sm {
    font-weight: 300;
    margin-top: 10px;
    text-shadow: 1px 1px 0 black
}

.shield-container img {
    height: 250px
}

.m-input-wrapper {
    border-radius: 6px !important
}

.m-phone-input {
    height: 58px !important;
    border-radius: 4px !important
}

.banner-img {
    padding-block: 40px
}

.banner-img img {
    height: 300px
}

.mecanica-description {
    font-size: 22px;
    font-weight: 700 !important;
    padding-top: 20px;
    line-height: normal
}

.mecanica-description img {
    margin-bottom: 20px !important;
    height: 60px
}

.mecanica-description h2 {
    margin-bottom: 10px
}

.mecanica-description h3 {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 16px;
    color: #045D1B
}

#premios_consumidor-section {
    padding: 20px 0 70px !important
}

#mecanica-section {
    background: center / center cover;
    padding-block: 40px 80px
}

#mecanica-section .section-title {
    background-image: url(/images/title-como-participar.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    height: 120px;
    width: auto;
    margin: 0 auto
}

#mecanica-section .card-body {
    margin-top: 30px
}

#premios-section {
    padding-block: 0 !important;
    color: white
}

#premios-section .section-title {
    background-image: url(/images/title-premios.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    height: 120px;
    width: auto;
    margin: 0 auto
}

#premios-section .divided-container {
    margin-top: 40px !important
}

#premios-section h2 {
    text-align: start;
    margin-bottom: 1px !important
}

#premios-section .gradient-x {
    text-align: start !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 32px;
    font-weight: 700
}

#premios-section .divided-container {
    padding-bottom: 0 !important
}

#premios-section .foreground-image {
    bottom: 0 !important;
    top: auto !important
}

#premios-section .section-title {
    margin-top: 0 !important;
    padding-top: 3rem !important
}

#premios-section .prizes-text {
    font-size: 48px;
    font-weight: 300;
    width: 60%
}

#premios-section .prizes-txt-strong {
    font-weight: normal
}

#premios-efectivo-section {
    padding-bottom: 100px !important
}

.accordion-button {
    background-image: none !important
}

.accordion-button::after {
    content: "+";
    margin-left: auto;
    font-weight: bold;
    top: 0px !important;
    color: #77432B;
    position: static !important;
    font-size: 24px !important;
    margin-top: -2px !important
}

.accordion-button:not(.collapsed)::after {
    content: "-";
    right: 29px !important;
    left: auto;
    top: 23px !important;
    color: #77432B;
    font-size: 34px !important;
    top: 27px !important;
    position: absolute !important
}

#Nati-section {
    padding: 110px 0 80px
}

#Nati-section .divided-content-img {
    max-height: none
}

#Nati-section h2 {
    font-size: 42px
}

#Nati-section .btn-nati {
    width: 100%;
    max-width: 300px
}

.top-table-winners {
    background-color: #77432B;
    color: #FFCB17 !important;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px
}

.winners__pagination {
    width: 100% !important
}

.btn-help-center {
    color: #B21B07;
    text-decoration: none;
    display: block;
    background-color: white;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 16px;
    margin: 0 auto 15px;
    width: fit-content
}

.btn-help-center:hover {
    background-color: #B21B07;
    color: #ffffff;
    box-shadow: inset 0px 0px 0px 2px #ffffff
}

.footer-title {
    font-weight: 600 !important
}

.footer-title strong {
    font-weight: 600 !important
}

.img-footer {
    width: 100%;
    max-width: 150px
}

.change-content {
    font-size: 18px
}

.change-content h2 {
    font-weight: 700;
    font-size: 32px;
    margin: 20px auto 10px
}

.change-content a {
    display: inline-block;
    margin: 0 10px 20px;
    padding: 25px 20px;
    font-size: 22px;
    font-weight: 700;
    border-radius: 16px;
    width: 330px
}

.change-content a img {
    display: inline-block;
    margin-right: 16px
}

#inicio-section .divided-container>:first-child {
    order: 1
}

#inicio-section .divided-container>:last-child {
    order: 2
}

#premios-efectivo-section {
    background: url(/images/patron-de-flores-amarillas-horizontales-superior.svg) repeat-x left calc(100% + 1px) !important
}

#ganadores-section .section-title {
    background-image: url(/images/title-ganadores.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    height: 120px;
    width: auto;
    margin: 0 auto
}

#help-center-section .section-title {
    background-image: url(/images/title-ayuda.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    height: 190px;
    width: auto;
    margin: 0 auto 10px !important
}

@media screen and (max-width: 767px) {
    #help-center-section .section-title {
        background-image: url(/images/title-ayuda-mobile.svg)
    }
}

#ganadores-section,
#help-center-section {
    padding: 24px 0 120px
}

.mecanica-bottom {
    font-weight: 600
}

.winners-pagination .page-item .page-link {
    background-color: white !important;
    color: #999999 !important
}

.winners-pagination .page-item.active .page-link {
    background-color: white !important;
    color: #A30000 !important;
    font-weight: 600 !important
}

.winners-pagination .page-item:hover .page-link {
    background-color: white !important;
    color: #999999 !important
}

.winners-pagination .page-item .page-link {
    background-color: white !important;
    color: #999999 !important
}

.help-btns-container {
    padding-block: 30px 10px
}

@media screen and (max-width: 767px) {
    .help-btns-container {
        padding-block: 0 10px
    }
}

.help-btns-container a {
    display: inline-block;
    text-decoration: none;
    color: #77432B;
    font-size: 24px;
    font-weight: 500
}

@media screen and (max-width: 767px) {
    .help-btns-container a {
        font-size: 16px
    }
}

.help-btns-container .active {
    font-weight: 700
}

#help-center-section .foreground-image {
    z-index: 0;
    bottom: -1px;
    top: auto;
    width: 100%
}

#help-center-section .foreground-image .foreground-coin img {
    max-height: fit-content
}

.consumer {
    background: white;
    max-width: 100% !important
}

.consumer .nav-link {
    background-color: #F5F5F5;
    color: #2F2F2F !important
}

.consumer .nav-link:hover {
    color: #B21B07 !important
}

.consumer .active {
    background-color: #B21B07;
    color: white !important;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3)
}

.consumer .active:hover {
    color: white !important
}

.tendero .change-content {
    color: #ffffff !important
}

.tendero .nav-link {
    background-color: transparent;
    color: white !important;
    box-shadow: inset 0 0 0 1px white
}

.tendero .nav-link:hover {
    color: white !important;
    box-shadow: inset 0 0 0 3px white
}

.tendero .active {
    background-color: white;
    color: #B21B07 !important;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3)
}

.tendero .active:hover {
    color: #B21B07 !important
}

.tendero .active img {
    filter: brightness(0) saturate(100%) invert(9%) sepia(59%) saturate(6560%) hue-rotate(360deg) brightness(104%) contrast(115%)
}

#shopkeeper_button {
    background-color: #262A62;
    color: white;
    border-left: 2px solid #1A9C21;
    border-top: 2px solid #1A9C21;
    border-bottom: 2px solid #1A9C21;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    padding: 2px 10px 7px 47px;
    font-weight: 700;
    font-size: 18px;
    bottom: 10% !important;
    z-index: 99999999
}

#shopkeeper_button .img-nati {
    position: absolute;
    left: -70px;
    bottom: -30px
}

#shopkeeper_button .btn-ws {
    height: 47px
}

#shopkeeper_button .btn-ws img {
    padding-top: 5px;
    padding-left: 5px
}

.btn-float {
    background: #24BB2C;
    border: 0;
    padding: 28px 14px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    font-weight: 800;
    font-size: 20px;
    border: 4px solid white;
    border-right: 0 !important
}

@media screen and (max-width: 767px) {
    .btn-float {
        padding: 35px 0
    }
}

.btn-float .btn-float-link {
    font-weight: 800;
    font-size: 22px
}

.btn-float .btn-float-link .bi-whatsapp {
    font-size: 22px
}

#ayuda-section {
    padding: 90px 0;
    background: url(/images/patron-de-flores-amarillas-horizontales.svg) bottom left repeat-x #DB1F26 !important;
    color: white
}

#ayuda-section .foreground-coin {
    z-index: 0;
    display: none
}

#ayuda-section h1 {
    font-weight: normal
}

#ayuda-section .section-title {
    background-image: url(/images/title-ayuda-section.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    height: 120px;
    width: auto;
    margin: 0 auto
}

#ayuda-sections-section #contact-form-entry img {
    border-radius: 16px
}

@media screen and (min-width: 1025px) and (max-width: 1399px) {
    #ayuda-sections-section #contact-form-entry img {
        width: 50% !important
    }
}

#ayuda-sections-section .nav-link {
    font-size: 24px !important
}

@media screen and (max-width: 767px) {
    #ayuda-sections-section .nav-link {
        font-size: 18px !important;
        display: block !important;
        margin-bottom: 5px !important;
        margin-inline: auto !important;
        text-align: center
    }
}

.help-home-container {
    font-size: 24px !important;
    font-weight: 700
}

.help-home-container .btn-ayuda {
    color: white !important;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: #DB1F26;
    width: fit-content;
    border-radius: 99px;
    margin: 50px auto 0;
    padding: 15px 30px !important
}

.help-home-container .btn-ayuda:hover {
    color: #DB1F26 !important;
    background-color: white
}

#faq-section {
    background-position-x: left !important;
    padding-block: 40px 0
}

#faq-section .accordion-item {
    border: 0 !important;
    background: #fbe5a5 !important;
    overflow: hidden;
    border-radius: 20px !important;
    padding-block: 20px !important
}

#faq-section .accordion-item .accordion-button {
    font-weight: 700;
    font-size: 20px !important;
    padding-block: 0 !important
}

@media screen and (max-width: 771px) {
    #faq-section .accordion-item .accordion-button {
        font-size: 16px !important
    }
}

#faq-section .accordion-item .accordion-button p {
    margin-left: 0px
}

#faq-section .accordion-item .accordion-body {
    font-weight: 500;
    color: #333333;
    font-size: 16px !important;
    padding-bottom: 0 !important;
    padding-top: 10px !important
}

@media screen and (max-width: 771px) {
    #faq-section .accordion-item .accordion-body {
        font-size: 14px !important
    }
}

#faq-section .section-title {
    margin-bottom: 20px !important
}

#faq-section .help-home-container {
    font-size: 24px !important;
    font-weight: 700
}

.contact-container .contact-title {
    font-weight: 800;
    font-size: 18px
}

.contact-container img {
    display: inline-block !important
}

#contacto-section .section-title {
    text-align: left !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

#contact-form-entry .register-form {
    border: 0;
    border-radius: 16px;
    padding: 20px 30px 40px !important;
    background: #fbe5a5
}

#contact-form-entry .register-form .title-contact {
    font-size: 22px;
    font-style: normal;
    font-weight: 700
}

#contact-form-entry .register-form .subtitle-contact {
    font-size: 20px !important;
    font-style: normal;
    font-weight: 500
}

#contact-form-entry .register-form .row input,
#contact-form-entry .register-form .row textarea {
    margin-bottom: 10px;
    border: 0 !important;
    border-radius: 20px !important;
    font-style: italic !important
}

#contact-form-entry .register-form .row div:nth-last-child(2) {
    width: 100% !important
}

#contact-form-entry .register-form .row input[name="doubts"],
#contact-form-entry .register-form .row textarea[name="doubts"] {
    height: 120px
}

#contact-form-entry .form-btn {
    float: right;
    background-color: #DB1F26 !important;
    border-radius: 99px;
    border: 0;
    color: white;
    font-weight: 900;
    width: 298px !important;
    padding: 14px 24px
}

#contact-form-entry .form-btn:hover {
    color: #DB1F26;
    background-color: white !important
}

#premios-consumidor-section {
    padding: 20px 0 70px !important
}

#ganadores-consumidor-section,
#premios-section {
    padding-top: 30px
}

#mecanica_consumidor-section {
    padding-bottom: 50px
}

#contacto-section .m-phone-number-input {
    width: 100%
}

#contacto-section input.form-control {
    height: 48px;
    border-radius: 12px !important
}

#Contacto-section {
    padding-top: 90px !important
}

@media screen and (max-width: 771px) {
    #Contacto-section {
        padding-top: 0 !important
    }

    #Contacto-section img {
        margin-inline: auto;
        height: 50px !important
    }

    #Contacto-section .contactanos {
        height: auto !important
    }
}

.txt-block-prizes {
    width: 90%;
    font-size: 24px
}

.winners-table {
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    border-radius: 25px
}

.winners__pagination {
    margin-top: 15px
}

@media screen and (min-width: 1200px) {
    #premios-section .divided-content-img {
        margin-left: 0
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    #premios-section .divided-content-img {
        margin-left: 0px
    }
}

@media screen and (min-width: 768px) {
    #premios-section .section-content-element.section-content-text {
        justify-content: start !important
    }

    #inicio-section .divided-content-img {
        margin-top: 0
    }

    #faq-section .accordion.accordion-flush {
        width: 100% !important
    }

    #inicio-section .divided-content-img,
    #premios-section .divided-content-img {
        max-height: 568px
    }
}

@media screen and (max-width: 771px) {
    .form-btn {
        width: 180px !important
    }

    .section-title {
        margin-top: 0 !important
    }

    .txt-block-prizes {
        width: 100%;
        font-size: 16px
    }

    #faq-section {
        background-position-x: -80px !important;
        padding-block: 0
    }

    #faq-section img {
        margin-inline: auto;
        max-width: 100%
    }

    .change-content {
        margin: 0 auto
    }

    .change-content a {
        width: 120px;
        font-size: 14px
    }

    .change-content a img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px
    }

    .gradient-x {
        font-size: 15px !important
    }

    .gradient-x p {
        font-size: 15px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: fit-content
    }

    .prizes-text {
        width: 100% !important;
        font-size: 34px !important
    }
}

@media screen and (max-width: 770px) {
    #inicio-section {
        padding-block: 0 !important
    }

    #ganadores-section {
        padding: 54px 0 50px !important
    }

    #help-center-section {
        padding: 0 0 60px !important
    }

    #help-center-section .section-title {
        height: 150px !important
    }

    #premios-efectivo-section img {
        width: 100% !important;
        object-fit: contain;
        height: auto !important
    }

    #ayuda-section {
        padding: 60px 0
    }

    #premios-section .section-content-element.section-content-text,
    #premios-section .divided-content-img {
        width: 90% !important;
        margin: auto;
        height: auto
    }

    .mecanica-bottom {
        font-size: 16px !important;
        line-height: normal !important
    }

    .mecanica-description {
        font-size: 15px !important
    }

    .mecanica-description div {
        font-size: 15px !important
    }

    #mecanica_consumidor-section em {
        font-size: 14px !important
    }

    #premios-section .gradient-x {
        display: block !important
    }

    .btn-float {
        border-radius: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-bottom: 0 !important
    }

    footer {
        font-size: 14px !important
    }

    footer p {
        margin-bottom: 0 !important
    }

    #premios-section {
        padding-block: 120px !important
    }

    #premios-section h2 {
        text-align: center
    }

    #premios-section .section-content-element-image,
    #premios-section .foreground-image {
        display: none
    }

    #premios-section img {
        width: 100% !important;
        object-fit: contain !important
    }

    .change-content h2 {
        font-weight: 700;
        font-size: 24px;
        margin: 20px auto 10px
    }

    .change-content #Nati-section h2 {
        font-size: 28px;
        margin-top: 14px
    }

    #Nati-section {
        padding: 10px 0 0px
    }

    #Nati-section p {
        font-size: 14px !important
    }

    #Nati-section h2 {
        font-size: 28px;
        margin-top: 14px
    }

    #Nati-section .divided-content-img {
        width: 200px !important
    }

    #shopkeeper_button {
        font-size: 12px !important;
        line-height: normal
    }

    #shopkeeper_button .btn-ws {
        height: 34px
    }

    #shopkeeper_button .btn-ws img {
        padding-top: 7px;
        padding-left: 5px;
        width: 32px
    }

    #shopkeeper_button .img-nati {
        left: -31px;
        bottom: -18px
    }

    #shopkeeper_button .img-nati img {
        width: 80px
    }
}

#faq-section strong {
    font-weight: 600 !important
}

#footer {
    background: url(/images/patron-de-flores-amarillas-horizontales-inferior.svg) left top repeat-x #77432B !important;
    padding-top: 90px !important;
    background-position-y: -2px !important
}

#footer img {
    max-width: 90%
}

#footer .border-right {
    border-right: 1px solid #FFCB17;
    height: 100%;
    padding-inline: 0 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400
}

#footer .border-right p {
    margin-bottom: 10px !important
}

@media screen and (max-width: 767px) {
    #footer {
        padding-bottom: 100px !important
    }

    #footer img {
        max-width: 50%;
        margin: 0 auto 10px
    }

    #footer .border-right {
        border-right: 0;
        border-bottom: 1px solid #FFCB17;
        margin-bottom: 20px !important;
        padding-bottom: 20px;
        width: 100%;
        height: auto
    }
}

@media screen and (max-width: 576px) {
    #premios-section .section-content-text p strong {
        font-size: 24px !important;
        font-weight: 800 !important
    }

    #premios-section .section-content-text p span {
        font-size: 16px !important;
        font-style: normal;
        font-weight: 600 !important
    }

    #premios-section .section-content-text p>span span {
        font-size: 24px !important;
        font-weight: 800 !important
    }
}

.foreground-image {
    top: 0
}

#premios-section .margin-y-divided-content {
    z-index: 1;
    position: relative
}

#premios-section {
    overflow: visible
}

.foreground-coin img {
    max-height: 350px
}

.foreground-extra-coin {
    z-index: 0;
    right: 0;
    bottom: 20px;
    top: auto
}

@media screen and (min-width: 768px) {
    .foreground-extra-coin {
        bottom: 0
    }
}

@media (max-width: 768px) {
    .foreground-coin img {
        max-height: 70px !important
    }

    .foreground-extra-coin img {
        max-height: 80px !important
    }

    .foreground-extra-coin {
        margin-top: 400px
    }

    #help-center-section .foreground-picture {
        width: 100% !important
    }
}

@media (max-width: 767px) {

    .winners-table.table-responsive .winners-item.winner-item:nth-child(odd),
    .winners-table.table-responsive .winners-item.winner-item:nth-child(even) {
        border-bottom: #DB1F26 solid 1px !important
    }

    .winners-item .custom-font:first-of-type {
        font-weight: bolder
    }

    .winners-table ul :first-child {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px
    }

    .winners-item .custom-font {
        margin-bottom: 0.5em
    }
}

#premios-section .anchor {
    top: calc(var(--header-height)* -2)
}

.rene__title-italic {
    font-family: "Courgette", cursive;
    font-weight: 400;
    font-style: normal
}

.rene__title {
    font-family: var(--tipo-primary);
    font-weight: 700;
    margin-top: 4rem !important;
    margin-bottom: 2rem !important;
    z-index: 200
}

.rene__title--normal {
    font-size: 32px !important
}

#customer_button {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #FA2176;
    color: white;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    padding: 7px 10px 7px 47px;
    font-weight: 700;
    font-size: 18px;
    bottom: 10% !important;
    z-index: 99999999
}

#customer_button .img-nati {
    position: absolute;
    left: -80px;
    bottom: -30px
}

#customer_button .btn-ws {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

#customer_button .btn-ws i {
    padding-top: 5px;
    padding-left: 5px;
    font-size: 28px
}

#rene_button {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    height: 80px !important;
    width: 320px !important;
    margin: 2rem auto auto;
    max-width: 320px !important;
    min-width: 320px !important;
    background-color: #FA2176;
    color: white;
    border: 2px solid #ffffff;
    border-radius: 16px;
    padding: 7px 17px 7px 17px;
    font-weight: 700;
    font-size: 18px;
    bottom: 10% !important;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row
}

.rene__text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem !important;
    font-weight: 800
}

.bi-whatsapp::before {
    display: flex;
    justify-content: center;
    align-items: center
}

.rene__icon {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.rene__icon i {
    font-size: 50px
}

.rene__background {
    z-index: 20;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.rene__left {
    position: absolute;
    width: 380px;
    left: -100px;
    bottom: -30px;
    transform: scaleY(-1)
}

.rene__right {
    width: 160px;
    position: absolute;
    right: 0
}

#ReNe-section .foreground-image {
    z-index: 40 !important
}

#ReNe-section .section-content-element-image img {
    position: absolute;
    max-height: 700px !important;
    height: 700px !important;
    bottom: -180px;
    z-index: 190 !important
}

.img-camioneta {
    height: 300px
}

.img-electrodomesticos {
    height: 335px;
    display: flex;
    justify-content: center;
    align-items: center
}

.img-electrodomesticos img {
    max-height: 230px;
    object-fit: contain !important
}

@media screen and (max-width: 770px) {
    .img-electrodomesticos {
        height: auto;
        width: 300px;
        margin-inline: auto
    }
}

.title-efectivo {
    margin-top: -60px
}

.title-efectivo span {
    font-size: 48px !important;
    color: white
}

@media screen and (max-width: 770px) {
    .title-efectivo {
        margin-top: -10px
    }

    .title-efectivo span {
        font-size: 28px !important
    }
}

@media screen and (max-width: 770px) {
    #customer_button {
        font-size: 12px !important;
        line-height: normal
    }

    #customer_button .btn-ws {
        height: 34px
    }

    #customer_button .btn-ws i {
        padding-left: 5px;
        padding-top: 0
    }

    #customer_button .img-nati {
        left: -31px;
        bottom: -18px
    }

    #customer_button .img-nati img {
        width: 80px
    }

    #ReNe-section .section-content-element-image img {
        max-height: 400px !important;
        height: 400px !important;
        left: 300px
    }
}

@media (min-width: 992px) {
    #ReNe-section .divided-container {
        padding-inline: 7rem;
        padding-bottom: 0 !important
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    #ReNe-section .section-content-element-image img {
        position: absolute;
        max-height: 400px !important;
        height: 400px !important;
        bottom: -60px !important
    }

    .rene__left {
        width: 270px
    }

    .rene__right {
        width: 100px
    }

    #ReNe-section .foreground-image img {
        width: 300px
    }
}

@media (max-width: 767px) {
    .rene__right {
        display: none
    }

    .rene__left {
        display: none
    }

    .rene__title-italic {
        font-size: 32px !important
    }

    #ReNe-section .section-content-element-image img {
        bottom: 90px;
        left: auto;
        right: auto;
        width: 380px !important
    }

    .rene__title {
        margin-top: 3rem !important;
        padding-inline: 2rem;
        margin-bottom: 0 !important
    }

    .rene__title--normal {
        font-size: 22px !important
    }

    #rene_button {
        margin-top: 20rem;
        width: 95% !important;
        padding: 7px 12px 7px 12px;
        height: auto !important
    }

    .rene__text {
        font-size: 22px !important
    }

    .rene__icon i {
        font-size: 42px
    }

    #ReNe-section .foreground-image {
        width: 100% !important;
        height: 100% !important
    }

    #ReNe-section .foreground-image img {
        left: 0;
        width: 560px !important;
        max-width: none !important;
        max-height: 350px !important;
        height: 100% !important;
        transform: rotate(180deg)
    }
}

@media (max-width: 430px) {
    .rene__title {
        padding-inline: 1.5rem
    }

    #rene_button {
        width: 120px !important;
        min-width: 70% !important;
        margin-top: 15rem
    }

    .rene__text {
        font-size: 16px !important
    }

    .rene__icon i {
        font-size: 32px
    }

    #ReNe-section .section-content-element-image img {
        bottom: 30px;
        width: 300px !important
    }
}

@media (max-width: 390px) {
    .rene__title {
        padding-inline: 0rem
    }
}

@media (max-width: 320px) {
    .rene__text {
        font-size: 14px !important
    }
}

.close-button[data-v-6f4c9a33] {
    margin-top: 0 !important;
    top: 2rem !important
}

@media (max-width: 768px) {
    .modal-content[data-v-6f4c9a33] {
        padding: 0 !important
    }

    .close-button[data-v-6f4c9a33] {
        margin-top: 0 !important;
        font-size: 24px !important;
        top: 4px !important;
        right: 0px !important
    }

    #cookie-message h3 {
        width: 100%
    }

    #cookie-message #cookie-notification-buttons button {
        padding: 12px 60px !important;
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .navbar-brand {
        display: block;
        width: 94px !important;
        margin: 0 auto !important
    }

    .banner-txt-medium {
        font-size: 28px;
        text-align: center
    }

    #premios-section {
        background: url() top right/cover !important;
        padding-block: 230px !important
    }

    .banner-txt-light {
        font-size: 18px;
        text-align: center
    }

    .banner-txt-strong {
        font-size: 40px;
        text-align: center
    }

    .banner-txt-sm {
        font-weight: 300;
        margin-top: 10px;
        text-shadow: none;
        text-align: center
    }

    .banner-img {
        padding-block: 20px 10px
    }

    .banner-img img {
        margin-inline: auto;
        width: 150px;
        height: auto
    }

    .shield-container {
        margin-inline: auto
    }

    #premios-section .divided-container p {
        margin-bottom: 0 !important
    }

    #premios-section .divided-container>:first-child {
        order: 2;
        margin-bottom: 40px
    }

    #premios-section .divided-container>:last-child {
        order: 1;
        margin-top: 30px
    }

    #premios-section .divided-container>:last-child p {
        margin-bottom: 10px !important
    }

    #inicio-section {
        background: url(/images/background-amarillo-con-patron-de-rayas-mobile.webp) center bottom no-repeat !important;
        background-position-x: center !important;
        background-size: cover !important
    }

    #inicio-section .divided-container>:first-child {
        order: 2;
        margin-top: -15px
    }

    #inicio-section .divided-container>:last-child {
        order: 2;
        margin-bottom: 20px
    }

    #inicio-section .divided-container>:last-child .banner-txt-sm {
        display: none
    }

    #inicio-section .divided-container>:last-child img {
        margin-left: 0 !important;
        margin-bottom: 20px;
        height: auto;
        padding-top: 0 !important
    }

    #mecanica-section .card-body {
        margin-top: 0 !important
    }

    .section-title {
        height: 100px !important;
        margin-bottom: 30px !important
    }
}

@media screen and (max-width: 991px) and (max-width: 770px) {
    .section-title {
        height: 85px !important
    }
}

@media (max-width: 991px) {
    .card-image {
        width: 80% !important
    }

    #premios-section {
        padding-block: 0 !important
    }

    #premios-section .divided-container {
        margin-top: 0px !important
    }

    #premios-section .section-content-element {
        font-size: 16px !important
    }
}

.help-page-container .btn-ayuda {
    background-color: #FFFFFF !important;
    color: #009343 !important;
    border: 2px solid #009343;
    font-size: 22px;
    border-radius: 99px;
    display: inline-block !important;
    width: fit-content;
    padding: 15px 20px !important;
    margin-top: 0px;
    font-weight: normal
}

.help-page-container .btn-ayuda:hover {
    background: #009343 !important;
    color: white !important
}

@media (max-width: 508px) {
    .help-page-container .btn-ayuda {
        margin-inline: auto !important;
        margin-top: 20px;
        display: block !important;
        width: 100%;
        text-align: center;
        font-size: 18px
    }
}

.help-page-container .btn-ayuda.active {
    background-color: #009343 !important;
    border: 2px solid #009343 !important;
    color: #ffffff !important
}

#faqs-section-section .gradient-x {
    padding-inline: 0 !important;
    margin-bottom: 20px
}

.t-underline {
    text-decoration: underline !important
}

.sections-help {
    color: #77432B !important;
    font-weight: 500
}

.sections-help:hover {
    color: #db1f26 !important
}

.page-link :hover {
    background-color: red !important
}

.m-phone-number-input.--responsive .m-phone-input[data-v-3619d84c] {
    width: 100% !important
}

.m-input-wrapper.--default-border[data-v-8def99c5] {
    width: 100% !important
}

.m-input.--is-focused .m-input-wrapper[data-v-8def99c5] {
    width: 100% !important
}

.m-input.--has-label .m-input-label[data-v-8def99c5] {
    top: 40%;
    color: #A2A0A0
}

.m-input-wrapper.--default-border[data-v-8def99c5] {
    border-radius: 20px !important
}

@media (max-width: 771px) {
    #contact-form-entry .form-btn {
        width: 180px !important
    }
}

@media screen and (max-width: 991px) and (max-width: 770px) {

    #terminos-y-condiciones-section,
    #aviso-de-privacidad-section .section-title {
        margin-top: 50px !important;
        margin-bottom: -30px !important
    }
}

.m-input.--has-z-2 .m-input-wrapper[data-v-8def99c5] {
    width: 100% !important
}

.m-phone-number-input.--responsive .m-phone-input[data-v-3619d84c] {
    width: 100% !important
}

.m-phone-number-input.--responsive .m-phone-input[data-v-3619d84c] {
    width: 100% !important
}

.m-input-wrapper[data-v-8def99c5] {
    width: 100% !important
}

li::marker {
    color: #77432b !important
}

.navbar_button {
    left: 0
}

.navbar_brand {
    height: 40px
}

#inicio-section {
    background: #ffb403 url(/images/banner-principal-molea-y-gana-cada-dia-con-dona-maria.webp) center center/cover
}

#mecanica-section {
    background: center / center cover
}

#mecanica-section h2 {
    color: white
}

.card-body {
    line-height: 2em
}

.mecanica-description p {
    text-align: center
}

.mecanica-description span {
    color: #FFFFFF
}

.mecanica-div-image img {
    margin-left: 0px
}

#big-section {
    background-image: url(/images/background-rojo-corrugado.webp) !important;
    background-position: center center !important;
    background-size: cover !important
}

#premios-section .section-content-text p>span span {
    font-size: 34px
}

#premios-section .section-content-text p strong {
    font-size: 34px
}

#premios-section .section-content-text p,
#premios-section .txt-block-prizes {
    text-align: center
}

#premios-section .txt-block-prizes span {
    color: #ffffff;
    font-weight: 600
}

#small-section {
    background-image: url("/images/background-amarillo-degradado.webp") !important;
    background-position: center center !important;
    background-size: cover !important
}

.text-help span {
    color: #77432b
}

.btn-ayuda {
    color: #77432b
}

.border-right span {
    color: #ffffff
}

.footer-title span {
    color: #ffb403
}

.footer-title p span {
    color: #ffffff
}

.mecanica-second-image {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.calendario-concursos {
    border-collapse: collapse;
    width: 90%;
    background-color: transparent !important;
    border-color: #77442b;
    border-style: solid;
    margin-left: auto;
    margin-right: auto
}

.titulo-principal {
    color: #77432b;
    text-align: center
}

.titulo-seccion {
    color: #77432b;
    text-align: center
}

.celda {
    border-color: #77442b;
    border-style: solid;
    vertical-align: middle;
    background-color: transparent
}

.texto-centrado {
    text-align: center
}

.texto-marron {
    color: #77432b
}

.fila-titulo {
    height: 54.3984px
}

.fila-dato {
    height: 54.3984px
}

.celda-concurso {
    width: 15.6018%;
    height: auto
}

.celda-periodo-inicio {
    width: 14.9414%;
    height: auto
}

.celda-periodo-fin {
    width: 16.4273%;
    height: auto
}

.celda-seleccion {
    width: 16.5098%;
    height: auto
}

.celda-premios {
    width: 27.7365%;
    height: 54.3984px
}

.celda-cantidad {
    width: 8.91532%;
    height: 54.3984px
}

.fila-auto-altura {
    height: auto
}

.celda-auto-altura {
    height: auto
}

.texto-derecha {
    text-align: right
}

.negrita {
    font-weight: bold
}

.table>:not(caption)>*>* {
    background-color: transparent !important
}

.break-link {
    word-break: break-all !important
}

.winners__first-description {
    text-align: center;
    font-size: 23px;
    color: #db1f26
}

main {
    margin-top: var(--header-height)
}

.card {
    background: transparent !important
}

.anchor {
    display: block;
    position: relative;
    top: calc(var(--header-height)*-1);
    visibility: hidden
}

.footer-a:hover {
    color: #045D1B
}

.burger-menu-absolute {
    top: 17px;
    right: 20px
}

.rights-reserved::after {
    content: '®';
    font-size: 60%;
    position: relative;
    top: -0.75em;
    left: -0.1em
}

.dropdown-item-text {
    font-size: 14pt;
    color: #FFFFFF
}

.dropdown-item {
    font-size: 14pt
}

.dropdown-item:hover {
    color: #FFFFFF
}

/*extra styles*/
.img-mobile { display: none; }
.img-desktop { display: block; }

@media (max-width: 992px) {
  .img-mobile { display: block; }
  .img-desktop { display: none; }
}
