﻿@import url("https://fonts.googleapis.com/css2?family=Coiny&amp;display=swap");

@font-face {
    font-family: 'Fieldwork Geo';
    src: url(fieldwork-geo-regular-74b724eb76d248f80b0515c3477e3ce04b695dbe6fac626ce83eeae8f8b9e39a.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Fieldwork Geo';
    src: url(fieldwork-geo-light-334e985532bee8549d3b8511f8691bf8f05e30a886a96de83ed36f6bbdfeb06c.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

body {
    font-family: 'Fieldwork Geo', sans-serif
}

:root {
    --tipo-primary: 'Fieldwork Geo', 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
}

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
}

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;
    height: 100%;
    font-weight: bold;
    line-height: normal
}

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

@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
}

:root {
    --alpurablue: #003cda;
    --alpuralightblue: #4473e8;
    --alpurasoftblue: #4daad9
}

@font-face {
    font-family: 'Fieldwork Geo';
    src: url(fieldwork-geo-regular-74b724eb76d248f80b0515c3477e3ce04b695dbe6fac626ce83eeae8f8b9e39a.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Fieldwork Geo';
    src: url(fieldwork-geo-light-334e985532bee8549d3b8511f8691bf8f05e30a886a96de83ed36f6bbdfeb06c.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

body {
    font-family: 'Fieldwork Geo', sans-serif
}

body {
    font-family: 'Fieldwork Geo';
    font-weight: normal
}

header .navbar {
    width: 112%;
    height: 80px;
}

header a img {
    height: 60px !important
}

header .menu-icon {
    color: var(--alpuralightblue)
}

.nav-item a {
    color: #1c39e3;
    font-weight: normal;
    font-size: 16px
}

.nav-item a:hover {
    color: #4473e8 !important
}

@media (min-width: 1601px) {
    .nav-item a {
        font-size: 18px
    }
}

@media (max-width: 1600px) {
    .nav-item a {
        font-size: 16px
    }
}

@media (max-width: 1200px) {
    .nav-item a {
        font-size: 14px;
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}

@media (max-width: 960px) {
    .nav-item a {
        color: #000000;
        font-size: 17px
    }
}

@media (max-width: 767px) {
    .nav-item a {
        color: #000000;
        font-size: 16px
    }
}

@media screen and (max-width: 991px) {
    .alpura-offcanvas {
        margin-top: 80px
    }

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

#inicio-section {
    padding: 0px !important
}

#inicio-section .divided-container {
    padding: 0px !important
}

#inicio-section .justify-content-md-center {
    justify-content: end !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: 300 !important;
    padding-top: 20px;
    line-height: normal
}

.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
}

@media (max-width: 600px) {
    #mecanica-section {
        padding-block: 40px 80px
    }
}

@media (min-width: 1200px) {
    padding-block:40px 80px
}

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

#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
}

@media (max-width: 767px) {
    #premios-section .section-title {
        padding-top: 20px !important
    }
}

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

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

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

.accordion-button::after {
    margin-left: auto;
    font-weight: bold;
    top: 0px !important;
    color: #045BE2 !important;
    position: static !important
}

.accordion-button:not(.collapsed)::after {
    right: 29px !important;
    left: auto;
    top: 23px !important;
    color: #045BE2 !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: var(--alpurasoftblue);
    color: #FFFFFF !important;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px
}

.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: 800
}

.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
}

#ganadores-section {
    padding: 24px 120px
}

#help-center-section {
    padding-top: 90px;
    padding-bottom: 90px
}

@media (max-width: 767px) {
    #help-center-section .section-title {
        padding-top: 0px
    }
}

@media (max-width: 767px) {
    #help-center-section {
        padding-bottom: 50px;
        padding-top: 50px
    }
}

.mecanica-bottom {
    font-weight: 600
}

.winners-pagination .page-item.active .page-link {
    background-color: white !important;
    color: var(--alpurablue) !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-center-section {
    background-image: url(../public-assets/desk-home-ayuda-left.svg), url(../public-assets/desk-home-ayuda-right.svg) !important;
    background-position: left center, right center !important;
    background-size: auto !important;
    background-repeat: no-repeat, no-repeat !important
}

@media (max-width: 767px) {
    #help-center-section {
        background-position: -25px center, calc(100% + 25px) center !important
    }
}

