@charset "utf-8";
@font-face {
    font-family: "gotham";
    font-style: normal;
    font-weight: bold;
    src: url(../fonts/Gotham-Book.otf);
}
@font-face {
    font-family: "gotham";
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/Gotham-Medium.otf);
}
@font-face {
    font-family: "gotham";
    font-style: normal;
    font-weight: lighter;
    src: url(../fonts/Gotham-Light.otf);
}
html {
    height: 100%;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
body {
    font-family: "gotham";
    font-weight: lighter;
}
* {
    margin: 0;
    padding: 0;
    outline: none;
}
a:link,
a:visited {
    color: #B48A66;
}
h3 a.accordion:link,
h3 a.accordion:visited {
    color: #B48A66 !important;
}
a:hover {
    color: #434141;
}
.btn-primary {
    color: #B48A66 !important;
    background-color: #F8F8F8 !important;
    color: rgb(180, 138, 102);
    display: inline-block;
    border: 1px solid rgb(180, 138, 102) !important;
    border-radius: 3px !important;
    padding: 7px 20px 10px 20px !important;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer !important;
    text-shadow: 1px 1px #fff;
    font-weight: normal;
    font-size: 10px !important;
}
.btn-primary::before {
    content: url(../imagens/seta_cima.png) !important;
}
.btn-file {
    position: relative !important;
    overflow: hidden !important;
}
.btn-file input[type=file] {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    min-width: 100% !important;
    min-height: 100% !important;
    font-size: 100px !important;
    text-align: right !important;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
    background: red !important;
    cursor: inherit !important;
    display: block !important;
}
input[readonly] {
    background-color: white !important;
    cursor: text !important;
}
h3.savoirplus {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 100;
    line-height: .3;
    border-bottom: 1px solid rgba(180, 138, 102, 0.6) !important;
}
h3.savoirplus a:link,
h3.savoirplus a:visited {
    color: #999999;
}
h3.savoirplus a:hover,
h3 a:hover,
h3 a:visited,
h3 a:focus {
    text-decoration: none;
    color: #B48A66;
}
h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: rgb(180, 138, 102);
    padding-bottom: 15px;
    font-weight: bold;
    width: 98%;
    border-bottom: 2px solid rgba(180, 138, 102, 0.6);
    font-family: "gotham";
}
h4 {
    text-transform: none;
    font-size: 16px;
    color: rgb(180, 138, 102);
    font-weight: normal;
    width: 100%;
    font-family: "gotham";
}
input,
textarea {
    width: 100%;
    font-weight: lighter;
    padding-bottom: 7px;
    font-size: 26px;
    font-family: "gotham";
    background: none;
    border: none;
    border-bottom: 1px solid #bbb;
    margin-top: 20px;
}
input[type="submit"] {
    width: auto;
    padding: 15px 60px;
    font-size: 26px;
    font-weight: lighter;
    font-family: "gotham";
    color: white;
    border: none;
    border-radius: 7px;
    background: rgb(180, 138, 102);
}
h1.shadow {
    text-shadow: 1px 1px 2px rgba(153, 153, 153, 1);
}
div.p_about .banner_v_white a:hover span,
div.p_about .banner_v_white a:hover {
    text-decoration: none;
    color: #434141 !important;
}
div.p_about.entreprise .banner_v_white a:hover span,
div.p_about.entreprise .banner_v_white a:hover {
    text-decoration: none;
    color: #fff !important;
}
.normal {
    font-weight: normal;
}
.news_messages a:link {
    color: #434141;
}
.news_messages a:visited {
    color: #B48A66;
}
.inputhidden {
    visibility: hidden;
}
.checkbox_ridask {
    position: relative;
}
.checkbox_ridask label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    border-radius: 4px;
    border: 1px solid #B48A66;
    background: #B48A66;
}
.checkbox_ridask label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 6px;
    left: 6px;
    border: 1px solid white;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.checkbox_ridask label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.checkbox_ridask input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.text_anon {
    float: right;
    margin-top: -31px;
    text-transform: none;
    font-size: 13px;
    color: rgb(180, 138, 102);
    margin-left: 30px;
}
.checkbox_container {
    display: table-cell;
    width: 100%;
    margin-left: -20px;
}
p.destaque {
    font-size: 25px;
    color: #78777B;
}

