/* CSS Document */

html, body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

body {
    background-image: url(../img/bg-header.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

* {
    margin: 0px;
    padding: 0px;
}

.marginT10px { margin-top: 10px; }
.marginT15px { margin-top: 15px; }
.marginT20px { margin-top: 20px; }
.marginT30px { margin-top: 30px; }
.marginT40px { margin-top: 40px; }
.marginT200px { margin-top: 200px; }
.marginT260px { margin-top: 260px; }
.marginT300px { margin-top: 300px; }
.italico { font-weight: 300; font-style: italic; }
.negrito { font-weight: 600; }

.menu-suspenso {    
    width: 100%;
    height: 69px;       
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 900;       
}

    .menu-suspenso ul {
        position: absolute;
        width: 1000px;
        height: 69px;
        left: 50%;
        margin-left: -500px;
        background: transparent;*/
        z-index: 1000;
        margin: auto;
    }

        .menu-suspenso ul li {
            float: left;
            list-style-type: none;
            text-align: center; 
            font-weight: 400;
            line-height: 60px;
            color: #fff;
        }

        .menu-suspenso ul li a {
            width: 100%;
            height: 100%;
            display: block;
            text-decoration: none;
            color: #fff;
        }

        .menu-suspenso ul li a:hover {
            color: #f66128;
        }

        .menu-suspenso ul li.menu-sobre-app {
            height: 69px;
            width: 135px;
        }

        .menu-suspenso ul li.menu-baixe-app {
            width: 211px;
            height: 69px;
        }

        .menu-suspenso ul li.menu-tipos-violencia {
            width: 179px;
            height: 69px;
        }

        .menu-suspenso ul li.menu-estatistica {
            width: 133px;
            height: 69px;
        }

        .menu-suspenso ul li.menu-compartilhe {
            width: 130px;
            height: 69px;
        }

        .menu-suspenso ul li.menu-parceiros {
            width: 120px;
            height: 69px;
        }

        .menu-suspenso ul li.menu-bolinha {
            width: 23px;
            height: 69px;
            font-size: 20px;    
        }

        .menu-suspenso .menu-menor {
            width: 100%;
            height: 57px;
            background-color: #03c5dd;
            border-bottom: solid 3px #00b1d5;
        }


.header {
    height: 249px;
}

    .header-center {
        width: 1000px;
        height: 249px;
        margin: 0 auto;
        position: relative;
    }

        .header-center .icone-proteja-brasil {
            width: 373px;
            height: 158px;
            position: absolute;
            left: 0px;
            top: 92px;
        }

        .header-center .baixar-app {
            width: 213px;
            height: 72px;
            position: absolute;
            left: 430px;
            top: 76px;
        }

        .header-center ul.menu-header {
            height: 84px;
            left: 373px;
            position: absolute;
            top: 147px;
            width: 627px;
            list-style-type: none;
            padding: 0px;
        }

            ul.menu-header li {
                width: 123px;
                float: left;
                text-align: center;
                text-transform: uppercase;
                margin-top: 25px;
            }

            ul.menu-header li.separador {
                width: 3px;
            }

            ul.menu-header li.simples {
                margin-top: 35px;
            }

            ul.menu-header li.duplo {
                margin-top: 30px;
            }

                ul.menu-header li a {
                    font-size: 15px;
                    color: #fff;
                    font-weight: 600;
                    text-decoration: none;
                }

                ul.menu-header li a:hover {
                    color: #f66128;
                }

.linguagem {
    margin-top: 20px;
}

    .linguagem-center {
        width: 1000px;
        height: 30px;
        margin: 0 auto;
    }

        .linguagem .linguagem-center ul {
            float: right;
            height: 30px;
            list-style-type: none;
            text-decoration: none;
            width: 90px;
        }

            .linguagem .linguagem-center ul li {
                width: 30px;
                height: 30px;
                float: left;
                margin-left: 10px;
            }

            .linguagem .linguagem-center ul li:first-child {
                margin-left: 0px;
            }

                .linguagem .linguagem-center ul li a {
                    display: block;
                }


.baixar-app {       
    width: 100%;
    height: 1150px;
    position: relative;
    display: table;
}
    
    .baixar-app-centro {        
        width: 1000px;
        height: 1150px; 
        margin: 0 auto; 
        position: relative; 
        display: table;
    }

    .baixar-app-centro img#aplicativo {
        position: absolute;
        top: 178px;
        left: -110px;
    }

        .baixar-app-centro .informacoes-proteja {
            width: 426px;
            height: 790px;
            padding: 0px 10px;
            margin-top: 130px;  
            float: right;
        }       

            .baixar-app-centro .informacoes-proteja h1 {
                font-size: 58px;
                color: #03c5dd;
            }

            .baixar-app-centro .informacoes-proteja p {
                font-size: 14px;
                color: #666666;
                padding: 20px 0;
                line-height: 19px;
                text-align: justify;
                letter-spacing: -1px;       
            }

            .baixar-app-centro .informacoes-proteja ul  {
                display: table;
            }

                .baixar-app-centro .informacoes-proteja ul li {
                    width: 426px;
                    height: 58px;
                    margin-top: 10px;
                    list-style-type: none;  
                    position: relative;
                }

                    .baixar-app-centro .informacoes-proteja ul li a img {
                        float: left;
                    }

                    .baixar-app-centro .informacoes-proteja ul li div {
                        position:absolute; 
                        top:23%; 
                        left: 70px;
                        height:20px;        
                    }

                    .baixar-app-centro .informacoes-proteja ul li div.pmaior {
                        height: 60px;
                        left: 70px;
                        position: absolute;
                        top: -1%;   
                    }

                        .baixar-app-centro .informacoes-proteja ul li div span a {
                            text-decoration: none;
                            display: block;
                            letter-spacing: -0.5px;
                            line-height: 20px;      
                            color: #cccccc; 
                        }

                        .baixar-app-centro .informacoes-proteja ul li div span.selecionadoTela3 {
                            text-decoration: none;
                            display: block;
                            letter-spacing: -0.5px;
                            line-height: 20px;      
                            color: #cccccc; 
                            margin-top: 20px;
                        }

    .baixar-app-centro .informacoes-proteja .baixar-aplicativos {
        width: 426px;
        height: 90px;
        position: relative; 
    }

        .baixar-app-centro .informacoes-proteja .baixar-aplicativos a.download-app-store {
            position: absolute;
            top: 25px;
            left: 55px;
        }

        .baixar-app-centro .informacoes-proteja .baixar-aplicativos a.download-google-play {
            position: absolute;
            top: 25px;
            left: 215px;
        }


.baixar-app .faixa-rodape-sobre-app {   
    width: 100%;
    height: 99px;   
    background-image: url(../img/bg-sobre-app.png); 
    background-repeat: no-repeat;
    background-position: center center; 
    position: absolute;
    bottom: 0;
}

    .baixar-app .faixa-rodape-sobre-app .bt-baixe-app-proximo {
        width: 119px;
        height: 140px;
        background-image: url(../img/bt-sobre-app.png); 
        background-repeat: no-repeat;
        background-position: center center; 
        position: absolute;
        top: -135px;
        left: 50%;
        margin-left: -59px;     
        z-index: 50;
    }

        .baixar-app .faixa-rodape-sobre-app .bt-baixe-app-proximo a {
            width: 100%;
            height: 100%;
            display: block;
            text-decoration: none;
            overflow: hidden;   
        }

            .baixar-app .faixa-rodape-sobre-app .bt-baixe-app-proximo a p { 
                margin-top: 40px;
                line-height: 18px;
                font-size: 14px;
                color: #fff;
                text-align: center;
                letter-spacing: -0.5px;
            }


.sobre-app {
    width: 100%;
    height: 1500px;
    display: table;
    background-color: #2AC1D9;
    position: relative;
}

    .sobre-app-centro {
        width: 1000px;
        height: 1500px;
        margin: 0 auto;
        display: table;
        background-color: #2AC1D9;
        position: relative;
    }

        .sobre-app-centro .filme {
            width: 800px;
            height: 466px;
            margin: 0 auto;
            background-color: #FFCD00;
            margin-top: 100px;
            position: relative;
        }

            .sobre-app-centro .filme img {
                position: absolute;
                width: 165px;
                height: 165px;
                left: 50%;
                top: 50%;
                margin-left: -82px;
                margin-top: -82px;
                z-index: 899;
                cursor: pointer;
            }

            .sobre-app-centro .filme iframe {
                width: 780px;
                height: 413px;
                margin: 8px 0 0 9px;
            }

        .sobre-app-centro .informacoes-como-proteger {
            width: 683px;
            margin: 0 auto;
            margin-top: 50px;
            display: table;
            position: relative;
        }

            .sobre-app-centro .informacoes-como-proteger h1 {
                font-size: 56px;
                color: #fff;
                text-align: center;
            }

            .sobre-app-centro .informacoes-como-proteger p {
                font-size: 15px;
                color: #fff;
                padding: 20px 0;
                line-height: 22px;
                text-align: center;
                margin-top: 30px;
            }

            .sobre-app-centro .informacoes-como-proteger ul {
                list-style-type: none;
                width: auto;
                margin: 0 auto;
                margin-top: 60px;
                display: table;
            }

                .sobre-app-centro .informacoes-como-proteger ul li {
                    float: left;
                    display: table;
                    margin-left: 10px;
                }

                .sobre-app-centro .informacoes-como-proteger ul li:first-child {
                    margin-left: 0px;
                }

                .sobre-app-centro .informacoes-como-proteger span.compartilhe-txt {
                    position: absolute;
                    left: 150px;
                    top: 431px;
                    color: #fff;
                }

                .sobre-app-centro .informacoes-como-proteger span.baixe-txt {
                    position: absolute;
                    left: 360px;
                    top: 431px;
                    color: #fff;
                }

.sobre-app .faixa-rodape-tipos-violencia {  
    width: 100%;
    height: 99px;   
    background-image: url(../img/bg-tipos-violencia.png);   
    background-repeat: no-repeat;
    background-position: center center; 
    position: absolute;
    bottom: 0;
}

    .sobre-app .faixa-rodape-tipos-violencia .bt-baixe-app-proximo {
        width: 119px;
        height: 140px;
        background-image: url(../img/bt-tipos-violencia.png);   
        background-repeat: no-repeat;
        background-position: center center; 
        position: absolute;
        top: -135px;
        left: 50%;
        margin-left: -59px;     
        z-index: 50;
    }

        .sobre-app .faixa-rodape-tipos-violencia .bt-baixe-app-proximo a {
            width: 100%;
            height: 100%;
            display: block;
            text-decoration: none;
            overflow: hidden;   
        }

            .sobre-app .faixa-rodape-tipos-violencia .bt-baixe-app-proximo a p {    
                margin-top: 40px;
                line-height: 18px;
                font-size: 14px;
                color: #fff;
                text-align: center;
                letter-spacing: -0.5px;
            }

.tipos-violencia {
    width: 100%;
    height: 1217px;
    display: table;
    background-color: #FFC700;
    position: relative;
}

    .tipos-violencia-centro {
        width: 1000px;
        height: 220px;
        margin: 80px auto 0;
        display: table;
        background-color: #FFC700;
        position: relative;
    }

    .tipos-violencia-centro .texto-tipos-violencia {
            width: 700px;
            height: 220px;
            margin-left: 50px;  
        }

            .tipos-violencia-centro .texto-tipos-violencia h1 {
                font-size: 58px;
                color: #fff;
            }

            .tipos-violencia-centro .texto-tipos-violencia p {
                font-size: 14px;
                color: #fff;
                padding: 20px 0;
                line-height: 22px;
                text-align: justify;
            }

    .tipos-violencia-centro-baixo {
        width: 1000px;
        height: 500px;
        margin: 0 auto;
        display: table;
        background-color: #fff;
        position: relative;
    }

    .tipos-violencia-centro-baixo .texto-tipos-violencia {
            width: 700px;
            height: 370px;
            margin-left: 50px;  
        }

            .tipos-violencia-centro-baixo .texto-tipos-violencia h1 {
                font-size: 58px;
                color: #fff;
            }

            .tipos-violencia-centro-baixo .texto-tipos-violencia p {
                font-size: 14px;
                color: #fff;
                padding: 20px 0;
                line-height: 22px;
                text-align: justify;
            }

.tipos-violencia .mostra-violencias {
    width: 100%;
    height: 917px;
    background-color: #fff;
}   

    .tipos-violencia .mostra-violencias .botoes {
        width: 100%;
        height: 140px;
        background-color: #fff;
    }

        .tipos-violencia .mostra-violencias .botoes ul {
            width: 100%;
            height: 104px;
            list-style-type: none;
        }

            .tipos-violencia .mostra-violencias .botoes ul li {
                width: 238px;
                height: 104px;
                float: left;
                cursor: pointer;
            }

            .tipos-violencia .mostra-violencias .botoes ul li.box-trafico-pessoas {
                background-color: #85bf46;
            }

            .tipos-violencia .mostra-violencias .botoes ul li.box-trabalho-infantil {
                background-color: #a39890;
            }

            .tipos-violencia .mostra-violencias .botoes ul li.box-negligencia-abandono {
                background-color: #f5bd38;
            }

            .tipos-violencia .mostra-violencias .botoes ul li.box-violencia-fisica {
                background-color: #f05f47;
            }

            .tipos-violencia .mostra-violencias .botoes ul li.box-tortura {
                background-color: #c96064;
            }

            .tipos-violencia .mostra-violencias .botoes ul li.box-violencia-sexual {
                background-color: #e43a54;
            }

            .tipos-violencia .mostra-violencias .botoes ul li.box-discriminacao {
                background-color: #ff933c;
            }

            .tipos-violencia .mostra-violencias .botoes ul li.box-violencia-psicologica {
                background-color: #a1303c;
            }

                .tipos-violencia .mostra-violencias .botoes ul li p {
                    display: block;
                    width: 100%;
                    height: 62px;
                    margin-top: 42px;
                    background-color: #fff;
                    font-size: 16px;
                    line-height: 22px;
                }

                .tipos-violencia .mostra-violencias .botoes ul li p span {
                    display: block;
                    width: 100%;
                    font-size: 16px;
                    line-height: 22px;
                    text-align: center;
                }

                .tipos-violencia .mostra-violencias .botoes ul li p span.simples {
                    display: block;
                    padding-top: 20px; 
                }

                .tipos-violencia .mostra-violencias .botoes ul li p span.duplo {
                    display: block;
                    padding-top: 10px; 
                }


    .tipos-violencia .mostra-violencias .mostra-violencias-centro {
        width: 1000px;
        height: 728px;
        margin: 0 auto;
        display: table;
        position: relative;
    }

        .tipos-violencia .mostra-violencias .mostra-violencias-centro img {
            width: 346px;
            height: 342px;
            position: absolute;
            left: 65px;
            top: 100px;
        }

        .tipos-violencia .mostra-violencias .mostra-violencias-centro div {
            width: 450px;
            height: 200px;
            position: absolute;
            left: 465px;
            top: 170px;
            color: #333333;
            line-height: 22px;
        }

        .tipos-violencia .mostra-violencias .mostra-violencias-centro div h1 {
            font-size: 50px;
            line-height: 44px;
            margin-bottom: 30px;
        }

        .tipos-violencia .mostra-violencias .mostra-violencias-centro div h1.cor-trafico-pessoas, 
        .tipos-violencia .mostra-violencias .botoes ul li p span.cor-trafico-pessoas {
            color: #85bf46;
        }

        .tipos-violencia .mostra-violencias .mostra-violencias-centro div h1.cor-violencia-sexual, 
        .tipos-violencia .mostra-violencias .botoes ul li p span.cor-violencia-sexual {
            color: #e43a54;
        }

        .tipos-violencia .mostra-violencias .mostra-violencias-centro div h1.cor-trabalho-infantil, 
        .tipos-violencia .mostra-violencias .botoes ul li p span.cor-trabalho-infantil {
            color: #a39890;
        }

        .tipos-violencia .mostra-violencias .mostra-violencias-centro div h1.cor-negligencia-abandono, 
        .tipos-violencia .mostra-violencias .botoes ul li p span.cor-negligencia-abandono {
            color: #f5bd38;
        }

        .tipos-violencia .mostra-violencias .mostra-violencias-centro div h1.cor-violencia-fisica, 
        .tipos-violencia .mostra-violencias .botoes ul li p span.cor-violencia-fisica {
            color: #f05f47;
        }

        .tipos-violencia .mostra-violencias .mostra-violencias-centro div h1.cor-tortura, 
        .tipos-violencia .mostra-violencias .botoes ul li p span.cor-tortura {
            color: #c96064;
        }

        .tipos-violencia .mostra-violencias .mostra-violencias-centro div h1.cor-discriminacao, 
        .tipos-violencia .mostra-violencias .botoes ul li p span.cor-discriminacao {
            color: #ff933c;
        }

        .tipos-violencia .mostra-violencias .mostra-violencias-centro div h1.cor-violencia-psicologica, 
        .tipos-violencia .mostra-violencias .botoes ul li p span.cor-violencia-psicologica {
            color: #a1303c;
        }

        .tipos-violencia .mostra-violencias .mostra-violencias-centro div p {
            font-size: 58px;
            color: #333333;
        }

.tipos-violencia .faixa-rodape-estatisticas {   
    width: 100%;
    height: 99px;   
    background-image: url(../img/bg-estatisticas.png);  
    background-repeat: no-repeat;
    background-position: center center; 
    position: absolute;
    bottom: 0;
}

    .tipos-violencia .faixa-rodape-estatisticas .bt-baixe-app-proximo {
        width: 119px;
        height: 140px;
        background-image: url(../img/bt-estatisticas.png);  
        background-repeat: no-repeat;
        background-position: center center; 
        position: absolute;
        top: -135px;
        left: 50%;
        margin-left: -59px;     
        z-index: 50;
    }

        .tipos-violencia .faixa-rodape-estatisticas .bt-baixe-app-proximo a {
            width: 100%;
            height: 100%;
            display: block;
            text-decoration: none;
            overflow: hidden;   
        }

            .tipos-violencia .faixa-rodape-estatisticas .bt-baixe-app-proximo a p { 
                margin-top: 50px;
                line-height: 18px;
                font-size: 14px;
                color: #fff;
                text-align: center;
                letter-spacing: -0.5px;
            }

.estatisticas {
    width: 100%;
    height: 1000px;
    display: table;
    background-color: #ffac4e;
    position: relative;
}

    .estatisticas-centro {
        width: 1000px;
        height: 1000px;
        margin: 0 auto;
        display: table;
        background-color: #ffac4e;
        position: relative;
        margin-top: 80px;
    }

        .estatisticas-centro .texto-estatisticas {
            width: 700px;
            height: 370px;
            margin-left: 50px;  
        }

            .estatisticas-centro .texto-estatisticas h1 {
                font-size: 58px;
                color: #fff;
            }

            .estatisticas-centro .texto-estatisticas p {
                font-size: 14px;
                color: #fff;
                padding: 20px 0;
                line-height: 22px;
                text-align: justify;
            }

        .estatisticas-centro .numeros {
            width: 617px;
            height: 287px;
            position: absolute;
            top: 397px;
            left: 250px;
            background-image: url(../img/bg-dados.png);
            background-repeat: no-repeat;   
        }

            .estatisticas-centro .numeros p#diasNumeros {
                color: #FFFFFF;
                font-size: 80px;
                font-weight: 600;
                height: 84px;
                left: 66px;
                position: absolute;
                text-align: center;
                top: 67px;
                width: 158px;
            }

            .estatisticas-centro .numeros p#diasTextos {
                width: 170px;
                height: 15px;
                position: absolute;
                top: 160px;
                left: 62px; 
                font-size: 14px;
                color: #fff;
                text-align: center;
                letter-spacing: -0.5px; 
                line-height: 20px;
            }

            .estatisticas-centro .numeros p#horasNumeros {
                color: #FFFFFF;
                font-size: 58px;
                font-weight: 600;
                height: 60px;
                left: 462px;
                position: absolute;
                text-align: center;
                top: 87px;
                width: 100px;
            }

            .estatisticas-centro .numeros p#horasTextos {
                width: 70px;
                height: 15px;
                position: absolute;
                top: 150px;
                left: 480px;    
                font-size: 14px;
                color: #fff;
                text-align: center;
                letter-spacing: -0.5px; 
                line-height: 20px;  
            }

            .estatisticas-centro .numeros p#fonte {
                color: #FFFFFF;
                left: 390px;
                position: absolute;
                top: 270px;
            }

