/*agregado por Luis G el 15 de setiembre por ahi*/

.if-image {
 
filter: grayscale(100%);
 
-webkit-filter: grayscale(100%);
 
transition:filter 0.4s;
 
-webkit-transition:-webkit-filter 1s;
 
}

.if-image:hover {
 
filter: grayscale(0);
 
-webkit-filter: grayscale(0);
 
}

.cuadro-soltig{
  background: rgba(12,173,188,1);
  background: -moz-linear-gradient(left, rgba(12,173,188,1) 0%, rgba(0,74,152,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12,173,188,1)), color-stop(100%, rgba(0,74,152,1)));
  background: -webkit-linear-gradient(left, rgba(12,173,188,1) 0%, rgba(0,74,152,1) 100%);
  background: -o-linear-gradient(left, rgba(12,173,188,1) 0%, rgba(0,74,152,1) 100%);
  background: -ms-linear-gradient(left, rgba(12,173,188,1) 0%, rgba(0,74,152,1) 100%);
  background: linear-gradient(to right, rgba(12,173,188,1) 0%, rgba(0,74,152,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cadbc', endColorstr='#004a98', GradientType=1 );
}

.card-soltig {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}

.letra-blanca {
  color: #FFFFFF;  
}

.vidContain {
    width:300px; height:200px;
    position:relative;
    display:inline-block;
    margin:10px;
}
.vid {
    position: absolute; 
    top: 0; left:0;
    width: 100%; height: 100%; 
    z-index: -10;
}    
.content {
    position:absolute;
    top:0; left:0;
    background: black;
    color:white;
}


.sombreado-soltig{
  text-shadow: 2px 2px 4px #000000;
}

.letra-azul{
  color: #005496;
}

img2 {
  
}

img2:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
