﻿
#covid19 img {
    width: 100%;
    border-radius: 10px;
}

#covid19 {
    border: 1px solid #fff;
    padding: 0px;
    cursor: pointer;
    border-radius: 10px;
    height: 140px;
}

    #covid19:hover {
        border: 1px solid #C8102E;
        padding: 0px;
        cursor: pointer;
        border-radius: 10px;
        height: 140px;
    }


    #covid19.horario {
        background-color: #C8102E;
        color: #fff;
        padding: 0px;
        cursor: pointer;
        border-radius: 10px;
    }

        #covid19.horario:hover {
            background-color: #FFF;
            color: #333 !important;
            padding: 0px;
            cursor: pointer;
            border-radius: 10px;
        }

        #covid19.horario div {
            color: #fff;
        }

        #covid19.horario:hover div {
            color: #333;
        }

        #covid19.horario div.text {
            padding: 3px;
            border-bottom: 1px solid #fff;
        }


        #covid19.horario:hover div.text {
            padding: 3px;
            border-bottom: 1px solid #C8102E;
        }


@media only screen and (max-width: 700px) and (min-width: 200px) {
    #covid19 {
        height: 200px;
    }
}


#offclever {
    border-radius: 10px;
    border: 1px solid transparent;
}

    #offclever:hover {
        border: 1px solid #C8102E;
      
    }