/* 
    Document   : flexica
    Created on : 25/Jun/2013, 16:57:30
    Author     : Flexica
    Description:
        Purpose of the stylesheet follows.
*/

hr {
    margin: 10px 0;
    border: 0;
    border-top: 1px solid #6A737B;
    border-bottom: 0px solid #6A737B;
}

body{
    background-color: #FFF;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #6A737B;
}

/* ==========================================================================
   Comum
   ========================================================================== */
h3{
    font-size: 15px;
    line-height: 20px;
}
/* ==========================================================================
   Header
   ========================================================================== */
header#header {
    position: absolute;
    width: 100%;
    top: 0px;
    background-color:rgba(255,255,255,0.8);
    z-index: 1000;
}
.carousel-indicators {
    position: absolute;
    top: initial;
    bottom: 15px;
    left: 15px;
    z-index: 5;
    margin: 0;
    list-style: none;
}
section#banner{
    min-height: 145px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}
.bannerImagem > img, .bannerImagem > a > img {
    width: 100%;
}
.fundo-banner{
    background-image: url('images/sombra_banner.png');
    background-repeat: repeat-x;
}
/* ==========================================================================
   Index
   ========================================================================== */

.destaque-titulo-home {
    display: inline-block !important;
    width:80%;
    padding-bottom: 5px;
    border-bottom: 1px solid #6A737B;
}
.destaque-titulo-home h3{
    display: inline;
    color: #0083BE;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}
/* ==========================================================================
   Footer
   ========================================================================== */

/* ==========================================================================
   Menu Topo
   ========================================================================== */

/* ==========================================================================
   Menu Principal
   ========================================================================== */
.menu-principal .navbar{
    margin-bottom: 0px !important;
    position: absolute;
    /*bottom: 0px;*/
}
@media (min-width: 1200px){
    .menu-principal .navbar{
        right: 7.172995780590718%;
        margin-right: 1.2658227848101267%;
    }
}
@media (min-width: 980px) and (max-width: 1200px) {
    .menu-principal .navbar{
        right: 7.368421052631579%;
        margin-right: 1.0526315789473684%;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .menu-principal .navbar{
        right: 7.084468664850136%;
        margin-right: 1.3623978201634876%;
    }
}

.menu-principal .navbar-inner {
    min-height: 30px;
    padding-left: 20px;
    padding-right: 0px;
    /*padding-bottom: 5px;*/
    background-color: transparent;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(right, transparent 0%, transparent 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(right, transparent 0%, transparent 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(right, transparent 0%, transparent 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, transparent), color-stop(1, transparent));
    /* Webkit (Chrome 11+) */ 
    background-image: none;
    /* W3C Markup, IE10 Release Preview */ 
    background-image: none;
    background-repeat: repeat-x;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='transparent', GradientType=0);*/
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.menu-principal .navbar .nav > li.notfirst {
    background: url('images/barras_verticais_verdes.png') no-repeat 0px 15px;
    background-image: url('images/barras_verticais_verdes.png');
    background-repeat: no-repeat;
    background-position-y: 15px;
    padding-left: 15px;
}

.menu-principal .navbar .nav > li > a {
    float: none;
    color: #6A737B;
    text-decoration: none;
    text-shadow: none;
    font-size: 15px;
    /*font-weight: bold;*/
    text-transform: uppercase;
}

.menu-principal .navbar .nav > li.last > a {
    padding: 10px 0px 10px 15px;
}

.menu-principal .navbar .nav > li > a:focus, 
.menu-principal .navbar .nav > li > a:hover {
    background-color: transparent;
    color: #0083BE;
    text-decoration: none;
}
.menu-principal .navbar .nav > .active > a, 
.menu-principal .navbar .nav > .active > a:hover, 
.menu-principal .navbar .nav > .active > a:focus {
    color: #0083BE;
    text-decoration: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 768px) and (max-width: 979px) {
    .menu-principal .navbar .nav-collapse{
       background: rgba(255,255,255,0.8);
       
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    .menu-principal .navbar .nav-collapse{
       background: rgba(255,255,255,0.8);
       
    }
}
/* 
==========================================================================
Form Newsletter
========================================================================== 
*/
section#cabecalho form input[type="text"]{
    background-color: #778188;
    border-radius: 25px 0px 0px 25px;
    font-size: 11px;
    border: 1px solid #919aa1;
    border-right: none;
    height: 15px !important;
    margin: -5px 0 0 0;
    color:#FFF;
}
section#cabecalho form input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
    color:    #FFF;
}
section#cabecalho form input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #FFF;
}
section#cabecalho form input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #FFF;
}
section#cabecalho form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #FFF;
}
section#cabecalho form input[type="submit"]{
    background: url(images/bt_setas_newsletter.png) #778188 no-repeat 2px 4px;
    background-image: url(images/bt_setas_newsletter.png);
    background-color: #778188;
    background-repeat: no-repeat;
    background-position-x: 2px;
    background-position-y: 4px;
    border-radius: 0px 25px 25px 0px;
    border: 1px solid #919aa1;
    border-left: none;
    font-size: 11px;
    height: 25px !important;
    width: 20px !important;
    margin:-5px 0 0 -4px;
    padding: 0;
}
/* 
==========================================================================
Sub Menu
========================================================================== 
*/
section#submenu{
    margin-top: 20px;
    margin-bottom: 20px;
}
section#submenu .span4{
    border-bottom: 1px solid #6A737B;
}
section#submenu a{
    font-size: 15px;
    color: #6A737B;
}
section#submenu a.active{
    color: #0083BE;
}
@media (min-width: 768px) and (max-width: 980px) {
    section#submenu a{
        font-size: 12px;
    }
}
/* ==========================================================================
   Footer
   ========================================================================== */
