
#arquitectura-religiosa  .box {
    position: relative;
}
#arquitectura-religiosa  .btn-blue-line {
    right: 0;
    margin-top: 0;
    margin-bottom: 18rem;
}

#arquitectura-religiosa  .area-contenido p.mb {
    margin-bottom: 12.5rem;
}

#arquitectura-religiosa .icono p:first-child {
    margin-top: 11rem;
    margin-bottom: 4rem;
    font-size: 6.25rem;
    font-weight: 500;
    line-height: 1.32;
    text-align: center;
    color: var(--white);
}
#arquitectura-religiosa  .area-contenido .left .area-subtitle {
    margin-bottom: 5.75rem;
}

#arquitectura-religiosa .area-contenido .left .box img {
    width: 215.75rem;
    height: 89.5rem;
    margin-bottom: 12.5rem;
}

#arquitectura-religiosa .area-contenido .left .box .flex-row img {
    width: 106.25rem;
    height: 89.5rem;
    margin-bottom: 12.5rem;
}

#arquitectura-religiosa  .area-contenido .right .area-seccion .box {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    position: relative;
    box-shadow: none;
    border-bottom:0.25rem solid #e5e5e5;
}

#arquitectura-religiosa  .area-contenido .right .area-seccion .box:first-child {
    border-top: 0.25rem solid #e5e5e5;
}

#arquitectura-religiosa  .area-contenido .right .area-seccion .box .info {
    width: 100%;
    font-size: 4rem;
    line-height: 2.38;
    font-weight: normal;
    text-align: left;
    color: var(--txt);
    height: 10rem;
    padding-left: 2.25rem;
}
#arquitectura-religiosa .area-contenido .right .area-seccion .box:hover .info {
    background-color: rgba(0, 75, 125, 0.1);
}

@media (max-width: 767px) {
     #arquitectura-religiosa .icono p:first-child {
        margin-bottom: 1rem;
        margin-top: 0rem;
        font-size: 5.5rem;
    }
    #arquitectura-religiosa .area-contenido .left .box img {
        width: 78rem;
        height: 32.75rem;
        margin-bottom: 3.5rem;
    }

    #arquitectura-religiosa .area-contenido .left .box .flex-row img {
        width: 78rem;
        height: 32.75rem;
        margin-bottom: 3.5rem;
    }
    #arquitectura-religiosa .area-contenido .left .area-subtitle {
        margin-bottom: 2.5rem;
    }

    #arquitectura-religiosa .box {
        margin-bottom: 4rem;
    }
    #arquitectura-religiosa .area-contenido p.mb {
        margin-bottom: 3.5rem;
    }
}