/* lists */

.list-full,
.list-full li,
.list-auto,
.list-auto li {
    float: left;
    display: block;
    position: relative;
}
.list-auto,
.list-auto li {
    width: auto;
}
.list-auto {
    border-bottom: 2px solid #dfdfdf;
    width: 100%;
}

/* floats */

.float-l {
    float: left;
}
.float-r {
    float: right;
}
.content {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
}
.imgtitle {
    width: 370px;
}
.languagescontent_mobile {
    display: none !important;
}
.languagescontent {
    text-align: right;
    font-size: 7.5px;
}
.languagescontent a {
    text-decoration: none;
    color: #eee;
    padding: 6px 6px;
    background-color: #999;
    margin-right: 1px;
    line-height: 3;
    font-weight: normal;
}
.languagescontent a.langactive {
    background-color: #B48A66;
    padding-left: 0;
}
.triangulo_bottom_right {
    width: 0;
    height: 0;
    padding: 0px;
    border-bottom: 21px solid #B48A66;
    border-left: 21px solid rgba(255, 255, 255, 0);
    position: relative;
    top: -15px;
}
header {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    min-height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: white;
    z-index: 2;
    opacity: .90;
}
header h1 {
    padding: 10px 0 0 10px;
}
header h1 a {
    color: #333;
}
header li:first-child {
    border: none;
}
header li a {
    display: block;
    padding: 22px 9px;
    color: #222;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: uppercase;
}
header li.active {
    border-bottom: 3px solid rgb(180, 138, 102);
    margin-bottom: -2.5px;
}
header li.active a {
    color: rgb(180, 138, 102);
}
header li:hover a {
    color: rgb(180, 138, 102);
    text-decoration: none;
}
header li:hover {
    border-bottom: 3px solid rgb(180, 138, 102);
    margin-bottom: -2.5px;
}
input#control-nav {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.content_logo {
    position: absolute;
    background: rgb(67, 65, 65);
    height: 115px;
    top: 0;
    width: 360px
}
.triangulo_top_left {
    width: 0;
    height: 0;
    border-top: 115px solid #434141;
    border-right: 115px solid transparent;
    position: absolute;
    top: 0;
    margin-left: 360px;
}
.menu_cont {
    margin-left: 405px;
}
.logotipo {
    position: absolute;
    left: 100px;
    width: 290px;
}

/* content */

