    #section_right{
       padding: 0px;
    }
    #section_right img{
         width: 100%;
    }  
    #section_left{
      position: relative;
    }
    #text-banner-top{
        color: white;
        font-size: 2.5em;
        width: 100%;
        text-align: center;
        padding: 0px 15%;
    }
    #barr_header{
        background-color: #222221;
        margin-top: 60px;
    }
    #img-banner-top{
         position: absolute;
         top: 0px;
         height: 100%;
    }
    #cubre-obscuro{
        position: absolute;
        top: 0px;
        height: 100%;      
        display: none;
        width: 100%;
        height: 100%;
        background-color: #222221;
        opacity: 0.5;
        z-index: 9;
    }



@media only screen and (max-width: 1300px) {
    #text-banner-top{
        font-size: 2.1em;
    }
}  

@media only screen and (max-width: 1034px) {
    #text-banner-top{
        font-size: 1.8em;
    }
} 

@media only screen and (max-width: 941px) {
    #text-banner-top{
        font-size: 1.4em;
    }
} 


@media (max-width: 767px) {
    #img-banner-top{
        display: none;
    }
    #cubre-obscuro{
        display:inline-block;
    }        
    #text-banner-top{
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 10;        
        margin-top: 20%;
        font-size: 1.9em;        
    } 
}  

@media (max-width: 468px) {
 
    #text-banner-top{
        margin-top: 17%;
        font-size: 1.6em;
    }  
}  

@media (max-width: 390px) {
    #text-banner-top{
        margin-top: 10%;
    }  
}