@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');

#bola-euro-2020 {
    font-family: 'Dosis', sans-serif;
}

    #bola-euro-2020 #menu-geral {
        position: fixed;
        top: 35%;
        -webkit-transform: translateY(-65%);
        -ms-transform: translateY(-65%);
        transform: translateY(-65%);
        z-index: 98;
        -webkit-transition: right 1s;
        -o-transition: right 1s;
        transition: right 1s;
        display: table;
        height: auto;
    }

#bola-euro-2020 #menu-geral #especialeuro2020 {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 5px;
    top: 55px;
}

#bola-euro-2020 #menu-geral #a-especial {
    position: absolute;
}


#bola-euro-2020 #menu-geral #especialeuro2020 #img {
    width: 100%;
}


#bola-euro-2020 #menu-fixo {
    width: 50px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.8);
    display: table-cell;
    text-align: center;
    border-radius: 0 0 0 10px;
}

    #bola-euro-2020 #menu-fixo svg {
        fill: #fff;
        width: 60%;
    }

#bola-euro-2020 #botao-abrir-menu-fixo {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10px 0 0 10px;
    display: -ms-inline-grid;
    display: inline-grid;
    position: absolute;
}

    #bola-euro-2020 #botao-abrir-menu-fixo #hamburger-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 40px;
        width: 40px;
        cursor: pointer;
        margin: auto;
        /*            padding-left: 10px;*/
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        #bola-euro-2020 #botao-abrir-menu-fixo #hamburger-menu .bar {
            height: 6px;
            background: rgba(255, 255, 255, 1);
            border-radius: 5px;
            margin: 3px 0px;
            -webkit-transform-origin: left;
            -ms-transform-origin: left;
            transform-origin: left;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        #bola-euro-2020 #botao-abrir-menu-fixo #hamburger-menu #top {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        #bola-euro-2020 #botao-abrir-menu-fixo #hamburger-menu #middle {
            opacity: 1;
        }

        #bola-euro-2020 #botao-abrir-menu-fixo #hamburger-menu #bottom {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }

#bola-euro-2020 #header-bolas {
    height: 100vh;
    width: auto;
    z-index: 90;
    position: relative;
    transition: all 1s;
}

    #bola-euro-2020 #header-bolas #header-text {
        height: 40%;
        width: 45%;
        padding: 0 50px;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.85);
        color: #ffffff;
        text-align: center;
        transition: width 1s;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 0 25px 25px 0;
    }

        #bola-euro-2020 #header-bolas #header-text #text-container {
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            left: 50%;
            transition: opacity .25s;
            width: 100%;
        }

            #bola-euro-2020 #header-bolas #header-text #text-container h1 {
                font-size: 32pt;
                font-weight: 600;
            }

                /*                    #bola-euro-2020 #header-bolas #header-text #text-container h1 span:nth-child(1) {
                        font-size: 40pt;
                        font-weight: 700;
                        display: block
                    }*/

                #bola-euro-2020 #header-bolas #header-text #text-container h1 span:nth-child(1) {
                    font-size: 75pt;
                    font-weight: 700;
                    display: block;
                }

    /*                #bola-euro-2020 #header-bolas #header-text #text-container p {
                    font-size: 16pt;
                    font-weight: 300;
                }*/

    #bola-euro-2020 #header-bolas #open-content {
        height: 32vw;
        width: 32vw;
        position: absolute;
        top: 50%;
        right: 10%;
        transform: translateY(-50%);
        opacity: 1;
        transition: all .5s;
        background-color: #fff;
        border-radius: 50%;
        transform-origin: top;
    }

        /*#bola-euro-2020 #header-bolas #open-content #svg-container {
                transform: rotate(-90deg);
            }*/

        #bola-euro-2020 #header-bolas #open-content:hover {
            cursor: pointer;
            transform: scale(1.1) translateY(-50%);
            background-color: #000;
        }

#bola-euro-2020 #content-bolas {
    height: 100vh;
    width: 100vw;
    background-image: url(/DataJournalism/static/bola-page/img/fundo-relvado-espelho.jpg);
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 1s;
}

#bola-euro-2020 #content {
    height: 100%;
    width: auto;
    position: relative;
    opacity: 0;
    background: rgba(0,0,0,0.5);
    transition: all 1s;
}

