/**
 * @file
 * Styling for Views in Bartik.
 */

/* Tab styles */
.views-displays .tabs .open > a {
  border-radius: 7px 7px 0 0;
}
.views-displays .tabs .open > a:hover,
.views-displays .tabs .open > a:focus {
  color: #0071B3;
}
.views-displays .secondary .form-submit {
  font-size: 0.846em;
}

/* Tabs action list styles */
.views-displays .tabs .action-list {
  padding: 0;
}

/* Contextual filter options styles */
.views-filterable-options .filterable-option:nth-of-type(even) .form-type-checkbox {
  background-color: #F9F9F9;
}

/* Views action dropbutton styles */
.views-ui-display-tab-actions .dropbutton .form-submit {
  color: #0071B3;
}
.views-ui-display-tab-actions .dropbutton .form-submit:hover,
.views-ui-display-tab-actions .dropbutton .form-submit:focus {
  color: #018FE2;
}
/* Grid style column align. */
.view-equipo .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.view-equipo .views-col {
	width: 50%;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 10px;
	min-height: 235px;
	overflow: hidden;
	letter-spacing: 0em;
	line-height: 1.45em;
}
.view-equipo .views-field-field-profesion {
	margin: 8px 0;
}
.view-equipo .views-field-field-email {
	font-size: .8em;
}
.view-equipo .views-col .views-field-title {
	font-weight: 700;
}
.view-equipo .views-field-field-image {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 2em;
}
.view-equipo .views-col img {
	display: block;
}
@media all and (max-width: 599px) {
    .view-equipo .views-col {
        width: 47%;
    }
}
@media all and (min-width: 600px) and (max-width: 1199px) {
	.view-equipo .views-col {
		width: 30%;
	}
}
@media all and (min-width: 1200px) {
	.view-equipo .views-col {
		width: 16.6667%;
	}
}
