﻿
@font-face {
    font-family: 'museo_sans500';
    src: url('../Font/museosans_3-webfont.eot');
    src: url('../Font/museosans_3-webfont.eot?#iefix') format('embedded-opentype'), url('../Font/museosans_3-webfont.woff2') format('woff2'), url('../Font/museosans_3-webfont.woff') format('woff'), url('../Font/museosans_3-webfont.ttf') format('truetype'), url('../Font/museosans_3-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans300';
    src: url('../Font/museosans_2-webfont.eot');
    src: url('../Font/museosans_2-webfont.eot?#iefix') format('embedded-opentype'), url('../Font/museosans_2-webfont.woff2') format('woff2'), url('../Font/museosans_2-webfont.woff') format('woff'), url('../Font/museosans_2-webfont.ttf') format('truetype'), url('../Font/museosans_2-webfont.svg#museo_sans300') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans900';
    src: url('../Font/museosans_0-webfont.eot');
    src: url('../Font/museosans_0-webfont.eot?#iefix') format('embedded-opentype'), url('../Font/museosans_0-webfont.woff2') format('woff2'), url('../Font/museosans_0-webfont.woff') format('woff'), url('../Font/museosans_0-webfont.ttf') format('truetype'), url('../Font/museosans_0-webfont.svg#museo_sans900') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans100';
    src: url('../Font/museosans_1-webfont.eot');
    src: url('../Font/museosans_1-webfont.eot?#iefix') format('embedded-opentype'), url('../Font/museosans_1-webfont.woff2') format('woff2'), url('../Font/museosans_1-webfont.woff') format('woff'), url('../Font/museosans_1-webfont.ttf') format('truetype'), url('../Font/museosans_1-webfont.svg#museo_sans100') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans700';
    src: url('../Font/museosans-webfont.eot');
    src: url('../Font/museosans-webfont.eot?#iefix') format('embedded-opentype'), url('../Font/museosans-webfont.woff2') format('woff2'), url('../Font/museosans-webfont.woff') format('woff'), url('../Font/museosans-webfont.ttf') format('truetype'), url('../Font/museosans-webfont.svg#museo_sans700') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'edwardian_script_itcregular';
    src: url('../Font/itcedscr-webfont.eot');
    src: url('../Font/itcedscr-webfont.eot?#iefix') format('embedded-opentype'), url('../Font/itcedscr-webfont.woff2') format('woff2'), url('../Font/itcedscr-webfont.woff') format('woff'), url('../Font/itcedscr-webfont.ttf') format('truetype'), url('../Font/itcedscr-webfont.svg#edwardian_script_itcregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Blacksword';
    src: url('../Font/Blacksword.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneueltstd-lt';
    src: url('../Font/helveticaneueltstd-lt.otf') format('opentype');
}


/* RESET
----------------------------------------------------------------------------------------*/
* {
    margin: 0px;
    padding: 0px;
    border: medium none;
    font-family: 'helveticaneueltstd-lt';
    outline: none;
    color: #252e42;
}




input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #dcdada inset;
}

:-internal-autofill-previewed {
    font-size: 22px !important;
}

html {
    height: 100%;
}

body {
    height: 100%;
}

ul, ol {
    list-style: none outside none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

:active:not(input,textarea),
:focus:not(input,textarea),
::-moz-focus-inner:not(input,textarea) {
    outline: none;
    border: medium none;
}

select option {
    /*margin: 40px;*/
    /*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);*/
    /*background: #dcdada;*/
    font-family: 'HelveticaNeueLTStd-Th';
    background: rgba(0, 0, 0, 0.3);
}

select {
    font-family: 'HelveticaNeueLTStd-Th';
}

button {
    cursor: pointer
}

h1, h2, h3, h4, h5, h6, strong, b, th {
    font-family: 'HelveticaNeueLTStd-Th';
    font-weight: normal;
}

em, i, address, small {
    font-family: 'HelveticaNeueLTStd-Th';
    font-style: normal;
}


input::-webkit-input-placeholder {
    font-size: 20px;
    line-height: 3;
    opacity: 0.4;
}

/**MODAL
*************************/
.overlay {
    background: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    width: 100%;
    height: 2000px;
    position: fixed;
    top: 0px;
    z-index: 77777;
    display: none;
}
/* OVERLAY E LOADER
-----------------------------------------------------------*/
#loader {
    width: 220px;
    height: 220px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -30px;
    z-index: 77778;
    background: url('../Img/comum/FMC_new_loader.gif') no-repeat scroll top center;
    background-size: 200px;
}

/*    #loader div {
        background: url('../Img/comum/loader.gif') no-repeat scroll center center;
        width: 130px;
        height: 8px;
        position: absolute;
        bottom: 0;
        left: 18px;
    }*/

.bx-modal {
    background: transparent url('../Img/comum/bg-modal.png') repeat scroll left top;
    width: 500px;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -250px;
    z-index: 77778;
    display: none;
    padding: 0 20px;
}

    .bx-modal .header {
        width: 100%;
        padding-top: 30px;
        position: relative;
    }

        .bx-modal .header h2 {
            color: #303e5d;
            font-size: 25px;
            text-transform: uppercase;
        }

        .bx-modal .header .btn-fechar {
            color: #d7393d;
            font-size: 36px;
            font-family: 'museo_sans900';
            position: absolute;
            right: -10px;
            top: 0px;
            text-decoration: none;
            cursor: pointer;
        }

    .bx-modal .content {
        float: left;
        width: 460px;
    }

        .bx-modal .content p {
            font-size: 13px;
            color: #5a5b5e;
        }

        .bx-modal .content .fm-campo {
            width: 100%;
            margin-top: 20px;
        }

/* ESTRUTURA
-----------------------------------------------------------*/
.wr-site {
    width: 100%;
    min-height: 100%;
    position: relative;
    margin: 0px auto;
}




.wr-site-algodao {
    background: #d5d5d5 url('../Img/Comum/banner-breve-desktop.png') no-repeat center center !important;
    /*    background: #d5d5d5 url('../Img/comum/bg-algodao.jpg') no-repeat center center fixed;
    /*background: #d5d5d5 url('../Img/comum/ico-login.png') no-repeat center center ;*/
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    overflow: hidden !important;
}

.wr-site-cana {
    background: #d5d5d5 url('../Img/Comum/banner-breve-desktop.png') no-repeat center center !important;
    /*    background: #d5d5d5 url('../Img/comum/bg-algodao.jpg') no-repeat center center fixed;
    /*background: #d5d5d5 url('../Img/comum/ico-login.png') no-repeat center center ;*/
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    overflow: hidden !important;
}

@media screen and (max-width: 650px) {
    .wr-site-cana {
        background: #d5d5d5 url('../Img/Comum/banner-breve-mobile.png') no-repeat center center fixed !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
        overflow: hidden !important;
    }
    .wr-site-algodao {
        background: #d5d5d5 url('../Img/Comum/banner-breve-mobile.png') no-repeat center center fixed !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
        overflow: hidden !important;
    }
}

    .wr .ct {
        width: 1083px;
        margin: 0px auto;
        position: relative;
        display: table;
    }


/*@media screen and (max-width: 1366px) {
    .wr .ct {
        width: 1046px;
        margin: 0px auto;
        position: relative;
        display: table;
    }
}*/

/*@media screen  and (max-width: 1920px) {
    .wr .ct {
        width: 1159px;
        margin: 0px auto;
        position: relative;
        display: table;
    }
}*/


.wr-topo .ct {
    padding: 59px 0px 0;
}

    .wr-topo .ct .logo {
        float: left;
    }

    .wr-topo .ct .logo-mobile {
        display: none;
    }

.welcome-container {
    margin-left: 61px;
}

.welcome-container-login {
    margin-left: 61px;
    margin-top: -50px;
}

.welcome {
    font-family: 'Blacksword';
    width: 443px;
    top: 3%;
    left: 70%;
    letter-spacing: 0px;
    font-size: 61px;
    font-weight: bold;
    padding-left: 24px;
    background-image: linear-gradient( to bottom, #462523 0%, #cb9b51 19%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100% );
    color: transparent;
    -webkit-background-clip: text;
}


.forgot-password {
    font-family: 'Blacksword';
    width: 635px;
    margin: 33px 0 0 67px;
    letter-spacing: 5px;
    font-size: 54px;
    font-weight: bold;
    background-image: linear-gradient( to bottom, #462523 0%, #cb9b51 19%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100% );
    color: transparent;
    -webkit-background-clip: text;
}

.select-client {
    font-family: 'Blacksword';
    width: 635px;
    margin: 33px 0 0 118px;
    letter-spacing: 0px;
    font-size: 49px;
    font-weight: bold;
    background-image: linear-gradient( to bottom, #462523 0%, #cb9b51 19%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100% );
    color: transparent;
    -webkit-background-clip: text;
}






/*.wr-topo .ct .bem-vindo {
    float:right;
    width:465px;
    text-align:right;
    display:none;
}
.wr-site-cana .wr-topo .ct .bem-vindo-cana {
    display:block;
    width:470px;
}
.wr-site-algodao .wr-topo .ct .bem-vindo-algodao {
    display:block;    
}
.wr-site-algodao .wr-topo .ct .bem-vindo-algodao p {
    margin-bottom: 10px;
}
.wr-site-algodao .wr-topo .ct .bem-vindo-algodao p:last-child {
    margin-bottom: 0;
}
.wr-topo .ct .bem-vindo h3 {
    font-family: 'edwardian_script_itcregular';
    color:#315768;
    font-size:72px;
    margin-bottom: 15px;
}
.wr-site-cana .wr-topo .ct .bem-vindo p {
    font-family: 'museo_sans300';
    font-size:18px;
    color:#315768;
    margin-bottom: 10px;
}
.wr-topo .ct .bem-vindo-cana p {
    font-size:18px;
}
.wr-topo .ct .bem-vindo-cana p strong {
    font-size:20px;
    color:#315768;    
}
.wr-topo .ct .bem-vindo p .txt-fmc {
    background:transparent url('../Img/comum/txt-fmc-bemvindo.png') no-repeat scroll left top;
    width:45px;
    height:13px;
    display:inline-block;    
}*/
.wr-conteudo {
    padding-bottom: 70px;
}

.wr-rodape {
    background: #AB9145;
    height: 30px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

    .wr-rodape .ct {
        height: 40px;
        line-height: 40px;
    }

        .wr-rodape .ct p {
            color: #252e43;
            font-size: 12px;
            text-align: center;
            width: 100%;
        }

/* FORMS
-----------------------------------------------------------*/
.fm-campo {
    float: left;
    width: 100%;
    margin-top: 15px;
    position: relative;
}

    .fm-campo label {
        float: left;
        width: 100%;
        color: #60595b;
        font-size: 16px;
    }

    .fm-campo input,
    .fm-campo textarea {
        height: 42px;
        line-height: 45px \9;
        width: 95.7%;
        padding: 0 2%;
        background: #dcdada;
        /*border:1px solid #d1d5ca;*/
        font-size: 16px;
        float: left;
        color: #60595b;
    }



    .fm-campo .chk .text-danger {
        font-size: 13px;
        display: block;
        position: relative;
        padding: 10px 10px 0 10px;
        float: left;
        color: #d5393d;
    }

        .fm-campo .chk .text-danger span {
            color: #d5393d;
        }

    .fm-campo input[disabled=disabled] {
        background: #fcfcfc;
        cursor: no-drop;
        border-color: #f2f4f1;
    }

    .fm-campo input[type=checkbox],
    .fm-campo input[type=radio] {
        background: none;
        width: auto;
        height: auto;
        line-height: normal;
        border: none;
        float: left;
        padding: 0;
        line-height: normal;
    }

.btn {
    cursor: pointer;
    float: left;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    /*text-transform: uppercase;*/
    /*font-family: 'museo_sans500';*/
    font-size: 25px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

    .btn:hover {
        opacity: 0.9;
        /*filter: alpha(opacity=60);*/
        filter: alpha(opacity=100);
    }


/* SELECT
-----------------------------------------------------------*/
.fm-ddl {
    position: relative;
    /*width: 100%;
	float: left;*/
}

    .fm-ddl label {
        float: left;
        width: 100%;
    }

    .fm-ddl select {
        position: absolute;
        left: -77777px;
        /*top: -77777px;*/
        display: none;
    }

    .fm-ddl .ddl-custom {
        float: left;
        width: 99.7%;
        height: 43px;
        line-height: 35px;
        background: #f4f4f4;
        border: 1px solid #d1d5ca;
        position: relative;
    }

        .fm-ddl .ddl-custom .escolhido {
            background: transparent url('../Img/comum/bg-select.png') no-repeat scroll 96% center;
            height: 43px;
            line-height: 45px;
            display: block;
            overflow: hidden;
            word-break: break-all;
            cursor: pointer;
            position: relative;
            z-index: 200;
            color: #60595b;
            padding-left: 10px;
        }

            .fm-ddl .ddl-custom .escolhido:hover {
                text-decoration: none;
            }

        .fm-ddl .ddl-custom ul {
            background: #f4f4f4;
            border-left: 1px solid #d1d5ca;
            border-right: 1px solid #d1d5ca;
            border-bottom: 1px solid #d1d5ca;
            min-width: 100%;
            display: none;
            position: absolute;
            left: -1px;
            top: 100%;
            z-index: 9999;
            opacity: 1;
            padding-left: 0;
        }

    .fm-ddl .long-list ul {
        overflow: auto;
        height: 100px;
    }

    .fm-ddl .ddl-custom ul li a {
        height: 45px;
        line-height: 45px;
        padding: 0px 10px;
        display: block;
        white-space: nowrap;
        cursor: pointer;
        color: #60595b;
    }

        .fm-ddl .ddl-custom ul li a:hover {
            background: #999;
            text-decoration: none;
        }

.placehold label {
    width: 96%;
    padding: 0 2%;
    height: 44px;
    line-height: 44px;
    position: absolute;
    float: left;
}
/* ESTUTURA INTERNA
-----------------------------------------------------------*/
/*.pg {
    width:850px;
    background:#ffffff;
    padding:15px 55px 0;
    margin-top:20px;
    position:relative;
    float:left;
}*/
.pg .bx-paginacao {
    width: 100%;
    padding-top: 30px;
    display: table;
    position: relative;
}

    .pg .bx-paginacao .btn-voltar {
        font-size: 18px;
        color: #d7393d;
        font-family: 'museo_sans500';
        text-transform: uppercase;
        float: left;
        position: relative;
    }

/*.pg h2 {
    font-family: 'edwardian_script_itcregular';
    color: #7c643a;
    font-size: 72px;
}*/
/*.pg .btn-voltar {
    color:#d7393d;
    font-size:37px;
    font-family: 'museo_sans900';
    position:absolute;
    right:20px;
    top:20px;
}*/
.pg .bx-passo {
    float: left;
    width: 100%;
    border-top: 1px solid #f2f3f0;
    padding-top: 30px;
    margin-top: 30px;
}

    .pg .bx-passo .fm-campo {
        width: auto;
        margin: 13px 0 13px 83px;
    }

        .pg .bx-passo .fm-campo label {
            width: auto;
            font-size: 14px;
            margin-left: 5px;
        }

.pg .btn-avancar,
.pg-fale-conosco .btn-enviar {
    background: #417187;
    width: 195px;
    margin: 0 auto;
    position: relative;
    float: none;
    display: block;
}

.pg .col {
    width: 415px;
    float: left;
}

    .pg .col .fm-campo {
        margin-top: 25px;
    }

.pg-fale-conosco .fm-campo {
    margin-top: 25px;
}

.pg .col .fm-campo label {
    width: 100%;
    margin: 0 0 5px 0;
    font-family: 'museo_sans500';
    font-size: 16px;
}
/*.pg .col .fm-campo input {
    width:378px;
}*/
.pg .col1 {
    margin-right: 30px;
}

.pg .col2 .fm-campo .calendario {
    background: #f4f4f4 url('../Img/comum/ico-calendario.png') no-repeat scroll 97% center;
}

.pg .finaliza-cadastro {
    float: left;
    width: 100%;
    border-top: 6px solid #d5393d;
    margin-top: 35px;
    padding-top: 35px;
}

    .pg .finaliza-cadastro .bx-finaliza {
        width: 460px;
        margin: 0 auto;
    }

    .pg .finaliza-cadastro .btn-voltar-cadastro {
        float: left;
        color: #d5393d;
        font-size: 19px;
        font-family: 'museo_sans900';
        text-transform: uppercase;
        margin: 10px 7px 0 0;
    }

    .pg .finaliza-cadastro .btn-finalizar {
        background: #303e5d;
        width: 345px;
        font-size: 29px;
        letter-spacing: -1px;
    }

.pg-pri-acesso h3 {
    font-size: 26px;
    color: #303e5d;
    font-family: 'museo_sans500';
    font-weight: normal;
    float: left;
    width: 100%;
}



.pg .bx-links .btn-voltar-login {
    float: left;
    color: #d7393d;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'museo_sans900';
}

.pg-pri-acesso .bx-dados-participantes,
.pg-pri-acesso .bx-dados-empresa,
.pg-pri-acesso .bx-dados-contato {
    display: table;
    margin-bottom: 50px;
}

/* LOGIN
-----------------------------------------------------------*/
/*.pg-login,
.pg-esqueci-senha {
    width: 490px;
    background: transparent;*/
/* float: right; */
/*padding: 0;
    margin: 90px 0 29px 50%;
    position: absolute;
}*/

.pg-rtc {
    font-family: 'HelveticaNeueLTStd-Th';
    width: 490px;
    background: transparent;
    float: right;
    padding: 0;
    margin: 90px 0 29px 50%;
    position: absolute;
}

    .pg-rtc form {
        height: 0px;
    }



    /*.pg-login fieldset,
.pg-esqueci-senha fieldset {
    float: left;
    width: 490px;
    margin-top: 49px;
}

    .pg-login fieldset .fm-campo,
    .pg-esqueci-senha fieldset .fm-campo {
        margin-top: 10px;
    }*/

    /*.pg-login .fm-campo .floating-label {
    width: 282px;
}


.pg-esqueci-senha .fm-login .lbl-login {
    width: 44px;
    margin: 1px 0 0 112px;
    height: 48px;
    color: #80683f;
    opacity: 0.7;
    line-height: 44px;
    position: relative;
    text-align: center;
    border-radius: 5px 0px 0px 5px;*/
    /*top: 7px;*/
    /*}

.pg-esqueci-senha .fm-email .lbl-email {
    width: 44px;
    margin: 1px 0 0 112px;
    top: 11%;
    opacity: 0.7;
    height: 48px;
    color: #80683f;
    line-height: 44px;
    position: relative;
    text-align: center;
    border-radius: 5px 0px 0px 5px;*/
    /*top: 7px;*/
    /*}*/



    /*.pg-login .lbl-login {
    width: 44px;
    margin: 1px 0 0 112px;
    height: 48px;
    opacity: 0.7;
    color: #80683f;
    line-height: 44px;
    position: relative;*/
    /* text-align: center; */
    /*border-radius: 5px 0px 0px 5px;*/
    /*top: 7px;*/
    /*}

.pg-login .lbl-senha {
    width: 44px;
    margin: 1px 0 0 112px;
    top: 11%;
    height: 48px;
    opacity: 0.7;
    color: #80683f;
    line-height: 44px;
    position: relative;*/
    /* text-align: center; */
    /*border-radius: 5px 0px 0px 5px;*/
    /*top: 7px;*/
    /*}*/

    /*.pg-esqueci-senha .fm-login .icon-login {
    background: url(../Img/comum/ico-login.png) no-repeat center center;
    background-size: 22px 31px;
    height: 44px;
    width: 38px;
    margin: 2px 0px 0 3px;
    display: inherit;
}

.pg-esqueci-senha .fm-email .icon-email {
    background: url(../Img/comum/ico-email.png) no-repeat center center;
    background-size: 22px 31px;
    height: 44px;
    width: 38px;
    margin: 2px 0px 0 3px;
    display: inherit;
}

.pg-login .fm-campo.fm-login input,
.pg-esqueci-senha .fm-campo.fm-login input {
    width: 282px;
    height: 48px;
    opacity: 0.7;
    position: absolute;
    top: 1px;
    left: 156px;
    padding: 0;
    border-radius: 0px 5px 5px 0px;
    font-size: 20px !important;
}*/

    /*.pg-login .fm-campo.fm-senha,
.pg-esqueci-senha .fm-campo.fm-email {
    width: 358px;
    height: 44px;
    position: relative;*/
    /*background: url(../Img/comum/bg-input-senha.png) no-repeat top center;*/
    /*margin-top: 15px;
}

.pg-login .fm-campo.fm-senha input,
.pg-esqueci-senha .fm-campo.fm-email input {
    width: 282px;
    height: 48px;
    position: absolute;
    top: 6px;
    opacity: 0.7;
    left: 156px;
    padding: 0;
    border-radius: 5px;
    border-radius: 0px 5px 5px 0px;
    font-size: 20px
}*/

    /*.pg-login i {
    position: absolute;
}

.pg-login .input-icons {
    width: 100%;
    margin-bottom: 10px;
}




.pg-login .fm-login .icon-login {
    background: url(../Img/comum/ico-login.png) no-repeat center center;
    background-size: 22px 31px;
    height: 44px;
    width: 38px;
    margin: 2px 0px 0 0px;
}*/

    /*.pg-login .fm-senha .icon-senha {
    background: url(../Img/comum/ico-password.png) no-repeat center center;
    background-size: 22px 31px;
    height: 44px;
    width: 38px;
    margin: 2px 0px 0 0px;
}


.pg-esqueci-senha fieldset .btn-enviar {
    padding: 0 0 0 0;
    width: 191px;
    color: black;
    font-weight: bold;
    left: 187px;
    font-size: 20px !important;
    top: 11px;
    background-color: #AB9145;
    height: 45px;
    margin: 60px 0 0 0;
    position: absolute;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
*/

    /*.pg-esqueci-senha fieldset .btn-enviar:hover {*/
    /*background: url(../Img/comum/bg-enviar-over.png) no-repeat top center;*/
    /*opacity: 1;
        filter: alpha(opacity=100);
    }

.pg-login fieldset .fm-campo label,
.pg-esqueci-senha fieldset .fm-campo label {*/
    /*color:#252e42;*/
    /*background-color: #dcdada;
    height: 48px;
}



.pg-login fieldset .fm-senha input {
    width: 210px;
    float: left;
}*/

    /*.pg-login fieldset .btn-enviar {
    padding: 0 0 0 0;
    width: 191px;
    color: black;
    font-weight: bold;
    background-color: #AB9145;
    height: 45px;
    font-size: 20px !important;
    margin: 70px 0 0 0;
    left: 180px;
    position: absolute;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

    .pg-login fieldset .btn-enviar:hover {
        opacity: 1;
        background-color: #89743b;*/
    /*filter: alpha(opacity=100);*/
    /*}*/





    .pg-rtc .bx-links ul {
        /* display: table; */
        position: relative;
        margin-left: 109px;
    }



        /*.pg-login .bx-links ul
 {*/
        /* display: table; */
        /*position: relative;
    margin-left: 180px;
}*/


        .pg-login .bx-links ul li,
        .pg-esqueci-senha .bx-links ul li,
        .pg-rtc .bx-links ul li {
            float: left;
        }





        .pg-rtc .bx-links ul .lst-acesso-rtc {
            text-align: center;
            width: 89%;
        }


        /*    .pg-esqueci-senha .bx-links ul .lst-esqueci-senha {
        text-align: center;
        width: 81%;
        float: left;
    }
*/


        .pg-login .bx-links ul li.separador,
        .pg-esqueci-senha .bx-links ul li.separador,
        .pg-rtc .bx-links ul li.separador {
            padding: 0 10px;
        }

        .pg-login .bx-links ul li a,
        .pg-login .bx-links ul li.separador,
        .pg-esqueci-senha .bx-links ul li a,
        .pg-esqueci-senha .bx-links ul li.separador,
        .pg-rtc .bx-links ul li a,
        .pg-rtc .bx-links ul li.separador {
            color: #FFFFFF;
            font-family: 'museo_sans500';
            font-size: 12px;
            text-transform: uppercase;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
        }

.pg .bx-links ul li a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.fm-ddl .ddl-custom .escolhido {
    background: transparent url('../Img/comum/bg-select-deslogadas.png') no-repeat scroll 96% center;
}

/*.pg-login .ponta-caneta {
    background: transparent url('../Img/comum/prima-classe-ponta.png') no-repeat scroll left top;
    width: 116px;
    height: 306px;
    position: absolute;
    right: 45px;
    bottom: 0;
}*/

/* TERMOS DE ACESSO
-----------------------------------------------------------*/
.pg-pri-acesso .btn-avancar {
    float: right;
}

.pg-pri-acesso .bx-termos {
    height: 450px;
    width: 100%;
}

    .pg-pri-acesso .bx-termos p {
        color: #60595b;
        text-align: justify;
        font-size: 13px;
        margin-bottom: 10px;
        padding-right: 30px;
    }

        .pg-pri-acesso .bx-termos p strong {
            font-family: 'museo_sans900';
            color: #60595b;
        }

    .pg-pri-acesso .bx-termos ul {
        padding-right: 30px;
    }

        .pg-pri-acesso .bx-termos ul li {
            color: #60595b;
            text-align: justify;
            font-size: 13px;
            margin-bottom: 10px;
            list-style-type: circle;
            padding-left: 10px;
        }

.pg-pri-acesso .jspVerticalBar {
    right: 10px;
}

.pg-pri-acesso .jspVerticalBar,
.pg-pri-acesso .jspTrack {
    background: #aba7a8;
    width: 2px;
}

.pg-pri-acesso .jspDrag {
    background: transparent url('../Img/comum/bg-drag.png') no-repeat scroll left top;
    width: 21px;
    height: 21px;
    position: absolute;
    left: -10px;
}

.pg-pri-acesso .btn-cancelar {
    float: left;
    color: #d7393d;
    font-size: 16px;
    font-family: 'museo_sans500';
    text-transform: uppercase;
    line-height: 40px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

    .pg-pri-acesso .btn-cancelar:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
/* PRIMEIRO ACESSO
-----------------------------------------------------------*/
.pg-pri-acesso-cadastro .bx-foto {
    width: 100%;
    display: table;
    padding-bottom: 30px;
    border-bottom: 1px solid #d5393d;
}

.pg-pri-acesso .bx-paginacao .btn-finalizar {
    width: 350px;
    float: none;
    margin: 0 auto;
    display: block;
    background: #417187;
}

.pg-pri-acesso .bx-paginacao .btn-voltar-cadastro {
    font-size: 18px;
    color: #d5393d;
    font-family: 'museo_sans500';
    text-transform: uppercase;
    float: left;
}

.pg-pri-acesso-cadastro .fm-foto {
    width: 90px;
    height: 106px;
    position: relative;
    float: left;
    border: 1px solid #d1d5ca;
    margin-right: 30px;
}

    .pg-pri-acesso-cadastro .fm-foto img {
        width: 90px;
        height: 106px;
        position: relative;
        float: left;
        border: 1px solid #d1d5ca;
        margin-right: 30px;
    }

.pg-pri-acesso-cadastro .fm-file-foto {
    width: 738px;
    float: left;
    margin-top: 0;
}

    .pg-pri-acesso-cadastro .fm-file-foto input[type="text"] {
        width: 561px;
    }

    .pg-pri-acesso-cadastro .fm-file-foto .btn-file-procurar {
        width: 145px;
        font-size: 16px;
        background: #417187;
    }

    .pg-pri-acesso-cadastro .fm-file-foto h3 {
        margin-bottom: 4px;
    }

.pg-pri-acesso-cadastro #fileupload {
    display: none;
}

.bx-upload .busca-foto {
    background: #f4f4f4 url('../Img/comum/file-procurar.jpg') no-repeat scroll right top;
    cursor: pointer;
    float: left;
    height: 30px;
    padding: 15px 0 0 10px;
    position: relative;
    width: 388px;
    font-size: 16px;
    color: #60595b;
    border: 1px solid #d1d5ca;
}

.bx-upload input[type=file] {
    height: 0;
    width: 0;
    overflow: hidden;
    border: none;
}

.pg-pri-acesso .dados-acesso {
    display: table;
    margin-bottom: 40px;
    width: 100%;
}

.pg-pri-acesso .bx-grupo .scroll-pane {
    height: 150px;
}

/* ESQUECI SENHA
-----------------------------------------------------------*/
.pg-esqueci-senha fieldset .fm-email input {
    width: 349px;
}

/* FALE CONOSCO
-----------------------------------------------------------*/
pg-fale-conosco {
    font-family: 'HelveticaNeueLTStd-Th' !important;
}

.pg-fale-conosco,
.pg-pri-acesso {
    width: 960px;
    margin-top: 20px;
}


    .pg-fale-conosco h1,
    .pg-pri-acesso h2 {
        margin-bottom: 5px;
        font-weight: bold;
    }

    .pg-fale-conosco .bx-fale-conosco,
    .pg-pri-acesso .bx-pri-acesso {
        padding: 25px 50px 50px 50px;
        background: #FFFFFF;
        position: relative;
        display: table;
    }

    .pg-fale-conosco .fm-campo textarea {
        height: 150px;
    }

    .pg-fale-conosco .fm-mensagem {
        padding-bottom: 30px;
        border-bottom: 1px solid #f1f2ef;
    }


    #modal-fale-conosco .modal-body,
    .pg-fale-conosco #form-validate-fale-conosco {
        background-color: #dcdada
    }




.pg-fale-conosco,
.pg-pri-acesso {
    width: 960px;
    margin-top: 20px;
}


    .col .fm-campo input,
    .pg-fale-conosco .mensagem-modal-container .fm-campo textarea {
        border: 1px solid #9d9595;
        background-color: #fff;
    }

    .pg-fale-conosco .mensagem-modal-container label {
        top: 0px;
    }

    .pg-fale-conosco .fm-campo input {
        background-color: #fff;
    }

    .pg-fale-conosco form {
        width: 100%;
    }

    .col .fm-campo .text-danger,
    .pg-fale-conosco .fm-campo .text-danger {
        display: none;
    }


#modal-fale-conosco .modal-header {
    background-image: linear-gradient(to bottom right, #696969, #000000);
    color: white;
}

#modal-fale-conosco .modal-footer {
    background-color: #AB9145;
}

#modal-fale-conosco .modal-body {
    height: 608px !important;
}



.pg-fale-conosco .erro-validation {
    height: 33px;
    width: 287px;
    margin: 3px 0 0 8px;
    padding: 2px 0 0 0px;
    /* text-align: center; */
    background: #ffffc2;
    font-size: 13px;
    display: table;
    color: #d5393d !important;
    opacity: 0.6;
    background-color: #dcdada;
    font-size: 13px;
    font-weight: bold;
}


.pg-fale-conosco .modal-body span {
    color: red;
}

.pg-fale-conosco .fm-campo {
    /*padding-left:0px;*/
}

.pg-fale-conosco .nome-modal-container {
    position: absolute;
}


.pg-fale-conosco .telefone-modal-container {
    position: absolute;
    margin: 93px 0 0 -0px;
}

.telefone-modal-container .fm-campo {
    padding-left: 0;
}

.pg-fale-conosco .assunto-modal-container {
    position: absolute;
    margin: 181px 0 0 0;
    width: 320px;
}

.assunto-modal-container .fm-campo {
    padding-left: 0;
}

.pg-fale-conosco .cpfcnpj-modal-container {
    position: absolute;
}


.pg-fale-conosco .email-modal-container {
    position: absolute;
    margin: 94px 0 0 0;
    width: 320px;
}

.pg-fale-conosco .mensagem-modal-container {
    margin: 20% 0 0 0;
    width: 89%;
}


.pg-fale-conosco .btn-modal-container {
    position: absolute;
    /*    left: 72%;
    top: 94%;*/
    margin: 30% 0 0 54%;
}


.pg-fale-conosco .btn-enviar {
    background-image: linear-gradient( 340deg, #c35e04 0%, #000000 74%);
}

.pg-fale-conosco .fm-campo input, .fm-campo textarea, .fm-campo select {
    font-size: 20px !important;
    border: 1px solid #afacac;
}

label {
    font-size: 18px !important;
}

.mensagem-modal-container .text-danger {
    margin-left: 0px;
}



.pg-fale-conosco .btn-fale-conosco-enviar {
    font-weight: bold;
    background-image: linear-gradient(to bottom,#5282ac 0,#142738 100%);
    color: #FFF !important;
    border: 1px solid #989898;
}

/*btn-enviar:hover {
    font-weight: bold;
    background-image: linear-gradient(to bottom,#142738 0,#6191bb 100%) !important;
}*/

.pg-fale-conosco .btn-modal-container .btn-fechar {
    color: #FFF !important;
    font-weight: bold !important;
    background-image: linear-gradient(to bottom,#b0b1b1 0,#808080 100%);
    border: 1px solid #989898;
}


/*#modal-fale-conosco
 {
    width: 960px;
    margin-top: 20px;
}

    .pg-fale-conosco h2,
    .pg-pri-acesso h2 {
        margin-bottom: 30px;
    }

    .pg-fale-conosco .bx-fale-conosco,
    .pg-pri-acesso .bx-pri-acesso {
        padding: 25px 50px 50px 50px;
        background: #FFFFFF;
        position: relative;
        display: table;
    }

    #modal-fale-conosco textarea {
        height: 150px;
    }

    #modal-fale-conosco .fm-mensagem {
        padding-bottom: 30px;
        border-bottom: 1px solid #f1f2ef;
    }


#modal-fale-conosco input {
    border: 1px solid #868585;
    border-radius: 3px;
    height: 32px;
}*/
/*@media screen and (min-width: 576px) */
/*#modal-fale-conosco .modal-dialog {
    width: 960px !important;
}*/
/* RTC
-----------------------------------------------------------*/
/*ERROS (VALIDAÇÃO)*/
.pg-login .ct-erros,
.pg-esqueci-senha .ct-erros {
    width: 100%;
    display: table;
    padding: 81px 0 0 0;
}



/*.pg-login  .erro-validation-login {
    height: 33px;
    width: 323px;
    margin: 3px 0 0 112px;
    padding: 2px 0 0 0px;
    text-align: center;
    background: #ffffc2;
    font-size: 13px;
    display: table;
    color: #d5393d;
    opacity: 0.6;
    background-color: #ead088;
    font-size: 18px;
    font-weight: bold;
}

.pg-login .erro-validation-senha {
    height: 33px;
    width: 323px;
    margin: 3px 0 0 112px;
    padding: 2px 0 0 0px;
    text-align: center;
    background: #ffffc2;
    font-size: 13px;
    display: table;*/
/* margin: 0 auto; */
/*color: #d5393d;
    opacity: 0.6;
    background-color: #ead088;
    font-size: 18px;
    font-weight: bold;
}*/





