
/*Cronometro*/
@font-face {
  font-family: BebasKai;
  src: url('../fonts/BebasKai.ttf')
}
#countdown{
    width: 80%;
    height: 110px;
    text-align: center;
    border-radius: 5px;
    margin: auto;
    padding: 0px 0;
    position: relative;
    top: 0; bottom: 0; left: 0; right: 0;
   /*margin-bottom: 30px;*/
  }
  
  /*#countdown:before{
    content:"";
    width: 8px;
    height: 65px;
    background: #444;
    background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); 
    background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
    background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
    background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
    border: 1px solid #111;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    display: block;
    position: absolute;
    top: 48px; left: -10px;
  }
  
  #countdown:after{
    content:"";
    width: 8px;
    height: 65px;
    background: #444;
    background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); 
    background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
    background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
    background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
    border: 1px solid #111;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: block;
    position: absolute;
    top: 48px; right: -10px;
  }*/
  
  #countdown #tiles{
    position: relative;
    z-index: 1;
  }
  
  #countdown #tiles > span{
    width: 15%;
    max-width: 92px;
    font-family: BebasKai;
    font-weight: bold;
    font: 35px 'BebasKai', Arial, sans-serif;
    text-align: center;
    color: #967458;
    /*background-color: #fff;
    border-top: 1px solid #fff;*/
    border-radius: 3px;
    margin: 0 7px;
    padding: 10px 0;
    display: inline-block;
    position: relative;
  }
  /*
  #countdown #tiles > span:before{
    content:"";
    width: 100%;
    height: 13px;
    background: #111;
    display: block;
    padding: 0 3px;
    position: absolute;
    top: 41%; left: -3px;
    z-index: -1;
  }*/
  
  #countdown #tiles > span:after{
    content:"";
    width: 100%;
    /*height: 1px;*/
    background: #eee;
    /*border-top: 1px solid #000;*/
    display: block;
    position: absolute;
    top: 48%; left: 0;
  }
  
  #countdown .labels{
    width: 100%;
    height: 25px;
    text-align: center;
    position: absolute;
    /*bottom: 4px;*/
  }
  
  #countdown .labels li{
    width: 15%;
    font: 22px 'BebasKai', Arial, sans-serif;
    color: #967458;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    /*padding: 18px 0;*/
    margin: 0 7px;
  }
  /*Cronometro*/

  /*Swiper*/
  .carrossel-container{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .swiper-container {
    width: 80%;
    max-width: 80%;
    overflow: hidden;
    height: 200px;
    position: relative;
    margin: 0 auto;
  }
  
  .swiper-slide {
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
  
  }
  .slide {
    transform: scale(0.8) !important;
  }
  
  .swiper-slide-active {
    opacity: 1;
    transform: scale(1) !important ;
  }
  
  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.tituloDress {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  font-size: 25px;

}
.subtituloDress {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
}
  