/*LOADER*/
 #loader-inic svg{
    width: 260px;
    height: 260px;
    margin: 30px;
    display: inline-block;
}
.loader-logo {
    width: 90px;
    z-index: 9999;
    margin: auto;
    margin-top: 50px;
    position: absolute;
    margin-left: -45px;
}
.xd_page_loader {
	background: rgba(0,0,0,0.95);
    z-index: 9750;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -ms-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 999999;
}
.v-center, .v-center-mb {
    top: 50%;
    position: relative;
    will-change: transform;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 150px;
  height: 150px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  margin: 0px;
  border: 5px solid #D22829;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #D22829 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*SCROLLED STYLES COLOURS*/
/* width */
::-webkit-scrollbar {
  width: 7px;
  height: 0px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #000;
  border-radius: 0px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #C11731;
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
/* Track */
#modal-1 ::-webkit-scrollbar-track {
  border-radius: 10px;
}
/*GLOBAL STYLES*/
body, html {
	width: 100vw;
	overflow-x: hidden;
	font-family: 'Roboto', sans-serif;
}
html {scroll-behavior: smooth;}

/*RALEWAY FONT*/
.raleway, nav .btn-hamburguesa p,
.xd_langBtn a, .xd_menu_hidden ul,
.xd_submenuActive p, .xd_submenuActive ul,
.xd_highlight, .xd_highlight_white,
p.xd_numeraliaHome span.texto,
#xd_valores, #xd_valores p, #xd_noticias h3,
a.xd_verMas, .xd_interiorHeaders h1, .xd_interiorHeaders h2,
#xd_hotspot_sk h3, #xd_hotspot_sk p.xd_parrafoUno,
.xd_acordion_sk h3, .xd_acordion_sk .btn-link,
.xd_acordion_sk .card-body, footer span, footer
.xd_footer_center, #slider-content h2,
.xd_title_name, .xd_directivo,
.xd_text, .xd_transp_tex01, .kuo-text, .kuo-parrafo,
.xd_tabs-presencia a {
font-family: 'Raleway', sans-serif;
}

.roboto {font-family: 'Roboto', sans-serif;}
.sarabun {font-family: 'Sarabun', sans-serif;}

.xd_bgGris {background-color: #292A2C;}
.xd_bgRojo {background-color: #C11731;}
.xd_bgRojo02 {background-color: #C11726 !important;}
.xd_bgWhite {background-color: #fff;}
.xd_bluebg 	{background-color: #1C2D45}
.xd_redbg 	{background-color: #C11731}
.xd_greenbg {background-color: #43A243}
.xd_whitebg{background-color: #fff;}
.xd_lightgray{background-color:#F8F8F8;}
.xd_blueText {color: #435F86}
.xd_greenbgText {color: #0EAD77 !important}
.white, .xd_white {color: #fff;}
.xd_redText {color:#FE1F3A}

.smaller {
  font-size: 15px !important;
}
/*HELPERS*/
.xd_pt50 {padding-top: 50px;}
.xd_mt50 {margin-top: 50px;}
.xd_pb50 {padding-bottom: 50px;}
.xd_pt100 {padding-top: 100px;}
.xd_pb100 {padding-bottom: 100px;}
.xd_pb200 {padding-bottom: 200px;}
.xd_pb400 {padding-bottom: 400px;}
.xd_mlr0 {margin-left: 0px;margin-right: 0px;}
.xd_t-right {text-align: right;}
.xd_vertal_center {
    margin: auto;
    width: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 5vw;
}
.xd_vertal_center .row {
	margin: 5vh 0px 0px;
}
.xd_directivo{
	font-size: 18px;
	font-weight: 600;
}
.xd_title_name {
	font-size: 13px;
	font-weight: 300;
}
.xd_quote  {
	background-repeat: no-repeat;
    background-position: bottom right;
}
.xd_white_line {
	background-color: #fff;
    height: 2px;
    margin:0px;
}
.content-wrapper {
	pointer-events: auto !important;
	z-index: 2;
	position: relative;
	padding-top: 100vh;
	pointer-events: none;
	width:101%;
}
.content-wrapper .content {
  background-color: transparent;
  pointer-events: auto !important;
}
.mouse-icon .wheel {
  position: relative;
  border-radius: 10px;
  border: 2px solid #fff;
  width: 4px;
  height: 4px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
}
/*NAVIGATION*/
nav {
  pointer-events: none;
  display: block;
  padding: 10px;
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  nav {
    background-color: #000;
    padding: 15px 15px;
  }
}
nav .container {
  padding: 10px 20px;
  width: 100%;
  max-width: 100% !important;
}
nav .nav-informe p {
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 11px;
  transition: all ease 0s;
  text-decoration: none;
}
nav .logo {
  pointer-events: auto;
  display: block;
  width: auto;
  float: left;
}
nav .logo a {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  z-index: 999;
}
nav .logo a img {
  display: inline-block;
  width: 120px;
}
nav .btn-hamburguesa {
    pointer-events: auto;
    display: block;
    position: absolute;
    width: 36px;
    height: 25px;
    left: 49%;
    margin-top: 5px;
}
nav .btn-hamburguesa p{
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.7px;
  font-weight: 600;
  padding-top: 9px;
}
nav .btn-hamburguesa:hover {
  cursor: pointer;
}
nav .btn-hamburguesa.active .bun.top-bun {
  transform: translateY(15px) rotate(45deg);
  width: 35px;
}
nav .btn-hamburguesa.active .bun.middle-bun {
  opacity: 0;
}
nav .btn-hamburguesa.active .bun.bottom-bun {
  transform: translateY(-6px) rotate(-45deg);
  width: 35px;
}
nav .btn-hamburguesa.active p{
  opacity: 0;
}
nav .btn-hamburguesa .bun {
  display: block;
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s linear;
  opacity: 1;
}
nav .btn-hamburguesa:hover .bun {
  width: 3px;
}
nav .btn-hamburguesa .bun.top-bun {}
nav .btn-hamburguesa .bun.middle-bun {top: 10px;}
nav .btn-hamburguesa .bun.bottom-bun {top: 21px;}
nav .btn-hamburguesa:hover .bun {
	background-color: #FF004C;
	opacity: 1;
	width: 35px;
}
nav {
    z-index: 99999;
}
.xd_logoMenu {
	text-align: left;
}
.xd_logoMenu img {
	width: 100px;
}
.xd_onlyDesk {
    display: block;
}
.xd_onlyMobile {
    display: none !important;
}
.portada#home #homeVideo {
position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}
.portada {
  width: 101vw;
  height: auto;
  position: relative;
  transition: opacity 0.5s;
}
/* ----------------------------------------------
/* * Mouse animate icon
/* ---------------------------------------------- */
.box {
  position: absolute;
  bottom: 10px;
  width: 100%;
  overflow: hidden;
  left: 0px;
  transition: all ease 0.5s;
}
.darken {
  background: rgba(0,0,0,1);
  /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 10%, rgba(255, 255, 255, 0) 90%);*/
  padding: 5px 10px !important;
  transition: all ease 2s;
}
.darken .container {
  padding: 10px 1% !important;
}
.darken .btn-hamburguesa{
  margin-top: 10px;
  transition: all ease 0.5s;
}
.xd_langBtn {
    height: 50px;
    width: 25px;
    position: absolute;
    right: 100px;
    pointer-events: auto;
    display: block;
    transition: all 0.3s linear;
    overflow: hidden;
}
.xd_langBtn:hover {
    width: 100px;
    transition: all 0.3s linear;
}
.xd_langBtn a{
	color: #fff;
  	font-size: 18px;
  	letter-spacing: 3px;
  	font-weight: 600;
  	/*text-transform: uppercase;*/
  	padding-top: 10px;
    float: left;
}
.xd_langBtn:hover a{
	text-decoration: none;
	color: #FF004C;
}
.xd_menu_hidden {
    width: auto;
    position: absolute;
    right: 0px;
    pointer-events: auto;
    opacity: 0;
    transition: all 0.8s linear;
}
.xd_menu_hidden ul{
    float: left;
  	font-size: 14px;
  	letter-spacing: 3px;
  	font-weight: 300;
  	list-style: none;
}
.xd_menu_hidden ul li{
    float: left;
}
.xd_menu_hidden ul li a{
    color: #fff;
    padding: 15px 20px 0px 20px;
    display: block;
    height: auto;
    text-transform: uppercase;
}
.xd_menu_hidden ul li a:hover{
    text-decoration: none;
    color: #FF004C;
    font-weight: 600;
}
.xd_menu_hidden.active {
	opacity: 1;
	transition: all 0.8s linear;
}
.darken .container .nav-informe p {
  /*opacity: 0; Desaparece Informe anual 2019 */
  opacity: 1;
  transition: all ease 2s;
}
/*MENU CONTAINER*/
.xd_menu_container {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  top: -100vh;
  transition: top 0.5s ease-out;
  display: flex;
  align-items: center;
}
.xd_menu_container.active {
  transition: top 0.5s ease-out;
  top: 0;
}
.xd_menu_container .xd_contieneMenu {
  width: 100%;
  margin: 0px 10%;
}
.xd_menu_container ul.xd_secmenu {
  list-style: none;
  padding: 0;
  margin-bottom: 0rem;
  /*text-align: left;
  right: 10px;
  position: absolute;
  margin-top: 30px;
  top: 50%;
  transform: translatex(0) translatey(-45%);*/
}
@media (max-width: 575.98px) {
  .xd_menu_container ul.xd_secmenu {
    border-bottom: 2px solid #999;
  }
}
.xd_menu_container ul.xd_secmenu li {
  display: block;
  position: relative;
  padding: 0;
  margin: 0px;
}
.xd_menu_container ul.xd_secmenu li.active a {
  opacity: 1;
}
.xd_menu_container ul.xd_secmenu li a {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 7vh;
  opacity: 0.3;
  letter-spacing: 0px;
  font-weight: 300;
  width: 100%;
  display: block;
}
.xd_menu_container ul.xd_secmenu li sup {
  font-size: 20px;
  top: -4vh;
}
.xd_menu_container ul.xd_secmenu li a:hover {
  text-decoration: none;
  opacity: 1;
}
.xd_menuBottom{
  width: 100%;
  position: absolute;
  bottom: 25px;
  padding: 0px 30px;
}
.xd_menuBottom span {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.xd_menu_container ul.redes-menu {
  list-style: none;
  margin: 0;
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  float: right;
}
.xd_menu_container ul.redes-menu li {
  display: block;
  position: relative;
  margin-left: 2vw;
}
.xd_menu_container ul.redes-menu li a {
  font-size: 25px;
  opacity: 0.7;
  padding: 5px;
  color: #fff;
}
.xd_menu_container ul.redes-menu li a:hover {
  opacity: 1;
}
.xd_menu_container {
  z-index: 9999;
}

/*MENU BACKGROUNDS IMAGES*/
.xd_menu_container,
.xd_menu_container.xd_activeUno,
.xd_menu_container.xd_activeDos,
.xd_menu_container.xd_activeTres,
.xd_menu_container.xd_activeCuatro,
.xd_menu_container.xd_activeCinco,
.xd_menu_container.xd_activeSeis {
	background-size: cover; background-repeat: no-repeat;
}
.xd_submenuActive{
    height: 100%;
}
.xd_containul{
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.xd_submenuActive p{
	text-align: left;
	letter-spacing: 4.8px;
	color: #FFF;
	text-transform: uppercase;
	line-height: 7vh;
    bottom: 0px;
    position: absolute;
    transform: translatey(0%) translatex(120%);
    transition: all 0.5s linear;
}
.xd_submenuActive ul{
	position: absolute;
    top: 50%;
    transform: translatey(-50%) translatex(100%);
  	font-size: 13px;
  	letter-spacing: 3px;
  	font-weight: 300;
  	list-style: none;
  	right: 0px;
  	transition: all 0.5s linear;
}
.xd_submenuActive ul li{
	color: #fff;
	margin: 20px 0px;
}
.xd_submenuActive ul li:hover{
	font-weight: 600;
}
ul.traslatexToCero {
    transform: translatey(-50%) translatex(0%) !important;
    transition: all 0.5s linear;
}
p.traslatexToCero{
    transform: translatey(0%) translatex(0%) !important;
    transition: all 0.5s linear;
}
#xd_floating_menu_sticky {
    height: auto;
    position: absolute;
    top: 20px;
    z-index: 777;
    display: block;
    right: 20px;
    color: #fff;
    transition: all 0.2s linear;
    margin-top: 60px;
}
#xd_floating_menu_sticky p{
    font-family: 'Raleway', sans-serif;
    text-align:left;
    font-size: 14px;
    letter-spacing: 0.6px;
    font-weight: 600;
}
#xd_floating_menu_sticky ul{
    list-style: none;
    border-left: 1px solid #FFF;
    margin: 0px;
    padding-left: 10px;
    font-family: 'Raleway', sans-serif;
}
#xd_floating_menu_sticky ul li{
 	margin: 0px 0px 5px;
}
#xd_floating_menu_sticky ul li a{
 	font-size: 12px;
 	font-weight: 300;
 	color: #fff;
 	text-decoration: none;
}
#xd_floating_menu_sticky ul li a:hover{
 	color: #C11731;
}
/*SUBMENU SCROLL*/
#xd_menu_codigo {
	position: absolute;
    top: 16%;
    right: 4%;
    background: #000;
}
#xd_menu_codigo a.xd_codigoBtn {
    width: 125px;
    height: 125px;
}
#xd_menu_codigo a.xd_codigoBtn:hover {
    background: #C11731;
}
#xd_menu_codigo a.xd_codigoBtn img {
    width: 30%;
    margin: 15px;
}
#xd_menu_codigo a.xd_codigoBtn span {
    bottom: 5%;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 11px;
    padding-left: 10px;
}
.xd_codigoInFooter {
	position: relative;
}
.xd_codigoInFooter a.xd_codigoBtn{
	border: 1px solid #fff;
    color: #fff;
    width: 130px;
    height: 130px;
    display: block;
    font-family: 'Raleway', sans-serif;
    position: relative;
}
.xd_codigoInFooter a.xd_codigoBtn:hover{
	background: #C11731;
}
.xd_codigoInFooter a.xd_codigoBtn img{
	width: 40px;
    display: block;
    float: right;
    margin: 15px;
    position: relative;
}
.xd_codigoInFooter a.xd_codigoBtn span {
    display: block;
    width: 100%;
    position: relative;
    bottom: 0px;
    color: #fff;
    text-align: left;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 12px;
}
/**/

/*HOME*/
h2.kuo-home-abstract {
	font-family: 'Raleway', sans-serif;
    text-align: left;
    font-size: 30px;
    letter-spacing: 0px;
    display: flex;
    flex-direction: column;
    padding: 90px 0px;
    line-height: 45px;
}
.xd_logosHome {
	padding: 5vh 0px 8vh;
	background-color: #F9F9F9;
	margin-top: -10px;
}
.xd_logosHome ul{
	display: flex;
    list-style: none;
    width: 90%;
	margin: 0px 5%;
	padding: 0px;
}
.xd_logosHome ul li{
    flex: auto;
    text-align: center;
}
.xd_logosHome ul li img{
    width: 80%;
}
.xd_homeSectionBg{
  margin-top: -1px;
  background-color: #fff;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 4;
}
.xd_highlight, .xd_highlight_white {
  font-size: 35px;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 50px;
}
.xd_text {
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
}
.xd_transp_tex01 {
  font-size: 35px;
  font-weight: 300;
  line-height: 55px;
  border-bottom: 1px solid #fff;
}
.xd_highlight {
  color: #000;
}
.xd_highlight_white {
  color: #fff;
}
.xd_homeMision {
 position: absolute;
 bottom: 30px;
 font-family: 'Roboto', sans-serif;
 left: 60px;
}
.xd_homeMision h2{
  text-transform: uppercase;
  letter-spacing: 6.4px;
  font-size: 16px;
  font-weight: 500;
}
.xd_homeMision p{
  letter-spacing: 0;
  font-size: 21px;
  font-weight: 300;
  padding-top: 30px;
  line-height: 30px;
}
p.xd_numeraliaHome {
  height: 90px;
  margin: 20px 0px;
  padding: 0;
}
.xd_tabs-presencia {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #FE1F3A;
}
.xd_tabs-presencia a {
    width: auto;
    flex: auto;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    color: black;
}
.xd_tabs-presencia a:hover {
    color: #FE1F3A !important;
}
.xd_presencia_mapas img{
	position: absolute;
    padding: 0px;
    width: auto;
    right: 15px;
    bottom: 30px;
}
.xd_presencia_datos > div{
	position: absolute;
    bottom: 30px;
}

.xd_presencia_datos {
background: aliceblue;
}
.xd_presencia_datos .numero {
	font-family: 'Roboto', sans-serif;
    font-size: 60px;
    letter-spacing: 0px;
    width: 100%;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-weight: 300;
}
.xd_presencia_datos .texto{
	font-size: 18px;
    letter-spacing: 6.4px;
    text-transform: uppercase;
    width: 100%;
    float: left;
    text-align: left;
    line-height: 35px;
    font-weight: 600;
}
a.btn-maps01.active,a.btn-maps02.active,a.btn-maps03.active,a.btn-maps04.active,a.btn-maps05.active,a.btn-maps06.active {
	color: #FE1F3A;
}
.xd_presencia_01.active,
.xd_presencia_02.active,
.xd_presencia_03.active,
.xd_presencia_04.active,
.xd_presencia_05.active,
.xd_presencia_06.active
{opacity: 1}
.xd_presencia_01,
.xd_presencia_02,
.xd_presencia_03,
.xd_presencia_04,
.xd_presencia_05,
.xd_presencia_06
{opacity: 0}

/*
#xd-kuo-inversionistas-consejo-administracion-wrapper > div {}
.xd_gobiernoText > span > div {border: 1px solid black;}
.xd_gobiernoText > span > div:nth-child(1) {background: aqua}
.xd_gobiernoText > span > div:nth-child(2) {background: orange}
.xd_gobiernoText > span > div:nth-child(3) {background: aliceblue}
#xd-kuo-inversionistas-consejo-administracion-wrapper > div span {}
*/

h3.xd_inversionistas {
	font-family: 'Roboto', sans-serif;
    text-align: right;
    font-size: 27px;
    line-height: 40px;
    letter-spacing: 8.1px;
    color: #FFF;
    text-transform: uppercase;
    display: block;
    margin: 0px;
    font-weight: 100;
}
p.xd_numeraliaHome span.numero {
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  letter-spacing: 0px;
  width: 100%;
  float: left;
  text-align: right;
  text-transform: uppercase;
  font-weight: 300;
  line-height: unset;
}
p.xd_numeraliaHome span.texto {
  font-size: 18px;
  letter-spacing: 6.4px;
  text-transform: uppercase;
  width: 100%;
  float: left;
  text-align: right;
  line-height: 30px;
  font-weight: 600;
}
.xd_numeralia-icons svg{
	width: 3vw;
	position: absolute;
    top: 35%;
}
.xd_homeImgUno {
position: absolute;
bottom: 0;
}
h3.xd, .carousel-inner h3 {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: 6.4px;
 	font-size: 16px;
    text-align: left;
    font-weight: 500;
}
#xd_valores {
	text-align: left;
	letter-spacing: 0;
}
#xd_valores h3{
 border-bottom: 1px solid white; padding-bottom: 20px
 }
#xd_valores p {
    letter-spacing: 0;
    font-size: 4vw;
    width: auto;
    display: block;
    padding: 20px 0px 0px;
    text-align: center;
    text-transform: lowercase;
    line-height: 7vh;
}
/*HOME SLIDER*/
#xd_sliderSection {
	position: relative;
}
#xd_sliderSection .carousel {
	height: 250px;
    padding: 40px 0px;
    font-family: 'Roboto', sans-serif;
}
#xd_sliderSection .carousel-inner p{
	color: #000;
	font-family: 'Raleway', sans-serif;
}
#xd_sliderSection .carousel-inner h3 {
	color: #FE1F3A;
	border-bottom: 1px solid #FE1F3A;
}
.xd_sliderSectores {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-top: 50px;
}
.xd_sliderSectores .carousel-inner {
	height: 150px;
}
#xd_sliderSection .carousel-indicators li,
.xd_sliderSectores .carousel-indicators li{
	background-color: #fff;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 6px;
    margin-left: 6px;
}
.carousel-inner p{
	text-align: left;
	letter-spacing: 0;
	font-size: 21px;
	font-weight: 300;
    padding-top: 30px;
    line-height: 30px;
}
#xd_sliderSection .carousel-control-next .carousel-control-next-icon,
#xd_sliderSection .carousel-control-prev .carousel-control-prev-icon,
.xd_sliderSectores .carousel-control-next .carousel-control-next-icon,
.xd_sliderSectores .carousel-control-prev .carousel-control-prev-icon {
width: 50px;
height: 15px;
}
#xd_sliderSection .carousel-control-prev,
#xd_sliderSection .carousel-control-next,
.xd_sliderSectores .carousel-control-prev,
.xd_sliderSectores .carousel-control-next  {
opacity: 1;
background: #C11731;
}
#xd_sliderSection .carousel-control-prev, .xd_sliderSectores .carousel-control-prev {
    left: 0px;
}
#xd_sliderSection .carousel-control-next, .xd_sliderSectores .carousel-control-next {
    right: 0px;
}
#xd_sliderSection .carousel-control-prev .carousel-control-prev-icon,
#xd_sliderSection .carousel-control-prev .carousel-control-prev-icon:hover,
#xd_sliderSection .carousel-control-next .carousel-control-next-icon,
#xd_sliderSection .carousel-control-next .carousel-control-next-icon:hover,
.xd_sliderSectores .carousel-control-prev .carousel-control-prev-icon,
.xd_sliderSectores .carousel-control-prev .carousel-control-prev-icon:hover,
.xd_sliderSectores .carousel-control-next .carousel-control-next-icon,
.xd_sliderSectores .carousel-control-next .carousel-control-next-icon:hover
 {
background-image: url(/site/images/assets/kuo_home_flecha_sprite.svg);
background-size: 100px;
background-repeat: no-repeat;
}
#xd_sliderSection .carousel-control-prev .carousel-control-prev-icon,
.xd_sliderSectores .carousel-control-prev .carousel-control-prev-icon {
 background-position: 0px 0px;
}
#xd_sliderSection .carousel-control-prev .carousel-control-prev-icon:hover,
.xd_sliderSectores .carousel-control-prev .carousel-control-prev-icon:hover {
 background-position: 0px -15px;
}
#xd_sliderSection .carousel-control-next .carousel-control-next-icon,
.xd_sliderSectores .carousel-control-next .carousel-control-next-icon {
 background-position: -51px 0px;
}
#xd_sliderSection .carousel-control-next .carousel-control-next-icon:hover,
.xd_sliderSectores .carousel-control-next .carousel-control-next-icon:hover {
 background-position: -51px -15px;
}
.xd_values_txt {
    position: relative;
    display: inline-block;
    width: 140%;
}
.xd_values_txt p {
	float: left !important;
}
.xd_sliderSectores p.xd_value span{
	text-align: left;
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 65px;
    padding-right: 20px;
}
.xd_sliderSectores p.xd_value {
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-weight: 300;
	font-size: 20px;
    line-height: 26px;
    height: 150px;
}