.estatisticas .faixa-rodape-compartilhe {   
    width: 100%;
    height: 99px;   
    background-image: url(../img/bg-compartilhe.png);   
    background-repeat: no-repeat;
    background-position: center center; 
    position: absolute;
    bottom: 0;
}

    .estatisticas .faixa-rodape-compartilhe .bt-baixe-app-proximo {
        width: 119px;
        height: 140px;
        background-image: url(../img/bt-compartilhe.png);   
        background-repeat: no-repeat;
        background-position: center center; 
        position: absolute;
        top: -135px;
        left: 50%;
        margin-left: -59px;     
        z-index: 50;
    }

        .estatisticas .faixa-rodape-compartilhe .bt-baixe-app-proximo a {
            width: 100%;
            height: 100%;
            display: block;
            text-decoration: none;
            overflow: hidden;   
        }

            .estatisticas .faixa-rodape-compartilhe .bt-baixe-app-proximo a p { 
                margin-top: 50px;
                line-height: 22px;
                font-size: 14px;
                color: #fff;
                text-align: center;
                letter-spacing: -0.5px;
            }

.compartilhe {  
    width: 100%;
    height: 940px;
    display: table;
    background-color: #00aadc;  
    position: relative;
}

    .compartilhe .compartilhe-centro {
        width: 1000px;
        height: 940px;  
        margin: 0 auto; 
        display: table;
        background-color: #00aadc;
        position: relative; 
        margin-top: 80px;
    }

        .compartilhe .compartilhe-centro .compartilhando {
            width: 710px;
            height: 146px;
            margin-left: 50px;      
        }

            .compartilhe .compartilhe-centro .compartilhando h1 {
                font-size: 58px;
                color: #fff;
            }

            .compartilhe .compartilhe-centro .compartilhando p {
                font-size: 16px;
                color: #fff;
                padding: 20px 0;
                line-height: 22px;
                text-align: justify;
                letter-spacing: -0.5px;
            }

        .compartilhe .compartilhe-centro .compartilharFacebook {
            width: 311px;
            height: 366px;
            position: absolute;
            top: 214px;
            left: 119px;
        }

        .compartilhe .compartilhe-centro .compartilharTwiter {
            width: 311px;
            height: 366px;
            position: absolute;
            top: 214px;
            left: 560px;
        }

