/* Design template specific styles */

.logo-design-line {
	max-width: 100%;
	height: auto;
}

.contenido-pagina {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

#texto-contenido {
	flex: 2;
	min-width: 300px;
	padding-right: 20px;
}

#banners-contenido {
	flex: 1;
	min-width: 250px;
}

.box-design-banner {
	margin-bottom: 20px;
}

.individual-banner img {
	max-width: 100%;
	height: auto;
}

.design-line-boxed {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 280px;
	max-width: 500px;
	margin-bottom: 30px;
	background-color: #f8f8f8;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.design-img-block {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.design-line-title {
	padding: 15px 15px 0;
	margin-top: 0;
	margin-bottom: 10px;
	color: #222;
}

.design-line-description {
	padding: 0 15px 15px;
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #666;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-top-40 {
	padding-top: 40px;
}

.clear {
	clear: both;
}

.bloque-texto h2 {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 34px;
	text-align: right !important;
}


.et_pb_row {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.design-logos {
	padding-right: 107px;
}

.fluid-width-video-wrapper iframe {
	position: relative !important;
}

.et_pb_image_wrap.design-logo-icon img {
	max-width: 400px;
}

/* Responsive styles */
@media (max-width: 767px) {
	.desktop-only {
		display: none;
	}

	#texto-contenido {
		padding-right: 0;
	}
	.youtube-video {
		margin-bottom: 0px;
	}

	.fluid-width-video-wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 160px;
		max-height: 160px;
		min-height: 160px;
	}

}

@media (min-width: 768px) {
	.mobile-only {
		display: none;
	}
}