footer#footer{
    background-color: #5E6A71;
    padding: 15px 0px 5px 0px;
    color: white;
    font-size: 12px;
    background-image: url("images/rodape.jpg");
    background-repeat: repeat-x;
    margin-top: 35px;
}
footer#footer .face-link{
    color: white;
    font-size: 14px;
}
footer#footer a{
    color: white;
    text-decoration: none;
}
footer#footer a:hover{
    color: #0083BE;
    text-decoration: none;
}
/* ==========================================================================
   Bootstrap
   ========================================================================== */
@media (min-width: 0px) and (max-width: 768px) {
    section#corpo{
        margin-top: 20px;
    }
}
a {
    color: #011c3c;
    text-decoration: none;
}

section#menu-topo .navbar {
    overflow: visible;
    margin-bottom: 5px;
}
.carousel
{
    margin: 0 !important;
}
/*section#menu-topo .carousel-indicators {
    top: 165px;
    left: 25px;
}*/
section#menu-topo .carousel-indicators li {
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 6px;
    border-color: white;
    border-width: 3px;
    border-style: solid;
}
section#menu-topo .carousel-indicators .active {
    background-color: black;
}

/* ==========================================================================
   Dicionario Otico
   ========================================================================== */
section#faqs .faqs-titulo{
    text-transform: uppercase;
    background-image: url('images/barras_verticais_verdes.png');
    background-repeat: no-repeat;
    background-position-y: 5px;
    padding-left: 15px;
    margin-bottom: 0px;
    font-size:11px;
}
section#faqs .faqs-texto{

}
/* ==========================================================================
   Produtos
   ========================================================================== */

/* ==========================================================================
   Fancybox
   ========================================================================== */

.fancybox-title-float-wrap {
    position: relative;
    bottom: 0;
    right: 0%;
    margin-bottom: 0px;
    z-index: 8050;
    text-align: left;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 0px;
    background: white;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-float-wrap .child {
    text-shadow: none;
    color: #011c3c;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
    font-size: 12px;
}


/* ==========================================================================
   Marcações
   ========================================================================== */
section.formulario{
    margin-top: -45px;
}
section.formulario .titulo-marcacoes{
    background-image: url('images/barras_verticais_verdes.png');
    background-repeat: no-repeat;
    background-position-y: 3px;
    padding-left: 15px;
    margin-bottom: 0px;
    font-size: 14px;
}
section.formulario input, section.formulario textarea, section.formulario select, section.formulario .cont-select{
    background-color: #919aa1;
    border-radius: 10px;
    font-size: 11px;
    border: 1px solid #919aa1;
    height: 25px;
    min-height: 20px !important;
    margin: 0 0 15px 0;
    color:#FFF;
}
section.formulario input, section.formulario select{
    height: 25px ;
    min-height: 20px !important;
}
section.formulario textarea{
    height: 120px !important;
    min-height: 120px !important;
}
section.formulario select{
    background: url(images/bt_setas_marcacoes.png) no-repeat 80% 5px #919aa1;
    background-position-x: 80%;
    background-position-y: 5px;
    width:120%;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
section.formulario label{
    font-size: 11px;
}
section.formulario .botaoFormSend{
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #6A737B;
    float: right;
}
section.formulario .botaoFormSend a{
    text-decoration: none;
}
/* ==========================================================================
   Contactos
   ========================================================================== */


.titulo-galeria{
    background: url('images/barras_verticais_verdes.png') no-repeat 0px 3px;
    background-image: url('images/barras_verticais_verdes.png');
    background-repeat: no-repeat;
    background-position-y: 3px;
    padding-left: 15px;
    margin-bottom: 0px;
    font-weight: normal;
}

/* ==========================================================================
   Li e aceito politica de privacidade
   ========================================================================== */
form .politica .span24{
	display: flex;
}
form .politica span{
	display: inline-block;
	margin: 2px 5px;	
}