.compartilhe .faixa-rodape-parceiros {  
    width: 100%;
    height: 99px;   
    background-image: url(../img/bg-parceiros.png); 
    background-repeat: no-repeat;
    background-position: center center; 
    position: absolute;
    bottom: 0;
}

    .compartilhe .faixa-rodape-parceiros .bt-baixe-app-proximo {
        width: 119px;
        height: 140px;
        background-image: url(../img/bt-parceiros.png); 
        background-repeat: no-repeat;
        background-position: center center; 
        position: absolute;
        top: -135px;
        left: 50%;
        margin-left: -59px;     
        z-index: 50;
    }

        .compartilhe .faixa-rodape-parceiros .bt-baixe-app-proximo a {
            width: 100%;
            height: 100%;
            display: block;
            text-decoration: none;
            overflow: hidden;   
        }

            .compartilhe .faixa-rodape-parceiros .bt-baixe-app-proximo a p {    
                margin-top: 50px;
                line-height: 18px;
                font-size: 14px;
                color: #1CABDA;
                text-align: center;
                letter-spacing: -0.5px;
            }

.parceiros {    
    width: 100%;
    height: 900px;
    display: table;
    background-color: #fff; 
    position: relative;
}

    .parceiros .parceiros-centro {
        width: 1000px;
        height: 900px;  
        margin: 0 auto; 
        display: table;
        position: relative; 
        background-color: #fff;
    }

        .parceiros .parceiros-centro p {
            font-size: 14px;
            color: #000;
            margin-left: 50px;
        }

        .parceiros .parceiros-centro ul {
            width: 900px;
            height: 52px;
            list-style-type: none;
            margin: 0 auto;
            margin-top: 25px;
        }

            .parceiros .parceiros-centro ul li {
                float: left;
                margin-left: 24px;
            }

            .parceiros .parceiros-centro ul li:first-child {
                float: left;
                margin: 0px;
            }

