/* 
    Document   : layout
    Author     : Filipe Murteira
    Description:
        Estilo geral da página
*/

@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900';

html,
body {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 12px;
    height: 100%;
    background-color: #ffffff;
    padding-top: 1px;
}


a{
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

#topoLinguas{
    display: none;
    background-color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
}
#topoLinguas .linguas a{
    color: #FFFFFF;
    display: inline-block;
    margin-right: 5px;
    font-weight: 300;
    font-size: 13px;
}
#topoLinguas .linguas a:hover,
#topoLinguas .linguas a.active{
    font-weight: 700;
}


/* Topo Menu */
#topoMenu{
    position: relative;
    z-index: 1;
    /*padding-bottom: 10px;*/
    background-color: #ffffff;
}

#topoMenu.fixo{
    
}

#topoMenu .linkC{
    float: left;
    margin-top: 20px;
    margin-right: 15px;
}

#topoMenu .linkCarrinho{
    position: relative;
    float: right;
    margin-top: 16px;
    margin-right: 15px;
    display: inline-block;
}
#topoMenu .linkCarrinho span{
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 20px;
    background-color: #ff0000;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    font-weight: 700;
}

#topoMenu .navbar {
    margin-bottom: 0px;
    min-height: 50px;
}
#topoMenu .navbar-brand {
    height: auto;
    padding: 5px 0px;
}
#topoMenu .navbar-brand img{
    width: 200px;
    max-width: 100%;
}
#topoMenu .nav>li{
    padding: 10px 15px;
    padding-top: 20px;
}
#topoMenu .nav>li>a {
    font-size: 13px;
    font-weight: 500;
    color: #004D59;
    position: relative;
    display: block;
    padding: 0px;
}
#topoMenu .nav>li>a.active,
#topoMenu .nav>li>a:focus,
#topoMenu .nav>li>a:hover {
    background-color: transparent;
    color: #ff0000;
}


@media (max-width: 767px) {
    
    #topoMenu .linkCarrinho{
        float: none;
    }

    
    #topoMenu .navbar-collapse.in {
        overflow-y: auto;
        max-height: 400px;
    }
    
    #topoMenu .navbar-nav > li{
        margin-right: 0px;
        margin-bottom: 10px;
    }
    
    /* Pesquisa */
    #topoMenu .navbar-form {
        padding: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 8px;
        margin-left: 0px;
    }
    
}
  
#conteudo{
    font-size: 14px;
    position: relative;
    color: #004D59;
    font-weight: normal;
}
a{
    color: #000000;
}

#conteudo .area{
    padding-top: 50px;
    padding-bottom: 50px;
}
#conteudo .areaCinza{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f2f2f2;
}
#conteudo .areaVerde{
    background-color: #004D59;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 300;
}
#conteudo .areaVerde h2{
    font-size: 29px;
    font-weight: normal;
    line-height: 38px;
}

#conteudo h1{
    font-weight: 900;
    font-size: 40px;
}
#conteudo h3{
    font-weight: 900;
    font-size: 25px;
}


#homeTopo{
    margin-top: -70px;
    background-image: url("../img/SlideShow_principal_v4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 80px;
    font-size: 26px;
}
#empresaTopo{
    background-image: url("../img/SlideShow_Empresa.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 26px;
}
#contactosTopo{
    background-image: url("../img/SlideShow_Empresa.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 26px;
}

/* Sub Categorias */
.produtosDestaque{
    margin-bottom: 25px;
}
.produtosDestaque .row{
    margin: 0px;
}
.produtosDestaque .row > div{
    padding: 0px;
}
.produtosDestaque .itemSub{
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: 700;
    color: #003a56;
    margin-bottom: 5px;
}
.produtosDestaque .itemSub a{
    display: block;
}


.produtosDestaque .itemSub .img{
    position: relative;
    background-color: #FFFFFF;
    
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}
.produtosDestaque .itemSub .img:after {
    content: "";
    display: block;
    padding-bottom: 85%;
}
.produtosDestaque .itemSub .nome{
    padding: 10px;
    color: #003a56;
}

/* Rodape */
#copy{
    font-size: 12px;
    font-weight: 300;
    padding-top: 40px;  
    padding-bottom: 40px;
    background-color: #ffffff;
    color: #004D59;
    text-align: center;
}

/* theme */
#newsletterForm.fv-form-bootstrap .fv-icon-no-label {
  right: 40px;
}

textarea.form-control{
    resize: none;
}


.modal-content {
    border-radius: 0px;
}

.embed-responsive.embed-responsive-mapa {
    padding-bottom: 22.25%;
}

#formContacto label {
    font-size: 16px;
    font-weight: 400;
}

.carrinhoDiv .dados .form-control,
#formContacto .form-control {
    color: #003a56;
    background-color: #e6e6e6;
    background-image: none;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#formContacto .btn{
    border-radius: 0px;
}

.addCarrinho{
    cursor: pointer;
}


.carrinhoDiv{
    margin-top: 30px;
    margin-bottom: 30px;
}
.carrinhoDiv .dados .form-control{
    padding-left: 0px;
    font-weight: 500;
}
    
.carrinhoDiv .dados{
    font-size: 14px;
    background-color: #ebebeb;
    padding: 10px;
    color: #333d47;
    margin-bottom: 5px;
}
.carrinhoDiv .btn{
    margin-bottom: 5px;
}
.carrinhoDiv .dados label{
    font-size: 14px;
    font-weight: normal;
}
.carrinhoDiv .btn-primary{
    background-color: #ebebeb;
    border-radius: 0px;
    color: #333d47;
    border-color: #ebebeb;
    font-weight: 500;
}
.carrinhoDiv .btn-primary:hover{
    background-color: #ffffff;
    color: #333d47;
    border-color: #333d47;
}
.carrinhoDiv .btn-default{
    background-color: #333d47;
    border-radius: 0px;
    color: #FFFFFF;
    border-color: #333d47;
    font-weight: 500;
    font-size: 20px;
}
.carrinhoDiv .btn-default:hover{
    background-color: #FFFFFF;
    color: #333d47;
    border-color: #333d47;
}
.carrinhoDiv .linha{
    margin-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.carrinhoDiv .qtdDiv{
    text-align: right;
}

.carrinhoDiv .linha .form-control {
    padding: 6px 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #ebebeb;
    background-image: none;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    max-width: 50px;
    
    height: 25px;
    margin-left: 10px;
    
    
}

.navbar-toggle .icon-bar{
    background-color: #003a56;
}

.navbar-toggle{
    border: 1px solid #003a56;
    margin-right: 0px;
    border-radius: 0px;
}

table{
    
}
table th{
    background-color: #004D59;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #FFFFFF;
    padding: 4px;
}
table td{
    background-color: #666666;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #FFFFFF;
    padding: 2px 2px;
}
table tr:nth-child(3) td,
table tr:nth-child(2) td{
    font-size: 20px;
    background-color: #333333;
}



.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #004D59;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #004D59;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #004D59;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #004D59;
    border-color: #004D59;
}