/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

:root{
	--rosa-glassbox: #ED38AB;
	--azul-glassbox: #141454;
}

.hero_image{
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url("../img/changeforce_images/hero_image_mobile.jpg");
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("../img/changeforce_images/hero_image_mobile.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("../img/changeforce_images/hero_image_mobile.jpg");
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero_image>h2{
	width: 100%;
	height: 21%;
	background: url(../img/changeforce-logo.png) no-repeat center;
  background-size: contain;
	-webkit-filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.16));
	        filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.16));
}
.hero_image > h3 {
	width: 100%;
	position: absolute;
	top: 230px;
	text-align: center;
	color: #FFF3FE;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 200;
} 

#contenedor_principal>section:nth-child(1)>h2, .video_presentacion>h2{
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
section.photostack{
	width: 100%;
	max-width: none !important;
}
.separador_imagen{
	background: url(../img/changeforce_images/fixed_image.jpg) no-repeat fixed center top / cover;
}

.contenedor_noticias{
	display: -ms-grid;
	display: grid;
	grid-gap: 1em;
}

.contenedor_noticias>h2{
	margin-bottom: 0 !important;
}

.noticia{
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.16);
	        box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.16);
}

.noticia>.noticia_imagen{
	padding-top: 66%;
	background: #000;
	border-radius: 3px 3px 0 0;
}

.noticia_contenido{
	margin: 1em;
}

.noticia_contenido>h4{
	margin: 0;
	font-size: 0.625rem;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--gris-medio);
}

.noticia_contenido>h3{
	margin: 0.2rem 0 0.5rem 0;
	font-size: 1.25rem;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
	-webkit-box-orient: vertical;
	color: var(--azul-glassbox);
}

/*
.noticia_contenido>p{
	margin:  0.7rem 0;
	font-size: 0.75rem;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;  number of lines to show 
	-webkit-box-orient: vertical;
}
*/

.noticia_contenido>a{
	display: inline-block;
	margin: -0.3rem -0.6rem;
	padding: 0.6rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--rosa-glassbox);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: background 0.3s, -webkit-box-shadow 0.1s;
	transition: background 0.3s, -webkit-box-shadow 0.1s;
	-o-transition: background 0.3s, box-shadow 0.1s;
	transition: background 0.3s, box-shadow 0.1s;
	transition: background 0.3s, box-shadow 0.1s, -webkit-box-shadow 0.1s;
	text-decoration: none;
}

.noticia_contenido>a:hover{
	background-color: #FFF3FE;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
	        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
	-webkit-transition: background 0.3s, -webkit-box-shadow 0.1s;
	transition: background 0.3s, -webkit-box-shadow 0.1s;
	-o-transition: background 0.3s, box-shadow 0.1s;
	transition: background 0.3s, box-shadow 0.1s;
	transition: background 0.3s, box-shadow 0.1s, -webkit-box-shadow 0.1s;
}

.noticia_contenido>a:active{
	background-color: #FFF3FE;
	-webkit-transition: background 0.3s, -webkit-box-shadow 0.1s;
	transition: background 0.3s, -webkit-box-shadow 0.1s;
	-o-transition: background 0.3s, box-shadow 0.1s;
	transition: background 0.3s, box-shadow 0.1s;
	transition: background 0.3s, box-shadow 0.1s, -webkit-box-shadow 0.1s;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}



.noticia:nth-child(3) h3{
	font-size: 1.38rem;
	margin: 0.9rem 0;
}

.descargable_button{
	background-image: url("../img/icons/download_glassbox.svg");
}

.descargable_button:hover{
	background-color: #FFF3FE;
}

.descargable_button:active{
	background-color: #FFF3FE;
}

.enlace_sitio_global{
	color: var(--rosa-glassbox);
}

.enlace_sitio_global:hover{
	background-color: #FFF3FE;
}

.enlace_sitio_global:active{
	background-color: #FFF3FE;
}

/*
		-- Breakpoint tablet 768px --
*/

@media screen and (min-width: 768px){
	.hero_image{
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url("../img/changeforce_images/hero_image.jpg");
		background-image: -o-linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("../img/changeforce_images/hero_image.jpg");
		background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("../img/changeforce_images/hero_image.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
	
	.contenedor_noticias{
		-ms-grid-columns: 1fr 1em 1fr 1em 1fr;
		grid-template-columns: repeat(3, 1fr);
	}
	
	.contenedor_noticias>h2{
		-ms-grid-column: 1;
		    grid-column-start: 1;
		-ms-grid-column-span: 3;
		grid-column-end: 4;
	}
}


/*
		-- Breakpoint escritorio 1024px --
*/

@media screen and (min-width: 1024px){
	
}