@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap');
body {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	line-height: unset;
    font-weight: 500;
    color: #344153;
    scrollbar-width: thin;
}
html{
    scrollbar-width: thin;
    font-size: 15px;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-webkit-scrollbar{
width: 10px;
height: 10px;
}
::-webkit-scrollbar-thumb{
background: #DBDBDB;
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover{
background: #CFCFCF;
}
::-webkit-scrollbar-track{
background: #FFFFFF;
border-radius: 10px;
box-shadow: inset 7px 8px 10px 0px #F0F0F0;
}
.icon-accion:before {
  content: "\e900";
}
.icon-articulo:before {
  content: "\e901";
}
.icon-bmv:before {
  content: "\e902";
}
.icon-bursatil:before {
  content: "\e903";
}
.icon-comentario:before {
  content: "\e904";
}
.icon-denuncia:before {
  content: "\e905";
}
.icon-email:before {
  content: "\e906";
}
.icon-etica:before {
  content: "\e907";
}
.icon-eventos:before {
  content: "\e908";
}
.icon-informes:before {
  content: "\e909";
}
.icon-llamar:before {
  content: "\e90a";
}
.icon-pdf:before {
  content: "\e90b";
}
.icon-reportes:before {
  content: "\e90c";
}
.icon-resultados:before {
  content: "\e90d";
}
.icon-web:before {
  content: "\e90e";
}
.icon-wf-01:before {
  content: "\e90f";
}
.icon-wf-02:before {
  content: "\e910";
}
.icon-wf-03:before {
  content: "\e911";
}
.icono-download{
    background-color: #ccc;
    display: inline-block;
	margin: 0px;
	width: 18px;
	height: 13px;
    -webkit-mask: url(../svg/icon_download.svg) no-repeat center;
    mask: url(../svg/icon_download.svg) no-repeat center;
}
.btn-descargar .icono-download{
	background-color: #fff;
}
.btn-outline-purple .icono-download{
	background-color: #0096ad;
}
a {
	text-decoration: none;
	transition: 300ms ease;
    color: #344153;
}
a:hover, a:active, a.active {
    color: #0096ad;
}
p {
	margin: 0 0 20px 0;
}
header {
	background: rgb(58,146,170);
    box-shadow : 0px 7px 12px rgba(0, 0, 0, 0.1);
	top: 0;
	z-index: 1001;
	width: 100%;
    position: fixed;
}

h1 {
	font-size: 2.6rem;
    line-height: 2.6rem;
	font-style: normal !important;
	font-weight: 800;
	margin: 0;
}
h2 {
	font-size: 1.6rem;
	line-height: 2rem;
	font-style: normal !important;
	font-weight: 700;
	margin: 0;
}
.p-10{padding: 10px !important;}
.p-20{padding: 20px !important;}
.p-30{padding: 30px !important;}
.p-40{padding: 40px !important;}
.p-50{padding: 50px !important;}
.pt-10{padding-top: 10px !important;}
.pt-20{padding-top: 20px !important;}
.pt-30{padding-top: 30px !important;}
.pt-40{padding-top: 40px !important;}
.pt-50{padding-top: 50px !important;}
.pb-10{padding-bottom: 10px !important;}
.pb-20{padding-bottom: 20px !important;}
.pb-30{padding-bottom: 30px !important;}
.pb-40{padding-bottom: 40px !important;}
.pb-50{padding-bottom: 50px !important;}
.pl-10{padding-left: 10px !important;}
.pl-20{padding-left: 20px !important;}
.pl-30{padding-left: 30px !important;}
.pl-40{padding-left: 40px !important;}
.pl-50{padding-left: 50px !important;}
.pr-10{padding-right: 10px !important;}
.pr-20{padding-right: 20px !important;}
.pr-30{padding-right: 30px !important;}
.pr-40{padding-right: 40px !important;}
.pr-50{padding-right: 50px !important;}

.m-10{margin: 10px !important;}
.m-20{margin: 20px !important;}
.m-30{margin: 30px !important;}
.m-40{margin: 40px !important;}
.m-50{margin: 50px !important;}
.mt-0{margin-top: 0px !important;}
.mt-10{margin-top: 10px !important;}
.mt-20{margin-top: 20px !important;}
.mt-30{margin-top: 30px !important;}
.mt-40{margin-top: 40px !important;}
.mt-50{margin-top: 50px !important;}
.mb-0{margin-bottom: 0px !important;}
.mb-10{margin-bottom: 10px !important;}
.mb-20{margin-bottom: 20px !important;}
.mb-30{margin-bottom: 30px !important;}
.mb-40{margin-bottom: 40px !important;}
.mb-50{margin-bottom: 50px !important;}
.ml-10{margin-left: 10px !important;}
.ml-20{margin-left: 20px !important;}
.ml-30{margin-left: 30px !important;}
.ml-40{margin-left: 40px !important;}
.ml-50{margin-left: 50px !important;}
.mr-10{margin-right: 10px !important;}
.mr-20{margin-right: 20px !important;}
.mr-30{margin-right: 30px !important;}
.mr-40{margin-right: 40px !important;}
.mr-50{margin-right: 50px !important;}
.float-right{float: right;}
.float-left{float: left;}
.btn{
    background-color: #fff;
    color: #0096ad;
    display: inline-block;
    padding: 6px 10px;
    font-weight: 700;
    border-radius: 10px;
    font-size: 13px;
    line-height: 13px;
    vertical-align: middle;
    border: 1px solid;
    text-align: center;
}
.btn-fw{
    width: 100%;
}
.btn-outline-purple{
    border-color: #883a80;
    padding: 9px 10px;
}
hr.line-grey{
    border-color: rgba(0, 0, 0, 0.2);
}
hr.line-green{
    border-color: #0096ad;
}
hr.line-purple{
    border-color: #883a80;
}
hr.line-dark-blue{
    border-color: #344153;
}
.bullet{
    line-height: 10px;
    font-size: 1.50rem;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}
.content-top{
    min-height: 366px;
    color: rgba(255,255,255,0.9);
}
.content-top .top-bg{
    height: 100%;
    width: 100%;
    min-height: 366px;
    background-size: cover;
}
.container{
    max-width: 1280px;
    margin: 0px auto;
    padding: 30px 0px;
}
.flex{
    display: flex;
    justify-content: space-around;
}
.content-top p{
    line-height: 18px;
    font-size: 13px;   
}
.content-top .col{
    width: 325px;
    padding: 0px 0;
}
.content-top .xx-big{
    font-size: 4rem;
}
.content-top h1{
    color: #fff;
}
.content-top h2{
    font-size: 2rem;
    color: #fff;
}
.content-top h3{
    font-size: 1.2rem;
    color: #fff;
    margin: 0px 0 10px;
}
.content-top .big{
    font-size: 1.6rem;
    line-height: 1.8rem;
}
.bg-dark-blue{
    background-color: #344153;
    color: #fff;
}
.bg-light-grey{
    background-color: #f5f5f7;
}
.bg-light-yellow{
    background-color: #fff9d9;
}
.bg-green{
    background-color: #0097ae;
    color: #fff;
}
.bg-light-green{
    background-color: #4db5cc;
    color: #fff;
}
.bg-dark-pink{
    background-color: #641c80;
    color: #fff;
}
.bg-pink{
    background-color: #9360a6;
    color: #fff;
}
.bg-medium-pink{
    background-color: #a277b3;
    color: #fff;
}
.bg-light-pink{
    background-color: #f4e8f2;
}
.gb-light-aqua{
    background-color: #daedf1;
}
.vertical-line{
    padding: 0px;
    margin: 0px;
    border-left: 1px solid #fff;
}
.table-noborder{
        border: none;
        border-collapse: collapse;
}
.uk-table-divider > thead > tr{
    border-top: 0px none !important;
}
.list-nolist{
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0px;
}
.list-underline{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.list-underline li{
    margin: 0px;
    padding: 10px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.list-bgtoggle > li:hover{
  background: #344153;
  color: #fff;
}
.list-bgtoggle > li:hover a{
    color: #fff;
  }
.list-roman{
    list-style: upper-roman;
}
.content{
    min-height: calc(100vh - 515px);
    box-shadow: 0px 4px 3px rgba(0,0,0,0.2);
}
.page .content{
    min-height: calc(100vh - 228px);
    margin-top: 153px;
}
.page .content.home{
    min-height: 35vh;
    width: 100%;
    display: block;
    margin-top: 48px;
    height: calc(50vh - 70px);
}
.glow{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.shadow-simple{
    box-shadow: 2px 1px 4px rgba(54, 39, 39, 0.3);
}
.shadow-thumb{
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}
.thumb-link{
    display: inline-block;
}
footer{
    padding: 10px 40px;
}
footer ul, footer li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
footer li img{
    max-height: 50px;
}
footer ul{
    display: flex;
    justify-content: space-around;
}

/** home */
.reponsive-img{
    width: auto;
}
#home-center-content{
    color: #fff;
    line-height: 1.4rem;
    padding: 20px 30px;
    max-width: 1000px;
    height: calc(100% - 40px);
}
#home-center-content.flex{
    justify-content: space-between;
    align-items: center;
}
#home-center-content div{
    padding-bottom: 0px;
}
#home-center-content .vertical-line, .contacto .vertical-line{
    border-color: rgba(0, 0, 0, 0.2);
    height: 60%;
}
#home-center-content .label-q{
    font-size: 42px;
    font-weight: 700;
}
#home-center-content .label-q a{
    color: #fff;
}
#home-center-content .label-q a span, #home-center-content h3{
    color: #0096ad;
}
#home-center-content .label-r-y{
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    font-size: 12px;
    line-height: 18px;
}
#home-center-content .label-r-y span{
    font-size: 42px;
    font-weight: 700;
    color: #0096ad;
    line-height: 36px;
}
#home-center-content .precio-accion p{
    line-height: 16px;
    margin-bottom: 10px;
    vertical-align: middle;
}
#home-center-content .precio-actual{
    font-size: 2rem;
    font-weight: 700;
}
#home-center-content .precio-actual span{
    color: #0096ad;
    font-size: 26px;
    font-weight: 400;
}
#home-center-content .accion-bmv{
    font-weight: 700;
    font-size: 1.25rem;
}
/** Inner Page */
.page .content-top{
    min-height: 105px;
    position: fixed;
    width: 100%;
    top: 48px;
    z-index: 1000;
}
.page .content-top.home{
    min-height: 30vh;
    position: relative;
    height: calc(50vh - 48px);
}
.page .content-top .top-bg{
    min-height: 105px;
}
.page .content-top.home .top-bg{
    min-height: 105px;
}
.content-top.home .container{
    max-width: 900px;
    padding-left: 80px;
    align-items: center;
    height: calc(100% - 48px);
}
.page .content-top.home h1{
    margin-left: 0px;
    margin-top: 10px;
}
.page .content-top h1{
    display: inline-block;
    text-transform: uppercase;
    text-align: left;
    margin-top: 55px;
    margin-left: 165px;
}
.section-message{
    color: #0096ad;
    font-weight: 700;
}
.section-message .container{
    padding: 20px 30px;
    font-size: 1.1rem;
    line-height: 1.4rem;
}
.section-subnav{
    min-height: 50px;
}
.section-subnav .subnav{
    padding: 15px 30px;
    position: fixed;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    z-index: 900;
}
.section-subnav h3, .section-subnav ul, .section-subnav ul li{
    display: inline-block;
    margin: 0px;
    padding-left: 0px;
}
.section-subnav ul li{
    padding: 0px 10px;
    font-size: 1rem;
}
.section-subnav ul li:first-child{
    padding-left: 0px;
}
.section-subnav ul li.uk-active a{
    /*color: #0096ad;*/
}
.section-subnav h3{
    color: #883a80;
    font-size: 1.7rem;
    line-height: 2rem;
}
.page img.reponsive-img{
    width: auto;
}
.page .text-purple{
    color: #883a80;
}
.page .text-green{
    color: #0096ad;
}
.page .text-orange{
    color: #d66b53;
}
.page .text-light-grey{
    color: #AEB3BB;
}
.page .text-kaki{
    color: #A19F96;
}
.page .text-marin-blue{
    color: #2653A1;
}
.page .text-dark-blue{
    color: #333F53;
}
.container.pt-0{padding-top: 0px;} 
.container.pb-0{padding-bottom: 0px;}
.content{
    font-size: 13px;
    line-height: 20px;
}
.fz-16, .content .fz-16{
    font-size: 1.1rem;
    line-height: 1.3rem;
}
.fz-0_8rem, .content .fz-0_8rem{
    font-size: 0.8rem;
    line-height: 1rem;
}
.fz-0_9rem, .content .fz-0_9rem{
    font-size: 0.9rem;
    line-height: 1.1rem;
}
.fz-1rem, .content .fz-1rem{
    font-size: 1rem;
    line-height: 1.4rem;
}
.fz-1_25rem, .content .fz-1_25rem{
    font-size: 1.25rem;
    line-height: 1.85rem;
}
.fz-1_50rem, .content .fz-1_50rem{
    font-size: 1.5rem;
    line-height: 2.1rem;
}
.fz-1_75rem, .content .fz-1_75rem{
    font-size: 1.75rem;
    line-height: 2.45rem;
}
.fz-2rem, .content .fz-2rem{
    font-size: 2rem;
    line-height: 2.8rem;
}


