<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('AdmLandings/fonts/Itau_Text/itautext.css');
@import url('AdmLandings/fonts/Itau_Display/itaudisplay.css');

#latam 
{
    padding-bottom:20px;
}
.accordion .cabecera &gt; a:after {
    content: "\e9cc";
    font-family: 'itaufonts_icons';
    position: absolute;
    font-size: 1.5rem;
    right: 0;
    /*top: 15px;*/
}
.accordion .cabecera &gt; a {
    display: block;
    position: relative;
    color: #252220;
    text-decoration: none;
    border-bottom: 1px solid #CCC;
}

ul.list-check li {
    list-style: none;
    /*margin-left: 0 !important;*/
    padding:20px 0px 19px 0px;
    border-bottom: 1px solid #EEE !important;
    margin: 0 !important;
    /*margin-bottom: 1rem;*/
}

ul.list-disc li {
    list-style: disc;
    padding: 0 !important;
    margin-left: 15px !important;
    border-bottom: none !important;
    /*margin-bottom: 1rem;*/
}

ul.list-disc li::before {
    font-family: "itaufonts_icons";
    content:none !important;
    /* padding-right: 1rem; */
    color: #EC7000;
    display:block;
}

ul.list-check li::before {
    font-family: "itaufonts_icons";
    content: "\e927";
    /* padding-right: 1rem; */
    color: #EC7000;
    display: table-cell;
}

ul.list-check li span {
    display: table-cell;
    padding-left: 15px;
}
.nav-pills {
    border-bottom: 1px solid #CCC;
}
.nav-pills .nav-link.active, .nav-pills .show &gt; .nav-link {
    color: #000000;
    background-color:#ffffff;
    border:none;
    border-bottom: 1px solid #ec7000;
    border-radius:unset;
}

.text-40-800{
    font-family:itau_text-regular;
    font-weight:800;
    font-size:48px;
    line-height:61.78px;
}

.text-36-700 {
    font-family: itau_text-regular;
    font-weight: 700;
    font-size: 36px;
    line-height: 46.33px;
}

.text-24-700 {
    font-family: itau_text-regular;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}

.text-20-700 {
    font-family: itau_text-regular;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.text-18-700 {
    font-family: itau_text-regular;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

/*display*/
.display-40-800 {
    font-family: itau_display-regular;
    font-weight: 800;
    font-size: 48px;
    line-height: 61.78px;
}

.display-36-700 {
    font-family: itau_display-regular;
    font-weight: 700;
    font-size: 36px;
    line-height: 46.33px !important;
}

.display-30-800 {
    font-family: itau_display-regular;
    font-weight: 800;
    font-size: 30px;
    line-height: 46.33px !important;
}


.display-24-700 {
    font-family: itau_display-regular;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px !important;
}

.display-20-700 {
    font-family: itau_display-regular;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px !important;
}

.display-18-700 {
    font-family: itau_display-regular;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px !important;
}</pre></body></html>