.bg-anuncio{
    /* background-color: #d2d2ca; */
    background-color: rgba(210,210,202,0.5)
}

.in-banner-video{
    height: 250px;
    width: 970px;
    max-height: 250px;
}

.mobile-width{
    max-width: 100% !important;
}

.img-anuncio{
    height: auto; 
    max-height: 600px !important; 
    width: auto; 
    max-width: 100%  !important;
}

.w-970{
    width: 970px;
}

.w-300{
    width: 300px;
}

.popup-container.size-4 {
    width: 720px;
    height: 480px;
    max-width: 100% !important;
    max-height: 100% !important;
    background-color: transparent;
}

.popup-container.size-4 img{
    max-width: 100% !important;
    max-height: 100% !important;
}

.popup-container.size-5 {
    width: 1050px;
    height: 600px;
    max-width: 100% !important;
    max-height: 100% !important;
    background-color: transparent;
    
}

.popup-container.size-5 img{
    max-width: 100% !important;
    max-height: 100% !important;
}

.popup-container.size-6 {
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    max-height: 100% !important;
    background-color: transparent;
}

.popup-container.size-6 img{
    max-width: 100% !important;
    max-height: 100% !important;
}

.popup-container.size-7 {
    width: 970px;
    height: 250px;
    max-width: 100% !important;
    max-height: 100% !important;
    background-color: transparent;
}

.popup-container.size-7 img{
    max-width: 100% !important;
    max-height: 100% !important;
}

.popup-container.size-8 {
    width: 100%;
    height: 900px;
    max-width: 100% !important;
    max-height: 100% !important;
    background-color: transparent;
    
}

.popup-container.size-9 {
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    max-height: 100% !important;
    background-color: transparent;
}



.popup-container.size-9 img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.popup-container.size-10 {
    width: 50% !important;
    height: auto !important;
    background-color: white;
}

@media(max-width: 768px){
    .popup-container.size-10 {
        width: 80% !important;
        height: auto !important;
        background-color: white;
    }
}

.area-anuncio7 {
    width: 424px !important;
    height: 237px !important;
    display: flex;
}

.anuncio7-p {
    margin-right: 10px;
}

.anuncio7-logo {
    height: 30px !important;
    width: 70px !important;
}

.anuncio7-img {
    text-align: center;
    height: 200px;
    width: 200px;
    margin-left: 24px;
    margin-top: 16px;
    margin-right: 10px;
    line-height: 200px;
    vertical-align: center;
    font-size: 16px;
    background-color: #dfdac4;
    color: #000000;
    float: left;
}