.contenedor{
    display: flex;
    margin:auto;
    justify-content: center;
    display: flex;
    margin-bottom: 70px;
    display: -webkit-flex;
    flex-wrap: wrap;
    z-index:auto;
    margin-top: 20px;
}
.tarjeta{
    background: #fff;
    width: 250px;
    height: 450px;
    border-radius: 25px;
    margin: auto;
    display: inline-flex;
    margin:2%;
    margin-bottom: 30px;
    margin-top: 90px;
   /* margin-left: 10% auto; */
}
.fondo-img img{
    width: 100%;
    height: 180px;
    clip-path: polygon(0 0, 100% 0, 100% 71%, 0 93%);
    z-index: 1;
    margin-top: -20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.precio{
    background:#fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
    margin: auto;
    margin-top:-80px;
    position: absolute;
    padding: 15px;
    padding-left:0px;
   z-index: 9999;
    margin-left:50px;
}
.precio h3{
	background-color: transparent;
    color: black;
    text-align: center;
   /* margin-top: 40px;*/
    margin: 5px 0 0 0;
    font-size: 50px;
    font-family: 'Quicksand', sans-serif;
    color:black;
}
.precio sup, sub{
    font-size: 15px;
    font-family:'Varela Round', sans-serif;
    color:black;
    
}
.informacion li{
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    margin-left:5%;
    line-height: 30px;
}
.informacion h2{
    text-align: center;
    margin-top:5px;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
}
.contenido p{
    
    color:black;
    font-size: 15px;
    margin-top: -20px;
    line-height: 18px;
}
.contenido li{
    color:black;
    font-size:20px;
    font-family: 'Quicksand', sans-serif;
    line-height: 30px;
    list-style:none;
}
.contenido h5{
    padding: 12px;
    margin:auto;
    text-align: center;
    color: dimgray;
    background: skyblue;
    width: 70%;
    font-family:  'Quicksand', sans-serif;
    height: 10%;
    border-radius: 20px;
}
h5 a{
    font-family:  'Quicksand', sans-serif;
    color:black;
}
.contenido h5:hover{
    padding: 12px;
    margin:auto;
    text-align: center;
    color: skyblue;
    background: #fff;
    width: 70%;
    font-family:'Quicksand', sans-serif;
    height: 10%;
    border: 2px solid skyblue;
    /*transition: 0.3s;*/
    border-radius: 20px;
    cursor: pointer;
}
.contenedor h4{
    text-align: center;
    color:black;
    font-size: 25px;
    margin-bottom: 20px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}
informacion-2{
    width: 40%;
}
informacion{
    width: 40%;
}

.minimo {
	border-radius: 1em;
  	border: 1px solid white;
	width: 50%;
	margin-left:25%; 
	margin-right:25%; 
  	color: white;
  	overflow: hidden;
  	border-spacing: 0;
}
.minimo th, td {
  	border-bottom: 1px solid white;
  	border-bottom: 1px solid white;
  	border-collapse: collapse;
  	padding: 1em;
}
#wifidom_min {
	background-image: url("../img/slider/6.jpg");
	background-position: center;
	background-size:cover;
}

#outer {
	width: 100%;
	text-align: center;
}
#link_minimo {
    padding: 12px;
  	display: inline-block;  
    text-align: center;
    color: dimgray;
    background: skyblue;
    font-family:  'Quicksand', sans-serif;
    border: 2px solid skyblue;
  
    border-radius: 20px;
}

#link_minimo:hover {
    color: skyblue;
    background: #fff;
    font-family:'Quicksand', sans-serif;
    border: 2px solid skyblue;
    border-radius: 20px;
    cursor: pointer;
}

@media (max-width:768px){
	.minimo {
		width: 100%;
		margin: 0;
		font-size: 0.8em;
	}		
}