/*Utilities*/
.bg--grey {
	background-color: #646464;
}

.bg--darkgrey {
	background-color: #5a5a5a;
}

.prefooter__search,
.prefooter,
.footer, .prefooter .Normal, .footer .Normal {
	color: white;
	line-height: 28px;
}

.prefooter__search a,
.prefooter a,
.footer a {
	color: white;
	text-decoration: none;
}
.prefooter__search a:visited,
.prefooter a:visited,
.footer a:visited {
	color: #bbb;
}
.prefooter__search {
	position: relative;
	padding: 1.75rem 0;
}

.prefooter__search table {
	width: 100%;
}

.prefooter__search input.gsc-input {
	box-sizing: border-box;
	width: 100%;
	font-size: 24px;
    padding: 15px 60px 15px 30px !important;
    border: 0;
    background: none !important;
}
.prefooter__search .gsc-input-box {
	border: none;
	border-radius: 0
}
.prefooter__search .gsib_a {
    padding: 0;
}

.prefooter__search input.gsc-input::placeholder {
	color: #444;
	opacity: 1; /* Firefox */
	font-size: 24px;
}

.prefooter__search button.gsc-search-button-v2 {
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    width: 22px;
    height: 22px;
    top: 20px;
    right: 30px;
    background-color: transparent;
    background-image: url(../img/lupa_search_2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.prefooter__search a.gsst_a {
	position: absolute;
	right: 50px;
}

ul.prefooter__block, .Normal ul.prefooter__block {
	list-style-type: revert;
	margin-left: 15px;
}

.prefooter__block, .Normal .prefooter__block {
	margin-bottom: 1.5rem;
	line-height: 160%;
}

.prefooter__block a, .Normal .prefooter__block a {
	color: #fff;
	text-decoration: underline;
}
.prefooter__block li a, .Normal .prefooter__block li a {
	color: #fff !important;
	text-decoration: none;
}
.prefooter__block li a:hover, .Normal .prefooter__block li a:hover {
	color: #fff !important;;
	text-decoration: underline;
}
.prefooter__block a:hover, .Normal .prefooter__block a:hover {
	color: #fff !important;;
	text-decoration: none;
}
.prefooter {
	padding: 4rem 0 6rem 0;
}

.footer__social-icons {
	margin-top: 1rem;
}

.footer__social-icons a img {
	height: 50px;
	margin-right: 10px;
}
.footer__social-icons a img.normal {
	display: inline-block;
}
.footer__social-icons a:hover img.normal {
	display: none;
}
.footer__social-icons a img.active {
	display: none;
}
.footer__social-icons a:hover img.active {
	display: inline-block;
}

.footer {
	padding: 2rem 0;
	text-align: center;
}

@media screen and (min-width: 500px)  {
	.footer {
		display: flex;
		align-items: center;
		justify-content: space-between;
		text-align: left;
	}

	.footer__social-icons {
		margin-top: 0;
	}
}
@media only screen and (max-width: 1189px) {
	.prefooter__block {
		padding: 0 10px;
	}
}