﻿body {
    background-color: white;
    padding: 0;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body header {
    padding: 5px;
    margin: 0 auto;
}

#Topo {
    background-color: white;
    width: 1100px;
    height: 200px;
    margin: 0 auto;
    padding:0;
    /*border:1px solid black;*/
    clear: both;
    overflow:hidden;
}

    #Topo img {
        float: left;
        margin: 0 auto;
    }

.barraEstilo {
    background-color: #ff4e00;
    /*background: radial-gradient(50px 50px, #ff4e00, #e23e00);*/
    background-image: linear-gradient(bottom, rgb(226,60,0) 20%, rgb(255,106,56) 64%, rgb(255,77,0) 80%);
    background-image: -o-linear-gradient(bottom, rgb(226,60,0) 20%, rgb(255,106,56) 64%, rgb(255,77,0) 80%);
    background-image: -moz-linear-gradient(bottom, rgb(226,60,0) 20%, rgb(255,106,56) 64%, rgb(255,77,0) 80%);
    background-image: -webkit-linear-gradient(bottom, rgb(226,60,0) 20%, rgb(255,106,56) 64%, rgb(255,77,0) 80%);
    background-image: -ms-linear-gradient(bottom, rgb(226,60,0) 20%, rgb(255,106,56) 64%, rgb(255,77,0) 80%);
    width: 100%;
    height: 60px;
    clear: both;
    padding: 0;
    margin: 0;
    /*border: 1px solid #3287bd;*/
}


#menutopo {
    width: 1110px;
    height: 60px;
    clear: both;
    padding: 0;
    margin: 0 auto;
    /*border: 1px solid rgba(0,0,0,0.3);*/
}

    #menutopo ul {
        float: left;
        margin: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        clear:both;
        /*border:1px solid #ee1a0c;*/
    }

    #menutopo li {
        float: left;
        padding: 0;
        margin: 0;
        /*font-family: "Times New Roman", Times, serif;
        font-size: 20.61px;*/
        line-height: 59px;
        list-style: none;
        text-align: center;
        height: 100%;
        border-left: 1px solid rgba(255,255,255,0.3);
        /*border-right: 1px solid rgba(255,255,255,0.3);*/
        border-right: 1px solid rgba(0,0,0,0.3);
    }

        #menutopo li:first-child {
            border-left: none;
        }

        #menutopo li:last-child {
            border-right: none;
        }

        #menutopo li a {
            text-decoration: none;
            height: 70px;
            width: 100%;
            line-height: 59px;
            color: #FFF;
            /*font-family: "Times New Roman", Times, serif;*/
            font-family: Calibri;
            font-weight: bold;
            letter-spacing: 2px;
            font-size: 14.61px;
            margin: -2px 0;
            padding: 0 10px;
            display: block;
            /*position:absolute;*/
        }

            #menutopo li a:hover {
                /*background-color: #49b5f9;*/
                background-color:#031382;/*Azul do logo*/

                -moz-transition-duration: 0.3s;
                -o-transition-duration: 0.3s;
                -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
                -moz-transition-timing-function: linear;
                -o-transition-timing-function: linear;
                -webkit-transition-timing-function: linear;
                transition-timing-function: linear;
                position: relative;
                -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
            }

                #menutopo li a:hover:after {
                    position: absolute;
                    top: 62px;
                    right: -8px;
                    border-width: 4px;
                    /*border-color: #3287bd transparent transparent #3287bd;*/
                    border-color: #041ec9 transparent transparent #041ec9;/*Novo tom de azul*/
                    border-style: solid;
                    content: "";
                    -moz-transition-duration: 0.4s;
                    -o-transition-duration: 0.4s;
                    -webkit-transition-duration: 0.4s;
                    transition-duration: 0.4s;
                    -moz-transition-timing-function: linear;
                    -o-transition-timing-function: linear;
                    -webkit-transition-timing-function: linear;
                    transition-timing-function: linear;
                }

#Pagina {
    width: 1110px;
    height: auto;
    margin: 10px auto;
    padding: 0;
    /*border: 1px solid #ff6a00;*/
    background-color: white;
    clear: both;
}



