body {
	font-family: 'Open Sans', sans-serif !important;
}

.slide-list {
    left: 0;	
    display: block;
    position: relative;
}

.slide-item {
	border: 0 !important;
}

.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
	box-shadow: none; 
}

.jcarousel li {
    text-align: center;
}

.jcarousel img {
    display: inline-block;
}

.jcarousel-control-prev, .jcarousel-control-next {
	background: transparent;
    color: #4E443C;
    font-size: 70px;

    -webkit-border-radius: none; 
    -moz-border-radius: none;
    border-radius: none; 
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    box-shadow: none; 
}

.questions-wrapper {
	cursor: pointer;
}

.answer-block {
    height: 80px;
    transition: all linear 300ms;
}

.arrow-question.closed img {
	transform: rotate(180deg);
}

.arrow-question img {
	transform: none;
}

.nav-link.w-nav-link.w--current span {
	color: #ff8216;
  border-bottom: 1px solid #ff8216;
}

.btn-top:hover {
	background-color: #fff;
	border: 2px solid #ff8216;
	color: #ff8216;
}

.btn-download {
    width: 248px;
    height: 63px;
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    cursor: pointer;
}

.btn-download.mac {
  background-image: url('../images/Botao_appstore1.png');
}

.btn-download.mac:hover {
  background-image: url('../images/Botao_appstore2.png');
}

.btn-download.android {
  background-image: url('../images/Botao_Googleplay1.png');
}

.btn-download.android:hover {
    background: url('../images/Botao_Googleplay2.png');
}

.btn-download-top.btn-top:hover {
	background-color: #fff;
	border: 2px solid #000;
	color: #000;
}

.btn-partners {
	border: 2px solid #000;
}

.btn-partners:hover {
	background-color: #000;
	color: #fff;
}

.slide {
	font-family: inherit !important;
	background-size: cover !important;
}

.text-block-5 {
    margin-left: 20px;
}

.input-light-box {
    border: 1px solid #cccccc !important;
    border-radius: 10px;
    background-color: transparent !important; 
}

.w-input:focus, .w-select:focus {
    border-color: #ff8216 !important;
}

.light-box-wrapper {
    width: 30%;
}

.light-box-title {
    letter-spacing: 0;
}

.link-forget-password {
  cursor: pointer;
}

#remember-form {
  display: none;
}

.light-box-wrapper {
    display: inline-table;
    height: auto;
}