p.xd_valueOne, p.xd_valueTwo, p.xd_valueThree, p.xd_valueFour, p.xd_valueFive {}
/* +++++++++++ Carrusel +++++++++++++++ */
.carousel-control-next,
.carousel-control-prev {
  width: 8% !important;
}
.carousel-control-next .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon,
.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-prev .carousel-control-next-icon {
  background-position: center center;
}
.carousel-control-next .carousel-control-prev-icon,
.carousel-control-prev .carousel-control-prev-icon {
  background-image: url(/site-informe-anual-2019/images/assets/car-flecha-izq.png);
}
.carousel-control-next .carousel-control-next-icon,
.carousel-control-prev .carousel-control-next-icon {
  background-image: url(/site-informe-anual-2019/images/assetscar-flecha-der.png);
}
.counter-bar {
  -webkit-animation: 11s linear 0s infinite counter;
          animation: 11s linear 0s infinite counter;
}
@-webkit-keyframes counter {
  0%   { margin-left: -100%;}
  100% { margin-left: 90%;}
}
.counter-barDos {
  -webkit-animation: 10s linear 0s infinite counterDos;
          animation: 10s linear 0s infinite counterDos;
}
@-webkit-keyframes counterDos {
  0%   { margin-left: 90%;}
  100% { margin-left: -100%;}
}
/*.counter-barTres {
  -webkit-animation: 10s linear 0s infinite counterTres;
          animation: 10s linear 0s infinite counterTres;
}
@-webkit-keyframes counterTres {
  0%   { margin-left: -100%;}
  100% { margin-left: 100%;}
}*/

.counter-bar p:hover, .counter-barDos p:hover{
  color: #C11731;
}

.counter-bar:hover, .counter-barDos:hover{
  -webkit-animation-play-state:paused;
  -moz-animation-play-state:paused;
  -o-animation-play-state:paused;
  animation-play-state:paused;
  cursor: pointer;
}
.xd_counter {
  animation-duration: 1s;
  animation-delay: 0s;
}
#statistics {
    padding-top: 50px;
}
#xd_noticias h3, h3.xd_redtitles {
    text-transform: uppercase;
    letter-spacing: 6.4px;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    color: #FE1F3A;
    padding-bottom: 20px;
    border-bottom: 1px solid #FE1F3A;
}
#xd_noticias h4 {
	font-family: 'Sarabun', sans-serif;
	font-weight: bold;
	font-size: 19px;
	color: #1E1E1E;
    padding: 10px 0px 0px;
    line-height: 25px;
    height: 70px;
}
#xd_noticias a{
text-decoration: none !important;
}
/*Historia Mobile*/
#xd_timelineMobile {
	display: none;
}
/*Blog*/
.xd_basic-mark {
	left: 30px;
    position: absolute;
    top: 10px;
    line-height: normal;
    padding: 4px 9px;
    z-index: 99;
    background-color: #C11731 !important;
    border-radius: 40px !important;
    color: white !important;
    font-size: 12px !important;
    font-weight: 700;
    text-transform: uppercase;
    width: auto;
    display: inline-table;
    letter-spacing: 2px;
}
.xd_blog-img{
	display: block;
    border: 0;
    width: 100%;
    height: auto;
}
.xd_blogEntrance {
	background-color: #fff;
	border: 1px solid #707070;
	padding: 20px;
	color: #1E1E1E;
	text-decoration: none;
	min-height: 250px;

}
.xd_blogEntrance.gray {
	background-color: #292A2C;
	color: #fff !important;
}
.xd_blogEntrance p {
	font-size: 15px;
	font-weight: 300;
	}
.xd_blogEntrance span {
	font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 600;
}
.xd_blogEntrance.gray h4{
	color: #fff !important;
}
.bs-hover:hover {
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2) !important;
}
a.xd_verMas {
	float: right;
	text-align: right;
	font-size: 15px;
	letter-spacing: 0;
	color: #000000;
	font-weight: 600;
	padding: 30px 0px;
}
a.xd_verMas:hover {
	color: #C11731;
}
.xd_tabs-svg{
	margin-left: 10px;
}
.xd_svg_vertical, .xd_svg_horizontal, .xd_tabs-svg {
	fill: none;
    stroke: #FC1E3A;
}
a.xd_verMas:hover .xd_svg_vertical, a.xd_verMas:hover .xd_svg_horizontal, a.xd_verMas:hover .xd_tabs-svg {
    stroke: #000;
}

/*INTERIORES*/
#xd_somosKuoPortada {
        min-height: 101vh;
        background-position:center top;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment:fixed;
}
.xd_interiorHeaders {
	position: absolute;
    z-index: 3;
    top: 25%;
    width: 100%;
}
.xd_interiorHeaders h1, .xd_interiorHeaders h2 {
	font-weight: 300 !important;
	letter-spacing: 0;
	color: #FFF;
}
.xd_interiorHeaders h1 {
	text-align: center;
	margin-bottom: 20px;
    font-size: 10vw;
}
.xd_interiorHeaders h2 {
	text-align: left;
	font-size: 25px;
	line-height: 40px;
}
#xd_hotspot_sk {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
#xd_hotspot_sk h3{
	font-weight: 300 !important;
	letter-spacing: 0;
	text-align: left;
	color: #0D0D0D;
	font-size: 5vh;
    margin: 10vh 0px 0px;
    border-bottom: 1px solid #000;
    width: 100%;
    padding-bottom: 20px;
    letter-spacing: 4px;
}
#xd_hotspot_sk p.xd_parrafoUno {
	text-align: right;
	letter-spacing: 2.8px;
	color: #000;
	text-transform: uppercase;
    font-size: 15px;
    padding: 0px;
    line-height: 35px;
}
.xd_lineBlack{
	border-top: 1px solid #000;
	padding-top: 30px;
	width: 100%;

}
.xd_acordion_sk {
	padding: 100px 0px;
}
.xd_acordion_sk h3{
	color: #fff;
	text-align: left;
	letter-spacing: 6.4px;
	color: #FFF;
	text-transform: uppercase;
	opacity: 1;
	border-bottom: 1px solid #fff;
	font-size: 16px;
    padding-bottom: 20px;
}
.xd_acordion_sk .card {
	border-radius: 0px;
	background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #fff;
}
.xd_acordion_sk .card-header {
    padding: 20px 0px;
    background-color: transparent;
    border-bottom: none;
    position: relative;
}
.xd_acordion_sk .btn-link {
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    width: 100%;
    font-size: 30px;
    text-align: left;
    padding: 0px;
    border: none;
}
.xd_acordion_sk .btn-link span{
    display: block;
    float: right;
    text-align: left;
    margin: 10px;
    background-image: url(/site/images/assets/kuo_flechas_sprite.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    color: transparent;
    height: 20px;
    width: 28px;
    background-position: 0px 2px;
}
.xd_acordion_sk .btn-link span:hover{
    background-position: 0px -38px;
}
.xd_acordion_sk .btn-link span:active,
.xd_acordion_sk .btn-link span:focus{
    background-position: 0px -20px;
}
.xd_acordion_sk p.grupo{
	float: right;
    width: auto;
    font-size: 14px;
    letter-spacing: 2.4px;
    position: absolute;
    right: 70px;
    top: 30px;
    text-transform: uppercase;
}
.xd_acordion_sk .card-body {
	color: #fff;
	padding: 0px;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
}
.xd_contiene_directivo {
	background: #28384F;
	padding: 30px 30px 0px 0px;
    margin: 0px;
}
span.directivo_title{
	text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2.4px;
}
.directivo-foto img {
position: absolute;
bottom: 0px;
}
.directivo-logo img {
	float: right;
}
/***SOMOS KUO PLANTAS***/
.xd_plantas_active {color: #FE1F3A !important;}
#xd_kuo-plantas {padding: 20px 0px 50px;}
#xd_kuo-plantas_home {padding: 30px 0px 80px;}
#xd_kuo-plantas h2 {color: #0D0D0D;border-bottom: 1px solid #0D0D0D;}
#xd_kuo-plantas h2.xd_rojo {color: #FE1F3A;border-bottom: 1px solid #FE1F3A;cursor: pointer;}
#xd_kuo-plantas h2.xd_rojo:hover {color: #000;}
#xd_kuo-plantas h2, #xd_kuo-plantas_home h2{
    text-align: left;
    letter-spacing: 6.4px;
    text-transform: uppercase;
    opacity: 1;
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
#xd_kuo-plantas .xd_plantas_headers span,
#xd_kuo-plantas_home .xd_plantas_headers span {
	font-family: 'Raleway', sans-serif;
	font-size: 23px;
	letter-spacing: 0px;
	display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
}
.selector > .col-4 > .xd_plantas_headers > span {
    width: 100%;
    color: #000;
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 0px !important;
}
.selector > .col-4:nth-child(1) > .xd_plantas_headers > span {
	text-align: left;
}
.selector > .col-4:nth-child(2) > .xd_plantas_headers > span {
	text-align: center;
}
.selector > .col-4:nth-child(3) > .xd_plantas_headers > span {
    text-align: right;
}
.xd_productos_selectors div {
	display: flex;
	width: 50%;
	flex: auto;
	display: block;
}
.xd_productos_selectors a {
	hyphens: auto;
}
.xd_productos_selectors > div:nth-child(1) {
	padding-left: 10px !important;
}
.xd_productos_selectors > div:nth-child(2) {
	padding-right: 10px !important;
	text-align: right;
}

#xd_kuo-plantas .xd_plantas_selector, #xd_kuo-plantas_home .xd_plantas_selector{
    padding: 15px 0px;
    margin-top: 10px;
}
#xd_kuo-plantas .xd_plantas_selector{
	border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    cursor: pointer;
}
#xd_kuo-plantas_home .xd_plantas_selector{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: flex;
}
#xd_kuo-plantas_home .xd_plantas_selector a{
    flex: auto;
}
#xd_kuo-plantas_home .xd_plantas_selector a img{
    width: 100%;
    max-width: 120px;
}
#xd_kuo-plantas .xd_plantas_selector.xd_marca_herdez-del-fuerte,
#xd_kuo-plantas .xd_plantas_selector.xd_marca_resirene {
    border-right: 1px solid #000;
}
#xd_kuo-plantas .xd_plantas_selector a, #xd_kuo-plantas_home .xd_plantas_selector a{
	font-family: 'Raleway', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}
