@charset "utf-8";
/* CSS Document */

:root {
    --bs-grisiluna: #58585A; /* #535455;*/
    --bs-grisargia: #f2f2f2;
    --bs-grisargia2: #ddd;
    --bs-beltza: #000;
    --bs-gorria: #eb2f2d;
    --bs-naranja: #fd3001;
	--bs-berdea: #03faad;
	--bs-arrosa: #EC746C;
	--bs-txuria: #fff;
	--bs-fuksia: #ef106e
}
* {
	
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  transition: all 0.2s ease-out;
}
body{
	font: normal 16px Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
h1, h2, h3, h4, h5 {
  font-weight: 600;
}
h1 {
  font-size: 35px;
}
h2 {
	color: #1F335E
}
.btn {
  font-size: 14px;
	text-transform: uppercase;
	font-size: 14px;
}
.btn-primary {
  border-radius: 0;
  border: 0;
  color: var(--bs-white);
  background-color: var(--bs-gorria);
  box-shadow: 0 2px 6px 0 rgba(199, 232, 225, .8);
}
.btn-primary:hover {
  color: #fff;
	background-color: var(--bs-grisiluna);
}

/***udalak***/
.udalak{
	padding: 3rem 1rem;
	background-color:var(--bs-txuria);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.udalak img{
	margin: 10px 30px;
	max-width: 200px;
	height: auto;
		
	
}

/***barruko top irudia***/
.section-top-img{
	margin: 0 0 5rem 0;
}
.section-top-img .container{
	position: relative
}
.goiburu-irudia {
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.goiburu-irudia img {
  object-fit: cover;
  height: 40vh;
  width: 100%;
}
section.section-top-img h1 {
  position: absolute;
  font-size: 45px;
  color: #fff;
	text-align: center;
top: 30%;
left: 0;
right: 0;
bottom: 0;
margin: auto;
	 text-transform: uppercase;
	
}

/****footer***/
footer {
 display: flex;
	 flex-direction: column;
	border-top:1px solid var(--bs-grisargia);
	 
}
.footer-bottom {
  background-color: rgba(0, 0, 0, .85);
  padding:1rem 0;
  color: var(--bs-white);
  position: relative;
  display: flex;
  font-size: 14px;
}
.footer-bottom a {
  color: var(--bs-white);
}
.footer-bottom ul {
  list-style: none;
  display: flex;
	justify-content: center;
  padding: 0;
  margin: 0;
}
.footer-bottom ul li {
  margin-right: 15px;
	font-size: 15px;
}
.footer-bottom ul li p {
  margin-bottom: 0;
}

.footer-bottom li a:hover {
  color: var(--bs-white);
	text-decoration: underline;
}
.arrow-top {
  margin-right: 20px;
}
.arrow-top i {
  font-size: 42px;
}

/***bilaketa emaitza***/
.hauteskunde-bilaketa-emaitza{
    background: var(--bs-grisargia);
    padding: 2rem;
}
[type=submit]:not(:disabled), button:not(:disabled) {
    margin-top: 2rem;
	padding: 0.7rem;
}
.form-control{
	margin: 0.5rem 0rem;
}
.btn.btn-secondary{
	margin-top: 1.2rem;
}