
/* botones subrayado*/
.btn-blue-line,
.btn-blue-line:active {
    margin-top: 9.25rem;
    float: right;
    width: fit-content;
}

#alcalde{
    padding-top: 7.5rem;
    padding-bottom: 15.125rem;
}

#o-alcalde,
#alcalde #proximos-eventos{
    padding-top: 8rem;
    width: 215rem;
    margin: 0 auto;
}

#alcalde #proximos-eventos,
#alcalde #eventos{
    position: relative;
}

#alcalde #proximos-eventos .btn-blue-line{
    right: 0;
    position: absolute;
    bottom: 0;
}

#alcalde #proximos-eventos #info-evento:last-child{
    margin-bottom: 15rem;
}
/*seccion1 - TEXTO */
#o-alcalde{
    padding-top: 8rem;
}

#o-alcalde .cont-title{
    width: 169rem;
    margin: 6rem auto;
    font-size: 8rem;
    font-weight: bold;
    line-height: 1.13;
    color: var(--corp-claro);
}

#o-alcalde .cont-txt{
    margin-bottom: 4rem;
    font-size: 4rem;
    line-height: 1.38;
    color: var(--txt);
}
#o-alcalde .imagen {
    width: 170rem;
    margin: 0 auto;
}

#o-alcalde .imagen img{
    width: 176rem;
    height: 78rem;
    object-fit: scale-down;
}

#o-alcalde .imagen .nombre{
    margin-top: 7.625rem;
    margin-bottom: 1.5rem;
    font-size: 5rem;
    font-weight: 600;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: var(--corp-claro);
}

#o-alcalde .imagen .cargo{
    margin-bottom: 9.375rem;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
}


/*seccion 2 - proximos eventos*/ 
#alcalde #proximos-eventos{
    padding-top: 10rem;
}

/*************************/
/***********movil*********/
/*************************/

@media (max-width: 767px){
    #alcalde {
        padding-top: 4.5rem;
        padding-bottom: 10rem;
    }

    #o-alcalde .cont-title {
        width: 68rem;
        margin: 4rem auto;
        font-size: 6rem;
        line-height: 1.25;
    }

    #o-alcalde .imagen {
        width: 100%;
        margin: 0;
    }
    #o-alcalde  .imagen img {
        width: 90rem;
        height: 62.5rem;
        margin-left: -5.5rem;
    }

    #o-alcalde .imagen .nombre {
        margin-top: 4rem;
    }

    #o-alcalde, #alcalde #proximos-eventos {
        padding-top: 0;
        width: 80rem;
    }

    #alcalde #proximos-eventos {
        padding-top: 6rem;
    }


    #alcalde #proximos-eventos .btn-blue-line {
        right: 20rem;
    }

    .btn-blue-line, .btn-blue-line:active {
        margin-top: 6.25rem;
    }
}