/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 21/11/2014, 09:34:03
    Author     : Lucas
*/
/*************************
*******Home Page******
**************************/
/* Banner */
.border{
    border-bottom: solid 1px #dedede;
}
#banner {
    position: relative;
    height: 400px;
    background-image: url(../../images/banner/bg1.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
#banner .carousel .carousel-content {
    margin-top: 125px;
    margin-left: 50px;
}

#banner .carousel .h1 {
    color: #555 !important;
    font-size: 36px;
    font-family: "Michroma";
    line-height: 125%;
    display: block;
    padding: 0 0 15px 15px;

}
#banner .carousel .h1 small{
    color: #666 !important;
}

#banner .carousel span {
    color: #444;
    font-size: 28px;
    font-family: "Open Sans Condensed";
    text-align: justify;
    line-height: 125%;
    display: block;
    padding:0 0 0 15px;
}

#banner .carousel span small {
    font-size: 23px;
}

#banner a.btn-slide{
    color:#555;
    border:solid 1px #aaa;
    padding: 4px 8px;
    border-radius: 5px 5px 5px 5px;
    margin: 25px auto !important;
    display: block;
    text-align: center;
    font-size: 22px;
    font-family: "Open Sans Condensed";
}

#banner a.btn-slide:hover{
    background-color: rgba(225,225,225,0.1);
    border-color: #999;
    color: #333;
}

#banner .carousel .item {
    left: 0 !important;
    top: 0;
    position: absolute;
    width: 100%;
    height: 400px;
    overflow: hidden;
    visibility: hidden;
}



#banner .carousel .item.active {
    z-index: 1;
    position: relative;
    visibility: visible;
}

#banner .prev,
#banner .next {
    position: absolute;
    top: 50%;
    background-color: rgba(0,0,40,0.6);
    color: #fff;
    display: inline-block;
    margin-top: -25px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
}

#banner .prev:hover,
#banner .next:hover {
    background-color: rgba(0,0,40,1);
}

#banner .prev {
    left: 10px;
}

#banner .next {
    right: 10px;
}

#banner .carousel-indicators li {
    width: 18px;
    height: 18px;
    background-color: #ccc;
    margin: 0 5px 0 10px;
    position: relative;
    border: 2px solid #aaa;
}

#banner .carousel-indicators .active{
    background-color: #555;
}

/*-- Animation --*/
#banner .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
}

#banner .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
}

#banner .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
}


#banner .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
}

#banner .active .animation.animated-item-5 {
    -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
    -moz-animation: lightSpeedIn 1s ease-in 200ms;
    -o-animation: lightSpeedIn 1s ease-in 200ms both;
    -ms-animation: lightSpeedIn 1s ease-in 200ms both;
}

#banner .active .animation.animated-item-6 {
    -webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
    -moz-animation: bounceInLeft 1s ease-in-out 500ms;
    -o-animation: bounceInLeft 1s ease-in-out 500ms both;
    -ms-animation: bounceInLeft 1s ease-in-out 500ms both;
}

#banner .active .animation.animated-item-7 {
    -webkit-animation: flipInX 1s ease-in 500ms both;
    -moz-animation: flipInX 1s ease-in 500ms;
    -o-animation: flipInX 1s ease-in 500ms both;
    -ms-animation: flipInX 1s ease-in 500ms both;
}

#banner .active .animation.animated-item-8 {
    -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
    -moz-animation: bounceInLeft 1s ease-in-out 100ms;
    -o-animation: bounceInLeft 1s ease-in-out 100ms both;
    -ms-animation: bounceInLeft 1s ease-in-out 100ms both;
}
#banner .active .animation.animated-item-9 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    -moz-animation: bounceIn 1s ease-in 500ms;
    -o-animation: bounceIn 1s ease-in 500ms both;
    -ms-animation: bounceIn 1s ease-in 500ms both;
}

#banner .active .animation.animated-item-10 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    -moz-animation: bounceIn 1s ease-in 500ms;
    -o-animation: bounceIn 1s ease-in 500ms both;
    -ms-animation: bounceIn 1s ease-in 500ms both;
}
#banner .active .animation.animated-item-11 {
    -webkit-animation: fadeInDown 1s ease-in 1000ms both;
    -moz-animation: fadeInDown 1s ease-in 1000ms;
    -o-animation: fadeInDown 1s ease-in 1000ms both;
    -ms-animation: fadeInDown 1s ease-in 1000ms both;
}



.carousel{}
.slide{}

#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.preco{
    margin-top: -8px;
}

.preco span{
    display: block;
    font:400 18px "Roboto";
}

.preco span small{
    font:300 12px "Roboto";
}