#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: #128c7e;
    background: linear-gradient(90deg, #128c7e 0%, #25d366 100%);
    border: 0;
    padding: 25px 10px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    font-weight: 800;
    font-size: 22px;
    border: 2px solid white;
    border-right: 0 !important
}

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

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

#ayuda-section {
    padding: 60px 0;
    background-color: #045BE2 !important;
    color: white
}

#ayuda-section h1 {
    font-weight: 700;
    font-size: 3.5rem
}

#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
    }
}

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

#faq-section .accordion-item {
    border-radius: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
    border-bottom: 1px double #045BE2 !important;
    overflow: hidden;
    padding-block: 14px !important
}

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

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

#faq-section .accordion-item .accordion-body {
    font-weight: 300;
    color: #333333;
    line-height: 27px;
    font-size: 18px !important;
    padding-bottom: 0 !important;
    padding-top: 20px !important
}

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

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

#faq-section .help-home-container .btn-ayuda {
    background-color: #009343;
    color: white;
    font-size: 22px;
    border-radius: 99px;
    display: block !important;
    width: fit-content;
    padding: 20px 30px !important;
    margin-top: 26px;
    font-weight: normal
}

.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;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1)
}

#contact-form-entry .register-form .row input,
#contact-form-entry .register-form .row textarea {
    margin-bottom: 10px
}

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

#contact-form-entry .form-btn {
    background-color: #1c39e3 !important;
    border-radius: 99px;
    color: #ffffff;
    font-weight: normal
}

#contact-form-entry .form-btn:hover {
    color: #ffffff;
    background-color: #527aee !important
}

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

#ganadores-consumidor-section,
#premios-section {
    padding-bottom: 100px;
    padding-top: 60px
}

@media (max-width: 767px) {

    #ganadores-consumidor-section,
    #premios-section {
        padding-bottom: 20px !important;
        padding-top: 20px !important
    }
}

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

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

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

@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
    }
}

@media screen and (max-width: 771px) {
    #faq-section {
        background-position-x: -80px !important
    }

    .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) {
    #ayuda-section {
        padding: 60px 0
    }

    #premios-section .section-content-element.section-content-text,
    #premios-section .divided-content-img {
        width: 90% !important;
        margin: 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 h2 {
        text-align: center
    }

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

    .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 {
    font-weight: 300 !important
}

#faq-section .section-title {
    font-size: 2.5rem
}

#Contacto-section {
    font-weight: 300 !important
}

#Contacto-section .section-title {
    font-size: 2.5rem
}

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

@media screen and (max-width: 576px) {
    .header-cta {
        font-size: 14px
    }

    #premios-section .section-content-text p>span {
        font-size: 24pt !important;
        line-height: 30pt !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 (min-width: 769px) {
    .premios-titulo {
        font-size: 2rem
    }

    .premios-desc {
        font-weight: 100;
        font-size: 24px
    }
}

@media (max-width: 768px) {
    .premios-titulo {
        font-size: 28px
    }

    .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: #f0f0f0 solid 1px
    }

    .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 {
        width: 100%;
        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
}

@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
}

.container-modal {
    padding-left: 25px;
    padding-right: 25px
}

.reg-modal-btn {
    width: 200px !important
}

@media (max-width: 768px) {
    .reg-modal-btn {
        width: 100% !important
    }

    .container-modal {
        padding-left: 10px;
        padding-right: 10px
    }

    .modal-content {
        padding: 0 !important
    }

    .close-button {
        margin-top: 14px !important;
        font-size: 24px !important;
        top: 4px !important;
        right: 10px !important
    }
}

@media (max-width: 991px) {
    .banner-txt-medium {
        font-size: 28px;
        text-align: center
    }

    .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
    }

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

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

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

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

@media (max-width: 991px) and (max-width: 767px) {
    #mecanica-section {
        padding-bottom: 20px !important;
        padding-top: 20px !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: #000000 !important;
    font-weight: 500
}

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

