
/* STICKY*/
.sponsor_bar.blue{
    background-color:#01147b; height: auto; 
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;  
    font-size: 16px;
    text-decoration: none;
}
.sponsor_bar.blue:hover{background-color:#0B1F54}
.sponsor_bar.blue img{ margin-right: 20px;}




@media screen and (max-width: 767px){


}

/* ARTICLES */

.DplusModule *{font-family: 'Noto Sans', sans-serif;}
.DplusModule{
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    background:url(https://staging-specials.fnghub.com/ng/pt/disney/images/banner.jpg) bottom center no-repeat;
    background-size: cover;text-align: center;
    padding: 40px 0 80px 0;
    }

.wrapperContent p{font-size: 18px; color: #fff; margin: 30px 0;font-family: 'Noto Sans', sans-serif;}




.wrapperContent a{background: #016BF8; border-radius: 5px; color: #fff; text-decoration: none; padding: 15px 40px;
    font-size: 14px; text-transform: uppercase; margin-top: 10px; font-weight: bold}
.tagline{max-width: 500px; margin-bottom: 20px; margin-top: 20px}
.logoD{display:block; margin: 0 auto; max-width: 250px; margin-bottom: 20px;}
.wrapperContent a:hover{background: #2C6CB8}
.dplusbanner-legal {

    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
}

@media screen and (max-width: 900px){
    .logoD{max-width: 150px;}
	.tagline{max-width: 300px; margin-top: 15px}
    .wrapperContent p{font-size: 16px;}
}
