﻿
.fonte{
 color:#fc4e03; 
}


.center0 {
 width: 100%;
    height: 8em;
    object-fit: cover;
    object-position: center;
	}
	
	
	
	.wrapper { 
  border : 0px solid #000; 
  overflow:hidden;
  clear:both;
}

.wrapper div {
   min-height: 200px;
   padding: 0px;
   margin:0px ;
  
}
#one {
  background-color: white;
  float:left; 
  margin-right:5px;
  width:55%;
  border-right:1px dashed #ccc;
}
#two { 
  background-color: #f0f3fa;
  overflow:hidden;
  margin:0px;
  border:3px dashed #ccc;
  min-height:170px;
   
}



#three { 
  background-color: #f0f3fa;
  overflow:hidden;
  margin:0px;
  border:3px dashed #ccc;
  min-height:170px;
  float:left;
  width:50%;
   
}

@media screen and (max-width: 400px) {
   #one { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;
    border-bottom:0px solid #000;    
  }
}


#one ul{

padding-left: 2px;

}

#one li {
	 
   font-size: 15px;
   color:navy ;
   font-weight:bold;
	
margin:1px 0px 1px 0px;
padding:1px 0px 1px 0px;
font-family:Arial,Helvetica,sans-serif;
}



#two ul{

padding-left: 0px;

}


#three ul{

padding-left: 0px;

}




body {margin:0;font-family:Arial}



#right p {
	 color:black ;
	  font-weight:bold;
   font-size: 18px;
   font-family:Arial,Helvetica,sans-serif;
 
    }





#right ul{

padding-left: 8px;

}

#right li {
	 
   font-size: 16px;
   color:green ;
    font-weight:bold;
	
	margin:2px 0px 2px 0px;
/*padding:2px;*/

padding:2px 0px 2px 0px;



font-family:Arial,Helvetica,sans-serif;
}


#footer ul, #footer li {
display:inline;
}

#footer {
/*border: 5px dashed red;*/
text-align: center;

clear: both;
}

#footer a {
color:blue;
}

#footer a:hover {
text-decoration:underline;
}

.top-container {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}



.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}



.topnav {
  overflow: hidden;
  background-color: navy;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  border: 1px solid #b3b3cc;
  
   /*background: #04AA6D;*/
}

.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  border: 1px solid #ddd;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border: 1px solid #ddd;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    /*display: none;*/	
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}