#main-container {
	padding: 0;
}
h2 {
	font-size: 30px;
}


.text-center {
	text-align: center;
}


.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}


#wr-beneficios {
	padding: 60px 0;
}
#wr-beneficios h2 {
	text-align: center;
}

#wr-beneficios .box img {
	display: block;
	margin: 0 auto;
	max-width:100%;
	width:100px;
}
#wr-beneficios h3 {
	color: #444;
	font-family: 'Raleway-Bold';
	font-size: 18px;
	margin-top: 40px;
	text-align: center;
}
#wr-beneficios p {
	color: #444;
    font-size: 14px;
    text-align: center;
}

#wr-saibamais {
	padding: 60px 0;
	display: none;
}

#wr-saibamais img{
    width: 100%;
}

#wr-conteudo {
	padding: 60px 0;
}

#wr-conteudo img{
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#wr-conteudo a{
   text-decoration: none;
}


#wr-conteudonovo {
	padding: 60px 0;
}


#wr-preview {
	background-color: #000;
	background-image: url('../../img/placeholders/bg-wr-preview.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
	text-align: center;
}
#wr-preview h2 {
	color: #aa8232;
	text-align: center;
}
#wr-preview h5 {
	color: #fff;
	font-family: 'Open Sans';
	margin-bottom: 30px;
	text-align: center;
	text-transform: none;
}
#wr-preview img {
	width: 100%;
}
#wr-preview .box {
	margin: 15px 0;
	position: relative;
}
@media (max-width:767px) {
	#wr-preview .box {
		margin: 15px auto;
		max-width: 320px;
	}	
}
#wr-preview .box .info {
	background-color: rgba(0,0,0,.9);
	display: none;
	position: absolute;
	bottom: 1em;
	top: 1em;
	left: 1em;
	right: 1em;
}
#wr-preview .box:active .info,
#wr-preview .box:focus  .info,
#wr-preview .box:hover  .info,
#wr-preview .box.hover  .info {
	display: block;
}
#wr-preview .box .info > div {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
}
#wr-preview .titulo,
#wr-preview .subtitulo,
#wr-preview .button {
	font-size: 14px;
}
#wr-preview .titulo {
	color: #aa8232;
	font-family: 'Raleway-Bold';
	margin-bottom: 5px;
}
#wr-preview .subtitulo {
	color: #fff;
	font-family: 'Raleway-Regular';
	margin-bottom: 10px;
}
#wr-preview a.button {
	border: solid 1px #fff;
	color: #fff;
	font-family: 'Raleway-Bold';
	padding: 10px 20px;
	text-transform: uppercase;
	transition: all .5s ease;
}
#wr-preview a.button:active,
#wr-preview a.button:focus,
#wr-preview a.button:hover {
	background-color: #fff;
	color: #000;
}
#wr-preview a.button,
#wr-preview a.button:active,
#wr-preview a.button:focus,
#wr-preview a.button:hover {
	display: block;
	text-decoration: none;
}



#wr-video .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
#mainvideowrapper {
	max-height: 36em;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#mainvideo {
	top: 0;
	position: absolute;
	width: 100%;
}
.slide-4.videojs {
	padding: 0 1em;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 5;
}




#modalVideo {

}
#modalVideo .modal-content {
	background-color: transparent;
	border: 0;
	box-shadow: none;
}
#modalVideo .modal-header {
	border: 0;
}
#modalVideo .close {
	color: #fff;
	opacity: 1;
}


#modalLogin {
	
}
#modalLogin .modal-title {
	text-align: center;
}



