﻿body {
    font-size: .85em;
    /*font-family: 'Open Sans', sans-serif !important;*/
    /*font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    color: #232323;
    background-color: #282d30 !important;
}

header, footer, nav, section {
    display: block;
}

header {
    background-color: #c12f3f !important;
    color: #fff;
}

    header .logo {
        line-height: 100px;
        text-align: left;
    }

        header .logo img {
            max-width: 50%;
        }

    header .contatos {
        font-size: 12px;
        line-height: 100px;
        text-align: center;
    }

        header .contatos span.telefone,
        header .contatos span.email,
        header .contatos span.atendimento-online {
            padding-left: 24px;
        }

        header .contatos span.telefone {
            background: transparent url('img/geral/ico-telefone-p.png') 0px 50% no-repeat;
        }

        header .contatos span.email {
            background: transparent url('img/geral/ico-email-p.png') 0px 50% no-repeat;
        }

        header .contatos span.atendimento-online {
            background: transparent url('img/geral/ico-telefone-p.png') 0px 50% no-repeat;
        }

nav.menu-mobile {
    visibility: hidden;
    display: none;
}

nav.menu-topo {
    height: 51px;
    background: #f8f8f8;
    border-bottom: 1px solid #e7e7e7;
}

    nav.menu-topo ul.menu {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        nav.menu-topo ul.menu > li {
            list-style: none;
            margin: 0px;
            padding: 0px;
            float: left;
            height: 50px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            width: 16.666%;
        }

            nav.menu-topo ul.menu > li > a {
                float: left;
                width: 100%;
                height: 100%;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                line-height: 20px;
                padding-top: 15px;
                text-align: center;
                text-transform: uppercase;
                font-size: 14px;
                color: #777;

                -moz-transition-property:  all;
                -webkit-transition-property: all;
                -o-transition-property: all;
                transition-property: all;
                -moz-transition-duration: .5s;
                -webkit-transition-duration: .5s;
                -o-transition-duration: .5s;
                transition-duration: .5s;
            }

            nav.menu-topo ul.menu > li.central-do-cliente > a {
                /* padding-top: 17px; */
            }

            nav.menu-topo ul.menu > li > a:hover {
                color: #222;
                text-decoration: none;
                /*background-color:#fff;*/
            }

            nav.menu-topo ul.menu > li.active > a {
                background-color: #e7e7e7;
                color: #555;
            }

.corpo {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif !important;
}

.px16 {
    font-size: 16px;
}

.corpo p.verde,
.corpo span.verde {
    color: #468C00 !important;
}


.corpo  h1 {
        font-size: 31px;
        font-weight: normal;
        margin-top: 0px;
    }

.corpo  h2 {
        font-size: 26px;
        font-weight: normal;
        margin-top: 0px;
    }

.corpo  h3 {
        font-size: 22px;
        font-weight: normal;
        margin-top: 0px;
    }

.corpo .h1-descricao {
        font-size: 16px;
        font-weight: normal;
        color: #468C00;
    }

.corpo .h2-descricao {
        font-size: 14px;
        font-weight: normal;
        color: #468C00;
    }


    .corpo section.cinza,
    .corpo section.branco {
        padding-top: 60px;
        padding-bottom: 60px;
        border-bottom: 1px solid #e7e7e7;
    }


    .corpo section.cinza {
        background-color: #f8f8f8;
        
    }

    .corpo section.branco {
        background-color: #fff;
    }

.corpo .titulo-pagina {
    background: #468C00 url('../content/img/geral/titulo.jpg') 50% 50% no-repeat;
    background-attachment:fixed;
    background-size:cover;
    color:#fff;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
}

.corpo .titulo-pagina.azul {
    background: #CCC url('../content/img/geral/bg-azul.jpg') 50% 50% no-repeat;
    background-attachment:fixed;
}

.corpo .titulo-pagina.verde {
    background: #CCC url('../content/img/geral/bg-verde.jpg') 50% 50% no-repeat;
    background-attachment:fixed;
}

