.v0{ background-color:#fbaf41; }
.v1{ background-color:#26a9e1; }
.v2{ background-color:#652d90; }
.v3{ background-color:#8bc43f; }
.v4{ background-color:#00a69c; }
.v5{ background-color:#ed297b; }
.v6{ background-color:#9d409b; }
.v7{ background-color:#e31517; }
.v8{ background-color:#1e875f; }
.v9{ background-color:#5a7c97; } 

.ventajas a:hover {
	color:#ffffff;
	text-decoration:none;
	}
	
 .ventajas-row {
	 display:block;
	 text-align:center;
	 margin:20px;:
		}
 .ventajas-centro-title {
	 font-family:'MontserratSemiBold';
	 color:#414141;
	 padding:10px 15px;
	 }
 .ventajas-title {
	color:#ffffff;
	text-decoration:none;
	font-family:'MontserratSemiBold';
  }
 .ventajas-cell {
	 	display: -webkit-flex;
display:flex;
	 	align-items: center;
   		justify-content: center;
} 
.ventajas-title { font-size: 3vw; }
.ventajas-centro-title { font-size: 6vw; }
.ventajas-fin { display: inherit;}
.ventajas-centro{ display:none; }

/* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
    }
    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {		
		.ventajas-title { font-size: 1.6vw; }
		.ventajas-centro-title { font-size: 2.5vw; }
		.ventajas-fin { display:none;}
		.ventajas-centro{ display: inherit; }
  }
    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
   }
    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
    }	 