/* CSS Document */

.contenedorPerfilProveedor {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.contenedorPerfilProveedorPublico {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 75px;
	text-align: center;
	display: block;
}

.encabezadoPerfilProveedor {
	width: 100%;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 30px;
	position: relative;
	display: inline-block;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-align-content: center;
	align-content: center;
	margin-bottom: 105px;
	background-color: #8FBA33;
	background-image: url("img/textura_perfil.jpg");
	background-size: cover;
}

.encabezadoPerfilProveedor:after {
	content: '';
	display: block;
	margin-top: 30%;
}

.encabezadoPerfilProveedorPublico {
	width: 100%;
	margin: 0 auto;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-top: 30px;
	position: relative;
	display: inline-block;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-align-content: center;
	align-content: center;
	margin-bottom: 105px;
	background-color: #8FBA33;
	background-image: url("img/textura_perfil.jpg");
	background-size: cover;
}

.encabezadoPerfilProveedorPublico:after {
	content: '';
	display: block;
	margin-top: 30%;
}

.contenedorFotoPerfilProveedor {
	width: 100%;
	position: relative;
}

.fotoPerfilProveedor {
	width: 160px;
	display: inline-block;
	background-color: #999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid #fff;
	position: relative;
	margin: -85px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

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

.fotoPerfilFichaCliente {
	width: 160px;
	display: inline-block;
	background-color: #999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid #fff;
	position: relative;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	margin-top: 20px;
}

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

.nombrePerfilProveedor {
	color: #8FBA33;
	font-size: 34px;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 5px;
}

.miniFormServicio {
	width: calc(90% - 40px);
	max-width: 500px;
	margin: 0 auto;
	padding: 20px;
	padding-top: 1px;
	background-color: #eee;
	border-radius: 4px;
	margin-top: 30px;
}

.botonFormProveedores {
	padding: 30px;
	padding-top: 12px;
	padding-bottom: 10px;
	margin: 10px;
	background: #8FBA33;
	font-size: 13px;
	color: #fff;
	font-weight: 800;
	display: block;
	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-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
}

.botonFormProveedores:Hover {
	background-color: #e89018;
}

.contenedorBotonesHabilitar {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
}

.botonAceptarPerfil {
	padding: 10px;
	padding-top: 8px;
	padding-bottom: 6px;
	background: #349400;
	font-size: 12px;
	color: #fff;
	font-weight: 800;
	display: block;
	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-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	margin: 5px;
	border: 1px solid transparent;
}

.botonAceptarPerfil:Hover {
	border: 1px solid #fff;
}

.botonDeclinarPerfil {
	padding: 10px;
	padding-top: 8px;
	padding-bottom: 6px;
	background: #980002;
	font-size: 12px;
	color: #fff;
	font-weight: 800;
	display: block;
	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-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	margin: 5px;
	border: 1px solid transparent;
}

.botonDeclinarPerfil:Hover {
	border: 1px solid #fff;
}

.botonCargaVideo {
	width: calc(50% - 42px);
	max-width: 150px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin: 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);
	-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;
	background-image: url(img/svg/iconos_cargarvideo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #ccc;
	opacity: .6;
}

@media (max-width: 300px) {
	.botonCargaVideo {
		width: calc(50% - 22px);
		margin: 20px;
	}
}

@media (min-width: 301px) {
	.botonCargaVideo {
		width: calc(100% / 3 - 22px);
		margin: 10px;
	}
}

@media (min-width: 700px) {
	.botonCargaVideo {
		width: calc(100% / 2 - 22px);
		margin: 10px;
	}
}

@media (min-width: 1000px) {
	.botonCargaVideo {
		width: calc(100% / 3 - 22px);
		margin: 10px;
	}
}

@media (min-width: 1300px) {
	.botonCargaVideo {
		width: calc(100% / 2 - 22px);
		margin: 20px;
	}
}

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

.botonCargaVideo: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-image:url(../../img/svg/iconos_cargarfoto_verde.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;*/
	opacity: .8;
}

.grillaImagenesPerfil {
	width: 90%;
	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: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative
}

.formYoutube {
	line-height: 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	display: none;
}

.botonYoutubeProveedor {
	width: 80px;
	height: 60px;
	background-image: url(img/youtube.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: .7;
	-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;
}

.fotoFinal:Hover .botonYoutubeProveedor {
	opacity: 1;
}

.listaServiciosProveedor {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

.servicioProveedor {
	width: 100%;
	background-color: #efefef;
	border-radius: 4px;
	margin-top: 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: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
	position: relative;
}

.contenedorInfoServicioProveedor {
	padding: 20px;
	margin-right: 20px;
	flex-grow: 2;
}

.tituloServicioProveedor {
	color: #8FBA33;
	font-size: 24px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 5px;
}

.descripcionServicioProveedor {
	font-size: 14px;
}

.iconoMoverProveedor {
	margin: 10px;
	margin-right: 0;
	width: 10px;
	height: 40px;
	background-image: url("img/svg/iconos_mover.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	flex-shrink: 0;
	flex-grow: 0;
	opacity: .8;
	cursor: pointer;
}

.iconoMoverProveedor:Hover {
	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;
}

.iconoEditarProveedor {
	width: 18px;
	height: 18px;
	background-image: url("img/svg/iconos_editar.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: .8;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	-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;
}

.iconoEditarProveedor:Hover {
	opacity: 1;
}

.iconoEliminarProveedor {
	width: 18px;
	height: 18px;
	background-image: url("img/svg/iconos_basura.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: .8;
	cursor: pointer;
	position: absolute;
	top: 32px;
	right: 10px;
	-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;
}

.iconoEliminarProveedor:Hover {
	opacity: 1;
}

.iconoModificarImagenProveedor {
	width: 25px;
	height: 25px;
	background-image: url("img/svg/iconos_camara.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
	cursor: pointer;
	position: absolute;
	bottom: 5px;
	right: 5px;
	border: 3px solid #fff;
	border-radius: 50%;
	filter: brightness(1.3);
	-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;
}

.iconoModificarImagenProveedor:Hover {
	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;
	filter: brightness(1);
}

.estadoPerfil {
	width: 90%;
	max-width: 1160px;
	background-color: rgba(211, 65, 0, 1.00);
	color: #fff;
	padding: 20px;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
	border-radius: 4px;
}

.estadoPerfilActivo {
	background-color: #397700;
}

.boton_activar {
	padding: 30px;
	padding-top: 12px;
	padding-bottom: 10px;
	margin: 0px;
	background: #fff;
	font-size: 13px;
	color: rgba(211, 65, 0, 1.00);
	font-weight: 800;
	display: inline;
	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-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
}

.boton_activar:Hover {
	background-color: #8FBA33;
	color: #fff;
}

.estadoPerfilActivo .boton_activar {
	color: #397700;
}

.estadoPerfilActivo .boton_activar:Hover {
	color: #fff;
}

.formDeclinar {
	/*background-color: rgba(0,29,57,0.95);*/
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	position: relative;
	padding: 20px;
	/*border: 1px solid #fff;*/
	display: none;
}

.contenedorPerfiles {
	width: 90%;
	max-width: 1260px;
	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: space-between;
	align-content: space-between;
	padding-top: 20px;
}

.perfilElegir {
	width: calc(50% - 20px);
	text-align: center;
	margin-top: 20px;
	padding: 0px;
	margin-bottom: 10px;
	padding-bottom: 30px;
	font-size: 18px;
	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);
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: space-between;
	align-items: space-between;
	-webkit-align-content: space-between;
	align-content: space-between;
	background-color: #666666;
}

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

#elegirVivero {
	background: url('img/vivero.jpg'), #5C7E13;
	background-size: cover, cover;
	background-position: center center, center center;
	background-blend-mode: multiply;
}

#elegirJardinero {
	background: url('img/jardinero2.jpg'), #5C7E13;
	background-size: cover, cover;
	background-position: left bottom, center center;
	background-blend-mode: multiply;
}

@media (max-width: 700px) {
	.perfilElegir {
		width: calc(100% - 20px);
	}
}

@media (min-width: 701px) {
	.perfilElegir {
		width: calc(50% - 20px);
	}
}

.tituloElegirPerfil {
	width: 100%;
	color: #ffffff;
	font-size: 30px;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 5px;
}

.estadoPerfilElegir {
	width: 100%;
}

.contenedorBotonAccionPerfil {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	/* Safari */
	justify-content: center;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
	margin-top: 30px;
}

.perfilInactivo {
	filter: grayscale(90%);
}

.perfilInactivo:Hover {
	filter: grayscale(0%);
}

.listaPerfiles {
	width: calc(100% - 40px);
	margin: 0 auto;
	max-width: 1600px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	/* Safari */
	justify-content: flex-start;
	-webkit-align-items: stretch;
	/* Safari */
	align-items: stretch;
	-webkit-align-content: flex-start;
	/* Safari */
	align-content: flex-start;
	/*background-color: #f9f7f7;*/
	padding-top: 10px;
	padding-bottom: 40px;
	background-color: #f6faed;
}

.perfilListado {
	margin-top: 10px;
	padding: 0px;
	margin-bottom: 30px;
	padding-bottom: 0px;
	max-width: none;
	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);
}

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

@media (min-width: 300px) {
	.perfilListado {
		width: calc(100%/2 - 20px);
		margin: 10px;
		margin-bottom: 30px;
	}
}

@media (min-width: 700px) {
	.perfilListado {
		width: calc(100%/3 - 30px);
		margin: 15px;
		margin-bottom: 30px;
	}
}

@media (min-width: 1100px) {
	.perfilListado {
		width: calc(100%/4 - 30px);
		margin: 15px;
		margin-bottom: 30px;
	}
}

@media (min-width: 1300px) {
	.perfilListado {
		width: calc(100%/5 - 30px);
		margin: 15px;
		margin-bottom: 30px;
	}
}

.areaTituloPerfiles {
	width: 100%;
	/* width: calc(100% - 40px); */
	margin: 0 auto;
	max-width: 1560px;
	padding-top: 30px;
	text-align: center;

	display: flex;
	/* justify-content: space-between; */
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.tituloPerfiles {
	color: #8FBA33;
	font-weight: 400;
	font-size: 24px;
	padding-top: 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;
	text-align: center;
}

.botonModificarBusqueda {
	padding: 10px;
	padding-top: 9px;
	padding-bottom: 8px;
	background: #8FBA33;
	font-size: 12px;
	color: #fff;
	/* margin: 0 auto;
	margin-top: 5px; */
	font-weight: 800;
	display: inline-block;
	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-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
}

.botonModificarBusqueda:Hover {
	background-color: #e89018;
}

.contenedorFormBuscarLugar {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

#formBuscarLugar {
	width: 100%;
	border: 1px solid #eee;
	background-color: #fff;
	padding: 20px;
	border-radius: 4px;

	margin: 0 auto;
	display: flex;
	flex-direction: column;
	margin-top: 10px;
	gap: 5px;
}

.noHayPerfiles {
	width: 100%;
	text-align: center;
	font-size: 18px;
	padding: 20px;
}

.areaPerfilPublico {
	width: 90%;
	max-width: 1200px;
	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;
	/* Safari */
	justify-content: space-between;
	-webkit-align-items: flex-start;
	/* Safari */
	align-items: flex-start;
	-webkit-align-content: flex-start;
	/* Safari */
	align-content: flex-start;
	margin-top: 40px;
	margin-bottom: 40px;
}

.izquierdaPerfilPublico {
	width: calc(50% - 60px);
	margin: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #151515;
}

.derechaPerfilPublico {
	width: calc(50% - 40px);
	margin: 20px;
	font-size: 14px;
	color: #333333;
}

.galeriaPerfilPublico {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	/* Safari */
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	/* Safari */
	align-items: flex-start;
	-webkit-align-content: flex-start;
	/* Safari */
	align-content: flex-start;
	margin: 0;
	margin-bottom: 10px;
}

.galeriaPerfilPublicoIzq {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	/* Safari */
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	/* Safari */
	align-items: flex-start;
	-webkit-align-content: flex-start;
	/* Safari */
	align-content: flex-start;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 20px;
}

.foto100Perfil {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	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;
}

.foto100Perfil:after {
	content: '';
	display: block;
	margin-top: 60%;
}

.fotoChicaPerfil {
	/*width: calc( 100%/3 - 10px);*/
	width: calc(100% / 3 - 20px);
	margin: 10px;
	margin-top: 0px;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	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;
}

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

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

.fotoChicaPerfil:Hover .botonYoutubeProveedor,
.foto100Perfil:Hover .botonYoutubeProveedor {
	opacity: 1;
}

.tituloPerfilPublico {
	color: #8FBA33;
	font-size: 28px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
}

.introduccionPerfilPublico {
	color: #8FBA33;
	font-size: 24px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: left;
}

.descripcionPerfilPublico {
	font-size: 16px;
}

.botonContactarProveedor {
	background-color: #e89018;
	color: #fff;
	font-size: 24px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 15px;
	padding-top: 14px;
	padding-bottom: 12px;
	display: inline-block;
	margin: 0 auto;
	-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);
}

.botonContactarProveedor:Hover {
	-webkit-box-shadow: 2px 10px 20px -1px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 2px 10px 20px -1px rgba(0, 0, 0, 0.33);
	box-shadow: 2px 10px 20px -1px rgba(0, 0, 0, 0.33);
	/*background-color: #fbb36b;*/
}

.dosColumnasMensajes {
	width: 100%;
	margin: 0 auto;
	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;
	position: relative;
	margin-top: 20px;
	margin-bottom: 0px;
}

.columnaMensajesIzquierda {
	padding: 0px;
	margin-bottom: 10px;
	position: relative;
}

.columnaMensajesDerecha {
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;

}

.volverMensajes {
	color: #fff;
	width: 40px;
	height: 40px;
	background-image: url(img/svg/flecha_izquierda.svg);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 13px 12px;
	display: inline-block;
	cursor: pointer;
	border-right: 1px dotted #666;
	flex-grow: 0;

}



@media (max-width: 849px) {
	.columnaMensajesIzquierda {
		width: 100%;
		display: inline-block;
	}

	.columnaMensajesDerecha {
		width: 100%;
		display: none;
	}

	.columnaMensajesVisible {
		display: inline-block;
	}

	.columnaMensajesInvisible {
		display: none;
	}

	.volverMensajes {
		display: inline-block;
	}

}

@media (min-width: 850px) {
	.columnaMensajesIzquierda {
		width: 35%;
		display: inline-block;
	}

	.columnaMensajesDerecha {
		width: 65%;
		display: inline-block;
	}

	.columnaMensajesVisible {
		display: inline-block;
	}

	.columnaMensajesInvisible {
		display: inline-block;
	}

	.volverMensajes {
		display: none;
	}


}




.areaConversaciones {
	height: calc(100vh - 260px);
	overflow-y: hidden;
	overflow-x: hidden;
}

.interiorConversaciones {
	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;
}

.areaMensajesProveedor {
	width: calc(100% - 20px);
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #dedede;
	overflow: hidden;
	position: relative;
}

.mensajesProveedor {
	height: calc(100vh - 300px);
	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;*/
}

.encabezadoMensajes {
	height: 40px;
	overflow: hidden;
	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: #ccc;
}

.encabezadoMensajesOculto {
	display: none;
}



.tituloMensajesPara {
	font-size: 14px;
	text-align: center;
	flex-grow: 2;
}

.conversacion {
	width: calc(100% - 40px);
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #eee;
	margin-bottom: 20px;
	-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: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	cursor: pointer;
	-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;
}

.conversacion:hover {
	background-color: #ddd;
}

.conversacionActiva {
	background-color: #ccc;
	-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;
}

.infoConversacion {
	width: calc(100% - 100px);
	padding: 10px;
}

.nombreInfoConversacion {
	font-size: 18px;
	line-height: 20px;
}

.perfilesInfoConversacion {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}

.imagenConversacion {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #666;
	border: 1px solid #eee;
	flex-shrink: 0;
}

.imagenListaInicio {
	width: 50px;
	height: 50px;

	flex-shrink: 0;
}

.imagenListaSubasta {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	flex-shrink: 0;
}

.imagenListaSubasta_0 {
	background-color: #940000;
	background-image: url("img/svg/iconos_proveedores_subastas_blanco.svg");
	background-size: 25px;
	background-position: center center;
	background-repeat: no-repeat;
}

.imagenListaSubasta_1 {
	background-color: #940000;
	background-image: url("img/svg/sand-clock.svg");
	background-size: 20px;
	background-position: center center;
	background-repeat: no-repeat;
}

.imagenListaSubasta_2_3 {
	background-color: #e89018;
	background-image: url("img/svg/sand-clock.svg");
	background-size: 20px;
	background-position: center center;
	background-repeat: no-repeat;
}

.imagenListaSubasta_3 {
	background-color: #940000;
	background-image: url("img/svg/iconos_proveedores_subastas_blanco.svg");
	background-size: 25px;
	background-position: center center;
	background-repeat: no-repeat;
}

.imagenListaSubasta_4 {
	background-color: #8FBA33;
	background-image: url("img/svg/iconos_proveedores_subastas_blanco.svg");
	background-size: 25px;
	background-position: center center;
	background-repeat: no-repeat;
}

.agregarClienteInfoConversacion {
	width: 30px;
	height: 30px;
	background-color: #333;
	background-image: url("img/svg/iconos_proveedores_clientes_blanco.svg");
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 50%;
}

.agregarClienteInfoConversacionActivo {
	width: 30px;
	height: 30px;
	background-color: #333;
	background-image: url("img/svg/iconos_proveedores_clientes_verde.svg");
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 50%;
}

.agregarPuntajeInfoConversacion {
	width: 30px;
	height: 30px;
	background-color: #333;
	background-image: url("img/svg/iconos_proyecto_estrella.svg");
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 50%;
}

.agregarPuntajeInfoConversacionActivo {
	width: 30px;
	height: 30px;
	background-color: #333;
	background-image: url("img/svg/iconos_proyecto_estrella_verde.svg");
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 50%;
}

.agregarPuntajePreloader {
	width: 30px;
	height: 30px;
	background-color: #333;
	background-image: url("img/svg/preloader_gear.svg");
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 50%;
}



.botonAdjuntar {
	width: 25px !important;
	height: 25px !important;
	position: absolute !important;
	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;
}

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

.bell {
	display: block;
	width: 20px;
	height: 20px;
	font-size: 20px;
	margin: 20px auto 0;
	fill: #980002;
	-webkit-animation: ring 4s .7s ease-in-out infinite;
	-webkit-transform-origin: 50% 4px;
	-moz-animation: ring 4s .7s ease-in-out infinite;
	-moz-transform-origin: 50% 4px;
	animation: ring 4s .7s ease-in-out infinite;
	transform-origin: 50% 4px;
	position: absolute;
	left: -10px;
	bottom: 5px;
}

@-webkit-keyframes ring {
	0% {
		-webkit-transform: rotateZ(0);
	}

	1% {
		-webkit-transform: rotateZ(30deg);
	}

	3% {
		-webkit-transform: rotateZ(-28deg);
	}

	5% {
		-webkit-transform: rotateZ(34deg);
	}

	7% {
		-webkit-transform: rotateZ(-32deg);
	}

	9% {
		-webkit-transform: rotateZ(30deg);
	}

	11% {
		-webkit-transform: rotateZ(-28deg);
	}

	13% {
		-webkit-transform: rotateZ(26deg);
	}

	15% {
		-webkit-transform: rotateZ(-24deg);
	}

	17% {
		-webkit-transform: rotateZ(22deg);
	}

	19% {
		-webkit-transform: rotateZ(-20deg);
	}

	21% {
		-webkit-transform: rotateZ(18deg);
	}

	23% {
		-webkit-transform: rotateZ(-16deg);
	}

	25% {
		-webkit-transform: rotateZ(14deg);
	}

	27% {
		-webkit-transform: rotateZ(-12deg);
	}

	29% {
		-webkit-transform: rotateZ(10deg);
	}

	31% {
		-webkit-transform: rotateZ(-8deg);
	}

	33% {
		-webkit-transform: rotateZ(6deg);
	}

	35% {
		-webkit-transform: rotateZ(-4deg);
	}

	37% {
		-webkit-transform: rotateZ(2deg);
	}

	39% {
		-webkit-transform: rotateZ(-1deg);
	}

	41% {
		-webkit-transform: rotateZ(1deg);
	}

	43% {
		-webkit-transform: rotateZ(0);
	}

	100% {
		-webkit-transform: rotateZ(0);
	}
}

@-moz-keyframes ring {
	0% {
		-moz-transform: rotate(0);
	}

	1% {
		-moz-transform: rotate(30deg);
	}

	3% {
		-moz-transform: rotate(-28deg);
	}

	5% {
		-moz-transform: rotate(34deg);
	}

	7% {
		-moz-transform: rotate(-32deg);
	}

	9% {
		-moz-transform: rotate(30deg);
	}

	11% {
		-moz-transform: rotate(-28deg);
	}

	13% {
		-moz-transform: rotate(26deg);
	}

	15% {
		-moz-transform: rotate(-24deg);
	}

	17% {
		-moz-transform: rotate(22deg);
	}

	19% {
		-moz-transform: rotate(-20deg);
	}

	21% {
		-moz-transform: rotate(18deg);
	}

	23% {
		-moz-transform: rotate(-16deg);
	}

	25% {
		-moz-transform: rotate(14deg);
	}

	27% {
		-moz-transform: rotate(-12deg);
	}

	29% {
		-moz-transform: rotate(10deg);
	}

	31% {
		-moz-transform: rotate(-8deg);
	}

	33% {
		-moz-transform: rotate(6deg);
	}

	35% {
		-moz-transform: rotate(-4deg);
	}

	37% {
		-moz-transform: rotate(2deg);
	}

	39% {
		-moz-transform: rotate(-1deg);
	}

	41% {
		-moz-transform: rotate(1deg);
	}

	43% {
		-moz-transform: rotate(0);
	}

	100% {
		-moz-transform: rotate(0);
	}
}

@keyframes ring {
	0% {
		transform: rotate(0);
	}

	1% {
		transform: rotate(30deg);
	}

	3% {
		transform: rotate(-28deg);
	}

	5% {
		transform: rotate(34deg);
	}

	7% {
		transform: rotate(-32deg);
	}

	9% {
		transform: rotate(30deg);
	}

	11% {
		transform: rotate(-28deg);
	}

	13% {
		transform: rotate(26deg);
	}

	15% {
		transform: rotate(-24deg);
	}

	17% {
		transform: rotate(22deg);
	}

	19% {
		transform: rotate(-20deg);
	}

	21% {
		transform: rotate(18deg);
	}

	23% {
		transform: rotate(-16deg);
	}

	25% {
		transform: rotate(14deg);
	}

	27% {
		transform: rotate(-12deg);
	}

	29% {
		transform: rotate(10deg);
	}

	31% {
		transform: rotate(-8deg);
	}

	33% {
		transform: rotate(6deg);
	}

	35% {
		transform: rotate(-4deg);
	}

	37% {
		transform: rotate(2deg);
	}

	39% {
		transform: rotate(-1deg);
	}

	41% {
		transform: rotate(1deg);
	}

	43% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(0);
	}
}

.areaClientes {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding-top: 20px;
}

.estrellaConversacionVerde {
	text-align: right;
	font-size: 18px;
	color: #8FBA33;
}

.estrellaConversacionNaranja {
	text-align: right;
	font-size: 18px;
	color: #e89018;
}

.estrellaConversacionRojo {
	text-align: right;
	font-size: 18px;
	color: #980002;
}

.estrellaConversacionGris {
	text-align: right;
	font-size: 18px;
	color: #ccc;
}

.estrellaPuntajePerfil {
	text-align: center !important;
}

.cargadorListado {
	display: block;
	height: 30px;
	background-image: url("img/svg/preloader_gear.svg");
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center center;
}

.rating {
	text-align: center;
	font-size: 34px !important;
	margin: 0 auto;
	margin-bottom: 10px;
}

.rating2 {
	text-align: center;
	font-size: 40px !important;
	margin: 0 auto;
	margin-bottom: 10px;
}

.puntajesPerfil {
	width: 90%;
	max-width: 1200px;
	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-around;
	justify-content: space-around;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	border-radius: 4px;
	border: 1px solid #ddd;
	margin-top: 40px;
	overflow-x: hidden;
}

.puntajesPerfilSubasta {
	width: 90%;
	max-width: 1200px;
	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-around;
	justify-content: space-around;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	border-radius: 4px;
	border: 1px solid #ddd;
	margin-top: 10px;
	overflow-x: hidden;
}

.puntajePerfil {
	width: calc(100% / 2 - 40px);
	padding: 20px;
	text-align: center;
	cursor: pointer;
	-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;
}

.puntajePerfilInactivo {
	background-color: #444;
	color: #fff;
	-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;
}

.numeroPuntaje {
	font-size: 30px;
}

.textoPuntaje {
	font-size: 12px;
	line-height: 25px;
}

.estrellaPerfil {
	line-height: 15px;
}

.linkPuntaje {
	font-size: 10px;
	padding-top: 8px;
}

.contenidoPuntajePerfil {
	width: 100%;
	display: none;
	padding-top: 20px;
}

.reviewPerfil {
	width: calc(100% - 40px);
	padding: 20px;
	text-align: center;
}

.reviewPerfil:not(:last-child) {
	border-bottom: 1px dotted #ccc;
}

.comentarioReviewPerfil {
	font-size: 18px;
}

.usuarioReviewPerfil {
	font-size: 12px;
	padding-top: 5px;
}

.paginadorReviews {
	padding: 20px;
	text-align: center;
}

.botonCargarMasReviews {
	padding: 5px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 4px;
	font-size: 11px;
	background-color: #666666;
	color: #fff;
	display: inline-block;
	cursor: pointer;
}

.estrellasReviewPerfil {
	font-size: 36px;
	letter-spacing: -3px;
	padding-bottom: 10px;
}

#clock {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}

.reloj {
	width: 232px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	margin: 0 auto;
}

.hora {
	width: 35px;
	text-align: center;
	background-color: #8FBA33;
	padding: 15px;
	margin: 3px;
	margin-top: 20px;
	color: #fff;
	border-radius: 4px;
	padding-bottom: 10px;
}

.horaGris {
	width: 35px;
	text-align: center;
	background-color: #666;
	padding: 15px;
	margin: 3px;
	margin-top: 20px;
	color: #fff;
	border-radius: 4px;
	padding-bottom: 10px;
}

.horaNum {
	width: 100%;
	display: inline-block;
	font-size: 25px;
	text-align: center;
	line-height: 22px;
	padding-bottom: px;
}

.horaText {
	text-align: center;
	width: 100%;
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
}

.reloj .hora {
	width: 30px;
	text-align: center;
	background-color: #8FBA33;
	padding: 10px;
	margin: 4px;
	margin-top: 0px;
	color: #fff;
	border-radius: 4px;
	padding-bottom: 3px;
}

.reloj .horaGris {
	width: 30px;
	text-align: center;
	background-color: #666;
	padding: 10px;
	margin: 4px;
	margin-top: 0px;
	color: #fff;
	border-radius: 4px;
	padding-bottom: 5px;
}

.reloj .horaNum {
	width: 100%;
	display: inline-block;
	font-size: 18px;
	text-align: center;
	line-height: 12px;
	padding-bottom: 0px;
}

.reloj .horaText {
	text-align: center;
	width: 100%;
	display: inline-block;
	font-size: 8px;
	line-height: 8px;
}

.reloj .tiemporestante {
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 10px;
}

.subasta {
	width: calc(100% - 2px);
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #eee;
	background-color: #fff;
	margin-bottom: 30px;
	margin-top: 20px;
	-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;
	display: block;
}

.subastaActiva {
	border: 1px solid #8FBA33;
}

.contenidoSubasta {
	width: calc(100% - 20px);
	padding: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}

.botonVerSubasta {
	width: calc(100% - 20px);
	text-align: center;
	display: block;
	background-color: #8FBA33;
	color: #fff;
	font-weight: 800;
	font-size: 14px;
	padding: 10px;
	padding-bottom: 8px;
	-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;
	-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;
}

.subasta:Hover .botonVerSubasta {
	background-color: #e89018;
}

.infoSubastaFlex {
	width: calc(100% - 232px);
	min-width: 300px;
	flex-grow: 2;
	margin-bottom: 15px;
	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: flex-start;
	align-content: flex-start;
}

.infoSubasta {
	width: calc(100% - 232px);
	min-width: 300px;
	flex-grow: 2;
	margin-bottom: 15px;
}

.infoSubasta2 {
	padding-top: 5px;
	padding-left: 10px;
}

.tituloSubasta {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;
}

.descripcionSubasta {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}

.contenedorTituloPrincipalSubasta {
	width: 100%;
	color: #fff;
	font-size: 14px;
	padding-top: 30px;
}

.tituloPrincipalSubasta {
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
	/*color:#4793ca;*/
	color: #8FBA33;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	text-transform: uppercase;
	text-align: center;
}

.descripcionPrincipalSubasta {
	font-size: 18px;
	color: #666666;
	text-align: center;
}

.estadoSubasta {
	background-color: #8FBA33;
	color: #fff;
	font-weight: 800;
	font-size: 12px;
	padding: 10px;
	padding-top: 6px;
	padding-bottom: 5px;
	border-radius: 4px;
	text-align: center;
}

.estadoSubastaNaranja {
	background-color: #e89018;
}

.estadoSubastaRojo {
	background-color: #980002;
}

.estadoSubastaGris {
	background-color: #666666;
}

.contenedorBotonDescarga {
	width: 100%;
	margin-top: 5px;
	text-align: center;
}

.botonDescargar {
	padding: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
	background: #8FBA33;
	font-size: 11px;
	color: #fff;
	display: inline-block;
	font-weight: 800;
	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-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	margin: 0 auto;
}

.botonDescargar:Hover {
	background-color: #e89018;
}

.vacio {
	width: calc(100% - 40px);
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
	padding-bottom: 0px;
	text-align: center;
	color: #666;
}

.vacioTitulo {
	font-size: 26px;
	font-weight: 800;
	line-height: 26px;
	padding-bottom: 10px;
}

.vacioTexto {
	font-size: 18px;
	line-height: 18px;
}

.areaRespuestas {
	width: calc(100% - 20px);
	margin: 0 auto;
	margin: 10px;
	margin-top: 20px;
	padding: 0px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	max-width: none;
	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);
}

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

.moverRespuesta {
	width: 15px;
	height: 40px;
	background-image: url(img/svg/iconos_mover.svg);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: bottom center;
	cursor: pointer;
}

.areaDetallesRespuesta {
	display: none;
}

.interiorDetallesRespuesta {
	padding: 10px;
	opacity: 0;
}

.subtituloDetallesPropuesta {
	width: calc(100% - 20px);
	color: #8FBA33;
	text-align: center;
	font-size: 18px;
	border-top: 1px dotted #ccc;
	padding: 10px;
	padding-bottom: 0px;
}

.subtituloPuntajePropuesta {
	width: calc(100% - 20px);
	color: #8FBA33;
	text-align: center;
	font-size: 18px;
	padding: 10px;
	padding-bottom: 0px;
}



.areaArchivosPropuesta {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	margin-bottom: 10px;
}

.areaComentarioJY {
	padding-bottom: 10px;
}

.contenedorCampoComentario {}

.textareaPropuesta {
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	width: calc(100% - 22px);
	border: 0px;
	border-bottom: 1px solid #333333;
	font-size: 14px;
	line-height: 20px;
	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;
	position: relative;
	font-family: 'Spartan', sans-serif;
	resize: none;
	font-weight: 400;
	margin: 0;
}

.textareaPropuesta:focus {
	/*background-color: #8FBA33;*/
	border-bottom: 1px solid #8FBA33;
	color: #333;
}

.botonBloquearSubasta {
	background-color: #666666;
	color: #fff;
	font-weight: 800;
	font-size: 12px;
	padding: 10px;
	padding-top: 6px;
	padding-bottom: 5px;
	border-radius: 4px;
	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;
	cursor: pointer;
}

.botonBloquearSubastaRojo:hover {
	background-color: #980002;
}

.botonBloquearSubastaVerde:Hover {
	background-color: #8FBA33;

}

.descuentoSubasta {
	background-color: #8FBA33;
	color: #fff;
	font-weight: 800;
	font-size: 12px;
	padding: 10px;
	padding-top: 6px;
	padding-bottom: 5px;
	border-radius: 4px;
	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;
}


.botonConfirmar {
	padding: 30px;
	padding-top: 12px;
	padding-bottom: 10px;

	background: #8FBA33;
	font-size: 13px;
	color: #fff;

	font-weight: 800;

	display: block;
	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-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	position: relative;

	margin-bottom: 10px;
}

.botonConfirmar:Hover {
	background-color: #e89018;
}


.botonesInicioAreaUsuario {
	width: calc(100% - 40px);
	margin: 0 auto;
	max-width: 800px;
	padding: 20px;
}

.botonInicioAreaUsuario {}