/*! http://responsiveslides.com v1.55 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  /* margin: 0; */
  margin: 0 auto;
}

/* .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 700px;
  background-size: cover;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
} */

.rslides li {
  /* -webkit-backface-visibility: hidden; */
  backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: calc(100vw * 0.35); 
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: calc(100vw * 0.35);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;    
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

/* large buttons */

.large-btns_nav {
  z-index: 3;
  position: absolute;
  overflow: hidden;
  top: -16%;
  bottom: 0;
  left: 0;
  width: 54px;
  background-image: url(../images/setas.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 80px;
  margin-top: 20%;
  text-indent: -99999px;
  margin-left: 10%;

}

.large-btns_nav:active {
  opacity: 1.0;
}

.large-btns_nav.next {
  left: auto;
  background-position: -54px 50%;
  right: 10%;
}


.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
}

.large-btns_tabs{
 margin: auto; 
}

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  text-align: center;
  position: absolute;
  z-index: 9;
  margin-left: 45%; 
  bottom: 10px;
}

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 8px;
  margin-left: 0px;
}

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  display: inline-block;
  _display: block;
  *display: block;
  width: 15px;
  height: 15px;
  background: #123d76;
  border: 2px solid #FFF;
}

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  border: 2px solid #fff;
  background-color: #cca968;

}

@media screen and (max-width: 992px) {

  /*   .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0px;
    height: auto !important;
  }

  .rslides img {
    height: auto !important;
  }

  .rslides .box {
    font-size: 15px !important;
  } */
  /* .rslides_container {
    height: 200px !important;
  }

  .rslides li {
    height: 200px !important;
  }

  .rslides img {
    max-height: 200px;
  } */
}