﻿body {
}

.color-icon{
    color:rgb(255, 255, 255);
}
.bk-color{
    
    background: rgba(255, 255, 255,0.75);
    
}
.tmFont{
    font-size:30px;

}


#devlopedBy a {
    color: rgb(255, 255, 255);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;

  
   
}

    #devlopedBy a:hover, #devlopedBy a:focus {
        color: rgb(255, 255, 255);
    }


.txt {
    text-align:justify;
}

.mailColor{
    color: rgb(255, 255, 255);
}

.tamanhoFonte{
    font-size:12px;
}