/* css apoyo*/
@import url(colorbox.css);
@import url(color.css);
@import url("https://use.typekit.net/shy3mqd.css"); /*fuentes*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap');

/*generales*/
body {
    margin: 0;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    font-weight: 300;
    position: relative;
	background-color: #efefef;
}

body::-webkit-scrollbar {
    width: 0.8em;
    background-color: #333333;
}

body::-webkit-scrollbar-track {}

body::-webkit-scrollbar-thumb {
    background-color: #838383;
    border: 0px;
    border-bottom: 2px;
    border-top: 2px;
    border-style: solid;
    border-color: #3c3c3c
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'cronos-pro';
    font-weight: 700
}

/*Cabezote*/
header {
    height: 93px;
    font: 700 25px 'cronos-pro';
    color: #ffffff;
    border-bottom: 3px solid var(--amarillo);
    position: relative;
    line-height: 23px;
    background: var(--azul1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#topbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

.name {
    padding: 8px 30px 0px;
    margin-left: 50px;

}

.name a {
    color: inherit;
    text-decoration: none;
    display: flex;
}

.name .logo {
    width: 61px;
    padding: 7px;
    margin-right: 15px;
}

.name .descrip {
    font: 100 15px 'cronos-pro';
}

.name .text1 {
    padding-right:20px;
}


/*Menu Ppal*/
.movil {
    display: none
}

.nav-pp {}

.nav-pp li {
    font-size: 28px;
    list-style: none;
}

.icon_menu {
    margin: 34px 23px 19px 0;
}

.nav-pp ul ul {
    width: 0px;
    background-color: #a0a0a099;
    max-width: 450px;
    height: 100vh;
    padding: 0;
    position: absolute;
    top: 93px;
    right: 0px;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.nav-pp:hover ul ul,
.nav-pp:focus ul ul {
    width: 100%;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}


.nav-pp li li {
    height: 46px;
    border-bottom: 2px solid var(--amarillo);
    position: relative;
}

.nav-pp li li::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.nav-pp li li:hover:before {
    width: 0px;
    height: 0px;
    border-radius: 0 50% 500% 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.nav-pp li li a {
    display: block;
}

.nav-pp li li a .cap {
    color: var(--azul1);
    text-decoration: none;
    font: 400 23px 'cronos-pro';
    background: rgba(255, 255, 255, 0.81);
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 7px 24px;
    margin-top: 100px;
}



/*Herobaner*/
.intro {
    height: 460px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
    background-position: top center, center;
    background-attachment: fixed;
}

.intro::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    z-index: -1;
    background-size: cover;
    -webkit-filter: blur(13px);
    filter: blur(10px);
    background-color: #000;
    height: 100%;
}
.intro .logo{
	width: 77px;
	position: absolute;
	right: 64px;
	top: 123px;
}
.intro h1 {
    color: #fff;
    background: rgba(0, 18, 80, 0.7);
    padding: 23px 29px;
    font-size: 52px;
    width: 100%;
	display: block;
    align-items: flex-end;
	text-align: center;
	margin-top: 342px;
}
.intro h1 span{
	max-width: 800px;
	display: block;
	margin: auto;
    position: relative;
}
.intro h1 span::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background-color: var(--amarillo);
position: absolute;
	left: 0px;
	top:-45px;
}

.intro h1 img {
    margin-left: 10px;
    margin-top: -65px;
    height: 95px;
}

/*Personalizados Secciones Intro*/
.intro.presidente,
.intro.presidente::before {
    background-image: url(../presidente/CB-Presidente.jpg);
}

.intro.informe,
.intro.informe::before {
    background-image: url(../informe/intro.jpg);
}

.intro.corporativo,
.intro.corporativo::before {
    background-image: url(../corporativo/CB-corporativo.jpg);
}

.intro.economica,
.intro.economica::before {
    background-image: url(../economica/intro.jpg);
}

.intro.financiera,
.intro.financiera::before {
    background-image: url(../financiera/gestion-financiera.jpg);
}

.intro.ambiental,
.intro.ambiental::before {
    background-image: url(../ambiental/CB-ambiental.jpg);
}

.intro.grupos,
.intro.grupos::before {
    background-image: url(../grupos/intro.jpg);
}

.intro.tecnico,
.intro.tecnico::before {
    background-image: url(../tecnicos/intro.jpg);
}



.content {
    margin: 0 auto;
    overflow: hidden;
    max-width: 800px;
}

/*Menu lateral*/


.mnsection {
    background-color: var(--azul1);
}

.mnsection ul {
    padding: 15px 20px 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0px;
}

.mnsection li {
    list-style: none;
    font: 300 14px 'cronos-pro', sans-serif;
    padding: 0 5px;
    color: #fff;
    text-align: center;
    border-right: 1px solid;
    margin-bottom: 6px;
}

.mnsection li:last-child {
    border-right: none;
}


.mnsection li:hover {
    color: #fff;
    background: #0064DE;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.mnsection li a {
    color: inherit;
    text-decoration: none;
    display: block;
}


.mnaux {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    background-color: var(--azul1);
    display: none;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 50px;
}

.mnaux ul {
    width: 100%;
}

.mnsection.mnaux li {
    list-style: none;
    background: none;
    margin-bottom: 5px;
    border-color: white;
    padding: 0;
}

.mnsection.mnaux li:after {
    content: none;
}

.navbar-default {
    border: 0;
}

.navbar-nav > .active > a {
    padding: 0;
    padding: 0 12px;

}

.navbar-default .navbar-nav > li > a {
    padding: 0 22px;
    display: block;
    color: white;
    font-size: 15px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: var(--amarillo);
}

.navbar-default .navbar-nav > .active > a {
    background-color: var(--amarillo);
    color: var(--azul1);

}

/*Contenido Principal*/
.principal {
    background: #fff;
    padding: 30px 40px 200px;
}

article {
    font-size: 124%;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
article::after{
	content: "";
	background-color: var(--amarillo);
	width: 40%;
	height: 4px;
	display: block;
	position: absolute;
	right: -40px;
	bottom: 0px;
}
article p {
    text-align: justify;
}

article img {
    margin: 26px 0;
}

article img.graphic {
    box-shadow: none;
}

.titulo1 {
    display: flex;
    justify-content: space-between
}

section h1 {
    font-size: 2.3em;
    position: relative;
    line-height: 40px;
    margin-left: -32px;
    color: white;
	padding-left: 32px;
}

section h1 span {
    padding: 4px 5px;
    padding-left: 0;
    white-space: pre-wrap;
}


section h1 span::after {
    content: "";
    background-color: var(--azul1);
    position: absolute;
    top: 0px;
    left: -39px;
    bottom: 7px;
    width: 0.23em;
}
section h1 span::before {
    content: "";
    position: absolute;
    top: 0em;
    left: -29px;
    bottom: 0em;
    width: 40px;
	height: 40px;
	display: block;
	border: 2px solid var(--amarillo);
	z-index: -1
}

section h1 > span {
    position: relative;
    z-index: 1;
}

/*
section h1 span{
    padding: 3px 13px;
}
*/

/*iconos titulo*/
.icon_mt {
    max-width: 240px;
    display: flex;
    flex-wrap: wrap;
}

.icon_mt > span {
    width: 59px;
    height: 59px;
    background-size: cover;
    display: block;
    margin-left: 17px;
    background-repeat: no-repeat;
}

.icon_mt > span::before {
    content: "";
    border-left: 1px solid var(--azul1);
    height: 21px;
    display: block;
    width: 1px;
    margin-top: 22px;
    margin-left: -8px;
}

h2 span[class*="icon"] {
    width: 29px;
    height: 29px;
}


.icon1 {
    background: url(../img/icon1.svg);
}

.icon2 {
    background: url(../img/icon2.svg);
}

.icon3 {
    background: url(../img/icon3.svg);
}

.icon4 {
    background: url(../img/icon4.svg);
}

.icon5 {
    background: url(../img/icon5.svg);
}

.icon6 {
    background: url(../img/icon6.svg);
}

.icon7 {
    background: url(../img/icon7.svg);
}

.icon8 {
    background: url("../img/icon15.svg");
}

.icon9 {
    background: url(../img/icon9.svg);
}

section h1 ~ *,
.icon_mt ~ * {}

section h1 ~ .icon_mt {}

section h1:nth-child(1) + .icon_mt {
    margin-top: 0;
}

h2 .icon_mt img {
    width: 35px;
    margin-right: 0;
    margin-bottom: 10px;
}

article h2 {
    color: var(--azul1);
    font-weight: 600;
	font-size: 1.4em;
}
article h2 span{
	border: 1px solid var(--amarillo);
	margin-left: -40px;
	padding-left: 40px;
	padding-right: 10px;
}


article h3,
article h4 {
    font-size: 115%;
    padding: 5px 62px 2px;
    position: relative;
    margin: 0px -62px 10px;
}

article h3 {
    color: var(--azul1);
    font: 600 1.1em 'cronos-pro';
	position: relative;
}

article h3::before {
    content: '';
width: 35px;
	height: 13px;
	display: block;
	border: 1px solid var(--amarillo);
	position: absolute;
	left: 22px;
	top: 9px
}

article h4 {
    color: var(--azul1);
    font: bold 1em 'cronos-pro';
    margin-bottom: 0px
}

article img ~ p {
    margin-top: 10px;
}

footer {
    height: 48px;
    background: #B2B2B2 url(../img/logo_tigo.svg) no-repeat center;
    background-size: 40px;
}

.up {
    display: none;
    position: fixed;
    color: #fff;
    background: rgba(13, 39, 75, 0.67);
    bottom: 0px;
    right: 20px;
    border-radius: 6px 6px 0 0;
    border: 1px solid;
    width: 32px;
    height: 32px;
    font: 13px arial;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    border-bottom: none;
    z-index: 10;
}
.temas{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    justify-content: center;
    grid-gap: 30px;
    text-align: center !important;
}
.temas p{
    text-align: center;
    font: bold 16px 'cronos-pro'
}
.capital {
    font: 600% 'cronos-pro';
    line-height: 36px;
}

blockquote {
    font: 700 129% roboto;
}

.resaltado span,
.resaltado:after {
    background-color: #002E6D;
}

.resaltado {
    font: bold 18pt roboto;
    position: relative;
    white-space: pre-wrap;
    line-height: 1.4;
    color: #fff;

    /* 0.25em is roughly equal to one space character. */
    margin-bottom: 20px;
}

.resaltado:after {
    content: "";
    position: absolute;
    top: -0.25em;
    right: 100%;
    bottom: -0.25em;
    width: 60px;
    border-top: 2px solid #fff;
    border-bottom: 3px solid #fff;
}

.resaltado > span {
    position: relative;
    display: inline;
    z-index: 1;
    padding: 6px;

}

.pie {
    font-size: 13px;
    line-height: 15px;
    border-left: 1px solid #002E6D;
    padding-left: 15px;
}

/*listas*/
article ul li {
    list-style-image: url(../img/bullet.svg);
    font-size: 108%;
    padding-left: 10px;
    margin-bottom: 10px;
}

article ul ul li {
    font-size: 80%;
    list-style-image: none;
    list-style-type: disc;
}

article ol {
    padding-left: 48px
}

article ol li {
    list-style: none;
    counter-increment: step-counter;
    text-indent: -26px;
    margin-bottom: 12px;
    font-size: 90%;
}

article ol li:before {
    content: counter(step-counter)".";
    color: #002E6D;
    font: 117% 'cronos-pro';
    margin-right: 11px
}

.pop::after {
    content: "Clic para ampliar | ▲";
    font-size: 11px;
    text-align: center;
    display: block;
}


/*Tablas*/
table ~ .pie {
    margin-top: -3px;
    margin-bottom: 20px;
}

article table {
    font-size: 90%;
	border: 1px solid var(--azul1);
}


table ul {
    padding-left: 17px;
}

table ul li {
    list-style-image: none;
    list-style-type: disc;
    padding-left: 0px;
    margin-bottom: 2px;
    font-size: inherit;
}

.table td {
    font-size: 90%;
}

.table thead th {
    color: var(--amarillo);
    vertical-align: middle !important;
    font: 600 17px "Cronos Pro"
}

.table thead tr {
    background-color: var(--azul1) !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 1px solid #969696;
}
 .table tbody tr:nth-child(odd) {
    background-color: #ededed !important;
}
.table-responsive {}

.colnum,
.colnum th {
    text-align: right;
}

.colnum col {
    width: 10%;
}

.colnum col:nth-child(1) {
    width: 30%;
}

.colnum td:nth-child(1),
.colnum th:nth-child(1) {
    text-align: left;
}

.colight col:nth-last-child(2),
.lightotal tbody tr:nth-last-child(1),
.light {
    background-color: #d5f6ff;
}

.colight td:nth-last-child(2),
.light {
    color: #002E6D;
    font-weight: bolder;
}

.table2 {
    text-align: center;
}

.table2 td:nth-child(1) {
    text-align: left;
}

th.rotate {
    white-space: nowrap;
}

th.rotate > div {
    transform: translate(1px, 226px) rotate(270deg);
    width: 31px;
    text-indent: -8px
}

th.rotate > div > span {
    padding: 3px 7px;
}

/*auxiliares*/
.menosmargen {
    margin: auto -60px;

}

.cuadro {
    border-right: 5px solid #ffbe00;
    border-left: 5px solid #ffbe00;
    padding: 12px
}

.subs {
    color: #fff;
    font-size: 17px;
    line-height: 14px;
}

/*tooltip*/

.tip::after {
    content: "";
    background: #ac182f;
    width: 8px;
    height: 8px;
    display: inline-block;
    position: relative;
    border-radius: 100%;
    right: -1px;
    top: -6px;
    border: 1px solid #fff;
}

section .tooltip-inner {
    max-width: 400px;
    margin: 5px 30px 0;
    background-color: #002E6D;
}