﻿



@media screen and (max-width:768px) {

    .Stage {
        padding-top: 70px;
        width: 100%;
    }

    .Txt1{
        font-size:65px;
        letter-spacing:-1px;
        line-height:30px;
    }


    .Txt3 {
        font-size: 22px;
        line-height: 28px;
        margin: auto;
        margin-bottom: 25px;
        width: 90%;
        max-width:280px;
    }

    .info {
        display: table;
        width:90%;
        margin:auto;
        margin-bottom:30px;
    }

    .calendario {
        width: 200px;
    }

    /*.Scrool2 {
        overflow-x: scroll;
        width: 200px;
    }

    .areacalendario{
        width:5000px;
    }
*/
    .C1{
        width:90%;
        margin:auto;
    }

    .info div {
        display: table;
        max-width:200px;
        float: none;
        margin:auto;
        margin-bottom:10px;
        text-align:center;
    }

    .bt {
        font-size: 14px;
        line-height: 36px;
        padding: 4px;
        text-align: center;
        border-radius: 8px;
        text-transform: uppercase;
        margin-top: 0px;
        cursor: pointer;
        margin-left: 5px;
        margin-right: 5px;
        box-shadow: rgba(227, 5, 19, 0.4) -5px 5px, rgba(227, 5, 19, 0.3) -10px 10px, rgba(227, 5, 19, 0.2) -15px 15px, rgba(227, 5, 19, 0.1) -20px 20px, rgba(227, 5, 19, 0.05) -25px 25px;
    }
}