.margin-top{
    margin-top: 62px;
}

/*Imagem Apresentação*/
.apresentacao-faex {
    background-image: url("../img/gif-original.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.logo-apresentacao{
    margin-top: 400px;
    width: 250px;
    text-align: center;
}
.title-apresentacao{
    margin-top: 250px;
    font-size: 25px;
    font-weight: 300;
    font-family: Raleway, sans-serif;
}

/*Slider*/

.btn-area{
    margin-top: 20px;
}

.btn-area .btn{
    box-shadow: none;
    border-radius: 4px;
    background-color: transparent;
    border: solid 1px #9e9e9e;
    height: 50px;
    padding-top: 7px;
    text-transform: none;
    font-family: Raleway, sans-serif;
}
.btn-area .btn:hover{
    box-shadow: none;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
}

/*Indicators*/
.slider .indicators .indicator-item.active{
    background-color: #ffc107;
}
.slider .indicators .indicator-item{
    background-color: #fff;
    border-radius: 0px;
    height: 2px;
    width: 20px;
    top: 30px;
}

/*Caption*/
.slider .slides li .caption {
    color: #fff;
    position: absolute;
    height: 50%;
    top: 50%;
    left: 0;
    width: 60%;
    opacity: 0;
    background-color: rgba(0,0,0,.5);
    padding: 40px;
    line-height: 80px;
}

.slider .slides li .caption h3 {
    font-weight: 600;
    font-size: 40px;
    font-family: Raleway, Arial, sans-serif;
}

.slider .slides li .caption h5 {
    font-weight: 300;
    font-size: 18px;
    font-family: Roboto, Arial, sans-serif;
}

.next{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 500;
    background-image: linear-gradient(180deg, rgba(0,0,0,.1), #000);
    color: #fff;
    height: 100%;
    transition: all .4s;
    opacity: 0;
}

.prev{
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 500;
    background-image: linear-gradient(180deg, rgba(0,0,0,.1), #000);
    color: #fff;
    height: 100%;
    transition: all .4s;
    opacity: 0;
}
.next:hover, .prev:hover{
    opacity: 1;
}

.next img,
.prev img{
    margin-top: 220px;
    width: 90px;
}
