/*Colores global */
:root {
	--colorPrincipal: #000073;
	--colorSecundario: #000073;
	--colorSecundarioOscuro: #000073;
	--colorSecundarioClaro: #ddb334;
	--colorTitulos: #3e3e3c;
	--colorTextos: #595959;
	--colorFondo: #ffffff;
	--colorFondoCv: #f1f1f1;
	--colorColumna: #dddcdc;
	--colorFondoFooter: #fcfcfd;
}
/****Border buscador y Cambio color titulo- Cuando el banner principal es blanco****/
div#search {
	border: 1px solid var(--colorSecundario);
	padding: 0;
	max-height: 46px;
}
h2.main-title,
.seccionHome .search-trends h3 {
	color: var(--colorSecundario) !important;
	text-shadow: 1px 1px 11px #4f4e4e25 !important;
}
/*****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/fourtms_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;
}