#xd_kuo-plantas .xd_plantas_selector a{
    color: #000;
}
#xd_kuo-plantas_home .xd_plantas_selector a{
    color: #fff;
}
#xd_kuo-plantas .xd_plantas_selector a:hover, #xd_kuo-plantas_home .xd_plantas_selector a:hover{
	color: #FE1F3A;
}
#xd_kuo-plantas_home .xd_consumo_logos span{text-align: left}
#xd_kuo-plantas_home .xd_quimico_logos {text-align: center;}
#xd_kuo-plantas_home .xd_automotriz_logos {text-align: right}
#xd_kuo-plantas_home .xd_quimico_logos .xd_plantas_selector {border-left: 1px solid #fff; border-right: 1px solid #fff;}
.xd_consumo_logos {
	position: relative;
    width: 40%;
    padding:0px;
    flex: 0 0 40%;
    max-width: 40%;
}
.xd_quimico_logos,
.xd_automotriz_logos{
	position: relative;
    width: 30%;
    padding:0px;
    flex: 0 0 30%;
    max-width: 30%;
}
#xd_kuo-plantas .card {
	border: 0px;
    border-radius: 0px;
    background: transparent;
}
#xd_kuo-plantas .card-header {
	background: transparent;
	border: none;
	/*NEW*/
	position: absolute;
    z-index: 9;
    padding: 0px 10px;
}
#xd_kuo-plantas ul.card-header-tabs {
	/*display: flex;
    justify-content: space-between;*/
    display: block;
    float: left;
}
#xd_kuo-plantas ul.card-header-tabs li a{
	color: #000;
	opacity: 0.5;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 17px;
    border-radius: 0px;
}
#xd_kuo-plantas ul.card-header-tabs li a:hover {
	opacity: 1;
	border: 1px solid #FE1F3A;
}
#xd_kuo-plantas .nav-tabs .nav-link.active,
#xd_kuo-plantas .nav-tabs .nav-link.active {
	background: transparent;
	border-color: transparent;
}
#xd_kuo-plantas h5.card-title {
    color: #FE1F3A;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 28px;
    border-left: 1px dotted #FE1F3A;
    padding-left: 10px;
    letter-spacing: 1px;
    width: 100%;
    background: aliceblue;
    float: left;
}
#xd_kuo-plantas ul li {
	margin-bottom: 2px;
    width: auto;
    float: left;
}
.xd_datos_sectores {
	/*margin-bottom: 50px;*/
}
.xd_datos_sectores .xd_datos_logos,
.xd_datos_sectores .xd_datos_plantas {
	padding: 0px;
}
.xd_datos_sectores .xd_datos_plantas span.xd_numero {
	text-align: left;
	color: #000;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 60px;
    display: inline-block;
}
.xd_datos_plantas > div {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.xd_datos_sectores .xd_datos_plantas span.xd_plantas_texto {
	text-align: left;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 3.8px;
	color: #000;
	text-transform: uppercase;
	font-size: 19px;
}
.xd_datos_logos > div {
    display: block;
    height: auto;
    float: right;
}
.xd_datos_logos img {
	width: 100px;
    float: left;
    margin-left: 20px;
}
.xd_detalle_plantas{
	padding: 0px;
	font-size: 14px;
}
.xd_detalle_plantas .xd_plantas_ciudad,
.xd_detalle_plantas .xd_plantas_estado {
	font-weight: 600;
	color: #FE1F3A;
	font-family: 'Raleway', sans-serif;
	text-align: left;
	display: block;

	}
.xd_detalle_plantas .xd_plantas_ciudad {
	letter-spacing: 2px;
	font-size: 20px;
}
.xd_detalle_plantas .xd_plantas_estado{
	font-size: 14px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}
.xd_detalle_plantas .xd_planta01{
	font-family: 'Roboto', sans-serif;
	letter-spacing: 2px;
	color: #0D0D0D;
	font-size: 13px;
	padding-top: 0px;
	display: block;
}
.xd_detalle_plantas .xd_planta02,
.xd_detalle_plantas .xd_planta03,
.xd_detalle_plantas .xd_planta04,
.xd_detalle_plantas .xd_planta05 a{
	font-family: 'Raleway', sans-serif;
}
.xd_detalle_plantas .xd_planta02{
	letter-spacing: 0px;
	color: #0D0D0D;
	font-size: 15px;
	display: none;
}
.xd_detalle_plantas .xd_planta03{
	padding: 5px 0px;
    letter-spacing: 1px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    display: block;
    line-height: 30px;
}
.xd_detalle_plantas .xd_planta04{
	letter-spacing: 0px;
    color: #000;
    font-size: 14px;
    display: block;
    line-height: 20px;
    float: left;
    font-weight: 600;
    padding-bottom: 20px;
}
.xd_detalle_plantas .xd_planta04 ul{
	list-style: none;
	padding: 0px;
}
.xd_detalle_plantas .xd_planta05{
    display: block;;
    float: left;
    width: 100%;
}
.xd_detalle_plantas .xd_planta05 a{
    letter-spacing: 1px;
    color: #FE1F3A;
    font-size: 14px;
    font-weight: 600;
}
.xd_detalle_plantas .xd_planta05 a:hover{
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.xd_froja_01, .xd_froja_02, .xd_froja_03 {
	fill:none;
	stroke:#FE1F3A;
}
.xd_detalle_plantas .xd_planta05 a:hover .xd_froja_01,
.xd_detalle_plantas .xd_planta05 a:hover .xd_froja_02,
.xd_detalle_plantas .xd_planta05 a:hover .xd_froja_03{
    stroke:#000;
}
.xd_map_global {
	padding-top: 0px
}
img.xd_map_250{
	height: 250px;
}
img.xd_map_200{
	height: 200px;
}
.xd_map_global {
	display: flex;
	flex: auto;
}
.xd_map_global > div {
    flex: auto;
    text-align: center;
}

.xd_map_global .xd_global_numeros {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1.6px;
	color: #000;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 35px;
}
.xd_map_global .xd_global_numeros {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1.6px;
	color: #000;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 32px;
}
.xd_map_global .xd_global_ciudad {
	text-align: center;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    color: #FE1F3A;
    font-size: 21px;
    display: block;
    font-weight: 300;
}
.xd_marca_alimentos-de-marca, .xd_marca_polimeros {
	border-right: 1px solid #000;
}
.xd_marca_porcicola {
	text-align: left !important;
}
.xd_marca_refacciones {
	text-align: right !important;
}
.xd_btop {
	border-top: 1px solid #000;
    padding-top: 10px;
}
.Automotriz {
	text-align: right !important;
}
.Consumo {
	text-align: left !important;
}
.xd_productos_sectores {
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
}
.xd_productos_sectores img{
	width: 100px;
    opacity: 1;
}
.xd_productos_sectores p{
	font-weight: 300;
	color: #0D0D0D;
	margin: 8vh 0px 0px;
}
.xd_productos_sectores a{
	text-align: left;
	font-weight: 600;
	color: #0D0D0D;
	margin-bottom: 50px;
}
.xd_productos_sectores a:hover{
	color: #C11731;
}
/*MISION-VISION-VALORES*/
#xd_mision-vision-valores {
	background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
#xd_mision-vision-valores p.xd_somos_slider{
	font-size:23px;
	line-height: 40px;
	color: #FFF;
    padding-top: 20px;
}
#xd_mision-vision-valores .carousel-control-next,
#xd_mision-vision-valores .carousel-control-prev {
	top: inherit;
	bottom: 45%;
	background: transparent;
}
#xd_mision-vision-valores .carousel-control-prev .carousel-control-prev-icon,
#xd_mision-vision-valores .carousel-control-next .carousel-control-next-icon{
	background-image: url(/site/images/assets/kuo_home_flecha_rojas_sprite.svg);
    background-size: 100px;
    background-repeat: no-repeat;
}
#xd_mision-vision-valores .carousel-control-prev .carousel-control-prev-icon {
	background-position: 0px -15px;
}
#xd_mision-vision-valores .carousel-control-next .carousel-control-next-icon {
    background-position: -51px -15px;
}
#xd_mision-vision-valores .carousel-indicators .active {
    background-color: #000;
    opacity: 1;
}
#xd_sliderSection .carousel-indicators li, .xd_sliderSectores .carousel-indicators li {
    opacity: 0.2;
    background-color: #000;
}
/*INVERSIONISTAS*/
.xd_redBox{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 80vw;
	height: 30vh;
}
.xd_redBox > div {
	top: 50%;
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
}
.xd_floating_icons {
	position: fixed;
	width: auto;
	left: 0;
    top: 50%;
	height: auto;
	display: none;
	z-index: 777;
}
.xd_floating_icons ul {
	float: left;
	list-style: none;
	display: flex;
	margin: 0px;
    padding: 0px;
}
.xd_floating_icons ul li {
	float: left;
}
.xd_floating_icons ul li a {
	opacity: 1;
}
.xd_floating_icons ul li a img{
	width: 50px;
}
.xd_floating_icons ul li a:hover {
	opacity: 0.5;
}
.xd_redBox .xd_indice {
	color: #fff;
    padding: 0px 2vw;
}
.uppercase {
	text-transform: uppercase;
}
.xd_redBox .xd_indice .xd_indice01,
.xd_redBox .xd_indice .xd_indice02,
.xd_redBox .xd_indice .xd_indice03 {
	text-align: right;
    width: 100%;
}
.xd_redBox .xd_indice .xd_indice01{
	font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 33px;
}
.xd_redBox .xd_indice .xd_indice02{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
    letter-spacing: 2px;
}
.xd_redBox .xd_indice .xd_indice02 span{
	font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 33px;
    display: block;
}
.xd_redBox .xd_indice .xd_indice03{
	font-family: 'Raleway', sans-serif;
	letter-spacing: 3.6px;
	text-transform: uppercase;
	font-size: 14px;
    border-top: 1px solid #fff;
    padding-top: 10px;
    margin-top: 5px;
    display: inline-block;
}
.xd_indiceDate {
	font-family: 'Raleway', sans-serif;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    text-align: right;
    width: 100%;
    margin-bottom: 10px;
}
.xd_Btns ul {
	display: flex;
  	justify-content: end;
  	list-style: none;
    width: auto;
    padding: 0px;
    margin-bottom: 0;
    float: right;
}
.xd_Btns ul li {
	height: 17vh;
	width: 17vh;
    margin-right: 25px;
}
.xd_inversionistas-data01, .xd_inversionistas-data02 {
	float: left;
}
.xd_inversionistas-data01 {
	width:50%;
}
.xd_inversionistas-data02 {
	width:45%;
	margin-left: 5%;
}
.xd_inversionistas-data01 > div{
	width: 50%;
	float:left;
}
.xd_inversionistas-data01 img{
	float: left;
	margin-top: -15px;
}
.xd_inversionistas-data01 span,
.xd_inversionistas-data02 span{
	border-top: 1px solid #fff;
    padding-top: 10px;
}
.xd_tabs_inversionistas .nav-tabs {
	border-bottom: 1px solid #435F86;
}
.xd_tabs_inversionistas .nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 50%;
}
.xd_tabs_inversionistas .nav-tabs .nav-item:last-child {
    text-align: right;
}
.xd_tabs_inversionistas .nav-tabs .nav-item.show .nav-link,
.xd_tabs_inversionistas .nav-tabs .nav-link.active {
	border-color: #fff #fff #495057;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: transparent !important;
    color: #000 !important;
    background: #fff;
}
.xd_tabs_inversionistas .nav-tabs .nav-link,
.xd_tabs_inversionistas .nav-pills .nav-link.active,
.xd_tabs_inversionistas .nav-pills .show >.nav-link {
	font-size: 21px;
    letter-spacing: 0px;
    color: #435F86;
    font-family: 'Raleway', sans-serif;
    background: transparent;
    font-weight: 600;
    letter-spacing: 3px;
    padding-bottom: 20px;
}
.xd_tabs_inversionistas .nav-pills .nav-link.active {
	color: #000;
}
.xd_tabs_inversionistas .nav-pills .nav-link {
    border-radius: 0px;
}
.xd_Btns ul li a{
	text-decoration: none;
	width: 100%;
    height: 100%;
    display: block;
	border: 1px solid #fff;
	position: relative;
    overflow: hidden;
}
.xd_Btns ul li a:hover{
	background: #000;
	border: 1px solid #000;
}
.xd_Btns ul li a h3{
	color: #fff;
	text-align: right;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 25px;
    letter-spacing: 7px;
    margin-top: 10px;
}
.xd_Btns ul li a span{
	color: #fff;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;
    bottom: 4px;
    font-size: 0.7em;
    width: auto;;
    padding-left: 5px;
}
#xd-kuo-inversionistas-wrapper {
	padding-top: 0px;
	/*padding-bottom: 100px;*/
}

#xd-kuo-inversionitas-portada {
	padding-bottom: 400px;
}