.btn-banner {
    color: #ffffff !important;
    background-color: var(--alpurablue);
    border-radius: 100px;
    font-weight: 900;
    font-size: 20px;
    font-family: "Coiny", system-ui;
    font-weight: 300;
    font-style: normal;
    padding-bottom: 7px;
    padding-top: 7px
}

.btn-banner:hover {
    background-color: #527AEE
}

.hero-btn-banner {
    color: var(--alpurablue) !important;
    background-color: #fff !important;
    border: 1px solid var(--alpurablue);
    border-radius: 100px;
    font-weight: 900;
    font-size: 24px;
    font-family: "Coiny", system-ui;
    font-weight: 400;
    font-style: normal
}

.hero-btn-banner:hover {
    background-color: var(--alpurasoftblue) !important;
    border: 1px solid var(--alpurasoftblue);
    color: #fff !important
}

.header-cta {
    color: #ffffff !important;
    background-color: var(--alpuralightblue) !important;
    border-radius: 100px;
    font-weight: 300 !important;
    font-style: normal
}

.header-cta:hover {
    background-color: var(--alpurablue) !important;
    color: #fff !important
}

.section-title {
    font-size: 3.5rem;
    font-weight: 600;
    color: var(--alpurablue) !important;
    text-align: center !important
}

#alpura-footer-content {
    color: #ffffff
}

#alpura-footer-content h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px
}

#alpura-footer-content .footer-nav-listing {
    margin-top: 20px;
    list-style: none;
    padding: 0px
}

#alpura-footer-content .footer-nav-listing li {
    margin-bottom: 7px
}

#alpura-footer-content .footer-nav-listing a {
    text-decoration: none
}

#alpura-footer-content .footer-nav-listing a:hover {
    color: var(--alpurasoftblue)
}

#alpura-footer-content .segob-vigencia {
    font-size: 13px;
    line-height: 15px
}

.mecanica-div-image img {
    margin-bottom: 10px !important;
    margin-top: 40px !important
}

.mecanica-description h3 {
    color: var(--alpurablue) !important
}

.mecanica-description p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px !important
}

.mecanica-description a {
    font-size: 14px;
    color: var(--alpuralightblue);
    text-decoration: underline
}

.mecanica-description a:hover {
    color: var(--alpurablue)
}

p.premio-desc {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px !important
}

p.premio-detalle {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px !important
}

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

.ayuda-banner-subtitle {
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 30px
}

.hero-title-img {
    width: 640px;
    height: auto
}

.hero-subtitle-img {
    width: 600px;
    height: auto
}

.hero-terms p {
    margin-bottom: 5px;
    font-weight: 300;
    text-align: left
}

.winners-item {
    border-bottom: #f0f0f0 solid 1px !important
}

.inspirate-box {
    text-align: left;
    padding-right: 30px
}

#inspirate-section .section-content-element {
    height: inherit !important
}

.inspirate-txt {
    font-size: 24px;
    line-height: 34px;
    font-weight: 300
}

.inspirate-title {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 25px;
    color: var(--alpurablue) !important
}

.mecanica-description h4 {
    color: var(--alpurablue) !important;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 24px
}

.premios-subtitle {
    color: #000000;
    font-weight: 300
}

#premios-section {
    background-image: url(../public-assets/desk-premios-bg.webp) !important;
    text-align: center !important
}

#premios-section img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto
}

.premios-titulo {
    color: var(--alpurablue);
    margin-bottom: 24px
}

.premios-desc {
    font-weight: 100
}

.premios-caption {
    font-weight: 100;
    font-size: 18px
}

#inspirate-section {
    padding-top: 40px;
    padding-bottom: 40px
}

@media (max-width: 767px) {
    #inspirate-section {
        padding-bottom: 20px !important;
        padding-top: 20px !important
    }
}

.footer-logo {
    max-height: 100%;
    height: auto;
    width: 220px
}

.winner-title-table:first-of-type {
    border-right: 1px solid #6cbadf
}

.winner-title-table:last-of-type {
    border-left: 1px solid #6cbadf
}

.winners__title h5 {
    font-size: 26px;
    font-weight: 100;
    margin-bottom: 30px
}

