.wide_header{/* usando */
	height:100%;
	float: left;
	width: 100%;
	margin-bottom:0px;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1ffff+0,e1ffff+7,e1ffff+12,fdffff+12,e6f8fd+30,c8eefb+54,bee4f8+75,b1d8f5+100;Blue+Pipe+%232 */
background: rgb(225,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(225,255,255,1) 0%, rgba(225,255,255,1) 7%, rgba(225,255,255,1) 12%, rgba(253,255,255,1) 12%, rgba(230,248,253,1) 30%, rgba(200,238,251,1) 54%, rgba(190,228,248,1) 75%, rgba(177,216,245,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ffff', endColorstr='#b1d8f5',GradientType=0 ); /* IE6-9 */

}

.wide_footer {/* usando */
	height:100%;
	float: left;
	width: 100%;
	margin-bottom:0px;
	/*background-color:#555;*/
	background-color:#004a80;
}

.wide_menu {
	float: left;
	width: 100%;
	margin-bottom:0px;
	background-color:#004a80;
}

.footer_box{/* em uso */
	float: left;
	width:100%;
	margin:20px 0px 20px 0px;
}

.footer_box_text{/* em uso */
	float:left;
	width:100%;
	float:left;
	text-align:center;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:20px;
	margin:0px 0px 0px 0px;
}

.box_gg_map{/* em uso */
	float:left;
	width:100%;
	margin: 3% 0 0 0;
}

.box_gg_map_localization{/* em uso */
	float: left;
	width:100%;
}

/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #004a80;
}

/* Float the list items side by side */
ul.topnav li {float: left;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.6s;
    font-size: 17px;
	font-weight:bold;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #6dcff6;}

ul.topnav li.selected a:active,
li.selected a,
li.selected a:active,
li.selected a
{
	background-color:#6dcff6;
}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}

@media only screen and (min-width: 200px) {


/*********************************** Header *******************************************/

.sect_01{ /*logo*/
	float:left;
	width:40%;
	margin:1% 0 1% 0;
	text-align:left;
	text-align:center;
	display:block;
}

.sect_02{/* tel, sns, flags */
	float:left;
	width:60%;
	margin:0 0 0 0;
}

.tel{/* usando */
	float:left;
	width:100%;
	margin:0 0 0 0;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#523cb5;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}

.sns{
	display:block;
	float:left;
	width:100%;
	margin:10px 0 10px 0;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-align-items: center;
  	align-items: center;
  	-webkit-justify-content: center;
  	justify-content: center;
}

.sns_logo{
	display:block;
	float:left;
	width:160px;
	margin:0 0 0 0;
}

.flag{/* usando */
	float:left;
	width:100%;
	margin:0 0 0 0;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-align-items: center;
  	align-items: center;
  	-webkit-justify-content: center;
  	justify-content: center;
	line-height:40px;
}

.flag_img{/* usando */
	float:left;
	width:50px;
	padding:0 0 0 0;
	text-align:center;
}

.sect_03{
	display:none;
}

.slogan{
	display:none;
}



/*********************************** Menu *******************************************/
.menu{/* usando */
	float:left;
	width:100%;
	margin: 0 0 0 0;
	/*background-color:#06F;*/
}

ul.topnav.responsive {
	position: relative;
}

ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
}
ul.topnav.responsive li {
    float: none;
    display: inline;
}
ul.topnav.responsive li a {
    display: block;
    text-align: left;
}

  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
/*********************************** END Menu ***********************************/

}

/* Layout para tablets: 481 px a 768 px. Herda estilos de: Layout para celulares. */

@media only screen and (min-width: 481px) {
/*********************************** Header *******************************************/
.sect_01{/* logo */
	float:left;
	width:20%;
	margin:2% 0 2% 0;
	text-align:left;
}

.sect_02{/* tel, sns, flags */
	float:auto;
	width:50%;
	margin:1% 0 0 0;
	text-align:center;
}

.tel{/* usando */
	float:left;
	width:100%;
	margin:0 0 0 0;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#523cb5;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}

.sns{
	display:block;
	float:left;
	width:100%;
	margin:5px 0 5px 0;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-align-items: center;
  	align-items: center;
  	-webkit-justify-content: center;
  	justify-content: center;
}

.sns_logo{
	display:block;
	float:left;
	width:160px;
	margin:0 0 0 0;
}

.flag{/* usando */
	float:left;
	width:100%;
	margin:0 0 0 0;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-align-items: center;
  	align-items: center;
  	-webkit-justify-content: center;
  	justify-content: center;
	line-height:40px;
}

.flag_img{/* usando */
	float:left;
	width:50px;
	padding:0 0 0 0;
	text-align:center;
}

.sect_03{/* usando */
	display:block;
	float:right;
	width:30%;
	margin:1% 0 0 0;
}

.qr_img{
	display:block;
	text-align:center;
	float:left;
	width:100%;
	margin:1% 0 1% 0;
}

.slogan{/* usando */
	display:block;
	float:left;
	width:100%;
	margin:0 0 0 0;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#707070;
	line-height:40px;
	font-weight:bold;
}

/*********************************** Menu *******************************************/
.menu{/* usando */
	float:left;
	width:100%;
	margin: 0 0 0 0;
	/*background-color:#06F;*/
}

ul.topnav.responsive {
	position: relative;
}

ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
}
ul.topnav.responsive li {
    float: none;
    display: inline;
}
ul.topnav.responsive li a {
    display: block;
    text-align: left;
}

ul.topnav li:not(:first-child) {display: block;}
  
ul.topnav li.icon {
    float: right;
    display: none;
  }

/*********************************** END Menu ***********************************/
}

/* Layout para desktops: 769 px até o máximo de 1232 px. Herda estilos de: Layout para celulares e Layout para tablets. */

@media only screen and (min-width: 801px) {

/*********************************** Header *******************************************/
.sect_01{/* logo */
	float:left;
	width:20%;
	margin:1% 0 1% 0;
	text-align:left;
}

.sect_02{/* tel, sns, flags */
	float:left;
	width:50%;
	margin:1% 0 0 0;
	text-align:center;
}

.tel{/* usando */
	float:left;
	width:100%;
	margin:0 0 0 0;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#523cb5;
	line-height: 30px;
	font-weight:bold;
	text-decoration:none;
}

.sns{
	display:block;
	float:left;
	width:100%;
	margin:10px 0 10px 0;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-align-items: center;
  	align-items: center;
  	-webkit-justify-content: center;
  	justify-content: center;
}

.sns_logo{
	display:block;
	float:left;
	width:160px;
	margin:0 0 0 0;
}

.flag{/* usando */
	float:left;
	width:100%;
	margin:0 0 0 0;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-align-items: center;
  	align-items: center;
  	-webkit-justify-content: center;
  	justify-content: center;
}

.flag_img{/* usando */
	float:left;
	width:20%;
	padding:0 0 0 0;
	text-align:center;
}



.sect_03{/* usando */
	display:block;
	float:right;
	width:30%;
	margin:1% 0 0 0;
}


.qr_img{
	display:block;
	text-align:center;
	float:left;
	width:100%;
	margin:1% 0 1% 0;
}

.slogan{/* usando */
	display:block;
	float:left;
	width:100%;
	margin:0 0 0 0;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#707070;
	line-height:40px;
	font-weight:bold;
}

/**************** Menu ***************************************/
.menu{/* usando */
	float:left;
	width:100%;
	margin: 0 0 0 0;
	/*background-color:#06F;*/
}

ul.topnav.responsive {
	position: relative;
}

ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
}
ul.topnav.responsive li {
    float: none;
    display: inline;
}
ul.topnav.responsive li a {
    display: block;
    text-align: left;
}

ul.topnav li:not(:first-child) {display: block;}
  
ul.topnav li.icon {
	display: none;
    float: right;
    display: none;
  }
/************* END Menu *************************************/


}