.view {
   width: 100%;
   margin: 10px;
   border: none;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: pointer;
/*	   background: #fff url(../images/bgimg.jpg) no-repeat center center;*/
   background-color: transparent;
	border-radius: 4px;
	
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view img {
   display: block;
   position: relative;
	width: 100%;

}

.view a.info {
   display:inline-block;
   text-decoration: none;
   padding: 4px 8px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
	font-size: .9vw;
	border-radius: 3px;



}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
	
}
	.perfil-F{
		float: left;
		width: 40%; 
		margin-right: 3%;
	}
.view h2 {
   text-transform: uppercase;
   color:rgba(82,82,82,1.00);
   text-align: center;
   position: relative;
   font-size: 17px;
   
   background: rgba(0, 0, 0, 0.8);
   margin: auto;
}
.view p {
   font-family:  Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: dimgray;
  padding:.7vw  .7vw  0 .7vw;
	

   text-align: center;
}


/*///////////////////////////////*/

/*xs*/
@media (max-width: 577px){
	
	
.view h2 {

   font-size: 3vw;
   text-align: center;


}	
}
/*xs*/
@media (max-width: 577px){
	
	
.view p {

   font-size: 2.3vw;

   text-align: center;

}
	.view a.info {
   display:inline-block;
   text-decoration: none;
   padding: 10px 14px ;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
	font-size: 2vw;



}
}

/*///////////////////////////////*/

/*sm*/
@media (min-width: 576px){
	
	
.view h2 {

   font-size: 1.5vw;
   margin:0;
   text-align: center;
	

}	
}
/*sm*/
@media (min-width: 576px){
	
	
.view p {

   font-size: 1vw;
   text-align: center;

}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 10px 14px ;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
	font-size: 1vw;



}	
}

/*///////////////////////////////*/

/*md*/
@media (min-width: 768px){
	
	
.view h2 {

   font-size: 1.7vw;
   text-align: center;

}	
}


/*md*/
@media (min-width: 768px){
	
	
.view p {

   font-size: 1vw;

   text-align: center;

}	
}

/*lg*/

@media (min-width: 992px) {
	
	.view p {

   font-size: .9vw;

   text-align: center;

}	
}
	
/*///////////////////////////////*/

.flip-card {
  background-color: transparent;
  width: 10.5em;
  height: 10.5em;
  perspective: 1000px;
	margin-bottom: 2em;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateX(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
	
}

.flip-card-back {
  background-color: hsla(197,26%,95%,0.56);
  color: inherit;
  transform: rotateX(180deg);padding-top: 20%;
}