/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 29 2019 | 01:55:13 */
/* Añade aquí tu código CSS.

Por ejemplo:
.ejemplo {
    color: red;
}

Para mejorar tu conocimiento sobre CSS knowledge echa un vistazo a http://www.w3schools.com/css/css_syntax.asp

Fin del comentario */ 

.col-md-4 {
    width: 31%;
    float: left;
    border: solid 1px #f4f4f4;
    margin-left: 2%;
    margin-bottom: 50px;
}

.oculto {
	display: none;
  	cursor: pointer;
}

.sb-image-map-3 {
    border-bottom: 2px solid #eee;
}

.sb-image-hover-responsive-4.sb-image-animation-3.sb-image-padding-3 :hover {
    background-color: dimgrey !important;
}

.row {
    display: table;
    width: 100%;
}

@media (max-width: 600px) {

.col-md-4 {
    width: 45%;
    float: left;
    border: solid 1px #f4f4f4;
    margin-left: 0%;
    margin-bottom: 50px;
}

.sow-tabs-panel-content {
    margin-top: 10px;
}
}