@charset "UTF-8";

.topGroup {
    background-color: #D4D4D4
}
.topGroupImg {
    width:140px; 
    margin-right:20px
}
.topGroupTitle {
    font-weight: bold;
    font-size: 36px;
    font-family: 'Raleway', Arial;
}
.topGroupDetails {
    font-size: 14px;
}


.centerGroup {
    background-color:white
}
.centerGroupItem {
    max-width:150px
}
.centerGroupItemImg {
    height: 80px
}
.centerGroupItemTitle {
    color:#278751
}


.registarGroup, .crendeciaisGroup {
    padding:20px; 
    height:230px;
}
.registarGroup {
    background-color:#00a19a;
}
.registarGroupTitle {
    text-align:center; 
    font-size:16px; 
    color:White; 
    font-weight:bold;
}
.registarInstru, .registarInstru a {
    color: white;
    font-size: 14px;
}
.registarInstru a {font-weight: bold;}
.crendeciaisGroup {
    background-color:#97BF13; 
}