#bola-euro-2020 #content-bolas #slider-container {
    height: 90%;
    width: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

    #bola-euro-2020 #content-bolas #slider-container .prev {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 50%;
        left: 1%;
        transform: translateY(-50%);
        z-index: 10;
        cursor: pointer;
    }

        #bola-euro-2020 #content-bolas #slider-container .prev svg path {
            fill: rgba(255, 255, 255, 0.5);
        }

        #bola-euro-2020 #content-bolas #slider-container .prev:hover svg path {
            fill: rgba(255, 255, 255, 1);
        }

    #bola-euro-2020 #content-bolas #slider-container .next {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 50%;
        right: 1%;
        transform: translateY(-50%) rotate(180deg);
        z-index: 10;
        cursor: pointer;
    }

        #bola-euro-2020 #content-bolas #slider-container .next svg path {
            fill: rgba(255, 255, 255, 0.5);
        }

        #bola-euro-2020 #content-bolas #slider-container .next:hover svg path {
            fill: rgba(255, 255, 255, 1);
        }

        #bola-euro-2020 #content-bolas #slider-container .next.slick-disabled svg path,
        #bola-euro-2020 #content-bolas #slider-container .next.slick-disabled:hover svg path {
            fill: rgba(255, 255, 255, 0.1);
        }

    #bola-euro-2020 #content-bolas #slider-container .ball-slider {
        height: 100%;
        width: 100%;
    }

        #bola-euro-2020 #content-bolas #slider-container .ball-slider .slick-list {
            height: 100%;
        }

        #bola-euro-2020 #content-bolas #slider-container .ball-slider .slick-track {
            height: 100%;
        }

        #bola-euro-2020 #content-bolas #slider-container .ball-slider .slick-slide div {
            height: 100%;
            width: 100%;
        }

        #bola-euro-2020 #content-bolas #slider-container .ball-slider .slick-slide {
            position: relative;
            display: grid;
            place-items: center;
            margin: 0 50px;
        }

        #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball {
            width: 500px;
            height: 500px;
            perspective: 1000px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            cursor: pointer;
        }

            #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball .ano-da-bola {
                position: relative;
                top: 50px;
                text-align: center;
                margin-top: -50pt;
                margin-bottom: 70px;
                font-size: 35pt;
                color: #fff;
                line-height: 45px;
            }

                #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball .ano-da-bola span {
                    text-transform: uppercase;
                    font-size: 20pt;
                }

        #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-inner {
            position: relative;
            width: 100%;
            height: 100%;
            text-align: center;
            transition: transform 0.6s;
            transform-style: preserve-3d;
        }

        #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball:hover .ball-inner {
            transform: scale(1.02);
        }

            #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball:hover .ball-inner.active {
                transform: scale(1.02) rotateY(180deg);
            }

        #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-inner img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

        #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-inner.active {
            transform: rotateY(180deg);
        }

        #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-front,
        .ball-back {
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            border-radius: 50%;
            background-color: #fff;
        }

        #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back {
            display: grid;
            place-items: center;
            background-color: rgba(0,0,0,0.1);
            color: #ffffff;
            transform: rotateY(180deg);
        }

            #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #background-2020 {
                background-image: url(/DataJournalism/static/bola-page/img/bolas/bola-2020.svg);
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                width: 100%;
                height: 100%;
                position: absolute;
                border: 10px solid #000;
                border-radius: 50%;
            }

            #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #background-2016 {
                background-image: url(/DataJournalism/static/bola-page/img/bolas/bola-2016.svg);
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                width: 100%;
                height: 100%;
                position: absolute;
                border: 10px solid #000;
                border-radius: 50%;
            }

            #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #background-2012 {
                background-image: url(/DataJournalism/static/bola-page/img/bolas/bola-2012.svg);
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                width: 100%;
                height: 100%;
                position: absolute;
                border: 10px solid #000;
                border-radius: 50%;
            }

            #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #background-2008 {
                background-image: url(/DataJournalism/static/bola-page/img/bolas/bola-2008.svg);
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                width: 100%;
                height: 100%;
                position: absolute;
                border: 10px solid #000;
                border-radius: 50%;
            }

            #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #background-2004 {
                background-image: url(/DataJournalism/static/bola-page/img/bolas/bola-2004.svg);
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                width: 100%;
                height: 100%;
                position: absolute;
                border: 10px solid #000;
                border-radius: 50%;
            }

            #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #background-2000 {
                background-image: url(/DataJournalism/static/bola-page/img/bolas/bola-2000.svg);
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                width: 100%;
                height: 100%;
                position: absolute;
                border: 10px solid #000;
                border-radius: 50%;
            }

            #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #background-creditos {
                background-image: url(/DataJournalism/static/bola-page/img/bolas/bola-creditos.png);
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                width: 100%;
                height: 100%;
                position: absolute;
                border: 10px solid #000;
                border-radius: 50%;
            }

            #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #ball-text {
                z-index: 10;
                background-color: rgba(0,0,0,0.85);
                border-radius: 50%;
                position: relative;
            }

                #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #ball-text #texto-da-bola,
                #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #ball-text #texto-creditos {
                    width: 100%;
                    height: auto;
                    position: absolute;
                    top: 48%;
                    left: 50%;
                    transform: translate(-50%, -52%);
                }

                    #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #ball-text #texto-da-bola h1 {
                        font-size: 32pt;
                        text-transform: uppercase;
                        padding: 0 50px;
                        margin-bottom: 0;
                        line-height: 40px;
                    }

                    #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #ball-text #texto-da-bola p,
                    #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #ball-text #texto-creditos p {
                        font-size: 14pt;
                        padding: 0 60px;
                        line-height: 20px;
                        margin-top: 10px;
                        margin-bottom: 10px;
                    }

                        #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #ball-text #texto-creditos p span {
                            display: block;
                            font-weight: 600;
                        }
                    /*                        
                        #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #ball-text #texto-da-bola #ler-mais {
                            display: block;
                        }*/

                    #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #ball-text #texto-da-bola #ler-mais {
                        display: none;
                    }

                        #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #ball-text #texto-da-bola #ler-mais:hover {
                            transform: translate(-50%) scale(1.1);
                        }

                        #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #ball-text #texto-da-bola #ler-mais:active {
                            transform: translate(-50%) scale(1.0);
                        }

