.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/#cecece+0,f3f3f3+50,ededed+51,ffffff+100 */
background: rgb(206,206,206); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(206,206,206,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(206,206,206,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}

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

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

.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: #707070;
}

/* 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: #f7941d;}

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

/* 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*/
	display:block;
	float:left;
	width:100%;
	margin:0 0 0 0;
	text-align:left;
	text-align:center;

}

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

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

.sns{
	display:block;
	float:right;
	width:50%;
	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;
}


.school_name{/* 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:#555;
	line-height:20px;
	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: 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:45%;
	margin:1% 0 1% 0;
	text-align:left;
}

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

.tel{/* usando */
	float:left;
	width:50%;
	margin:10px 0 10px 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:50%;
	margin:10px 0 10px 0;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-align-items: center;
  	align-items: center;
  	-webkit-justify-content: center;
  	justify-content: center;
	min-height:30px;
}

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

.school_name{/* usando */
	display:block;
	float:left;
	width:100%;
	margin:0 0 0 0;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#555;
	line-height:20px;
	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:50%;
	margin:1% 0 1% 0;
	text-align:left;
}

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

.tel{/* usando */
	float:left;
	width:50%;
	margin:10px 0 10px 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:50%;
	margin:10px 0 10px 0;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-align-items: center;
  	align-items: center;
  	-webkit-justify-content: center;
  	justify-content: center;
	min-height: 30px;
}

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

.school_name{/* usando */
	display:block;
	float:left;
	width:100%;
	margin:0 0 0 0;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#555;
	line-height:20px;
	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 *************************************/


}