    .container {
      background-color: #29abe2;
      color: white;
      text-align: center;
      padding: 50px 20px 30px;
	  border-radius:10px;
    }
	
	.cuadro-textovym {
  max-width: 1100px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  box-sizing: border-box;
}

    .container h1 {
      font-size: 48px;
      margin: 0;
    }

    .container h2 {
      font-size: 20px;
      margin-top: 10px;
    }

    .plans {
      display: flex;
      justify-content: center;
      gap: 20px;
      padding: 40px 20px;
      flex-wrap: wrap;
    }

    .plan {
      background-color: white;
      color: black;
      border: 2px solid #29abe2;
      border-radius: 20px;
      width: 350px;
      padding: 30px 20px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      text-align: left;
    }

    .plan-title {
      background-color: #29abe2;
      color: white;
      padding: 10px;
      border-radius: 12px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 20px;
    }

    .plan ul {
      list-style: none;
      padding: 0;
    }

    .plan li {
      margin-bottom: 10px;
      font-size: 15px;
    }

    .price {
      font-weight: bold;
      font-size: 18px;
      text-align: center;
      margin-top: 20px;
    }
	.PackContact-btn {
	font-size: 20px; 
	line-height: 30px;
	width:150; 
	color: #FFFFFF; 
	background-color:#29abe2; 
	font-weight:bold;
	font-family: 'Exo', sans-serif; cursor:pointer; border-radius: 5px;
	padding: 10px;
	}
	.PackContact-btn:hover {
	font-size: 20px;
	line-height: 30px; 
	width:150; 
	color: #FFFFFF; 
	background-color:#0e3b43; 
	font-weight:bold; font-family: 'Exo', sans-serif; cursor:pointer; border-radius: 5px; 
	padding: 10px;
	}

    @media (max-width: 768px) {
      .plans {
        flex-direction: column;
        align-items: center;
      }
	  
	  .container {
           padding-top: 20px;
	  
    }
	  .cuadro-textovym {
    margin: 15px;
    font-size: 1rem;
    padding: 15px;
  }
}
	  
	  
    }