#bola-euro-2020 #content-bolas .ball-modal {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
}

    #bola-euro-2020 #content-bolas .ball-modal.active {
        display: block;
    }

    #bola-euro-2020 #content-bolas .ball-modal #modal-content {
        width: 85%;
        height: auto;
        overflow-y: auto;
        background-color: #ffffff;
        position: relative;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        padding: 15px;
        box-sizing: border-box;
        border-radius: 10px;
        margin-top: 110px;
    }

        #bola-euro-2020 #content-bolas .ball-modal #modal-content #texto-da-bola #close {
            position: absolute;
            top: 5%;
            right: 1%;
            width: 35px;
            height: 35px;
            cursor: pointer;
        }

        #bola-euro-2020 #content-bolas .ball-modal #modal-content #texto-da-bola h1 {
            font-size: 32pt;
            margin: 0;
        }

        #bola-euro-2020 #content-bolas .ball-modal #modal-content #texto-da-bola p,
        #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #ball-text #texto-creditos p {
            font-size: 14pt;
        }

            #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #ball-text #texto-creditos p span {
                display: block;
                font-size: 14pt;
                font-weight: 600;
            }



#bola-euro-2020 .slide-dots {
    position: absolute;
    display: block;
    bottom: -15px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    #bola-euro-2020 .slide-dots li {
        position: relative;
        display: inline-block;
        font-size: 0;
        width: 50px;
        height: 50px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
        opacity: .5;
    }

        #bola-euro-2020 .slide-dots li:nth-child(7) {
            display: none;
        }

        #bola-euro-2020 .slide-dots li button {
            border: none;
            outline: none;
            background-color: transparent;
        }

    #bola-euro-2020 .slide-dots .slick-active,
    #bola-euro-2020 .slide-dots .slick-active:hover {
        opacity: 1;
    }

    #bola-euro-2020 .slide-dots li:hover {
        opacity: .75;
    }

    #bola-euro-2020 .slide-dots li:nth-of-type(1) {
        background-image: url("/DataJournalism/static/bola-page/img/bolas/bola-2020.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #fff;
        border-radius: 50%;
    }

    #bola-euro-2020 .slide-dots li:nth-of-type(2) {
        background-image: url("/DataJournalism/static/bola-page/img/bolas/bola-2016.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #fff;
        border-radius: 50%;
    }

    #bola-euro-2020 .slide-dots li:nth-of-type(3) {
        background-image: url("/DataJournalism/static/bola-page/img/bolas/bola-2012.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #fff;
        border-radius: 50%;
    }

    #bola-euro-2020 .slide-dots li:nth-of-type(4) {
        background-image: url("/DataJournalism/static/bola-page/img/bolas/bola-2008.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #fff;
        border-radius: 50%;
    }

    #bola-euro-2020 .slide-dots li:nth-of-type(5) {
        background-image: url("/DataJournalism/static/bola-page/img/bolas/bola-2004.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #fff;
        border-radius: 50%;
    }

    #bola-euro-2020 .slide-dots li:nth-of-type(6) {
        background-image: url("/DataJournalism/static/bola-page/img/bolas/bola-2000.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #fff;
        border-radius: 50%;
    }

    #bola-euro-2020 .slide-dots li:nth-of-type(7) {
        background-image: url("/DataJournalism/static/bola-page/img/bolas/bola-creditos.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #fff;
        border-radius: 50%;
    }

