/*desktop XL*/
 
@media screen and (min-width:2000px) and (max-width:2999px) {  
	
    
    body{
        background-color: #fff!important;
    }
    
    .menu-especial {
        background-color: #fff;
        width: 100%;
        height: 60px;
        color: #000;
        z-index: 1;
        padding-left: 16%!important;
        padding-right: 18%!important;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
   .container-fluid {
        padding-left: 18%;
        padding-right: 18%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .contenedor-dlb-peque {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
        height: 50%;
    }
    
    .noticias-container {
        max-width: 66%;
        position: relative;
        left: 685px;
        top: 30px;
    }

    .elements-SingleVideoCard-play-bottom {
        position: absolute;
        z-index: 1;
        top: 58%;
        left: 14px;
    }
    
    .elements-SingleVideoCard-play {
        position: absolute;
        z-index: 1;
        top: 68!important;
        left: 30px;
    }
	
}

@media screen and (min-width:3000px) {  
    body{
        background-color: #fff!important;
    }
    
    .menu-especial {
        background-color: #fff;
        width: 100%;
        height: 60px;
        color: #000;
        z-index: 1;
        padding-left: 28%!important;
        padding-right: 29%!important;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
   .container-fluid {
        padding-left: 29%;
        padding-right: 29%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    
    .contenedor-dlb-peque {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
        height: 50%;
    }
    
    .noticias-container {
        max-width: 66%;
        position: relative;
        left: 685px;
        top: 30px;
    }
    
    .elements-SingleVideoCard-play-bottom {
        position: absolute;
        z-index: 1;
        top: 56%;
        left: 14px;
    }
    
    .elements-SingleVideoCard-play {
        position: absolute;
        z-index: 1;
        top: 67%!important;
        left: 30px;
    }
	
	.rectangulo {
        position: fixed;
        width: 38%;
        height: 117px;
        background-color: #111;
        z-index: 0;
    }
	
	.custom-logo-nuevo {
        margin-top: 44px;
        margin-left: -10px;
        width: 295px;
        height: auto;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        left: -404px;
    }
    
    
    .fondo-notasbp{
        width: 100%;
        height: 650px;
        max-height: 650px;
        background-position: center center;
        position: relative;
        background-repeat: no-repeat;
        background-size: auto 100%;
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -ms-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all 2s ease;
        margin-left: 14px;
        margin-right: -32px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        flex-direction: column;
        padding-left: 30px;
        padding-bottom: 10px;
    }
    
    .fondo-notasbp-vermas {
        background: linear-gradient( 
    0deg
     , black, #1e1e1e, #1e1e1e, #000000);
        width: 450px;
        height: 650px;
        max-height: 650px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 30px;
    }
}

@media screen and (min-width:2000px) {  

    .carousel.carousel-fade .carousel-item {
        display: block;
        opacity: 0;
        transition: opacity ease-out 0.7s;
        height: 47rem;
        background-size: cover;
        background-position: center center;
    }
	
	.carousel-inner {
        height: 47rem;
    }
    
    .carousel-caption {
        position: relative;
        right: 0;
        bottom: 0px;
        left: 0%;
        z-index: 10;
        padding-top: 30px;
        padding-bottom: 89px;
        text-align: center;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        flex-direction: column;
        height: 47rem;
        width: 100%;
    }
    
    .logo-video {
        height: auto;
        width: 30%;
        margin-bottom: 4px;
        margin-top: -61px;
    }
    
    .home .texto-banner-bp {
        margin-bottom: 44px;
        width: 100%;
        height: auto;
        display: block;
        max-height: 200px;
        padding-left: 0px !important;
        min-height: 120px;
    }
    
    .carousel-caption p {
        font-size: 23px;
        text-align: left;
        width: 51%;
        max-width: 100%;
        font-family: 'Tahoma', sans-serif;
    }

}