﻿.convenio{
    border-top: 1px solid #202F50;
    background: #fff;
    border-radius: 5px;
    margin-top: 62px;
    /*cursor: pointer;*/
}
.convenio .imagen{
    width: 40%;
    border: 3px solid #fff;
    border-radius: 60px 0;
    margin: -52px auto 0;
    overflow: hidden;
    transition: all 0.20s ease 0s;
}
.convenio:hover .imagen{
    border-radius: 50%;
    border-color: #202F50;
}
.convenio .imagen img{
    width: 100%;
    height: auto;
}
.convenio .info{
    text-align: center;
    position: relative;
    overflow: hidden;
}
.convenio .titulo{
    margin: 15px 0 15px 0;
}
.convenio .enlace{
    /*display: block;*/
}
    .convenio .enlace:before {
        content: "\e9ce";
        font-family: "ANDEFONT";
        padding-right: 5px;
    }
.convenio .tel{
    padding: 0 35px;
    line-height: 22px;
    display: block;
    margin-bottom: 60px;
}
    .convenio .tel:before {
        content: "\e95b";
        font-family: "ANDEFONT";
        padding-right: 5px;
    }
.convenio .franja-ver{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 9px 0;
    list-style: none;
    background: #202F50;
    transition: all 0.20s linear 0s;
}
.convenio .franja-ver a{
    font-size: 16px;
    color: #fff;
    padding: 5px;
    text-decoration: none;
}
@media only screen and (max-width: 990px) {
    .convenio { margin-top: 80px; }
}