.content th.fz-1rem, .content td.fz-1rem{
    font-size: 1rem;
    line-height: 1.1rem;
    vertical-align: middle;
}
.content th.fz-1_25rem, .content td.fz-1_25rem{
    font-size: 1.25rem;
    line-height: 1.35rem;
    vertical-align: middle;
}
.content th.fz-1_50rem, .content td.fz-1_50rem{
    font-size: 1.5rem;
    line-height: 1.6rem;
    vertical-align: middle;
}
.uk-table.consejo-admin th, .uk-table.consejo-admin td{
    padding: 8px 8px;
}

.timeline{
    width: 100%;
    max-width: 900px;
    list-style: none;
    padding: 0px 30px;
    margin: 70px 0;
}
.timeline li{
    width: 50%;
    display: inline-block;
    margin: 0px;
    font-size: 15px;
}
.timeline li.left .bullet, .timeline li.right .bullet{
    background-color: #883a80;
    border-radius: 15px;
    color: #883a80;
    width: 18px;
    height: 18px;
    display: block;
    padding: 0px;
    margin: 0px;
}
.timeline li.year-range{
    color: #ccc;
    font-size: 46px;
    font-weight: 700;
    border-right: 1px solid #883a80;
    line-height: 46px;
    padding: 20px 0px;
}
.timeline li.year-range:first-child{
    border-right: 0px none;
}
.timeline li .year{
    font-size: 32px;
    color: #883a80;
    font-weight: 700;
    padding-right: 20px;
}