#xd-kuo-inversionitas-ingresos {
	background-color: #fff;
	padding: 50px 0px;
}
#xd-kuo-inversionitas-iframes {
	background-color: #fff;
	padding: 50px 0px 0px;
}
.xd-kuo-sustentabilidad-ingresos {
	background-color: transparent !important;
	padding: 10vh 0px 0vh !important;
}
h3.xd_sustenta, h3.xd_transparencia, h3.xd_transparencia_white, h3.blue {
	margin-bottom: 30px;
    text-align: left;
    letter-spacing: 6.4px;
    text-transform: uppercase;
    opacity: 1;
    font-size: 16px;
    padding-bottom: 20px;
    font-weight: 600;
}
h3.xd_sustenta {
    color: #0EAD77;
    border-bottom: 1px solid #0EAD77;
}
h3.xd_transparencia {
    color: #FE1F3A;
    border-bottom: 1px solid #FE1F3A;
}
h3.blue {
	color: #435F86;
    border-bottom: 1px solid #435F86;
}
h3.xd_transparencia_white {
    color: #FFF;
    border-bottom: 1px solid #FFF;
}
.xd_retroalimentacion {
	font-family: 'Raleway', sans-serif;
}
.xd_retroalimentacion h3{
	text-align: left;
    font-size: 55px;
    font-weight: 100;
    margin-bottom: 30px;
}
.xd_retroalimentacion a.big{
	font-size: 35px;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 100;
    margin-bottom: 20px;
    display: block;
}
.transparencia_buzon p,
.transparencia_buzon p a{
	color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
}
.ml-none-mobile {
	margin-left: 0px !important;
}
.xd_retroalimentacion a.big {
	font-size: 25px;
}
.xd_retroalimentacion a.big:hover, .xd_retroalimentacion p a:hover{
	color: #000;
}
#xd-kuo-inversionitas-ingresos .xd_barCifras,
#xd-kuo-inversionitas-ingresos .xd_barCifras02 {
	display: block;
	position: relative;
	height: auto;
	width: 100%;
    margin-top: 50px;
}
#xd-kuo-inversionitas-ingresos .xd_barCifras {
	height: 50px;
}
#xd-kuo-inversionitas-ingresos .xd_barCifras02 {
	height: 100px;
}
#xd-kuo-inversionitas-ingresos .xd_barCifras .xd_porcentaje01,
#xd-kuo-inversionitas-ingresos .xd_barCifras .xd_porcentaje02,
#xd-kuo-inversionitas-ingresos .xd_barCifras .xd_porcentaje03,
span.xd_barElemnt01,
span.xd_barElemnt02 {float: left;}

#xd-kuo-inversionitas-ingresos .xd_barCifras02 .xd_porcentaje01,
#xd-kuo-inversionitas-ingresos .xd_barCifras02 .xd_porcentaje02,
#xd-kuo-inversionitas-ingresos .xd_barCifras02 .xd_porcentaje03,
span.xd_barSector01,
span.xd_barSector02 {float: left;}

/*Dato01*/
#xd-kuo-inversionitas-ingresos .xd_barCifras .xd_porcentaje01 span.xd_barElemnt01{color: #435F86;}
#xd-kuo-inversionitas-ingresos .xd_barCifras .xd_porcentaje01 span.xd_barElemnt02{background-color: #435F86;}

/*Dato02*/
#xd-kuo-inversionitas-ingresos .xd_barCifras .xd_porcentaje02 span.xd_barElemnt01{color: #AAA9A9;}
#xd-kuo-inversionitas-ingresos .xd_barCifras .xd_porcentaje02 span.xd_barElemnt02{background-color: #AAA9A9;}

/*Dato03*/
#xd-kuo-inversionitas-ingresos .xd_barCifras .xd_porcentaje03 span.xd_barElemnt01{color: #000;}
#xd-kuo-inversionitas-ingresos .xd_barCifras .xd_porcentaje03 span.xd_barElemnt02{background-color: #000;}

/*Datos*/
#xd-kuo-inversionitas-ingresos .xd_barCifras .xd_porcentaje01 span.xd_barElemnt01,
#xd-kuo-inversionitas-ingresos .xd_barCifras .xd_porcentaje02 span.xd_barElemnt01,
#xd-kuo-inversionitas-ingresos .xd_barCifras .xd_porcentaje03 span.xd_barElemnt01,
.xd_porcentaje01 span.signo, .xd_porcentaje02 span.signo, .xd_porcentaje03 span.signo{
	width: auto;
	margin-bottom: 20px;
	font-family: 'Raleway', sans-serif;
	font-size: 27px;
    letter-spacing: 5px;
	text-transform: uppercase;
}
#xd-kuo-inversionitas-ingresos .xd_barCifras .xd_porcentaje01 span.xd_barElemnt02,
#xd-kuo-inversionitas-ingresos .xd_barCifras .xd_porcentaje02 span.xd_barElemnt02,
#xd-kuo-inversionitas-ingresos .xd_barCifras .xd_porcentaje03 span.xd_barElemnt02 {
	height: 20px;
	width: 100%;
}
.xd_porcentaje01 span.signo {color: #435F86;margin-left: 3px;}
.xd_porcentaje02 span.signo {color: #707070;margin-left: 3px;}
.xd_porcentaje03 span.signo {color: #000;margin-left: 3px;}
.xd_peso {
	margin: 1px 2px 0px 0px;
	float: left;
	color: #000 !important;
}
/*Sector Titulo01*/
#xd-kuo-inversionitas-ingresos .xd_barCifras02 .xd_porcentaje01 span.xd_barSector01,
#xd-kuo-inversionitas-ingresos .xd_barCifras02 .xd_porcentaje02 span.xd_barSector01,
#xd-kuo-inversionitas-ingresos .xd_barCifras02 .xd_porcentaje03 span.xd_barSector01 {
	width: 100%;
	margin-bottom: 0px;
	padding-top: 10px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	letter-spacing: 0px;
	color: #000000;
	font-size: 25px;
}
#xd-kuo-inversionitas-ingresos .xd_barCifras02 .xd_porcentaje01 span.xd_barSector01{border-top: 1px solid #FE1F3A;}
#xd-kuo-inversionitas-ingresos .xd_barCifras02 .xd_porcentaje02 span.xd_barSector01{border-top: 1px solid #707070;}
#xd-kuo-inversionitas-ingresos .xd_barCifras02 .xd_porcentaje03 span.xd_barSector01{border-top: 1px solid #000;}

/*Sector Titulos*/
#xd-kuo-inversionitas-ingresos .xd_barCifras02 .xd_porcentaje01 span.xd_barSector02,
#xd-kuo-inversionitas-ingresos .xd_barCifras02 .xd_porcentaje02 span.xd_barSector02,
#xd-kuo-inversionitas-ingresos .xd_barCifras02 .xd_porcentaje03 span.xd_barSector02{
	height: 20px;
	width: 100%;
	text-align: left;
	font-size: 28px;
	font-family: 'Raleway', sans-serif;
	color: #292A2C;
	text-transform: uppercase;
	width: auto;
}
#xd-kuo-inversionitas-ingresos h2{
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	letter-spacing: 6.4px;
	color: #000;
	text-transform: uppercase;
	text-align: left;
	font-weight: 600;
	border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
#xd-kuo-inversionitas-ingresos h2.blue {
	color: #435F86;
	border-bottom: 1px solid #435F86;
}
#xd-kuo-inversionitas-ingresos p.xd_numeraliaHome {
	padding: 0px;
	margin: 0px;
}
#xd-kuo-inversionitas-ingresos p.xd_numeraliaHome span.numero {
	font-family: 'Roboto', sans-serif;
	font-size: 150px;
    font-weight: 100;
    color: #0D0D0D;
    display: block;
    float: left;
    width: auto;
}
#xd-kuo-inversionitas-ingresos p.xd_numeraliaHome span.signo.blue,
#xd-kuo-inversionitas-ingresos p.xd_numeraliaHome span.numero.blue,
#xd-kuo-inversionitas-ingresos p.xd_numeraliaHome span.texto.blue {
    color: #435F86;
}
#xd-kuo-inversionitas-ingresos p.xd_numeraliaHome span.signo{
	font-family: 'Roboto', sans-serif;
	font-size: 150px;
    font-weight: 300;
    color: #0D0D0D;
    display: block;
    float: left;
    width: auto;
}
#xd-kuo-inversionitas-ingresos p.xd_numeraliaHome span.texto,
#xd-kuo-inversionitas-ingresos p.xd_numeraliaHome span.texto02 {
	font-size: 18px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    width: 100%;
    float: left;
    line-height: 20px;
    margin-top: -30px;
}
#xd-kuo-inversionitas-ingresos p.xd_numeraliaHome span.texto {
    text-align: right;
    padding-right: 54%;
}
#xd-kuo-inversionitas-ingresos p.xd_numeraliaHome span.texto02 {
    text-align: left;
    padding-left: 250px;
}
#xd-kuo-inversionistas-centro-de-reportes {
	/*padding: 15vh 0px 0px;*/
	padding: 70px 0px 50px;
}
#xd-kuo-inversionistas-fondo,
#xd-kuo-inversionistas-dividendos,
#xd-kuo-inversionistas-deuda {
	margin-top: 0px;
}
#xd-kuo-inversionistas-centro-de-reportes h2,
#xd_kuo-asamblea h2 {
	margin-bottom: 30px;
}
#xd-kuo-inversionistas-centro-de-reportes h2,
#xd-kuo-inversionistas-calificadoras h2,
#xd-kuo-inversionistas-cobertura h2,
#xd-kuo-inversionistas-fondo h2,
#xd-kuo-inversionistas-dividendos h2,
#xd-kuo-inversionistas-deuda h2,
#xd_kuo-asamblea h2,
#xd-kuo-inversionistas-comportamiento-accion h2,
h2.xd_iframes {
	color: #000;
	font-family: 'Raleway', sans-serif;
    letter-spacing: 6.4px;
    text-transform: uppercase;
    opacity: 1;
    border-bottom: 1px solid #000;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 20px;
}
#xd-kuo-inversionistas-centro-de-reportes h2.blue,
h2.xd_iframes  {
	color: #435F86;
	border-bottom: 1px solid #435F86;
	}
#xd-kuo-inversionistas-accion-historico h2.xd_mt100 {
	margin-top: 100px !important;
}
#xd-kuo-inversionistas-calificadoras h2,
#xd-kuo-inversionistas-cobertura h2,
#xd-kuo-inversionistas-cobertura h2,
#xd_kuo-asamblea h2{
	margin-bottom: 20px;
}
#xd-kuo-inversionistas-comportamiento-accion {
	padding: 8vh 0px 0px;
	background: #FFF;
}
#xd-kuo-inversionistas-comportamiento-accion h2 {
	margin-top: 50px;
	background: #fff;
}
.xd_kuoFrame {
	width:100%;
}
.xd_tableCalificadoras .xd_califica_titulos div{
	font-size: 14px !important;
	text-align: center;
	width: 20%;
}
.xd_disclaimer {
	margin-top: 30px;
    font-family: 'Raleway', sans-serif;
    color: #000000;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 0px;
}
.xd_califica_titulos,
.xd_tableAnalistas {
	padding-bottom: 20px;
}
.xd_tabledividendos {
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.xd-transparencia-tabs ul li{
	font-family: 'Raleway', sans-serif;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
}
.xd-transparencia-tabs ul li::marker {
  color: #FE1F3A; /* Change the color */
}


#xd-kuo-inversionistas-centro-de-reportes .nav-pills .nav-link.active,
#xd-kuo-inversionistas-centro-de-reportes .nav-pills .show>.nav-link,
#xd-kuo-inversionistas-centro-de-reportes .nav-pills .nav-link  {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	background: transparent;
	color: #0D0D0D;
	border-radius: 0px;
    width: fit-content;
    margin: 5px 0px;
    font-weight: 500;
}
#xd-kuo-inversionistas-centro-de-reportes .nav-pills .nav-link.active {
	color: #435F86;
}
#xd-kuo-inversionistas-centro-de-reportes .nav-pills .nav-link:hover {
	background: #435F86;
	color: #fff;
}
#xd-kuo-tab-reportes-anuales-bmv .xd_tab {
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
#xd-kuo-inversionistas-centro-de-reportes .card-header {
    padding: 0px;
    border-bottom: none;
    background-color: transparent;
}
#xd-kuo-inversionistas-centro-de-reportes .card {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
#xd-kuo-tab-reportes-anuales-bmv .xd_tab a span,
#xd-kuo-inversionistas-centro-de-reportes .card-header .btn {
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 60px;
	color: #000;
	padding: 0px;
	text-decoration: none;
}
#xd-kuo-tab-reportes-anuales-bmv .xd_tab a img {
	margin-top: 20px;
}
#xd-kuo-tab-reportes-anuales-bmv .xd_tab a img,
#xd-kuo-tab-presentaciones a img {
	float: right;
    width: 40px;
    opacity: 0.5
}
#xd-kuo-tab-reportes-anuales-bmv .xd_tab a img:hover,
#xd-kuo-tab-presentaciones a img:hover {
	opacity: 1;
}
#xd-kuo-tab-reportes-anuales-bmv a:hover{
	text-decoration:none !important;
}
#xd-kuo-tab-reportes-anuales-bmv .xd_tab a:hover span,
#xd-kuo-inversionistas-centro-de-reportes .card-header .btn:hover,
#xd-kuo-tab-presentaciones a:hover {
	color: #435F86;
	text-decoration:none;
}
#xd-kuo-inversionistas-centro-de-reportes .card-header .btn:hover,
#xd-kuo-inversionistas-centro-de-reportes .card-header .btn:active,
#xd-kuo-inversionistas-centro-de-reportes .card-header .btn:focus {
	border: 1px solid transparent;
}
#xd-kuo-inversionistas-centro-de-reportes .card-header .btn{
	width: 100%;
}
#xd-kuo-inversionistas-centro-de-reportes .xd_each a{
	font-size: 35px;
}
#xd-kuo-inversionistas-centro-de-reportes a{
	text-decoration: none;
	color: #000;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size: 20px;
	transition:all 0.5s;
}
#xd-kuo-inversionistas-centro-de-reportes a img{
	margin-bottom: 10px
}
#xd-kuo-inversionistas-centro-de-reportes .xd_each a:hover{
	text-decoration: none;
	color: #FE1F3A;
}
#xd-kuo-inversionistas-centro-de-reportes a:hover img{
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
	transition:all 0.5s;
}
#xd-kuo-inversionistas-centro-de-reportes .card-header .btn span,
#xd_kuo-asamblea .card-header .btn span{
	display: block;
    float: right;
    text-align: left;
    margin-top: 35px;
    margin-right: 20px;
    background-image: url(/site/images/assets/kuo_flechas_azul.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    color: transparent;
    height: 20px;
    width: 28px;
    background-position: 0px 5px;
}
.xd_descargaDocs a {
	margin: 0px 10px;
}
.xd_descargaDocs a img {
	height: 30px;
}
.xd_descargaDocs a:hover img {
	box-shadow: none !important;
	opacity: 0.5;
}
#xd-kuo-inversionistas-centro-de-reportes .card-header .btn span:hover,
#xd-kuo-inversionistas-centro-de-reportes .card-header .btn:active,
#xd-kuo-inversionistas-centro-de-reportes .card-header .btn:focus{
    background-position: 0px -40px;
}
#xd-kuo-tab-reportes-trimestrales .xd_block_informes, {
#xd-kuo-tab-reportes-bmv .xd_block_informes
}
#xd-kuo-tab-reportes-trimestrales .xd_block_informes a,
#xd-kuo-tab-reportes-bmv .xd_block_informes a {
	color: #435F86;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size: 35px;
    border: 1px solid #435F86;
    padding: 10px 15px;
    margin-right: 1vw;
}
#xd-kuo-tab-reportes-trimestrales .xd_block_informes a:hover,
#xd-kuo-tab-reportes-trimestrales .xd_block_informes a:focus,
#xd-kuo-tab-reportes-trimestrales .xd_block_informes a:active,
#xd-kuo-tab-reportes-bmv .xd_block_informes a:hover,
#xd-kuo-tab-reportes-bmv .xd_block_informes a:focus,
#xd-kuo-tab-reportes-bmv .xd_block_informes a:active {
	background: #435F86;
	color: #fff;
}
#xd-kuo-tab-reportes-trimestrales .xd_block_informes a:hover img,
#xd-kuo-tab-reportes-bmv .xd_block_informes a:hover img {
	filter: brightness(0.1);
}
a.xd_eventos_titulos{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size: 22px;
	color: #000;
	padding: 0px;
    display: inline-block;
    width: 100%;
}
a.xd_eventos_titulos:hover{
	color: #FC1E3A;
}
span.xd_eventos_fecha{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #FC1E3A;
	letter-spacing: 2.6px;
	padding-bottom: 20px;
    display: inline-block;
}
#xd-kuo-tab-presentaciones a {
	text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #000;
    padding: 0px;
    text-decoration: none;
    width: 100%;
    /* background: aquamarine; */
    display: inline-block;
    border-bottom: 1px solid #000;
    padding: 0px 0px 20px;
}
#xd-kuo-inversionistas-calificadoras,
#xd-kuo-inversionistas-cobertura {
	padding: 0;
    height: auto;
    display: inline-block;
    width: 100%;
}
#xd_acordion .xd_gobierno_img {
	position: absolute;
	left: 0;
}
#xd_acordion .xd_gobierno_img img{
	width: 45vw;
    transform: translateY(-200px);
}
.xd_tableCalificadoras,
.xd_tableAnalistas,
.xd_tabledividendos {
	font-family: 'Raleway', sans-serif;
	text-align: left;
  font-size: 14px;
  font-weight: 300;
	color: #0D0D0D;
}
.xd_tableCalificadoras ul,
.xd_tableAnalistas ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 20px 0px 0px;
    display: flex;
    font-size: 17px;
    font-weight: 400;
}
.xd_tableCalificadoras ul li{
	width: 20%;
	text-align: center;
}
.xd_tableAnalistas ul li{
	width: 33.3%;
}
.xd_tableCalificadoras ul li,
.xd_tableAnalistas ul li{
    padding: 10px 10px 10px 0px;
}
.xd_tableCalificadoras a img{
  width: 30px;
  margin: 10px 15px;
  opacity: 0.5;
}
.xd_tableCalificadoras a:hover img{
    opacity: 1;
}
#xd-kuo-inversionistas-consejo-administracion-wrapper{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    background-attachment: fixed;
    padding: 150px 0px;
}
.xd-kuo-gc-texto-destacado {
	font-family: 'Raleway', sans-serif;
	font-size: 70px;
    margin: 40px 0px;
    display: block;
    line-height: 80px;
    color: #fff;
    font-weight: 100;
    padding-bottom: 70px;
    border-bottom: 1px solid #fff;
}
a.xd_codigoBtn {
	border: 1px solid #fff;
    color: #fff;
    width: 200px;
    height: 200px;
    display: block;
    font-family: 'Raleway', sans-serif;
    position: relative;
}
a.xd_codigoBtn:hover {
	border: 1px solid #000;
	background-color: #000;
}
a.xd_codigoBtn img {
    width: 35%;
    display: block;
    float: right;
    margin: 20px;
}
a.xd_codigoBtn span {
	width: inherit;
    display: flex;
    position: absolute;
    bottom: 10%;
    color: #fff;
    text-align: left;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 20px;
}
.xd_gobiernoText {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 2.8px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
}
.xd_gobiernoText b {
	font-weight: 600;
}
.xd_gobierno_text {
	margin-top: 100px
}
.xd_gobierno_text h3 {
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
    margin-bottom: 70px;
}
.xd_gobierno_text {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}
.xd_gobierno_text ul {
	padding-left: 10px;
}
.xd_gobierno_text ul li{
	margin-bottom: 15px;
}
#xd_kuo-inversionistas-consejo-administracion {
	color: #FFF;
}
.xd_consejoHeight{
	margin-bottom: 20px;
    padding-right: 4vw;
}
.xd_consejoHeight span{
	float: left;
	width: 100%;
}
.xd_consejoHeight span.name{font-weight: 600; letter-spacing: 1px;}
.xd_consejoHeight span.title, .xd_consejoHeight span.position{font-weight: 300;}

