/*
Main CSS Style
Author: L. Correia
*/

.et-social-mail a.icon:before {
    content: "\e010";
}

.junior-logout {
    float: right;
    margin-left: 30px;
    line-height: 16px;
    padding: 5px;
    margin-right: 20px;
    font-size: 14px;
    font-weight: bold;
}

.junior-logout a{
    
    color: #000;
}

div#top-header {
    background: #eee;
}

/* Tamanho Smartphone */
@media only screen and (max-width : 481px) {	
    
}

/* Tamanho Tablet Pequeno 482px a 767px */
@media only screen and (min-width : 482px) and (max-width : 767px) {	
    
}

/* Tamanho Computador pequeno 768px a 959px */
@media only screen and (min-width : 768px) and (max-width : 959px) {	
    
}