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