* {
  box-sizing: border-box;
}

#slider1 {
  display: flex;
/*  min-height: 100vh; */
    min-width: 100wh;
  margin-top: -90px;
}

.contenedor-slider {
  margin: auto;
  width: 95%;
  max-width: 850px; 
  max-height: 600px; 
  
  position: relative; 
  overflow: hidden; 
   
  box-shadow: 0 0 0 10px #fff,
 0 15px 50px;
}

.slider {
  display: flex;
 
}

.slider__section {
  width: 100%;
}

.slider__img {
 
 display: block;
 /* width: 100%;
  height: 100%; */
    max-width: 100%;
    max-height: 100%; 
  
    
}

.btn-prev, .btn-next {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  font-family: monospace;
  cursor: pointer;
}

.btn-prev:hover, .btn-next:hover {
  background: white;
}

.btn-prev {
  left: 10px;
}

.btn-next {
  right: 10px;
}
.descripcion {
      margin-top: 40px;
		text-align: center;
   
}
.mapa {
  
  display: flex;
  justify-content: center;
    
}
.framemapa {
    width: 600px;
    height: 300px;
}
@media (max-width:480px) {
 

    #slider1 {
     
       margin-top: 0px;
    }
    .framemapa {
        width: 95%;
    }
}