/* responsive */
.menu-suspenso .menu-menor {
    display: none !important;
}

.menu-show-suspenso, .menu-show{
    display: none;
    border-radius: 5px;
    position: absolute;
    position: absolute;
    cursor: pointer;
    border: 0 none;
}

.menu-show-suspenso:hover, .menu-show:hover{
    opacity: 0.8;
}

.menu-show-suspenso{
    top: 12px;
    right: 10px;
    width: 35px;
    height: 32px;
    background: url('../img/icon-align-justify.png') no-repeat 3px 5px / 28px 21px rgba(0,0,0,0.1);
}
.menu-show{
    bottom: 42px;
    right: 18px;
    width: 39px;
    height: 34px;
    background: url('../img/icon-align-justify.png') no-repeat 3px 4px / 32px 25px rgba(0,0,0,0.1);
}

.menu-suspenso{
    background-color: #03c5dd;
    border-bottom: solid 3px #00b1d5;
    height: 57px;
}

.menu-suspenso ul, .baixar-app-centro {
    width: auto;
    max-width: 1000px;
    margin: auto !important;
    position: initial;
    display: block;
}

.header-center{
    position: relative;
    max-width: 1000px;
    width: auto;
}

.informacoes-proteja{
    float: left !important;
}

.informacoes-proteja:first-child{
    width: 500px !important;
}

