
/*Cronometro*/
@font-face {
  font-family: BebasKai;
  src: url('../fonts/Beloved.otf')
}
#countdown{
    width: 80%;
    height: 110px;
    text-align: center;
    border-radius: 5px;
    margin: auto;
    padding: 0px 0;
    position: relative;
    z-index: 10;
    top: 0; bottom: 0; left: 0; right: 0;
   /*margin-bottom: 30px;*/
  }
  span.faltam {
    font-family: BebasKai;
    font-weight: bold;
    font: 25px 'BebasKai', Arial, sans-serif;
    text-align: center;
    color: #8a2223;
    /*background-color: #fff;
    border-top: 1px solid #fff;*/
    border-radius: 3px;
    margin: 0 7px;
     display: inline-block;
    position: relative;
    margin-top: 30px;
      z-index: 10;
  } 
  .buttons-rounded a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    color: #8a2223;
    text-decoration: none;
    word-wrap: break-word !important;
    overflow-wrap: break-word;
    border-radius: 0%;
    background-color: rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
}
.buttons-rounded .small {
  display: inline-block;
  width: 150px;
  height: 135px;
}
  @media (max-width: 768px){
  .buttons-rounded .small {
      width: 100px;
      height: 100px;
      margin: 0 3px;
     
  }}
  .buttons-rounded.column.left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
  .buttons-rounded.column.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
  /*#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: 26px 'BebasKai', Arial, sans-serif;
    text-align: center;
    color: #8a2223;
    /*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: #548c8a;
    /*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;*/
    bottom: 30px;
  }
  
  #countdown .labels li{
    width: 15%;
    font: 19px 'BebasKai', Arial, sans-serif;
    color: #8a2223;
    text-align: center;
    /*text-transform: lowercase;*/
    display: inline-block;
    /*padding: 18px 0;*/
    margin: 0 7px;
  }
  /*Cronometro*/
  .moldura-video {
    width: 90%;
    text-align: center;
    margin: auto;
    position: relative;
    align-content: center;
    height: 634px;
    padding-top: 38px;
    overflow: hidden;
    }
    @media (max-width: 768px){
      .moldura-video {
        width: 90%;
        text-align: center;
        margin: auto;
        position: relative;
        align-content: center;
        height: 414px;
        padding-top: 38px;
        overflow: hidden;
        }}
  /*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: #8a2223;
  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;
}
.footer-text-box {
    z-index: 2;
}

.slideshow-container {
  position: relative;
  max-width: 100%;
  margin: auto;
}

.mySlides {
  display: none;
  width: 100%;
  height: auto;
}
.mySlidesMob {
  display: none;
  width: 100%;
  height: auto;
}

.fade {
  animation-name: fade;
  animation-duration: 3s;
}

@keyframes fade {
  0% { opacity: 0.4; }
  100% { opacity: 1; }
}