@media screen and (max-width: 992px) {
    #bola-euro-2020 #header-bolas #open-content {
        right: 5%;
    }

    #bola-euro-2020 #header-bolas #header-text #text-container h1 {
        font-size: 25pt;
    }

        #bola-euro-2020 #header-bolas #header-text #text-container h1 span:nth-child(1) {
            font-size: 65pt;
        }
}

@media screen and (max-width: 700px) {
    #bola-euro-2020 #header-bolas #open-content {
        top: 60%;
        left: 50%;
        transform: translate(-50%, -10%);
        transform-origin: left;
        height: 40vh;
        width: 40vh;
        margin-top: 10px;
    }

        #bola-euro-2020 #header-bolas #open-content:hover {
            transform: scale(1.1) translate(-50%, -10%);
        }

    #bola-euro-2020 #header-bolas #header-text #text-container h1 {
        font-size: 20pt;
    }

        #bola-euro-2020 #header-bolas #header-text #text-container h1 span:nth-child(1) {
            font-size: 35pt;
        }

    #bola-euro-2020 #header-bolas #header-text {
        margin-top: 110px;
        height: 40%;
        width: 100%;
        padding: 0;
        border-radius: 0;
        top: 0;
        transform: none;
    }

    #bola-euro-2020 #content-bolas #slider-container .ball-slider {
        top: 50px;
    }

        #bola-euro-2020 #content-bolas #slider-container .ball-slider .slick-list {
            margin: 0 -50px;
        }

        #bola-euro-2020 #content-bolas #slider-container .ball-slider .slick-slide {
            margin: 0 50px;
        }

        #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #ball-text #texto-da-bola p {
            font-size: 13pt;
        }
}

@media screen and (max-width: 500px) {
    #bola-euro-2020 #header-bolas #open-content {
        top: 60%;
        left: 50%;
        transform: translateX(-50%);
        transform-origin: left;
        height: 35vh;
        width: 35vh;
    }

    #bola-euro-2020 #content-bolas #slider-container .prev {
        top: 90%;
        transform: translateY(-10%);
    }

    #bola-euro-2020 #content-bolas #slider-container .next {
        top: 90%;
        transform: translateY(-10%) rotate(180deg);
    }

    #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball {
        width: 275px;
        height: 275px;
    }

        #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball .ano-da-bola {
            font-size: 40pt;
        }

            #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball .ano-da-bola span {
                font-size: 20pt;
            }

    #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #ball-text #texto-da-bola {
        margin-top: -15px;
    }

        #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #ball-text #texto-da-bola h1 {
            font-size: 20pt;
        }

        #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #ball-text #texto-da-bola p {
            font-size: 12pt;
            padding: 0 15px;
        }

            #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #ball-text #texto-da-bola p:nth-of-type(1) {
                display: block;
            }

            #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #ball-text #texto-da-bola p:nth-of-type(2) {
                display: none;
            }

            #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #ball-text #texto-da-bola p:nth-of-type(3) {
                display: none;
            }

        #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #ball-text #texto-da-bola #ler-mais {
            display: grid;
            place-items: center;
            width: 75px;
            height: 35px;
            font-size: 15pt;
            color: #ffffff;
            text-decoration: underline;
            position: absolute;
            z-index: 10;
            left: 50%;
            transform: translate(-50%);
            border-radius: 5px;
        }

            #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #ball-text #texto-da-bola #ler-mais:hover {
                transform: translate(-50%) scale(1.1);
            }

            #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #ball-text #texto-da-bola #ler-mais:active {
                transform: translate(-50%) scale(1.0);
            }

    #bola-euro-2020 #content-bolas .ball-modal {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 98;
    }

        #bola-euro-2020 #content-bolas .ball-modal.active {
            display: block;
        }

        #bola-euro-2020 #content-bolas .ball-modal #modal-content {
            width: 85%;
            height: 300px;
            overflow: auto;
            background-color: #ffffff;
            position: relative;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 15px;
            box-sizing: border-box;
            border-radius: 10px;
            margin-top: 110px;
        }

            #bola-euro-2020 #content-bolas .ball-modal #modal-content #texto-da-bola #close {
                position: absolute;
                top: 5%;
                right: 8%;
                width: 35px;
                height: 35px;
                cursor: pointer;
            }

            #bola-euro-2020 #content-bolas .ball-modal #modal-content #texto-da-bola h1 {
                font-size: 32pt;
                margin: 0;
            }

            #bola-euro-2020 #content-bolas .ball-modal #modal-content #texto-da-bola p,
            #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #ball-text #texto-creditos p {
                font-size: 14pt;
            }

                #bola-euro-2020 #content-bolas #slider-container .ball-slider .carousel-cell .ball-back #ball-text #texto-creditos p span {
                    display: block;
                    font-size: 14pt;
                    font-weight: 600;
                }
}