.informacoes-proteja:first-child img{
    margin-left: -150px;
    margin-top: 50px;
    float: left;
}

.linguagem-center {
    width: auto;
}

.sobre-app-centro{
    width: auto;
}

.tipos-violencia .mostra-violencias .mostra-violencias-centro div,
.tipos-violencia .mostra-violencias .mostra-violencias-centro img{
    position: relative !important;
    top: inherit;
    left: inherit;
    float: left;
}

.tipos-violencia .mostra-violencias .mostra-violencias-centro div{
    margin-top: 75px;
    margin-left: 50px;
}

.sobre-app-centro .informacoes-como-proteger {
    width: auto !important;
}

@media (min-width: 1024px) {
    .menu-show{
        display: none;
    }
}

@media (max-width: 1024px) {
    .tipos-violencia-centro, 
    .texto-tipos-violencia, 
    .tipos-violencia .mostra-violencias .mostra-violencias-centro,
    .estatisticas-centro .texto-estatisticas,
    .tipos-violencia-centro .texto-tipos-violencia,
    .estatisticas-centro,
    .compartilhe .compartilhe-centro .compartilhando,
    .compartilhe .compartilhe-centro,
    .parceiros .parceiros-centro ul,
    .parceiros .parceiros-centro{
        width: auto;
    }

    .tipos-violencia .mostra-violencias,
    .compartilhe .compartilhe-centro .compartilhando,
    .compartilhe .compartilhe-centro,
    .compartilhe .compartilhe-centro .compartilharFacebook,
    .estatisticas-centro .texto-estatisticas,
    .baixar-app {
            height: auto;
    }

    .texto-tipos-violencia,
    .texto-estatisticas,
    .compartilhe .compartilhe-centro .compartilhando,
    .informacoes-como-proteger{
        margin: 20px !important;
    }

    .informacoes-proteja:first-child{
        margin-left: -150px;
    }

    .informacoes-proteja{
        width: 500px !important;
    }

    .menu-header, .menu-suspenso ul li{
        display: none;
    }

    .menu-suspenso ul li:first-child{
        display: block !important;
    }

    .menu-suspenso ul {
        
    }

    .menu-show, .menu-show-suspenso{
        display: block;
    }

    #aplicativo{
        left: -290px !important;
    }

    .mostra-violencias-centro{
        margin: 0 !important;
    }

