﻿@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;700&display=swap');

/*#menu-cm {
    width: 100%;
    height: 110px;
    background-color: white;
    position: fixed;
    z-index: 99;
}*/

#taca-euro-2020 {
    width: 100%;
    position: relative;
    height: 100vh;
    background-image: url(/DataJournalism/static/taca-page/img/background-taca-desktop.jpg);
    background-position: center;
    background-size: cover;
    font-family: 'Dosis', sans-serif;
}

    #taca-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;
    }

#taca-euro-2020 #menu-geral #especialeuro2020 {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 5px;
    top: 55px;
}

#taca-euro-2020 #menu-geral #a-especial {
    position: absolute;
}


#taca-euro-2020 #menu-geral #especialeuro2020 #img {
    width: 100%;
}

    #taca-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;
    }

        #taca-euro-2020 #menu-fixo svg {
            fill: #fff;
            width: 60%;
        }

    #taca-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;
    }

        #taca-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;
            /*margin-left: 12px*/
        }

            #taca-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;
            }

            #taca-euro-2020 #botao-abrir-menu-fixo #hamburger-menu #top {
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            #taca-euro-2020 #botao-abrir-menu-fixo #hamburger-menu #middle {
                opacity: 1;
            }

            #taca-euro-2020 #botao-abrir-menu-fixo #hamburger-menu #bottom {
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
            }

    #taca-euro-2020 #header-taca {
        height: 45%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        position: relative;
        border-radius: 0 0 50% 50%;
        transition: all 1s;
    }

        #taca-euro-2020 #header-taca #textos-taca-header {
            position: absolute;
            bottom: 28%;
            width: 100%;
            text-align: center;
            color: #fff;
            transition: all 1s;
        }


            #taca-euro-2020 #header-taca #textos-taca-header h1 {
                margin: 0;
                font-size: 30pt;
                font-weight: 600;
                margin-bottom: -10px;
            }

                #taca-euro-2020 #header-taca #textos-taca-header h1 span {
                    font-size: 45pt;
                    font-weight: 600;
                }

            #taca-euro-2020 #header-taca #textos-taca-header p {
                margin: 0;
                font-size: 20pt;
                font-weight: 300;
            }

        #taca-euro-2020 #header-taca #botao-abrir-taca {
            text-align: center;
            width: 100%;
            position: absolute;
            bottom: 2%;
        }

            #taca-euro-2020 #header-taca #botao-abrir-taca svg {
                width: 50px;
                fill: #fff;
                transition: all 1s;
            }

    #taca-euro-2020 #conteudo-taca {
        height: 55%;
        position: relative;
        transition: all 1s;
    }

        #taca-euro-2020 #conteudo-taca #taca-img {
            height: 90%;
            /*top: 50%;
            transform: translate(-50%, -50%);
            left: 50%;*/
            position: absolute;
            transition: all 1s;
        }

            #taca-euro-2020 #conteudo-taca #taca-img img {
                height: 100%;
            }

        #taca-euro-2020 #conteudo-taca #tabela-euro-2020 {
            width: 90%;
            margin: auto;
            border-radius: 25px;
            background-color: rgba(0, 0, 0, 0.9);
            color: #fff;
            position: absolute;
            top: 50%;
            left: 5%;
            transform: translateY(-50%);
            opacity: 0;
            display: none;
        }

            #taca-euro-2020 #conteudo-taca #tabela-euro-2020 #textos-selecionados {
                text-align: center;
                width: 100%;
            }

            #taca-euro-2020 #conteudo-taca #tabela-euro-2020 .select-div {
                text-align: center;
                border-bottom-width: medium;
                border-bottom-style: solid;
                border-bottom-color: #fff;
                cursor: pointer;
            }

                #taca-euro-2020 #conteudo-taca #tabela-euro-2020 .select-div h1 {
                    margin: auto;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    position: absolute;
                    left: 50%;
                    font-size: 16pt;
                }

            #taca-euro-2020 #conteudo-taca #tabela-euro-2020 #select-1 {
                position: relative;
                border-width: 2px;
                width: 10%;
                height: 100px;
                float: left;
                background-color: rgba(232, 232, 232, 0.3);
                border-radius: 25px 0 0 0;
            }

            #taca-euro-2020 #conteudo-taca #tabela-euro-2020 #select-2 {
                position: relative;
                border-width: 2px;
                width: 10%;
                height: 100px;
                left: 0px;
                float: left;
            }

            #taca-euro-2020 #conteudo-taca #tabela-euro-2020 #select-3 {
                position: relative;
                border-width: 2px;
                width: 10%;
                height: 100px;
                left: 0px;
                float: left;
            }

            #taca-euro-2020 #conteudo-taca #tabela-euro-2020 #select-4 {
                position: relative;
                border-width: 2px;
                width: 10%;
                height: 100px;
                left: 0px;
                float: left;
            }

            #taca-euro-2020 #conteudo-taca #tabela-euro-2020 #select-5 {
                position: relative;
                border-width: 2px;
                width: 10%;
                height: 100px;
                left: 0px;
                float: left;
            }

            #taca-euro-2020 #conteudo-taca #tabela-euro-2020 #select-6 {
                position: relative;
                border-width: 2px;
                width: 10%;
                height: 100px;
                left: 0px;
                float: left;
            }

            #taca-euro-2020 #conteudo-taca #tabela-euro-2020 #select-7 {
                position: relative;
                border-width: 2px;
                width: 10%;
                height: 100px;
                left: 0px;
                float: left;
            }

            #taca-euro-2020 #conteudo-taca #tabela-euro-2020 #select-8 {
                position: relative;
                border-width: 2px;
                width: 10%;
                height: 100px;
                left: 0px;
                float: left;
            }

            #taca-euro-2020 #conteudo-taca #tabela-euro-2020 #select-9 {
                position: relative;
                border-width: 2px;
                width: 10%;
                height: 100px;
                left: 0px;
                float: left;
            }

            #taca-euro-2020 #conteudo-taca #tabela-euro-2020 #select-10 {
                position: relative;
                border-width: 2px;
                width: 10%;
                height: 100px;
                left: 0px;
                float: left;
            }

            #taca-euro-2020 #conteudo-taca #tabela-euro-2020 #select-1:hover {
                background-color: rgba(232, 232, 232, 0.3);
                border-radius: 25px 0 0 0;
            }

            #taca-euro-2020 #conteudo-taca #tabela-euro-2020 #select-2:hover, #taca-euro-2020 #conteudo-taca #tabela-euro-2020 #select-3:hover, #taca-euro-2020 #conteudo-taca #tabela-euro-2020 #select-4:hover, #taca-euro-2020 #conteudo-taca #tabela-euro-2020 #select-5:hover, #taca-euro-2020 #conteudo-taca #tabela-euro-2020 #select-6:hover, #taca-euro-2020 #conteudo-taca #tabela-euro-2020 #select-7:hover, #taca-euro-2020 #conteudo-taca #tabela-euro-2020 #select-8:hover, #taca-euro-2020 #conteudo-taca #tabela-euro-2020 #select-9:hover {
                background-color: rgba(232, 232, 232, 0.3);
            }

            #taca-euro-2020 #conteudo-taca #tabela-euro-2020 #select-10:hover {
                background-color: rgba(232, 232, 232, 0.3);
                border-radius: 0 25px 0 0;
            }

            #taca-euro-2020 #conteudo-taca #tabela-euro-2020:before,
            #taca-euro-2020 #conteudo-taca #tabela-euro-2020:after {
                content: "";
                display: table;
            }

            #taca-euro-2020 #conteudo-taca #tabela-euro-2020:after {
                clear: both;
            }

        #taca-euro-2020 #conteudo-taca #tabela-euro-2020 {
            zoom: 1;
        }

            #taca-euro-2020 #conteudo-taca #tabela-euro-2020 #textos-selecionados h1 {
                font-size: 14pt;
                padding: 12px;
                text-align: left;
                padding-top: 105px;
                font-weight: 300;
            }

    #taca-euro-2020 #creditos-euro {
        width: 80%;
        text-align: center;
        position: absolute;
        bottom: 1%;
        background-color: rgba(0,0,0,0.5);
        color: #fff;
        padding: 10px;
        opacity: 0;
        display: none;
        border-radius: 25px;
        left: 50%;
        transform: translateX(-50%);
    }

        #taca-euro-2020 #creditos-euro h1 {
            font-size: 10pt;
            margin: 0;
            font-weight: 300;
        }

            #taca-euro-2020 #creditos-euro h1 span {
                font-weight: 600;
            }

