main{
    position: relative;
    padding-top: 141px;
    padding-bottom: 100px;
    overflow: hidden;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5fafe+40,d5dadd+100 */
    background: #f5fafe; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #f5fafe 40%, #d5dadd 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #f5fafe 40%,#d5dadd 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #f5fafe 40%,#d5dadd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5fafe', endColorstr='#d5dadd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

footer{
    position: relative;
}

.videoContainer .col-md-12{
    padding: 0;
}

.videoContainer .col-md-12{
    padding: 0;
}

.logoConnect{
    position: relative;
    /* margin-left: -150px; */
    margin-bottom: 50px;
    width: 570px;
    height: 409px;
    background: url("../img/logo-min.png") no-repeat top center;
}

.objTopRight{
    position: absolute;
    top: 141px;
    right: -80px;
    width: 516px;
    height: 260px;
    background: url("../img/fundo-top-right.png") no-repeat center center;
}

.objBottomRight{
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 172px;
    height: 118px;
    background: url("../img/fundo-bottom-right.png") no-repeat center center;
}

.objBottomLeft{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 248px;
    height: 530px;
    background: url("../img/fundo-bottom-left.png") no-repeat center center;
}

h1{
    margin: 0;
    padding: 120px 0 0 50px;
    font-family: 'Prompt', sans-serif;
}

h1 span{
    display: block;
    color: #000;
}

.linha1{
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
}

.linha2, .linha4{
    font-size: 40px;
    font-weight: 600;
}

.linha3{
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
}

.linha4{
    margin-right: 20px;
    text-align: right;
}

.sombra {
    position: relative;
    float: left;
    width: 100%;
    background: #c2d5e0;
    margin-bottom: 70px;
    -webkit-box-shadow: 0px 0px 51px 13px rgba(37,31,38,0.11);
    -moz-box-shadow: 0px 0px 51px 13px rgba(37,31,38,0.11);
    box-shadow: 0px 0px 51px 13px rgba(37,31,38,0.11);
    border: 3px solid transparent;
}
.new {
    border: 3px solid #069f2e;
}
.new::before {
    content: 'NOVO';
    position: absolute;
    top: -43px;
    left: -3px;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    color: #FFF;
    padding: 10px;
    background: #069f2e;
}

#tocarVideo, #tocarVideo1, #tocarVideo2, #tocarVideo3, #tocarVideo4, #tocarVideo5, #tocarVideo6, #tocarVideo7 {
    position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 25px; */
    height: 0;
    cursor: pointer;
}

iframe{
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100% !important;
}

article{
    padding: 50px 50px 50px 50px;
}

article h2{
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

article p{
    min-height: 200px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #000;
}

.icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -65px;
    margin-left: -65px;
    width: 130px;
    height: 130px;
    background: url("../img/icon-play.png") no-repeat center center;
    -webkit-box-shadow: 0px 0px 51px 13px rgba(37,31,38,0.11);
    -moz-box-shadow: 0px 0px 51px 13px rgba(37,31,38,0.11);
    box-shadow: 0px 0px 51px 13px rgba(37,31,38,0.11);
    border-radius: 100%;
}

h3{
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
}

.logos{
    width: 100%;
    height: 75px;
    background: url("../img/logos.png") no-repeat center center;
}

@media (max-width: 1341px){
    .logoConnect{
        margin-left: -150px;
    }

    h1{
        padding: 120px 0 0 30px;
    }

    .linha1{
        font-size: 40px;
    }

    .linha2, .linha4{
        font-size: 30px;
    }

    .linha3{
        font-size: 45px;
    }

    .linha4{
        margin-right: 0;
    }

    article{
        padding: 30px 40px 0 40px;
    }

    article p{
        font-size: 16px;
    }
}

@media (max-width: 991px){
    .logoConnect{
        margin-left: -230px;
    }

    .objBottomRight{
        position: absolute;
        bottom: 0px;
        right: -80px;
        width: 172px;
        height: 118px;
        background: url("../img/fundo-bottom-right.png") no-repeat center center;
    }
    
    .objBottomLeft{
        position: absolute;
        bottom: 0px;
        left: -100px;
        width: 248px;
        height: 530px;
        background: url("../img/fundo-bottom-left.png") no-repeat center center;
    }

    h1{
        padding: 115px 0 0 0px;
    }

    .linha1{
        font-size: 32px;
        font-weight: 800;
        text-transform: uppercase;
    }
    
    .linha2, .linha4{
        font-size: 21px;
        font-weight: 600;
    }
    
    .linha3{
        font-size: 40px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .linha4{
        margin-left: 0px;
        text-align: left;
    }

    article{
        padding: 15px 25px 0 25px;
    }

    article h2{
        font-size: 22px;
        margin: 0 0 10px 0;
    }

    article p{
        font-size: 14px;
    }

    h3{
        font-size: 20px;
        padding-bottom: 15px;
    }

    .logos{
        height: 55px;
        background: url("../img/logos-medio.png") no-repeat center center;
    }
}

@media (max-width: 767px){
    main{
        position: relative;
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .logoConnect{
        height: 250px;
        margin-bottom: 30px;
    }

    .objTopRight{
        top: 20px;
        right: -120px;
    }
    
    .objBottomRight{
        display: none;
    }
    
    .objBottomLeft{
        display: none;
    }

    h1{
        padding: 0px 0 30px 0px;
        text-align: center;
    }
    
    .linha1{
        font-size: 25px;
        font-weight: 800;
    }
    
    .linha2{
        font-size: 25px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .sombra{
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .logos-m{
        position: relative;
        float: left;
        width: 50%;
        height: 50px;
    }

    iframe{
        height: 187px !important;
    }

    .logo1{
        background: url("../img/logo-xs-1.png") no-repeat center center;
    }

    .logo2{
        background: url("../img/logo-xs-2.png") no-repeat center center;
    }

    .logo3{
        width: 60%;
        background: url("../img/logo-xs-3.png") no-repeat center center;
        background-size: contain;
    }

    .logo4{
        width: 40%;
        background: url("../img/logo-xs-4.png") no-repeat center center;
    }
}