﻿body, html {
    height: 100%;
    margin: 0;
    overflow:hidden;
}

.covid {
    margin-top:200px;
}
    #botaoInvisivel {
    background: transparent;
    
    border: none !important;
    text-align: center;
    top: 69.2%;
    left: 44.5%;
    position: fixed;
    z-index: 5;
    width: 255px;
    height: 65px;
    border-radius: 16px;
    cursor: pointer;
}

#dgsRSS {
    position: absolute;
    top: 80px;
}

.h2c {
    font-size: 30px;
    color: black;
}

.barra {
    width: 100%;
    height: 80px;
    background-color: black;
    position: fixed;
    opacity: 0.4;
    z-index: 2;
}

.rss {
    text-align: center;
}

.rss .btn-success {
    border-radius: 12px;
    position: absolute;
    float: right;
    top: 25px;
    font-family: Arial;
    color: yellow;
    font-size: 15px;
    z-index: 3;
    cursor: pointer;    
}

.email {
    position: fixed;
    float: right;
    top: 25px;
    right: 20px;
    font-family: Arial;
    color: white;
    font-size: 20px;
    z-index: 2;
    cursor: pointer;
}

    .email:hover {
        position: fixed;
        float: right;
        top: 25px;
        font-family: Arial;
        color: yellow;
        z-index: 2;
        font-size: 20px;
    }



.bg {
    /* The image used */
    background-image: url("../Images/virus.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.texto {
    color: white;
    font-size: larger;
    font-family: Arial;
    font-weight: 600;
}

.mensagem {
    background: transparent;
    text-align: center;
    position: absolute;
    transform: translate(-50%,-50%);
    font-family: Arial;
    font-size: 28px;
    box-sizing: border-box;
    padding: 10px 10px;
    background-color: white;
    border: 10px solid white;
    top: 50%;
    left: 50%;
    opacity: 0.7;
    cursor: pointer;
    z-index: -1;
}

    .mensagem:hover {
        text-align: center;
        position: absolute;
        transform: translate(-50%,-50%);
        font-family: Arial;
        font-size: 28px;
        box-sizing: border-box;
        padding: 10px 10px;
        background-color: green;
        color: white;
        border: 10px solid black;
        top: 50%;
        left: 50%;
        cursor: pointer;
    }

/*.mensagem {
    box-sizing: content-box;
    width: 300px;
    height: 100px;
    padding: 30px;
    
}*/

@media only screen and (max-width:1200px) {

    #botaoInvisivel {
        background: transparent;
        
        border: none !important;
        text-align: center;
        top: 64%;
        left: 45%;
        position: fixed;
        z-index: 4;
        width: 185px;
        height: 65px;
        border-radius: 16px;
        cursor: pointer;
    }
}


@media only screen and (max-width:900px) {

    .h2c {
        font-size: 22px;
        color: black;
    }

    #botaoInvisivel {
        background: transparent;
        
        border: none !important;
        text-align: center;
        top: 60.5%;
        left: 40%;
        position: fixed;
        z-index: 4;
        width: 175px;
        height: 65px;
        border-radius: 16px;
        cursor:pointer;
    }
}

    @media only screen and (max-width:730px) {


        #botaoInvisivel {
            background: transparent;
            
            border: none !important;
            text-align: center;
            top: 60.5%;
            left: 40%;
            position: fixed;
            z-index: 4;
            width: 165px;
            height: 65px;
            border-radius: 16px;
            cursor: pointer;
        }

        .rss .btn-success {
            border-radius: 12px;
            position: fixed;
            float: right;
            top: 25px;
            right: 10px;
            font-family: Arial;
            color: yellow;
            font-size: 15px;
            z-index: 3;
            cursor: pointer;
        }
        /*}

@media only screen and (max-width:730px) {*/

        /*.barra {
        width: 100%;
        height: 60px;
        background-color: black;
        position: absolute;
    }*/

        .h2c {
            font-size: 20px;
            color: black;
        }

        .logo {
            background-image: url("../Images/segurmet.png");
            background-repeat: no-repeat;
            background-size: 180px 50px;
            top: 5px;
        }

        .email {
            position: fixed;
            float: right;
            top: 25px;
            font-family: Arial;
            font-size: 17px;
            visibility: hidden;
        }

            .email:hover {
                position: fixed;
                float: right;
                top: 25px;
                font-family: Arial;
                font-size: 17px;
            }
    }