#xd-kuo-inversionistas-imagen {
	background-color: red;
	padding-bottom: 400px;
}
#xd_kuo-asamblea {
	background-color: white;
	padding-top: 0px;
	padding-bottom: 50px;
}
#xd_kuo-asamblea .btn-link{
	font-family: 'Roboto', sans-serif;
	font-size: 60px;
	font-weight: 100;
	color: #FE1F3A;
	width: 100%;
	text-align: left;
    text-decoration: none;
    border-radius: 0px;
    padding: 0px;
}
#xd_kuo-asamblea .card-header {
    background-color: transparent;
    border: none;
}
#xd_kuo-asamblea .card {
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius: 0px;;
}
#xd_kuo-asamblea h3{
	background-color: white;
	padding-top: 25vh;
	padding-bottom: 100px;
}
#xd_kuo-asamblea .xd_documentos {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	line-height: 40px;
}
#xd_kuo-asamblea .xd_documentos a img,
.xd_dividendos_data a img {
	height: 30px;
    opacity: 1;
}
#xd_kuo-asamblea .xd_documentos a img:hover {
	opacity: 0.5;
}
#xd-kuo-inversionistas-margen {
	height: auto;
}
.xd_parent_grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(5, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.xd_parent_grid .div1 { grid-area: 1 / 1 / 6 / 5;overflow: hidden;}
.xd_parent_grid .div2 { grid-area: 1 / 6 / 3 / 8;}
.xd_parent_grid .div3 { grid-area: 4 / 6 / 6 / 8;overflow: hidden;}
.xd_parent_grid .div4 { grid-area: 1 / 9 / 3 / 11;overflow: hidden;}
.xd_parent_grid .div5 { grid-area: 4 / 9 / 6 / 12;}

.xd_parent_grid img {
	height: 100%;
}
#xd-kuo-inversionistas-margen .xd_porcentaje .xd_Elemnt01 {
	font-family: 'Roboto', sans-serif;
	font-size: 80px;
	font-weight: 100;
	color: #0D0D0D;
	float: left;
    width: 100%;
    text-align: center;
}
#xd-kuo-inversionistas-margen .xd_porcentaje .xd_Elemnt02 {
	font-family: 'Raleway', sans-serif;
    font-size: 15px;
    letter-spacing: 0.2vw;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    float: left;
    width: 100%;
}
#xd-kuo-tab-informes-anuales .xd_each {
	margin-top: 20px;
	text-align: center;
}
.xd_sustentabilidad_programas {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.xd_sustentaTabs .xd_acordion_sk h3 {
	margin-bottom: 30px;
}
.xd_sustentaTabs .nav-pills .nav-link.active,
.xd_sustentaTabs .nav-pills .show>.nav-link {;
	color: #0EAD77;
	background-color: transparent;
}
.xd_sustentaTabs .xd_left  {
	text-align: left !important;
}
.xd_sustentaTabs .xd_right  {
	text-align: right !important;
}
.xd_sustentaTabs .nav-pills a {
	font-family: 'Raleway', sans-serif;
	font-size: 27px;
	color: #fff;
    letter-spacing: 0.05rem;
    padding: 0;
}
.xd_sustentaTabs .nav-pills a:hover {
	color: #999;
}
.xd_sustentaTabs ul {
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
}
.xd_sustentaTabs .xd_tabsTitle {
	margin: 30px 0px 50px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	letter-spacing: 3.2px;
	color: #fff;
	text-transform: uppercase;
}
.xd_sustentaTabs .carousel-inner p {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}
p.xd_modelo_sust, p.xd_modelo_sust_big{
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
}
p.xd_modelo_sust{
	font-size: 18px !important;
	line-height: 35px;
}
p.xd_modelo_sust_big{
    font-size: 23px !important;
    line-height: 35px;
    color: #000;
}
.xd_modelomt {
	margin-top: -20%;
}
.xd_sustentaTabs .carousel-control-next .carousel-control-next-icon,
.xd_sustentaTabs .carousel-control-prev .carousel-control-prev-icon{
	width: 50px;
	height: 15px;
}
.xd_sustentaTabs .carousel-control-prev,
.xd_sustentaTabs .carousel-control-next {
	opacity: 1;
    height: 85px;
}
.xd_sustentaTabs .carousel-control-prev {
    left: 0px;
}
.xd_sustentaTabs .carousel-control-next {
    right: 0px;
}
.xd_sustentaTabs .carousel-control-prev .carousel-control-prev-icon,
.xd_sustentaTabs .carousel-control-prev .carousel-control-prev-icon:hover,
.xd_sustentaTabs .carousel-control-next .carousel-control-next-icon,
.xd_sustentaTabs .carousel-control-next .carousel-control-next-icon:hover {
background-image: url(/site/images/assets/kuo_home_flecha_rojas_sprite.svg);
background-size: 100px;
background-repeat: no-repeat;
}
.xd_sustentaTabs .carousel-control-prev .carousel-control-prev-icon {
 background-position: 0px 0px;
}
.xd_sustentaTabs .carousel-control-prev .carousel-control-prev-icon:hover {
 background-position: 0px -15px;
}
.xd_sustentaTabs .carousel-control-next .carousel-control-next-icon {
 background-position: -51px 0px;
}
.xd_sustentaTabs .carousel-control-next .carousel-control-next-icon:hover {
 background-position: -51px -15px;
}
.xd_sustentaTabs span{
	float: left;
    width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.2px;
	color: #fff;
	text-transform: uppercase;
}
.xd_sustentaTabs span.xd_hlSustenta{
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: 100;
	color: #fff;
	float: left;
    width: 100%;
    margin: 30px 0px 10px;
    letter-spacing: 3px;
}
.tabs_list ul  {
    margin: 0px;
    padding: 0px;
	border-bottom: none !important;
	color: #fff;
	text-transform: inherit;
	margin: 15px 0px;
	padding-left: 10px;
}
.tabs_list ul li{
	font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 22px;
	color: #fff;
}
.xd_pdfBtn svg{
    width: 40px;
    position: absolute;
    left: 1vw;
    margin-top: 1vh;
}
.xd_pdfBtn.svg_relative svg{
    width: 30px;
    position: absolute;
    left: 1vw;
    margin-top: 0;
    bottom: 30%;
}
.xd_sustentaTabs .carousel-indicators {
	bottom: -70px;
}
.xd_sustentaTabs .carousel-indicators li{
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
    opacity: .4;
    border-radius: 100%;
}
.xd_sustentaTabs .carousel-indicators .active {
	opacity: 1 !important;
}
/*SECTORES DESK*/
#xd_sectoresPortada {
	height: 340px;
    background-repeat: no-repeat;
    background-size: 110% auto;
    background-attachment: fixed;
}
#xd_sectoresPortada h1 {
    text-align: left;
    font-size: 15vh;
    padding-left: 15vw;
    font-weight: 100 !important;
    letter-spacing: 0;
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    position: absolute;
    bottom: 6vh;
}
#xd_sectoresSection {
	padding: 10vh 0px;
}
.xd_sectoresImg{
	width: 95%;
    position: relative;
    bottom: 0px;
}
img.xd_combos_marcas {
	float: right;
    width: 70%;
}
/*NOTICIAS*/
#xd_noticias {
	background-color: #FFF;
	width: 100%;
	padding: 0px 0px 5vh;
}
#xd_noticias .container {
  width:90%;
  margin:0 auto;
}
#xd_noticias input[type="radio"] {
    display:none;
}
#xd_noticias label {
  width:auto;
  float:left;
  padding:0.5%;
  margin:30px 10px 0px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 23px;
  font-weight: 600;
  color: #0c0c0c;
  cursor:pointer;
}
#xd_noticias label:nth-child(2) {
	text-align: left;
}
#xd_noticias label:nth-child(8) {
	text-align: right;
}
#xd_noticias label:hover {
  color: #FF004C;
}

#xd_noticias input[type="radio"][id="reset"]:checked + label,
#xd_noticias input[type="radio"][id="xd_filtra-quimico"]:checked + label,
#xd_noticias input[type="radio"][id="xd_filtra-consumo"]:checked + label,
#xd_noticias input[type="radio"][id="xd_filtra-automotriz"]:checked + label,
#xd_noticias input[type="radio"][id="xd_filtra-sustentabilidad"]:checked + label {
  color: #FF004C !important;
}

#xd_noticias input[type="radio"][id="xd_filtra-consumo"]:checked ~ .xd_filtra-quimico,
#xd_noticias input[type="radio"][id="xd_filtra-consumo"]:checked ~ .xd_filtra-automotriz,
#xd_noticias input[type="radio"][id="xd_filtra-consumo"]:checked ~ .xd_filtra-sustentabilidad {
  width:0;
  height:0;
  padding:0;
  margin:0;
  opacity:0;
}

#xd_noticias input[type="radio"][id="xd_filtra-quimico"]:checked ~ .xd_filtra-consumo,
#xd_noticias input[type="radio"][id="xd_filtra-quimico"]:checked ~ .xd_filtra-automotriz,
#xd_noticias input[type="radio"][id="xd_filtra-quimico"]:checked ~ .xd_filtra-sustentabilidad {
  width:0;
  height:0;
  padding:0;
  margin:0;
  opacity:0;
}

#xd_noticias input[type="radio"][id="xd_filtra-automotriz"]:checked ~ .xd_filtra-quimico,
#xd_noticias input[type="radio"][id="xd_filtra-automotriz"]:checked ~ .xd_filtra-consumo,
#xd_noticias input[type="radio"][id="xd_filtra-automotriz"]:checked ~ .xd_filtra-sustentabilidad {
  width:0;
  height:0;
  padding:0;
  margin:0;
  opacity:0;
}

#xd_noticias input[type="radio"][id="xd_filtra-sustentabilidad"]:checked ~ .xd_filtra-consumo,
#xd_noticias input[type="radio"][id="xd_filtra-sustentabilidad"]:checked ~ .xd_filtra-quimico,
#xd_noticias input[type="radio"][id="xd_filtra-sustentabilidad"]:checked ~ .xd_filtra-automotriz {
  width:0;
  height:0;
  padding:0;
  margin:0;
  opacity:0;
}


.xd_news {
  width:31.3%;
  height:auto;
  float:left;
  transition:all 0s;
  margin:1%;
  position: relative;
}
.xd_news span{
  color: #C11726;
}
/*NOTICIAS NEW MODULE*/
#xd_noticias .post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  min-width: 100%;
  height: 470px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
#xd_noticias .post-module:hover,
#xd_noticias .hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
#xd_noticias .post-module:hover .thumbnail img,
#xd_noticias .hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .6;
}
#xd_noticias .post-module .thumbnail {
  height: 300px;
  overflow: hidden;
}
#xd_noticias .post-module .thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #e74c3c;
  width: 55px;
  height: 55px;
  padding: 12.5px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#xd_noticias .post-module .thumbnail .date .day {
  font-size: 18px;
}
#xd_noticias .post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
#xd_noticias .post-module .thumbnail img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
#xd_noticias .post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
  padding: 30px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
#xd_noticias .post-module .post-content .category {
  position: absolute;
  top: -25px;
  left: 0;
  background: #FE1F3A;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
#xd_noticias .post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 26px;
  font-weight: 700;
}
#xd_noticias .post-module .post-content .sub_title {
  	margin: 0;
	padding: 0 0 10px;
    color: #FE1F3A;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
#xd_noticias .post-module .post-content .description {
  display: none;
  color: #1E1E1E;
  font-size: 15px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