@media screen and (min-width: 992px) {
    #taca-euro-2020 #header-taca #botao-abrir-taca {
        text-align: center;
        width: 100%;
        position: absolute;
        bottom: 2%;
    }

        #taca-euro-2020 #header-taca #botao-abrir-taca svg {
            width: 60px;
            fill: #fff;
            transition: all 1s;
        }

    #taca-euro-2020 #conteudo-taca #tabela-euro-2020 {
        width: 60%;
        left: 30%;
    }

    #taca-euro-2020 #creditos-euro {
        width: 60%;
        bottom: 4%;
        left: 30%;
        transform: translateX(0);
    }

        #taca-euro-2020 #creditos-euro h1 {
            font-size: 12pt;
            margin: 0;
        }

    #taca-euro-2020 #header-taca #textos-taca-header h1 {
        font-size: 60pt;
        margin-bottom: -15px;
    }

        #taca-euro-2020 #header-taca #textos-taca-header h1 span {
            font-size: 76pt;
        }

    #taca-euro-2020 #header-taca #textos-taca-header p {
        font-size: 27pt;
    }

    #taca-euro-2020 #conteudo-taca #tabela-euro-2020 .select-div h1 {
        font-size: 25pt;
    }

    #taca-euro-2020 #conteudo-taca #tabela-euro-2020 #textos-selecionados h1 {
        padding: 25px;
        font-size: 16pt;
        padding-top: 120px;
    }
}
