.divider {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		



		.divider > .col-4 {
			width: 33.3333333333%;
		}

	
		.divider {
			margin-top: -50px;
			margin-left: -50px;
		}

			.divider > * {
				padding: 50px 0 0 50px;
			}
* cont */

	.cont {
		margin: 0 auto;
		max-width: 100%;
		width: 70em;
	}

		@media screen and (max-width: 1680px) {

			.cont {
				width: 70em;
			}

		}

		@media screen and (max-width: 1280px) {

			.cont {
				width: calc(100% - 60px);
			}

		}

		@media screen and (max-width: 980px) {

			.cont {
				width: calc(100% - 80px);
			}

		}

		@media screen and (max-width: 736px) {

			.cont {
				width: calc(100% - 40px);
			}

		}
		
		
		@media only screen and (max-width: 768px) {
 #cad {
     left: 0%;
     right: 0%;
		}
  }
		
		@media screen and (max-width: 736px) {
		
		
		

			.cont {
				width: calc(100% - 40px);
			}

		}
		
@media screen and (max-width: 400px) {
.divider > .col-4 {
			width: 100%;
		}

		

#intro section {
			margin: 0 0;
			padding: 0 0;
		}




	
	#header1 {
				text-align: center;
				padding: 2em 0;
			}
.icon.featured {
				width: 30px;
				margin: 0 0 3em 0;
			}

				.icon.featured:after {
					border-left: solid 4em transparent;
					border-right: solid 4em transparent;
				}

		
		
#intro {
				padding: 2em 0 0 0;
			}

				#intro section {
					padding: 0 0 0 0;
					margin: 0 0 0 0;
				}

				#intro h2 {
					font-size: 1.25em;
				}
		



		.divider > .col-12-medium {
			width:100%;
		}

	
		.divider {
			margin-top: -50px;
			margin-left: -50px;
		}

			.divider > * {
				padding: 50px 0 0 50px;
			}
			
			
		
		
		
		}
		
		

	
			
						
.last, .middle , .first{

  transition: transform .5s;
	


}
.middle:hover {

-ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
   transform: scale(1.1); 
}
			
			
.last:hover, .first:hover{

  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
   transform: scale(1.2); 
	
	


}
			
	@media only screen and (min-width: 769px) {
	#cad {
     position: absolute;
     left: 20%;
     right: 20%;
     -moz-transform: translate(-50%, -50%)
     -webkit-transform: translate(-50%, -50%)
     -ms-transform: translate(-50%, -50%)
     -o-transform: translate(-50%, -50%)
     transform: translate(-50%, -50%);
}
	}		

section, article {
		margin-bottom: 2.5em;
	}

section > :last-child, section:last-child, article > :last-child, article:last-child {
			margin-bottom: 0;
		}



footer {
		margin: 2.25em 0 0 0;
	}
	
	
ul.actions {
		list-style: none;
		padding-left: 0;
	}
.ol{
	
	list-style: none;
		padding-left: 0;
}





/* Icons */

	.icon {
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.featured {
			position: relative;
			display: inline-block;
			background-color: #ff6600;/* parte de cima do 1 item*/
			width: 9em;
			padding: 1.75em 0 0.75em 0;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			margin: 0 0 4.5em 0;
			cursor: default;
		}

			.icon.featured:before {
				font-size: 4.5em;
				line-height: 1em;
				color: #FFF; /*cor do icone*/
			}

			.icon.featured:after {
				content: '';
				position: absolute;
				bottom: -1.95em;
				left: 0;
				border-top: solid 2em #ff6600;/* parte de baixo do 1 item*/
				border-left: solid 4.5em transparent;
				border-right: solid 4.5em transparent;
			}

			.icon.featured.alt {
				background-color: #ff6600;
			}

				.icon.featured.alt:after {
					border-top-color: #ff6600;
				}

			.icon.featured.alt2 {
				background-color: #ff6600;
			}

				.icon.featured.alt2:after {
					border-top-color: #ff6600;/* parte de baixo do 3 item*/
				}



/* Intro */

	#intro {
		text-align: center;
		overflow: hidden;
	}

		

		#intro h2 {
			font-size: 1.75em;
		}

		#intro p {
			margin: 0;
		}
		#intro section {
			margin: 1em 0;
			padding: 1.5em 0;
		}

		#intro .middle {
			position: relative;
			z-index: 1;
		}

			#intro .middle:before {
				content: '';
				width: 32px;
				height: 100%;
				position: absolute;
				left: -24px;
				top: 0;
				display: block;
				z-index: -1;
				box-shadow: 32px 0 0 0 #f6f6f6, 0 -32px 0 0 #f6f6f6, 0 32px 0 0 #f6f6f6, 32px 32px 0 0 #f6f6f6, 32px -32px 0 0 #f6f6f6, 0 0 32px 0 rgba(255,122, 0, 0.5);
			}

			#intro .middle:after {
				content: '';
				width: 32px;
				height: 100%;
				position: absolute;
				right: -24px;
				top: 0;
				display: block;
				z-index: -1;
				box-shadow: -32px 0 0 0 #f6f6f6, 0 -32px 0 0 #f6f6f6, 0 32px 0 0 #f6f6f6, -32px 32px 0 0 #f6f6f6, -32px -32px 0 0 #f6f6f6, 0 0 32px 0 rgba(255,122, 0, 0.5);
			}

		#intro .button {
			min-width: 12em;
		}

		#intro footer {
			margin: 0;
		}

		}





	