/**!
 * @project         RS Framework
 * @version         3.9.9
 * @date            01/08/2012
 * @last update     24/06/2016
 * @autor           Rogerio Saraceni
 *
*/

/**============================================================================
 * STRUCTURE   - @section structure
 * PAGES       - @section pages
============================================================================**/


h1, h2, h3, h4, h5, h6, .navbar .navbar-nav {
    font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6{
  text-transform: uppercase;
  font-weight: 500;
}

.rsform {
    color: inherit;
}

.rsform label{
    color      : #eee;
    font-size  : 16px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.rsform .fc{
    color             : #888;
    background-color  : transparent;
    border            : 1px solid #666;
}

.rsform .fc:hover,
.rsform .fc:active{
    box-shadow      : 0 1px 5px #333;
    border          : 1px solid #e74c3c;
    background-color: transparent;
}

/**============================================================================
 * STRUCTURE
 *
 * body, wrappers, containers
 * header
 * footer
 *
 * @section structure
*/

/**----------------------------------------------------------------------------
 * body, wrappers, containers
 *
 * @section structure
*/

/*Para Layout com footer no final da tela*/
html, body{ height: 100%;}

/*Para Layout com footer no final*/
/*html, body{ height: auto;}*/

body{
    color           : #eee;
    line-height     : 1.42857143;
    font-size       : 16px;
    font-weight     : 300;
    font-family     : 'Roboto', sans-serif;
    background-color: #333;
    word-wrap       : break-word;
    padding-top     : 82px;
    background      : #333 url("/images/default/bg.png");
}

.wrapper-full{ padding-bottom: 85px;}

.container > * {
    -webkit-transition	: all 400ms ease-out;
    -moz-transition		: all 400ms ease-out;
    -o-transition		: all 400ms ease-out;
    -ms-transition		: all 400ms ease-out;
    transition			: all 400ms ease-out;
}

.container{ max-width: 1170px;}

.content-main{ padding-top: 50px; padding-bottom: 20px;}


/**----------------------------------------------------------------------------
 * HEADER TOPFIX + NAV
 *
 * @section structure
*/

#header.header{
  padding-top   : 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1), inset 0 0 2px rgba(255,255,255,.21);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1), inset 0 0 2px rgba(255,255,255,.21);
  box-shadow: 0 1px 2px rgba(0,0,0,.1), inset 0 0 2px rgba(255,255,255,.21);
  z-index: 9;
}

#header.header-top-fix {
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    border-width: 0 0 1px;
    border: 1px solid transparent;
    background-color: transparent;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1), inset 0 0 2px rgba(255,255,255,.21);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1), inset 0 0 2px rgba(255,255,255,.21);
    box-shadow: 0 1px 2px rgba(0,0,0,.1), inset 0 0 2px rgba(255,255,255,.21);
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    background-color: #252525;
}

header#header.fixed-header{ background-color: rgba(51, 51, 51, 0.8);}
header#header.fixed-header .logo img{
    max-height: 50px;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}


.header-top-fix .logo{ float: left;}
.header-top-fix .logo img{
    max-height: 60px;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

@media (max-width: 768px){
  body{padding-top: 72px;}
  .header-top-fix .logo   { text-align: center; width: 100%;}
  .header-top-fix .logo img{ max-height: 50px;}
}


/**----------------------------------------------------------------------------
 * FOOTER
 *
 * @section structure
*/

#footer{
    padding-top     : 10px;
    padding-bottom  : 10px;
    background-color: #252525;
}
#footer .footer{ font-size: 12px; color: #ccc;}

