@charset "utf-8";
/* CSS Document */
.marcada-3 {
	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/equipamientos/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;
}

.section-1 {
	padding-bottom: 5rem!important;
	padding-top: 5rem!important;
}
.jumbotron {
	margin-bottom: 0!important;
}


.jumbotron h2 {
	border-bottom: dashed 1px #666666;
}
/*EMPIEZA EL PARALLAX*/
.section-3 {
	background: url("../img/jpg/equipamientos/parallax.jpg") center center;
	background-size: cover;
	color: #fff;
	position: relative;
}
.section-3:before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(22, 195, 176, 0.8);
	top: 0;
	left: 0
}
.section-3 h2 {
	font-size: 2.5rem;
	font-weight: 800;
	
}
.section-3 h2 small {
	display: block;
	font-size: 1.3rem;
	margin-bottom: 15px;
	padding-left: 10px;
}
.section-3 p {
	
	color: white;
}
.small-h2{
	font-size: 2rem;
}
.font-h2 {
	font-size: 1.6rem;
	font-family: 'Pacifico', cursive;
	color: #FFC107;
}
.section-3 ul li {
	list-style: none;
	margin-bottom: 8px;
	
	
}
.section-3 ul li i {
	color:  white;
}
/*ACABA EL PARALLAX*/
#section-2 {
	padding-bottom: 2rem;
} 
.heading-2{
	text-transform: uppercase;
	margin-top: 3rem;
	text-align: left;
	font-size: 2rem;
	
	color: #000;
	position: relative;
}

.subsection-2 {
	margin-top: 5rem;
}

.border {
	
	padding: 1.2rem;
	border: 1px solid #17A2B8;
}
.subsection-2 img {
	margin-top: auto;
	vertical-align: middle;
}
#section-2 spam {  
	width: 21%;
    height: 3px;
    display: block;
    background: #17A2B8;
    margin-top: 0.2em;
	margin-bottom: 0.5rem;
}



.subsection-2 .my-4 {
	margin-bottom: 4rem;
	margin-top: 4rem;
	
}
.article {
	padding: 2rem 0 2rem 0;
}
.article strong{
	font-weight: bold;
	color: black;
}
.subsection-2 h3 {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
	color: #DC3545;
	font-family: 'Indie Flower', cursive;
	font-size: 2.2rem;
	text-transform: capitalize;
}
.subsection-2 h3::first-letter {
	color: #17A2B8;
}
.subsection-2 img {
	border: 5px solid #eee;
  -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
	-o-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
	-ms-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
}
/*EMPIEZAN MEDIA QUERIES*/
@media only screen and (max-width: 736px) {
	.subsection-2 h3 {
		padding-top: 2rem;
		
	}
}


