@charset "utf-8";
/* CSS Document*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  transition: all 0.2s ease-out;
}
:root {
	--urdina: #09518c;
	--urdina-argia: #236aa4;
	--beltza: #343434;
    --grixa: #F0F4F9;
	--morea: #37474f;
}
html {
  overflow-x: hidden;
  padding: 0;
  margin: 0
}
h1, h2, h3, h4, h5 {
  font-weight: 500;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-stretch: 200;
}
article .image-box img{
	max-width: 100%;
	height: 270px;
    object-fit: cover;
}
.berriak article .image-box img {
    max-width: 100%;
    height: auto;
}
.title {
  width: 100%;
  color: var(--urdina);
  font-weight: 400;
  text-transform: none;
  margin: 20px 0 30px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.title h1 span {
  font-size: 28px;
  font-weight: 400;
}
.title.title-sarrera h1 span {
  font-size: 28px;
}
.title-sarrera {
  flex-direction: column;
  align-items: center;
}
.title.title-sarrera span.title-nagusia {
  font-size: 100px;
}
.entry-header {
    aspect-ratio: 1920 / 200;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	background-color: #d8e3f5;

    display: flex;
    align-items: center;
    /*justify-content: center;*/
	margin-bottom: 3rem;
	padding-left: 3rem;
}
/* Tablet */
@media (max-width: 991.98px) {
    .entry-header {
        aspect-ratio: 1920 / 250;
        padding-left: 2rem;
    }
}
/* Móvil */
@media (max-width: 575.98px) {
    .entry-header {
        aspect-ratio: 1920 / 400;
        padding-left: 1.25rem;
        margin-bottom: 2rem;
    }
}

.btn {
  font-size: 18px;
}
.btn-primary {
  border-radius: 0;
  border: 0;
  color: var(--urdina-argia);
  background-color: transparent;
  box-shadow: 0 2px 6px 0 rgba(199, 232, 225, .8);
  border: 1px solid var(--urdina-argia);
  display:block;
  margin: 0 auto;
}
.btn-primary:hover {
  color: #fff;
  background-color: var(--urdina-argia);
  border-color: var(--urdina-argia);
}
.btn-secondary {
  border-radius: 0;
  border: 0;
  color: #fff;
  background-color: #252525;
  box-shadow: 0 2px 6px 0 rgba(125, 119, 104, .2);
}
.btn-secondary:hover {
  background-color: #000;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: var(--urdina);
}

