@charset "utf-8";
/* CSS Document */

.SecTitulo{padding:35px 0;
background-image:url(../_imagens/ptn.png), linear-gradient(to right, #f39c12 19%, rgba(241, 196, 15,.59) 75%, rgba(241, 196, 15,.3));
transition:all 3s;}

.SecTitulo h2{margin-bottom:0;
color:white;
font-size:2em;}


.SecSeguros{width:100%;
padding:70px 0;
overflow:hidden;}

.SecSeguros h1{text-align:center;
width:55%;
margin:auto;
line-height:2.0625em;}

.Seguros{margin-top:50px;
overflow:hidden;}

.BoxSeguros{width:25%;
height:220px;
margin:0 4% 120px 4%;
text-align:center;
display:block;
float:left;}

.BoxSeguros h2{font-size:1.2em;
margin-top:10px;}

.BoxSeguros p{font-size:0.9em;
text-align:justify;}

.BoxSeguros img{width:80px;
height:80px;}

.BtSeguros{text-align:center;}

.BtSeguros a{padding:13px 35px;
border-radius:2px;
color:white;
		background-color:#f39c12;}
		
		.BtSeguros a:hover{background-color:#D3850A;
		cursor:pointer;
		transition:all .5s;}


	/*-------------MEDIA QUERY-----------------*/
	
	@media screen and (max-width:800px){
		
		.BoxSeguros{width:40%;
		margin:0 5% 90px 5%;}
		
	
		
	}
	
	
	
	@media screen and (max-width:625px){
		
		.BoxSeguros{width:100%;
		margin:0 auto 50px auto;}		
		
		.SecSeguros h1{font-size:1.3em;
		width:100%;}
		
		.BoxSeguros img{width:60px;
		height:60px;}
				
		.Apresentacao a{padding:15px 5px;
		font-size:.9em;}
		
	}