* {
  margin: 0;  padding: 0;  box-sizing: border-box;  text-decoration: none;}
.slider-container {  width: 100%;  position: relative; display: block;}
.slide {  width: 100%;  display: none; }
.slide-image {  width: 100%;  object-fit: cover;  display: block;}
.slider img{display: block;}
.slide-content {  position: absolute;  top: 0;  left: 0;  z-index: 5;  width: 100%;  height: 100%;  display: flex;
  flex-direction: column;  gap: 1rem;  padding: 1rem; color: #7b787a;}
.slide-title { font-weight: 600;}
.slide-desc { font-weight: 500;}
.slide-title {text-transform: uppercase; }
.slide-number-container {  position: absolute;  bottom: 1rem;  left: 1rem;  z-index: 5;  font-size: 1.5rem;  display: flex; font-weight: 200;
  gap: 0.5rem;  align-items: center; letter-spacing: 0.2rem; color: #aaa; }
.slide-number-container hr {  width: 3rem;  transform: rotate(130deg);  border-color: #fff; color: #aaa; }
.slider-nav {  position: absolute;  bottom: 1rem;  right: 1rem;  z-index: 5;  display: flex;
  align-items: center;  justify-content: center;  gap: 1rem;}
.slider-nav-btn {  cursor: pointer;  background-color: rgba(211, 211, 211, 0.226);  color: white;
  font-size: 1.5rem;  padding: 0.5rem;  display: flex;  align-items: center;  justify-content: center;  
  transition: ease 0.3s;}
.slider-nav-btn:hover {  background-color: white;  color: black;}
.dot-container {  position: absolute;  bottom: 1rem;  left: 0;  z-index: 4;  width: 100%;  display: flex;
  align-items: center;  justify-content: center;  gap: 0.5rem;}
.dot {  cursor: pointer;  height: 1rem;  width: 1rem;  background-color: #ccc; opacity: 0.5;
  border-radius: 50%;  display: inline-block;  transition: ease 0.3s; border: 1px solid #ccc;}
.active, .dot:hover {  background-color: #fff; opacity: 1;}
.fade {  animation-name: fade;  animation-duration: 1s;}
.slide-number-container p{margin-top: 0; font-weight: 600;}
.sello{font-size: 30px; opacity: 0.8;}
.sello img{display: block; margin: 40px auto 0 auto;}
.sello .sello-finan{display: block; font-weight: 600; font-size: 26px; margin-top: 20px;}
.sello .sello-hasta{font-size: 33px;  line-height: 58px;}
@keyframes fade {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}
@media only screen 
and (max-width : 600px){
	.slide-image{height: 50vh;}
	.slide-title {  width: 90%; margin: 0 auto; font-size: 28px; line-height: 30px; font-weight: 200;}
	.slide-desc {  display: none;}
	.slide-btn {   display: none;}
	.slide-content { top: 15%; text-justify:  top; }
	.slide-number-container{display:  none; }
	.slide-number-container hr {width: 1.2rem;}
	.sello{position: absolute; z-index: 50; left: calc(50% - 100px); top: 1060px; font-size: 20px; font-weight: 400; width: 200px; height: 200px;}
	.sello .sello-finan{font-size: 16px; margin-top: 10px;}
	.sello .sello-hasta{font-size: 22px;  line-height: 30px;}
	.sello img{margin-top: 20px; width: 27px;}
	.slider-container{margin-bottom: 360px;}
}
@media only screen 
and (min-width : 601px)
and (max-width : 700px) {
	.slide-image{height: 40vh; min-height: 400px;}
	.slide-title {  width: 45%; max-width: 400px; font-size: 24px; line-height: 30px;}
	.slide-desc {  width: 35%;  max-width: 400px; font-size: 15px; line-height: 22px; margin-top: 5px;}
	.slide-title, .slide-desc, .slide-btn {margin-left: 5%; margin-top: 0;}
	.slide-btn {   width: 180px; font-size: 14px;  margin-top: 0; padding: 0.5rem 1rem;}
	.slide-content { top: 10%; text-align: left;  }
	.slide-number-container{font-size: 18px; }
	.slide-number-container hr {width: 1.2rem;}
	.sello{position: absolute; z-index: 50; left: 65%; top: 480px; font-size: 17px; font-weight: 400; width: 180px; height: 180px;
	opacity: 1;}
	.sello .sello-finan{font-size: 16px; margin-top: 10px;}
	.sello .sello-hasta{font-size: 20px;  line-height: 30px;}
	.sello img{margin-top: 20px; width: 24px;}
}
@media only screen 
and (min-width : 701px)
and (max-width : 1149px) {
	.slide-image{height: 50vh; min-height: 400px;}
	.slide-title {  width: 40%; max-width: 400px; font-size: 28px; line-height: 40px; text-align: left;}
	.slide-desc {  width: 40%;  max-width: 350px; font-size: 17px; line-height: 28px; text-align: left;margin-top: 0;}
	.slide-title, .slide-desc, .slide-btn {margin-left: 5%;}
	.slide-btn {   width: 180px; font-size: 14px;  margin-top: 1rem; padding: 0.5rem 1rem;}
	.eusk .slide-btn{width: 205px;}
	.slide-content { top: 5%;  }
	.slide-number-container{font-size: 18px; }
	.slide-number-container hr {width: 1.2rem;}
	.sello{position: absolute; z-index: 50; left: 70%; top: 520px; font-size: 20px; font-weight: 400; width: 200px; height: 200px;}
	.sello .sello-finan{font-size: 16px; margin-top: 10px;}
	.sello .sello-hasta{font-size: 22px;  line-height: 30px;}
	.sello img{margin-top: 20px; width: 27px;}
}
@media only screen 
and (min-width : 1150px)
and (max-width : 1300px) {
	.slide-image {  height: 60vh;  object-fit: cover;}
	.slide-title {  width: 50%; max-width: 450px; font-size: 42px; line-height: 58px;}
	.slide-desc {  width: 50%;  max-width: 450px; font-size: 20px; line-height: 30px;}
	.slide-title, .slide-desc, .slide-btn {margin-left: 5%;}
	.sello{position: absolute; z-index: 50; left: 75%; top: 350px; font-size: 25px; font-weight: 400; width: 240px; height: 240px;}
	.sello .sello-finan{font-size: 18px;}
	.sello .sello-hasta{font-size: 25px;  line-height: 50px;}
	.sello img{margin-top: 20px; width: 35px;}
}
@media only screen 
and (min-width : 1150px)
	and (max-width : 1200px) {
	.sello{top: 500px; }
}
@media only screen 
and (min-width : 1301px)
and (max-width : 1499px) {
	.slide-image {  height: 70vh;  object-fit: cover;}
	.slide-title {  width: 50%; max-width: 500px; font-size: 50px; line-height: 62px;}
	.slide-desc {  width: 50%;  max-width: 500px; font-size: 24px; line-height: 35px;}
	.slide-title, .slide-desc, .slide-btn {margin-left: 6%;}
	.sello{position: absolute; z-index: 50; left: 75%; top: 440px; font-size: 25px; font-weight: 400; width: 260px; height: 260px;}
	.sello .sello-finan{font-size: 20px;}
	.sello .sello-hasta{font-size: 27px;  line-height: 50px;}
	.sello img{margin-top: 30px;}
}
@media only screen 
and (min-width : 1500px){ 
	.slide-image {  height: 100vh;  object-fit: cover;}
	.slide-title {  width: 50%; max-width: 600px; font-size: 60px; line-height: 70px;}
	.slide-desc {  width: 50%;  max-width: 600px; font-size: 27px; line-height: 40px;}
	.slide-title, .slide-desc, .slide-btn {margin-left: 10%;}
	.sello{position: absolute; z-index: 50; left: 75%; top: 60vh; font-weight: 200;}
}
@media only screen 
and (min-width : 601px){ 
	.slide-content { justify-content: center; }}
