<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: 'Merriweather Sans', sans-serif;
    
}

main.main-container{
    padding: 15px;
	margin: 1px 0;
	border-top: 4px solid black;
	border-bottom: 2px solid black;
}

main.main-container h1{
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    margin: 20px auto 0 auto;
    text-align: center;
}

main.main-container p.intro{
    margin: 20px auto;
}


main div.line {
    border-top: 8px solid #f47e5e;
    margin-top: 30px;
    padding: 0 15px;
    width: 3000px;
}

main .card {
    display: inline-block; 
    vertical-align:top;
    width: 290px;
/*    border-bottom: 1px solid #f47e5e;*/
}


div.ano {
    width: 60px;
    height: 60px;
    padding-top: 15px;
    margin: -30px auto 0 auto;
    border-radius: 50%;
    background-color: #f47e5e;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    
}

main .card h3 {
    font-weight: 700;
    font-size: 16px;
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    text-align: center;

}

main .card p {
    margin: 10px 0;
    font-size: 15px;
    line-height: 150%;
    padding: 20px;
    text-align: center;
}

@media all and (min-width:500px) {
    
    main .card h3 {
    font-size: 18px;

    }

    main .card p {
        font-size: 16px;
    }
}

.setas{
	display: 			flex;
	/* margin: 			20px 0px 20px 0px; */
	width: 				100%;
	justify-content: 	space-between;
	align-items: 		center;
	height: 			60px;
    color: #f47e5e;
    font-size: 24px;
}


.preview,
.next{
	font-size: 			4em;
	cursor: 			pointer;
	transition: 		transform 222ms;
	-webkit-transition: transform 222ms;
	position: 			relative;
	will-change:		transform;
	
	transform-origin: 	50% 50%;
}

.preview:hover,
.next:hover{
	transform: 			scale(1.1);
	-ms-transform: 		scale(1.1);
	-webkit-transform: 	scale(1.1);
}

.preview:active{
	left:					-2px;
}

.next:active{
	right: 					-2px;
}



.scrolling-wrapper {
	position: 			relative;
	overflow-x: hidden;
}

.scroll-father{
	/* overflow:	hidden; */
	width:			100%;
	max-width:		100%;
	margin-bottom:	150px;
}

@media (max-width:601px){ 
	.texto-apoio:after{
		content: 		"Arraste para os lados"
	}
	
	.texto-apoio{
		font-size: 		16px;
        text-align:	 	center;
        display: inline-block;
        width: calc(100% - 35px)
	}
	
	.imageLarge{
		max-height:		400px;
	}
	
	.scrolling-wrapper { 
		overflow: 		scroll;
		width:			100%;
		
		-webkit-overflow-scrolling: touch;
	}
	
	.setas{
		display: 			block;
		margin: 			20px 0px 20px 0px;
		width: 				100%;
		height:				auto;
		font-size:			16px;
	}
}


</pre></body></html>