﻿


@media screen and (max-width:1240px) {
    .video {
        display: table;
        width: 100%;
        background-color: #000;
        position: relative;
        top: initial;
        left: initial;
        min-width: initial;
        min-height: initial;
        z-index: -1;
        transform: none;
        object-fit: initial;
        background: #000;
        
    }

    .introct {
        width: 85%;
        margin: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 85px;
        padding-top: 75px;
    }

    .intro {
        display: table;
        width: 100%;
        font-size: 20px;
        text-align: center;
        line-height: 30px;
        font-weight: 300;
        letter-spacing: 0px;
        color: #fff;
        margin-top: 0px;
        padding-bottom: 6px;
        /* text-transform: uppercase; */
        /* opacity: 0.8; */
    }

    .logo {
        display: table;
        width: 250px;
        margin: auto;
        margin-bottom: 40px;
        opacity: 0.9;
    }

    .introbts {
        margin-top: 40px;
    }

    .btintro {
        padding: 16px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 4px;
        margin-right: 4px;
    }

        .btintro:hover {
            padding-left: 15px;
            padding-right: 15px;
        }

    .stage1 {
        border-bottom: 1px solid rgba(0,0,0,0.8);
    }

    .stage1 .left {
        width: 100%;
        background-color: #2a2b37;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        border-top: 1px solid rgba(255,255,255,0.3);
    }

    .stage1 .center {
        width: 100%;
    }

    .stage1 .right {
        width: 100%;
        height: 600px;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }

    .recinto {
        overflow: auto;
        height: 600px;
    }

    .scroll {
        width: 620px;
    }

    .recinto img {
        max-width: 620px;
    }

    .footer {
        display: table;
    }
}