ul.midias-sociais-footer      { float: right; list-style-type: none;}
ul.midias-sociais-footer li   { display: inline-block; margin: 0 2px 2px 0;}
ul.midias-sociais-footer li a {
    width: 26px;
    height: 26px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333; 
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
ul.midias-sociais-footer li a:hover{ color: #fff; background-color: #e74c3c;}
ul.midias-sociais-footer li a i    { line-height: 26px;}

@media (max-width: 768px){
  #footer .footer{ text-align: center;}
  ul.midias-sociais-footer{ float: none; padding: 10px 0;}
}


/**============================================================================
 * PAGES
 *
 * default
 * home
 * fale conosco
 *
 *
 * @section pages
*/


/**----------------------------------------------------------------------------
 * DEFAULT
 *
 * @section pages
*/

.row-breadcrumb{
    background-color: #333;
}


/* Banner Pages
---------------------------------- */
.banner-inter-dark{
    min-height: 300px;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.banner-inter-dark:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    background-color: rgba(0, 0, 0, 0.5);
}

.banner-inter-dark > div{
    position: relative;
    z-index: 3;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Box Destaque
---------------------------------- */
.box-destaque{
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.box-destaque:hover{ 
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.3);
}

.box-destaque span.icon-bg{
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
    line-height: 97px;
    color: #fff;
    font-size: 46px;
    border-radius: 100%;
    border: 1px solid transparent;
    background-color: #e74c3c;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.box-destaque:hover span.icon-bg{
    color: #e74c3c;
    background-color: #fff;
}

.box-destaque h3{ 
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}


/**----------------------------------------------------------------------------
 * HOME
 *
 * @section pages
*/

.box-logo-home{
    position: absolute;
    top:50%;
    left:50%;
    width: 520px;
    height: 200px;
    text-align: center;
    margin: -100px 0 0 -260px;
}

.box-logo-home img{height: 100%;}

#prevslide, #nextslide {
    z-index: 100;
}

@media (max-width: 768px){
    .box-logo-home{
        width: 420px;
        height: 160px;
        text-align: center;
        margin: -80px 0 0 -210px;
    }
}

@media (max-width: 690px){
    .box-logo-home{
        width: 320px;
        max-height: 100px;
        text-align: center;
        margin: -80px 0 0 -160px;
    }
}

@media (max-width: 480px){
    .box-logo-home{
        width: 280px;
        max-height: 80px;
        text-align: center;
        margin: -40px 0 0 -140px;
    }
}


/**----------------------------------------------------------------------------
 * PRODUTOS
*/

.row-produtos{
    position: relative;
    margin-bottom: 30px;
}

h4.linha-produto {
    padding-bottom: 5px;
    border-bottom: 1px solid #444;
}

a.produtos-container{ outline: none;}

.produtos-container{
    display: block;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.1);
}

.produtos-container img{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition     : all 0.2s ease-in-out;
    transition        : all 0.2s ease-in-out;
}
.produtos-container:hover img{
    -moz-opacity   :0.7; 
    -webkit-opacity:0.7; 
    filter         :progid:DXImageTransform.Microsoft.Alpha(opacity=70); 
    opacity        :0.7;
}

.produtos-container .box-image{ text-align: center;}
.produtos-container .box-image img{
    border-radius: 50%;
    max-height: 200px;
    margin-top: 10px;
    margin-bottom: 25px;
    border: 3px solid #fff;
}

.produtos-txt{
    position: relative;
    padding: 20px;
    color: #fff;
    text-align: center;
    background-color: #e74c3c;
    border-radius: 0px 0 4px 4px;
}
.produtos-txt:after{
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -20px;
    border: solid transparent;
    content: " ";
    pointer-events: none;
    border-width: 20px;
    z-index: 99;
    border-bottom-color: #e74c3c;
}

.produtos-txt h3 {
    font-size: 18px;
    height: 50px;
    overflow: hidden;
}

.produtos-container:hover .produtos-txt h3{ text-decoration: underline;}

.produtos-txt p.sub-titulo {
    height: 50px;
    font-size: 16px;
    overflow: hidden;
}
.btn-trasp{
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-trasp:hover, 
.btn-trasp:focus, 
.btn-trasp:active{ color: #444;}

.btn-trasp:before{ background-color: rgba(255,255,255,0.4);}


/**----------------------------------------------------------------------------
 * FALE CONOSCO
 *
 * @section pages
*/
@media (max-width: 768px){
    .sidebar-right{
        margin-top: 30px;
    }
}

.legend{ 
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}

.legend-sub{
    text-transform: none;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}

ul.dados{
    list-style-type: none;
    margin-bottom: 20px;
}
ul.dados li{ margin: 0 2px 2px 0;}
ul.dados li a      { color: #e74c3c;}
ul.dados li a:hover{ text-decoration: underline;}

ul.midias-sociais      { list-style-type: none;}
ul.midias-sociais li   { display: inline-block; margin: 0 2px 2px 0;}
ul.midias-sociais li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #e74c3c;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
ul.midias-sociais li a:hover{ color: #333; background-color: #fff;}
ul.midias-sociais li a i    { line-height: 40px;}