/***
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
.ezkutatu{
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
/***breadcrumb***/
.breadcrumb {
    margin-top: 20px;
}
/****top header***/
.top-header {
    background-color: var(--grixa);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #60435C30;
}
.bi-telephone::before {
	color: var(--urdina-argia);
}
.bi-envelope::before {
	color: var(--urdina-argia);
}
.hizkuntzak {
  margin: 0 20px;
  color: var(--urdina);
}
.hizkuntzak a {
  color: var(--urdina);
}
.hizkuntzak a:hover, .hizkuntzak a.active {
  color: var(--urdina-argia);
	text-decoration: underline;
}
.contacto-item{
	margin-left: 10px;
}
.contacto-item a{
  color: var(--beltza);
  margin-right: 10px
}
.contacto-item a:hover{
  text-decoration: underline;
}
a.contacto {
  background-color: #60435C; /*var(--urdina-argia);*/
  padding: 10px 15px;
  color: #fff;
}
a.contacto:hover {
  background-color: #fff;
  color: #6784A1;
}
.sareak {
  margin: 0 35px;
}
.sareak a {
  margin: 0 10px;
  color: var(--urdina-argia);
}
.sareak a:hover {
  margin: 0 10px;
  color: #ddd;
}
.sareak i {
  font-size: 25px;
}
header.sticky-top{
	 top:-50px;
	 border-bottom:1px solid #f3f3f3
}
a.wpml-ls-link{
  color: var(--urdina);
}
button.linka{
	color: #fff;
    background: var(--urdina-argia);
	padding: 4px 18px;
	border: 1px solid var(--urdina-argia);
	margin-top: 10px;
}
button.linka:hover{
	color: var(--urdina-argia);
    background: #fff;
}
/***nav***/
.navbar-light .navbar-toggler {
  border: 0;
}
nav.menu-nagusia.navbar {
  background-color: #fff;
  padding: 0;
  height: 74px;
}
nav.menu-nagusia.navbar .menu-nav, nav.menu-nagusia .navbar-collapse {
  height: 100%;
  align-items: stretch !important;
  justify-content: space-between;
}
nav.menu-nagusia.navbar .menu-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.menu-nagusia .navbar-brand {
  padding: 0;
  align-self: center;
  margin-left: 20px;
}
.menu-nagusia .nav-item {
  display: flex;
  align-items: center;
}
.menu-nagusia.navbar-light .navbar-nav .nav-link {
  color: var(--urdina);
  padding: 14px 30px;
  font-size: 16px;
  text-transform: uppercase;
}
.menu-nagusia.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: var(--urdina-argia);
}
.dropdown-toggle::after {
  margin-left: 10px;
}
.menu-nagusia .nav-item .dropdown-menu {
  top: 50px;
  border-radius: 0;
  background-color: #fff;
  color: var(--urdina);

}
.menu-nagusia .nav-item .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #fff;
  color: var(--urdina)
}
.menu-nagusia .nav-item .dropdown-menu .dropdown-item:hover {
  color: #555;
  background-color: #fff;
}
.navbar-expand-xl .navbar-nav.menu-aukerak {
  margin:0 auto;
}
/***carrusel**/
/*.sec-carousel .carousel-caption h2 {
	color: var(--urdina);
    font-weight: 400;
    font-size: 28px;
    background-color: rgba(42,84,125,0.6);
    padding: 10px;
    border-radius: 4px;
}*/
#Carouseltop .carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        360deg,
        rgba(35, 106, 164, 0.33) 0%, rgba(35, 106, 164, 0.33) 50%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
}
section.sec-carousel{
	padding: 0.5rem 0;
}
.sec-carousel .carousel-caption h2 {
	/*color: var(--urdina);*/
	color: #60435C;
	font-weight: 300;
	font-size: 30px;
	background-color:rgba(240,240,240,0.75);
	padding: 10px;
}
.sec-carousel .carousel.slide, .sec-carousel .carousel-item-next, .sec-carousel .carousel-item-prev, .sec-carousel .carousel-item.active {
  height: 600px;
}
.sec-carousel .carousel-item img, .sec-carousel .carousel-item video, .sec-carousel .carousel-item iframe, .sec-carousel .carousel-item.active img, .sec-carousel .carousel-item.active video, .sec-carousel .carousel-item.active iframe {
  max-height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: #60435C;
 /* background-color: var(--urdina);*/
  padding: 25px;
  border-radius: 50px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  background-size: 75% 75%;
  padding: 18px;
}


/****sarrera***/
section.sarrera {
  background-color: var(--grixa);
  padding: 3.5rem 0;
}
section.sarrera .sarrera-azalpena{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
section.sarrera h2 {
	font-size: calc(0.2rem + 1.8vw);
	margin-bottom: 2rem;
	width: 100%;
    color: var(--urdina);
}
section.sarrera .lead {
	width: 60%;
	font-size: 22px;
}
section.sarrera .tx-right {
	width: 30%;
}
section.sarrera ul {
	margin-top: 0.5rem;
	padding-left: 0;
	list-style: none;
}
section.sarrera ul li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
	font-size: 22px;
}

/***sarrera2***/
section.sarrera2 {
	padding: 1.5rem 0;
}
section.sarrera2 h2 {
  font-size: calc(0.7rem + 2vw);
  margin-bottom: 2rem;
  width: 100%;
}
section.sarrera2 .lead {
	font-size: 22px;
	margin-bottom: 2rem;
	width: 100%;
}
section.sarrera .lead {
	width: 60%;
	font-size: 22px;
}
/***sarrerako albisteak***/
.albisteak-home{
	margin: 3rem 0 8rem 0;
}
.etiketa-info{
	display: flex;
	margin:0 0 3rem 0;
	align-items:center;
}
.etiketa-info .linka{
	font-size:18px;
}
.etiketa-info .etiketa{
	margin:0;
	display: flex;
	 align-items: center;
	 margin-right: 30px;
	margin-left: 40px;
}
.arloa-kat{
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color:#333;
	 margin-left: 30px;
	 display: flex;
	 align-items: center;
}
.arloa-kat i{
	font-size: 13px;
	 margin-right: 5px;
}
.etiketa{
	font-size:1.8rem;
	margin:0 0 3rem 0;
	font-weight:600;
}
.etiketa::before {
  content: ' ';
  width: 20px; 
  height: 20px;
  position: absolute;
  display: block;
	 background-color: #777;
	margin-left: -40px;
}
.albisteak-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.albisteak-box .card picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.albisteak-box .card picture img {
  max-width: 100%;
  transition: all 0.8s;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  object-fit: cover;
  align-self: stretch;
  filter: grayscale(0%);
}
.albisteak-box .card:hover picture img {
  transform: scale(1.2);
  filter: grayscale(100%);
}
.albisteak-box .card{
	 width: 32%;
	 margin-bottom: 40px;
}
.albisteak-box .card .data{
	font-size: 15px;
	 margin-bottom: 15px;
}
.albisteak-box .card .card-title{
	font-size: 20px;
}
.albisteak-home.barrukoak .albisteak-box .card{
	width: 48%;
	
}
.albisteak-home.barrukoak .albisteak-box .card picture{
	height: 300px;
	
}