.video-js .vjs-control-bar {
	background-color: transparent !important;
	display: block !important;
	opacity: 1 !important;
	text-align: right !important;
	visibility: visible !important;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {

}
.video-js .vjs-volume-menu-button {
	display: inline-block !important;
}

.videojs-layerabove {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.bg-cover {
	background-color:#eee;
    /*background-size: cover;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(51,51,51,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(51,51,51,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(51,51,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 );*/
}
.bg-black {background-color: #fff;}
.bg-grey {background-color: #eee;}
.bg-white {background-color: #fff;}
.text-white {color:#444;}

.nopadding {padding:0px !important;}

.margin-t-20 {margin-top:20px;}
.margin-t-30 {margin-top:30px;}
.margin-t-40 {margin-top:40px;}
.margin-t-50 {margin-top:50px;}
.margin-t-60 {margin-top:60px;}

.margin-b-20 {margin-bottom:20px;}
.margin-b-30 {margin-bottom:30px;}
.margin-b-40 {margin-bottom:40px;}
.margin-b-50 {margin-bottom:50px;}
.margin-b-60 {margin-bottom:60px;}

.margin-l-20 {margin-left:20px;}
.margin-l-30 {margin-left:30px;}
.margin-l-40 {margin-left:40px;}
.margin-l-50 {margin-left:50px;}
.margin-l-60 {margin-left:60px;}

.margin-r-20 {margin-right:20px;}
.margin-r-30 {margin-right:30px;}
.margin-r-40 {margin-right:40px;}
.margin-r-50 {margin-right:50px;}
.margin-r-60 {margin-right:60px;}

.btn-expe-beneficios {
    background-color: #da001a;
    font-size: 20px;
    border: none;
    border-radius: 10em;
    color: #fff;
    display: inline-block;
    padding: 0.65em 3.35em;
    transition: all 1s ease;
    text-decoration: none;
}

.btn-expe-beneficios:hover {
    background-color: #b90016;
    font-size: 20px;
    border: none;
    border-radius: 10em;
    color: #fff;
    display: inline-block;
    padding: 0.65em 3.35em;
    transition: all 1s ease;
    text-decoration: none;
}



.btn-saibamais {
    background-color: #cc0001;
    font-size: 17px;
    border: none;
    border-radius: 10em;
    color: #fff;
    display: inline-block;
    padding: 0.55em 2.85em;
    transition: all 1s ease;
    text-decoration: none;
}

.btn-saibamais:hover {
    background-color: #b80001;
    font-size: 17px;
    border: none;
    border-radius: 10em;
    color: #fff;
    display: inline-block;
    padding: 0.55em 2.85em;
    transition: all 1s ease;
    text-decoration: none;
}

.conteudo-box-info {
	background-color: #fff;
	padding:15px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.7);
        border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}


.contbox-title {
	color: #333;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom:15px;
    text-align: center;
}

.contbox-description {
    color: #777;
    text-align: center;
}

.conteudo-box {
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.conteudo-box:hover, .conteudo-box:focus{
	-ms-transform: translate(0px, -25px);
    -webkit-transform: translate(0px, -25px);
    transform: translate(0px, -25px);
}

#jcarousel-conteudosnovos li img,
#jcarousel-conteudosnovos .jcarousel-item-content a:before {
	transition: all .5s ease-in;
}
#jcarousel-conteudosnovos li:hover img {
	box-shadow: 0 0 5px rgba(0,0,0,.75);
	transform: scale(1.1);
	z-index: 2;
}

#jcarousel-conteudosnovos .jcarousel-item-content {
	position: relative;
}

#jcarousel-conteudosnovos li .jcarousel-item-content a:before {
	color: #fff;
	content:"\f144";
	display: block;
	font-family: 'FontAwesome';
	opacity: 0;
	position: absolute;
	left: 50%;
	text-align: center;
	text-shadow: 0 0 5px rgba(0,0,0,.75);
	top:50%;
	transform: translate(-50%, -50%);
	width: 50%;
	z-index: 2;
}

#jcarousel-conteudosnovos li:hover .jcarousel-item-content a:before {
	font-size: 6rem;
	opacity: 1;
}

#wr-video {
	padding: 60px 0;
}
#wr-video h3 {
    margin-bottom: 1em;
	margin-top: 0;
}

.video-js {
	margin: 0 auto;
}

.vjs-big-play-centered .vjs-big-play-button {
	display: none !important;
}