.img_ppal {
  max-height: initial !important;
  height: auto !important;
}

.slider {
  min-height: 100vh;
}

.slider .uk-slideshow-items {
  min-height: 100% !important;
  height: 100vh;
}

@media(max-width:1200px){
	
.img_ppal .menu-menu-top-container {    bottom: 20px;  }
	
.img_ppal{
	/*aspect-ratio:1/1;*/
}	
	
.slider{
height: 100%;
    min-height: 100%;
    aspect-ratio: 1/1;
}	
	
}


@media(max-width:700px){
	
  .img_ppal .menu-menu-top-container {
    bottom: 0px;
    margin-top: 50px;
    position:relative;
    width: 100%;
  }

}