@import 'fontawesome-all.min.css';

/** fraction-slider **/
  
.slider-wrapper{
  position:relative; 
  overflow:hidden;  
  text-align:center;
}
 

.fr-slider { 
  overflow: visible; 
  position: relative;
  width: 100%;
/*  height:400px; when responsive, comment this out */
  margin:0 auto;
}
.fraction-slider{ 
  width:100%;
  height:100%;
  overflow:visible;
}


.fraction-slider .slide{
  display:none; 
  width:100%; 
  height:100%;
  position:absolute;
  z-index:100;
  margin: 0;
  padding: 0; 
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background-size: cover;
  background-position: center center;
}

.fraction-slider .slide-bg {   
  background-color: #fff;
  height:auto !important;
  
}

 .fraction-slider .caption  {
  text-align: left;
 }
  .fraction-slider .caption  img {
  width: 100% !important;
  height: auto !important;
 }
.fraction-slider .fs_obj{
  display:block; display:none;
  position:absolute;
  top:0px;
  left:100%;
  right: 0;
}

.fraction-slider .fs_fixed_obj{
  z-index:6000;
  left:0;
}

/*.fraction-slider .fs_obj *{
  display:inline-block;
  position:relative;
  top:0px; left:0px;
}*/
 
.slider .slide{
  display:none; 
}
.fr-slider .fs_loader {
  width: 100%;
  height:550px;
  background: url(../images/loading.gif) center center no-repeat #fff;
  z-index: 9999;
  overflow: hidden;
}

/** CONTROLS **/


.fraction-slider .prev,
.fraction-slider .next { 
  width:62px;
  height:62px;
  line-height:66px;
  text-align:center;
  background-color: #fff; 
  position: absolute;
  top: 43%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity:0;
  font-size:36px;
  font-weight:bold;
  color: rgba(0, 0, 0, 0.72);
  cursor: pointer;
  z-index: 9999;
  -webkit-transition: all .2s cubic-bezier(0.25,.46,.45,.94);
  -moz-transition: all .2s cubic-bezier(0.25,.46,.45,.94);
  transition: all .2s cubic-bezier(0.25,.46,.45,.94);
}

.fraction-slider:hover .prev, .fraction-slider:hover .next {
  opacity: 0.2;
}
.direction-nav .aya-next:hover, .direction-nav .aya-prev:hover {
  opacity: 0.8 !important;
}
.fraction-slider .prev {
  left:2%;
  padding-right:5px;
}
.fraction-slider .next {
  right:2%;
  padding-left:5px;
} 
.fraction-slider:hover .prev,
.fraction-slider:hover .next{
  display:block;
}

.fs-pager-wrapper {
position: absolute;
right:10px;
bottom: 40px;
z-index: 9999;
}

.fs-pager-wrapper a, .fs-custom-pager-wrapper a {
display: inline-block;
margin: 0 5px 0 0;
cursor: pointer;
position: relative;
border: 3px solid rgba(255, 255, 255, .6);
width: 20px;
height: 20px;
float: left;
border-radius: 50%;
}

.fs-pager-wrapper a:hover, .fs-custom-pager-wrapper a:hover {  
background:  rgba(255, 255, 255, .6); 
}

.fs-pager-wrapper .active, .fs-custom-pager-wrapper .active {
  background: #FFF;
  border-color: #FFF;
}
.fraction-slider .prev:before {
  content: '\f104';
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fraction-slider .next:before {
  content: '\f105';
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.conteudo {
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: left;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
.slide-texto {
  width: 100%;
  color: #FFF;
}
.slide-texto a{
  color: #FFF;
}
.btn-slide{
  display: inline-block;
  font-weight: 400;
  color: #FFF;
  background-color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  margin-top: 20px;
  transition: color .15s ease-in-out,
  background-color .15s ease-in-out,
  border-color .15s ease-in-out,
  box-shadow .15s ease-in-out;
}
.btn-slide.Grande{
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
.btn-slide.Normal{
  padding: .9rem 1.2rem;
  font-size: 1.3rem;
  line-height: 1.5;
}
.btn-slide.Pequeno{
  padding: .25rem .5rem;
  font-size: 1.1rem;
  line-height: 1.5;
}
a.slider_link {
    display: block;
    width: 100% !important;
    height: 100% !important;
}