/*Colores global */
:root {
	--colorPrincipal: #dd1d2f;
	--colorSecundario: #dd1d2f;
	--colorSecundarioOscuro: #262e57;
	--colorSecundarioClaro: #89a6c8;
	--colorTitulos: #3e3e3c;
	--colorTextos: #595959;
	--colorFondo: #ffffff;
	--colorFondoCv: #f1f1f1;
	--colorColumna: #dddcdc;
	--colorFondoFooter: #fcfcfd;
}
/*****Comentarios - Situaciones especificas******/
/*****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/trewhelaschool_trabajando_cl/logo1.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;
} */
