html,
body{
    margin:0;
    padding:0;
}

.indice-planes{
    background: linear-gradient(#8BC53F,#C3DA9A);
    text-align:center;
    margin: 0;
	 margin-top: -10px;
	 margin-bottom: -40px;
    padding: 70px 20px 80px;
    overflow: hidden;
}

.indice-planes h1{
    margin-top: 0;
	 color:#fff;
    font-family:Montserrat;
    font-size:48px;
    font-weight:700;
    margin-bottom:40px;
}

.indice-planes h2{
    color:#006B4B;
    font-family:Montserrat;
    font-size:58px;
    font-weight:700;
    margin-bottom:15px;
}

.indice-planes hr{
    width:80%;
    margin:0 auto 45px;
    border:1px solid rgba(255,255,255,.7);
}

.planes-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    font-family:Montserrat;
	 grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.planes-card{
    background:#7BBE2E;
    border-radius:12px;
    padding:12px 18px;
    display:flex;
    align-items:center;
    text-decoration:none;
    transition:.25s;
}

.planes-card:hover{
    transform:translateY(-3px);
    background:#73B72A;
}

.planes-card img{
    width:32px;
    margin-right:15px;
}

.planes-card span{
    color:#fff;
    font-family:Montserrat;
    font-size:22px;
    font-weight:600;
    text-align:left;
}

.footer-custom{
	margin-top: 42px;
	height: 100%;
	max-height: 320px;
   margin-bottom: 0;
   padding-bottom:0;
   background:red;
   padding:55px 0;
   min-height: 80px;
}