.timeline li p span{
    color: #0096ad;
    font-weight: 700;
}
.timeline li.left{
    text-align: right;
    border-right: 1px solid #883a80;
}
.timeline li.left .bullet{
    float: right;
    margin-right: -10px;
}
.timeline li.left.first .bullet{
    border: 4px solid #f5f5f7;
    margin-right: -14px;
}
.timeline li.left p:not(.year):not(.bullet){
    padding: 0px 20px 40px 150px;
}
.timeline li.right{
    text-align: left;
    margin-left: 50%;
    border-left: 1px solid #883a80;
}
.timeline li.right .bullet{
    float: left;
    margin-left: -10px;
}
.timeline li.right p:not(.year):not(.bullet){
    padding: 0px 150px 40px 20px;
}
.timeline li.right .year{
    padding-left: 20px;
}
.timeline li:last-child{
    border: 0px none !important;
}
.page .container.filosofia .filosofia-text{
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.page .container.filosofia .uk-width-large {
    width: calc(100% - 300px);
    display: inline-block;
    vertical-align: middle;
}
.page .container.filosofia .uk-slideshow-items img{
    margin: 30px 40px;
    max-width: 215px;
    display: inline-block;
    vertical-align: middle;
}
.container.filosofia .uk-dotnav{
    justify-content: center;
}
.container.filosofia .uk-dotnav > .uk-active > * {
    background-color: #344153;
}

.uk-slideshow-items .uk-margin-remove{
    margin: 0px 0 0 0 !important;
}
.uk-margin-remove li{
    list-style-type: disc;
}
/** Reportes */
.reportes .title-section{
    color: #344153;
    font-size: 1.3rem;
}
.reportes .title-section span{
    color: #0096ad;
}
.reportes .section-subnav ul, .eventosrelevantes .section-subnav ul{
    vertical-align: top;
    display: flex;
}
/**/
.section-subnav .year-slider, .section-subnav .calendar-slider{
    max-width: 1000px;
    width: 90%;
}
.section-subnav .uk-slider-items li{
    height: 30px;
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    width: 121px;
}
.section-subnav .uk-slider-items.calendars li{
    height: 220px;
    font-size: 1rem;
    font-weight: 300;
    display: inline-block;
    width: 32%;
    min-width: 250px;
    padding-top: 10px;
}
.year-slider .triangle-slide svg{
    fill: #883a80;
    stroke: #883a80;
    stroke-width: 1;
}
.year-slider .uk-slider-items .active{
    font-weight: 700;
}
.calendar-slider .triangle-slide svg{
    fill: #883a80;
    stroke: #883a80;
    stroke-width: 1;
}
.calendar-slider .uk-slider-items table{
    margin: 0px auto;
}
.calendar-slider .uk-slider-items table td{
    text-align: center;
    padding: 2px 5px;
}
.calendar-slider .uk-slider-items .active{
    font-weight: 700;
}
.calendar-slider td.active{
    background-color: #883a80;
    color: #fff;
    border-radius: 20px;
}
.list-cuadricula-reportes{
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.list-cuadricula-reportes img{
    border: 1px solid #999;
    float: left;
    max-width: 115px;
    max-height: 160px;
    width: 115px;
    height: auto;
}
.list-cuadricula-reportes>li{
    width: 43%;
    display: inline-flex;
    font-size: 0.8rem;
    justify-content: center;
}
.list-cuadricula-reportes>li>ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    color: #883a80;
    font-weight: 700;
}
.list-cuadricula-reportes>li>ul a{
    color: #883a80;
}
.list-cuadricula-reportes>li>ul>li{
    text-transform: uppercase;
    padding-left: 15px;
    background: url('../svg/triangulo_verde_right.svg') no-repeat left center;
    background-size: 8px;
    margin-bottom: 3px;
}
.list-cuadricula-reportes>li .label{
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.list-cuadricula-reportes .label span{
    color: #344153;
}
.list-eventos-relevantes .fecha{
    font-size: 1.6rem;
    display: inline-block;
    width: 170px;
    margin-bottom: 0px;
    vertical-align: middle;
}
.list-eventos-relevantes .fecha span{
    display: block;
    clear: both;
    text-align: center;
    line-height: unset;
}
.list-eventos-relevantes .fecha .dia{
    font-size: 3rem;
    line-height: 2.9rem;
    letter-spacing: 0.3rem;
    font-weight: bold;
    padding-left: 10px;
}
.list-eventos-relevantes .fecha .mes{
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1.2rem;
}
.list-eventos-relevantes .fecha .anio{
    font-size: 1.6rem;
    line-height: 1.6rem;
    letter-spacing: 0.3rem;
    color: #0096ad;
}
.list-eventos-relevantes li:hover .anio{
    color: #0096ad;
}
.list-eventos-relevantes .titulo{
    display: inline-block;
    margin-bottom: 0px;
    font-size: 1.0rem;
    line-height: 1.2rem;
    vertical-align: middle;
}
.list-eventos-relevantes .titulo a{
    font-size: 0.8rem;
    display: none;
}
.list-eventos-relevantes li:hover .titulo a{
    display: block;
    color: #0096ad;
}
.list-eventos-calendario li p{
    display: inline-block;
    margin-bottom: 0px;
    line-height: 35px;
}
.list-eventos-calendario .fecha_hora{
    font-size: 1.6rem;
    display: inline-block;
    width: 280px;
    margin-bottom: 0px;
    vertical-align: middle;
}
.list-eventos-calendario li a svg{
    width: 25px;
}
.list-eventos-calendario li:hover a svg{
    fill: #fff;
}
.rep-rescargar-btn{
    display: block;
    background: linear-gradient(90deg, rgb(58, 146, 170) 0%, rgb(44, 88, 107) 50%, rgb(30, 61, 83) 100%);
    color: #fff;
    width: 260px;
    padding: 15px;
}
.rep-rescargar-btn:first-child{
    background-position-y: bottom;
    margin-bottom: 15px;
}
.rep-rescargar-btn h3, .rep-rescargar-btn h4{
    margin: 0px;
}
.rep-rescargar-btn h4{
    font-weight: 100;
    margin-top: 10px;
}
.list-reportes-anuales, .list-reportes{
    list-style: none;
    padding: 0px;
    margin: 0px;
    color: #883a80;
    font-weight: 300;
}
.list-reportes{
    height: 350px;
}
.list-reportes-anuales{
    height: 250px;
    min-height: 250px;
}
.list-reportes-anuales>li{
    height: 210px;
    font-weight: 700;
}
.list-reportes-anuales.uk-slideshow-items img {
    margin: 0px 20px 0 0;
    float: left;
}
.list-reportes-anuales>li>div>ul{
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px;
}
.list-reportes-anuales>li>div>ul a{
    color: #883a80;
}
.list-reportes-anuales>li>div>ul>li{
    text-transform: uppercase;
    padding-left: 15px;
    background: url('../svg/triangulo_verde_right.svg') no-repeat left center;
    background-size: 10px;
    margin-bottom: 15px;
}
.list-reportes-anuales>li>div>ul>li:first-child{
    padding-left: 0px;
    background: none;
}
.list-reportes-anuales>li .label{
    font-size: 1.7rem;
    margin-bottom: 15px;
    font-weight: 700;
    color: #344153;
}
.list-reportes-anuales .label span{
    color: #344153;
}


.list-reportes.uk-slideshow-items img {
    margin: 0px 20px 0 0;
    float: left;
}
.list-reportes .img-trimestral{
    width: 115px;
    height: 90px;
    display: inline-block;
    margin: 0 15px 5px 0;
    background-image: url(../img/reporte_sectorial.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: rgba(255,255,255,1);
    padding-top: 60px;
    opacity: 0.6;
}
.list-reportes>li>div>ul{
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px;
}
.list-reportes>li>div>ul>li{
    padding-left: 0px;
    margin-bottom: 10px;
    justify-content: start;
}

.btn-descargar{
    background-color: #0096ad;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-radius: 7px;
    padding: 10px 30px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px auto;
}
.btn-descargar:hover{
    color: rgba(255,255,255,0.7);
}
/** ticker q */
.precio-accion .current-val{
    font-size: 2.5rem;
    line-height: 60px;
    font-weight: 700;
}
.precio-accion .current-varia{
    font-size: 1.2rem;
}
.precio-accion{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.precio-accion h2{
    font-size: 2.5rem;
}
#home-center-content .precio-accion{
    border-bottom: 0px none;
}
.stock-max-min{
    font-size: 1.3rem;
    line-height: 1.5rem;
    padding-top: 20px;
}
#tiquer-q{
    width: calc(100% - 200px);
}
#tiquer-q iframe{
    width: 100%;
    height: 100%;
    min-height: 552px;
}
.nuestra-accion .vertical-line{
    border-color: rgba(0, 0, 0, 0.2);
}
.nuestra-accion .title-section{
    font-size: 1.7rem;
}
.accordion-q>ul>li{
    border-bottom: 1px solid #344153b6;
    padding: 20px;
}
.accordion-q.no-h-padding>ul>li{
    padding: 20px 0;
}
.accordion-q.small-row>ul>li{
    padding: 10px;
    margin: 0px;
}
.box-green {
    background-color: #daedf1;
    padding-top: 10px;
    border-bottom: none;
}
.accordion-q .uk-open{
    background-color: #daedf1;
    padding-top: 10px;
    border-bottom: none;
}
.accordion-q.dark-blue .uk-open{
    background-color: #344153;
    color: #fff;
}
.accordion-q.dark-blue .uk-open .uk-accordion-title{
    color: #fff;
}
.accordion-q .uk-accordion-title, .accordion-q .uk-accordion-title:hover, .accordion-q .uk-accordion-title:active{
    font-size: 1rem;
    color: #344153;
}
.accordion-q .uk-open .uk-accordion-title{
    font-weight: 700;
}
.accordion-q .uk-accordion{
    margin-top: 0px;
}
.accordion-q.slim>ul>li{
    padding: 10px 20px;
    margin-top: 0px;
}
.accordion-q.slim .uk-accordion-content{
    margin-top: 10px;
}
.mas-sobre-q{
    padding: 30px;
}
.mas-sobre-q .uk-table{
    font-size: 0.8rem;
}
.mas-sobre-q .uk-table td{
    padding: 12px 12px;
}
.mas-sobre-q .uk-table th {
    padding: 12px 12px;
    text-align: left;
    vertical-align: bottom;
    font-size: unset;
    font-weight: 700;
    color: #883a80;
    text-transform: unset;
    border-bottom: 1px solid #883a80;
}
/*
.mas-sobre-q .uk-table th:hover{
    background-color: #a8d1d7;
}
*/
.mas-sobre-q .uk-table-divider > tr:not(:first-child), .mas-sobre-q .uk-table-divider > :not(:first-child) > tr, .mas-sobre-q .uk-table-divider > :first-child > tr:not(:first-child) {
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mas-sobre-q .uk-table-divider > tr:last-child, .mas-sobre-q .uk-table-divider > :first-child > tr, .mas-sobre-q .uk-table-divider > :last-child > tr:last-child{
    border-bottom: none;
}
.dividendo .uk-table{
    font-size: 16px;
}
.dividendo .uk-table th {
    vertical-align: bottom;
    font-size: unset;
    font-weight: 700;
    color: #0096ad;
    text-transform: unset;
    border-bottom: 1px solid #0096ad;
}
.dividendo .uk-table th, .dividendo .uk-table td{
    padding: 7px 12px
}
.dividendo .uk-table th:not(:first-child), .dividendo .uk-table td:not(:first-child){
    text-align: center;
}
.dividendo .uk-table-hover > tr:hover,
.dividendo .uk-table-hover tbody tr:hover {
  background: #344153;
  color: #fff;
}
.grid-innerborder .uk-grid>div{
    border-left: 1px solid #666;
    border-top: 1px solid #666;
    font-size: 1.1rem;
    padding: 30px 20px 20px;
}
.grid-innerborder .uk-grid>div.uk-first-column{
    border-left: none;
}
.sustentabilidad-ods .box_map{
    position: absolute;
    display: inline-block;
    text-align: left;
    font-size: 13px;
    max-width: 250px;
    background: linear-gradient(to right, rgba(247,247,248,0) 0%, rgba(247,247,248,0.1) 10%, #f5f5f7 30%);
    padding: 10px 10px 10px 0;
}
.sustentabilidad-ods .box_map.left{
    background: linear-gradient(to left, rgba(247,247,248,0) 0%, rgba(247,247,248,0.1) 10%, #f5f5f7 30%);
}
#box_map_prev_y_seg{
    right: 50%;
    top: 50%;
    margin: -105px 204px 0 0;
}
#box_map_innovacion{
    left: 50%;
    top: 50%;
    margin: -189px 0px 0 103px;
}
#box_map_empleados{
    top: 50%;
    left: 50%;
    margin: -100px 0 0 210px;
}
#box_map_cadenavalor{
    top: 50%;
    left: 50%;
    margin: 75px 0 0 80px;
}
#box_map_etica{
    right: 50%;
    top: 50%;
    margin: 169px 95px 0 0;
}

