@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
* {
  -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 {
	margin:0;
	height: 100%;
	font-family: Lato, helvetica, sans-serif;
}
::after,
::before {
 box-sizing:border-box
}

h1 {
 font-size:calc(1rem + 1vw)
}
a{
	text-decoration: none;
}
a:hover{
	color:#555;
}
h1,
h2,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom:.5rem;
	font-weight: 300;
	line-height: 1.2;
	color:#543e3f;
	font-family: 'Lato', sans-serif;
}

h3{
	margin-top: 0;
	margin-bottom:.5rem;
	font-weight: 300;
	line-height: 1.2;
	font-family: 'Lato', sans-serif;
	color: #936701;
}
p{
	text-transform: none;
	/*font-feature-settings: normal;
	overflow-wrap: normal;
	line-break: auto;
	*/
	font-style: normal;
	letter-spacing: 0.005em;
	line-height: 1.3em;
	font-size: 20px;
	font-weight: 300;
}
.edukia .container{
	max-width: 1720px !important;
}
article .image-box img{
	width: 100%;
	/*height: 420px;*/
    object-fit: cover;
}
.b-marra{
	border-bottom: 1px solid #9367018c;
	border-right: 1px solid #9367018c;
	border-radius: 5px;
	padding-bottom: 10px;
}
.berriak article .image-box img {
    max-width: 100%;
    height: auto;
}
.btn {
  font-size: 18px;
}
.btn-primary {
	border-radius: 0;
	color: #936701;
	background-color: transparent;
	box-shadow: 0 2px 6px 0 rgba(199, 232, 225, 0);
	border: 1px solid #9367018c;
	text-transform: uppercase;
	font-size: 16px;
}
.btn-primary:hover {
	color: #fff;
	background-color: #9367018c;
	border-color: #9367018c;
}
.btn-secondary {
  border-radius: 0;
  border: 0;
  color: #fff;
  background-color: #4e2d26;
  box-shadow: 0 2px 6px 0 rgba(125, 119, 104, .2);
}
.btn-secondary:hover {
  background-color: #fff;
	color:#4e2d26 
}
.btn-erdia{
	 margin:20px auto;
	text-align: center;
}
a {
  text-decoration: none;
  cursor: pointer;
	color: #000;
}
.link-box{
	 margin: 40px 0;
}
.linka{
	color:#936701;
	 border-bottom: 1px solid #ddd;
	 padding: 10px 0;
	 margin: 20px 0;
	 background-color: transparent;
	 border: 0;
	font-weight: 300; 
}
.card-btn {
	text-align: right;
}
.linka span{
	font-weight: 300;
	text-align: right;
	
}
.linka span:hover{
	 color: #4e2d26;
	
}
.linka i{
	margin-left: 10px;
	
}
.linka:hover i{
	color: #4e2d26;
	margin-left: 20px;
	
}
.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    padding-top: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.25rem;
}

/***
# 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: 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;
}
/***top-header**/
.top-header {
  	background-color: #fff;
  	padding: 10px;
  	display: flex;
  	align-items: center;
  	position: relative;
  	z-index: 999;
	border-bottom: 1px solid #ddd;
}
.t-helbidea {
	margin-left: auto;
}
.t-helbidea a {
  	color: #000;
  	margin-right: 10px;
}
.t-helbidea a:hover {
	color: #4e2d26;
}
.t-helbidea i {
  	margin-right: 10px;
}
.hizkuntzak {
  	margin-left: 20px;
}
.hizkuntzak a {
  	margin: 0;
	text-transform: uppercase;
  	color: #000;
}
.hizkuntzak a:hover, .hizkuntzak a.active, .hizkuntzak a:hover, .t-sareak a:hover {
  color: #4e2d26;
	text-decoration: underline;
}
.wpml-ls-legacy-list-horizontal a {
    padding: 5px 5px 5px;
}
.section-top-img {
  	margin: 0 0 5rem 0;
}
section.section-top-img h1 {
  	position: absolute;
  	text-align: center;
  	top: 5rem;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	margin: auto;
  	text-transform: uppercase;
	color: #fff;
  	font-size: 50px;
  	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
  	text-align: center;
}

 /* Create a sticky/fixed navbar */
