article #principal_7 { width:100%; margin:0px; left:0px; top:0px; float:left; height:auto; background-color:#E9E9E9; border:0px }

.tours-principal-p1 { margin:10px 0 0 0; font-size:40px; line-height:41px; font-family:"Space Grotesk", Arial, Helvetica, sans-serif; font-weight:700; text-align: center; color:#002B40 }
.tours-principal-p2 { font-size:20px; line-height:20px; font-weight:300; font-family:"Space Grotesk", Arial, Helvetica, sans-serif; color:#666666; margin:5px 0 20px 0; text-align: center }


.tours-principal { float:left; height:auto; cursor: pointer; position: relative }

.tours-principal-img { width: 100%; float:left; position: relative; background-position: center center; background-repeat: no-repeat; background-size: auto 100%; }
.tours-principal-img:hover { transition: 0.3s ease-in-out; box-shadow: inset 0 0 0 300px rgba(51,174,226,.5); outline: 10px solid #B2F356; outline-offset: -10px; }
.tours-principal-img-bg { width: 100%; float:left; text-align: left; background: linear-gradient(0deg, rgba(0,0,0,0.9), rgba(0,0,0,0)); position: relative }
.tours-principal-img-bg:hover { background: linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0)) }
.tours-principal-texto { width: 100%; float:left; padding:0px; text-align: center; bottom: 20px; position:absolute }
.tours-principal-dados { width: calc(100% - 40px); float:left; padding:15px 20px 5px 20px; text-align: center }
.tours-principal-titulo { font-size:20px; line-height:20px; font-family:"Space Grotesk", Arial, Helvetica, sans-serif; font-weight:900; text-align: center; color:#FFFFFF; margin:20px 0 0 0;  }
.tours-principal-chamada { font-size:16px; line-height:16px; font-family:"Space Grotesk", Arial, Helvetica, sans-serif; font-weight:300; text-align: center; color:#FFFFFF; margin:5px 0 0 0;  }



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

.tours-principal { width:calc(100% / 4) }
.tours-principal-img { height:300px }
.tours-principal-img-bg { height:300px }

}




@media only screen and (min-width: 961px) and (max-width: 1250px){
	
.tours-principal { width:calc(100% / 3) }
.tours-principal-img { height:250px }
.tours-principal-img-bg { height:250px }

}




@media only screen and (min-width: 769px) and (max-width: 960px){
		
.tours-principal { width:calc(100% / 4) }
.tours-principal-img { height:250px }
.tours-principal-img-bg { height:250px }

}





@media only screen and (min-width: 621px) and (max-width: 768px){
			
.tours-principal { width:calc(100% / 3) }
.tours-principal-img { height:250px }
.tours-principal-img-bg { height:250px }

}




@media only screen and (min-width: 481px) and (max-width: 620px){
			
.tours-principal { width:calc(100% / 2) }
.tours-principal-img { height:250px }
.tours-principal-img-bg { height:250px }

}





@media only screen and (min-width: 0px) and (max-width: 480px){
				
.tours-principal { width:calc(100% / 2) }
.tours-principal-img { height:250px }
.tours-principal-img-bg { height:250px }

}