@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900);

html,
body {
    font-family: 'Lato', sans-serif;
    height: 100%;
}

body {
    /* padding-top: 50px;  Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.ui-dialog{
    z-index: 200 !important;
}
.texto-topo{
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
}
.logo-fb-topo{
    margin-top: 10px;
    margin-left: 5px;
    float: right;
}
.title-section{
    font-weight: bold;
    font-size: 26px;
    color: #3d3b3c;
    margin: 20px 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.relative-header{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    max-width: 1170px;
    height: auto;
    z-index: 102;
}
.form-top{
    width: 100%;
    padding:;
    background: url("../gfx/bg-white-80.png") 0 0 repeat;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(179,219,70,0.6);
    -moz-box-shadow: 0 0 10px 0 rgba(179,219,70,0.6);
    box-shadow: 0 0 10px 0 rgba(179,219,70,0.6);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.form-top p{
    color: #3d3d3d;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
}
.form-top label{
    margin-top: 10px;
}
.form-top input[type="text"], .form-top input[type="email"]{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,e1e1e1+100 */
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5f5f5 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f5f5f5 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f5f5f5 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f5f5f5 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
    border-top:1px solid #fff;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    height: 40px;
    width: 100%;
    padding: 0 20px;
    text-transform: uppercase;
}
.big-button{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bddc53+0,a9c83f+100 */
    background: #bddc53; /* Old browsers */
    background: -moz-linear-gradient(top,  #bddc53 0%, #a9c83f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bddc53), color-stop(100%,#a9c83f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #bddc53 0%,#a9c83f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #bddc53 0%,#a9c83f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #bddc53 0%,#a9c83f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #bddc53 0%,#a9c83f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bddc53', endColorstr='#a9c83f',GradientType=0 ); /* IE6-9 */
    border: none;
    padding: 15px 0;
    width: 100%;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
}
.big-button:hover{
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b0cc4d+0,98b239+100 */
    background: #b0cc4d; /* Old browsers */
    background: -moz-linear-gradient(top,  #b0cc4d 0%, #98b239 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0cc4d), color-stop(100%,#98b239)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b0cc4d 0%,#98b239 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b0cc4d 0%,#98b239 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b0cc4d 0%,#98b239 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b0cc4d 0%,#98b239 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0cc4d', endColorstr='#98b239',GradientType=0 ); /* IE6-9 */

}
.form-top input:first-of-type{
    border-top: 1px solid #d6d6d6;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.form-top input:last-of-type {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.yellow{
    color: #b7d944;
}

.yellow:hover{
    color: #a0bf3b;
}

/* Home Page Carousel */

header.carousel {
    height: 83%;
    min-height: 700px;
}
.barra_catalogo{
    width: 100%;
    height: 278px;
    position: relative;
    background: url("../gfx/green-bar-flowers.gif") 0 center no-repeat;
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 50px;
}
.barra_catalogo .text{
    padding-top: 50px;
}
.barra_catalogo p{
    margin-top: 20px;
}
.relative-magazine{
    position: relative;
    z-index: 9999;top: -65px;
}

.vantagens-acessora{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
}
.vantagens-acessora .clearfix{
    margin: 20px 0;
}
.vantagens-acessora .vantagem{
    text-align: center;
}
.vantagens-acessora .vantagem img{
    margin-bottom: 20px;
    border: 5px solid #f1f7db;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.junte-se p{
    font-size: 19px;
    font-weight: bold;
}
.junte-se .frase{
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
    line-height: 16px;
}









header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

.footer-wrapper{
    width: 100%;
    padding: 20px 0;
    background-color: #3d3b3c;
    color: #fff;
    text-transform: uppercase;

}
.footer-wrapper .container{
    padding: 20px 0;
    min-height: 48px;
    background: url("../images/logo-rodape.jpg") top center no-repeat;
}
.sobre-oriflame{
    color: #fff;
    width: 100%;

    background-color: #b7d745;
    padding: 20px 0 40px;
    margin: 20px 0 0;
}
.sobre-oriflame .nome{
    font-weight: bold;
    margin-top: 10px;
}

.wrapper-boas-vindas{
    background-color: #eaf3c6;
    padding: 20px 0 40px;
    margin: 20px 0 40px;
    float: left;
    width: 100%;
}
.wrapper-boas-vindas .image{
    width: 165px;
    height: 165px;
    padding: 5px;
    background-color: #fff;
    margin: 0 auto 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}
.wrapper-boas-vindas .image img{
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.wrapper-boas-vindas .descricao{
    font-size: 14px;
    line-height: 18px;
    color: #3c3c3c;
    text-align: center;
}

.tooltip {
    max-width:100px;
}

.desenvolvido_por{
    font-size: 12px;
    margin-top: 10px;
}


@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
    .relative-magazine{
        top: 0;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
    .barra_catalogo .text{
        padding-top: 20px;
    }
}
@media(max-width:500px) {
    .barra_catalogo .col-xs-4, .barra_catalogo .col-xs-8{
        width: 100%;
        left: 0;
        right:0;
    }
    .barra_catalogo .col-xs-4 img{
        max-width: 100px;
    }

}