/* ---------------------------------------------------------------------------
    Criado por : 09/12/2014, 15:51:14
    Autor      : Rodrigo Louzich Coelho - rodigo@inextecnologia.com.br
    DescriÃ§Ã£o  : Template padrÃ£o Site FÃ¡cil Agora - Modelo 2
   -------------------------------------------------------------------------*/


/* Tags Gerais ------------------------------------------------------*/

body {
    color:#000;
    font-size: 12px;
    background: #e7e7e7;
}

a{
    color: blue;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
    color: red;
}


/* CabeÃ§alho ------------------------------------------------------*/

#cabecalho {
    width: 100%;
    background: #e7e7e7; 
}

#logo-contatos {
    margin-top: 10px;
    margin-bottom: 10px;
}

.logo {
    float: left;
    margin-bottom: 20px;
}

.contatos {
    font-style: italic;
    text-align: right;
    margin: 10px 0 0 0;
}

#breadcrumb {
    width: 100%;
    background: #000;    
}

.breadcrumb {
    padding: 5px;
    margin-bottom: 0;
    list-style: none;
    background: none;
    border-radius: 0;
}

.breadcrumb a {
    color: #fff;
}

/* RodapÃ© ------------------------------------------------------*/

#rodape {
    width: 100%;
    min-height: 30px;
    background: #CCC;
    margin: 20px 0 0 0;
    padding: 5px;
}

.sitefacil {
    background: url("../img/logo-sitefacilagora.png") no-repeat scroll 0px 0px transparent;
    float: right;
    height: 66px;
    margin-right: 0px;
    margin-top: -24px;
    width: 107px;
}

.sitefacil img {
    display: none;
}

.redes-sociais {
    float: left;
    padding-top: 6px;
}

.copyright {
    text-align: center;
    padding-top: 12px;
}

.logo-sfa {
    float: right;
}

/* Slideshow ------------------------------------------------------*/

#slideshow {
    width: 100%;
    background: #000;    
}

.carousel {
    margin: 10px 0 10px 0;
}

.carousel-control, .item img {
    border-radius: 5px;
}

/* ConteÃºdo ------------------------------------------------------*/

#conteudo {
    width: 100%;    
}

.grid-index {
    list-style: none;
    margin: 0;
}

.grid-index img {
    margin-right: 20px;
}

.sombra-sidebar {
    background: url("../img/sidebar-separator.png") no-repeat scroll right top;
    padding-right: 50px;
}


/* Fale Conosco ------------------------------------------------------*/   

