*{outline: none;box-sizing: border-box;font-family: 'ItauDisplay-Regular', sans-serif;}
input, select{font-family: 'ItauDisplay-Regular', sans-serif;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: 'ItauDisplay-Regular', sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

button{cursor: pointer;font-size: 1em;display: flex;align-items: center;justify-content: center;}
img{max-width: 100%;}

textarea,
input[type="text"],
input[type="number"],
input[type="button"],
input[type="submit"],
input[type="tel"]{
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 16px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.container{width: 100%;float: left;}
.content{display: flex;flex-direction: column;margin: 0 auto;width: 1228px;max-width: 96%;}

.flex{display: flex;}
.flex-row{flex-direction: row!important;}
.flex-column{flex-direction: column!important;}
.align-items-center{display: flex;align-items: center!important;}
.align-items-start{display: flex;align-items: flex-start!important;}
.justify-center{display: flex;justify-content: center!important;}
.justify-between{display: flex;justify-content: space-between!important;}

.hm_header{background: #EC7000;}
#header_esq .logo{width: 48px;margin-right: 70px;}
#header_esq .menu li{padding: 25px 0;margin-right: 15px;font-size: 19px;font-weight: 700;font-family: 'ItauText-Bold', sans-serif;color: #fff;cursor: pointer;border-bottom: 3px solid transparent;}
#header_esq .menu li:hover{border-bottom-color: #fff;}

#header_dir .acesso{margin-right: 15px;}
#header_dir .acesso .inps{border-radius: 5px;padding: 2px;background: #fff;height: 42px;margin-right: 10px;}
#header_dir .acesso .inps input{height: 40px;border: transparent;background: transparent;padding: 0 5px;color: #56504c;font-size: 16px;font-family: 'ItauText-Regular', sans-serif;text-align: center;}
#header_dir .acesso .inps input::placeholder{text-align: left;}
#header_dir .acesso .inps span{width: 1px;height: 20px;background: #f1f1f1;margin: 0 10px;}
#header_dir .acesso .inps input:first-child{width: 65px;}
#header_dir .acesso .inps input:last-child{width: 85px;}
#header_dir .acesso .btn_acesso{width: 42px;height: 42px;border: none;border-radius: 5px;background: #d6d0cc;}

#header_dir .more_acesso{color: #fff;margin-right: 15px;font-family: ItauText-Bold, sans-serif;font-size: 18px;cursor: pointer;}
#header_dir .more_acesso i{margin-right: 10px;}

#header_dir .open_account{background: transparent;border: 1px solid #fff;font-size: 18px;font-weight: 600;padding: 10px 15px;border-radius: 5px;color: #fff;}
#header_dir .open_account:hover{background: #fff;color: #EC7000;}

.hm_banner{margin-bottom: 15px;background: url("../images/banner1.jpg") center center no-repeat;background-size: cover;min-height: 450px;}
.banner li{position: relative;width: 100%;min-height: 450px;overflow: hidden;}
.banner li .content{min-height: 450px;display: flex;flex-direction: column;justify-content: center;}
.banner li header{z-index: 999;width: 450px;}
.banner li header h1{font-size: 32px;font-family: ItauDisplay-XBold, sans-serif;line-height: 40px;margin-bottom: 10px;color: #fff;font-weight: 700;text-shadow: 0 1px 3px rgba(0,0,0,.3);}
.banner li header p{font-size: 20px;font-family: ItauText-Regular, sans-serif;line-height: 30px;margin-bottom: 25px;color: #fff;text-shadow: 0 1px 3px rgba(0,0,0,.3);}
.banner li header a{background: rgba(0,0,0,.9);color: #fff;padding: 10px 18px 7px 18px;border: 1px solid #fff;border-radius: 4px;text-decoration: none;min-width: 150px;max-width: 180px;}
.banner li img{position: absolute;top: 0;left: 0;z-index: 99;}

.hm_dest{margin-bottom: 48px;}
.hm_dest header{margin-bottom: 22px;}
.hm_dest header h1.title{font-family: ItauDisplay-XBold, sans-serif;font-size: 32px;color: #231d19;font-weight: 500;line-height: 40px;}
.hm_dest header p.subtitle{font-family: ItauText-Regular, sans-serif;font-size: 20px;color: #56504c;font-weight: 400;line-height: 30px;margin-top: 5px;}

.hm_dest .boxed_apps{margin: 30px 0 64px 0;}
.hm_dest .boxed_apps img{width: 80px;border-radius: 8px;cursor: pointer;}

.hm_footer{padding: 60px 0;background: #706A66;}
.hm_footer .content div h1{font-family: ItauDisplay-Bold, sans-serif;font-size: 18px;line-height: 28px;color: #fff;}
.hm_footer .content div ul{margin: 20px 0;color: #fff;}
.hm_footer .content div ul li{font-size: 16px;color: #fff;line-height: 24px;margin-bottom: 5px;cursor: pointer;}
.hm_footer .content div ul li:hover{font-weight: 500;text-decoration: underline;}

.hm_footer_final{padding: 30px 0;background: #706A66;border-top: 1px solid rgba(255,255,255,.2);color: #fff;line-height: 1.4em;}

.content_dt{width: 985px;max-width: 96%;}
.body_dt{background: #f1f1f1;font-family: 'Arial', 'Tahoma', sans-serif!important;}
h1,h2,h3{font-family: 'Arial', 'Tahoma', sans-serif!important;}

.dt_header{background: #ff7500;padding: 0 10px;height: 70px;margin-bottom: 15px;}
.dt_header .menu img:first-child{width: 70px;height: 70px;margin-right: 15px;cursor: pointer;}
.dt_header .menu img:last-child{width: 50px;height: 50px;cursor: pointer;}
.dt_header #hd_dir .icon_dt_user{margin-right: 10px;}
.dt_header #hd_dir .icon_dt_user img{margin-top: 4px;}
.dt_header #hd_dir .show_user{height: 32px;padding: 0 10px;display: flex;align-items: center;justify-content: center;background: #fff;border-radius: 5px;margin-right: 15px;font-family: 'Arial', sans-serif;font-size: 12px;color: #444;}
.dt_header #hd_dir .ajuda{margin-right: 15px;cursor: pointer;}
.dt_header #hd_dir .sair{background: #ea5a00;height: 70px;width: 70px;display: flex;align-items: center;justify-content: center;cursor: pointer;}

.dt_corpo .content_dt{margin-left: 10px;}
.dt_corpo .dt_title{font-size: 22px;font-weight: 600;margin-bottom: 16px;}
.dt_corpo .section #esq{width: calc(100% - 330px);margin-right: 15px;}
.dt_corpo #esq .box{border: 1px solid #888;border-radius: 5px;margin-bottom: 30px;background: #fff;padding: 10px;}
.dt_corpo #esq .box header{display: flex;justify-content: space-between;align-items: center;}
.dt_corpo #esq .box header h1{font-size: 16px;color: #505050;}
.dt_corpo #esq .box .corpo{margin: 16px 0 0 0;}
.dt_corpo #esq .box.click{cursor: pointer;}

.dt_corpo .corpo{display: flex;flex-direction: column;padding: 0 0 0 0;}
.dt_corpo .corpo .header_corpo{display: flex;flex-direction: column;margin-bottom: 40px;background: #f1f1f1;border-radius: 3px;padding: 10px;border: 1px solid #999;}
.dt_corpo .corpo .header_corpo h1{font-size: 22px;margin: 0 0 10px 0;color: #043596;}
.dt_corpo .corpo .header_corpo p{line-height: 1.4em;font-size: 14px;color: #666;}
.dt_corpo .corpo form{display: flex;flex-direction: column;}
.dt_corpo .corpo form label{width: 100%;display: flex;flex-direction: column;margin-bottom: 40px;}
.dt_corpo .corpo form label span{margin-bottom: 5px;font-size: 14px;color: #666;}
.dt_corpo .corpo form label input{width: 300px;max-width: 100%;height: 40px;border: 1px solid #666;border-radius: 3px;padding: 0 10px;}
.dt_corpo .corpo .btn_confirma{width: 300px;max-width: 100%;height: 45px;background: #003767;color: #fff;border-radius: 3px;border: 1px solid #003767;font-size: 16px;font-weight: 600;letter-spacing: 0.05em;transition: background .3s linear}
.dt_corpo .corpo .btn_confirma:hover{background: #002397;}

.dt_corpo .section #dir{width: 315px;}
.dt_corpo .section #dir ul{display: flex;flex-direction: column;}
.dt_corpo .section #dir ul li{background: #fff;border: 1px solid #888;display: flex;align-items: center;justify-content: space-between;margin-bottom: 30px;padding: 10px;border-radius: 5px;cursor: pointer;}
.dt_corpo .section #dir ul li div{display: flex;align-items: center;}
.dt_corpo .section #dir ul li h2{font-size: 16px;color: #505050;}
.dt_corpo .section #dir ul li div img{margin-right: 5px;}

@media only screen and (max-width: 800px){
    .dt_header{padding: 0;}
    .dt_header .content_dt{margin: 0;width: 100%;}
    .icon_dt_user, .show_user, .ajuda, .sair, .menu img:first-child{display: none!important;}
    .menu img:last-child{margin: 10px;}

    .dt_corpo .dt_title{width: 100%;text-align: center;}
    .dt_corpo .section{flex-direction: column!important;}
    .dt_corpo .section #esq, .dt_corpo .section #dir{width: 100%;}

    .corpo form label input{width: 100% !important;}
    .corpo form .btn_confirma{width: 100% !important;}
}

/*#24242d*/
.modal_home{width: 100%;height: 100%;position: fixed;top: 0;left: 0;background: rgba(0,0,0,.8);z-index: 9999999;}
.modal_home .corpo_modal{display: flex;flex-direction: column;width: 650px;margin: 100px auto 0 auto;border-radius: 8px;background: #ec7000;}
.modal_home .corpo_modal .header{background: #24242d;margin-bottom: 30px;display: flex;align-items: center;justify-content: center;padding: 10px 0;border-radius: 6px 6px 0 0;}
.modal_home .corpo_modal .header .logo{width: 100px;}
.modal_home .corpo_modal header{width: 100%;color: rgba(255,255,255,.9);padding: 15px;}
.modal_home .corpo_modal header p{font-size: 16px;line-height: 1.5em;font-weight: 400;letter-spacing: 0.04em;color: #24242d;}
.modal_home .corpo_modal header p b{color: #24242d;}
.modal_home .corpo_modal a{width: 400px;height: 45px;border: 1px solid #24242d;border-radius: 5px;margin: 15px auto;display: flex;align-items: center;justify-content: center;text-decoration: none;font-weight: 600;letter-spacing: 0.08em;background: #24242d;color: #fff;box-shadow: inset 0 1px 1px rgba(255,255,255,.6), 0 1px 3px rgba(0,0,0,.6);}