html,
body{
    margin:0;
    padding:0;
}

body{
   background: url('../../sitio_imgs/fondo_Organos.png') no-repeat center center;
   background-size: cover;
   background-attachment: fixed;
   overflow-x:hidden;
   font-family: 'Montserrat', sans-serif;
}

.indice-actas{
    background: url('../../sitio_imgs/fondo_Organos.png') no-repeat center center;
    text-align:center;
    margin: 0;
	 margin-top: -10px;
    /*padding: 70px 30px 120px;*/
	 padding-bottom: 220px;
	 margin-bottom: -40px;
    overflow: hidden;
    overflow-x: hidden;
}

.indice-actas h1{
    margin-top: 0;
	 color:#fff;
    font-family:Montserrat;
    font-size:48px;
    font-weight:700;
    margin-bottom:40px;
}

.indice-actas h2{
    color:#fff;
    font-family:Montserrat;
    font-size:58px;
    font-weight:700;
    margin-bottom:15px;
}

.indice-actas hr{
    width:80%;
    margin:0 auto 45px;
    border:1px solid rgba(255,255,255,.7);
}

.actas-grid{
    max-width:1200px;
    background:rgba(246, 178, 202, 0.85);
	 margin:auto;
    display:grid;
    font-family:Montserrat;
	 grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.actas-card{
    background:#D96293;
    border-radius:12px;
    padding:12px 18px;
    display:flex;
    align-items:center;
    text-decoration:none;
    transition:.25s;
}

.actas-card:hover{
    transform:translateY(-3px);
    background:#D96293;
}

.actas-card img{
    width:32px;
    margin-right:15px;
}

.actas-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;
}
