.menu,
.nav-icon span {
	transition: all .3s ease-in-out
}

.menu .nav-menu li a,
.nav-menu li a {
	line-height: 56px
}

*,
::after,
::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

.effectTab-header .caption,
.effectTab-header .title {
	font-weight: 700;
	padding-bottom: 20px;
	position: relative;
	display: inline-block;
	color: #555;
	margin: 0 0 20px;
	text-align: center;
	text-transform: uppercase
}

.effectTab-header .title {
	font-size: 34px;
	font-family: Oswald, sans-serif
}

.effectTab-header .caption {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif
}

.column-1,
.column-10,
.column-11,
.column-12,
.column-2,
.column-3,
.column-4,
.column-5,
.column-7,
.column-8,
.column-9 {
	float: left;
	padding: 15px
}

.effectTab-header .title::after,
.effectTab-header .title::before {
	position: absolute;
	background: linear-gradient(to right, #ed6ea0 0, #ec8c69 100%);
	content: ""
}

.effectTab-header .title::before {
	left: 0;
	width: 156%;
	height: 3px;
	margin-left: -28%;
	bottom: -1.5px
}

.effectTab-header .title::after {
	left: 50%;
	width: 25px;
	height: 25px;
	bottom: -26px;
	margin: 0 0 0 -10px;
	-webkit-clip-path: polygon(75% 0, 75% 69%, 41% 93%, 0 68%, 0 0);
	clip-path: polygon(75% 0, 75% 69%, 41% 93%, 0 68%, 0 0)
}

body {
	background-color: #F5F5F5;
}

.column-1 {
	width: 8.333333333333333%
}

.column-2 {
	width: 16.66666666666667%
}

.column-3 {
	width: 38%
}

.column-4 {
	width: 35.33333333333333%
}

.column-5 {
	width: 41.66666666666667%
}

.column-6 {
	width: 50%;
	float: left;
	padding: 15px
}

.column-7 {
	width: 58.33333333333333%
}

.column-8 {
	width: 60%
}

.column-9 {
	width: 75%
}

.column-10 {
	width: 83.33333333333333%
}

.column-11 {
	width: 91.66666666666667%
}

.column-12,
.wrapper-full {
	width: 100%
}

.nav-icon,
.navigation {
	float: right
}



























.img {
    text-align: center;
    display: block;  
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    box-sizing: padding-box;
    width: 100%;
    align-items: center;
    justify-content: center;
    
   
  }

 .vateralink {   
    display: flex; 
    flex-direction: column;
    box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.2);
    border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    margin: 0.8em;
    padding: 0.5em;
     text-align: center;
     vertical-align: middle;
}

.kepleiras {
    
    background-color: white;
    font-weight: bold;
    margin: 0.7em;
    box-sizing: border-box;
    box-shadow: 0 0 0.1em black;
    -moz-box-shadow:  0 0 0.1em black;
    -webkit-box-shadow:  0 0 0.1em black;
    border-radius: 0.4em;
    -webtik-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
    padding: 0.5em;
    align-items: center;    
    justify-content: center;
    
   
}


.vateralink:nth-of-type(1) {flex: 1; -webkit-flex: 1;}
.vateralink:nth-of-type(2) {flex: 1; -webkit-flex: 1;}
.vateralink:nth-of-type(3) {flex: 1; -webkit-flex: 1;}
.vateralink:nth-of-type(4) {flex: 1; -webkit-flex: 1;}


.galeria {      
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: row; 
  
     -webkit-flex-flow: wrap;
  
  
}





