#box_map_innovacion, #box_map_empleados, #box_map_cadenavalor{
    padding-left: 120px;
}
#box_map_prev_y_seg, #box_map_etica{
    padding-right: 120px;
}
.box_map .pointer{
    position: absolute;
    left: 0px;
    display: inline-block;
    margin-top: 6px;
}
.box_map.left .pointer{
    left: unset;
    right: 0px;
}
.box_map .icon_ods{
    display: inline-block;
    margin: 15px 10px 0 0;
}
.innerlist-ods{
    list-style: none;
    padding: 0px;
    margin: 0px -20px;
    font-size: 14px;
}
.innerlist-ods>li{
    margin: 0px;
    padding: 0px;
}
.innerlist-ods>li .title{
    display: block;
    color: #883a80;
    font-weight: 700;
    border-bottom: 1px solid #883a80;
    padding: 7px 10px;
    margin-bottom: 10px;
}
.innerlist-ods>li>ul{
    list-style: none;
    font-weight: 500;
    margin-bottom: 10px;
}
.innerlist-ods>li>ul>li{
    line-height: 1.2rem;
}
.innerlist-ods>li>ul>li::before{
    content: "\2022";
    color: #0096ad;
    font-weight: bold;
    font-size: 1.3rem;
    display: inline-block;
    width: 1rem;
    margin-left: -1rem;
}
ul.list-bulletgreen{
    margin-left: 10px;
}
ul.list-bulletgreen>li::before{
    content: "\2022";
    color: #0096ad;
    font-weight: bold;
    font-size: 1.3rem;
    display: inline-block;
    width: 1rem;
    margin-left: -1rem;
}
.informacion-de-asamblea .year-slider [aria-expanded="true"] a{
    font-weight: 700;
    color: #883a80;
}
.grid-consejoadmon .uk-grid{
    text-align: center;
}
.grid-consejoadmon .uk-grid>div.bg-light-grey, .grid-consejoadmon .uk-grid>div.bg-light-grey-over-light-pink{
    background-color: rgba(0, 0, 0, 0.1);
}
.grid-consejoadmon .uk-grid>div.bg-light-grey-over-light-pink:hover{
    background-color: #f4e8f2;
}
.grid-consejoadmon .uk-grid>div{
    position: relative;
    padding: 30px 35px 20px;
}
.grid-consejoadmon .uk-grid>div .overlay{
    display: none;
}
.grid-consejoadmon .uk-grid>div:hover .overlay{
    display: block;
}
#form-contact input{
    border: 0px none;
    color: #344153;
    font-size: 1rem;
    padding: 4px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    min-width: 300px;
    margin: 5px 0px 20px;
}
.grid-consejoadmon .overlay{
    background-color: #d1ecf1e0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
#modal-consejero .uk-modal-dialog{
    width: 90%;
    max-width: 800px;
}
.codigos-politicas .uk-tab.tab-outline > li{
    border-right: 1px solid #0096ad;
}
.codigos-politicas .uk-tab::before {
    border-color:  #0096ad;
}
.codigos-politicas .uk-tab > .uk-active > a {
    color: #333;
    border-bottom: 3px solid #0096ad;
}
.codigos-politicas .uk-tab.tab-outline > .uk-active > a {
    border-bottom: 0px none;
    background-color: rgba(0, 0, 0, 0.1);
}
.modelo-negocio .flex > div:first-child{
    max-width: 38%;
}
.btn-modelo-negocio img{
    opacity: 0.4;
}
.btn-modelo-negocio:hover img, .btn-modelo-negocio.active img{
    opacity: 1;
}
.table-modelo-negocio{
    display: inline-table;
}
.table-modelo-negocio img{
    width: auto;
}
.slide-text-modelo-negocio{
    min-width: 320px;
    min-height: 250px;
    max-height: 360px;
    padding-top: 0px;
}
.slide-text-modelo-negocio>ul.uk-slideshow-items {
    min-width: 320px;
    min-height: 250px;
    max-height: 360px;
    width: 30vw;
    height: 30vh;
}
.slide-text-modelo-negocio>ul>li>div{
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.slide-text-modelo-negocio>ul>li>div li{
    margin-bottom: 20px;
}
.grid-consejoadmon .flex, .list-analistas .flex{
    justify-content:left;
}
.year-slider-box{
    padding-top: 61px;
}

.ventanaemergente{
    display: block;
    position: absolute;
    right: -400px;
    top: calc(50vh - 200px);
    max-width: 350px;
    padding: 20px;
    background: rgb(255,255,255);
    z-index: 3000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: right 650ms ease-in;
}
.ventanaemergente.show{
    right: 0px;
}
.ventanaemergente .close{
    margin: -30px 0 0 -15px;
    color: #641c80;
    border-color: #641c80;
    padding: 4px 6px;
    border-radius: 13px;
}
.ventanaemergente h2{
    color: #2650b8;
    font-size: 1.5rem;
}
.ventanaemergente p{
    color: #344153;
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin: 10px 0;
}
.ventanaemergente .linkdet{
    color: #0096ad;
    text-decoration: underline;
    float: right;
    font-weight: bold;
}