#xd_noticias .hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}
#xd_noticias .container:before,
#xd_noticias .container:after {
  content: '';
  display: block;
  clear: both;
}
#xd_noticias .container .column {
  width: 50%;
  padding: 0 25px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#xd_noticias .container .column .demo-title {
  margin: 0 0 15px;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
#xd_noticias .container .info {
  width: 300px;
  margin: 50px auto;
  text-align: center;
}
#xd_noticias .container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
#xd_noticias .container .info span {
  color: #666666;
  font-size: 12px;
}
#xd_noticias .container .info span a {
  color: #000000;
  text-decoration: none;
}
#xd_noticias .container .info span .fa {
  color: #e74c3c;
}

.xd_separator {
  height: 1px;
  background: #FE1F3A;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
.for_mobile01 {
 top: 100px;
}
.for_mobile02 {
 top: 140px;
}
.for_mobile03 {
 top: 180px;
}
.for_mobile04 {
 top: 220px;
}
.for_mobile05 {
 top: 260px;
}
.for_mobile01, .for_mobile02, .for_mobile03, .for_mobile04, for_mobile05 {
	position: fixed;
    z-index: 999;
    right: 0px;
    width: 110px !important;
    font-size: 16px !important;
    height: 40px !important;
    color: #fff !important;
    background: #000 !important;
    margin: 0px !important;
    border-left: 2px solid #C11726;
    letter-spacing: 0.05rem;
    transition: all ease 0.5s;
    display: none;
}
/*CONTACTO*/
#xd_contacto, #xd_thank-you {
	background-color: #000;
	padding: 0 0 100px;
	height: auto;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
}
#xd_contacto p{
	position: absolute;
	bottom: 0px;
}
#xd_contacto p span{
	margin-top: 50px;
	display: block;
}
#xd_contacto h1, #xd_thank-you h1 {
    text-align: left;
    font-size: 12vh;
    font-weight: 100 !important;
    letter-spacing: 0;
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    padding: 100px 0px 40px;
}
#xd_contacto h1 {padding-left: 15vw;}
#xd_thank-you h1 {margin-top: 10vh;}
#xd_thank-you p {color: #fff; font-size: 30px; margin-bottom: 10vh; font-family: 'Raleway', sans-serif; font-weight: 300; margin-top: 50px;}
/**CONTACT FORM**/
#xd_contacto {
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 2px;
	color: #FFF;
}
#xd_contacto a{
	color: #FFF;
}
#xd_contacto a:hover{
	opacity: 0.8;
}

/* Classic Inputs and Textareas */
	.classic_form{ font-size:inherit; background:transparent; outline:none; width: 100%; height: auto; line-height: normal; padding:10px 13px;
	 margin-bottom:15px; outline:none !important; box-shadow: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;
	 border:none; border-bottom:1px solid #fff; color: #fff;
	 }
	.classic_form:not(.bs-focus):focus,
	.classic_form:not(.bs-lg-focus):focus,
	.classic_form:not(.bs-light-focus):focus,
	.classic_form:not(.bs-inset-focus):focus{ box-shadow: none;}
	.classic_form.big{ padding: 10px 10px 10px 0px; }
	.classic_form:focus{ border: 1px solid #fff; padding-left: 15px; color: #fff}
	.classic_form.error_warning{ border-color:red !important; }
	.g-recaptcha{ display: inline-block; width: auto !important; border:1px solid transparent; }
	.g-recaptcha.error_warning{ border-color: red !important; }
		@media screen and (max-width: 361px){
			.g-recaptcha{ max-width: 290px; overflow: hidden; border-right: 1px solid #ccc; }
		}
	textarea.classic_form{ min-height: 100px; resize: none; margin-bottom:7px; }
	textarea.classic_form.big{ min-height: 150px; resize: none; }
	textarea.classic_form.large{ min-height: 200px; resize: none; }
	select.classic_form{
	cursor: pointer;
	background: url(/site/images/assets/kuo_flechas_sprite.svg) right 16px center no-repeat transparent;
	background-color: black;
	-webkit-appearance:none; background-size:12px 6px; text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 98% 12px;
    border-radius: 0px;
    border:1px solid #fff;
	}
	select.classic_form:hover{
    background-position: 98% -22px;
	}
	.xd_submit {
    border: 1px solid #FFF;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: auto !important;
    padding: 10px 30px;
    display: block;
    background: transparent;
    position: absolute;
    bottom: 20px;
    right: 20px;
	}
	.xd_submit:hover {
	background: #000;
	border: 1px solid #000;
	}

/* PlaceHolder Colors */
	.classic_form::-webkit-input-placeholder{color: #fff;}
	.classic_form:-moz-placeholder{color: #fff;}
	.classic_form::-moz-placeholder{color: #fff; }
	.classic_form:-ms-input-placeholder{color: #fff;}
	/* PlaceHolder Colors for light */
	.light-placeholder::-webkit-input-placeholder{color: #fff !important;}
	.light-placeholder:-moz-placeholder{color: #fff !important;}
	.light-placeholder::-moz-placeholder{color: #fff !important; }
	.light-placeholder:-ms-input-placeholder{color: #fff !important; }
	form .half>*{ width:46%; width: calc(50% - 10px); float: left;}
	form .half>*:nth-of-type(2n),form .half>button{ float: right; }
		@media screen and (max-width: 640px){
			form .half>*{ float: none; width: 100%; }
			form .half>*:nth-of-type(2n),form .half>button{ float: none; }
			.g-recaptcha{ margin-bottom:13px; }
		}
/* Inputs */
	.classic_checkbox{ width: 110px; font-size:14px; height: 30px; margin:6px; position: relative; background: transparent; display: inline-block; }
	.classic_checkbox label{ width: 28px; height: 28px; cursor: pointer; position: relative; left: 0; top: 0; background: white; border-radius: 5px; border:1px solid #ccc; line-height: 28px; text-indent: 36px; white-space: nowrap; float: left;}
	.classic_checkbox label:after{ content: 'L'; width: 18px; color:white; text-align: center; line-height: 16px; font-weight: 900; transform:rotateY(180deg) rotateZ(-45deg); height: 18px; position: absolute; text-indent: 0; top: 4px; left: 3px; opacity: 0; }
	.classic_checkbox input[type=checkbox]{ visibility: hidden; }
	.classic_checkbox input[type=checkbox]:checked + label:after{ opacity: 1; }
	.classic_checkbox input[type=checkbox]:checked + label, .classic_checkbox:hover label{ border:1px solid #FE1F3A; }
	.classic_checkbox input[type=checkbox]:checked + label{ background:#FE1F3A; }
	.classic_checkbox.radio label{ border-radius:100%; text-indent: 35px; line-height: 25px;}
	.classic_checkbox input[type=radio]{ visibility: hidden; display: none; }
	.classic_checkbox input[type=radio]:checked + label:after{ opacity: 1; }
	.classic_checkbox input[type=radio]:checked + label, .classic_checkbox:hover label{ border:1px solid #4a90e2; }
	.classic_checkbox input[type=radio]:checked + label{ background:#4a90e2; }
	.classic_checkbox.over{ width: 60px; text-align: center; }
	.classic_checkbox.over label{ position: relative; }
	.classic_checkbox span{
    font-size: 12px;
    margin-left: 16px;
    display: block;
    padding: 0px;
    float: left;
    width: 80%;
	}
	/* Switch Types */
	input.switch[type=checkbox]{ height: 0; width: 0; visibility: hidden; }
	input.switch + label{ cursor: pointer; text-indent: -9999px; width: 55px; height: 26px; max-width: 55px; background: transparent; display: inline-block; border-radius: 100px; position: relative; border:1px solid #ccc; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
	input.switch + label:hover{ border:1px solid #4a90e2; }
	input.switch + label:after{ content: ''; position: absolute; top: 3px; left: 5px; width: 18px; height: 18px; border-radius: 90px; transition: 0.3s; background: #4a90e2; }
	input.switch:checked + label{ background: #4a90e2; border:1px solid #4a90e2; }
	input.switch:checked + label:after{ left: calc(100% - 5px); transform: translateX(-100%); background-color:#fff; }
	label.switch:active:after{ width: 130px; }
	.checkbox_switch *{ position: relative; line-height: 25px; vertical-align: top; margin-right:15px; }
	.checkbox_switch input{ margin:0; }
	/* Input Files */
	.inputfile{ width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; }
	.inputfile + label{ width: 100%; font-size: 13px; font-weight: inherit; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; display: inline-block; overflow: hidden; padding: 0px; color: #555; border: 1px solid #ddd; background-color: #fff; /* 10px 20px */ }
	.inputfile:focus + label,
	.inputfile.has-focus + label,
	.inputfile + label:hover{ border-color: #888; }
	.inputfile + label span{ min-width: 100px; max-width: 90%; min-height: 25px; padding: 10px 13px; display: inline-block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; vertical-align: top; }
	.inputfile + label strong{ height: 100%; color: #fff; padding: 10px 13px; background-color: #555; display: inline-block; }
	.inputfile:focus + label strong,
	.inputfile.has-focus + label strong,
	.inputfile + label:hover strong{ background-color: #555; }
		@media screen and (max-width: 50em){ .inputfile + label strong{ display: block; } }


/*FOOTER*/
footer {
    padding: 35px 0px 10px;
    background: #000;
    width: 100%;
    position: relative;
    z-index: 2;
    font-family: 'Sarabun', sans-serif;
}
footer .container {
  width: 100%;
  max-width: 90%;
  padding: 0px;
}
footer span{
    text-transform: uppercase;
    margin: 3px 10px 0px 0px;
    font-size: 1.6vw;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 600;
    float: left;
}
footer img.xd_10 {
    width: auto;
    margin-top: 10px;
}

footer ul.xd_footer_sections_menu {
    font-weight: 300;
    text-align: left;
    width: auto;
    list-style: none;
    line-height: 25px;
    padding: 0px;
}
footer ul.xd_footer_sections_menu li{
	margin: 0px 0px 5px;
}
footer ul.xd_footer_sections_menu li a{
	color: #fff;
	font-size: 17px;
}
footer ul.xd_footer_sections_menu li a:hover{
	color: #FE1F3A;
	text-decoration: none;
}
footer ul.xd_footer-menu  {
	font-weight: 300;
    text-align: left;
    width: auto;
    padding: 0px;
    list-style: none;
    line-height: 24px;
    float: left;
    height: auto;
}
footer .xd_footer-menu li {
    text-align: left;
    margin-bottom: 21px;
}
footer .xd_footer-menu li:last-child {
    margin-bottom: 0px;
}
footer .xd_footer-menu li a{
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}
footer .xd_footer-menu li a:hover{
    color: #FE1F3A;
    text-decoration: none;
}
footer .xd_footer_center{
    margin: 0px;
    width: 100%;
}
footer .xd_footer_center a{
	border: 1px solid #fff;
    padding: 5px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    letter-spacing: 5.6px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    width: max-content;
}
footer .xd_footer_center a:hover{
    color: #C11731;
    text-decoration: none;
    font-weight: 600;
}
footer ul.xd_redes-menu {
	list-style: none;
    /*margin: auto;/* /*CENTRA ELEMENTOS*/
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    float: none;
    width: fit-content;
}
footer ul.xd_redes-menu li {
    display: block;
    position: relative;
    margin: 0px 30px 0px 0px;
}
footer ul.xd_redes-menu li a{
    font-size: 25px;
    opacity: 1;
    padding: 0px;
    color: #fff;
}
footer ul.xd_redes-menu li a:hover{
    color: #FE1F3A;
}
footer a.xd_footer_adress {
	margin: 2vh 0px 2vh;
}
footer a.xd_footer_adress,
footer a.xd_footer_phone {
	width: 100%;
    float: left;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
}
footer a.xd_footer_adress:hover,
footer a.xd_footer_phone:hover {
    color: #FE1F3A;
    text-decoration: none;
}
.xd_oficinas_title {
    color: #fff;
    font-family: 'Raleway', sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2px;
    margin: 20px 0px 0px;
}
.xd_footerBar {
	position: relative;
    background: #111;
    padding: 10px 0px;
    width: 100%;
    height: auto;
    border-top: 1px solid #333;
}
.xd_footerBar a img{
    position: relative;
    margin: auto;
    width: 70px;
    left: 50%;
    transform: translateX(-50%);
}
/*CSS HOME SLIDER SECTION*/
main {
  position: relative;
  width: 100%;
  height: 100vh;
}
#xd_historia{
  height: 78vh;
  overflow: hidden;

}
#slider {
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#slider canvas {
  width: 150%;
  height: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#slider img {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 0;
}
.slider-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1060px;
  height: 100%;
  margin: 0 auto;
  z-index: 3;
}
#slider-content {
  padding: 0 10px;
}
#slider-content h2 {
  font-weight: 300;
  font-size: 30px;
  letter-spacing: -1px;
  color: white;
  line-height: 30px;
  margin: 0px 0 120px;
}
@media screen and (min-width: 800px) {
  #slider-content h2 {
    font-size: 7vh;
    line-height: 9vh;
    text-align: left;
  }
}
#slider-content span {
  display: none;
}
#slider-content .meta {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 5px;
  color: #88888a;
  text-transform: uppercase;
  position: relative;
}
@media screen and (min-width: 800px) {
  #slider-content .meta {
    font-size: 13px;
  }
}
#slider-content .meta:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  right: -55px;
  width: 45px;
  height: 2px;
  background-color: #393d40;
}
#slider-content #slide-status {
  margin-top: 10px;
  font-family: 'acta-display', serif;
  font-weight: 400;
  font-size: 18px;
  color: white;
}
@media screen and (min-width: 800px) {
  #slider-content #slide-status {
    font-size: 34px;
  }
}

#pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  z-index: 3;
}
#pagination button {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border-radius: 100%;
  padding: 0;
  margin: 30px 0;
  cursor: pointer;
  position: relative;
  opacity: 0.4;
  transition: opacity 0.2s ease-in-out;
  outline: none;
}
#pagination button:hover {
  opacity: 1;
  background-color: #fff;
}
#pagination button.active {
  opacity: 1;
}
#pagination button.active:before {
  width: 300%;
  height: 300%;
  opacity: 1;
}
#pagination button:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 1);
  opacity: 0;
  transition: opacity 0.4s ease-in-out, width 0.4s ease-in-out, height 0.4s ease-in-out;
}

/* Page Loader */
.loading:before {
  content: '';
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
}
.loading:after {
  content: '';
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.4;
  background: white;
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}
@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}

/*ScrollBtn*/
#scrollTopBtn{
	width: 40px;
    height: 40px;
    background: #333;
    position: fixed;
    bottom: 14%;
    right: -2px;
    z-index: 9;
    transition: all ease 2s;
	transform: translate(0%, -250%);
    display: block;
    opacity: 0;
}
#scrollTopBtn.active{
	display: block;
    transition: all ease 2s;
    transform: translate(0%, 0%);
    bottom: 11%;
    opacity: 1;
}
#scrollTopBtn:hover {
    border: 2px solid transparent;
    background: #d22829;
    transition: all ease 0s;
}
#scrollTopBtn:hover a{
	background-image: url(/site/images/assets/kuo_flechas_sprite.svg);
}
#scrollTopBtn a{
	background-image: url(/site/images/assets/kuo_flechas_sprite.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    color: transparent;
    height: 25px;
    width: 40px;
    display: block;
    transform: rotate(180deg);
    background-position: 2px 1px;
    margin: 0px;
    cursor: pointer;
    transition: all ease 0s;
    background-position: 3px 5px;
    margin-top: 8px;
}

/*SOMOS KUO HISTORIA CSS*/
#xd_historia .title {
	text-transform: lowercase;
	font-size: 1.35rem;
	margin: 0;
}
h3.xd_historia_h3 {
	position: absolute;
    top: 90px;
    font-family: 'Raleway', sans-serif !important;
    letter-spacing: 6.4px !important;
    border-bottom: 1px solid #fff;
    font-size: 16px !important;
    padding-bottom: 20px;
    width: 100%;
}
.xd_historia_h2 h2{
	text-align: left;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 6.4px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}