/*    .estatisticas-centro{
        text-align: center;
    }*/

    .estatisticas-centro .numeros{
        position: relative !important;
        top: inherit;
        left: inherit;
    }
    
    .estatisticas-centro .numeros{
        margin: auto;
    }

    .parceiros-centro p{
        float: left;
    }

    .parceiros-centro ul{
        float: left;
        height: auto !important;
        margin-bottom: 50px;
    }

    .parceiros-centro ul li{
        margin: 0 0 20px 20px !important;
    }

    .menu-visible{
        display: block;
        background: #FCCB30;
        width: 100% !important;
        height: auto !important;
        z-index: 1000;
        box-shadow: 0 3px 0px #f5bb04;
    }

    .menu-visible li{
        float: none !important;
        width: auto !important;
        text-align: left !important;
        margin: 0 !important;
    }

    .menu-visible li a{
        padding: 14px;
        display: block;
    }

    .menu-visible .separador.simples{
        display: none;
    }

    .fixed{
        position: fixed !important;
        top: 59px !important;
        z-index: 1;
    }
}   

@media (max-width: 890px) {
    .compartilharFacebook, .compartilharTwiter{
        text-align: center;
        position: relative !important;
        top: inherit !important;
        left: inherit !important;
        display: inline-block;
        width: 50% !important;
        margin-top: 50px;
    }

    .compartilharFacebook img, .compartilharTwiter img{
        height: auto;
        width: 60%;
        margin: auto;
    }

    .informacoes-proteja:first-child{
        display: none;
    }
    
    .tipos-violencia-centro,
    .estatisticas-centro,
    .compartilhe-centro{
        margin: auto !important;
    }

}

