/* CSS Document */

.contenedorMisProyectos {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}


.miProyecto {
	width: calc(100% - 42px);
	padding: 20px;
	border: 1px solid #eee;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-align-items: stretch;
	align-items: stretch;

	-webkit-align-content: flex-start;
	align-content: flex-start;

	margin: 0px;
	margin-bottom: 40px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	position: relative;
	/*background-color: #fefefe;
	

	
	
	
	-webkit-box-shadow: 2px 5px 10px -1px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 5px 10px -1px rgba(0,0,0,0.15);
	box-shadow: 2px 5px 10px -1px rgba(0,0,0,0.15);*/
}


.botonEliminarProyecto {
	width: 16px;
	height: 16px;
	background-image: url(img/svg/iconos_basura.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 6px;
	top: 10px;
	cursor: pointer;
}

.fotoMiProyecto {
	width: 20%;
	max-width: 150px;
	display: inline-block;
	overflow: hidden;

	position: relative;
	margin: 0;


	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.15);
}


.fotoMiProyecto:after {
	content: '';
	display: block;
	margin-top: 100%;
}


.infoMiProyecto {
	width: calc(30% - 60px);
	padding: 10px;
	flex-grow: 2;
	margin-left: 20px;
	margin-right: 20px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.15);

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-align-items: space-between;
	align-items: space-between;

	-webkit-align-content: space-between;
	align-content: space-between;

	position: relative;
}


.areaBotonesMiProyecto {
	width: calc(50% - 20px);

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-align-items: space-between;
	align-items: space-between;

	-webkit-align-content: space-between;
	align-content: space-between;
}

.botonesMiProyecto {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-align-items: stretch;
	align-items: stretch;

	-webkit-align-content: flex-start;
	align-content: flex-start;

}

.botonEtapaMiProyecto {
	width: calc(100%/5 - 10px);
	display: inline-block;
	position: relative;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;

	opacity: 1;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.15);
}


.botonEtapaMiProyecto:Hover {
	-webkit-box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.33);
	box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.33);
}


.botonInfoMiProyecto {
	position: relative;
	z-index: 1 !important;
	width: 100%;
	background-image: url(img/svg/iconos_proyecto_info.svg);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: .8;
	overflow: hidden;
	display: inline-block;
}

.botonInfoMiProyecto:After {
	content: '';
	display: block;
	margin-top: 100%;
}



.botonEtapaInactivo .botonInfoMiProyecto {
	opacity: .2;
}


.botonInfoMiProyectoVerde {
	background-image: url(img/svg/iconos_proyecto_info_verde.svg);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center;
}


.botonFotosMiProyecto {
	position: absolute;
	z-index: 1 !important;
	width: 100%;
	height: 100%;
	background-image: url(img/svg/iconos_proyecto_fotos.svg);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: .8;
	overflow: hidden;
	display: inline-block;
}

.botonFotosMiProyecto:After {
	content: '';
	display: block;
	margin-top: 100%;
}


.botonEtapaInactivo .botonFotosMiProyecto {
	opacity: .3;
}

.botonFotosMiProyectoVerde {
	background-image: url(img/svg/iconos_proyecto_fotos_verde.svg);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center;
}


.botonPagoMiProyecto {
	position: absolute;
	z-index: 1 !important;
	width: 100%;
	height: 100%;
	background-image: url(img/svg/iconos_proyecto_pago2.svg);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: .8;
	overflow: hidden;
	display: inline-block;
}

.botonPagoMiProyecto:After {
	content: '';
	display: block;
	margin-top: 100%;
}


.botonEtapaInactivo .botonPagoMiProyecto {
	opacity: .3;
}



.botonPagoMiProyectoVerde {
	background-image: url(img/svg/iconos_proyecto_pago2_verde.svg);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center;
}

.botonEstrellaMiProyecto {
	position: absolute;
	z-index: 1 !important;
	width: 100%;
	height: 100%;
	background-image: url(img/svg/iconos_proyecto_estrella.svg);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: .8;
	overflow: hidden;
	display: inline-block;
}

.botonEstrellaMiProyecto:After {
	content: '';
	display: block;
	margin-top: 100%;
}


.botonEtapaInactivo .botonEstrellaMiProyecto {
	opacity: .3;
}



.botonEstrellaMiProyectoVerde {
	background-image: url(img/svg/iconos_proyecto_estrella_verde.svg);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center;
}



