html,
body{
    margin:0;
    padding:0;
}

body{
   background-size: cover;
   background-attachment: fixed;
   overflow-x:hidden;
   font-family: 'Montserrat', sans-serif;
}

.indice-pbr-sed{
    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-pbr-sed h1{
    margin-top: 0;
	 color:#fff;
    font-family:Montserrat;
    font-size:48px;
    font-weight:700;
    margin-bottom:40px;
}

.indice-pbr-sed h2{
    color:#006B4B;
    font-family:Montserrat;
    font-size:38px;
    font-weight:700;
    margin-bottom:15px;
}

.indice-pbr-sed hr{
    width:80%;
    margin:0 auto 45px;
    border:1px solid rgba(255,255,255,.7);
}

.pbr-sed-grid{
    max-width:1200px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(2, auto);
    justify-content:center;
    gap:25px;	 
    font-family:Montserrat;
}

/* TARJETA */
.pbr-sed-card{
    width: 100%;
	 background:#7BBE2E;
    border-radius:12px;
    padding:12px 18px;
    max-width: 680px;
    display:flex;
    align-items:center;
    text-decoration:none;
    transition:.25s;
}

/* EFECTO DE LA TARJETA */
.pbr-sed-card:hover{
    transform:translateY(-3px);
    background:#73B72A;
}

/* CONTENEDOR DE FORMATOS */
.pbr-sed-formatos{
    display:flex;
    align-items:center;
    gap:4px;
    margin-right:15px;
}

/* CADA FORMATO */
.pbr-sed-formatos a{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border-radius:4px;
    text-decoration:none;
    transition:.2s;
}

/* ICONOS */
.pbr-sed-formatos img{
    width:34px;
    height:34px;
    object-fit:contain;
	 background: transparent;
    margin:0;
}

/* HOVER INDIVIDUAL */
.pbr-sed-formatos a:hover{
    transform:scale(1.08);
}

/* TEXTO */
.pbr-sed-card span{
    color:#fff;
    font-family:Montserrat;
    font-size:22px;
    font-weight:600;
    text-align:left;
}

.pbr-sed-card{
    width:fit-content !important;
    margin-left:auto !important;
    margin-right:auto !important;
}

.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;
}

@media (max-width:768px){

    .pbr-sed-grid{
        grid-template-columns:1fr;
        padding:0 20px;
    }

    .pbr-sed-card{
        padding:12px 15px;
    }

    .pbr-sed-card span{
        font-size:18px;
    }

    .pbr-sed-formatos{
        margin-right:12px;
    }

    .pbr-sed-formatos a{
        width:38px;
        height:38px;
    }

    .pbr-sed-formatos img{
        width:31px;
        height:31px;
    }
}
