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

/* ==========================================================================
   Comum
   ========================================================================== */
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #5F6062;
    background-repeat: repeat-x;
    background-position: top left;
    background-image: url(images/fundo.png); 
}
h1 {
    font-size: 16px;
    font-weight: bold;

}
h2{
    font-size: 13px;
    font-weight: bold;
    color: #41348A;
}
h3{
    font-size: 12px;
    font-weight: normal;
    color: #ED7017;
}
h4{
    font-size: 12px;
    font-weight: normal;
    color: #ED7017;
}
h5 {
    font-size: 30px;
    color: #ED7017;
    line-height: 25px;
}
.cor-laranja{
    color: #ED7017;
}
.align-right{
    text-align: right;
}
.margem-top-pequena{
    margin-top: 5px;
}
.margem-top-normal{
    margin-top: 25px;
}
.margem-top-grande{
    margin-top: 50px;
}
.margem-bottom-pequena{
    margin-bottom: 5px;
}
.margem-bottom-normal{
    margin-bottom: 25px;
}
.margem-bottom-grande{
    margin-bottom: 50px;
}

a {
    /*color: #ED7017;*/
    text-decoration: none;
}
a:hover {
    color: #ED7017;
    text-decoration: none;
}
.link-2{
    background-image: url(images/icon_seta_ficha_tecnica+dec_confor.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
    color: #EE3524;
    padding-top: 1px;
}
.link-2:hover{
    color: #C0C0C0;
}
/* ==========================================================================
   Header
   ========================================================================== */
section#banner img{
    width: 100%;
}

.carousel {
    margin-bottom: 0px;
}
/* ==========================================================================
   Corpo Site
   ========================================================================== */
section#texto-galeria-00{
    margin-top: 40px;
}
section#contactos{
    margin-top: 40px;
}
section#mapa-google{
    margin-top: 40px;
}
section#texto-inicial{
    margin-top: 40px;
}
section#destaques{
    margin-top: 40px;
    padding-bottom: 20px;
}
section#destaques img{
    border-radius: 10px;
}
/* ==========================================================================
   Footer
   ========================================================================== */
footer{
    margin-top: 20px;
}
/* ==========================================================================
   Menu Principal
   ========================================================================== */
.nav {
    margin-top: 10px;
    margin-bottom: 10px;
}

.nav-tabs > li > a, .nav-pills > li > a {
    padding-right: 12px;
    padding-left: 150px;
    margin-right: 2px;
    line-height: 14px;
}

.nav-pills > li > a {
    font-weight: bold;
}

.nav > li > a:hover, .nav > li > a:focus {
    color: #ED7017;
    background-color: transparent;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    color: #ED7017;
    background-color: transparent;
}
/* ==========================================================================
   Elementos
   ========================================================================== */

/* ==========================================================================
   Página Contactos
   ========================================================================== */
section#formulario input[class*="span"], 
section#formulario select[class*="span"], 
section#formulario textarea[class*="span"], 
section#formulario .uneditable-input[class*="span"], 
section#formulario .row-fluid input[class*="span"], 
section#formulario .row-fluid select[class*="span"], 
section#formulario .row-fluid textarea[class*="span"], 
section#formulario .row-fluid .uneditable-input[class*="span"] {
    background-color: #fbe2d1;
    opacity: 0.8;
}

*::-webkit-input-placeholder {
    opacity: 1;
}
*:-moz-placeholder {
    opacity: 1;
}
*:-ms-input-placeholder { /* IE10+ */
    opacity: 1;
}
/* ==========================================================================
   Bootstrap
   ========================================================================== */

.modal-body {
    max-height: 500px;
}

ul.yiiPager a:link, ul.yiiPager a:visited {
    margin-top: -1px;
}

.modal-header .close {
    margin-top: 2px;
    font-size: 12px;
}
.modal-caption{
    margin-top: 10px;
}

/*==================================================
 * Box Effect 1
 * ===============================================*/
.effect1
{
    position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
    /*padding: 15px 0px;*/
}
.effect1:before, .effect1:after
{
    content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
.effect1:after
{
    right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
    -moz-transform:skew(8deg) rotate(3deg);     
    -ms-transform:skew(8deg) rotate(3deg);     
    -o-transform:skew(8deg) rotate(3deg); 
    transform:skew(8deg) rotate(3deg);
}



@media (max-width: 767px){
    [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
    }

    .logotipo{
        text-align: center;
    }
    .logotipo img{
        width: 275px;
    }
}