    .fundo {
        background-color: #FEFBF5;
        height: 100%;
        margin: 0px ;
        width: 93%;
    }
    .pw-hr {
        border:1px solid #DA8B34;
        width: 902px; 
    }
    .pw-hr-fundo {
        border:1px solid #FEFBF5;
        width: 902px; 
    }
    .pw-font_title {
        color: #565656;
        font-family: 'Arial';
	font-size: 32px;
        font-weight: bold;
    }
    .pw-font_text {
        color: #565656;
        font-family: Arial;
	font-size: 18px;
        font-weight: bold;
    }
    .pw-caixa {
        background-color: #FEFBF5;
        border: 1px solid #DA8B34;
        border-radius: 4px;
        margin: auto;
        style: double;
        width: 1000px;
    }
    .pw-input_text {
        background-color: #FEFBF5;
        border: 1px solid #DA8B34;
        border-radius: 4px; 
        color: #2E2E2E;
        font-family: Arial;
        font-size: 16px;
        height: 30px;
        padding: 3px 12px 3px 12px;
        text-align: left; 
        vertical-align: middle; 
        width: 425px;
    }
    .pw-textarea {
        background-color: #FEFBF5;
        border: 1px solid #DA8B34;
        border-radius: 4px; 
        color: #525252; 		/* #2E2E2E; */
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        height: 110px;
        padding: 3px 12px 3px 12px;
        text-align: left; 
        vertical-align: middle; 
        width: 123px;
        width: 136px;
    }
    .pw-select {
        background-color: #FEFBF5;
        border: 1px solid #DA8B34;
        border-radius: 4px;
        color: #2E2E2E;
        font-family: Arial;
        font-size: 16px;
        height: 30px;
        padding: 3px 12px 3px 12px;
        text-align: left; 
        vertical-align: middle;
        width: 425px;
    }

    .pw-password {
        background-color: #FEFBF5;
        border: 1px solid #DA8B34;
        border-radius: 4px; 
        color: #2E2E2E;
        font-family: Arial;
        font-size: 16px;
        height: 30px;
        padding: 3px 12px 3px 12px;
        text-align: left; 
        vertical-align: middle; 
        width: 425px;
    }
    input[type='text'],
    input[type='password'] {
        background-color: #FEFBF5;
        border: 1px solid #DA8B34;
        border-radius: 4px;
        font-color: #2e2e2e;
        font-size: 14px;
        padding: 3px 12px 3px 12px;
        text-align: left;
        vertical-align: middle;
        width: 425px;

        -webkit-transition: 0.5s;
        transition: 0.5s;
        outline: none;
    }
    div.com_box {
        background-color: #FEFBF5;
        border: 1px solid #DA8B34;
        border-radius: 4px;
        margin: auto;
        style: double;
        width: 1000px;
    }
    select .title {
        width: 300px;
	font-weight:bold;
	height:19px;
    }
    select option {
        width: 300px;
        font-size:12px;
        font-weight:bold;
        background-color:rgb(254, 251, 245);
    }

    div.ext1 {
        background-color: #FEFBF5;
        border: 1px solid #DA8B34;
        border-radius: 4px;
        margin: auto;
        style: double;
        width: 1000px;
    }

    .box {
        border: 1px solid #DA8B34; 
	border-radius: 4px;
        margin: auto;
	style: double;
        height: 90%%;
        margin: 0px ;
        width: 93%;
    }

    input[type="file"] {
        background: linear-gradient(rgb(182, 180, 107), rgb(102, 102, 51));
        background: linear-gradient(rgb(187, 115, 34), rgb(220, 149, 69));
        background: linear-gradient(rgb(190, 117, 35), rgb(225, 163, 94));
        border-radius: 5px;
        border: 0;
        cursor: pointer;
        display: inline-block;
        font-size:14px; 
        //font-weight: 600;
        letter-spacing: -0.025em;
        line-height: 34px; 	
        padding: 0 0 0 0;
        text-align: center;
        text-decoration: none;
        color: white !important;
    }
    input[type="file"]:hover {
        background: linear-gradient(rgb(102, 102, 51), rgb(182, 180, 107));
        background: linear-gradient(rgb(225, 163, 94), rgb(225, 192, 146));
        color: black !important;
    }

    input[type="submit"].pw-submit-163,
    input[type="button"].pw-submit-163,
    .button.pw-submit {
        background: linear-gradient(rgb(190, 117, 35), rgb(170, 104, 32));
        background: linear-gradient(#BE7523, #AA6820);
        background: linear-gradient(#DA8B34, #AA6820);
        background: linear-gradient(#BB7322, #DC9545);
        border-radius: 4px;
        border: 0;
        color: white !important;
        cursor: pointer;
        display: inline-block;
        font-size:14px; 
        font-weight: 600;
        letter-spacing: -0.025em;
        height: 30px;
        padding: 0 0 0 0;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        width: 163px;
    }
    input[type="submit"].pw-submit-163:hover,
    input[type="button"].pw-submit-163:hover,
    .button.pw-submit:hover {
        background: linear-gradient(#DA8B34, #AA6820);
        background: linear-gradient(#DC9545, #BB7322);
        color: black !important;
    }

    input[type="submit"].pw-submit,
    input[type="button"].pw-submit,
    .button.pw-submit {
        background: linear-gradient(rgb(190, 117, 35), rgb(170, 104, 32));
        background: linear-gradient(#BE7523, #AA6820);
        background: linear-gradient(#DA8B34, #AA6820);
        background: linear-gradient(#BB7322, #DC9545);
        border-radius: 4px;
        border: 0;
        color: white !important;
        cursor: pointer;
        display: inline-block;
        font-size:18px; 
        font-weight: 600;
        letter-spacing: -0.025em;
        height: 38px;
        padding: 0 0 0 0;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        width: 452px;
    }
    input[type="submit"].pw-submit:hover,
    input[type="button"].pw-submit:hover,
    .button.pw-submit:hover {
        background: linear-gradient(#DA8B34, #AA6820);
        background: linear-gradient(#DC9545, #BB7322);
        color: black !important;
    }

    input[type="submit"].trocar,
    input[type="button"].trocar,
    .button.trocar {
        background: linear-gradient(#FF002D, #C9433E);

        border-radius: 4px;
        border: 0;
        color: white !important;
        cursor: pointer;
        display: inline-block;
        font-size:14px; 
        font-weight: 600;
      //letter-spacing: -0.025em;
        line-height: 30px;     
        padding: 0 0 0 0;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        width: 425px;

    }

    input[type="submit"].trocar:hover,
    input[type="button"].trocar:hover,
    .button.trocar:hover {
        background: linear-gradient(#C9433E, #9E3531);
        color: white !important;
    }

    .font-agenda {
        font-family: 'Broadway';
        font-family: 'Arial';
        font-family: 'Segoe UI Light';
        font-style: italic;
        color: rgb(99, 99, 99);            /* font-psn-title */
        text-transform: capitalize;
        text-transform: uppercase;
        text-transform: lowercase;
    }

    .font-psn-title {
        font-family: 'Arial';
        color: rgb(99, 99, 99);
    }

    a:link {
        color: blue;
    }
    a:visited {
        color: red;
    }
    a:hover {
        background-color: cyan;
        color: black;
    }
    a:active {
        color: hotpink;
    }
    /* Título */
    .cr {
        background-color: #DA8B34;
        color: #FFFFFF;
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
    }
    /* Subtítulo */
    .sr {
        background-color: #FFFAF0;
        color: #000000;
        font-family: Arial;
        font-size: 16px;
    }
    /* 1a linha */
    .dr {
        background-color: #FFFAD7; //#FFFAE1; (FFFACD; rgb(255, 250, 205);)
        color: #000000;
        font-family: Arial;
        font-size: 14px;
    }
    /* 2a linha */
    .hr {
        background-color: #FFFAF0; //#FEFBF5;
        color: #000000;
        font-family: Arial;
        font-size: 14px;
    }
    .tr {
        background-color: rgb(180, 255, 170);
        background-color: rgb(138, 255, 64);
        background-color: rgb(88, 255, 64);
        background-color: rgb(104, 113, 215);
        background-color: rgb(165, 170, 231);
        color: #000000;
        font-family: Arial;
        font-size: 14px;
      //font-weight: bold;
    }
    .st {
        background-color: rgb(228, 189, 146);
        color: #000000;
        font-family: Arial;
        font-size: 14px;
      //font-weight: bold;
    }


    .tt {
        background-color: rgb(255, 255, 255);
        color: #000000;
        font-family: Arial;
        font-size: 20px;
        font-weight: bold;
    }
    .tot {
        background-color: rgb(254, 251, 245);
        background-color: rgb(221, 171, 117);
        color: #000000;
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
    }
    .imagemContain {
        background-image: url('imagens/banner-performware_dados.png');
        background-color: #fff;
        color: #000;
        background-size: contain;
    }
