
.inned_i{
	color: #bcda89;
}
.inned_n1{
	color: #00b1ae;
}
.inned_n2{
	color: #4e5477;
}
.inned_e{
	color: #bf2026;
}
.inned_d{
	color: #f79420;
}
.feature-list-2 li .icon-container {
  background: none;
}

.boton-quinto, .section1, .section1 h2{
	/*background: #4E5477;*/
	color: #4e5477;
}
.boton-sexto, .section2{
	background: #dbdcdd;
	padding: 0;
	color: #ffffff;
}
.img-banner-section{
	margin: auto;
	max-width: 1190px!important;
	width: 100%;
}
.boton-setimo, .section3, .section3 h2, .section3 h5{
	/*background: #BF2026;*/
	color: #f15c25;
	
	
}
.section3 h2{
	margin-bottom: 3.125rem;
	
}
.section4{
	min-height: 360px;
}
.section4, .section4 h2, .section4 h3{
	/*background: #BF2026;*/
	color: #00a59d;

}
.section6{
	background-color: #f7f8fa;
}
.section6 h3, .section6 h2{
	color: #4e5477;
}
.texto_blanco{
	color:#ffffff;
}
.texto_negro{
	color: #000000;
}
.boton-enviar{
	/*background: #0A6661;*/
}
.head-logo{
	margin-top: -40px;
	margin-bottom: 5%;
}
a {
	text-decoration: none;
	color:#929497;
}
a.inned-link:active, a.inned-link:link, a.inned-link:visited, a.inned-link{
	text-decoration: none;
	color: 929497;
}
a.inned-link:hover{
	text-decoration: none;
	color:#BCDA89;
}
.thumbnail {
    padding: 10px;
    border: 0px;
 }
 .tamano-max-240{
 	max-width: 240px!important;
 	height: auto;
 }

 /* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.cta-section {
	background: url(../images/bg-image-2-md.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	}
	.section4{
		min-height: 470px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.cta-section {
	background: url(../images/bg-image-2-lg.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	}
	.section4{
		min-height: 570px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
.cta-section {
	background: url(../images/bg-image-2.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	}
	.section4{
		min-height: 700px;
	}
}