.corpo .titulo-pagina.laranja {
    background: #CCC url('../content/img/geral/bg-laranja.jpg') 50% 50% no-repeat;
    background-attachment:fixed;
}

.corpo .titulo-pagina.rosa {
    background: #CCC url('../content/img/geral/bg-rosa.jpg') 50% 50% no-repeat;
    background-attachment:fixed;
}

.corpo .titulo-pagina.roxo {
    background: #CCC url('../content/img/geral/bg-roxo.jpg') 50% 50% no-repeat;
    background-attachment:fixed;
}

.corpo .titulo-pagina h1 {
        margin: 0px;
        color: #fff;
        font-size: 34px;
}

.corpo .conteudo-pagina {
    padding-top: 40px;
    padding-bottom:40px;
}


.btn-default.verde {
    background-color: #fff;
    color: #468C00;
    border-color: #468C00;

                -moz-transition-property:  all;
                -webkit-transition-property: all;
                -o-transition-property: all;
                transition-property: all;
                -moz-transition-duration: .5s;
                -webkit-transition-duration: .5s;
                -o-transition-duration: .5s;
                transition-duration: .5s;

}

.btn-default.verde:hover {
    background-color: #468C00;
    color: #fff;
    border-color: #468C00;
}

footer .footer1 {
    background-color: #042541;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}

    footer .footer1 .item {
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        font-size: 14px;
    }

        footer .footer1 .item img {
            margin-top: 20px;
            margin-bottom: 20px;
        }

footer .footer2 {
    background-color: #063E6C;
    color: #fff;
    padding-top:30px;
    padding-bottom: 30px;
    font-size: 12px;
}

    footer .footer2 .logo {
        text-align: right;
    }

    footer .footer2 .logo img {

        max-width: 100%;

    }

/********************
*   Desktop - Large *
********************/

@media only screen and (min-width: 1200px) {

    header .contatos {
        text-align: center;
    }

        header .contatos .telefone {
            font-size: 20px;
        }

        header .contatos .email {
            font-size: 16px;
        }
}


/********************
*   Desktop - Medium *
********************/

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    header .contatos {
        text-align: center;
    }

        header .contatos .telefone {
            font-size: 20px;
        }

        header .contatos .email {
            font-size: 14px;
        }
    

}

/********************
*   Tablet - Small *
********************/

@media only screen and (min-width: 768px) and (max-width: 991px) {

    header .contatos .telefone {
        font-size: 18px;
    }

    nav.menu-topo ul.menu > li > a {
        font-size: 12px;
    }

    nav.menu-topo ul.menu > li.central-do-cliente a {
        padding-top: 7px;
    }





}

/********************
*   Mobile - Extra Small  *
********************/
@media only screen and (max-width: 767px) {



    header {
        padding-top: 51px;
        /*padding-bottom: 30px;*/
    }

        header .logo {
            text-align: center;
            line-height: 100px;
        }

        header .contatos {
            line-height: 24px;
            text-align: center;
        }

            header .contatos .telefone {
                font-size: 18px;
            }


    nav.menu-topo {
        visibility: hidden;
        display: none;
    }

    nav.menu-mobile {
        visibility: visible;
        display: block;
    }

    footer .footer1 .item {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        font-size: 12px;
    }

        footer .footer1 .item img {
            margin-top: 10px;
            margin-bottom: 10px;
        }

    footer .footer2 {
        font-size: 12px;
        text-align:center;
    }

    footer .footer2 .logo {
        text-align: center;
    }





}





/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}


/*--  --*/

/*

nav.menu-topo .sidebar-nav {
    padding: 9px 0;
}

nav.menu-topo .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

nav.menu-topo .dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

nav.menu-topo .dropdown:hover .dropdown-menu {
    display: block;
}

nav.menu-topo .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

nav.menu-topo .navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

nav.menu-topo .navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

*/