/***servicios**/
.container2{
	width: 90%;
}
section.servicios {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*background-color: var(--urdina-argia);*/
  background-color: #fff;
}
section.servicios .sec-img {
  width: 50%;
  display: flex;
}
section.servicios .sec-img img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  align-self: stretch;
}
section.servicios .sec-txt {
  width: 50%;
  display: flex;
  padding: calc(0.7rem + 2vw);
  flex-direction: column;
  color: var(--beltza);
  height: 100%;
}
section.servicios .sec-txt h3 {
  color: var(--morea);
  font-size: calc(0.3rem + 2vw);
  text-transform: uppercase;
}
/*section.servicios .carousel-caption h2 {
  color: #0b5fb4;
  font-weight: 600;
  font-size: 40px;
	background-color:rgba(255,255,255,0.75);
	padding: 10px;
}*/
section.servicios .carousel{
  color: #0b5fb4;
  font-weight: 600;
  font-size: 40px;
  background-color:rgba(255,255,255,0.75);
}
section.instaladores{
  justify-content: center;
  padding-top: 5rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
section.instaladores .sec-txt{
  width: 70%;
  text-align: center;
}
/**** abisua ****/
section.sarrera.abisua entry-title {
  margin-top: 4rem;
}
section.sarrera.abisua {
  margin-top: 3rem;
}
section.sarrera.abisua h2{
  font-size: 1.6rem;
}
section.sarrera.abisua ul li::before {
	font-family: "Ionicons";
	display: inline-block;
	content: "";
	list-style: none;
	margin-right: 10px;
	font-size: 1rem;
}
section.sarrera.abisua li {
	font-size: 1rem;
}
section.sarrera.abisua p {
	font-size: 1rem;
}

/****mapa google ****/
.container-map {
	height: 0;
	overflow: hidden;
	padding-bottom: 45%;
	position: relative;
	 margin-top: 3rem;
}

.googlemap {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 40%;
}

/****laguntzaileak***/

section.laguntzaileak{
  background-color: #fff;
}
section.laguntzaileak .logoak{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	margin-bottom: calc(3rem + 2vw);
}
section.laguntzaileak .logoak img{
	max-width: 150px;
	height: auto;
	margin: 0 20px;
}
section.laguntzaileak .logoak img:hover{
	opacity: 0.85;
	
}
/***galeria***/
.card-galeria{
	padding: 10px;
    text-align: center;
}
/***home eta barruko orrien kontainerrak***/
.home .container {
    max-width: 1500px;
}
.container{
	max-width: 1150px;
}

/***barruko orrien kontainerra***/
.nf-form-title h3 {
    color: var(--morea);
    font-size: calc(0.3rem + 2vw);
    text-transform: uppercase;
}
/****Maiz egiten diren galderak****/
.faq {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.faq h2 {
  margin: 0 0 2rem;
}

.faq-item {
  margin: 0 0 1rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 3.5rem 1.25rem 1.5rem;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.5;
  list-style: none;
  transition: background-color 0.2s ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item summary:hover {
  background-color: #f5f5f5;
}

.faq-item summary:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: -3px;
}

.faq-answer {
  padding: 0 1.5rem 1.5rem;
  line-height: 1.7;
}

.faq-answer p {
  margin: 0 0 1rem;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-answer ul {
  margin: 1rem 0 0;
  padding-left: 1.5rem;
}

.faq-answer li {
  margin-bottom: 0.75rem;
}

.faq-answer li:last-child {
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 600px) {
  .faq-item summary {
    padding: 1rem 3rem 1rem 1rem;
  }

  .faq-item summary::after {
    right: 1rem;
  }

  .faq-answer {
    padding: 0 1rem 1rem;
  }
}

/***footer***/
footer{
	background-color: #FFF;
}
.footer-top{
	background:var(--grixa);
}
.footer-center{
	text-align: center;
}
.footer-center img {
	margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.f-logo img {
  max-width: 250px;
  margin-bottom: 220px;
  margin-top: -32px;
}
.f-contacto {
  margin: 2rem 0;
  color: var(--urdina);
  display: flex;
  flex-direction: column;
}
.f-contacto p {
  margin-bottom: 0 10px;
}
.kontaktua{
	margin: 2rem 0;
	border: 1px solid #F0F4F9;
	padding: 5px;
}
.f-helbidea {
  display: flex;
  flex-direction: column;
  margin-left: 5px;
}
.f-helbidea a {
  color: var(--urdina);
  font-size: 16px;
  margin-bottom: 10px;
  text-decoration: underline;
}
.f-helbidea i {
  margin-right: 10px;
  font-size: 16px;
}
.f-helbidea a:hover {
  color: #006dc6;
}
.f-sareak {
  display: flex;
  margin-top: 20px;
  
}
.f-sareak i {
  font-size: 28px;
  color: var(--urdina);
  margin: 0 10px;
  text-align: center;
}
.f-sareak i:hover {
  color: #006dc6;
}
.f-mapa {
  margin-top: 0;
  margin-bottom: 2rem;
}
.f-menu {
  margin-top: 6rem;
}
.f-menu ul {
  list-style: none;
  padding-left: 0;
}
.f-menu ul li {
  margin-bottom: 5px;
}
.f-menu a {
  color: #343434;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f-menu a i {
  font-size: 20px
}
.f-menu a:hover {
  text-decoration: underline;
}
.footer-bottom .container {
  display: flex;
  align-items: center;
}
.footer-bottom {
  background-color: var(--morea);
  padding: 0.5rem;
  color: #fff;
  position: relative;
  display: flex;
  font-size: 16px;
  font-size:0.8rem;
}
.footer-bottom ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin-left: 30px;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.footer-bottom ul li {
  margin-right: 10px;
}
.footer-bottom li a {
  margin-left: 2rem;
  text-decoration: underline;
  color:#fff;
}
.footer-bottom li a:hover {
  color: #fff;
}
.arrow-top {
  margin-right: 20px;
  display: flex;
  flex-direction:column;
}
.arrow-top i {
  font-size: 45px;
}
.azpikoa {
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
}

/***Responsiboa***/
@media (max-width: 1500px) {
  .menu-nagusia.navbar-light .navbar-nav .nav-link {
    padding: 0 20px;
  }
 
}
@media (max-width: 1200px) {
  
.menu-nagusia.navbar-light .navbar-toggler {
    position: absolute;
    right: 12px;
    top: 10px;
	padding: 15px 25px;
	background-color: #0b5fb4;
	color: #fff;
	border: none;
	font-weight: 600;
	}
  nav.menu-nagusia.navbar .menu-nav {
    display: block;
    width: 100%;
  }
  nav.menu-nagusia .navbar-collapse {
    padding-top: 15px;
    border-top: 1px solid #fff;
    margin-top: 15px;
  }
  nav.menu-nagusia.navbar {
    height: auto;
    padding: 5px;
  }
  .menu-nagusia .nav-item {
    display: block;
    margin-bottom: 10px;
  }
  .menu-nagusia .nav-item .dropdown-menu {
    top: 71px;
    border-radius: 0;
    background-color: #fff;
    color: #000;
    border: 0;
    margin-left: 30PX;
  }
  .footer-bottom li a {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
	.contacto-item{
		 display: none;
	}
  .f-logo img {
    max-width: 150px;
  }
  .f-menu {
    margin-top: 0;
    border-top: 1px solid #fff;
    padding: 20px 0;
  }
	section.sarrera .lead, section.sarrera .tx-right {
  width: 100%;
}
	section.servicios .sec-img, section.servicios .sec-txt{
		 width: 100%;
	}
	section.servicios .sec-img{
		 order:-1;
	}
}
@media (max-width: 500px) {
  
  .top-header {
    justify-content: space-between;
  }
  .top-header a.contacto {
    padding: 10px 5px;
    font-size: 14PX;
    font-size: 14PX;
  }
  .top-header .sareak {
    margin: 0 10px;
  }
  .top-header .sareak i {
    font-size: 20px;
  }
  .top-header .hizkuntzak {
    margin: 0 10px;
  }
  .sec-carousel .carousel.slide, .sec-carousel .carousel-item-next, .sec-carousel .carousel-item-prev, .sec-carousel .carousel-item.active {
    height: 300px !important;
  }
  .sec-carousel .carousel-item img {
    max-height: 300px;
  }
  section.sarrera h2 {
    font-size: 2rem;
  }
  .lead {
    text-align: center;
  }
  section.servicios .sec-txt h3 {
    font-size: 1.7rem;
  }
}