.premio-img {
    max-width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.ganador-nombre {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 4px
}

.ganador-location {
    font-weight: 100;
    font-size: 16px
}

.ayuda-cover-title {
    font-family: "Coiny", system-ui;
    font-weight: 400;
    font-style: normal
}

#Contacto-section .section-title {
    margin-bottom: 50px !important
}

.form-btn {
    color: #ffffff !important;
    background-color: var(--alpurablue) !important;
    border-radius: 100px !important;
    font-weight: 900;
    font-size: 24px !important;
    font-family: "Coiny", system-ui;
    font-weight: 400;
    font-style: normal
}

.form-btn:hover {
    background-color: var(--alpuralightblue) !important
}

.sesion-footer {
    align-items: end !important;
    text-align: right !important
}

.no-account-links {
    list-style: none;
    margin: 0px;
    padding: 0px
}

.no-account-links li {
    display: inline-block
}

@media screen and (max-width: 400px) {
    .header-cta {
        font-size: 13px
    }
}

@media screen and (max-width: 767px) {
    .submitRequest-boton {
        width: 100% !important
    }

    .no-account-links {
        list-style: none;
        margin: 0px;
        padding: 0px
    }

    .no-account-links li {
        display: block
    }
}

@media screen and (max-width: 767px) and (max-width: 600px) {
    .no-account-links {
        list-style: none;
        margin-top: 0px;
        padding: 0px
    }

    .no-account-links li {
        display: block;
        margin-top: 15px
    }
}