#navbar {
  	padding: 10px; 
  	transition: 0.4s; 
   	position: sticky;
  	width: 100%;
  	top: 0; 
  	z-index: 99;
	display: flex;
	align-items: center;
	padding: 5px;
    background-color: transparent;
	background-color: rgb(255, 255, 255, 0.85);
}
#navbar.nabvar-small {
	position: fixed;
	padding: 0px 10px;
    flex-direction: row;
	justify-content:flex-start;
}
#navbar.nabvar-small .nav-item {
	width: auto;
	border-right: 1px solid #ddd;
}
#navbar.nabvar-small a.nav-link {
  	background-color:#fff;
	color: #1e2022;
	border: 0;
}
#navbar.nabvar-small a.nav-link:hover {
 	color: #4e2d26;
	border: 0;
}
#navbar a {
	color: #543e3f;
  	text-align: center;
  	text-decoration: none;
  	font-size: 18px;
}
#navbar #logo {
  	transition: 0.4s;
	width: 240px;
	background-repeat: no-repeat;
	background-size: contain;
}
#navbar.nabvar-small #logo {
	transition: 0.4s;
	width: 240px;
	background-repeat: no-repeat;
	background-size: contain;
}
.nav-bar {
  	display: flex;
	align-content: center;
	margin-left: auto;
}
.nav-bar ul {
  	display: flex;
  	width: 100%;
  	justify-content: flex-end;
}
.nav-bar a {
  	text-transform: uppercase;
  	color: #cccccc;
  	transition: all 0.4s ease-out;
}
.nav-item {
  	display: flex;
 	margin-right: 5px;
	border-bottom: 2px solid transparent;
}
a.nav-link {
  	font-size: 18px;
  	background-color: rgba(255, 255, 255, 1);
  	width: 100%;
  	display: flex; 
	border-bottom: 2px solid transparent;
}
.nav-bar a.nav-link:hover, .nav-bar a.nav-link.active {
	border-bottom: 2px solid #4e2d26;
  	color: #fff;
}
#navbar.nabvar-small a.nav-link {
    background-color: #93670120;
    color: #981b1e;
	margin-right: 10px;
}
section.sarrera {
  	margin: 0 0 3.5rem 0;
	margin-top: -135px;
}
section.sarrera .carousel-caption h2 {
  	color: #fff;
  	font-size: 40px;
	background-color: #9367018c;
	padding: 10px;
}
.carousel.slide, .carousel-item-next, .carousel-item-prev, .carousel-item.active {
  	height:90vh;
}
.carousel-item img, .carousel-item video, .carousel-item iframe, .carousel-item.active img, .carousel-item.active video, .carousel-item.active iframe {
  	height: 100vh;
  	object-fit: cover;
  	object-position: center;
}
.carousel-caption {
  	top: 40%;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
	background-color: #000;
	padding: 15px;
}
/***barruko albisteak - obra azalpenak***/
.fitxa{
	background: #9367010a;
	padding: 20px;
}
.fitxa.o-azalpena p {
    text-transform: none;
    font-style: normal;
    letter-spacing: 0.005em;
    font-size: 1.1em;
    font-weight: 300;
	line-height: 1.6em;
}
.fitxa.o-azalpena br {
    display: block; /* makes it have a width */
    content: ""; /* clears default height */
    margin-top: 10px; /* change this to whatever height you want it */
}
.category .entry-content{
	padding-bottom:20px;
}
.category img{
	max-width: 100%;
	height: auto;
}
.category h2.entry-title{
	font-size: 28px;
}

