head{

  display: block;
  margin: auto;
  width: 50%;


}
body{
	background-image: url("imagens/fundo.jpg");
   	background-size: 100% 100%;
	background-attachment: fixed;
}

html{
	font-family: "Lucida Sans", sans-serif;
	
}
body a {
	
	text-decoration: none;
	
}


* {
    box-sizing: border-box;
}
.header {
    border: 5px solid blue;
    padding: 1px;

    color: white;
	text-align: center;
	font-size:30px;
   text-shadow: 2px 2px #ff0000;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li {
    padding: 8px;
    margin-bottom: 7px;
    background-color :#33b5e5;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.menu li:hover {
    background-color: #0099cc;
}


.row::after {
    content: "";
    clear: both;
    display: block;
	
}
.element:hover{
	
	border: 1px solid white;	
	-ms-transform: scale3d(1.2,1.1,1); /* IE 9 */
    -webkit-transform:scale3d(1.2,1.1,1); /* Chrome, Safari, Opera */
    transform: scale3d(1.2,1.1,1);
	-webkit-transition: 2s; /* Safari */
	transition: 2s;
}

.col-9{
	
	
	 text-shadow: 2px 2px #f5f0f3;
}

idiom ul {
	
	position: relative;		
	left:0px;
	top:0px;
	 margin: 0;
    padding: 0;
	width:100%;
	font-family: Helvetica;	
	font-size: 25px;	
    
	
	
}

idiom ul a {
	
	color:white;
	text-decoration: none;
	
	
}

idiom ul li {
	
	border-right: 1px solid #bbb;
	display: inline;
}

idiom a:hover{
	background:white;
	color:blue;
	
	transition: 1s;
}


idiom ul li  .active {
    background-color: blue;
    color: white;
}

idiom ul li:last-child {
	color: white;
    background: #ff1a1a;	
	border-right: none;
}




[class*="col-"] {
    float: left;
    padding: 15px;
    
}



 /* For mobile phones: */
 [class*="col-"] {
        width: 100%;
    }

@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}	
	
@media only screen and (min-width: 768px){
/* For desktop: */

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

}

img {
    max-width: 100%;
    height: auto;
}


footer{
	
	background-color:blue;
	color: white;
}

footer a {
	color: white;
}