@media (max-width: 800px) {
    .sobre-app-centro .filme {
        width: auto;
        text-align: center;
        vertical-align: middle;
        width: 80% !important;
        padding: 10px;
    }

    .sobre-app-centro .filme iframe {
        margin: auto;
        float: none;
        width: 100%;
    }

    .informacoes-proteja{
        padding: 0 20px !important;
        width: auto !important;
        margin: 0 !important; 
    }

    .tipos-violencia .mostra-violencias .mostra-violencias-centro div{
        margin-left: 0px;
        width: 400px;
    }

    .tipos-violencia .mostra-violencias .mostra-violencias-centro div{
        width: 60%;
    }

    .tipos-violencia .mostra-violencias .mostra-violencias-centro img{
        width: 40%;
        height: auto;
    }

}

@media (max-width: 650px) {
    body{
        background-position: 0 0;
        background-size: 1500px;
    }

    .informacoes-proteja p,
    .informacoes-como-proteger p,
    .texto-tipos-violencia p,
    .texto-estatisticas p,
    .compartilhando p{
        text-align: left !important;
    }

    .icone-proteja-brasil img{
        width: 300px;
        height: auto;
    }

    .header-center{
        height: 208px;
    }

    .header-center .baixar-app {
        left: 300px;
    }

    .header-center .icone-proteja-brasil {
        top: 67px;
    }

    .header-center .baixar-app {
        top: 44px;
    }

    .estatisticas-centro .numeros{
        background-size: 100%;
        width: 95%;   
    }

    #diasNumeros{
        left: 51px !important;
    }

    #diasTextos{
        top: 155px !important;
        left: 38px !important;
    }

    #horasNumeros{
        left: 401px !important;
    }

    #horasTextos{
        top: 139px !important;
        left: 420px !important;
    }

    .menu-visible{
        left: 0 !important
    }

    .botoes ul li{
        width: 50% !important;
    }

    .estatisticas{
        height: 1600px;
    }

    .estatisticas .numeros{
        background: none;
    }

    .circle-num p,
    #fonte{
        position: inherit !important;
        top: inherit !important;
        left: inherit !important;
        float: left;
    }

    #fonte{
        width: 100%;
        text-align: left;
    }

    .circle-num{
        background: #fff;
        padding: 20px;
        border-radius: 50%;
        width: auto;
        display: inline-block;
        margin: 30px 15px 30px 15px;   
    }

    .circle-num div{
        background: #BD293C;
        float: left;
        border: 10px solid #FFAC4E;
        border-radius: 50%;
        padding: 15px;
        height: 145px;
        width: 150px;
        vertical-align: middle;
    }

    .circle-num p{
        float: none;
        text-align: center !important;
        width: auto !important;    
    }

    .circle-num:first-child p:first-child{
        margin-top: 10px !important;
    }

    .circle-num:nth-child(2) p:first-child{
        margin-top: 20px !important;
    }
}

