/*------------------------------------------------------------------------
# slide image on hover
-------------------------------------------------------------------------*/
.jm-item {
	padding: 10px;
	display: inline-block;
	text-align: left;
}
.jm-item-wrapper {
	position: relative;
	padding: 7px;
	background: #E8D7B6;
}
.jm-item-image {
	position: relative;
	overflow: hidden;
}
.jm-item-image img {
	display: block;
}
.jm-item-title {
    position: absolute;
    left: -10px;
    bottom: 17px;
    background: #FF6B0E;
    line-height: 1.5em;
    font-weight: normal;
    padding: 7px 9px 6px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 1.4em;
}
.jm-item-overlay {
	background: #000;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.5s ease-in 0s;
	-moz-transition: opacity 0.5s ease-in 0s;
	-o-transition: opacity 0.5s ease-in 0s;
	transition: opacity 0.5s ease-in 0s;
}
.jm-item-wrapper:hover .jm-item-overlay {
	opacity: 0.3;
}
.jm-item-button {
	height: 50px;
	width: 50px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -25px;
}
.jm-item-button a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #FF6B0E;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 1.2em;
    line-height: 50px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    text-decoration: none !important;
    display: block;
}
.jm-item-button a:hover {
	background: #3b3b3b;	
}

.jm-item {
	padding: 10px;
	display: inline-block;
	text-align: left;
}
.jm-item-wrapper {
	position: relative;
	padding: 7px;
	background: #E8D7B6;
}
.jm-item-image {
	position: relative;
	overflow: hidden;
}
.jm-item-image img {
	display: block;
}
.jm-item-title {
    position: absolute;
    left: -10px;
    bottom: 17px;
    background: #FF6B0E;
    line-height: 1.5em;
    font-weight: normal;
    padding: 7px 9px 6px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 1.4em;
}
.jm-item-overlay {
	background: #000;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.5s ease-in 0s;
	-moz-transition: opacity 0.5s ease-in 0s;
	-o-transition: opacity 0.5s ease-in 0s;
	transition: opacity 0.5s ease-in 0s;
}
.jm-item-wrapper:hover .jm-item-overlay {
	opacity: 0.3;
}
.jm-item-button {
	height: 50px;
	width: 50px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -25px;
}
.jm-item-button a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #FF6B0E;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 1.2em;
    line-height: 50px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    text-decoration: none !important;
    display: block;
}
.jm-item-button a:hover {
	background: #3b3b3b;	
}