.contatos {
    float: right;
    /*border: 1px solid #000;*/
    font-family: "Times New Roman", Times, serif;
    /*color: rgb(50%,50%,50%);*/
        color:black;
    margin: 0;
    height:100%;
    background-color: white;
}
    .contatos table {
    margin: auto 0;
    padding:0;
    }
    .contatos table tr {
    height:auto;
    width:auto;
    margin:0;
    }
    .contatos table tr td {
        font-family: "Times New Roman", Times, serif;
        /*color: rgb(50%,50%,50%);*/
        margin:0;
        font-weight:bold;
        font-size:26px;
        color:#031382;
        width:auto;
        height:auto;
    }



#menu {
    /*display: block;*/
    width: 232px;
    float: left;
    margin: 5px 0;
    padding: 0;
}

    #menu > ul {
        list-style: none;
        margin: 0;
        padding: 0;
        /*vertical-align: baseline;*/
        /*line-height: 1;*/
        border: 1px solid rgba(0,0,0,0.25);
        border-radius: 15px;
        /*height: auto;*/
        width: 230px;
    }

        #menu > ul li {
            display: block;
            /*position: relative;*/
            margin: 0;
            padding: 0;
            width: 100%;
            /*border-left: 5px solid #33CCFF;*/
            border-left: 5px solid #031382;
        }

            /*#menu > ul li a {               
                display: block;
                width: 100%;
                margin: 0;
                border-top: 1px dotted #fff;
                border-bottom: 1px dotted #d9d9d9;
                padding: 11.2px;
                font-family: Helvetica, Arial, sans-serif;
                color: #000;
                text-decoration: none;
                -webkit-text-shadow: 0 1px 0 #fff;
                text-shadow: 0 1px 0 #fff;
                font-size: 13px;
                font-weight: 300;
                background: #eaeaea;
            }*/

            /* Changing the color of the arrow on hover */
            /*#menu > ul li > a:hover::after, #menu > ul li:hover > a::after {
                border-left: 4px solid #fff;
            }*/
            #menu > ul li > .linka:hover::after, #menu > ul li:hover > .linka::after {
                border-left: 4px solid #fff;
            }
            /*#menu > ul li > a:hover::before, #menu > ul li:hover > a::before {
                border-left: 4px solid rgba(0, 0, 0, .25);
            }*/
            #menu > ul li > .linka:hover::before, #menu > ul li:hover > .linka::before {
                border-left: 4px solid rgba(0, 0, 0, .25);
            }
        /* THE SUBMENUS */
        #menu > ul ul {
            position: absolute;
            left: 150px;
            top: -9999px;
            padding-left: 5px;
            opacity: 0;
            /* The fade effect, created using an opacity transition */
            -webkit-transition: opacity .3s ease-in;
            -moz-transition: opacity .3s ease-in;
            -o-transition: opacity .3s ease-in;
            -ms-transition: opacity .3s ease-in;
            transition: opacity .3s ease-in;
        }

        /* Showing the submenu when the user is hovering the parent link */
        #menu > ul li:hover > ul {
            top: 0px;
            opacity: 1;
        }


.HeaderList {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-left: none;
    width: 220px;
    margin: 0;
    border-top: 0;
    height: 50px;
    background-color: #f8552c;
    color: #f8552c;
    cursor: default;
    border-color: transparent;
    background-color: #ff4e00;
    background-image: linear-gradient(bottom, rgb(226,60,0) 20%, rgb(255,106,56) 64%, rgb(255,77,0) 80%);
    background-image: -o-linear-gradient(bottom, rgb(226,60,0) 20%, rgb(255,106,56) 64%, rgb(255,77,0) 80%);
    background-image: -moz-linear-gradient(bottom, rgb(226,60,0) 20%, rgb(255,106,56) 64%, rgb(255,77,0) 80%);
    background-image: -webkit-linear-gradient(bottom, rgb(226,60,0) 20%, rgb(255,106,56) 64%, rgb(255,77,0) 80%);
    background-image: -ms-linear-gradient(bottom, rgb(226,60,0) 20%, rgb(255,106,56) 64%, rgb(255,77,0) 80%);
}

    .HeaderList:hover {
        -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
        text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
        border-color: transparent;
        cursor: default;
    }

.FooterList {
    border-bottom-right-radius: 15px;
    border-left: none;
    width: 220px;
    margin: 0;
    background-color: #eaeaea;
    color: #eaeaea;
    cursor: default;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    border-bottom: solid 1px #d9d9d9;
    height: 15px;
}

    .FooterList:hover {
        -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
        text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
        background: #eaeaea;
        border-color: #d9d9d9;
        cursor: default;
    }

