/*
Theme Name: Storefront Child
Theme URI: https://hagochangas.com
Version: 4.0
Description: Tema hijo de Storefront
Author: Luciano Martínez
Author URI: http://hagochangas.com
Template: storefront
*/
 
/*----------------- Cambios a partir de aquí -------------------------------*/



.cindy-font {
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
    font-size: inherit;
    font-weight: 420;
}



.slider-title {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);  }
.slider-title  h4 {color:#f3f3f3; font-size:2em}
.slider-title  h4 { font-size:2em} 
 
  @media(max-width: 320px){.carousel img {height: 8em;}
  .slider-title  h4 { font-size:0.8em}
  .slider-title { font-size:1em;}
 }

 
  /*-----------------------SWIPER-----------*/



.swiper-container{ 
  width: 80%;
  height: 400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: rgba(255, 255, 255, 0);

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

.swiper-slide img {
  border-radius: 10px;
  display: block;
  width: 90%;
  height: 80%;
  object-fit: cover;
  filter: brightness(50%)  
}

