@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
	outline: none;
}
/**
BANNER =========================================================================
*/
div.banner {
    overflow: hidden;
    height: 85%;
    
}
.carousel .item {
    text-align: center;
    overflow: hidden;
    height: 100%;
    background-size: cover;
}


/* #controlArea{
    position: absolute;
    bottom: 65px;
    width: 100%;
    text-align: center;
    z-index: 99;
    display: none;
} */

/* #btnPlayPause{
    background: url(../img/ico_play.png) no-repeat center center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px 20px;
    cursor: pointer;
    z-index: 99;
}
#btnPlayPause.active{
    background: url(../img/ico_pause.png) no-repeat center center;
}
 */
.carousel-indicators li{
    background-color: #fff;
    border: 1px solid #fff;
    width: 25px;
}

.carousel-caption{
    top: 100px;
    width: 100%;
    position: relative;
    float: left;
    margin: 0;
    left: 0;
}

.carousel-caption .title{
    font-size: 80px;
    color: #fff;
    text-align: right;
    width: 50%;
    text-shadow: none;
    margin-top: 65px;
}
.carousel-caption .description,
.carousel-caption .description2{
    font-size: 30px;
    color: #ffff;
    text-align: left;
    width: 50%;
    margin-left: 50%;
    text-shadow: none;
    margin-top: 80px;
    padding-right: 100px;
}

.carousel-caption .description2{
    width: 44%;
}


.carousel-caption p{
    margin: 8px 0 !important;
    color: #00A0E4;
    text-shadow: none;
}
.banner-anterior , .banner-proximo{
    position: absolute;
    font-size: 50px;
    opacity: 0.35;
    top: 0px;
    color: #1877f2;
    margin: 5px;
    text-decoration: none;
    outline: none;
    z-index: 10;
    left: 60px;
}
.banner-anterior i:before , .banner-proximo i:before{
    color: #fff;
}
.banner-proximo{
    right: 60px;
    left: unset;
}
.banner-anterior:hover , .banner-proximo:hover{
    opacity: 1.0;
    color: #1877f2;
}
.banner-anterior:focus , .banner-proximo:focus{
    text-decoration: none;
    outline: none;
    color: #1877f2;
}

div.banner-slider {
	text-align: center;
	overflow: hidden;
        min-height: 500px;
        height: 100%;
        background-size: 100% !important;
        
}


@media (min-width: 769px) and (max-width: 1024px) {
    div.banner-slider {
        background-size: auto !important;
    }
    
    .carousel-caption .title{
        width: 100%;
        padding-left: 20%;
        font-size: 71px;
        margin-left: 0;
        text-align:left;
        padding-right: 30px;
    }
    
    .carousel-caption .description,
    .carousel-caption .description2{
        font-size: 37px;
        padding-right: 50px;
        width: 80%;
        margin-left: 20%;
    }
}

