/* -- -- LINKS SERVICIOS (DIV 5) -- -- */
.div46, .div46a
{
    background: #0080a8;
}

.div46
{
    padding: 2% 2% 2% 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#div_titulo
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.titulodiv46
{
    color: white!important;
    font-size: 2.5rem;
    margin: 0px;
    text-align: center;
}

.div46a
{
    padding: 0px 2% 2% 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* centered - link a otras páginas */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0080a8!important;
    text-shadow: 2px 2px 2px white;
    font-size: 1.65rem;
    text-decoration:none!important;
}

.background0:hover > .background1 {
    background: #0080a8!important;
}

.background0:hover span {
    transition: 1s;
    color: white !important;
    text-overflow: ellipsis;
}

.background1:hover > .divimg1 {
    transition: .75s;
    opacity: 0.5;
}

/* -- responsive / @media -- */
@media screen and (max-width: 1350px)
{
    .titulodiv46 {
        font-size: 1.75rem;
    }
    .centered {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 991px)
{
    .div46 {
        padding: 2% 10%;
    }
    .div46a {
        display: flex;
        flex-direction: column;
    }
    .div_link {
        padding: 2% 5%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .div_link img {
        width: 50%;
    }
    .titulodiv46 {
        font-size: 2.5rem;
    }
    .centered {
        font-size: 1.65rem;
    }
}
@media screen and (max-width: 500px)
{
    .titulodiv46 {
        font-size: 1.75rem;
    }
    .centered {
        font-size: 1.2rem;
    }
}