/***etiketa hau daramaten albisteen irudiak marko berezi bat emango dute***/
.tag-markoa img{
	border: 20px solid #fff;
    outline: 12px solid #000;
}
.tag-markoa-fr img{
	border: 20px solid #fff;
    outline: 12px solid #000;
}
.tag-markoa-eu img{
	border: 20px solid #fff;
    outline: 12px solid #000;
}
.tag-markoa-ar img{
	border: 20px solid #fff;
    outline: 12px solid #000;
}
/***Irudiak***/
p.caption {
	font-style: italic;
	color: #936701;
	padding-top: 30px;
	text-align: center;
}
.card-title.portada{
	font-style: italic;
}
button.linka.portada{
	color: #343434;
}
.nav-title{
	font-style: italic;
	color: #936701;
	font-weight: 300;
	padding-left: 5px;
}

/***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;
}
.etiketa{
	font-size:1.8rem;
	margin:0 0 3rem 0;
	font-weight:600;
}
.albisteak-box{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.albisteak-box .card picture {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 100%;
  	height: 100%;
  	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: 46%;
	margin-bottom: 40px;
	--bs-card-border-color: #93670136;
}
.albisteak-box .card .data{
	font-size: 15px;
	margin-bottom: 15px;
}
.albisteak-box .card .card-title{
	font-size: 24px;
	font-style: italic;
}
.albisteak-home.barrukoak .albisteak-box .card{
	width: 48%;
}
.albisteak-home.barrukoak .albisteak-box .card picture{
	height: 300px;
}

/****sarrerak***/
section.sarrera-home {
	background-color: #fff;
	padding: 3.5rem 0;
}
section.sarrera-home .container {
	text-align: center;
}
section.sarrera-home .sarrera-azalpena{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 75%;
	margin: 0 auto;
}
section.sarrera-home .sarrera-azalpena .lead p{
	font-size: 28px;
	text-align: left;
	color: #981b1e;
}
section.sarrera-home .sarrera-azalpena span{
	font-size: 18px;
}
section.sarrera-home h2 {
	font-size: calc(0.9rem + 2vw);
	text-align: right;
	text-transform: uppercase;
	width: 100%;
}
section.sarrera-home .btn-group{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 2rem 0;
}
section.sarrera-home .btn-group .btn{
	margin-bottom: 10px;
}

/***archive eskuineko zutabie***/
.marginezker{
	padding-left: 40px;
}
.postid-523.image-box img{
    border: 20px solid #fff;
    outline: 20px solid black;
}

/****parallax**/
section.parallax{
	position: relative;
}
section.parallax header.parallax-header{
	background-color: #e9e0c8;
	padding: 2rem 0;
}
.parallax nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	margin: 0;
	padding: 0;
}
.parallax nav li{
	margin: 0 10px;
	list-style: none;
}
.parallax nav li a{
	color:#000;
	font-size: 18px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid #fff;
    display: inline-block;
	text-align: center;
}
.parallax nav li a:hover{
	border: 2px solid #4e2d26;
}
.parallax_bg{
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size:  cover;
	height:500px;
	max-width: 100%;
	position: relative;
	padding: 3rem 0 ;
}
/***galerietarako azpititulua***/
h2.robogaleria {
    font-size: 1.6rem;
    color: #937935;
}
h1.entry-title{
	font-size: 1.8rem;
}
/****footer***/
footer {
	position: relative;
	background-color: #fff; 
	border-top: 1px solid #dcdcdc;
	margin-top:	10%;
}
.footer-top{
	padding: 3rem 0;
	display: flex;
	flex-direction: column;
}
.f-logo {
	display: flex;
  	flex-direction: column;
}
.f-logo img {
  	margin-bottom: 20px;
	max-width: 250px;
}
.footer-bottom {
	background-color: #9367018c;
	color: #fff;
	padding: 10px 0;
	position: relative;
	display: flex;
	display: flex;
	font-size: 14px;
}
.footer-bottom .container {
	display: flex;
	align-items: center;
}
.footer-bottom p {
	margin-bottom: 0;
}
.footer-bottom ul {
  	list-style: none;
  	display: flex;
  	padding: 0;
  	margin-left: 30px;
  	margin-bottom: 0;
}
.footer-bottom ul li {
	margin-right: 10px;
}
.footer-bottom li a {
  	margin-left: 2rem;
  	color: #fff;
}
.footer-bottom li a:hover {
  text-decoration: underline;
}
.f-abomn{
	margin: 30%;
	background: rgba(255, 255, 255, 0.6);
}
.f-abomn p{
	font-size: calc(0.9rem + 2vw);
	text-align: center;
	color: #936701
}

