#content-casino {
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	border: 2px solid #eb671b;
	border-radius: 20px;
	margin-bottom: 30px;
}
#content-casino.casino-c-info {
	flex-direction: row-reverse;
}
#content-casino.casino-c-info #info-casino {
	border-left: 3px solid #606060;
	border-right: none;
	padding-right: 0px;
	padding-left: 30px;
}

#info-casino {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	border-right: 3px solid #606060;
	padding-right: 30px;
}

#info-casino h3 {
	padding-bottom: 10px;
	color: #606060;
	font-weight: bold;
	font-size: 30px;
	margin: 30px 0px;
}

#info-casino span {
	font-size: 20px;
	color: #606060;
}
#info-casino p {
	font-size: 20px;
	color: #606060;
	margin-bottom: 10px;
}
#info-casino p > b {
	color: #eb671b;
}
#info-casino h5 {
	color: #606060;
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#img-casino {
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	/* border-left: 3px solid #606060; */
}

#img-casino > img {
	width: 80%;
}

#cards-divertron {
	width: 80%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
	margin-bottom: 40px;
	align-items: stretch;
	gap: 30px;
}

#cards-divertron > div {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	gap: 20px;
	padding: 20px;
}

#cards-divertron > div > h4 {
	color: #eb671b;
	font-weight: bold;
	font-size: 25px;
}
#cards-divertron > div > svg {
	width: 20%;
}
#cards-divertron > div > p {
	color: #606060;
	font-size: 18px;
	text-align: justify;
}

#s-plataformas {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #eb671b;
	padding: 20px;
}

#s-plataformas div {
	width: 95%;
	display: flex;
	justify-content: center;
	gap: 50px;
	align-items: center;
}

#s-plataformas div a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
}

#s-plataformas div a:hover svg {
	fill: #e59f31;
	border: 2px solid #e59f31;
}

#s-plataformas div a svg {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #fff;
	padding: 10px;
	fill: #eb671b;
	transition: ease all 0.6s;
}

#s-plataformas div a span {
	color: #fff;
	font-size: 20px;
}

#content-servicios-titan {
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 15px;
}

#content-servicios-titan > h3 {
	color: #eb671b;
	font-weight: bold;
	font-size: 25px;
}

#content-servicios-titan p {
	color: #606060;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

#content-servicios-titan p svg {
	width: 25px;
	fill: #eb671b;
}

@media screen and (max-width: 1024px) {
	#cards-divertron {
		width: 90%;
		grid-template-columns: 1fr;
	}

	#s-plataformas div {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
}
