@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

#menu-interno-curso tr td:hover {
 opacity: 0.5;
}

#menu-interno-curso a:hover {
 opacity: 0.5;
}


.rounded {
    border-radius: 8px;
}
.text-left {
text-align: left;
}

.blue-idp {
color:#00335e ;
font-size: 16px;
}

.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #f5f5f5;
background-clip: border-box;
border: 0px solid #e3e6f0;
border-radius: .35rem;
width: 100%;
height: 100%;
box-shadow: 0px 0px 0px !important;
}

h3 {
font-size: 32px;
color: #666666;
}

h3 a {
color: #666666;
font-family: 'Montserrat';

}