/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */


.unslider {
  margin: 0;
  padding: 0;
    position: relative;
}
.unslider li{

    position: relative;
}
.unslider-wrap {
  position: relative;
}
.unslider-wrap li{
    background-position: center !important;
    background-size: cover !important;
}
.unslider-wrap.unslider-carousel > li {
  float: left;
}
.unslider-vertical > ul {
  height: 100%;
}
.unslider-vertical li {
  float: none;
  width: 100%;
}
.unslider-fade {
  position: relative;
}
.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}
.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;
}
.unslider ul, .unslider ol, .unslider li {
  list-style: none;
  /* Reset any weird spacing */
  margin: 0;
  padding: 0;
  border: none;
    height: 600px;
}
.unslider-arrow {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  width: 40px;
  bottom: 0;
  background: #fff;
  padding: 10px;
  margin-top: -25px;
    text-align: center;
}
.unslider-arrow.prev{
  bottom: 0;
  right: 40px;
}
.unslider-arrow.next{
  bottom: 0;
  right: 0px;
}
.unslider-nav{
    position: absolute;
    top: 470px;
    width: 100%;
    height: 20px;
    overflow: hidden;
}
.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #fff;
    border: solid 2px #fff;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #b3cf5d;
    border: solid 2px #fff;

  cursor: default;
}
.slider>ul>li>div{
    /*position: relative;
    height: 100%;
    width: 100%;*/
}

.slider>ul>li.unslider-active .logo{
    margin-left: -100px;
    margin-top: -100px;
    width: 200px;
    opacity: 1;
    transform: rotate(900deg);
    transition: all 2s ease-in-out;
}
.slider>ul>li div .logo{
    width: 80px;
    position: absolute;
    margin-left: -40px;
    margin-top: -40px;
    left: 50%;
    top: 50%;
    opacity: 0;
    transition: all 2s ease-in-out;
}
.video_background {
    min-width: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    position: absolute;
    right: 0;
    bottom: -100px;
    min-width: 100%;
    min-height: 600px;
    z-index: 1;
}
/*.slider>ul>li div .title{
    position: absolute;
    transition: all 0.5s ease-in-out;
    top: 0px;
    width: 100%;
    opacity: 0;
    color: #fff;
    transition-delay: 2s;
    text-transform: uppercase;
    font-family: sans-serif;
}
.slider>ul>li.unslider-active .title{
    position: absolute;
    opacity: 1;
    top: 300px
}*/
.avisoss{
    height: 185px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.avisoss ul{
    height: auto;
}
.avisoss ul li{
    padding: 0 50px;
    height: auto;
}
.avisoss ul li a{
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}
.avisoss ul li p{
    line-height: 14px;
}
.avisoss h3{
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-top: 0px;
}
.home_avisos .unslider-arrow.next, .home_avisos .unslider-arrow.prev{
    background: transparent;
    color: #fff;
    top: 40%;
    font-size: 40px;
}
.home_avisos .unslider-arrow.prev{
    left: 0px;
}
#mute-video{
  position: absolute;
  z-index: 9;
  bottom: 60px;
  right: 20px;
  color: #fff;
  background: rgba(0,0,0,0.6);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