.section__facts-title {
    font-size: 30px;
    margin: 0px;
    font-weight: 100;
    letter-spacing: 12.4px;
}
#xd_historia .section__content {
	padding: 0px 2rem 0px;
}
#xd_historia .section__title {
	font-size: 8vw;
    text-transform: lowercase;
    margin: 0;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-weight: 100;
    text-align: left;
    padding-left: 10%;
    margin-top: -10%;
    width: 100%;
}
#xd_historia .section__title span {
	display: inline-block;
}
#xd_historia .section__description {
	line-height: 1.75;
    overflow: hidden;
    position: absolute;
    padding: 0 2rem 0 0;
    font-weight: 300;
    margin: 0px 0px;
    width: 90%;
    top: 35%;
}
#xd_historia .section__description-inner {
	display: block;
	color: #fff;
}
#xd_historia img.section__description-inner {
	width: 13vh;
	margin-left: 35%;
}
.section__img {
	height: 45vh;
	pointer-events: none;
}
.section__img-inner {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-color: #1C2D45 !important;
}
.section__facts {
	/*padding: 2rem;
	margin: 0;
	background: #C11731;/*/
	position: absolute;
    width: 45vw;
    z-index: 999;
    bottom: 20%;
    padding: 0px;
    right: 8%;
    list-style: none;
    color: #fff;
}
/*.section__facts-item {
	margin: 0 0 2.5rem 0;
}*/
.section__facts-img {
	max-width: 200px;
	border-radius: 5px;
	display: block;
	cursor: pointer;
	margin: 4rem 0 2rem 0;
	position: relative;
}
.section__facts-img::before,
.section__facts-img::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #2f2f2f;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.section__facts-img::before {
	transform: rotate(3deg);
}
.section__facts-img::after {
	transform: rotate(-5deg);
}
.section__facts-img img {
	max-width: none;
	width: 100%;
}
.section__facts-detail {
	font-weight: 300;
    /*font-family: 'Raleway', sans-serif;*/
    font-size: 15px;
    letter-spacing: 0px;
    margin: 15px 0px;
    line-height: 23px;
}
.section__facts-item--clickable {
	display: none;
}
.section__gallery-item {
	width: 100%;
	height: 100%;
	display: grid;
}
#xd_historia .section__more-inner--bg1,
#xd_historia .section__more-inner--bg2,
#xd_historia .section__more-inner--bg3,
#xd_historia .section__more-inner--bg4  {
background-color: #363739;
}

#xd_avisoPrivacidad{
	padding: 0px;
	background-color: ;
	color: #000;
}
.xd_legales h1, .xd_legales h2, .xd_legales h3{
	font-family: 'Raleway', sans-serif;
}
.xd_legales h1{
	text-align: left;
	font-weight: 300;
	font-size: 70px;
	padding-bottom: 30px;
}
.xd_legales h2{
	font-weight: 300;
	font-size: 30px;
	width: 100%;
	padding-top: 20px;
}
.xd_legales h3{
	font-weight: 600;
	font-size: 20px;
	width: 100%;
	letter-spacing: 2px;
	padding: 25px 0px;
}
.xd_legales p{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 30px;
	width: 100%;
	float: left;
	display: inline-block;
	margin: 0px;
}
.xd_legales p a{
	color: #FE1F3A;
}
.xd_legales p a:hover{
	color: #C11731;
	font-weight: 600;
}
.xd_legales p b{
	text-align: right;
    color: #C11731;
    float: right;
    font-weight: 600;
    padding-top: 30px;
    font-size: 18px;
}
/*NOTICIAS DETALLE*/
#xd_noticias_detalle {
	background-color: #FFF;
	width: 100%;
	padding: 10vh 0px;
	font-family: 'Raleway', sans-serif;
}
#xd_noticias_detalle h1 {
	text-align: left;
	font-weight: 300;
	font-size: 70px;
	padding: 50px 0px;
}
#xd_noticias_detalle h2 {
	text-align: left;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 3px;
    color: #FE1F3A;
    text-transform: uppercase;
    padding-bottom: 5px;
}
#xd_noticias_detalle h3 {
	font-weight: 500;
    color: #000;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-bottom: 50px;
    line-height: 33px;
    border-top: 1px solid #000;
    padding-top: 40px;
}
#xd_noticias_detalle h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #1E1E1E;
	font-size: 13px;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding-bottom: 50px;
	font-style: italic;
}
#xd_noticias_detalle .xd_basic-mark {
    padding: 5px 15px;
    font-size: 18px !important;
    font-weight: 300;
}
#xd_noticias_detalle p {
	color: #1E1E1E;
	font-size: 17px;
    line-height: 27px;
}
#xd_noticias_detalle a {
	color: #FE1F3A;
}
#xd_noticias_detalle a:hover {
	color: #C11726;
}
.xd_cta {
	display: block;
	position: relative;
	width: 100%;
	margin: 50px 0px;
}
.xd_cta a {
    width: auto;
    border: 2px solid #FE1F3A;
    position: absolute;
    margin: auto;
    border-radius: 0px;
    padding: 10px 20px;
    text-decoration: none;
    left: 50%;
    transform: translatex(-50%);
    transition: all ease 0.5s;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.xd_cta a:hover {
    background: #000;
    border: 2px solid #000;
	color: #fff !important;
	transition: all ease 0.5s;
}
.xd_tablas_avisos {
	background: #fbfbfb;
}
.xd_tablas_avisos td {
	width: 50%;
    padding: 15px;
}
@media screen and (min-width: 55em) and (min-height: 40em) {
	#xd_historia .sections {
		height: 100vh;
		background-color: #1C2D45;
		overflow: hidden;
		display: grid;
		grid-template-columns: 45% 55%;
		grid-template-rows: 6rem calc(30% - 2rem) calc(44% - 2rem) calc(26% - 2rem);
		grid-template-areas: 	"header expander"
								"sections-index expander"
								"... expander"
								"sections-nav expander";
	}
	.facts {
		position: relative;
		grid-area: expander;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		pointer-events: none;
		z-index: 200;
	}
	.facts__toggle {
		font-weight: bold;
		cursor: pointer;
		width: 48%;
		padding: 0 0 0 5vw;
		margin: 0 0 0 2vw;
		height: 5rem;
		position: relative;
		display: grid;
		grid-template: 100% / 100%;
		color: #fff;
		pointer-events: auto;
	}
	.facts__toggle:hover {
		opacity: 0.6;
	}
	.facts__toggle-inner {
		text-transform: uppercase;
		font-size: 0.6rem;
		letter-spacing: 0.25rem;
		grid-area: 1 / 1 / 1 / 1;
		display: flex;
	}
	.facts__toggle-inner--less {
		opacity: 0;
	}
	.facts__toggle-text {
		line-height: 1.75;
		margin: 0 0 0 0.25rem;
	}
	.sections__header {
		grid-area: header;
	}
	.sections__index {
		font-weight: bold;
		font-size: 0.9rem;
		display: block;
		align-self: baseline;
		/*padding: 0 4rem 3rem 20%;*/
		padding: 0 15%;
		grid-area: sections-index;
		display: flex;
		z-index: 1;
		margin-top: 13%;
	}
	.sections__index-current {
		position: relative;
		overflow: hidden;
	}
	.sections__index-total {
		position: relative;
		margin: 0 0 0 8rem;
		color: #fff;
	}
	.sections__index-total::after {
		content: '';
		position: absolute;
		width: 6rem;
		height: 2px;
		top: calc(50% - 1.5px);
		right: calc(100% + 1rem);
		background: #fff;
	}
	.sections__index-inner {
		display: block;
		width: 1.15rem;
		color: #fff;
	}
	.sections__nav {
		display: block;
		grid-area: sections-nav;
		z-index: 5;
		padding: 0 3rem 0;
	    margin-top: -13%;
	}
	.sections__nav-item {
		border: 2px solid #fff;
		border-radius: 50%;
		color: #fff;
    	background-color: transparent;
	}
	.sections__nav-item.sections__nav-item--prev,
	.sections__nav-item.sections__nav-item--next {
		width: 40px;
		height: 40px;
		background-image: url(/site/images/assets/kuo_flechas_sprite.svg);
    	background-size: 24px;
    	background-repeat: no-repeat;
    	color: transparent;
    	padding: 0px;
	}
	.sections__nav-item.sections__nav-item--prev {
		background-position: 6px 13px;
		transform: rotate(180deg);
		margin-right: 1em;
	}
	.sections__nav-item.sections__nav-item--prev:hover {
		background-position: 6px 14px;
	}
	.sections__nav-item.sections__nav-item--next {
		background-position: 6px 13px;
	}
	.sections__nav-item.sections__nav-item--next_hover {
		background-position: 6px 14px;
	}
	.sections__nav-item:hover, .sections__nav-item:active, .sections__nav-item:focus {
		border: 2px solid #fff !important;
	}
	.sections__nav-item .icon {
		width: 100%;
		height: 100%;
	}
	.section {
		pointer-events: none;
		grid-area: 1 / 1 / 5 / 4;
		display: grid;
		grid-template-columns: 47% 25% 28%;
		grid-template-rows: 39% 39% 22%;
		grid-template-areas: 	"... slide-image slide-image"
								"slide-content slide-image slide-image"
								"... ... more";
	}
	.section--current {
		pointer-events: auto;
	}
	.section__content {
		padding: 0 4rem;
		grid-area: slide-content;
	}
	.section__expander {
		/*grid-area: 1 / 2 / 4 / 4;
		background: #C11731;
		transform-origin: 0 0;
		left: -2vw;
		position: relative;
		z-index: 100;*/
		    position: absolute;
	}
	li.section__facts-item {
		background: #C11731;
    	transform: initial !important;
    	padding: 5% 10%;
    	min-height: auto;
	}
	.section__img {
		height: auto;
		grid-area: slide-image;
		overflow: hidden;
		z-index: 99;
	}
	.section:fist-of-type .section__img {
		background: #000;
	}
	.section__facts-item--clickable {
		display: block;
	}
	.section__gallery {
		grid-template-columns: repeat(2, calc(200px + 2rem));
		grid-gap: 1rem;
		padding: 10vh 5vw;
		background: transparent;
		position: relative;
	}
	.section__gallery-item {
		padding: 0 0 0 1rem;
		opacity: 0;
	}
	.section__more {
		grid-area: more;
	}
	.section__facts {
		/*padding: 10vh 5vw;
		pointer-events: none;
		background: transparent;
		position: relative;
		z-index: 200;
		grid-area: 1 / 2 / 4 / 3;*/
    	/*position: absolute;
    	float: left;
    	right: 0px;
    	z-index: 998;
	    width: 40%;
	    margin-right: 10%;*/
	}
	.section__facts-detail {
		display: block;
		/*white-space: nowrap;
		overflow: hidden;*/
		text-overflow: ellipsis;
	}
	.section__more-inner {
		padding: 0;
	}
	.sections--factsopen .sections__nav,
	.sections--factsopen .section__facts-item--clickable .section__facts-img,
	.sections--factsopen .facts__toggle {
		pointer-events: none;
	}
	.sections--factsopen .button-contentclose,
	.section--current .section__facts-item--clickable,
	.sections--factsopen .section__gallery-item {
		pointer-events: auto;
	}
	.js .section:not(.section--current) {
		pointer-events: none;
	}
	.js .section:not(.section--current) .section__title span,
	.js .section:not(.section--current) .section__description,
	.js .section:not(.section--current) .section__img-inner,
	.js .section:not(.section--current) .section__more-inner,
	.js .section:not(.section--current) .section__more-text,
	.js .section:not(.section--current) .section__more-link,
	.js .section:not(.section--current) .section__facts-item {
		opacity: 0;
	}
}
@media screen and (max-width: 54.9em), screen and (max-height: 39.9em) {
	.js .section__title span,
	.js .section__description,
	.js .section__img-inner,
	.js .section__more-inner,
	.js .section__more-text,
	.js .section__more-link,
	.js .section__facts-item,
	.js .section__gallery-item {
		opacity: 1 !important;
		transform: none !important;
	}
}

footer .pagetoLoad p{
    font-size: 11px;
    color: #000;
    margin: 0px;
    position: absolute;
    width: 100%;
    padding: 0px 0px 3px 10px;
    bottom: 0;
}