.second .jm-item-wrapper .jm-item-title {
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
.second .jm-item-wrapper:hover .jm-item-title {
	left: -100%;
}
.second .jm-item-description {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	background: rgba(0,0,0,0.4);
	color: #fff;
	top: 100%;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
}
.second .jm-item-wrapper:hover .jm-item-description {
	top: 0;
}

/*------------------------------------------------------------------------
# FIM slide image on hover
-------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
# button SAVE THE DATE
-------------------------------------------------------------------------*/
a.button{
		background: #81bb31;
		line-height: 2.2;
		color:#fff;
		padding: 10px 30px;
		border:1px solid #a7a7a7;
		width: 250px;
		/*box-shadow: inset 2px 1px 1px rgba(0,0,0,0.5), 0px 1px 2px white, 0px 1px 5px rgba(0,0,0,0.1), 0px 2px 5px rgba(0,0,0,0.1);
		-webkit-transition:box-shadow 0.5s; */	
		
	}
a.button:hover{
		background: #fff;
		color: #81bb31;	
		font-weight: normal;
		/*box-shadow: 0px 2px 1px rgba(0,0,0,0.5) inset, 0px -2px 5px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);*/
	}
a.button:active{
		color:#999;
		font-weight: normal;		
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px -2px 5px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 2px rgba(0, 0, 0, 0.1);
		/*background:-webkit-linear-gradient(top, #d1d1d1 0%,#81bb31 100%)*/
	}

	
span.button a{
		background: #81bb31;
		line-height: 2.2;
		color:#fff;
		padding: 10px 30px;
		border:1px solid #a7a7a7;
		width: 250px;
		/*box-shadow: inset 2px 1px 1px rgba(0,0,0,0.5), 0px 1px 2px white, 0px 1px 5px rgba(0,0,0,0.1), 0px 2px 5px rgba(0,0,0,0.1);
		-webkit-transition:box-shadow 0.5s; */	
		
	}
span.button:hover a{
		background: #fff;
		color: #81bb31;	
		font-weight: normal;
		/*box-shadow: 0px 2px 1px rgba(0,0,0,0.5) inset, 0px -2px 5px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);*/
	}
span.button:active a{
		color:#999;
		font-weight: normal;		
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px -2px 5px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 2px rgba(0, 0, 0, 0.1);
		/*background:-webkit-linear-gradient(top, #d1d1d1 0%,#81bb31 100%)*/
	}
/*------------------------------------------------------------------------
# FIM button
-------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
# Speakers
-------------------------------------------------------------------------*/
.at-section__title {
  margin: 10px;
  color: #81bb31;
  font-size: 30px;
  font-weight: 500;
  line-height: 2;
  text-transform: uppercase;  
  text-align: center;
}
.at-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; 
}
.at-grid[data-column="1"] .at-column {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
	   margin: 0 auto 5px;
}
.at-grid[data-column="2"] .at-column {
  width: 30%;
  max-width: 30%;
  min-width: 30%;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
	  margin: 0 auto 5px;
}
.at-grid[data-column="3"] .at-column {
  width: 30%;
  max-width: 30%;
  min-width: 30%;
  -ms-flex-preferred-size: 30%;
      flex-basis:30%;
	   margin: 0 auto 5px;
}
.at-grid[data-column="4"] .at-column {
  width: 25%;
  max-width: 25%;
  min-width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.at-grid[data-column="5"] .at-column {
  width: 20%;
  max-width: 20%;
  min-width: 20%;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.at-grid[data-column="6"] .at-column {
  width: 14%;
  max-width: 14%;
  min-width: 14%;
  -ms-flex-preferred-size: 14%;
      flex-basis: 14%;
	   margin: 0 auto 5px;
	   height: 200px;
}
.at-grid[data-column="7"] .at-column {
  width: 14.28571%;
  max-width: 14.28571%;
  min-width: 14.28571%;
  -ms-flex-preferred-size: 14.28571%;
      flex-basis: 14.28571%;
}
.at-grid[data-column="8"] .at-column {
  width: 12.5%;
  max-width: 12.5%;
  min-width: 12.5%;
  -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
}
.at-grid[data-column="9"] .at-column {
  width: 11.11111%;
  max-width: 11.11111%;
  min-width: 11.11111%;
  -ms-flex-preferred-size: 11.11111%;
      flex-basis: 11.11111%;
}
.at-column {
  z-index: 0;
  position: relative;
  background: #FFF;
  box-shadow: 2px 2px 2px 3px rgba(0,0,0,0.1);
  padding: 10px;
  box-sizing: border-box;
  -webkit-transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
}
.at-column:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.at-column:hover {
  z-index: 1;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
}
.at-column:hover .at-social {
  margin: 16px 0 0;
  opacity: 1;
}
@media (max-width: 800px) {
  .at-column {
    width: 50% !important;
    max-width: 50% !important;
    min-width: 50% !important;
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
	font-size: 18px; !important;
  }
    
  .at-user__avatar {
    width: 50% !important;
    height: 50% !important;}
  
   .at-user__avatarKN {
    width: 50% !important;
    height: 50% !important;}
  
	
 .kn-speakers {
    width: auto !important;
    height: auto!important;
	margin: auto 25%;}
}
@media (max-width: 600px) {
  .at-column {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;}

   .at-user__avatar {
	width: 50% !important;
	height: 50% !important;}
  
   .at-user__avatarKN {
	width: 50% !important;
	height: 50% !important;}
   
   .kn-speakers {
	width: auto !important;
    height: auto!important;
	margin: auto 25%;}
   
  .at-user__name {
  color: #3c763d;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 22px;}     
}
.at-user {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
}
.at-user__avatar {
  width: 180px;
  height: 180px;
  border: 5px solid white;
  border-radius: 100%;
  margin: 0 auto 10px;
  overflow: hidden;
  box-shadow: 2px 2px 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;  
}

.at-user__avatarKN {
  width: 140px;
  height: 140px;
  border: 5px solid white;
  border-radius: 100%;
  margin: 0 auto 10px;
  overflow: hidden;
  box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;  
}

.at-user__avatar img {
  display: block;
  width: 100%;
  max-width: 100%;  
}

.at-user__name {
  color: #3c763d;
    font-size: 24px;
  font-weight: 500;
  line-height: 2;
}

.at-user__title {
  color: #000;
  font-size: 18px;
  line-height: 2.375rem;
  font-weight: 600;
}

.at-user__title2 {
  color: #666;
  font-size: 14px;
  line-height: 2.375rem;  
}

.at-social {
  margin: 0 0 -18px;
  opacity: 0;
  -webkit-transition: margin 0.2s ease, opacity 0.2s ease;
  transition: margin 0.2s ease, opacity 0.2s ease;
}
.at-social__item {
  display: inline-block;
  margin: 0 10px;
}
.at-social__item a {
  display: block;
}
.at-social__item svg {
  fill: #515F65;
  display: block;
  height: 18px;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.at-social__item svg:hover {
  fill: #788D96;
}
.container_grid {
  max-width: 1170px;;
  width: 100%;
  margin: 20px auto;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-transform-origin: top center;
          transform-origin: top center;
   margin-bottom: 20px; 
}

/*------------------------------------------------------------------------
# kEYNOTE SPEAKERS
-------------------------------------------------------------------------*/


.kn-speakers {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
}

.kn-speakers img {
  opacity: 1;
  display: block;
  width: auto;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}


.kn-speakers .text {
  color: black;
  font-size: 14px;
}
.kn-speakers .title {
  color: green;
  font-size: 12px;  
  text-align: center;
  font-weight: 600;
  line-height: 14px;
  padding: 5px;
}
.kn-speakers .sub-title {
  color: black;
  font-size: 10px;  
  text-align: center;
  line-height: 12px;
  font-weight: normal;
  padding-bottom: 10px;
  }

.kn-speakers a {
color: black !important;}


/*------------------------------------------------------------------------
# FIM kEYNOTE SPEAKERS
-------------------------------------------------------------------------*/


/*------------------------------------------------------------------------
# Redes Sociais
-------------------------------------------------------------------------*/

.social-icons{
  display: flex;
  justify-content: center;
  background: none;
  width: 100%;
  margin-top: 60px;
}

.fa-facebook-square{
  color: #444;
  transition: 0.5s;
  margin-left: 18px;
}
.fa-twitter-square{
  color: #444;
  transition: 0.5s;
  margin-left: 18px;
}
.fa-hover:hover {
  color: #81BB31;
}

/*------------------------------------------------------------------------
# Fim Redes Sociais
-------------------------------------------------------------------------*/


/*------------------------------------------------------------------------
LOGOS - Grid
-------------------------------------------------------------------------*/

#rig {
    max-width: 1197px;
    margin:0 auto; /*center aligned*/
    font-size:0;
    list-style:none;
    background-color:#fff;
}

#rig li {
    display: inline-flex;
    width: auto;
    vertical-align:middle;
    box-sizing:border-box;
    margin: 0 auto;
	padding: 10px;
    }
	
/*.div {display: inline-block;}*/
	
.rig-title{ 
  margin-left: 0px;
  font-size: 24px;
  font-weight: 600;
  padding-top: 50px;
  }
        
/* The wrapper for each item */
.rig-cell {
    display: block;
    position: relative;
    overflow: hidden;	
}
        
/* If have the image layer */
.rig-img {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    transform: scale(1);
    transition: all 1s;	
	margin: 0 auto;
	padding: 20px;
}

#rig li:hover .rig-img {
    transform: scale(1.05);	
}   

/* If have captions */
.rig-text {
    display: block;
    padding: 5px;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 14px;
    top: 38%;
    opacity: 0;
	line-height: 17px;
	color: #000;   
}
#rig li:hover .rig-text {
    transform:translateY(0px);
    opacity:1;  
}

