@charset "utf-8";
/* CSS Document */
.marcada-2 {
	box-shadow:5px 5px 7px 7px #1A1A1A;
	
}
.content {
	background-image:url("../img/png/fondo-web.png");
	background-repeat: repeat;
}
.jumbi{
	background-image: url("../img/jpg/parques/background-1.jpg");
    background-repeat: no-repeat;
	width: 100%;
	
	height: 650px;
	padding-left: -15px;
	padding-right: -15px;
	border-bottom: 4px solid  #17A2B8;
   
}
.text-jumbi h1 {
	font-family: 'Indie Flower', cursive;
	color: #FFC107;
	font-size: 3rem;
	padding-bottom: 1rem;
}
.text-jumbi p {
	color: white;
}
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading-2 {
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: -.05rem;
	font-family: 'Indie Flower', cursive;
	font-size: 3rem;
	color:#7E289A
}
.featurette-heading {
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: -.05rem;
	color: #DC3545;
	font-family: 'Indie Flower', cursive;
	font-size: 2.5rem;
}
.heading-h3 {
	padding-top: 1rem;
	font-weight: bold;
	color: #FFC107;
	line-height: 1.2;
	font-family: 'Indie Flower', cursive;
	font-size: 1.5rem;
}
.marketing p {
	color: white;
}
.section-2 {
	background-color: #17A2B8;
}
.section-2 ul li {
	list-style: none;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: 1.3rem;
	font-family: 'PT Sans', sans-serif;
	color: white;
	text-decoration: none;
}
.fas {
	padding-right: 0.5rem;
}
.section-3 {
	background-image: url("../img/png/fondo-web.png");
	background-repeat: repeat;
}

.yellow {
	padding-bottom: 1rem;
	
}
/*Empieza galeria de proyectos */
#section-playgrond-1 {
	
	min-height: 800px;
	background: url("../img/jpg/parques/parallax-2.jpg") no-repeat center center;
	background-size: cover;
	color: #fff;
	position: relative;
}

#section-playgrond-1 .jumbin {
	
	background-color: transparent;
}
.l-top {
	border-top: 1px solid white;
}
.descripcion-parque p {
	font-family: 'PT Sans', sans-serif;
	color: white;
	text-decoration: none;
	font-size: 1rem;
}
.descripcion-parque p strong {
	text-transform: uppercase;
}
#section-playgrond-1 .iso-nav ul  li {
	font-family: 'PT Sans', sans-serif;
	font-size: 1rem;
    list-style: none;
    margin: 0;
  	padding: 0;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid yellow;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}


/****** Navigation styling *******/
#section-playgrond-1 .iso-nav {
    text-align: center;
}
#section-playgrond-1 .iso-nav ul  li:hover {
    background: yellow;
    color: black;
}
/****** Main portfilio styling ********/

#section-playgrond-1 .item {
	
    width: 303px;
	
	margin-left: 10px;
    margin-bottom: 10px;
}

#section-playgrond-1 .active {
    background: yellow;
    color: black;
}
/*MEDIA QUERIES*/
@media only screen and (max-width: 736px) {
	.borde-separacion {
    	border-bottom: 1px solid #D4D9DB;
   	 	padding-bottom: 2rem;
	}
	#toboganes {
		margin-top: 2rem;
	}
	#americanas, #deportivas {
		padding-bottom: 3rem;
	}
}