.linka {
    display: block;
    width: 100%;
    margin: 0;
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #d9d9d9;
    padding: 11.2px;
    font-family: Helvetica, Arial, sans-serif;
    /*color: #000;*/
    color:black;
    text-decoration: none;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    /*font-size: 13px;*/
    font-size:15px;
    font-weight: 300;
    background: #eaeaea;
}

    .linka:hover {
        color: #fff;
        -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
        text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
        /*background: #54cdf1;
            background: -webkit-linear-gradient(bottom, #54cdf1, #74d7f3);
            background: -ms-linear-gradient(bottom, #54cdf1, #74d7f3);
            background: -moz-linear-gradient(bottom, #54cdf1, #74d7f3);
            background: -o-linear-gradient(bottom, #54cdf1, #74d7f3);*/
        
        background: #4c537f; /* Old browsers */
        background: -moz-linear-gradient(top, #4c537f 1%, #031382 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4c537f), color-stop(100%,#031382)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #4c537f 1%,#031382 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #4c537f 1%,#031382 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #4c537f 1%,#031382 100%); /* IE10+ */
        background: linear-gradient(to bottom, #4c537f 1%,#031382 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c537f', endColorstr='#031382',GradientType=0 ); /* IE6-9 */
        border-color: transparent;

        transition: ease 0.1s;
        -moz-transition: ease 0.1s;
        -webkit-transition:ease 0.1s;
        -o-transition:ease 0.1s;
        
    }


#Conteudo {
    width: 860px;
    height: auto;
    float: right;
    position: relative;
    /*border: 1px solid #33CCFF;*/
    margin: 0;
    right: 5px;
    /*padding:10px;*/
}

.titulo {
    /*margin: 10px 20px;*/
    margin: 10px 0;
    /*border: 1px solid #000;*/
}

    .titulo h2 {
        color: #f8552c;
        margin: 0 -10px;
    }

article p {
    /*color:#2c2c2c;*/
    /*margin: 0 10px;*/
    margin: 0;
    line-height: 1.5em;
    font-family: Cambria, 'Times New Roman', 'Nimbus Roman No9 L', 'Freeserif', Times, serif;
    /*color: rgb(50%,50%,50%);*/
    color:rgb(9, 9, 9);
    font-size:1.3em;

}

#cxprod {
    position: relative;
    width: 860px;
    height: auto;
    margin: 10px auto;
    display: block;
    clear: both;
}

    #cxprod ul {
        width: 850px;
        height: auto;
        margin: 0;
        padding: 0;
        /*border: 1px solid #000;*/
        clear: both;
    }

        #cxprod ul li {
            list-style: none;
            /*float: left;*/
            height: 200px;
            width: auto;
            /*border: 1px solid #0F0;*/
            margin: 5px auto;
            padding: 10px 0;
            display: block;
        }

.cxitem {
    /*width: 160px;*/
    width: 200px;
    height: auto;
    border: 1px solid rgba(255,255,255,0);
    border-radius: 5px;
    position: relative;
    margin: 5px 5px;
    padding: 0;
    float: left;
    -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
}

    .cxitem figure {
        width: 100%;
        height: auto;
        margin: 0;
        position: relative;
        padding: 0;
    }

        .cxitem figure figcaption {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            height: 40px; /*3 x font-size + 1px espaço altura*/
            text-align: left;
            font-weight:bold;
            position: relative;
            left: auto;
            color: #000;
            margin-left: 10px;
            /*z-index:1;*/
        }

.imgProd {
    width: 130px;
    height: 130px;
    margin: 15px 35px;
    border: none;
    z-index: 40;
    /*border: 1px solid #03F;*/
}

    .imgProd:hover {
        /*opacity: 0.4;*/
        cursor:pointer;
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        -webkit-transform: scale(2);
        transform: scale(2);
        /*-moz-transition-delay: 3s;
                -o-transition-delay: 3s;                
                -webkit-transition-delay: 3s;
                transition-delay: 3s;*/
        -moz-transition: linear;
        -o-transition: linear;
        -webkit-transition: linear;
        transition: linear;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        background-color: transparent;
        z-index: 31;
    }




