.logo{
	position:absolute; 
	margin-top:-60px; 
	z-index:99;
	left:64%;
	width:40%;
}

/*------------------------------*\
    Grid System
\*------------------------------*/

.row, 
.column {
    box-sizing: border-box;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.column {
    position: relative;
    float: left;
}

.column + .column {
    margin-left: 0;
}

.column-1 {
    width: 6.86666666667%;
}

.column-2 {
    width: 15.3333333333%;
}

.column-3 {
    width: 23.8%;
}

.column-4 {
    width: 33.3266666667%;
}

.column-5 {
    width: 40.7333333333%;
}

.column-6 {
    width: 50%;
}

.column-7 {
    width: 57.6666666667%;
}

.column-8 {
    width: 66.1333333333%;
}

.column-9 {
    width: 74.6%;
}

.column-10 {
    width: 83.0666666667%;
}

.column-11 {
    width: 91.5333333333%;
}

.column-12 {
    width: 100%;
    margin-left: 0;
}

@media only screen and (max-width: 550px) {
    .column-1, 
    .column-2, 
    .column-3, 
    .column-4, 
    .column-5, 
    .column-6, 
    .column-7, 
    .column-8, 
    .column-9, 
    .column-10, 
    .column-11, 
    .column-12 {
        width: auto;
        float: none;
    }
  
    .column + .column {
        margin-left: 0;
    }
}

/*------------------------------*\
    Styling
\*------------------------------*/



.column {
    min-height: 30px;
    text-align: center;
}

.row {
    margin-bottom: 0px;
}

.row:last-child {
    margin-bottom: 0;
}

.column .column {
}

@media only screen and (max-width: 550px) {
    .row {
        margin-bottom: 0;
    }
    .column {
        margin-bottom: 10px;
    }
    .row:last-child .column:last-child {
        margin-bottom: 0;
    }
}

.effect { position: relative; overflow: hidden; }
.effect:hover:before { -webkit-animation: shine .75s; animation: shine .75s; }
@-webkit-keyframes shine { 100% { left: 125%; } }
@keyframes shine { 100% { left: 125%; } }
.effect:before { position: absolute; top: 0; left: -75%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%); -webkit-transform: skewX(-15deg); -o-transform: skewX(-15deg); -ms-transform: skewX(-15deg); transform: skewX(-15deg); }

.direitos{
	font-size:0.79em;
	font-family: 'Arvo', serif;
	color:#adadad;
	text-align:center;
	margin-left:0px;
	font-weight:800;
	margin-top:40px;
}

.bg1{
	background:#e9168c fixed;
	height:600px;
}

.tamanho {
  margin-bottom:201px; 
  margin-right:65px;

}

.bread{
	color:#e9168c;
}

.bread:hover{
	color:#990a5c;
}

.bread2{
	color:#fef200;
}

.bread2:hover{
	color:#e2d704;
}