﻿@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed:ital,wght@0,1..1000;1,1..1000&amp;display=swap");

:root {
    --tipo-primary: 'Sofia Sans Condensed', sans-serif !important
}

:root {
    --main-grid-padding: 5vw;
    --main-grid-max-width: 1400px;
    --selection: #02b378;
    --whatsapp-button-height: 10px;
    --header-height: 83px
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: var(--tipo-primary);
    font-style: italic;
    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: 900
}

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

header ul {
    font-size: larger
}

footer {
    z-index: 100
}

@media (max-width: 768px) {
    footer div p span {
        font-size: 13pt !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 {
        margin-bottom: var(--whatsapp-button-height)
    }
}

footer a {
    text-decoration: underline
}

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

.btn-float a,
.btn-float p {
    padding: 7px 35px 7px 40px;
    width: 100%;
    justify-content: center
}

.btn-float p {
    margin: 0
}

.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 {
        border: none;
        bottom: 0;
        border-radius: 0;
        justify-content: center;
        text-align: center;
        font-size: 1.2em;
        top: auto;
        width: 100%;
        z-index: 9999
    }

    .btn-float a {
        padding: 0.5em
    }
}

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

section {
    overflow: hidden
}

@media (max-width: 768px) {
    .section-title {
        margin-bottom: 30px !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.2;
    display: flex;
    justify-content: center
}

@media (max-width: 576px) {
    .section-content-text p>span {
        line-height: 30pt !important
    }

    .section-content {
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column-reverse
    }
}

.section-title {
    font-weight: 800;
    font-size: clamp(2.6em, 4vw, 3.8rem);
    text-align: center;
    text-shadow: -2px -2px 0 #0C3480, 2px -2px 0 #0C3480, -2px 2px 0 #0C3480, 2px 2px 0 #0C3480;
    padding-left: 7px;
    padding-right: 7px
}

@media (max-width: 576px) {
    .section-title {
        font-size: 38px
    }
}

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

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

#inicio-section,
#premios-section,
#mecanica-section,
#ganadores-section,
#stickers-section,
#faq-section {
    padding: 60px 0 100px 0;
    position: relative
}

@media (min-width: 541px) {
    #stickers-section img {
        width: 100% !important
    }
}

#inicio-section .divided-content-img {
    max-width: 700px !important;
    width: 100% !important
}

#inicio-section .banner-bottom {
    max-width: 100%;
    min-width: 100px;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(/images/banner-botom.png);
    background-size: contain;
    background-repeat: repeat-x
}

#inicio-section .banner-bottom img {
    display: none
}

#mecanica-section .banner-bottom {
    left: 0;
    bottom: -20px;
    object-fit: cover;
    object-position: left;
    justify-content: left !important
}

#mecanica-section .banner-bottom img {
    height: 300px
}

#mecanica-section .second-description {
    font-size: 32px;
    margin-top: 50px;
    display: block !important;
    line-height: normal !important
}

#premios-section .banner-bottom {
    right: 0;
    bottom: -20px;
    object-fit: cover;
    object-position: right;
    justify-content: right !important
}

#premios-section .banner-bottom img {
    height: 180px;
    margin: 0 !important;
    padding: 0 !important
}

#ganadores-section .banner-bottom {
    left: 0;
    bottom: 0;
    object-fit: cover;
    object-position: left;
    justify-content: left !important
}

#ganadores-section .banner-bottom img {
    height: 131px
}

#stickers-section .banner-bottom {
    right: 0;
    bottom: -20px;
    object-fit: cover;
    object-position: right;
    justify-content: right !important
}

#stickers-section .banner-bottom img {
    height: 160px;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain;
    object-position: right
}

#faq-section .banner-bottom {
    left: 0;
    bottom: -20px;
    object-fit: cover;
    object-position: left;
    justify-content: left !important
}

#faq-section .banner-bottom img {
    height: 160px
}

.accordion-button {
    font-size: 22px !important
}

header.shadow {
    box-shadow: 1px -13px 20px #000 !important
}

.btn-float-link {
    text-transform: uppercase !important;
    font-weight: 800 !important
}

#great-winners-table {
    display: none !important
}

.accordion-button strong {
    font-size: 22px !important
}

.accordion-button p {
    padding-right: 5px
}

.accordion-body {
    font-size: 20px !important;
    font-weight: 500 !important
}

@media (max-width: 780px) {
    #mecanica-section .second-description {
        margin: 0 !important
    }

    #premios-section .d-flex {
        display: grid !important
    }

    #mecanica-section .second-description {
        font-size: 26px
    }

    .card-body {
        margin-bottom: 30px
    }

    .txt-subtitle {
        font-size: 30px !important
    }

    .subtitle-xs {
        font-size: 24px !important
    }

    #mecanica-section .banner-bottom img {
        height: 180px
    }

    #premios-section .banner-bottom img {
        height: 109px
    }

    #stickers-section .banner-bottom img {
        height: 100px
    }

    #faq-section .banner-bottom img {
        height: 90px
    }

    .banner-bottom {
        bottom: 0 !important
    }

    #premios-section,
    #mecanica-section,
    #stickers-section,
    #faq-section {
        padding: 40px 0 70px 0;
        position: relative
    }

    #ganadores-section {
        padding: 40px 0 20px 0
    }

    #ganadores-section .section-title {
        margin-bottom: 0 !important
    }

    #ganadores-section .banner-bottom img {
        height: 90px
    }
}

@media (min-width: 814px) and (max-width: 1160px) {
    #mecanica-section .px-4 .second-description {
        padding-left: 6.5rem !important;
        padding-right: 6.5rem !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: #35c4c1
}

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

@media (max-width: 540px) {
    #stickers-section .section-content-element-image img {
      content: url('/images/busca-los-25-stickers-coleccionables-mob-g.jpg');
    }
  }
  