.botonAnteproyectoMiProyecto {
	position: absolute;
	z-index: 1 !important;
	width: 100%;
	height: 100%;
	background-image: url(img/svg/iconos_proyecto_ante.svg);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: .8;
	overflow: hidden;
	display: inline-block;
}

.botonAnteproyectoMiProyecto:After {
	content: '';
	display: block;
	margin-top: 100%;
}


.botonEtapaInactivo .botonAnteproyectoMiProyecto {
	opacity: .3;
}

.botonAnteproyectoMiProyectoVerde {
	background-image: url(img/svg/iconos_proyecto_ante_verde.svg);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center;
}


.botonFinalMiProyecto {
	position: absolute;
	z-index: 1 !important;
	width: 100%;
	height: 100%;
	background-image: url(img/svg/iconos_proyecto_final.svg);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: .8;
	overflow: hidden;
	display: inline-block;
}

.botonFinalMiProyecto:After {
	content: '';
	display: block;
	margin-top: 100%;
}


.botonEtapaInactivo .botonFinalMiProyecto {
	opacity: .3;
}


.botonFinalMiProyectoVerde {
	background-image: url(img/svg/iconos_proyecto_final_verde.svg);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center;
}



.botonAccionMiProyecto {
	width: 100%;
	background-color: #e89018;
	color: #fff;
	font-size: 16px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	padding: 15px;
	padding-top: 8px;
	padding-bottom: 6px;


	display: block;
	margin: 0 auto;
	text-align: center;

	margin-top: 20px;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.15);

}

.botonAccionMiProyecto:Hover {
	-webkit-box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.33);
	box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.33);

	/*background-color: #fbb36b;*/
}

.botonAccionMiProyectoInactivo {
	width: 100%;
	background-color: #666666;
	color: #fff;
	font-size: 16px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	padding: 15px;
	padding-top: 8px;
	padding-bottom: 6px;


	display: block;
	margin: 0 auto;
	text-align: center;

	margin-top: 20px;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.15);

}

.contenedorTituloMiProyecto {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;

	-webkit-align-items: center;
	align-items: center;

	-webkit-align-content: center;
	align-content: center;

	margin-bottom: 5px;
}

.tituloMiProyecto {
	font-size: 17px;
	color: #8FBA33;
	font-weight: 400;
	padding-top: 4px;
}

.botonEditarTexto {
	width: 14px;
	height: 14px;
	background-image: url(img/svg/iconos_editar.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 5px;
	opacity: .5;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;
}

.botonEditarTexto:hover {
	opacity: .8;
}

.subtituloMiProyecto {
	color: #333;
}

.botonesMejorarMiProyecto {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-align-items: center;
	align-items: center;

	-webkit-align-content: center;
	align-content: center;

}

.paqueteMiProyecto {
	padding-right: 20px;
	color: #333;
	flex-shrink: 2;
	padding-bottom: 5px;
	padding-top: 5px;
}

.botonMejorarMiProyecto {
	width: calc(50% - 30px);
	background-color: #8FBA33;
	background-color: #8FBA33;
	color: #fff;
	font-size: 16px;
	flex-grow: 2;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	padding: 15px;
	padding-top: 8px;
	padding-bottom: 6px;


	display: block;
	margin: 0 auto;
	text-align: center;


	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.15);

}

.botonMejorarMiProyecto:Hover {
	-webkit-box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.33);
	box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.33);

	/*background-color: #fbb36b;*/
}


.mensaje {
	background-color: #e89018;

	position: absolute;
	z-index: 60;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-align-items: center;
	align-items: center;

	-webkit-align-content: center;
	align-content: center;
	left: -10px;
	top: calc(50% - 20px);
	padding: 5px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.mensaje:Hover {
	-webkit-box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.33);
	box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.33);

	/*background-color: #fbb36b;*/
}