@media screen and (max-width: 767px) {
    .sesion-footer {
        flex-direction: column-reverse !important;
        align-items: center !important
    }

    .modal-content {
        border-radius: 30px !important;
        aspect-ratio: inherit !important;
        padding: 25px !important
    }

    .modal-content .form-btn {
        font-family: inherit !important;
        font-size: 17px !important;
        margin-top: 20px;
        margin-bottom: 15px
    }

    .modal-content .modal-footer-login {
        flex-direction: column-reverse !important;
        align-items: center !important
    }

    .alpura-modal-title {
        font-size: 26px !important
    }

    .reg-sub-txt,
    .login-sub-txt {
        margin-bottom: 5px !important;
        font-size: 15px !important
    }

    .card.thanks-box {
        border: none !important;
        margin-top: 30px;
        margin-bottom: 30px;
        background-color: white !important;
        padding-top: 30px !important;
        padding-bottom: 0px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        border-radius: 15px !important
    }

    .card.thanks-box h1 {
        font-size: 28px !important
    }

    .btn-thanks-cta {
        color: #ffffff !important;
        background-color: var(--alpurablue) !important;
        border-radius: 100px;
        font-family: "Coiny", system-ui;
        font-weight: 300 !important;
        font-style: normal;
        width: 200px
    }

    .btn-thanks-cta:hover {
        background-color: var(--alpuralightblue) !important;
        color: #fff !important
    }

    .ins-img {
        max-width: 100%;
        height: auto
    }

    #nu-hero-row {
        background-image: url(../public-assets/hero-background-mobile.webp) !important;
        background-size: 100% auto !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
        min-height: 560px !important;
        padding-bottom: 15px;
        border-radius: 0 0 40px 40px !important
    }

    .hero-img-txt {
        height: auto !important;
        max-width: 100% !important
    }

    .hero-cta-box {
        position: relative
    }

    .hero-cta-box #register-form-entry {
        position: absolute;
        top: 80% !important;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .hero-cta-box #register-form-entry .hero-btn-banner {
        font-size: 20px !important
    }

    .profile-form .half {
        width: 100% !important
    }

    .participaciones-header {
        border-radius: 15px
    }

    .participaciones-header h2 {
        font-size: 24px !important;
        font-family: "Coiny", system-ui;
        font-weight: 700;
        font-style: normal;
        margin-bottom: 0px !important
    }

    .participaciones-header h3 {
        font-size: 24px !important;
        font-family: "Coiny", system-ui;
        font-weight: 700;
        font-style: normal
    }

    .participaciones-header p {
        margin-bottom: 4px !important;
        font-size: 16px
    }

    .participaciones-header p span {
        font-size: 14px
    }

    .participaciones-header p a {
        font-size: 15px;
        text-decoration: underline
    }

    .participaciones-header p a:hover {
        color: var(--alpurasoftblue)
    }

    h3.premios-sub {
        text-align: center;
        font-size: 17px !important;
        font-weight: 100;
        margin-bottom: 10px
    }

    #premios-section {
        padding-left: 20px;
        padding-right: 20px
    }

    #ganadores-section {
        padding-left: 20px;
        padding-right: 20px
    }

    .alpura-header-logo {
        height: auto !important;
        width: 100% !important
    }

    #help-center-section {
        background-size: auto 100% !important;
        background-repeat: no-repeat, no-repeat !important
    }

    #help-center-section .btn-banner {
        font-size: 18px
    }

    .ayuda-banner-subtitle {
        font-size: 20px
    }

    .winners__title h5 {
        font-size: 17px
    }

    #inspirate-section {
        padding-bottom: 0px
    }

    .inspirate-box {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px
    }

    .inspirate-title {
        text-align: center;
        font-size: 2rem
    }

    .inspirate-txt {
        font-size: 17px;
        line-height: 26px;
        text-align: center
    }

    .home-premio-img {
        margin-top: 30px
    }

    .premios-desc {
        font-weight: 100;
        font-size: 20px
    }

    .premios-caption {
        font-weight: 100;
        font-size: 15px
    }

    .subtitle-contact {
        text-align: center;
        font-size: 20px
    }

    .footer-logo {
        width: 150px;
        height: auto;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto
    }

    .accordion-body p {
        font-size: 16px;
        line-height: 22px
    }

    #ayuda-section h1 {
        font-weight: 700;
        font-size: 2.5rem
    }

    #Contacto-section .section-title {
        margin-top: 20px !important
    }

    #faq-section .section-title,
    #Contacto-section .section-title {
        margin-bottom: 20px !important;
        font-size: 26px !important
    }

    #faq-section {
        padding: 20px
    }

    .hero-terms {
        margin-top: 25px
    }

    .hero-terms p {
        text-align: center !important;
        font-size: 12px
    }

    .hero-title-img {
        width: 90% !important;
        height: auto !important
    }

    .hero-subtitle-img {
        width: 90% !important;
        height: auto !important
    }

    #alpura-footer-content {
        padding-bottom: 3rem
    }

    .segob-vigencia {
        font-size: 14px !important;
        line-height: 20px !important
    }

    .fr-dib {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
        width: 170px;
        height: auto
    }

    #alpura-footer-content h3 {
        margin-top: 20px;
        margin-bottom: 10px
    }

    #alpura-footer-content .footer-nav-listing li {
        margin-bottom: 4px;
        font-size: 16px
    }
}

@media (max-width: 1150px) {
    .ins-img {
        max-width: 100%
    }
}

h3.ganadores-sub {
    font-size: 20px !important;
    text-align: center;
    font-weight: 100;
    margin-bottom: 30px
}

h3.premios-sub {
    text-align: center;
    font-size: 22px !important;
    font-weight: 100;
    margin-bottom: 30px
}

.participaciones-header {
    background-color: var(--alpuralightblue) !important;
    background-image: url(../public-assets/desk-home-ayuda-left.svg), url(../public-assets/desk-home-ayuda-right.svg) !important;
    background-position: -20px center, calc(100% + 20px) center !important;
    background-repeat: no-repeat, no-repeat !important;
    border-radius: 15px
}

.participaciones-header h2 {
    font-size: 32px;
    font-family: "Coiny", system-ui;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0px !important
}

.participaciones-header h3 {
    font-size: 32px;
    font-family: "Coiny", system-ui;
    font-weight: 700;
    font-style: normal
}

.participaciones-header p {
    margin-bottom: 4px !important;
    font-size: 16px
}

.participaciones-header p span {
    font-size: 12px
}

.participaciones-header p a {
    font-size: 13px;
    text-decoration: underline
}

.participaciones-header p a:hover {
    color: var(--alpurasoftblue)
}