#rodape {
    width: 100%;
    height: 200px;
    background-color: #f8552c;
    position: relative;
    margin: 10px auto;
    display: block;
    float: left;
}

.contbaixo {
    width: 500px;
    height: 177px;
    margin: 30px 0;
    margin-right: 50px;
    margin-left: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    border-right: 1px solid rgba(0,0,0,0.3);
    float: left;
}

.midias {
    width: 400px;
    height: 177px;
    position: relative;
    margin: 10px;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    text-align: right;
    display: inline-block;
    top: 30px;
}

    .midias img {
        /*margin: 20px 0 0 0;*/
        border: none;
    }

#rodapeCentral {
    width: 1110px;
    /*height: 60px;*/
    height: 200px;
    clear: both;
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    /*border:1px solid black;*/
}

    #rodapeCentral a {
        text-decoration: none;
        /*color: white;*/
        color:black;
        height: 60px;
        line-height: 60px;
        /*width: 188px;*/
        width:80%;
        margin-left: 3px;
    }

    #rodapeCentral p {
        /*color: white;*/
        height: 60px;
        line-height: 60px;
        width: 449px;
    }

    #rodapeCentral span {
        line-height: 60px;
        height: 60px;
        /*color: rgb(90%,90%,90%);*/
        color:black;
        font-family: Cambria, 'Times New Roman', 'Nimbus Roman No9 L', 'Freeserif', Times, serif;
        /*font-size: 0.8em;*/
        font-size:0.9em;
        width: 80%;
    }

#emailFooter {
    height: 30px;
    width: 40px;
    margin: 0 10px;
}

#rodapeCentral img {
    vertical-align: middle;
    margin: 0 10px;
    border: none;
}

#faceFooter {
    cursor: pointer;
}

#PagContrucao {
    font-family: 'Arial Narrow', 'Nimbus Sans L', sans-serif;
    font-size: 1.3em;
    color: #54cdf1;
    text-decoration: underline;
    letter-spacing: 1px;
    /*margin-left: 20px;*/
    margin-left: 0;
}

@font-face {
    font-family: 'Socialico';
    src: url("/Font/Socialico.ttf"), url("/Font/Socialico.otf");
}

@font-face {
    font-family: 'pictos';
    src: url("/Font/pictos-icons.ttf");
}

/*[data-icon]:before {
font-family:'Socialico';
color:#171717;
font-size:4em;
text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
content:attr(data-icon);
}*/
.rSocial:before {
    font-family: 'Socialico';
    /*color:#171717;*/
    color: #54cdf1;
    font-size: 3em;
    -webkit-text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    content: attr(data-icon);
}

/*[data-icon]:hover {
transform:scale(2,2);
-moz-transform:scale(2,2);
-o-transform:scale(2,2);
-ms-transform:scale(2,2);
-webkit-transform:scale(2,2);
content:attr(data-icon);
color:#54cdf1;
}*/

#menutopo label {
    font-family: Calibri;
    color: transparent;
    margin: 0;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 14.61px;
}

#menutopo table {
display:none;
}

/*#search {
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-family: Cambria, 'Times New Roman', 'Nimbus Roman No9 L', 'Freeserif', Times, serif;
    letter-spacing: 1px;
    font-size: 0.8em;
    color: rgb(50%,50%,50%);
    border-radius: 5px 0 0 5px;
    padding: 0 5px;
    margin-left: 20px;
    border: 1px solid rgb(60%,60%,60%);
}*/

.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "WebFont";
    src: url("/Font/raphaelicons-webfont.eot") format('eot'), url("/Font/raphaelicons-webfont.ttf") format('ttf'), url("/Font/raphaelicons-webfont.woff") format('woff');
}

#icoPesq {
    line-height: 30px;
    display: inline;
    background-color: #33CCFF;
}

    #icoPesq:before {
        display: inline-block;
        width: 45px;
        height: 29px;
        padding: 0;
        margin: 0;
        border: none;
        /*border: 1px solid #33CCFF;*/
        font-family: "WebFont";
        content: attr(data-icon);
        line-height: 30px;
        color: white;
        font-size: 1.7em;
        text-align: center;
        background-color: #33CCFF;
        vertical-align: middle;
        border-radius: 0 5px 5px 0;
    }
