body{
  font-family: "Work Sans", sans-serif;
  margin: 0;
}
*,::after,::before {
    box-sizing: border-box;
}
.slider-comunicados {
  width: 100%;
  margin: 0 auto;
}
.w-100{
  width: 100%;
  max-width: 100%;
}
.slider-comunicados .slick-slide{
  margin: 0 20px;
}
.modulo-slider-0{
  position: relative;
  overflow: hidden;
  padding:30px 0px 40px 0;
}
.modulo-slider-0 .slick-dots li button:before{
  font-size: 12px;
  color: #1b559a;
}
.modulo-slider-0 .slick-dots{
  bottom: -33px !important;
}
.arrow-0{
  position: absolute;
  cursor: pointer;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  top:50%;
}
.arrow-0 img{
  width: 40px;
  height: 40px;
}
.arrow-0.rotate{
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
.arrow-0.left{
  left:-20px;
}
.arrow-0.right{
  right:-15px;
}
.contenedor{
  max-width: 950px;
  margin: 0 auto;
}
.p-relative{
  position: relative;
}
@media (max-width: 991px){
  .arrow-0 img {
    width: 28px;
    height: 28px;
  }
  .arrow-0.left{
    left: 0;
  }
  .arrow-0.right{
    right: 0;
  }
}
@media (max-width: 600px){
  .arrow-0{
    display: none !important;
  }
  .modulo-slider-0 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: 100dvh;
      padding: 50px 0;
  }
}
#botones-accion{
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 5px;
  color: #1b559a;
  font-size: 16px;
}
.modulo-slider-0 .btn-espace {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 7px;
  max-width: 850px;
  padding: 0 10px 20px 10px;
  justify-content: center;
}
.btn-right {
  position: relative;
  background-color: #d6a24b;
  color: #2F2111;
  font-size: 15px;
  margin: 0;
  padding: 9px 8px;
  border: 1px solid #d6a24b;
  width: 100%;
  text-transform: uppercase;
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  font-weight: 600;
  max-width: 360px;
  justify-content: center;
}


@media (max-width: 640px){
  .btn-right{
    font-size: 14px;
  }
  .slick-dots li {
    width: 11px;
    height: 11px;
  }
}
.w-100{
  width: 100%;
}
@media (max-width: 575px){
  .btn-right {
    font-size: 11px;
  }
  .modulo-slider-0 .slick-dots li button:before {
    font-size: 9px;
  }
  #botones-accion {
    top: 4px;
    font-size: 14px;
  }
}