@media (max-width: 600px) {
    .participaciones-header {
        background-color: var(--alpuralightblue) !important;
        background-image: url(../public-assets/desk-home-ayuda-left.svg), url(../public-assets/desk-home-ayuda-right.svg) !important;
        background-position: -45px center, calc(100% + 45px) center !important;
        background-repeat: no-repeat, no-repeat !important;
        border-radius: 15px
    }
}

.participaciones-detalle h3 {
    font-size: 15px;
    font-weight: 300
}

.participaciones-detalle p {
    margin-top: 7px;
    font-weight: 100;
    font-size: 12px;
    font-style: italic
}

.participaciones-detalle h4 {
    font-weight: 300;
    font-size: 14px
}

.dotted-grid {
    text-align: center;
    background-color: white;
    border-radius: 10px;
    border: 2px dashed #dbdbdb;
    overflow: hidden;
    height: 240px
}

.dotted-grid img {
    margin-left: auto;
    margin-right: auto
}

.download-btn {
    width: 210px;
    background-color: white;
    border-radius: 200px;
    color: var(--alpurablue)
}

.download-btn:hover {
    background-color: var(--alpurasoftblue);
    color: #ffffff
}

.upload-btn {
    color: var(--alpurablue);
    background-color: #fff;
    border: 1px solid var(--alpurablue);
    border-radius: 200px;
    font-size: 13px
}

.upload-btn i {
    color: var(--alpurablue)
}

.upload-btn:hover {
    background-color: var(--alpurasoftblue);
    color: white;
    border: 1px solid var(--alpurasoftblue)
}

.contact-logged-in {
    background-attachment: fixed !important
}

.hero-btn-login {
    font-size: 14px;
    font-weight: 300;
    background-color: #527AEE !important
}

.footer-social-listing {
    text-align: center;
    padding: 0px;
    list-style: none
}

.footer-social-listing li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px
}

.hero-img-txt {
    height: auto !important;
    max-width: 100% !important
}

#nu-hero-row {
    background-image: url(../public-assets/hero-background-desk.webp);
    background-color: none !important;
    background-size: 100% auto !important;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 500px;
    border-radius: 0 0 40px 40px
}

.hero-cta-box {
    position: relative
}

.hero-cta-box #register-form-entry {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.card.thanks-box {
    border: none !important;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: white !important;
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    padding-left: 15%;
    padding-right: 15%;
    border-radius: 15px !important
}

.card.thanks-box h1 {
    color: var(--alpurablue);
    font-size: 32px;
    font-family: "Coiny", system-ui;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 25px
}

.card.thanks-box p {
    font-weight: 300
}

.card.thanks-box h3 {
    margin-top: 30px;
    font-size: 16px
}

.btn-thanks-cta {
    color: #ffffff !important;
    background-color: var(--alpurablue) !important;
    border-radius: 100px;
    font-family: "Coiny", system-ui;
    font-weight: 300 !important;
    font-style: normal;
    width: 200px
}

.btn-thanks-cta:hover {
    background-color: var(--alpuralightblue) !important;
    color: #fff !important
}

.thanks-social-links {
    text-align: center;
    list-style: none;
    padding: 0px;
    margin-top: 20px
}

.thanks-social-links li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px
}

.alpura-modal-title {
    color: var(--alpurablue);
    font-weight: 700;
    font-size: 37px
}

.login-sub-txt {
    font-size: 17px !important
}

@media (max-width: 600px) {
    .login-sub-txt {
        font-size: 15px !important;
        text-align: center !important
    }

    .alpura-modal-title {
        text-align: center !important
    }
}

.login-component {
    text-align: left !important
}

.general-register__paragraph {
    margin-bottom: 15px;
    font-weight: 300;
    text-align: left
}

@media (max-width: 600px) {
    .general-register__paragraph {
        margin-bottom: 4px;
        font-weight: 300;
        font-size: 13px;
        text-align: left
    }
}

.close-button i {
    color: var(--alpurablue) !important
}

.modal-content {
    border-radius: 40px !important;
    aspect-ratio: inherit !important;
    padding: 25px !important
}

.modal-content .form-btn {
    font-family: inherit !important;
    font-size: 18px !important;
    margin-top: 20px
}

