/* Media Query */
@media only screen and (max-width:1199px) {

}


@media only screen and (max-width:991px) {
  
}



@media only screen and (max-width:767px) {
  
}
  

@media only screen and (max-width:575px) {
  .boxCarousel--mujeres-creadoras {
    display: block;
  }
  .boxCarousel--mujeres-creadoras figure {
    max-width: none;
    width: 100%;
    margin-bottom: 15px
  }
  .boxCarousel--mujeres-creadoras figure img {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto
  }
  .container--info-mujeres-creadoras {
    text-align: center
  }
  .container--filtros-sidebar {
    display: none
  }
}


@media only screen and (max-width:480px) {
  .container--info-destacado-home h2 {
    font-size: 25px
  }
  .container--info-destacado-home p:last-child {
    display: none
  }
  h1.title-single {
    font-size: 32px
  }
  h4.extracto {
    font-size: 21px
  }
}


@media only screen and (max-width:380px) {
  
}