/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  z-index:1;
  cursor: pointer;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.canasright{
  display: block;
  float: right;
  border: 0;
  }

.canasleft{
  display: block;
  float: left;
  border: 0;
  }
.callbacks_container {
  position: relative;
  width: 100%;
  }

.caption {
  font-family: Source Sans Pro;
  font-weight: 300;
  display: block;
  position: absolute;
  z-index: 2;
  line-height: 1.2;
  font-size: 33pt;
  color: rgba(0,187,155,1);
  top: -10px;
  margin: 0;
  max-width: none;
  width: 45%;
  }

  .callbacks_nav{
  z-index: 2;
  top: 83%;
  display: block;
  background-color:#1FBBA6;
  border-radius:10px;
  color:white;
  font-size:5em;
  line-height:52px;
  padding-bottom:12px;
  position:absolute;
  text-decoration:none;
  width:70px;
  height: 53px;
  text-align: center;
  left:0%;
  opacity: 0.1;
  transition-property: all;
  transition-duration: 300ms ;
  transition-timing-function: ease-in-out;
  }

.callbacks_nav:hover{
  left: 0%;
  opacity: 0.9;
}

.callbacks_nav:active {
  opacity: 1;
  }

  .callbacks_nav.next {
  left: inherit;
  right: 0%;
  }

  .callbacks_nav.next:hover{
   right: 0%;
  }

  .canvas_text{
    color: #605050;
    height: 70%;
    font-weight: 300;
    font-size: 15pt;
    bottom: 0;
    left: 0;
    position:absolute;
    width:44%;
    text-align:left;
    overflow: hidden;
    font-family: Source Sans Pro;
    line-height: 1.5;
    }

    .canvas_text_left{
    font-weight: 300;
    color: #605050;
    height: 70%;
    font-size: 15pt;
    bottom: 0;
    right: 0;
    position:absolute;
    text-align:right;
    width:44%;
    overflow: hidden;
    font-family: Source Sans Pro;
    line-height: 1.5;
  }

#slider3-pager .callbacks_here a {
  width: 15px;
  height: 15px;
  background: rgba(150,150,150,0.2);
  border-radius: 15px;
  box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.3);
  display: inline-block;
}

#slider3-pager a {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 15px;
  box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.3);
  display: inline-block;
}

#slider3-pager{
float: right;
margin-right: 5%;
}
#slider3-pager li{
  display: inline-block;
}

#descubrir{
  border: 1.5px solid rgba(0,187,155,1);
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 50px;
  width: 150px;
  height: 40px;
  letter-spacing: 2pt;
  color: rgba(0,187,155,1);
  font-weight: 600;
}

hr{
  width: 1.5px;
  margin: 0 auto;
  color: rgba(0,187,155,1);
  background: rgba(0,187,155,1);
  border: rgba(0,187,155,1);
  height: 50px;
}

#slider li{
  width: 100%;
  height: 500px;
  overflow: hidden;
}

#slider li img{
  width: 100%;
}

.tituloimagensliderhome{
  font-size: 5em;
  color: #FFF;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
  font-weight: 600;
  bottom: 10px;
  position: absolute;
  left: 10px;
}
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*----------------------------DiseÃ±o responsivo para smartphones------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/

@media screen and (max-width:960px) {
  .canvas_slide{
    display: block;
    width: 50%; 
    height: 100%;}
  
  .caption{
    font-size: 25pt;
    top:0;
  }
  

}

/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*----------------------------DiseÃ±o responsivo para smartphones------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
@media screen and (max-width:960px) {
.canvas_text,.canvas_text_left{
    font-size:14pt}
    #Slider_Space{ padding: 10% 0 7% 0 !important;}
}

@media screen and (max-width:840px) { 
  #Slider_Space{ padding: 10% 0 5% 0 !important;}
  .canvas_text,.canvas_text_left{
    font-size:12pt}
  
  
}

/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*----------------------------DiseÃ±o responsivo para smartphones------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/


@media screen and (max-width:763px) { 
  #Slider_Space{ padding: 10% 0 0 0 !important;}
  .canvas_text,.canvas_text_left{ 
    display: none;} 
  
  .caption{font-size: 25pt !important; top:40px; text-transform:uppercase;}


}

/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*----------------------------DiseÃ±o responsivo para smartphones------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/

@media screen and (max-width:500px) { 
  
.caption{font-size: 20pt !important; top:10px; text-transform:uppercase;}
  
}