@media (max-width: 1199px){
	#navbar #logo img{
		max-width: 170px;
 	}
	#navbar #logo {
		width: auto;
 	}
	.sarrera-box{
		flex-wrap:wrap;
	}
	.sarrera-box-txt {
  		width: 100%;
  		margin-right: 0;
		margin-bottom: 30px;
	}
	.sarrera-box-img{
		margin:20px auto;
	}
	.menu-nagusia .navbar-toggler {
    	background-color: rgba(0, 0, 0, 0.5);
		width: 2.1em;
		height: 2.1em;
    	margin-left: auto;
    	margin-right: 10px;
    	transition: none;
    	border: 0;
	}
  	.menu-nagusia.navbar {
    	background-color: transparent;
	    position: absolute;
   		top: 0;
    	right: 0;
    	display: flex;
    	width: 100%;
	}
	.top-header {
		margin-bottom: 0px;
	}
	#navbar{
   		height: 70px;	
		align-items:flex-start;
	}
	#navbar .nav-item {
    	width: 100%;
	  	border-bottom: 2px solid #4e2d265c;
	}
	#navbar a.nav-link {
    	padding-left: 20px;
    	width: 100%;
	 	border:0;
	}
	#navbar a.nav-link:hover {
    	background-color: rgba(255, 255, 255, 1);
    	border: 0;
    	color: #000;
	}
	.nav-bar ul {
    	margin-top: 20px;
	}
	section.parallax {
		margin-top:0;
	}
}

@media (max-width: 992px) {
	.texto-interior img{
		max-width: 150px;
	}
	.orri-edukia .lead{
		 font-size: 16px;
	}
	.item-osagarria{
		width: 100%
	}
	.item-osagarria p{
		font-size: 20px;
	}
	.footer-bottom ul {
    flex-direction: column;
	}
	section.servicios .sec-txt {
		width: 100%;
		order: 2;
	}
	section.servicios .sec-img{
		width: 100%;
		order:1
	}
	.parallax_bg {
		height: auto;
	}
	.bg-testua{
		margin: 0 auto 20px auto;
	}
}

@media (max-width: 768px) {
	.tab-box .tab-content {
		padding: 20px 0;
	}
	.footer-bottom .container {
		flex-direction: column;
		align-items: center;
	}
	.footer-bottom li a, .footer-bottom ul{
		margin-left: 0;
		margin-top: 10px;
	}
	.f-contacto img {
		max-width: 180px!important;
		margin-bottom: 20px;
	}
	.img-top img{
		max-width: 100%;
		height: auto;
	}
	.sarrera-box-img img {
		max-width: 100%;
		height: auto;
	}
	.albisteak-box .card{
		width: 100%;
		margin-bottom: 30px;
	}
	.sec-txt, .sec-img{
		width: 100%;
	}
	section.sarrera{
		margin-bottom: 0;
	}
	section.sarrera2 .lead{
		width: 100%;
	}
	section.sarrera2 .lead, section.sarrera-home .sarrera-azalpena .lead {
		font-size: 18px;
	}
	section.sarrera .carousel-caption h2 {
		font-size: 25px;
	}
	.carousel.slide, .carousel-item-next, .carousel-item-prev, .carousel-item.active{
		height: 50vh;
	}
	.carousel-item img, .carousel-item video, .carousel-item iframe, .carousel-item.active img, .carousel-item.active video, .carousel-item.active iframe{
		height: 50vh;
	}
}
