/* inter-300 - latin */

.colorcorp{
    color: #9d816b;
}
.titolpujat{
    margin-top: -1em;
    margin-bottom: 1em;
}
.totcentrat{
    text-align: center;
}
.max250{
    max-width: 250px;
    overflow: hidden;
    position: relative;
}
.semitranspblanco{
    opacity: .5;
    background-color: #fff;
    width: 250px;
    height: 250px;
}
.img-logo{
    position: absolute;
    top: 0;
    left: 0;
}.img-txt{
    position: relative;
    top: -90px;
}
.peulink a{
    text-decoration: none;
}
.peulink a:hover, a:active{
    text-decoration: underline;
}
.meu-link {
  font-size: 1.1em;
  font-weight: 300;
}
.meu-link:hover{
    font-weight: 500;
}
.pt-6 {
  padding-top: 5.5rem !important; 
}
.pt-7 {
  padding-top: 8.5rem !important; 
}
.texto{
    font-size: 1.1rem;
}
.linkactive{
    font-weight: 400;
}
.nomidioma{
    font-size: 0.95em;
}
.imgportada{
    background-size: contain; 
    background-repeat: no-repeat;
}
@media (max-width: 820px) {

    .imgportada{
        display:  none;
    }

}