/*Estilos segundo diseño 100% Contenido- sobre Imagen*/
.caja-texto-02{
	display: inline-flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	background-color: #fff;
	padding: 0px 20px;
	border-radius: 8px;
	transition: all .4s ease-out;
	box-sizing: border-box;
	position: relative;
}
.caja-texto-02 img{
	width: 96.8%;
	height: 400px;
	position: absolute;		
	left: 20px;
	top: 25px;	
	border-radius: 7px;
}
.texto-caja-texto-02{
	z-index: 2;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 25px;
	color: #676767;
	padding: 20px;
	/* border: 1px solid #3FA9F5; */	
	z-index: 2;	
	text-align: justify;
	background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1),rgba(255,255,255,1), rgba(255,255,255,1),rgba(255,255,255,.6));
}
/*Estilos segundo diseño 100% Imagen-Contenido */
.caja-texto-03{
	display: inline-flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	background-color: #fff;
	padding: 0px 20px;
	border-radius: 8px;
	transition: all .4s ease-out;
	box-sizing: border-box;
	position: relative;
}
.img-texto-02{
	width: 40%;
	height: 400px;
	position: relative;			
	border-radius: 7px;
	z-index: 1;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;	
}
.capa-interna-img-texto-02{
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;			
	z-index: 2;
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0),rgba(255,255,255,0), rgba(255,255,255,0),rgba(255,255,255,.6));;
}
.texto-caja-texto-03{
	z-index: 2;
	width: 50%;	
	font-size: 23px;
	color: #676767;
	padding: 0px 20px;		
	text-align: justify;	
}
/*Estilos segundo diseño 100% Contenido- dos imagenes al final.*/
.caja-texto-04{
	display: inline-flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	background-color: #fff;
	padding: 0px 20px;
	border-radius: 8px;
	transition: all .4s ease-out;
	box-sizing: border-box;
	position: relative;
}
.caja-texto-04 img{
	width: 45%;	
	max-height: 250px;
	position: relative;			
	border-radius: 7px;	
	margin-bottom: 10px;
}
.texto-caja-texto-04{
	margin-bottom: 10px;
	z-index: 2;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 25px;
	color: #676767;
	padding: 0px 20px;
	/* border: 1px solid #3FA9F5; */	
	z-index: 2;	
	text-align: justify;
	background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1),rgba(255,255,255,1), rgba(255,255,255,1),rgba(255,255,255,.6));
}