/*Documento CSS style_imagens_escola_helvecio.css*/

body  {    
    margin: 0;     
	padding: 0;  
	background-attachment: fixed; /*fixa o fundo*/
	background: beige;
	background-image:url(/static/img/imagensdores/pixel-ferradura.jpg);
	/*background-repeat: no-repeat;
	background-position: 5px;*/
	}   

@media screen and (max-width: 720px) {
          .f1, .f2, .f3, .f4, .f5, .f6, .f7{
		   min-width: 240px;
		   width: 240px;
		  /*background-color: aqua;*/
		  }
		}	
	
.f1{
	position: relative;
	float: left;
	width: 32%;
	height: 580px;
	padding: 0.5em;
	margin-left: 0.5em;
	text-align: center;
	background-image:url(/static/img/imagensdores/termoaberturagrupo.jpg);
	background-repeat: no-repeat;
	z-index:1;
	}	

   .f2{ 
	position: relative;
	float: left;
	width: 32%;
	height: 580px;
	padding: 0.5em;
	margin-left: 0.5em;
	text-align: center;
	background-image:url(/static/img/termoaulas.jpg);
	background-repeat: no-repeat;
	z-index:2;
	}

.f3{
        position: relative;
       float: left;
       border: 1px solid #EBD699;
	width: 20%;
	height: 190px;
	padding: 0.5em;
	margin-left: 0.5em;
	text-align: center;
	background-image:url(/static/img/imagensdores/desfilesetesetembro.jpg);
	background-repeat: no-repeat;
	/*z-index:1;*/
	}		
 .f4{
       position: relative;
       float: left;
	width: 20%;
	height: 190px;
	padding: 0.5em;
	margin-top: 10px;
	margin-left: 0.5em;
	text-align: center;
	background-image:url(/static/img/imagensdores/fundosgrupo.jpg);
	background-repeat: no-repeat;
	/*z-index:1;*/
	}

.f5{
	position: relative;
	float: left;
	width: 20%;
	height: 150px;
	padding: 0.5em;
	margin-top: 10px;
	margin-left: 0.5em;
	text-align: center;
	background-image:url(/static/img/imagensdores/carropadreernesto.jpg);
	background-repeat: no-repeat;
	/*z-index:1;*/
	}


.f6{ 
        position: relative;
	float: left;
	width: 32%;
	height: 300px;
	padding: 0.5em;
	margin-left: 0.5em;
	text-align: center;
	background-image:url(/static/img/imagensdores/nsfatima.jpg);
	background-repeat: no-repeat;
	background-position: center;
	/*z-index:1;*/
	}	
	
.f7{ 
	position: relative;
	float: left;
	width: 32%;
	height: 300px;
	padding: 0.5em;
	margin-left: 0.5em;
	text-align: center;
	background-image:url(/static/img/imagensdores/entregadiploma.jpg);
	background-repeat: no-repeat;
	background-position: center;
	/*z-index:1;*/
	}					

 h1{
	text-align:center;
  }
  
   h2, h4{
	color: #002088;
	text-align:center;
  }
 
  em{
    color: #B00000;
   font-size: 1.4em;
  }
 
  p{
        border: 1px dotted black;
	width: 19%;
	float: left;
	margin-top: -10px;/*Afasta do top do container*/
	margin-left: 25px;/*Afasta das margens da div*/
	margin-right: 10px;/*Afasta das margens da div*/
	padding-left: 10px; /*afasta o texto da lateral esquerda do box*/
	padding-top: 10px; /*afasta o texto do topo do box*/
	padding-bottom: 10px; /*afasta o texto da parte inferior do box*/
	color: #002088;
	text-align:center;
	font-size: 16px;
        box-shadow: 1px 1px 6px #181818;

  }
 
 #footer{  
	width: 55%;  
	height:	36px;
	float: left;
	margin-left: 20%;
	margin-bottom: 15px;
	padding-bottom: 26px; /*afasta o texto da parte de baixo do box*/  
 } 
  
  
  
  