html,
body {
  background-color: transparent;
  /*font-family: 'Avenir Next', Avenir Next!important;*/
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin: -40px 0 0 0;
  padding: 0;
  background: transparent;
  width: 100% !important;
}

* {
      box-sizing: border-box;
    }

h2 {
  padding: 0;
  margin: 0 0 10px 0;
}


.head {
  width: 960px;
  margin: auto;
}

.head h1 {
  font-weight: 200;
  font-family: Avenir Next,Arial,Verdana,sans-serif;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  color: #999;
}

.container {
  margin-left: 10px;	
  width: 100%;
}

.actions {
  margin-top: 10px;
}

.track {
  width:93.5%;
  position: relative;
  margin-top: 80px;
}

.view-port, .track .inner {
  width: 100%;
}

.axis-y .view-port,
.axis-y .track .inner {
  width: 240px;
  height: 660px;
}


.view-port {
  overflow: hidden;
  position: relative;
}

.track .inner {
  position: relative;
  margin: auto;
  border-radius: 4px;
}

.track .inner h2 {
  font-weight: 200;
  font-family: Avenir Next,Arial,Verdana,sans-serif;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  color: #999;
}

.track .inner h2:hover {
  color: #6A3;
}

.track a.prev,
.track a.next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -122px;
  width: 64px;
  height: 64px;
  background: url("../img/arrows.png");
  background-repeat: no-repeat;
}

.track a.prev.disabled,
.track a.next.disabled {
  display: none;
}

.track a.prev {
  /*left: 0;*/
  left: -60px;
  background-position: 0 0;
}

.track a.prev:hover {
  background-position: 0 -66px;
}

.track a.prev:active {
  background-position: 0 -132px;
}

.track a.next {
  /*right: 0;*/
  right: -50px;
  background-position: -64px 0;
}

.track a.next:hover {
  background-position: -64px -132px;
}

.track a.next:active {
  background-position: -64px -198px;
}

.slider-container {
  position: relative;
  margin: 0;
  padding: 0;

  height: 556px;
}

.slider-container.big {
  height: 246px;
}

.slider-container.huge {
  height: 432px;
}

.slider-container .item {
  position: absolute;
  width: 250px;
  height: 358px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.slider-container .item img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.slider-container.big .item,
.slider-container.big .item .img-area {
  height: 288px;
}

.slider-contaiber.huge .item {
  margin-bottom: 12px;
}

.item{
	padding:5px;
}

.slider-container .item p {
  padding: 0;
  margin: 0;
}

.slider-container .item.cover {
  width: 940px;
}

.slider-container .item.cover-2 {
  height: 432px;
}

.slider-container .item.cover img {
  float: left;
}

.slider-container .item.cover-2 img {
  float: none;
}

.slider-container .item.cover .img-area {
  float: right;
  
}

.slider-container .item.cover-2 .img-area {
  float: none;
  margin-left: 0;
  margin-top: 12px;
}

.slider-container .item.cover-2 .img-area .img-block:first-child {
  margin-right: 14px;
}

.slider-container .item.cover .img-block {
  height: 128px;
}

.slider-container .item.cover-2 .img-block {
  float: left;
}

.img-block {
  margin-bottom: 16px;
}

.bullet-pagination {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.bullet {
  display: inline-block;
  background: #999;
  padding: 4px;
  border-radius: 6px;
  margin-right: 5px;
  opacity: 0.4;

  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.bullet.active {
  opacity: 1;
}

.bullet:last-child {
  margin-right: 0;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance:none;
}

#sectionItens{
  width:96% !important;
}

.btn-open {
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
    -webkit-user-select: none;
    user-select: none;
	
border-color: #00acbb;
    background-color: #00acbb;
    color: #ffffff;
    fill: #ffffff;
}

.btn {
	font-family: "Lucida Grande","Segoe UI",Arial,sans-serif;
  line-height: 1.714;
  cursor: pointer;
  background-image: none !important;
}
a{
    color: #007d88;
}

a:hover{
    color: #007d88;
    outline-color: #00acbb;
}

.item-class{
	margin: 16px;
}

.btn-close {
	position: absolute;
  bottom: 20px;
  right: 8px;
  width: 100px;
  border-radius: 0px;
	height: 38px;
	font-size: 14px;
	/*color: #007AC2 !important;*/
  color: #1c66a6 !important;
  background-color: #fff !important;
  background-image: none !important;
  border-color: #ccc;
	margin-left: 3%;
}

.thumbnail{
	border-radius:0px;
	height: 350px;
	width: 242px !important;
  /*box-shadow: 0px 2px 0px rgba(0,0,0,.2);*/
  box-shadow: 1px 2px 3px rgba(0,0,0,.085);
}

.caption {
  margin-top: 1%;
  text-align: center !important;
}

.container{
  margin-left: 5px !important;
	width:96% !important;
}

.font-title {
	font-size: 16px!important;
	height: 63px;
	color: #00acbb;
    /*font-weight: bold;*/
	background-color: transparent;
    text-decoration: none;	

	/*font-family: 'Avenir Next', Avenir Next;*/
    padding-top: 8px;
    text-align: center !important;
}

p{
  color:#666 !important;
  font-size:14px;
}

.effect:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.effect img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.container-content{
  width:140px !important;
}

.margem-superior{
	margin-top: 5% !important;
}

.text-darkest-gray {
  color: #999!important;
	padding-top: 4% !important;
  font-size: 11px !important;
  text-align: right;
  margin-right: 10px !important;
}

.title-box {
  height: 30px;
}

.format-text {
  width: auto;
  color: #40454b !important;
  text-align: left !important;  
  font-size: 14px !important;

}

.thumbnail-img {
  width:103.5% !important;  
  max-width: 101.5% !important; 
  height:45% !important;  
  margin-left: -1.8% !important; 
  margin-top: -1.8% !important
}

.card-base{
    display: flex;
	width: 235px;
	height: 416px;
    flex-direction: column;
    position: relative;
    background: #fff;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%), 0 0 16px 0 rgb(0 0 0 / 5%);
    margin-bottom: 15px;
}

.card-image-wrap {
	width: 235px;
	height: 150px;
    position: relative;
    margin-bottom: 0;
    flex: 0 0 auto;
}

.card-image {
	width: 235px;
	height: 150px;
    display: block;
}

.texto {
	height: 106px;
    font-size: 14px!important;
	  
}

.card-content{
	padding: 1.429rem;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    /* word-wrap: break-word;
}