@media (min-width: 480px) {
    .sobre-app-centro .informacoes-como-proteger span.compartilhe-txt,
    .sobre-app-centro .informacoes-como-proteger span.baixe-txt{
        position: inherit !important;
        top: inherit !important;
        left: inherit !important;
        float: left;
        margin-top: 20px;
        width: 40%;
        margin-left: 5%;
    }

    .sobre-app-centro .informacoes-como-proteger span.compartilhe-txt{
        text-align: right;
    }

    .sobre-app-centro .informacoes-como-proteger span.baixe-txt{
        text-align: left;
        margin-left: 10%;
    }
}

@media (max-width: 524px) {
    .header-center .baixar-app img{
        display: none;
    }

    .menu-show{
        top: 18px;
    }

    .compartilharFacebook, .compartilharTwiter{
        width: auto !important;
    }

    .compartilharTwiter{
        height: 500px !important;
    }

    .header-center .icone-proteja-brasil{
        width: auto !important;
    }

    .header-center .baixar-app{
        display: none;
    }

    .informacoes-proteja {
        height: auto;
    }

    .informacoes-proteja ul{
        width: 100%;
        height: 310px;
    }

    .informacoes-proteja ul li,
    .baixar-app-centro .informacoes-proteja .baixar-aplicativos{
        width: auto !important; 
    }

    .informacoes-proteja ul li{
        min-height: 58px !important;
        height: auto;
        position: inherit;
    }

    .baixar-app-centro{
        height: 1380px;
    }

    .sobre-app-centro{
        height: 1900px;
    }

    .baixar-aplicativos div,
    .baixar-aplicativos a,
    .informacoes-como-proteger .compartilhe-txt,
    .informacoes-como-proteger .baixe-txt,
    .sobre-app-centro .informacoes-como-proteger span.compartilhe-txt,
    .sobre-app-centro .informacoes-como-proteger span.baixe-txt{
        position: inherit !important;
        top: inherit !important;
        left: inherit !important;
        float: left;
    }

    .baixar-aplicativos a{
        margin-right: 15px;
        margin-bottom: 15px;        
    }

    .menu-suspenso .menu-baixe-app a img{
        margin-left: -2px;
    }

    .informacoes-como-proteger span{
        width: 100%;
        margin-bottom: 15px;
        text-align: left;
    }

    .tipos-violencia .mostra-violencias .mostra-violencias-centro div {
        width: 50%;
        margin: 20px 10px 10px 10px;
    }

    .tipos-violencia .mostra-violencias .mostra-violencias-centro div h1{
        font-size: 27px;
    }

    .compartilhe-centro{
        text-align: center;
    }

}