.contenerImgInicio{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: auto;
    
    
    
}
.imgInico{
    width: 100%;
}
.divHeight{
   
}
@media(max-width:400px){
    .imgInico{
        width: inherit;
        height: 100%;
    }
}
@media(max-width:1200px){
    .contenerImgInicio{
        width: 100%;
    }
}
@media(max-width:700px){
    .divHeight{
        display: none;
    }
}