@media (max-width: 768px) {
    div.banner-slider {
        background-size: cover !important;
    }
    
    .carousel-caption .title{
        width: 90%;
        padding-left: 10%;
        font-size: 50px;
        text-align: center;
        margin-left: 0;
        margin-top: 0px;
    }
    
    .carousel-caption .description,
    .carousel-caption .description2{
        font-size: 30px;
        padding: 30px 50px;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
}

@media (max-width: 480px) {
    
    .carousel-caption .title{
        font-size: 40px !important;    
        margin-top: 0px !important;
    }        
    .carousel-caption .description,
    .carousel-caption .description2{
        font-size: 19px !important;
        margin-top: 0px !important;
    }
    .banner-anterior, .banner-proximo{
        font-size: 30px;
    }
    .banner-anterior{
        left: 0px !important;
    }
    .banner-proximo{
        right: 0px !important;
    }
}


div.banner-slider div.conteudo {
	max-width: 1000px;
	margin: auto; 
}

div.bann
er-slider div.conteudo img {
	vertical-align: middle;
	margin-top: 30px;
	width: 45%;
}
div.banner-slider div.conteudo div {
	text-align: left;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	box-sizing: border-box;
	padding-left: 20px;
}
div.banner-slider a {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
	text-transform: lowercase;
	display: inline-block;
	border: 2px solid #ffffff;
	padding: 5px 10px;
	border-radius: 30px;
	text-decoration: none;
	-webkit-transition: background-color 0.3s linear, color 0.3s linear;
	transition: background-color 0.3s linear, color 0.3s linear;
}
div.banner-slider a:hover {
	color: #333;
	background-color: #FFF;
}
div.banner-slider + div.banner-slider {
	display: none;
}
 @-webkit-keyframes banner-div {
 from {
 opacity:0;
 filter: alpha(opacity=0);
 -webkit-transform:translate(100%);
 transform:translate(100%);
}
}
 @keyframes banner-div {
 from {
 opacity:0;
 filter: alpha(opacity=0);
 -webkit-transform:translate(100%);
 transform:translate(100%);
}
}
div.banner-slider div.conteudo>div {
	-webkit-animation: banner-div 0.5s linear;
	animation: banner-div 0.3s linear;
}
@-webkit-keyframes banner-img {
 from {
 opacity:0;
 filter: alpha(opacity=0);
 -webkit-transform:translate(-100%);
 transform:translate(-100%);
}
}
@keyframes banner-img {
 from {
 opacity:0;
 filter: alpha(opacity=0);
 -webkit-transform:translate(-100%);
 transform:translate(-100%);
}
}
div.banner-slider div.conteudo>img {
/*	-webkit-animation: banner-img 0.3s linear;
	animation: banner-img 0.3s linear;*/
}

div.banner ul {
	text-align: center;
	bottom: 10px;
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 1;
}
div.banner ul li {
	display: inline;
}
div.banner ul a {
	font-size: 0px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #fff;
	border: 2px solid #FFF;
	cursor: pointer;
	-webkit-transition: background-image 0.3s linear, border 0.3s linear;
	transition: background-image 0.3s linear, border 0.3s linear;
}
div.banner ul a:hover {
	background-color: #C6B196;
	border-color: #C6B196;
}
div.banner ul a:active {
	background-color: #F38555;
	border-color: #F38555;
}
div.banner ul a.active {
	cursor: default;
	background: none;
	border-color: #FFF;
}
div.produto div.linha {
	overflow: hidden;
}


 @-webkit-keyframes banner-img {
 from {
 opacity: 0;
 filter: alpha(opacity=0);
 -webkit-transform: translate(0px, 100%);
 transform: translate(0px, 100%);
}
}
 @keyframes banner-img {
 from {
 opacity: 0;
 filter: alpha(opacity=0);
 -webkit-transform: translate(0px, 100%);
 transform: translate(0px, 100%);
}
}
 @-webkit-keyframes banner-div {
 from {
 opacity: 0;
 filter: alpha(opacity=0);
 -webkit-transform: translate(0px, -100%);
 transform: translate(0px, -100%);
}
}
 @keyframes banner-div {
 from {
 opacity: 0;
 filter: alpha(opacity=0);
 -webkit-transform: translate(0px, -100%);
 transform: translate(0px, -100%);
}
}
    div.banner-slider div.conteudo img {
            margin: auto;
    }
    div.banner-slider div.conteudo div {
            text-align: center;
            display: block;
            width: auto;
            padding: 10px 10%;
    }
    div.banner-slider div.conteudo {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-flow: column-reverse;
            -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    }
    
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media(max-width: 1023px){
    .carousel .item {
        min-height: 300px;
    }
    .banner-proximo{
        right: 10px;
    }
    .banner-anterior{
        left: 10px;
    }
}
@media(max-width: 767px){
    .carousel .item {
        min-height: 200px;
    }
}
@media(max-width: 479px){
    .carousel .item {
        min-height: 150px;
    }
    .carousel-indicators{
        display: none;
    }
}
@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
      margin-top: 20px;
      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    }
    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
      border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 20px;
      font-size: 21px;
      line-height: 1.4;
    }
}
.boxMouse{
    /*left: 50%;
    position: absolute;
    transform: translateX(-50%);
    margin-top: 0px;
    bottom: 20px;*/
    margin-top: 50px;
}
.mouse{
    border: 2px solid #fff;
    border-radius: 13px;
    bottom: 40px;
    display: block;
    height: 46px;
    width: 26px;
    cursor: pointer;
    margin: 0px auto;
}
.mouse span {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: scroll;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    height: 4px;
    margin: 6px auto;
    width: 4px;
}

@keyframes scroll {
 0% {
    opacity:1;
    transform:translateY(0px);
 }
 100% {
    opacity:0;
    transform:translateY(20px);
   }
}

@media(max-height: 800px){

    .carousel-caption .title{
        margin-top: -10px;
        font-size: 60px;
    }
    .carousel-caption .description, .carousel-caption .description2{
        font-size: 23px;
        margin-top: 40px;
    }
}

@media(max-height: 550px){
    .carousel-indicators{
        display: none;
    }
    .carousel-caption .title{
        margin-top: -10px;
        font-size: 50px;
    }
    .carousel-caption .description, .carousel-caption .description2{
        font-size: 20px;
        margin-top: 40px;
    }
}