.nueva-coleccion {
	clear: both;
	/* margin: 0 auto; */
	/* max-width: 85%; */
	padding-top: 50px;
}

.nueva-coleccion .banners {
	margin-bottom: 25px;
}

.nueva-coleccion img {
	padding-bottom: 25px;
	width: 95%;
}

.nueva-coleccion .categoria-titulo {
	display: none;
}

.nueva-coleccion .col-md-6:nth-child(odd) img {
	float: right;
}

.titulo-coleccion {
	color: #ff0000;
	font-family: 'Lato';
	font-size: 40px;
	font-weight: 800;
	letter-spacing: 5px;
	margin-top: 50px;
	text-align: center;
	text-transform: uppercase;
}

.texto-descriptivo {
	color: #000;
	font-family: 'Lato';
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 1.4;
    margin: 30px auto 40px auto;
	text-align: center;
	text-transform: uppercase;
    width: 25%;
}

.btn-explorar {
    border: 1px solid #000;
    color: #333;
    display: block;
    font-family: 'Lato';
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 auto;
    margin-bottom: 100px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}

@media (min-width: 767px) {
	.img_bg_mobile {
		display: none;
	}
}

@media (max-width: 768px) {
	.img_bg_desktop {
		display: none;
	}
	.nueva-coleccion {
		display: flex;
		flex-direction: column;
		margin-top: 10px;
		min-width: 100%;
	}

	.nueva-coleccion .banners {
		margin-bottom: 20px;
	}

	.titulo-coleccion {
		margin-top: 80px;
	}

	.nueva-coleccion .texto {
		background: #f1f1f1;
		margin-bottom: 10px;
	}

	.nueva-coleccion img {
		width: 100%;
	}

	.nueva-coleccion .col-md-6:first-child img {
		float: none;
		margin-bottom: 20px;
		padding-bottom: 0;
	}

	.texto-descriptivo {
		width: 95%;
	}

	.btn-explorar {
		margin-bottom: 80px;
	}
}

@media (min-width: 992px) {
	.row-texto-mobile {
		display: none;
	}
}


@media (max-width: 991px) {
	.row-texto-desktop {
		display: none;
	}
}

.row-texto-desktop *, .row-texto-mobile * {
    color: #fff;
}

h3.titulo-coleccion {
    color: #fff !important;
}

a.btn-explorar {
	border: 1px solid #fff;
	color: #fff;
}

.img_bg_desktop, .img_bg_mobile {
	background-size: cover !important;
}

.texto-descriptivo {
    color: #fff;
}