/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
.button-group {
	margin-bottom: 75px;
}

.button-group button {
	background-color: rgba(0, 0, 0, 0);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	display: inline-block;
}

.button-group button.active {
	opacity: 0.4;
}

.button-group button:first-child {
	padding-left: 0;
}
.button-group button:last-child {
	padding-right: 0;
	float: right;
}

#parent-casos.grid {
	opacity: 0;
}

#parent-casos.grid .grid-item {
	display: block;
	margin-bottom: 30px;
	color: #000;
	width: calc(33% - 30px);
}

#parent-casos.grid .grid-item > img {
	width: 100%;
	height: auto;
}

#parent-casos.grid .grid-item > span {
	font-size: 14px;
	display: block;
	margin-top: 10px;
}

@media (max-width: 768px) {
	#parent-casos.grid .grid-item {
		width: 100%;
	}

	.button-group {
		text-align: center;
		margin-bottom: 15px;
	}

	.button-group button:last-child {
		float: none;
		width: 100%;
		display: block;
		margin-top: 20px;
	}
}

#child-grid.grid {
	opacity: 0;
	padding: 0 !important;
}

#child-grid.grid .slick-list {
	margin: 0 -15px;
}

#child-grid.grid .grid-item {
	display: block;
	margin-bottom: 30px;
	color: #000;
	margin: 0 15px;
}

#child-grid.grid .grid-item > img {
	width: 100%;
	height: auto;
}

#child-grid.grid .grid-item > span {
	font-size: 14px;
	display: block;
	margin-top: 10px;
}

.slick-dots {
	margin: 0;
	padding: 0 !important;
	text-align: center;
	margin-top: 20px;
}

.slick-dots li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #142560;
	display: inline-block;
	margin: 0 7px;
}

.slick-dots li.slick-active {
	background-color: #00cba4;
}

.slick-dots li button {
	width: 100%;
	height: 100%;
	visibility: hidden;
}

@media (max-width: 768px) {
	#child-grid.grid .grid-item {
		width: 100%;
	}

	.row-inner-custom {
		width: 100% !important;
		display: block !important;
	}
}