.iconoMensaje {
	width: 30px;
	height: 30px;
	background-image: url(img/mensaje.gif);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.botonVolver {
	padding: 10px;
	position: fixed;
	bottom: 10px;
	left: 0px;
	background-color: #8FBA33;

	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;

	color: #fff;
	z-index: 990;
}

.contenidoTituloSeccionMiProyecto {
	width: 100%;


	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	/* Safari */
	justify-content: center;

	-webkit-align-items: center;
	/* Safari */
	align-items: center;

	-webkit-align-content: flex-start;
	/* Safari */
	align-content: flex-start;


	color: #fff;
	font-size: 14px;
	padding-top: 20px;
}

.tituloSeccionMiProyecto {

	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
	/*color:#4793ca;*/
	color: #8FBA33;

	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
}



.dosColumnasProyecto {
	width: 95%;
	max-width: 1400px;
	margin: 0 auto;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-align-items: stretch;
	align-items: stretch;

	-webkit-align-content: flex-start;
	align-content: flex-start;

	position: relative;

	margin-top: 30px;
	margin-bottom: 20px;
}


.unaColumnaProyecto {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
}

.columnaProyectoIzquierda {
	width: calc(50% - 82px);
	padding: 30px;
	border: 1px solid #eee;
	margin-bottom: 20px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.columnaProyectoDerecha {
	width: calc(50% - 82px);

	padding: 30px;
	border: 1px solid #eee;


	margin: 0px;
	margin-bottom: 20px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.titulosMisProyectos {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	/*color:#4793ca;*/
	color: #8FBA33;

	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

	margin-bottom: 10px;
	text-align: center;

}

.infoProyecto {
	font-size: 20px;
	color: #666;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #666;
	font-weight: 800;
}

#formularioCambios {
	display: none;
}

.modificarInfo {
	width: auto;
	text-align: center;
	margin: 0 auto;
	padding: 6px;
	background-color: #ccc;
	display: block;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 10px;
	cursor: pointer;
}

.infoProyecto2 {
	font-size: 16px;
	color: #666;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #666;
}

.etiquetaListaInfo {
	text-align: center;
	padding-bottom: 5px;
	font-size: 12px;
	margin-top: 20px;
}

.atencion {
	width: 100%;
	margin: 0 auto;

	border: 1px solid #eee;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;

	-webkit-box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.15);
}

.tituloAtencion {
	background-color: #8FBA33;
	color: #fff;
	text-align: center;
	padding: 5px;
	padding-top: 8px;
	font-size: 14px;
	font-weight: 800;
}

.subtituloAtencion {
	padding: 20px;
	font-size: 15px;
	color: #666;
}

.subtituloAtencion a {
	border-bottom: 1px solid #666;
}

.cuidado {
	color: #fff;
	font-size: 13px;
	border: 1px solid #840002;
	background-color: #840002;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	padding: 10px;
	margin-top: 10px;
	text-align: center;
}


@media (max-width: 799px) {

	.columnaProyectoIzquierda {
		width: calc(100% - 42px);
		padding: 20px;
		margin-bottom: 20px;
	}


	.columnaProyectoDerecha {
		width: calc(100% - 42px);
		padding: 20px;
		margin-bottom: 20px;
	}

}


@media (min-width: 800px) {

	.columnaProyectoIzquierda {
		width: calc(50% - 52px);
		padding: 20px;
		margin-bottom: 20px;
	}


	.columnaProyectoDerecha {
		width: calc(50% - 52px);
		padding: 20px;
		margin-bottom: 20px;
	}

}

@media (min-width: 1200px) {

	.columnaProyectoIzquierda {
		width: calc(60% - 82px);
		padding: 30px;
		margin-bottom: 20px;
	}


	.columnaProyectoDerecha {
		width: calc(40% - 82px);
		padding: 30px;
		margin-bottom: 20px;
	}

}



@media (min-width: 400px) {

	.fotoMiProyecto {
		width: 30%;
		max-width: 150px;
		display: inline-block;
		overflow: hidden;
	}

	.infoMiProyecto {
		width: calc(70% - 60px);
		padding: 10px;
		margin-left: 20px;
		margin-right: 0px;
	}

	.areaBotonesMiProyecto {
		width: calc(100% - 0px);
		margin-top: 20px;
	}

}



@media (min-width: 900px) {

	.fotoMiProyecto {
		width: 15%;
		max-width: 150px;
		display: inline-block;
		overflow: hidden;
	}

	.infoMiProyecto {
		width: calc(35% - 60px);
		padding: 10px;
		margin-left: 20px;
		margin-right: 20px;
	}

	.areaBotonesMiProyecto {
		width: calc(50% - 20px);
		margin-top: 0px;
	}

}




@media (min-width: 1100px) {

	.fotoMiProyecto {
		width: 20%;
		max-width: 150px;
		display: inline-block;
		overflow: hidden;
	}

	.infoMiProyecto {
		width: calc(30% - 60px);
		padding: 10px;
		margin-left: 20px;
		margin-right: 20px;
	}

	.areaBotonesMiProyecto {
		width: calc(50% - 20px);
		margin-top: 0px;
	}

}



.areaMensajes {
	width: 100%;
	margin: 0 auto;



	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	background-color: #ccc;
	margin-top: 30px;

	overflow: hidden;
	position: relative;

}



.mensajes {
	height: 500px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;


	overflow-y: hidden;
	overflow-x: hidden;

	/*padding: 30px;*/
	/*padding-bottom: 10px;*/
	position: relative;
	/*padding-top: 10px;*/
}


.interiorMensajes {
	display: block;
	padding-bottom: 20px;
	padding-top: 20px;
}


.contenedorMensajeEnviado {
	width: calc(100% - 20px);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;

	-webkit-align-items: flex-start;
	align-items: flex-start;

	margin-bottom: 8px;
	padding-right: 20px;
}

.contenedorMensajeRecibido {
	width: calc(100% - 20px);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;

	-webkit-align-items: flex-start;
	align-items: flex-start;

	margin-bottom: 8px;
	padding-left: 20px;
}

.mensajeEnviado {

	max-width: calc(85% - 50px);
	position: relative;
	background: #cfebb7;
	color: #333333;
	font-size: 14px;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.20));
	text-align: center;
	padding: 10px;
	/*-webkit-border-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topright: 0;
	border-radius: 5px;
	border-top-right-radius: 0;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-align-items: flex-end;
	align-items: flex-end;

	-webkit-align-content: flex-end;
	align-content: flex-end;


}

.mensajeEnviado:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	z-index: 1;
	border-style: solid;
	border-color: transparent #cfebb7;
	border-width: 7px 0 7px 7px;
	top: 15px;
	right: -7px;
	margin-top: -7px;
}

.mensajeRecibido {
	max-width: calc(85% - 50px);
	position: relative;
	background: #fff;
	color: #333333;
	font-size: 14px;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.20));
	text-align: center;

	padding: 10px;
	/*-webkit-border-radius: 5px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 5px;
-moz-border-radius-topleft: 0;
border-radius: 5px;
border-top-left-radius: 0;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-align-items: flex-end;
	align-items: flex-end;

	-webkit-align-content: flex-end;
	align-content: flex-end;


}

.mensajeRecibido:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	z-index: 1;
	border-style: solid;
	border-color: transparent #fff;
	border-width: 7px 7px 7px 0;
	top: 15px;
	left: -7px;
	margin-top: -7px;
}

.mensajeTexto {
	/*max-width: calc( 100% - 65px);*/
	flex-grow: 2;
	flex-shrink: 2;
	text-align: left;
}