.rig-overlay {
    position: absolute;
    display:block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #eee url(/images/logos/link.png) no-repeat center 20%;
    background-size: 20px 20px;
    opacity: 0;
    filter: alpha(opacity=0);/*For IE6 - IE8*/
    transition: all 0.6s;
}
#rig li:hover .rig-overlay {
    opacity: 0.9;
}

@media (max-width: 700px) {
    #rig li {
        width:30%;}
}

@media (max-width: 550px) {
    #rig li {
        width:100%;		
    }
}
/*------------------------------------------------------------------------
# Fim LOGOS - Grid
-------------------------------------------------------------------------*/

/*------------------------------------------------------------------------
# Icons "ABOUT"
-------------------------------------------------------------------------*/
div.icons { vertical-align: middle;  text-align: center; }
span.icons img{
    margin: auto;
    vertical-align: middle;
    padding-bottom: 20px;  }

span.icons img:hover {
 -webkit-filter: grayscale(1);
  filter: grayscale(1);}

/*------------------------------------------------------------------------
#FIM  Icons "ABOUT"
-------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
# GOOGLE MAP_ LEGENDA
-------------------------------------------------------------------------*/
.contacts-on-map {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  background-color: #ffffff; 
  z-index: 100;
  padding: 20px;
  margin-left: 100px;
}
@media all and (max-width: 640px) {
  .contacts-on-map { display: none;  }
}
/*------------------------------------------------------------------------
# FIM GOOGLE MAP_ LEGENDA
-------------------------------------------------------------------------*/

 
/*------------------------------------------------------------------------
# card GET-INVOLVED
-------------------------------------------------------------------------*/
.flip-container {
			-webkit-perspective: 1000;
			-moz-perspective: 1000;
			-ms-perspective: 1000;
			perspective: 1000;

			-ms-transform: perspective(1000px);
			-moz-transform: perspective(1000px);
    			-moz-transform-style: preserve-3d; 
    			-ms-transform-style: preserve-3d; 		
		}