section {
    padding: 80px 20px 50px;
    border-top: 1px solid #ccc;
    font-size: 20px;
    line-height: 24px;
}
section:after {
    content: "";
    display: block;
    clear: both;
}
section img {
    width: 44%;
    margin: 0 0 10px 4%;
}
section p {
    padding: 0 0 20px;
}
.highlights {
    position: relative;
}
.highlights input {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.highlights-item {
    float: left;
    margin: 0 0 0 2%;
    width: 32%;
    text-align: center;
}
.highlights-item:first-of-type {
    margin-left: 0;
}
.highlights-item img {
    display: block;
    width: 100%;
    margin: 0 0 5px;
}
.highlights-item p {
    font-size: 14px;
}
.highlights-button {
    display: inline-block;
    padding: 10px 15px 8px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #ececec;
    -webkit-transition: background-color 300ms ease-in-out, border-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out, border-color 300ms ease-in-out;
}
.highlights-button:hover {
    border: 1px solid #ececec;
    background-color: #ccc;
}
.highlights-buttons {
    display: none;
    clear: both;
    text-align: center;
}
.highlights-buttons label {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 10px;
    border-radius: 10px;
    background-color: #ccc;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    -webkit-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
}
.highlights-buttons label:hover {
    background-color: #777;
}

/* modal */

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s 0.5s ease-in-out;
    transition: all 0.5s 0.5s ease-in-out;
}
.modal-content {
    padding: 10px;
    max-width: 600px;
    min-width: 360px;
    max-height: 85%;
    overflow: auto;
    position: absolute;
    top: 5%;
    left: 50%;
    z-index: 2;
    opacity: 0;
    border-radius: 3px;
    background: #fff;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.modal-content img {
    display: block;
    width: 100%;
    margin: 10px 0 0;
}
.modal-content p {
    padding-top: 10px;
    text-align: justify;
}
.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-close:after {
    content: "X";
    float: right;
    margin: 5px 5px 0 0;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 3;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    box-shadow: 0 0 3px #000;
}
input[id*="modal_"] {
    position: fixed;
    left: -9999px;
    top: 50%;
    opacity: 0;
}
input[id*="modal_"]:checked + div.modal {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
input[id*="modal_"]:checked + div.modal .modal-content {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.sli {}
.apresentacao {
    height: 750px;
    width: 100% !important;
    min-height: 300px;
    background: transparent;
    z-index: -1;
}
.apresentacao_mobile {
    display: none;
}
.ap1 {
    background: url(../imagens/background_1.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 750px;
}
.ap2 {
    background: url(../imagens/background_2.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 750px;
}
.ap3 {
    background: url(../imagens/background_3.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 750px;
}
.ap_over {
    margin-top: -750px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    background-size: cover !important;
    justify-content: space-around;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    color: white;
    font-size: 20px;
}
.ap_over div {
    padding-bottom: 50px;
}
.ap_over2 {
    margin-top: -750px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    color: white;
    font-size: 20px;
}
.ap_over2 div {
    padding-bottom: 50px;
}
.ap_over3 {
    margin-top: -700px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    color: white;
    font-size: 20px;
}
.ap_over3 div {
    padding-bottom: 50px;
}
.ap13 {
    background: url(../imagens/predios_banco.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 720px;
}
.ap14 {
    background: url(../imagens/predios_banco.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 500px;
}
.ap15 {
    background: url(../imagens/careers.png) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.ap12 {
    background: url(../imagens/cover1.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 540px;
}
.news_messages {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    background: white;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
}
.meta_date {
    font-size: 14px;
    color: rgb(180, 138, 102);
    font-weight: normal;
}
.p_inicial_3c {
    width: 85%;
    max-width: 940px;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: -48px;
}
.p_inicial_3c h3 {
    border-bottom: none;
    width: 100%;
    font-size: 20px;
}
.p_inicial_3c p {
    color: white;
    font-size: 14px;
    line-height: 1.5;
}
.colu3 {
    width: 32%;
    min-width: 250px;
}
.p_inicial_4c {
    width: 85%;
    max-width: 940px;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: -51px;
}
.p_inicial_4c h3 {
    border-bottom: none;
    width: 100%;
    font-size: 20px;
}
.p_inicial_4c p {
    color: white;
    font-size: 14px;
    line-height: 1.5;
}
.colu4 {
    width: 24%;
    min-width: 200px;
}
.p_inicial_2c {
    width: 85%;
    max-width: 940px;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
}
.p_inicial_2c h3 {
    border-bottom: none;
    width: 100%;
    font-size: 20px;
    color: #999999;
    font-size: 18px;
}
.p_inicial_2c p {
    color: #666666;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
}
.colu2 {
    width: 48%;
    min-width: 250px;
}
.h3_light {
    border-bottom: none;
    width: 100%;
    font-size: 26px;
    color: white;
    font-weight: lighter;
}
.h1_light {
    border-bottom: none;
    width: 100%;
    font-size: 40px;
    color: #BAB6B2;
    font-weight: lighter;
    text-transform: lowercase;
}
.sub_content {
    padding: 90px 100px;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
}
div#financialmarkets.content.sli div.sub_content {
    padding: 90px 0px !important;
}
div#financialmarkets.content.sli div.sub_content div.portlet {
    position: relative !important;
}
div#financialmarkets .table thead tr th,
div#financialmarkets .table {
    font-size: 11px !important;
}
div#financialmarkets.content.sli .table-scrollable > .table-bordered > thead > tr > th:first-child {
    width: 20%;
}
a.FMa {
    position: absolute;
    top: -140px;
}
.p_about {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
}
.p_about div {
    width: 48%;
    min-width: 290px;
    margin-bottom: 30px;
}
.p_about p.excert {
    font-size: 23px;
    font-weight: normal;
    color: rgb(185, 146, 112);
    line-height: 1.3;
}
.p_about div hr {
    background-color: rgb(185, 146, 112);
    height: 1px;
    border: 0;
    margin-top: 10px;
}
.rodape2 {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: whitesmoke;
    text-align: center;
}
.rodape span {
    text-align: right;
}
.banner_v_white {
    margin-bottom: 0px !important;
    background: white;
    margin-top: -25px;
    width: 290px !important;
    min-width: 290px;
    margin-left: 5%;
    padding: 0px 10px;
    padding-top: 15px;
}
.banner_v_white img {
    width: 310px;
    margin-left: -10px;
}
.banner_v {
    z-index: 1;
    margin-bottom: -25px !important;
    margin-top: -25px;
    width: 30% !important;
    min-width: 250px;
    padding: 0px 15px;
    padding-top: 15px;
}
.privatedarkdiv {
    background: url("../imagens/FUNDO_BLACK.png") #434141 no-repeat;
    background-position: left bottom;
}
.privatesemidarkdiv {
    background: #E0E0E1;
    color: #434141;
}
.privatelightdiv {
    background: none;
    color: #434141;
}
.maxcomp {
    max-width: 1000px !important;
    width: 90% !important;
    margin: 0 auto;
}
.custom-file-input {
    color: transparent;
    width: 50%;
    border-bottom: none;
    font-size: 12px;
}
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.custom-file-input::before {
    content: url(../imagens/seta_cima.png)'      TÉLÉCHARGER FICHIER';
    color: rgb(180, 138, 102);
    display: inline-block;
    border: 1px solid rgb(180, 138, 102);
    border-radius: 3px;
    padding: 7px 20px 10px 20px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: normal;
    font-size: 10px;
}
.custom-file-input:active {
    outline: 0;
}
.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.inputfile {
    position: relative;
}
@media screen and (max-width: 1205px) {
    .menu_cont {
        margin-left: 0px;
        float: right;
    }
    .content {
        width: 100%;
    }
    .banner_v {
        margin-top: 0px;
        margin-bottom: 0px !important;
    }
    .languagescontent {
        display: none;
    }
    .languagescontent_mobile {
        display: block !important;
        height: 37px;
    }
    .languagescontent_mobile a {
        display: inline;
    }
    header {
        width: 100%;
        background: white;
        padding-bottom: 20px;
    }
    header nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 250px;
        background: #fff;
        overflow-x: auto;
        z-index: 2;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    header ul.list-auto {
        padding: 0;
    }
    header ul.list-auto li {
        width: 100%;
        border: solid #ccc;
        border-width: 0 0 1px;
    }
    header li a {
        padding: 15px 10px;
    }
    header li a:hover {
        background-color: #ccc;
    }
    .control-nav {
        /* label icon */
        position: absolute;
        right: 20px;
        top: 0px;
        display: block;
        width: 30px;
        padding: 5px 0;
        border: solid #333;
        border-width: 3px 0;
        z-index: 2;
        cursor: pointer;
        margin-top: 20px;
    }
    .control-nav:before {
        content: "";
        display: block;
        height: 3px;
        background: #333;
    }
    .control-nav-close {
        position: fixed;
        /* label layer */
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
        z-index: 1;
        background: rgba(0, 0, 0, 0.4);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    /* checked nav */
    input#control-nav {
        display: block;
    }
    input#control-nav:focus ~ .control-nav {
        border-color: #000;
        box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
    }
    input#control-nav:focus ~ .control-nav:before {
        background: #000;
    }
    input#control-nav:checked ~ nav,
    input#control-nav:checked ~ .control-nav-close {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    header+section {
        padding-top: 80px;
    }
    section {
        padding: 30px 15px 10px;
    }
    .highlights {
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    .highlights-item {
        width: 100%;
        margin-left: 0;
        position: absolute;
        top: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    .highlights-item p {
        opacity: 0;
        -webkit-transition: opacity 500ms 500ms ease-in-out;
        transition: opacity 500ms 500ms ease-in-out;
    }
    .highlights-buttons {
        display: block;
        padding-top: 10px;
    }
    /*checked*/
    .highlights input:checked + div {
        position: relative;
        opacity: 1;
        visibility: visible;
        z-index: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .highlights input:checked + div p {
        opacity: 1;
    }
    .highlights input:nth-of-type(1):checked ~ .highlights-buttons label:nth-child(1),
    .highlights input:nth-of-type(2):checked ~ .highlights-buttons label:nth-child(2),
    .highlights input:nth-of-type(3):checked ~ .highlights-buttons label:nth-child(3) {
        background-color: #000
    }
    .modal-content {
        padding: 10px 5%;
        min-width: 88%;
    }
}
.rodape {
    background-color: whitesmoke;
    flex-wrap: wrap;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    height: 120px;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}
.img_about {
    background-size: cover !important;
    background-position: bottom center !important;
    height: 400px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
}
.img_about p.excert {
    padding: 50px;
    margin-left: 80px;
    color: white;
    font-size: 24px;
    font-weight: lighter;
    max-width: 700px;
}
@media screen and (max-width: 600px) {
    .content_logo {
        width: 50%;
        height: 85px;
    }
    .triangulo_top_left {
        margin-left: 50%;
        border-top: 85px solid #434141;
        border-right: 85px solid transparent;
    }
    .sli {
        margin-top: 78px;
    }
    .apresentacao {
        display: none;
    }
    .apresentacao_mobile {
        display: block;
        height: 200px;
        width: 100% !important;
        min-height: 200px;
        background: transparent;
        z-index: -1;
    }
    .ap1_mobile {
        background: url(../imagens/background_2.jpg) center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 200px;
    }
    .ap2_mobile {
        background: url(../imagens/background_2.jpg) center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 200px;
    }
    .ap3_mobile {
        background: url(../imagens/background_3.jpg) center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 200px;
    }
    .ap12_mobile {
        background: url(../imagens/PRIVATE.png) center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 200px;
    }
    .ap13_mobile {
        background: url(../imagens/predios_banco.jpg) center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 200px;
    }
    .ap12_over_mobile,
    .ap13_over_mobile {
        margin-top: -200px;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        justify-content: space-around;
        -webkit-box-pack: space-around;
        -ms-flex-pack: space-around;
        -webkit-justify-content: space-around;
        align-items: flex-end;
        -webkit-box-align: flex-end;
        -ms-flex-align: flex-end;
        -webkit-align-items: flex-end;
        color: white;
        font-size: 20px;
        flex-wrap: wrap;
    }
    .ap_over_mobile {
        margin-top: -200px;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        justify-content: space-around;
        -webkit-box-pack: space-around;
        -ms-flex-pack: space-around;
        -webkit-justify-content: space-around;
        align-items: flex-end;
        -webkit-box-align: flex-end;
        -ms-flex-align: flex-end;
        -webkit-align-items: flex-end;
        color: white;
        font-size: 20px;
        flex-wrap: wrap;
    }
    .ap_over_mobile div {
        padding-bottom: 5px;
    }
    .sub_content {
        padding: 90px 5px;
    }
    .p_about div {
        width: 100%;
    }
    .imgtitle {
        width: 100%;
    }
    .img_about p.excert {
        padding: 10px 0px;
        margin: 5px;
    }
    .logotipo {
        position: absolute;
        left: 5px;
        top: 20px;
        width: 190px;
    }
    .colu2,
    .colu3,
    .colu4 {
        width: 99%;
        margin: 0 auto;
        margin-top: 15px;
        text-align: justify;
    }
    .rodape span {
        text-align: center;
    }
    .imgtiras {
        display: none;
    }
    .h3_light {
        font-size: 16px;
    }
    .h1_light {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .banner_v_white {
        width: 100% !important;
        min-width: 250px;
        margin-left: 0px;
        padding: 0px;
        padding-top: 15px;
    }
    .banner_v_white img {
        width: 100%;
        margin-left: 0px;
    }
    .maxcomp {
        width: 100% !important;
    }
    width: 100% !important;
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    body,
    .normal,
    .p_about p.excert,
    .sub_content,
    .custom-file-input::before,
    .h1_light,
    .h3_light,
    .meta_date,
    input[type="submit"],
    h4,
    input,
    textarea {
        font-weight: bold !important;
    }
    h3 {
        font-weight: normal !important;
    }
}
