.portal-ed-container {
    margin-bottom: 25px;
    cursor: pointer;
    padding-bottom: 15px;
    transition: 0.7s all;
   
}

.portal-ed-container a {
    text-decoration: none;
}
.portal-ed-container:hover .portal-ed-header {
    text-decoration: underline;
    
}

.portal-ed-container:hover .portal-ed-circle, .portal-ed-container:hover .portal-ed-prep-circle {
    transform: scale(1.08);
}

.portal-ed-circle{
    border-radius: 50%;
    background-color:  rgb(28, 112, 160);
    height: 250px;
    width: 250px;
    margin: 0 auto;
    
    transition: 0.7s all;
}


.portal-ed-circle img {
    height: 250px;
    width: 250px;
}

.portal-ed-header {
    padding: 5px;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    transition: 0.7s all;
    color:#000;
}

.portal-ed-subheader {
    padding: 5px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
    transition: 0.7s all;
    margin: 0 auto;
    width: 70%;
    color:#000;
}

.portal-ed-glosario {
    color: rgba(0,0,0,0.2) !important;
    color: rgba(0,0,0,0.2) !important;
    display: block;
    padding: .5rem 1rem;
}


.portal-ed-glosario.active {
    color: rgba(0,0,0,1) !important;
}

.portal-ed-h2 {
    text-align: center;
    text-decoration: underline;
}

.portal-ed-header-sub {
    text-align: center;
    color: #0c181f;
}

.table-blue td {
    vertical-align: middle !important;
}

.portal-ed-prep-circle {
    transition: 0.7s all;
}
.portal-ed-prep-circle img {
    border-radius: 15px;
    width: 100%;
    
}

.table-blue th {
    background-color: #1e548c;
    border: 2px solid #1e548c;
    color: white;
    vertical-align: middle;
    text-align: center;
}