.hero-btn-login {
    background-color: #527AEE !important;
    color: white !important;
    border-color: none;
    border: none
}

#header.fixed-top {
    z-index: 999 !important
}

.modal-overlay {
    z-index: 1000 !important
}

#apr-hero-row {
    background-image: url("../public-assets/home-hero-desktop-bg-image.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-radius: 0 0 80px 80px
}

@media screen and (max-width: 1200px) {
    #apr-hero-row {
        border-radius: 0 0 60px 60px;
        padding-bottom: 15px
    }
}

@media screen and (min-width: 1400px) {
    #apr-hero-row {
        padding-bottom: 25px
    }
}

@media screen and (max-width: 767px) {
    #apr-hero-row {
        background-image: url("../public-assets/home-hero-mobile-bg-image.webp");
        background-size: 100% auto;
        border-radius: 0 0 50px 50px
    }
}

.apr-hero-cta-box {
    text-align: center;
    position: relative;
    height: 100%
}

@media (max-width: 500px) {
    .apr-hero-cta-box {
        background-size: 100% auto
    }
}

.apr-hero-cta-box #banner-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px
}

@media (min-width: 854px) {
    .apr-hero-cta-box #banner-button {
        bottom: 15px
    }
}

.apr-hero-cta-box #banner-button .hero-btn-banner {
    color: #0059a8;
    font-size: 14px;
    border-radius: 18px;
    border: none;
    transition: color 0.3s ease
}

.apr-hero-cta-box #banner-button .hero-btn-banner:hover {
    color: #ffffff
}

@media (min-width: 768px) {
    .apr-hero-cta-box #banner-button .hero-btn-banner {
        font-size: 13px;
        border-radius: 28px
    }
}

@media (min-width: 1200px) {
    .apr-hero-cta-box #banner-button .hero-btn-banner {
        font-size: 20px
    }
}

.hidden-desk-img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .hidden-desk-img {
        display: none
    }
}

@media (max-width: 400px) {
    .hidden-desk-img {
        height: 300px;
        margin-top: 0px
    }
}

.hidden-mobile-img {
    display: none
}

@media (min-width: 768px) {
    .hidden-mobile-img {
        display: block;
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
        width: 75% !important;
        height: auto !important
    }
}

@media (min-width: 900px) {
    .hidden-mobile-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 90% !important;
        height: auto !important
    }
}

@media screen and (max-width: 320px) and (max-height: 837px) {
    .hero-btn-banner {
        font-size: 12px !important
    }

    .header-cta {
        font-size: 12px !important;
        padding-left: 5px !important;
        padding-right: 5px !important
    }
}

@media screen and (max-width: 360px) and (max-height: 740px) {
    .hidden-desk-img {
        width: 90%
    }

    #apr-hero-row {
        height: 550px
    }

    #mecanica-section {
        padding-top: 0px !important
    }

    #banner-button {
        padding-bottom: 30px !important
    }
}

@media screen and (max-width: 344px) and (max-height: 882px) {
    .hidden-desk-img {
        width: 90%
    }

    #banner-button {
        padding-bottom: 60px !important
    }

    .header-cta {
        font-size: 12px !important;
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}

@media screen and (max-width: 540px) and (max-height: 720px) {
    #apr-hero-row {
        height: 780px !important
    }

    .hidden-desk-img {
        width: 100%
    }

    #apr-hero-row {
        background-size: 100% auto
    }

    #banner-button {
        padding-bottom: 30px
    }
}

@media screen and (max-width: 375px) and (max-height: 667px) {
    #apr-hero-row {
        height: 550px !important
    }

    #banner-button {
        padding-bottom: 25px
    }
}

@media screen and (max-width: 414px) and (max-height: 896px) {
    #apr-hero-row {
        height: 580px !important
    }

    #banner-button {
        padding-bottom: 25px
    }
}

@media screen and (max-width: 430px) and (max-height: 932px) {
    #apr-hero-row {
        height: 580px !important
    }

    #banner-button {
        padding-bottom: 25px
    }
}

.thead-alpura {
    border-radius: 20px 20px 0px 0px !important
}

#inicio-section .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 100% !important
}

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
}