.google-maps {
    width: 100%;
    height: 250px;
    border: 5px solid #fff;
    margin: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.bot-enviar {
    margin-right: 20px;
}

/* Galerias ------------------------------------------------------*/

.thumbnail {    
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
}

.thumbnail > img {
    width: 100%;    
}


/* ---------------------------------------------------------------------------*/
/* -----------------------------RESPONSIVO-----------------------------------*/
/* -------------------------------------------------------------------------*/

@media screen and (min-width:768px) {

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
        margin-bottom:0px;
    }

    .navbar-default {
        border-radius: 5px;
        position: relative;
        margin-top: -25px;
        z-index: 20;
        background: #fff;
    }

    .nav>li>a {
        padding: 20px 40px 20px 40px;
        border-right: 2px  #ccc solid;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav li:first-child a{
        border-top-left-radius:6px;
        border-bottom-left-radius:5px;
        border-left: none;
    }

    .navbar-nav li:last-child a{
        /* style for last menu item */
        border-top-right-radius:9px;
        border-bottom-right-radius:9px;
        border-right: none;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}


@media (max-width: 992px) {
    .sitefacil {
        background: url("../img/logo-sitefacilagora2.png") no-repeat scroll 0px 0px transparent;
        width: 80px;
        height: 44px;        
        position: absolute;
        left: 50%;
        margin-left: -40px;
        float: none;
        margin-right: 0px;
        margin-top: 5px;
    }

    .redes-sociais {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }

    .copyright {
        text-align: center;
        width: 100%;
    }

    .logo-sfa {
        width: 100%;
        height: 50px;        
    }
}

@media (max-width: 976px) and (min-width:749px) {

    .nav>li>a {
        padding: 15px 20px 15px 20px;
    }

    .navbar-nav {
        display: inherit;
    }

}













/* ---------------------------------------------------------------------------
    Criado por : 09/12/2014, 15:51:14
    Autor      : Rodrigo Louzich Coelho - rodigo@inextecnologia.com.br
    Descrição  : Template padrão Site Fácil Agora - Modelo 2
   -------------------------------------------------------------------------


 Tags Gerais ------------------------------------------------------

body {
    color:#000;
    font-size: 12px;
    background: #e7e7e7;
}

a{
    color: blue;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
    color: red;
}


 Cabeçalho ------------------------------------------------------

#cabecalho {
    width: 100%;
    background: #e7e7e7; 
}

#logo-contatos {
    margin-top: 10px;
    margin-bottom: 10px;
}

.logo {
    float: left;
    margin-bottom: 20px;
}

.contatos {
    font-style: italic;
    text-align: right;
    margin: 10px 0 0 0;
}

#breadcrumb {
    width: 100%;
    background: #000;    
}

.breadcrumb {
    padding: 5px;
    margin-bottom: 0;
    list-style: none;
    background: none;
    border-radius: 0;
}

.breadcrumb a {
    color: #fff;
}

 Rodapé ------------------------------------------------------

#rodape {
    width: 100%;
    min-height: 30px;
    background: #CCC;
    margin: 20px 0 0 0;
    padding: 5px;
}

.sitefacil {
    background: url("../img/logo-sitefacilagora.png") no-repeat scroll 0px 0px transparent;
    float: right;
    height: 66px;
    margin-right: 0px;
    margin-top: -24px;
    width: 107px;
}

.sitefacil img {
    display: none;
}

.redes-sociais {
    float: left;
    padding-top: 6px;
}

.copyright {
    text-align: center;
    padding-top: 12px;
}

.logo-sfa {
    float: right;
}

 Slideshow ------------------------------------------------------

#slideshow {
    width: 100%;
    background: #000;    
}

.carousel {
    margin: 10px 0 10px 0;
}

.carousel-control, .item img {
    border-radius: 5px;
}

 Conteúdo ------------------------------------------------------

#conteudo {
    width: 100%;    
}

.grid-index {
    list-style: none;
    margin: 0;
}

.grid-index img {
    margin-right: 20px;
}

.sombra-sidebar {
    background: url("../img/sidebar-separator.png") no-repeat scroll right top;
    padding-right: 50px;
}


 Fale Conosco ------------------------------------------------------   

.google-maps {
    width: 100%;
    height: 250px;
    border: 5px solid #fff;
    margin: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.bot-enviar {
    margin-right: 20px;
}

 Galerias ------------------------------------------------------

.thumbnail {    
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
}

.thumbnail > img {
    width: 100%;    
}


 ---------------------------------------------------------------------------
 -----------------------------RESPONSIVO-----------------------------------
 -------------------------------------------------------------------------

@media screen and (min-width:768px) {

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
        margin-bottom:0px;
    }

    .navbar-default {
        border-radius: 5px;
        position: relative;
        margin-top: -25px;
        z-index: 20;
        background: #fff;
    }

    .nav>li>a {
        padding: 20px 40px 20px 40px;
        border-right: 2px  #ccc solid;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav li:first-child a{
        border-top-left-radius:6px;
        border-bottom-left-radius:5px;
        border-left: none;
    }

    .navbar-nav li:last-child a{
         style for last menu item 
        border-top-right-radius:9px;
        border-bottom-right-radius:9px;
        border-right: none;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}


@media (max-width: 992px) {
    .sitefacil {
        background: url("../img/logo-sitefacilagora2.png") no-repeat scroll 0px 0px transparent;
        width: 80px;
        height: 44px;        
        position: absolute;
        left: 50%;
        margin-left: -40px;
        float: none;
        margin-right: 0px;
        margin-top: 5px;
    }

    .redes-sociais {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }

    .copyright {
        text-align: center;
        width: 100%;
    }

    .logo-sfa {
        width: 100%;
        height: 50px;        
    }
}

@media (max-width: 976px) and (min-width:749px) {

    .nav>li>a {
        padding: 15px 20px 15px 20px;
    }

    .navbar-nav {
        display: inherit;
    }

}*/