.caja {
font-family: sans-serif;
font-size: 18px;
width: 50%;
color: #ffffff;
background: #08739e  }

.responsive img{
  height: auto;
  max-width: 100%;
  align-items: center;
   }

   .container-productos{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    position: relative;
}
.productos{
    width: 400px;
    margin: 20px;
    background: #fff;
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 5px black;

}
.photo-perfil{
    margin: auto;
    width: 200px;
    height: 200px;
    align-items: center;
    background-size: cover;
    position: relative;
    top: -60px;
}
}
.aceptar{
	background-color: #fff;
	color:white;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 4px;
	font-size: 0.9rem;
}
.aceptar:hover{
	background-color: #fff;
	cursor: pointer;
}
