/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15/07/2019, 19:00:19
    Author     : webdesign
*/

/*=========Rodape===========*/	
.nav-ul { float: right;}

.nav-ul li {display: inline-flex;
            display: -webkit-flex; /* Garante compatibilidade com navegador Safari. */
            justify-content: center;}
                       
ul>li>a>img { width: 40px;
              height: auto; }

.navbar-default .navbar-nav>li>a, footer .nav {color: white; }
.navbar-default .navbar-nav>li>a:hover, footer .nav a:hover {color: #9bf0e1;
background: none; }

#rodape  {position: relative;
          bottom: 0px;}


#rodape p {color: grey;
          font-size: 18px;
          margin-bottom: 5px;
          }

#rodape{ background: rgb(0,32,128);
	 padding: 100px 0px 100px 0px;
	 
}	

.col-md-4 { float:right;
} /* logos redes sociais */

.col-md-4 > p > a  {font-size: 16px;
                color:  white;
		margin: 8px;	          
		}

.col-md-4 > p > a:hover {color:  #80ffff;
			}		