/*Colores global */
:root {
	--colorPrincipal: #e9501d;
	--colorSecundario: #e9501d;
	--colorSecundarioOscuro: #515151;
	--colorSecundarioClaro: #a6bcd6;
	--colorTitulos: #3e3e3c;
	--colorTextos: #595959;
	--colorFondo: #ffffff;
	--colorFondoCv: #f1f1f1;
	--colorColumna: #dddcdc;
	--colorFondoFooter: #fcfcfd;
}
/*Sombre header*/
.header-comunidad {
	box-shadow: 0px 2px 8px #0000003d;
}
/*****Cambio los colores a los botones de login a blanco******/
@media (min-width: 767px) {
	nav .btn.btn-secundario {
		color: white !important;
		border: 1px solid white !important;
	}
	.header-comunidad.fixed .header-search {
		border: 1px solid white;
	}
	nav .btn.btn-principal {
		background-color: #ffffff !important;
		color: var(--colorPrincipal) !important;
	}
}

/*******Cambiar logo******/
header.header-comunidad a.d-block.w-100.tag-manager-ir-home::before {
	content: '';
	background-image: url(https://repo-diseno.s3.amazonaws.com/comunidad/romaninibus_trabajando_cl/logo-amazon.png);
	width: 200px;
	height: 45px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
header.header-comunidad a.d-block.w-100.tag-manager-ir-home img {
	display: none !important;
}
.fondoBuscadorV2 {
	background-color: #57575700 !important;
}