/* START: Accommodating for IE */
.flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}		
/* END: Accommodating for IE */

.flip-container, .front, .back {
			width: 250px;
			height: 300px;
			box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
			-ms-transform-origin: top center;
			-webkit-transform-origin: top center;
			-o-transform-origin: top center;
			-moz-transform-origin: top center;			
			transform-origin: top center;
			margin: 0 auto;
}

.flipper {
			-webkit-transition: 1s;
			-webkit-transform-style: preserve-3d;
			-ms-transition: 1s;

			-moz-transition: 1s;
			-moz-transform: perspective(1000px);
			-moz-transform-style: preserve-3d;
			-ms-transform-style: preserve-3d;

			transition: 1s;
			transform-style: preserve-3d;

			position: relative;
}

.front, .back {
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;

		    -webkit-transition: 1s;
		    -webkit-transform-style: preserve-3d;
		    -webkit-transform: rotateY(0deg);

		    -moz-transition: 1s;
		    -moz-transform-style: preserve-3d;
		    -moz-transform: rotateY(0deg);

		    -o-transition: 1s;
		    -o-transform-style: preserve-3d;
		    -o-transform: rotateY(0deg);

		    -ms-transition: 1s;
		    -ms-transform-style: preserve-3d;
		    -ms-transform: rotateY(0deg);

		    transition: 1s;
		    transform-style: preserve-3d;
		    transform: rotateY(0deg);

			position: absolute;
			top: 0;
			left: 0;
}

.front {	
			cursor: pointer;
			z-index: 2;
			border-top: 80px solid #ddd;
			border-bottom: 45px solid #ddd;
			-webkit-transform: rotateY(0deg);
			-ms-transform: rotateY(0deg);
			background: #fff;
			z-index: 2;
}

