/* h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
a, button {
  color: #1696e7;
  outline: medium none;
}
a, .button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus, a:hover {
  color: #2B96CC;
  text-decoration: none;
} */
.pt-80 {
padding-top:80px;
}
.pb-120 {
padding-bottom:90px;
}
.gray-bg {
background: #BEBEBE;
}
.f-left {
float:left;
}
.f-right {
float:right;
}
.blog-wrapper2 {
  padding: 10px;
  overflow: hidden;
  /* border: 1px solid #e0e0e0; */
  transition: 0.3s;
  margin-bottom: 30px;
}
.blog-wrapper2:hover {
/* border: 1px solid transparent; */
background: #fff;
}
.blog-inner {
overflow: hidden;
}
.tag-blog > a {
font-size: 14px;
color: #333;
line-height: 1;
padding: 6px 20px;
border-radius: 30px;
background-color: #fbba42;
display: inline-block;
}
.blog-inner h4 {
font-size: 18px;
font-weight: 600;
color: #333;
line-height: 30px;
margin-bottom: 20px;
margin-top: 15px;
}
.blog-inner p {
line-height: 30px;
font-size: 14px;
margin-bottom: 30px;
}
.blog-meta {
border-top: 1px solid #e0e0e0;
padding-top: 25px;
}
.blog-meta span {
color: #646464;
}
.blog-meta span a {
color: #333;
font-size: 11px;
}
.blog-more {
display: inline-block;
font-weight: 700;
font-size: 13px;
color: #3b3f42;
text-transform: uppercase;

}
.blog-more-btn {
transform: translateX(60px);
transition: 0.3s;
}
.blog-wrapper2:hover .blog-more-btn {
transform: translateX(0px);
}
/* .custom-row {
margin: 0 -15px;
} */
/* .dot-style .slick-dots {
position: absolute;
left: 0;
right: 0;
text-align: center;
bottom: -60px;
} */

.dot-style .slick-dots {
  position: absolute;
  left: 0;
  right: auto; /* Change this to auto */
  text-align: left; /* Align text to the left */
  padding-bottom: 20px;
  bottom: 0px;
}
.dot-style .slick-dots > li {
  display: inline-block;
  margin: 0 5px;
  line-height: 0;
  }
  .dot-style .slick-dots button {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid #adadb0;
  text-indent: -10000px;
  padding: 0;
  } 
  .dot-style .slick-dots > li.slick-active button {
  background: #adadb0;
  }
  
/* 
.dot-style .slick-dots > li.slick-active button {
  background: none; 
}

.dot-style .slick-dots > li.slick-active button:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px; 
  height: 16px; 
  background-image: url('https://alonsoviales.s3.us-east-1.amazonaws.com/van-der-laat/VERSION-2024/flecha-izquierda.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.dot-style .slick-dots button {
  height: 20px; 
  width: 20px; 
  border-radius: 0; 
  border: 2px solid #adadb0;
  text-indent: -10000px;
  padding: 0;
  background: none;
  position: relative;
}

.dot-style .slick-dots button:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px; 
  height: 16px; 
  background-image: url('https://alonsoviales.s3.us-east-1.amazonaws.com/van-der-laat/VERSION-2024/flecha-correcta.png'); 
  background-size: contain;
  background-repeat: no-repeat;
}

.dot-style .slick-dots > li:not(.slick-active) button:before {
  background-image: url('https://alonsoviales.s3.us-east-1.amazonaws.com/van-der-laat/VERSION-2024/flecha-correcta.png'); 
} */


/* Media query para pantallas de 768px o menos */
@media (max-width: 768px) {
  .col-xl-12, .col-lg-12 {
    width: 100%;
    margin-bottom: 30px;
  }
  .blog-wrapper2 {
    margin-bottom: 20px;
    padding: 20px;
  }

}
@media (max-width: 1440px) {

  .blog-wrapper2 {
    margin-bottom: 20px;
    padding: 20px !important;
  }
  .custom-row {
    margin: 0 0px;
}
}

@media (max-width: 1048px) {

  .blog-wrapper2 {
    margin-bottom: 20px;
    padding: 20px !important;
  }
}


/* Media query para pantallas de 992px o menos */
@media (max-width: 992px) {
  .col-xl-12, .col-lg-12 {
    width: 50%;
    margin-bottom: 30px;
  }
  .blog-wrapper2 {
    margin-bottom: 20px;
    padding: 20px !important;
  }
}

@media (max-width: 500px) {
  .col-xl-12, .col-lg-12 {
    width: 100%;
    margin-bottom: 30px;
  }
  .blog-wrapper2 {
    margin-bottom: 20px;
    padding: 20px !important;
  }

}




.slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.custom-row {
  display: flex;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
.blog-wrapper2 {
  flex: 0 0 33.3333%;
  box-sizing: border-box;
  padding: 10px;
}
.prev, .next {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
  margin:10px;
}
.prev {
  left: 10px;
  background-image: url('https://alonsoviales.s3.us-east-1.amazonaws.com/van-der-laat/VERSION-2024/flecha-correcta.png'); 
}
.next {
  right: 10px;
}
@media (max-width: 768px) {
  .blog-wrapper2 {
    flex: 0 0 100%;
    padding: 0;
  }
}