.body{
	position: relative;
}


/* Moviles */
@media (max-width: 450px) {
	.titulo-carousel{
		color:red;
		font-size: 18px;
		font-family: SmartKid;
		text-transform: capitalize;
	}
	
	.subtitulo-carousel{
		color: blue;
		font-size:14px;
		font-family: Austie;
		text-transform: capitalize;
	}

	.paral{
		min-height: 400px;
		background-attachment: fixed;
		background-size: cover;
		background-position: 50% 50%;
	}

	.paral-sec{
		background-image: url(../images/background_lines.jpg);
	}

	/* Filas */

	.row{
		display: inline;
	}

	#col-babys, #col-kids, #col-girls,
	#col-toodlres, #col-adult, #col-news{
		margin-bottom: 20px;
	}

	#card-babys, #card-kids, #card-girls, 
	#card-toodlers, #card-adult, #card-news{
		max-width: 180px;
		max-height: auto;
	}

	/*babys estilos*/

	.babys-line{
		margin-left: 25%;
		margin-right: 25%;
		max-width: 200px;
		max-height: 180px;
	}

}

/* Tablets */
@media (min-width: 768px) and (max-width: 1100px){
	.titulo-carousel{
		color:red;
		font-size: 44px;
		font-family: SmartKid;
		text-transform: capitalize;
	}
	.subtitulo-carousel{
		color: blue;
		font-size: 32px;
		font-family: Austie;
		text-transform: capitalize;
	}

	.nombre{
		font-family: Porter;
		font-size: 64px;
	}

/*	h4{
		font-size: 12px;
	}

	.nav-item > a {
		font-size: 16px;
	}*/
}

/* Laptops LG */
@media (min-width: 1200px) and (max-width: 2600px){
	.titulo-carousel{
		color: red;
		font-size: 40px;
		font-family: SmartKid;
		text-transform: capitalize;
	}

	.subtitulo-carousel{
		color: blue;
		font-size: 32px;
		font-family: Austie;
		text-transform: capitalize;
	}

	.nombre{
		font-family: Porter;
		font-size: 84px;
	}

}

#col-babys, #col-kids, #col-girls,
#col-toodlres, #col-adult, #col-news{
	text-align: center;
}

.paral{
	min-height: 600px;
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 50%;
}

.paral-sec{
	background-image: url(../images/bg_l.jpg);
}

.jumbotron{margin-bottom: 0;}

.transbox{
	width: 250px;
	background-color: #FFF;
	border-radius: 10px;
}

/* Botones Collection */
/* kids */
.btn {
  margin-top:12px;
}

.row{
	margin-bottom: 10px;
}

/* Article */
.article-list{
	width: 100%;
	max-height: auto;
	/*background-color: #F5EC0B;*/
}

#col-art-1{
	background-color: #2F60FF;
}


#col-art-3{
	background-color: #1FC64E;
}

.article-list .nombre{
	font-weight: bold;
	font-size: 22px;
	margin-top: 20px;
	color: inherit;
	text-align: center;
}

#Manufac, #DescMan, #Flex, #DescFlex{
	color: #fff;
}
/* Iconos */

#icono-play, #icono-2, #icono-3{
	/*text-align: center;*/
	max-width: 130px;
	max-height: 140px;
	margin-top: 20px;
}

#col-art-1, #col-art-2, #col-art-3{
	text-align: center;
}

/* Footer */

.footer-basic{
	top: 0;
	padding: 40px 0;
	background-color: #93C6FF;
	color: #4b4c4d;
	/*margin-top: -8px;*/
}

.footer-basic ul{
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 0;
}

.footer-basic li{
	padding: 0 10px;
}

.footer-basic .copyright{
	margin-top: 15px;
	text-align:center;
	font-size: 13px;
	color: #FFF;
	margin-bottom: 0;
}

/*Estilos baby-line*/

.row-baby-line{
	text-align: center;
}