.back {
			background: #fff;
			-webkit-transform: rotateY(-180deg);
		    -moz-transform: rotateY(-180deg);
		    -o-transform: rotateY(-180deg);
		    -ms-transform: rotateY(-180deg);
		    transform: rotateY(-180deg);
			padding:10px;
			font-size:16px;
}

.card {
  width: 350px;
  height: 427px;
  box-shadow: 0px 0px 42px -10px black;
  text-align: center;
    }
   
.card_title {
  font-size: 18pt;
  line-height: 2.375rem;
  font-weight: 500;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
  text-align: center;
  line-height: 24pt;
}

.card_text {
	text-align: center;
    font-size: 20px;
    font-weight: 500;
	color: #7db017;
	padding: 10px;
	line-height: 30px;
}

.card_text-back {
	font-size: 15px;
    padding: 10px;
	line-height: 21px;
}

.bola{
  width: 120px;
  height: 120px;
  background: #fff;
  left: 50%;
  padding: 20px;
  position: absolute;
  margin-left: -60px;
  top: -50px;
  border-radius: 50%;
  color: #7db017;
  text-align: center;
  	z-index:-1;
   }
 
.bola i{
  color: #7db017;
  text-align: center;
}
   
.btn-round  {
  background-color: #fff;
  border-radius: 999em;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  line-height: 36px;
  font-size: 36px;
  position: absolute;
  margin: 0px 40%;
  color: #7db017;
  text-align: center;
  bottom: -20px; !important
  font-weight: 600;
  }
  
  @media (max-width: 600px) {
  .flip-container, .front, .back, .card{width: 250px; height: 300px;}
  .back .card_text-back {padding:10px 5px; font-size: 14px; line-height: 19px;}   
 }
/*------------------------------------------------------------------------
# FIM card GET-INVOLVED
-------------------------------------------------------------------------*/

td th{line-height: 1.5;}

/*------------------------------------------------------------------------
# STARTUPs list
-------------------------------------------------------------------------*/
.startup-list {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.startup-list > li {
	background-color: white;
	border-bottom: 1px solid #ccc;
	padding: 0px;
	margin: 0px 0px 20px;
	}
.startup-list > li > img {	
	width: 180px !important;
    height: auto;
    padding: 3px 10px 0 3px;
   	margin-left: auto; 
	margin-right: auto;
	}
.startup-list > li > .info {
	padding-top: 5px;	
	}
.startup-list > li > .info > .title {
	font-weight: 700;
	margin: 0px;
	}
.startup-list > li > .info > .desc {
	margin: 0px;
	}
.startup-list > li > .info > .texto {
	margin; 10px 5px 20px;
	font-size: 10pt;
	}
.startup-list > li > .info > ul{
	display: table;
	list-style: none;
	margin: 0px 10px;
	padding: 0px;
	width: 100%;
	}
.startup-list > li > .info > ul > li{
	display: table-cell;
    padding: 3px 0px;
	}
.startup-list > li > .info > ul > li > a {
	display: block;
	text-decoration: none;
	} 

.icons-sociais img{
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 10px;
	text-align: right;
}

@media (min-width: 768px) {
	.startup-list > li {
		position: relative;
		display: block;
		width: 100%;
		padding: 0px;
	}
	.startup-list > li > img  {
		display: inline-block;
	}
	.startup-list > li > img {
		width: 180px;
		padding: 3px 10px 0 3px;
		float: left;
	}
	.startup-list > li > .info {
		overflow: hidden;
	}
	.startup-list > li > .info {
		position: relative;
		text-align: left;
	}	
	.startup-list > li > .info > .title, 
	.startup-list > li > .info > .desc,
    .startup-list > li > .info > .texto{
		padding: 0px 10px;
	}   
}

/*------------------------------------------------------------------------
# FIM STARTUPs list
-------------------------------------------------------------------------*/
.agenda a{color: #000 !important;}
.agenda a:hover{color: #81bb31 !important;}



#jcemediabox-popup-ajax {
   padding: 15px;
}
span#jcemediabox-popup-numbers a:link, span#jcemediabox-popup-numbers a:visited {display: none;}