#main-page-content {
    overflow: hidden;
}

#module-promo-view .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

#module-promo-view #iqitmegamenu-wrapper,
#module-promo-view .col-header-right {
    display: none;
}

#module-promo-view #header {
    background: transparent;
}

#module-promo-view .preview {
    margin-top: -55px;
    font-size: 50px;
    font-family: 'Memimas-Bold';
    color: #000;
    margin-right: 30px;
}

#module-promo-view .preview span {
    font-family: 'Bryant-Regular', sans-serif;
    font-size: 25px;
    margin-left: 10px;
}

.promo {
    background: url('/modules/promo/views/img/bg.png') no-repeat center center;
    background-size: cover;
    padding: 30px;
}

.promo-form {
    width: 30%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 15px 40px;
}

.promo-form img {
    display: block;
    margin: 12px auto 0;
}

.promo-form h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    width: 50%;
    margin: 20px auto;
    color: #000;
}

.promo-form p {
    text-align: center;
    font-size: 21px;
    color: #000;
    width: 85%;
    line-height: 25px;
    margin: 10px auto 25px;
}

.promo-form form input[type="text"],
.promo-form form input[type="email"] {
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid rgb(179, 179, 179);
    color: rgb(128, 128, 128);
    font-size: 18px;
}

.promo-form form input[type="submit"] {
    border-radius: 0;
    padding: 0 30px;
    color: #fff;
    background: #272727;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    line-height: 29px;
    margin: 30px auto 15px;
}

#module-promo-view .info {
    text-align: center;
}

#module-promo-view .info .slogan {
    font-size: 60px;
    margin: 20px 0px 50px;
    font-family: 'Memimas-Bold';
    line-height: 48px;
    font-weight: 300;
}

#module-promo-view .info .contact h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

#module-promo-view .info .contact p {
    margin: 0;
    font-size: 15px;
}

.promo-video .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.promo-video .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.promo-video .info .date {
    margin: 25px 0px 50px;
    font-size: 17px;
}

.promo-video .info .date.mobile {
    display: none;
}

.promo-video .info h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

.promo-video .info .schedule {
    font-size: 16px;
    font-weight: bold;
}

.promo-video .info .whatsapp {
    border-radius: 0;
    padding: 0 30px;
    color: #fff;
    background: #272727;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    line-height: 29px;
    margin: 30px auto 15px;
    width: 250px;
}

@media (max-width: 480px) {
    .promo {
        padding: 5px;
        background: url('/modules/promo/views/img/bg.png') no-repeat 12% center;
    }

    .promo-form {
        padding: 20px 0 0;
        width: 100%;
        background: transparent;
    }

    .promo-form p, .promo-form h2 {
        color: #fff;
    }

    .promo-form form input[type="submit"] {
        border-radius: 0;
        padding: 0 30px;
        color: #fff;
        background: transparent;
        text-transform: uppercase;
        font-size: 18px;
        display: block;
        line-height: 29px;
        margin: 30px auto 15px;
        border: 3px solid #fff;
        font-weight: bold;
    }

    .promo-form img {
        display: none;
    }

    #module-promo-view .info .slogan {
        font-size: 45px;
    }

    .promo-video .info .date.mobile {
        display: block;
    }

    .promo-video .info .date:not(.mobile) {
        display: none;
    }
}