footer .pagetoLoad ::selection { background: #FC0D4C; color: #000;  }
::selection {background: #999; color: #fff;}

/*SOMOS KUO MOBILE*/
.xd_ItemMobile {
    margin: 0px;
}
.xd_ItemMobile .line_cross{
	position: absolute;
    height: 55%;
    width: 2px;
    background-color: #fff;
    display: block;
    left: 50%;
}
.xd_ItemMobile .timeline {
	 margin: 0px auto;
	 max-width: 40em;
	 overflow: hidden;
	 height: auto;
	 position: relative;
	 padding: 0px;
	 list-style-type: none;
	 background-repeat: repeat-y;
	 background-position: 50% 0;q
}
 .xd_ItemMobile .timeline .year {
	 border: 2px solid #fff;
     font-size: 3em;
     max-width: 4em;
     clear: both;
     margin: 1em auto 1.5em;
     text-align: center;
     margin-top: 2em;
     background: #1C2D45;
}
.xd_ItemMobile .timeline .year:first-of-type {
	 margin-top: 0 !important;
	 font-family: 'Roboto', sans-serif;
	 font-weight: 300;
	 font-size: 50px;
	 color: #fff;
	text-transform: uppercase;
}
.xd_ItemMobile .timeline .event {
	 position: relative;
     font-family: 'Raleway', sans-serif;
     font-size: 15px;
     line-height: 30px;
	 text-align: center;
	 float: right;
	 clear: right;
	 width: 45%;
	 margin: 1em 2.5%;
	 list-style-type: none;
	 display: block;
	 padding: 0px;
	 background: #1C2D45;
	 z-index: 15;
	 color: #fff;
	 border: 2px solid #FFF;
	 text-decoration: none;
	 -webkit-transition: background 0.15s linear;
	 -moz-transition: background 0.15s linear;
	 -ms-transition: background 0.15s linear;
	 -o-transition: background 0.15s linear;
	 transition: background 0.15s linear;
}
.xd_ItemMobile .timeline .event.featured {
	 width: 95% !important;
	 background: #e8e8e8;
}
.xd_ItemMobile .timeline .event.featured:after, .timeline .event.featured:before {
	 display: none;
}
 .xd_ItemMobile .timeline .event.offset-first {
	 margin-top: -1.5em !important;
}
 .xd_ItemMobile .timeline .event img {
	 max-width: 100%;
}
 .xd_ItemMobile .timeline .event:hover {
	 background: #e9e9e9;
}
 .xd_ItemMobile .timeline .event:hover:after {
	 background: #505050;
}
 .xd_ItemMobile .timeline .event:nth-of-type(2n) {
	 float: left;
	 clear: left;
}
 .xd_ItemMobile .timeline .event:nth-child(2n):after {
	 right: -5%;
	/* reset the standard declaration I defined before*/
	 left: auto;
}
 .xd_ItemMobile .padd {
	 display: block;
	 padding: 10px;
}
 .xd_ItemMobile .padd.center {
	 text-align: center;
}
 .xd_ItemMobile .ad {
	 display: block;
	 background: rgba(50, 50, 50, 0.5);
	 color: white;
	 text-decoration: none;
	 text-align: center;
	 padding: 15px;
	 font-weight: 800;
	 border-bottom: 2px solid black;
	 border-top: 2px solid black;
}
#xd-directivos-quote .container {
	max-width: 90% !important;
    margin: auto;
    padding-top: 50px;
}

/*SECTORE NEW*/
#xd_new_sectores {
	background: black;
	height: 70vh;
}
#xd_new_sectores > .row{
	height: 70vh;
}
.xd_sectores_contiene {
	background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.xd_sectores_contenido{
  width: 80%;
  height: 80%;
  position: relative;
}
#xd_new_sectores h3{
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 6px;
	text-transform: uppercase;
}
h3.kuo-title{
	font-size: 13px;
	font-weight: 300;
	text-align: left;
	letter-spacing: 6px;
	text-transform: uppercase;
}
#xd_new_sectores h3 {
	text-align: center;
}
p.kuo-text {
	text-align: left;
	font-size:18px;
	letter-spacing: 0px;
	color: #F8F8F8;
	font-weight: 600;
}
p.kuo-parrafo {
	text-align: left;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 20px;
}
#xd_new_sectores h4{
	text-align: center;
	font-size: 60px;
	line-height: 90px;
	font-weight: 300;
}
.xd_sectores-hover p{
	text-align: left;
    font-size: 15px;
    line-height: 25px;
    display: block;
    opacity: 0;
	transition: all ease 1s;
}
.xd_sectores_contenido:hover .xd_sectores-hover p{
	opacity: 1;
}
.xd_sectores-hover {
    margin: 10px;
    top: 25%;
    position: absolute;
    transition: all ease 1s;
    cursor: pointer;
}
.xd_sectores_contenido:hover .xd_sectores-hover{
	top: 20%;
	transition: all ease 1s;
}
a.xd_aplus {
	display: block;
    font-size: 60px;
    margin: auto;
}
a.xd_aplus:hover {
	color: #C11731;
    border: 2px solid #C11731;
    transition: all ease 0.5s;
}
/*SLIDER SECTORES SACAR EN LA VERSION FINAL*/
#sliderSectores {
	background: #C11731;
	overflow: hidden;
    /*height: 100vh;*/
    height: 75vh;
}
#sliderSectores .cursor__inner {
     z-index: 9999;
     pointer-events: none;
     position: absolute;
     top: 0;
     left: 0;
     mix-blend-mode: difference;
     border-radius: 50%;
}
#sliderSectores .cursor__inner--dot {}
#sliderSectores a.slide__text-link {
	display: none;
}
#sliderSectores a.xd_aplus, a.xd_aplus {
     text-decoration: none;
     color: #fff;
     border: 2px solid #fff;
     height: 45px;
     width: 45px;
     text-align: center;
     border-radius: 100%;
     font-weight: 100;
     line-height: 40px;
}
#sliderSectores a.xd_aplus {
     font-size: 30px;
     font-weight: 100;
     margin-left: 0;
}
#sliderSectores a.xd_aplus:hover {
	filter: brightness(0);
}
#sliderSectores a.slide__text-link:hover, a.slide__text-link:focus {
     text-decoration: none;
     color: #000;
     border: 2px solid #000;
}
#sliderSectores button:focus, #sliderSectores a:focus {
     outline: none;
}
#sliderSectores .hidden {
     position: absolute;
     overflow: hidden;
     width: 0;
     height: 0;
     pointer-events: none;
}
#sliderSectores .message {
     background: #000;
     color: #fbaf5d;
     padding: 0.5rem;
     margin: 0;
     text-align: center;
}
/* Icons */
#sliderSectores .icon {
     display: inline-block;
     width: 1.5em;
     height: 1.5em;
     margin: 0 auto;
     fill: currentColor;
     pointer-events: none;
}
#sliderSectores .frame {
     padding: 1rem;
}
#sliderSectores .frame__title-wrap {
     display: flex;
}
#sliderSectores .frame__title {
     font-size: 1rem;
     margin: 0 3.25rem 0 0;
     padding: 0 1rem 0 0;
     position: relative;
     font-weight: normal;
}
#sliderSectores .frame__links {
     margin: 1rem 0;
}
#sliderSectores .frame__links a {
     margin: 1rem 1rem 0 0;
     text-transform: lowercase;
}
 #sliderSectores .nav {
     display: flex;
     align-items: center;
     color: #fff;
     margin-left: 30%;
     margin-top: 5%;
     width: 100%;
}
 #sliderSectores  .nav__arrows {
     width: auto;
     display: flex;
     align-items: center;
     justify-content: space-between;
}
 #sliderSectores  .nav__arrow {
     pointer-events: auto;
     border: 0;
     padding: 0 0.25rem;
     margin: 0;
     background: none;
     color: #fff;
}
#sliderSectores .nav__arrow--prev, #sliderSectores .nav__arrow--prev:hover,
#sliderSectores .nav__arrow--next, #sliderSectores .nav__arrow--next:hover {
	background-image: url(/site/images/assets/kuo_home_flecha_sprite.svg);
	background-size: 100px;
	background-repeat: no-repeat;
	width: 50px;
	height: 18px;
}
#sliderSectores .nav__arrow--prev {
 background-position: 0px 2px;
}
#sliderSectores .nav__arrow--prev:hover {
 background-position: 0px -15px;
}
#sliderSectores .nav__arrow--next {
 background-position: -51px 2px;
}
#sliderSectores .nav__arrow--next:hover {
 background-position: -51px -15px;
}
 .icon--rotated {
     transform: rotate(180deg) translateX(-1px);
}
 .icon--nav {
     pointer-events: none;
     width: 8px;
     height: 12px;
     border: 1px solid black;
}
 #sliderSectores  .nav__counter {
     /*position: relative;*/
     position: absolute;
     white-space: nowrap;
     color: #fff;
     font-family: 'Raleway', sans-serif;
     font-weight: 300;
     top: 90px;
     margin-left: 90px;
}
#sliderSectores .nav__counter span {
	font-size: 20px;
}
/*#sliderSectores .nav__counter::before {
     content: '';
     width: 2.25rem;
     height: 1px;
     background: currentColor;
     position: absolute;
     top: 50%;
     right: calc(100% + 1rem);
     opacity: 0.1;
}*/
 #sliderSectores .nav__counter span {
     display: inline-block;
     width: 1.5rem;
     text-align: center;
}
#sliderSectores p.xd_sectorespag{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	letter-spacing: 6.4px;
	text-transform: uppercase;
	margin: 10px 5px;
}
span.xd_paginatorActive {
	font-weight: 600;
}
#sliderSectores .slideshow {
     width: 100%;
     height: 100%;
     position: relative;
     z-index: 1;
}
#sliderSectores .slide {
     position: absolute;
     top: 0;
     left: 0;
     opacity: 0;
     pointer-events: none;
     width: 100%;
     font-size: 16px;
     display: grid;
     grid-template-columns: 1fr 1fr;
     grid-template-rows: 200px 200px;
     grid-gap: 1rem;
     padding: 1rem;
}
#sliderSectores .slide--current {
     pointer-events: auto;
     z-index: 100;
     opacity: 1;
}
#sliderSectores .slide__figure {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
}
#sliderSectores .slide__figure-inner {
     width: 100%;
     height: 100%;
     position: relative;
     overflow: hidden;
}
#sliderSectores .slide__figure-img {
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     background-repeat: no-repeat;
     background-position: 50% 50%;
     background-size: cover;
}
#sliderSectores .slide__figure--main .slide__figure-img {
     width: calc(100% + 40px);
     height: calc(100% + 40px);
     /*top: -20px;*/
     top: 9%;
     left: 0px;
     opacity: 0.5;
     transform: translate3d(0,0,0);
     will-change: transform;
}
#sliderSectores .slide--open .slide__figure--main {
     grid-area: 1 / 1 / span 2 / span 2;
}
#sliderSectores .slide--open .slide__figure-img {
     background-position: 50% 0%;
}
#sliderSectores .slide__title-inner:nth-child(2), #sliderSectores .slide__title-inner:nth-child(3) {
     display: none !important;
}
h2.slide_titulo01, h2.slide_titulo02, h2.slide_titulo03 {
     position: relative;
     font-size: 7vw;
     margin: 0;
     line-height: 1;
     font-family: 'Raleway', sans-serif;
     font-weight: 100;
     font-style: normal;
     letter-spacing: 0;
     color: #fff;
     pointer-events: none;
     will-change: transform;
     transition: all ease 0.5s;
}
h2.slide_titulo01 {
	 grid-row-start: 5;
     grid-column-start: 5;
}
h2.slide_titulo02 {
	 grid-row-start: 7;
     grid-column-start: 7;
}
h2.slide_titulo03 {
	 grid-row-start: 7;
     grid-column-start: 8;
}

#sliderSectores .slide__text {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     grid-column-end: span 2;
}
#sliderSectores .slide__text-meta {
     margin: 0;
}
#sliderSectores .slide__text-description {
     max-width: 100%;
     line-height: 1.8;
     color: #fff;
     font-family: 'Raleway', sans-serif;
     font-size: 15px;
     font-weight: 600;
}
#sliderSectores .slide__text-link {
     position: relative;
     font-size: 1.25rem;
}
#sliderSectores .slide__text-link::before {
     content: '';
     position: absolute;
     top: 0;
     left: -50%;
     width: 200%;
     height: 100%;
}
#sliderSectores .slide:not(.slide--open) .slide__content, #sliderSectores .slide:not(.slide--open) .slide__back {
     position: absolute;
     height: 0;
     overflow: hidden;
     pointer-events: none;
}
#sliderSectores .slide__content {
     opacity: 0;
     font-size: 1.25rem;
     text-align: justify;
     padding: 2rem 0;
     grid-area: 5 / 1 / span 1 / span 2;
     color: #fff;
     font-family: 'Raleway', sans-serif;
     font-size: 14px;
     font-weight: 300;
}
#sliderSectores .slide__content h3 {
     font-size: 8vh;
     color: #000;
     font-family: 'Raleway', sans-serif;
     font-weight: 400;
     text-align: right;
     margin-bottom: 3%;
}
#sliderSectores .slide__back {
     opacity: 0;
     background: none;
     border: 0;
     padding: 0;
     margin: 0;
     color: var(--color-link);
     display: flex;
     grid-area: 3 / 1 / span 1 / span 1;
     align-self: end;
     justify-self: start;
     padding: 0.5rem;
     color: var(--color-content);
}
#sliderSectores .slide--open .slide__text, #sliderSectores .slide--open .slide__figure--box {
     position: absolute;
}
.xd_img_download {
	float: right;
    margin: 1vh;
}

 @media screen and (min-width: 53em) {
    #sliderSectores .message {
         display: none;
    }
     #sliderSectores .frame {
         position: absolute;
         text-align: left;
         z-index: 1000;
         top: 0;
         left: 0;
         display: grid;
         align-content: space-between;
         width: 100%;
         max-width: none;
         height: 100%;
         /*padding: 2rem;*/
         pointer-events: none;
         grid-template-columns: 50% 50%;
         grid-template-rows: auto auto auto;
         grid-template-areas: 'title index' 'links ...' '... ...';
    }
     #sliderSectores .frame__links {
         grid-area: links;
         text-align: center;
         -webkit-writing-mode: vertical-rl;
         writing-mode: vertical-rl;
         transform: rotate(180deg);
    }
     #sliderSectores .frame__links a {
         pointer-events: auto;
         margin: 1rem;
    }
     #sliderSectores .frame__title-wrap {
         grid-area: title;
    }
     #sliderSectores .slideshow {
         width: 101vw;
         height: 75vh;
         position: relative;
    }
     #sliderSectores .slide {
         padding: 0;
         --gridgap: 0px;
         --gridwidth: 100%;
         --gridheight: 100%;
         width: var(--gridwidth);
         height: var(--gridheight);
         grid-template-rows: repeat(20,calc(var(--gridheight) / 20 - var(--gridgap)));
         grid-template-columns: repeat(20,calc(var(--gridwidth) / 20 - var(--gridgap)));
         grid-gap: var(--gridgap);
         align-content: center;
         justify-content: center;
         overflow: hidden;
    }
     #sliderSectores .slide--open {
         --gridheight: auto;
         grid-template-rows: 400px auto;
         grid-template-columns: 20rem 20rem;
         padding-top: 0;
         /*Background custom Color*/
         background: #888;
         height: 100vh;
    }
     #sliderSectores .slide__figure--box {
         grid-row-end: span 5;
         grid-column-end: span 3;
    }
    #sliderSectores .slide__text {
         grid-row-end: span 12;
         grid-column-end: span 5;
    }
     #sliderSectores .slide__figure--main {
         grid-row-start: 1;
         grid-row-end: span 20;
         grid-column-end: span 7;
    }
    #sliderSectores .slide--layout-1 .slide__figure--main {
        grid-column-start: 11;
    }
    #sliderSectores .slide--layout-1 .slide__figure:nth-child(2) {
        grid-row-start: 9;
         grid-column-start: 3;
    }
    #sliderSectores .slide--layout-1 .slide__figure:nth-child(3) {
        grid-row-start: 5;
         grid-column-start: 19;
    }
    #sliderSectores .slide--layout-1 .slide__figure:nth-child(4) {
        grid-row-start: 16;
         grid-column-start: 1;
    }
    #sliderSectores .slide--layout-1 .slide__text {
         grid-row-start: 9;
         grid-column-start: 6;
         z-index: 999;
    }
    #sliderSectores .slide--layout-2 .slide__figure--main {
        grid-column-start: 3;
    }
    #sliderSectores .slide--layout-2 .slide__figure:nth-child(2) {
        grid-row-start: 2;
         grid-column-start: 14;
    }
    #sliderSectores .slide--layout-2 .slide__figure:nth-child(3) {
        grid-row-start: 9;
         grid-column-start: 19;
         grid-row-end: span 5;
         grid-column-end: span 2;
    }
    #sliderSectores .slide--layout-2 .slide__figure:nth-child(4) {
        grid-row-start: 16;
         grid-column-start: 14;
    }
    #sliderSectores .slide--layout-2 .slide__text {
         grid-row-start: 10;
         grid-column-start: 10;
    }
    #sliderSectores .slide--layout-3 .slide__figure--main {
        grid-column-start: 14;
    }
    #sliderSectores .slide--layout-3 .slide__figure:nth-child(2) {
        grid-row-start: 1;
         grid-column-start: 10;
    }
    #sliderSectores .slide--layout-3 .slide__figure:nth-child(3) {
        grid-row-start: 11;
         grid-column-start: 5;
         grid-row-end: span 6;
         grid-column-end: span 4;
    }
    #sliderSectores .slide--layout-3 .slide__figure:nth-child(4) {
        grid-row-start: 6;
         grid-column-start: 2;
    }
    #sliderSectores .slide--layout-3 .slide__text {
         grid-row-start: 11;
         grid-column-start: 9;
    }
    #sliderSectores .slide--open .slide__figure--main {
         grid-area: 1 / 2 / span 1 / span 1;
    }
    #sliderSectores .slide__back {
         grid-area: 1 / 1 / span 1 / span 1;
         align-self: end;
    }
    #sliderSectores .slide__content {
         grid-area: 2 / 1 / span 1 / span 2;
    }
    #sliderSectores .slide__figure {
         width: auto;
         height: auto;
         max-width: none;
         margin: 0;
    }
    #sliderSectores .slide__text {
         padding: 5px 10px;
    }
    #sliderSectores .slide__text--right {
         text-align: right;
         align-items: flex-end;
    }
    #sliderSectores .slide__text--right .slide__text-description {
         align-self: flex-end;
    }
    #sliderSectores .index {
         grid-area: index;
         text-align: right;
         pointer-events: auto;
         justify-self: end;
    }
}
