@media (max-device-width: 1287px){
	/** Responsive Navbar **/
	.navbar{
		background-color:#52524F;
	}
	.navbar.js-navbar-affix{

	}
	/** Responsive Home **/
	.brand-img-white,.brand-img{
		margin-left:10%;
	}
	.navbar-header{
		padding-top:10px;
	}
	
	#home {
		margin-top:90px;
		height:50vw;
		background-size:100%;
	}
	/** Responsive SocielMedia **/
	#redesSociales{
		display:inline;
	}
	.rsIconos{
		margin-top:3%;
		padding-left:20%;
		padding-right:20%;
		width:100%;
		text-align:center;
  	
	}
	.rsTexto{
	width:100%;
	padding-bottom:1px;
}
	.rsTexto h2{
		text-align:center;
	}
	/** Responsive ConLaGente **/
	.clgLogo{
		display:none;
	}
	.clgImagen{
		width:100vw;
	}
	.clgFiltro{
		background: linear-gradient(19.96deg, #F4D800 -0.8%, #F4D800 22.79%, rgba(244, 216, 0, 0.3) 55.36%, rgba(229, 229, 229, 0.1) 99.97%);
	}
	/** Responsive Biografia **/
	#sectionBiografia{
		display:none;
	}
	/** Responsive Section Noticias **/
	#noticias{
		display:inline;
	}
	.noticiasFilter{
		margin-top:-60vw;
		background-color:rgba(0,0,0,.1);
		height:140vw;
		background-color:rgba(0,0,0,.3);
		/*display:none;*/
	}
	.notiLogo{
		margin-top:40vw;
		margin-left:auto!important;
		margin-right:auto!important;
	}
	.infoNoticias{
		position:absolute;
		margin-left:5vw;
		margin-bottom:5vw;
		margin-right:auto;
		margin-top:65vw;
		height:70vw!important;
		width:90vw;
	}
	
	.infoNoticias iframe{
		
		background-color:white;
	}
	.noticiasImagen{
		width:100%;
		height:60vw;
	}
	/** Responsive Section Sumate **/
	.sumateBoton{
    margin-top:calc(-110px + 1vw);
		padding:0rem;
	}
	.sumateBoton h2{
		text-align:center;
		margin-toP:1rem;
		margin-bottom:.5rem;
	  	width:8rem;
		margin-left:auto;
		margin-right:auto;
		font-size:2rem;
	}
	#sectionSumate{
		margin-top:80vw;
		background-position:60% 100%;
		background-repeat:no-repeat;
		background-size:cover;
		height:80vw;
		background-image:url("http://c2010605.ferozo.com/wp-content/uploads/2020/11/75486025_10220337951429146_184814676129873920_o.jpg");
	}
	.sumateFoto{
		
		padding-left:10px;
		padding-right:10px;
		
	}
	.sumateFoto img{
   		display:none;
		margin-left:auto;
		margin-right:auto;
		width:100%;
	}
	.imagenContacto{
		display:none;
	}
	
	/** Responsive Section Contacto **/
	#contacto .contactoFilter{
		margin-left:auto;
		margin-right:auto;
		padding:0px;
		background-color:#F5DF30;
	}
	#contacto .cForm{
		margin-left:auto!important;
		margin-right:auto!important;
		padding-right:5%;
		overflow:hidden;
		width:300px;
	}
	
	/** Responsive Footer **/
	footer .footerLeft{
		display:none;
	}
	.footerRight {
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}
	/**/
}