.archivoMensaje {
	width: 150px;
	flex-grow: 2;
	flex-shrink: 2;
	display: inline-block;

	position: relative;
	background-color: #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.archivoMensaje:after {
	content: '';
	display: block;
	margin-top: 100%;
}

.mensajeInfo {
	width: 60px;
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;

	-webkit-align-items: center;
	align-items: center;

	-webkit-align-content: flex-start;
	align-content: flex-start;
}

.mensajeHora {
	font-size: 10px;
	padding-top: 1px;
	color: #888;
	font-weight: 400;
}

.check {
	width: 12px;
	height: 12px;
	background-image: url(img/svg/iconos_checked_verde.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 5px;
}

.noCheck {
	/*background-image: url(img/svg/iconos_checked_verde.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-filter: grayscale(100%);
	-webkit-filter: opacity(30%);*/
	opacity: 0;
}

.separadorMensajes {
	width: 100%;
	height: 12px;
	display: inline-block;
}

.separadorMensajes2 {
	width: 100%;
	height: 1px;
	display: block;
}


.botonBorrarMensaje {
	width: 15px;
	height: 15px;
	background-image: url(img/svg/iconos_basura.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 1px;
	right: -20px;
	cursor: pointer;
	display: none;
}

.mensajeRecibido:hover .botonBorrarMensaje {
	display: inline-block;
}


.linkSubasta {
	font-size: 12px;
	color: #555;
	font-weight: 800;
	border-bottom: 1px dotted #555;
}

.linkSubasta:Hover {
	color: #0a6591;
	border-bottom: 1px dotted #0a6591;
}

.contenedorCampoEscribirMensaje {
	width: calc(100% - 20px);
	padding: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-align-items: center;
	align-items: center;

	-webkit-align-content: flex-start;
	align-content: flex-start;
	background-color: #666666;
	margin-top: 0px;

	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

	position: relative;
}

.contenedorCampoEscribirMensajeOculto {
	display: none;
}

.iconoRecargar {
	width: 18px;
	height: 18px;
	position: absolute;
	right: 40px;
	margin-top: 5px;
	z-index: 10px;
	cursor: pointer;
	background-image: url(img/svg/iconos_recargar.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: .6;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.iconoRecargar:hover {
	opacity: 1;
}

.rotar {
	-webkit-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.iconoAdjuntar {
	width: 25px;
	height: 25px;
	position: absolute;
	margin-left: 5px;
	z-index: 10;
	cursor: pointer;
	background-image: url(img/svg/iconos_adjuntar.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.iconoAdjuntar:hover {
	background-image: url(img/svg/iconos_adjuntar_verde.svg);
}

.botonDescargarMensaje {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	cursor: pointer;
	background-image: url(img/svg/iconos_proyecto_final.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.botonDescargarMensaje:hover {
	background-image: url(img/svg/iconos_proyecto_final_verde.svg);
}


.iconoEnviar {
	width: 38px;
	height: 38px;
	margin-left: 10px;
	cursor: pointer;
	background-color: #8FBA33;

	background-image: url(img/svg/iconos_enviar.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;



	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.iconoEnviar:hover {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.iconoEnviarDescactivado {
	background-color: #ccc;
}

.iconoEnviarDescactivado:hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.diaMensajes {
	text-align: center;
	color: #666;
	font-size: 11px;
	font-weight: 400;
	padding: 7px;
	padding-bottom: 12px;
}

.fotoPerfil {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #999;
	/*background-image: url(img/letras/letras_p.svg);
	background-size: 60%;
	background-position: center center;
	background-repeat: no-repeat;*/
	position: relative;
	z-index: 1;

	/* filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.20));*/
}

.contenedorMensajeEnviado .fotoPerfil {
	margin-left: 12px;
}

.contenedorMensajeRecibido .fotoPerfil {
	margin-right: 12px;
}

.noHayMensajes {
	width: 100%;
	height: calc(100% - 60px);
	text-align: center;
	position: absolute;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;

	align-items: center;

	align-content: flex-start;
	font-size: 16px;
	color: #666;
}

.noHayReviews {
	width: 100%;
	text-align: center;
	position: relative;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;

	align-items: center;

	align-content: flex-start;
	font-size: 16px;
	color: #666;
}

.noHayMensajesOcultar {
	display: none;
}

.noHay {
	width: calc(95% - 40px);
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	font-size: 16px;
}

@keyframes flickerAnimation {

	/* flame pulses */
	0% {
		opacity: .6;
	}

	50% {
		opacity: .4;
	}

	100% {
		opacity: .6;
	}
}

.animate-flicker {
	opacity: .6;
	animation: flickerAnimation 1s infinite;
}

.campoMensaje {

	padding: 10px;
	padding-top: 12px;
	padding-left: 50px;
	padding-right: 10px;
	width: calc(100% - 20px);

	border: 0px;
	border: 0px solid #333333;
	font-size: 14px;
	color: #333333;
	text-align: left;

	/*color:#4793ca;*/
	/*color: #e2ebf6;*/
	background: transparent;
	background-color: #fefefe;


	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	font-family: 'Spartan', sans-serif;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;


	resize: none;
	font-weight: 400;
	margin: 0;
	opacity: 1;

	flex-grow: 2;
	flex-shrink: 2;

}



.campoMensaje::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #aaa;
	opacity: 1;
	font-weight: 400;
}

.campoMensaje::-moz-placeholder {
	/* Firefox 19+ */
	color: #aaa;
	opacity: 1;
	font-weight: 400;
}

.campoMensaje:-ms-input-placeholder {
	/* IE 10+ */
	color: #aaa;
	opacity: 1;
	font-weight: 400;
}

.campoMensaje:-moz-placeholder {
	/* Firefox 18- */
	color: #aaa;
	opacity: 1;
	font-weight: 400;
}



.cotizarPlantas {
	width: calc(100% - 80px);
	max-width: 800px;
	padding: 20px;
	padding-bottom: 0px;
	margin: 0 auto;
	margin-bottom: 20px;

	text-align: center;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-box-shadow: 2px 10px 20px -1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 10px 20px -1px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 10px 20px -1px rgba(0, 0, 0, 0.15);
}



.checkout {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 150px;
}