/*fuentes*/
body {
    font-family: 'Telefonica' !important;
}

h1 {
    font-family: 'Telefonica-light' !important;
}

h2 {
    font-family: 'Telefonica' !important;
}
.tabla-grande-actualizacion h1{
    padding-top: 40px;
}

p.texto-footer-carta.item__6.aloud {
    margin-top: 41px;
}

p.texto-footer-carta{
    margin-top: 40px !important;
}

body.home {
    background-image: url(../img/fondo-header.jpg);
    background-position: 344px -305px;
    background-size: 1048px 1499px;
    background-repeat: no-repeat;
}

@font-face {
    font-family: 'Telefonica';
    src: url('../fuentes/Telefonica-Regular.woff2') format('woff2'),
        url('../fuentes/Telefonica-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Telefonica-bold';
    src: url('../fuentes/Telefonica-Bold.woff2') format('woff2'),
        url('../fuentes/Telefonica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Telefonica-light';
    src: url('../fuentes/Telefonica-Light.woff2') format('woff2'),
        url('../fuentes/Telefonica-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Telefonica-ExtraLight';
    src: url('../fuentes/Telefonica-ExtraLight.woff2') format('woff2'),
        url('../fuentes/Telefonica-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/*lenguaje*/
/* -------------- CSS --------------- */
#lang-switch img {
  width: 32px;
  height: 32px;
  opacity: 0.5;
  transition: all .5s;
  margin: auto 3px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#lang-switch img:hover {
  cursor: pointer;
  opacity: 1;
}

.fr_lang,
.en_lang {
  display: none;
  transition: display .5s;
}

/* Language */
.active-lang {
  display: flex !important;
  transition: display .5s;
}

.active-flag {
  transition: all .5s;
  opacity: 1 !important;
}


div#lang-switch {
    position: absolute;
        right: -65px;
    top: 10px;
}


/*ul.navbar-nav li {
list-style: none;
position: relative;
display: inline;
}
ul.navbar-nav li a {
color: #333;
text-decoration: none;
}*/
.azul-claro{
    color:#019DF4 !important;
}
.azul-oscuro{
    color: #0B2739 !important;
}


.verde{
    color:#5CB615 !important;
}
.verde-fondo{
    background-color:#5CB615 !important;
}

.naranja{
    color:#EC624B !important;
}
.naranja-fondo{
    background-color:#EC624B !important;
}

.amarillo{
    color:#F28D15 !important;
}
.amarillo-fondo{
     background-color:#F28D15 !important;
}

.magenta{
    color:#E63780 !important;
}

.magenta-fondo{
   background-color:#E63780 !important;
}

.morado{
    color:#A13EA1 !important;
}



.morado-fondo{
    background-color:#A13EA1 !important;
}



.gri-class{
    font-size: 1.1em !important;
}

.texto-footer-carta {
    padding-top: 14px;
    width: 100%;
    max-width: 400px;
    margin-top: 59px;
    border-top: 3px solid #019DF4;
}

.texto-footer-carta strong{
    color: #019DF4;
}

.imagen-portada{
        width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/*
.container.contenedor-fondo-home{
    background-image: url(../img/banner-inicio.jpg);
}
*/

/***********************estilos que oculta el mueno hover ojo***************************/
#main-menu .parent:hover>.sub {
    /* display: none !important;*/
    -webkit-animation: fadeIn .4s;
    animation: fadeIn .4s;
}





#main-menu .sub {
    background: #0B2739 !important;
    -webkit-box-shadow: 0 4px 5px rgb(0 0 0 / 20%);
    box-shadow: 0 4px 5px rgb(0 0 0 / 20%);
    display: none;
    margin: 0;
    padding: 10px 10px 10px 24px;
    position: absolute;
    z-index: 905;
}

ul.navbar-nav li.parent-t:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 16px;
    width: 0px;
    height: 2px;
    background: #019df4;
    transition: all 0.45s;
}

ul.navbar-nav li.parent-t:hover:after {
    width: 100%;
    left: 0;
}

ul.navbar-nav li.parent-t a:hover {
    text-decoration: none;
}

.header .container-m-30 {
    position: relative;
    width: 100%;
    max-width: 1300px;
}

#main-menu .navbar {
    background: none;
    border: 0 none;
    margin: 0;
    width: 100%;
    max-width: 1300px;
    /* margin: 0 auto; */
}

.cabezera-azul {
    width: 100%;
    height: 43px;
    background: #019DF4;
    padding-top: 10px;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cabezera-azul p {
    color: #FFF;
    text-align: center;
}

.header-1 #main-menu .nav.navbar-nav {
    margin-right: -46px !important;
    position: relative;
}

.logo-2 img {
    width: 100%;
    max-width: 70px;
    display: block;
}

#main-menu .navbar {
    background: none;
    border: 0 none;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header.no-transparent .logo-2 {
    padding: 0 !important;
}

.header-1 #main-menu .navbar .nav>li.current>a {
    padding: 18px 3px 5px 3px !important;
    margin: 0 12px 17px 12px;
    border-bottom: 2px solid rgba(45, 78, 83, 1);
    color: #4b4e53;
}

#main-menu .navbar .nav>li>a {
    padding: 18px 4px 5px 4px !important;
    margin: 0 8px 17px 8px !important;
    border-bottom: 2px solid rgba(45, 78, 83, 0);
    color: #4b4e53;
    letter-spacing: 0px !important;
    background-color: transparent;
    font-size: 0.83em !important;
    font-family: 'Telefonica';
}

#main-menu .navbar .nav>li>a .main-menu-title {
    line-height: 20px;
    color: #019DF4;
}

.main-menu-container {
    padding-top: 5px;
}

.cd-search-trigger::before {
    top: 11px;
    left: 11px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #019df4 !important;
}

.cd-search-trigger::after {
    height: 1px;
    width: 10px;
    background: #008cda !important;
    bottom: 16px;
    right: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul.cd-header-buttons {
    top: 7px;
    right: 140px;
}

.affix .cd-header-buttons {
    top: 7px;
}

.contenido-header {
   /* margin-top: 100px;
    margin-bottom: 300px;*/
}
i.fa.fa-chevron-down.flecha-nav{
    font-size: 4em;
    color:#FFF;
    font-weight: lighter;
}
.caja-texto {
    width: 100%;
    max-width: 1036px;
    margin: 0 auto;
}

.caja-texto h1 {
    font-size: 14em;
    font-family: 'Telefonica-ExtraLight' !important;
    color: #0B2739;
}

.caja-texto h2 {
    font-family: 'Telefonica-ExtraLight' !important;
    color: #019df4;
    font-size: 6em;
    font-weight: 500;
}

.caja-texto h3 {
    color: #019df4;
    font-weight: 400;
    font-family: 'Telefonica';
}

.header-1 #main-menu .navbar .nav>li.current>a {
    padding: 38px 3px 5px 3px;
    margin: 0 12px 17px 12px;
    border-bottom: 2px solid rgb(12 203 232) !important;
    color: #1766e9 !important;
}

.columnas-caja {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 1428px;
    margin: 0 auto;
}

.texto-boton-izq {
    position: relative;
    left: -100px;
        width: 100%;
    max-width: 379px;
}

.texto-boton-izq h3 {
    color: #019df4;
    font-size: 2.5em;
    font-weight: 400;
    font-family: 'Telefonica-ExtraLight';
    margin: 0;
    margin-top: 35px;
    margin-bottom: 20px;
}

.texto-boton-izq p {
    width: 100%;
    max-width: 385px;
    margin-top: 22px;
    font-size: 1.1em;
}

.texto-boton-der {
    position: relative;
    right: -65px;
        width: 100%;
    max-width: 424px;
}

.texto-boton-der h3 {
    color: #019df4;
    font-size: 2.5em;
    font-weight: 400;
    font-family: 'Telefonica-ExtraLight';
    margin: 0;
    margin-top: 50px;
    margin-bottom: 20px;
}

.texto-boton-der p {
    width: 100%;
    max-width: 420px;
    margin-top: 22px;
}

.imagen-caja {
    width: 100%;
    max-width: 610px;
}

.imagen-caja img {
    width: 100%;
    max-width: 610px;
}

footer {
    background: #0B2739;
    margin-top: 120px;
}

.logo-footer img {
    width: 100%;
    max-width: 60px;
    display: block;
    margin-bottom: 29px;
}

footer.page-section.pt-80.pb-50 {
    padding-bottom: 150px;
}

.logo-footer p {
    color: #FFF;
    font-family: 'Telefonica';
}

.row.caja-footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.logo-footer {
    width: 100%;
    max-width: 580px;
}

.titulo-navegar h4 {
    color: #019df4;
    margin: 0;
}

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

.col1-1 ul {
    padding: 0;
    list-style: none;
    margin-top: 30px;
    color: #FFF;
    font-family: 'Telefonica';
    line-height: 30px;
}

.columnas-footer {
    width: 100%;
    max-width: 384px;
    position: relative;
    top: 70px;
}

.logo-footer {
    max-height: 100% !important;
}

.boton-ver-mas {
    width: 100%;
    padding: 7px;
    max-width: 119px;
    border: 1px solid #019df4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    color: #019df4;
    cursor: pointer;
    transition: all 0.5s ease;
}

.boton-ver-mas:hover {
    background: #019df4;
    color: #FFF;
}

.boton-ver-mas a {
    color: #019df4;
}

.boton-ver-mas:hover>a {
    color: #FFF;
}

.boton-navegador-seccion {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -167px;
}

.boton-navegador-seccion img {
    width: 100%;
    max-width: 80px;
    height: auto;
    display: block;
    cursor: pointer;
}

.btn-z {
    width: 30px;
    height: 30px;
    background: #0B2739;
    border: 1px solid #005bac;
    color: #FFF;
    padding: 15px 10px 5px;
    position: fixed;
    text-align: center;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    transition: all 0.3s ease;
    z-index: 999999;
    right: 166px;
    font-family: "FontAwesome";
    content: "\f095";
}

.btn-z i {
    position: relative;
    top: -11px;
    right: 1.5px;
    font-size: 1em;
    font-style: normal;
}

.btn-z:nth-of-type(1) {
    -webkit-border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.btn-z:nth-of-type(2) {
    -webkit-border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.btn-z:nth-of-type(3)>i {
    font-size: 0.8em;
    position: relative;
    right: 0px;
    top: -12px;
}

.btn-z:hover {
    color: #019df4;
}

.zoom {
    bottom: 230px;
}

.zoom-out {
    bottom: 290px;
}

.zoom-init {
    bottom: 260px;
}

.hamb-mob-icon {
    color: #019df4 !important;
    padding: 14px 17px 22px 5px !important;
}

/*************************************Secciones Interna 1 el informe*******************************/
.banner-secciones-internas {
    background: url(../img/imagen1-interna.jpg);
    width: 100%;
    background-position: 0px -1px;
    background-size: cover;
    /*height: 339px;*/
    margin-top: 113px;
}

.caja-texto-seccion-banner h1 {
    font-size: 9em;
    font-family: 'Telefonica-ExtraLight' !important;
    color: #0B2739;
    margin: 0;
}

.caja-texto-seccion-banner h2 {
    font-family: 'Telefonica-light' !important;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 3em;
    margin: 0;
}

.caja-texto-seccion-banner p {
    color: #FFF;
    font-family: 'Telefonica';
    line-height: 65px;
}

.caja-texto-seccion-banner {
    padding: 45px;
    position: relative;
    left: 80px;
}

@media (min-width: 1200px) {
    .contenedor-banner {
        width: 1235px !important;
    }

    .contenedor-seccion {
        width: 1235px !important;
    }
}

.caja-anualmente {
    display: flex;
    width: 100%;
    max-width: 970px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    background: #c3c4c6;
    margin-top: 70px;
}

.imagen-anualmente {
    background: #c8cccf;
    width: 100%;
    max-width: 370px;
}

.imagen-anualmente img {
    width: 100%;
    max-width: 334px;
    display: block;
    margin: 0 auto;
}

.caja-texto-anualmente-interna {
    width: 100%;
    max-width: 558px;
}

.caja-texto-anualmente-interna h2,
.caja-texto-anualmente-interna p {
    padding-left: 65px;
    margin: 0;
}

.caja-texto-anualmente-interna h2 {
    color: #019df4;
    font-size: 2.5em;
}

.caja-texto-anualmente-interna p {
    margin-top: 12px !important;
    width: 100%;
    max-width: 500px;
    font-size: 1.2em;
    color: #0B2739;
}

.caja-texto-proceso-informe p {
    font-size: 1.2em;
}

.caja-proceso-informe {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}

.caja-proceso-informe h1 {
    font-family: 'Telefonica';
    font-size: 2.5em;
}

.columnas-proceso-informe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.caja-texto-proceso-informe {
    width: 100%;
    max-width: 500px;
}

.cuadros-procesos img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.spacer-arround {
    width: 100%;
    max-width: 100px;
}

.caja-texto-proceso-informe h3 {
    font-family: 'Telefonica';
    color: #019df4;
}

.caja-plan-negocio-rentable {
    background: #019df4;
    padding-bottom: 65px;
}

.caja-iconos-negocio {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}

.imagen-podio img {
    width: 100%;
    max-width: 100px;
    display: block;
    margin: 0 auto;
}

.imagen-lapiz img {
    width: 100%;
    max-width: 100px;
    display: block;
    margin: 0 auto;
}

.flecha img {
    width: 100%;
    max-width: 60px;
    display: block;
    margin: 0 auto;
}

.imagenes-podio-lapiz {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 340px;
}

.imagen-podio {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cajas-datos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 620px;
    padding-left: 30px;
}

.caja-texto-invitados h2 {
    color: #FFF;
    font-size: 3em;
    margin: 0;
    font-family: 'Telefonica-bold';
}

.imagen-podio h4 {
    margin: 0;
    font-family: 'Telefonica-bold';
}

.imagen-lapiz h4 {
    margin: 0;
    font-family: 'Telefonica-bold';
}

.caja-texto-invitados h4 {
    margin: 0;
    font-family: 'Telefonica-bold';
}

.caja-texto-invitados p {
    color: #FFF;
}

.caja-plan-negocio-rentable h1 {
    color: #FFF;
    padding: 30px;
    margin-left: 88px;
    font-family: 'Telefonica';
    font-size: 2.5em;
}

.invitados {
    margin-top: 28px;
}

.caja-asuntos-materiales {
    width: 100%;
    max-width: 970px;
    margin: 25px auto;
}

.caja-asuntos-materiales h1 {
    font-family: 'Telefonica';
    color: #019df4;
    font-size: 2.5em;
}

.imagen-asuntos-materiales img {
    width: 100%;
    max-width: 792px;
    display: block;
    margin: 30px auto;
    padding-top: 30px;
    padding-bottom: 16px;
}

.imagen-grupos-interes img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.tabla-grande-actualizacion {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}

.tabla-grande-actualizacion h1 {
    font-family: 'Telefonica';
    color: #019df4;
    font-size: 2.5em;
}

.tabla-grande-actualizacion h4 {
    color: #019df4;
    font-family: 'Telefonica';
    font-size: 1em;
}

.tabla-grande-actualizacion p {
    width: 100%;
    max-width: 551px;
    font-family: 'Telefonica';
    color: #e2e2e2;
    ;
    font-size: 1.2em;
}

.tabla-seccion {
    background: #0B2739;
    position: relative;
    background-image: url(../img/fondo-tabla.jpg);
    background-size: cover;
}

/********************tabla grande actualizacion***********************/
.tg {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.tg td {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tg th {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tg .tg-c3ow {
    border-color: inherit;
    text-align: center;
    vertical-align: middle;
    border-left-color: transparent;
    border-right-color: transparent;
    color: #e2e2e2;
}

.tg .tg-0pky {
    border-color: inherit;
    text-align: left;
    vertical-align: middle;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: 1px solid #e2e2e2;
    color: #e2e2e2;
}

.tg2 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 378px;
}

.tg2 td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tg2 th {
    border-top-color: transparent;
    /*border-bottom: 1px solid #fff;*/
    border-right-color: transparent;
    border-left-color: transparent;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tg2 .tg2-0pky {
    border-color: inherit;
    text-align: left;
    vertical-align: top
}

.tabla-genis {
    border-bottom: 1px solid #afafaf;
}

.border-tabla-titulo {
    border-color: transparent;
    border-bottom: 1px solid #019df4;
}

.border-tabla-row1 {
    border-color: transparent;
    border-bottom: 1px solid #019df4;
}

th.tg-0pky.border-transparent {
    border-color: transparent;
}

.tabla-actualizacion-materiales {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    padding-bottom: 100px;
    overflow-x: auto;
}

.caja-construccion-del-informe {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.caja-construccion-del-informe h1 {
    font-family: 'Telefonica';
    color: #019df4;
    font-size: 2.5em;
}

.caja-construccion-del-informe h4 {
    font-size: 1em;
}

.imagen-dummy {
   width: 100%;
    display: flex;
    max-width: 307px;
    background: url(../img/fondo-informe-2.jpg);
    padding: 20px;
    min-height: 600px;
    justify-content: center;
    align-items: center;
    background-position: -23px;
    background-size: cover;
}

.imagen-dummy p {
    color: #019DF4;
}

.columnas-contruccion-informe {
    display: flex;
    justify-content: space-between;
}

.caja-texto-construccion {
    width: 100%;
    max-width: 563px;
}

.caja-texto-construccion p {
    font-size: 1.2em;
}

.imagen-construccion {
    width: 100%;
    max-width: 307px;
}

.cja-tabs-seccion {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
        display: flex;
    flex-direction: column;
}

.texto-asuntos-materiales p {
    font-size: 1.2em;
    width: 100%;
    max-width: 305px;
    padding: 15px;
    margin: 5px;
}

.texto-asuntos-materiales {
    display: flex;
}

p.francesa {
    text-indent: -81px;
    position: absolute;
    padding-left: 62px;
    width: 100%;
    max-width: 827px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff !important;
    cursor: default;
    background-color: #019DF4 !important;
    border-radius: 0;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.tab-content>.active {
    display: block;
    border: 2px solid #019DF4;
}

.nav-tabs>li>a {
    margin-right: 0 !important;
    line-height: 1.428571;
    /* border: 1px solid transparent; */
    border-radius: 0 !important;
    border: 2px solid #019DF4 !important;
}

.contenido-tabs-de-calidad {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 50px;
}

.contenido-tabs-de-calidad p {
    position: relative;
    left: 13px;
    width: 100%;
}

.caja-bola {
    width: 12px;
    height: 12px;
    background: #019DF4;
    border-radius: 100%;
}

.contenido-tabs-de-calidad p span:nth-of-type(1) {
    color: #019DF4;
    font-size: 1.2em;
}

.contenido-tabs-de-calidad p span:nth-of-type(2) {
    color: #019DF4;
}

.caja-plan-comunicacion {
    background: #019df4;
    margin-top: 70px;
}

.columnas-comunicacion-seccion {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.imagen-comunicacion {
    width: 100%;
    max-width: 600px;
}

.imagen-comunicacion img {
    width: 100%;
    max-width: 470px;
    display: block;
    margin: 0 auto;
}

.texto-comunicacion {
    width: 100%;
    max-width: 500px;
    margin-top: 45px;
}

.texto-comunicacion h2 {
    font-family: 'Telefonica' !important;
    font-size: 2.5em;
}

.texto-comunicacion p {
    color: #FFF;
    font-family: 'Telefonica' !important
}

.imagen-grupos-interes-mobile {
    display: none;
}

.caja-asuntos-materiales h4 {
    font-size: 1em;
}

.caja-vinetas {
    display: flex;
    align-items: baseline;
}

/*************************************Secciones Interna 2 Gobernanza*******************************/
.banner-secciones-internas2 {
    background: url(../img/imagen2-interna.jpg);
    width: 100%;
    background-position: 0px -1px;
    background-size: cover;
    /*height: 339px;*/
    margin-top: 113px;
}

.caja-estructura-gobernanza {
    display: flex;
    width: 100%;
    max-width: 970px;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    flex-wrap: wrap;
}

.container-seccion2 {
    width: 100%;
    max-width: 970px;
}

.titulo-secciones-gobernanza {
    margin-top: 35px;
}

.titulo-secciones-gobernanza h4 {
    font-size: 1em;
}

.titulo-secciones-gobernanza h1 {
    color: #019DF4;
    margin: 0;
    position: relative;
}

.caja-texto-estructura-gobernanza {
    width: 100%;
    max-width: 435px;
}

.caja-texto-estructura-gobernanza img {
    width: 100%;
    max-width: 391px;
}

.caja-imagen-estructura-gobernanza {
    width: 100%;
    background: #dbe9f2;
    max-width: 505px;
}

.caja-imagen-estructura-gobernanza p {
    padding: 43px;
}

.caja-imagen-estructura-gobernanza-imagenes {
    display: flex;
    justify-content: space-between;
}

.caja-imagen-estructura-gobernanza-imagenes img {
    width: 100%;
    max-width: 384px;
    margin: 0 auto;
    display: block;
}

.caja-imagen-estructura-gobernanza-imagenes img:nth-of-type(1) {
    width: 100%;
    
    padding-left: 39px;
}

.caja-atencion-accionista {
    background: url(../img/fondo-seccion-interna2.png);
    background-size: cover;
    background-position: 0px -178px;
    background-repeat: no-repeat;
}

.caja-atencion-accionista-texto {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    padding-top: 147px;
    padding-bottom: 100px;
}

.caja-atencion-accionista-texto h1 {
    color: #0B2739;
}

.caja-atencion-accionista-texto h3 {
    color: #0B2739;
}

.caja-atencion-accionista-texto p {
    color: #FFF;
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}

.caja-composicion-texto-imagen {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 75px;
    padding-top: 42px;
    flex-wrap: wrap;
}

.caja-composicion-directiva {
    background: #0B2739;
}

.caja-composicion-directiva-texto h1 {
    font-family: 'Telefonica' !important;
    color: #FFF;
    margin: 0;
}

.caja-composicion-directiva-texto ul {
    font-family: 'Telefonica' !important;
    list-style: none;
    padding: 0;
    padding-top: 33px;
}

.caja-composicion-directiva-texto ul li:nth-of-type(1) {
    color: #019DF4;
    border-bottom: solid 1px;
    width: 100%;
    max-width: 370px;
}

.caja-composicion-directiva-texto ul li {
    padding-top: 6px;
    color: #FFF;
    border-bottom: 1px solid;
    width: 100%;
    max-width: 370px;
}

span.nombre-titulo-lista-directivas {
    margin-left: 57px;
}

span.nombre-titulo-lista-directivas1 {
    margin-left: 25px;
}

span.nombre-titulo-lista-directivas-last {
    margin-left: 49px;
}

.caja-composicion-directiva-imagen {
    width: 100%;
    max-width: 444px;
}

.caja-composicion-directiva-imagen p {
    color: #FFF;
}

.caja-composicion-directiva-texto {
    width: 100%;
    max-width: 400px;
}

.caja-junta-directiva-texto h1 {
    color: #019DF4;
}

.caja-junta-directiva {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-end;
    padding-bottom: 125px;
}

.caja-junta-directiva-texto {
    width: 100%;
    max-width: 546px;
}

.caja-junta-directiva-imagenes {
    display: flex;
    width: 100%;
    max-width: 394px;
    justify-content: space-between;
    position: relative;
    top: 44px;
    left: 30px;
}

.caja-junta-directiva-imagenes .grafico-genero img {
    width: 100%;
    max-width: 194px;
    
    display: block;
    margin: 0 auto;
    position: relative;
    top: 25px;
}

.caja-junta-directiva-texto p {
    padding-top: 50px;
}

.grafico-genero h3 {
    margin: 0;
    font-size: 1.2em;
    color: #019DF4;
    text-align: center;
    font-family: 'Telefonica' !important;
}

.container-comite-auditoria {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #0B2739;
}

.imagen-auditoria {
    background: url(../img/imagen2-2-interna.jpg);
    width: 100%;
    max-width: 540px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.caja-imagen-genero img {
    width: 100%;
    max-width: 202px;
   
    display: block;
    margin: 0 auto;
}

.datos-generos-caja {
    display: flex;
    width: 100%;
    max-width: 191px;
       justify-content: space-evenly;
    margin-top: 50px;
    align-items: center;
}

.texto-auditoria {
    width: 100%;
    max-width: 600px;
    padding-right: 65px;
}

.texto-auditoria h1,
.texto-auditoria h2 {
    font-family: 'Telefonica' !important;
    color: #e0e2e4;
}

.texto-auditoria p {
    color: #e0e2e4;
}

.texto-auditoria ul {
    padding: 0;
    list-style: none;
    font-family: 'Telefonica' !important;
}

.texto-auditoria ul li:nth-of-type(1) {
    color: #019DF4;
    border-bottom: solid 1px;
    width: 100%;
    max-width: 405px;
}

.texto-auditoria ul li {
    color: #FFF;
    border-bottom: solid 1px;
    width: 100%;
    max-width: 405px;
    padding-top: 6px;
}

.caja-imagenes-comite-auditoria {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    padding-bottom: 50px;
}

.caja-imagen-genero:nth-of-type(2) {}

.caja-imagen-genero h3 {
    font-size: 1em;
    text-align: center;
    color: #019DF4;
}

.caja-conflictos-intereses {
    background: url(../img/nubes-movistar.png);
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: 531px -59px;
    color: #0B2739;
}
.caja-conflictos-intereses h1{
    color: #0B2739;
}
.caja-conflictos-intereses h4{
color: #0B2739;
}
.caja-conflictos-intereses p {
    width: 100%;
     max-width: 530px;
    margin-top: 50px;
    font-size: 1.2em;
}
.caja-conflictos-intereses p span{
    font-weight: bold;
    font-style: italic;
}
.caja-conflictos-intereses-columnas {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 70px;
}

.imagen-intereses {
    width: 100%;
    max-width: 470px;
}

.texto-intereses {
    width: 100%;
    max-width: 400px;
    color: #0B2739;
}
.texto-intereses p{
    font-size: 1.1em;
}
.caja-conflictos-intereses2 {
    margin-top: 25px;
    color: #0B2739;
}

.caja-conflictos-intereses2 p {
    column-count: 3;
    height: 336px;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -moz-column-fill: balance;
    column-fill: balance;
}

/*************************************Secciones Interna 3 Movistar Colombia*******************************/
.banner-secciones-internas3 {
   background: url(../img/banner-acerca-movistar.jpg);
    width: 100%;
    background-position: -244px -51px;
    background-size: 133%;
    /* height: 339px; */
    margin-top: 113px;
}

.titulo-secciones-movistar p {
    width: 100%;
    max-width: 600px;
    color: #0B2739;
}

.titulo-secciones-movistar {
    margin-top: 35px;
}

.titulo-secciones-movistar h4 {
    font-size: 1em;
}

.titulo-secciones-movistar h1 {
    color: #0B2739;
    margin: 0;
    position: relative;
}

.caja-codigo-qr-datos2 {
    display: none;
}

.columnas-texto-listado {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.columna-torta {
    width: 100%;
    max-width: 214px;
}

.columna-torta p {
    margin-top: 75px !important;
    font-size: 1.1em;
    color: #0B2739;
}

.caja-datos-columna1 {
    margin: 1px;
    padding: 4px;
    width: 100%;
    max-width: 220px;
}

.caja-datos-columna1{
    color: #0B2739;
}

.columna-listado-datos {
    width: 100%;
    max-width: 702px;
}

.caja-texto-datos {
    display: flex;
}

.caja-datos-extensos {
    display: flex;
}

.bola {
    width: 25px;
    height: 25px;
    background: #019DF4;
    border-radius: 100%;
}

.bola1 {
    background: #0B2739;
    width: 25px;
    height: 25px;
    border-radius: 100%;
}

.bola2 {
    background: #da9615;
    width: 25px;
    height: 25px;
    border-radius: 100%;
}

.texto-datos-lista h3 {
    font-size: 1em;
    font-family: 'Telefonica-bold';
    margin: 0;
    color: #0B2739;
}
.texto-datos-lista p span{
    color: #019DF4;
}

.texto-datos-lista p {
    margin: 0;
}

.texto-datos-lista {
    padding-left: 10px;
    padding-top: 7px;
}

.caja-lista-grande {
    width: 100%;
    max-width: 187px;
}

.caja-valores {
    display: flex;
    background: #019DF4;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.caja-valores-fondo {
    background: #019DF4;
}

.caja-titulo-valores h1 {
    margin: 0;
    color: #FFF;
}

.caja-titulo-valores p {
    margin-top: 10px !important;
    line-height: 17px;
}

.caja-titulo-valores {
    width: 100%;
    max-width: 182px;
    margin-top: 20px;
}

.caja-datos-valores {
    width: 100%;
    max-width: 166px;
    padding-left: 5px;
    margin-left: 5px;
}
.corporate-code {
    width: 100%;
    max-width: 12px;
    position: relative;
    top: 35px;
}

.contenedor-mision-valores {
    position: relative;
    overflow: visible;
}

.contenedor-mision-valores p {
    width: 100%;
    max-width: 516px;
    margin-bottom: 30px;
    color: #FFF;
    margin: 0 !important;
}

.section-valores {
    overflow: visible !important;
}

.caja-abierta {
    width: 100%;
    max-width: 150px;
    padding: 15px;
    text-align: center;
    border: 1px solid #FFF;
    border-radius: 12px;
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.caja-abierta-texto {
    margin-top: 10px !important;
    line-height: 17px;
}

.caja-datos-valores:nth-of-type(1) .caja-abierta {
    border: 2px solid #FFF;
}

.caja-datos-valores:nth-of-type(2) .caja-abierta {
    border: 2px solid #FFF;
}

.caja-datos-valores:nth-of-type(3) .caja-abierta {
    border: 2px solid #4bff00;
}

.caja-datos-valores:nth-of-type(4) .caja-abierta {
    border: 2px solid red;
}

.caja-imagen-valores {
    position: absolute;
    top: -23px;
    width: 100%;
    max-width: 523px;
    right: -106px;
}

.caja-titulo-mision {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    padding-bottom: 29px;
}

.caja-titulo-mision p {
    color: #0B2739;
    padding-left: 94px;
}
.caja-titulo-mision p span{
            font-weight: bold;
    color: #019DF4;
    }

hr.linea-caja-datos {
    border-top: 1px solid #019DF4;
    margin: 22px 0 22px 0;
    width: 100%;
    max-width: 775px;
    float: right;
}

.caja-contenedor-lista {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}

.caja-contenedor-lista h4 {
    margin: 0;
    font-size: 1em;
    color: #FFF
}

.caja-datos-lista-moviles {
    color: #FFF;
}

.caja-datos-lista-moviles ul {
    padding-left: 21px;
}

.caja-contenedor-lista h1 {
    font-size: 3em;
    font-family: 'Telefonica-ExtraLight';
    color: #019DF4;
    padding-top: 50px;
}

.digitales-titulo {
    font-family: 'Telefonica' !important;
    padding-top: 10px !important;
    margin: 0;
}

.contenedor-productos-servicios {
    background: #0B2739;
    padding-bottom: 29px;
}

.contenedor-lista-moviles-postpago {
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 360px;
}

.caja-lista-datos-grande {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: #FFF;
}

.caja-lista-grande h3 {
    font-size: 1.2em;
    color: #FFF;
    margin-left: 3px;
}

.caja-lista-grande ul {
    padding-left: 19px;
    padding-right: 17px;
}

.caja-datos-lista-moviles h2 {
    color: #019DF4;
}

.caja-datos-relevantes-fondo {
    background: #019DF4;
    width: 100%;
    max-width: 1205px;
    margin: 0 auto;
    padding-bottom: 29px;
}

.caja-datos-relevantes h1 {
    color: #0B2739;
}

.caja-datos-relevantes h4 {
    color: #0B2739;
}

.caja-datos-imagenes {
    display: flex;
    position: relative;
}

.caja-textos-imagen-datos {
    text-align: end;
}

.caja-textos-imagen-datos:nth-of-type(1) {
    margin-top: 40px;
}

.caja-textos-imagen-datos:nth-of-type(2) {
    margin-top: 60px;
}

.caja-textos-imagen-datos:nth-of-type(3) {
    margin-top: 72px;
}

.caja-textos-imagen-datos:nth-of-type(4) {
    margin-top: 70px;
}

.caja-textos-imagen-datos:nth-of-type(5) {
    margin-top: 70px;
}

.caja-textos-imagen-datos h4,
.caja-textos-imagen-datos h3 {
    margin: 0;
}

.caja-textos-imagen-datos h3 {
    font-family: 'Telefonica-bold';
    color: #FFF;
}

.caja-textos-imagen-datos p {
    color: #0B2739;
    line-height: 16px;
}

.caja-codigo-qr-datos {
    width: 100%;
    max-width: 180px;
    position: absolute;
    right: 0px;
}

.columnas-caja-datos-relevantes {
    display: flex;
    align-items: center;
    position: relative;
}

.columnas-caja-datos-relevantes h4 {
    font-family: 'Telefonica-bold';
}

.caja-textos-imagen-datos h4 {
    color: #0B2739;
}

.caja-text-datos-relevantes2 {
    color: #FFF;
}

.caja-text-datos-relevantes2 h4,
.caja-text-datos-relevantes2 h5 {
    color: #FFF;
}

.caja-text-datos-relevantes2 h4 {
    font-weight: 700;
}

.caja-text-datos-relevantes2 img {
    width: 100%;
    max-width: 117px;
    margin-top: 18px;
}

.icono-datos-relevantes {
    width: 100%;
    max-width: 179px;
}

.caja-datos-relevantes-iconos {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    margin-top: 50px;
}

.icono-relevante-6 img {
    margin-bottom: 0 !important;
}

.icono-relevante-5 img {
    margin-bottom: 49px !important;
}

.icono-datos-relevantes img {
    width: 100%;
    max-width: 122px;
}

.icono-datos-relevantes h4 {
    margin: 0;
    margin-left: 21px;
    font-family: 'Telefonica-bold';
    color: #0B2739;
}

.icono-datos-relevantes h3 {
    margin: 0;
    margin-left: 21px;
    font-family: 'Telefonica';
    color: #FFF;
    font-weight: 600;
}

.icono-datos-relevantes img:nth-of-type(1) {
    width: 100%;
    max-width: 90px;
    margin-bottom: 74px;
}

.caja-texto-datos-plan {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.caja-texto-datos-plan h1 {
    color: #FFF;
    font-size: 3.5em;
    margin-left: 25px;
    font-family: 'Telefonica';
}

.caja-texto-datos-plan h4 {
    font-family: 'Telefonica-bold';
    color: #0B2739;
    margin-left: 21px;
}

.columna-der-parrafo-cambios {
    width: 100%;
    max-width: 377px;
    margin: 3px;
    padding: 5px;
}

.columna-der-parrafo-cambios:nth-of-type(1) {
    margin-right: 30px;
}

.columna-der-parrafo-cambios p {
    color: #FFF;
    font-family: 'Telefonica';
    font-size: 1.2em;
}

.columnas-caja-cambios {
    display: flex;
    justify-content: flex-end;
}

.columnas-iniciativas-externas {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.bola-iniciativas {
    width: 100%;
    max-width: 30px;
    height: 30px;
    background: #0B2739;
    border-radius: 100%;
}

.bola-iniciativas2 {
    width: 100%;
    max-width: 30px;
    height: 30px;
    background: #019DF4;
    border-radius: 100%;
}

.bola-iniciativas3 {
    width: 100%;
    max-width: 30px;
    height: 30px;
    background: #adcae9;
    border-radius: 100%;
}

.bola-iniciativas4 {
    width: 100%;
    max-width: 30px;
    height: 30px;
    background: #c4c8d9;
    border-radius: 100%;
}

.caja-columna-iniciativa-externa {
    width: 100%;
    max-width: 184px;
}

.caja-columna-iniciativa-externa p {
    margin-top: 20px;
    font-size: 1.2em;
}

.caja-afiliacion-asociaciones {
    background-color: #8bc1dc;
    background: url(../img/movistar-colombia-4.jpg);
    margin-top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 792px;
}

div#movistar-5 {
    background: #34beda;
    width: 100%;
    max-width: 1205px;
    margin: 0 auto;
}
.caja-iniciativas-externas.externas-caja h1{
    margin-left:87px !important;
    padding-top: 90px;
}
.caja-iniciativas-externas.externas-caja h4{
      margin-left:87px !important;
}
.caja-columnas-asociaciones {
    display: flex;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    justify-content: space-between;
}

.caja-imagen-asociaciones {
    width: 100%;
    max-width: 550px;
}

.caja-texto-afiliaciones {
    width: 100%;
    max-width: 300px;
    color: #0B2739;
}

.caja-texto-afiliaciones ul {
    padding-left: 18px;
    font-size: 1.2em;
    font-family: 'Telefonica';
}

.caja-certificaciones {
    background-color: #8bc1dc;
    background: url(../img/movistar-colombia-5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 792px;
   background-position: -1px 0px !important;
}

.caja-columnas-certificaciones {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.columna-blanca {
    width: 100%;
    max-width: 343px;
    background: #FFF;
    padding: 10px;
    margin: 20px;
}

.columna-opaca {
   margin: 0;
    background: #0b2739fa;
    padding: 54px;
    margin-top:0;
}

.columna-opaca h1 {
    color: #FFF;
}

.contenido-columna-opaca {
    width: 100%;
    max-width: 967px;
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-gap: 20px;
    color: #FFF;
}

.contenido-columna-opaca ul {
    width: 100%;
    max-width: 304px;
    padding-left: 10px;
    font-size: 0.9em;
    padding-left: 14px;
    padding-top: 22px;
}

.contenido-columna-opaca h3 {
    margin: 0;
    color: #FFF;
    font-size: 1.41em;
    font-family: 'Telefonica-bold';
}

.contenido-columna-blanca {
    padding: 21px;
    color: #0b2739fa;
}
.contenido-columna-blanca p{
    color: #0b2739fa;
}
.contenido-columna-blanca h1{
    color: #0b2739fa;
}
.contenido-columna-blanca ul{
padding-left: 17px ;
    color: #019DF4 ;
    }

.contenido-columna-opaca h3 span {
    background: #0b27398c;
    border-radius: 100%;
    padding: 9px;
    font-size: 0.6em;
    padding-left: 12px;
    width: 100%;
    max-width: 100%;
    height: 22px;
    font-weight: bold;
    padding-right: 13px;
    
}

.contenido-columna-opaca h3 span:nth-of-type(1) {
    color: #E46B00;
    opacity: 0.6;
}

.contenido-columna-opaca h3 span:nth-of-type(2) {
    color: #DA9A00;
     opacity: 0.6;
}

.contenido-columna-opaca h3 span:nth-of-type(3) {
    color: #008AFF;
     opacity: 0.6;
}

/*************************************Secciones Interna 0 Carta Del Presidente*******************************/
.banner-secciones-internas4 {
   background: url(../img/1-Home-Web-0.jpg);
    width: 102%;
    background-position: -407px -0px;
    background-size: 131%;
    /* height: 339px; */
    margin-top: 113px;
    background-repeat: no-repeat;
}


.contenido-carta-presidente {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}

.texto-carta {
    column-count: 2;
    column-gap: 57px;
}

.texto-carta img {
    width: 100%;
    display: block;
    max-width: 200px;
    margin-top: 50px;
}

.texto-carta h3 {
    font-family: 'Telefonica-bold';
    margin: 0;
    font-size: 1.2em;
    color: #0B2739;
}

.texto-carta h5 {
    font-family: 'Telefonica-light' !important;
    margin: 0;
    color: #019DF4;
    line-height: 18px;
}

/*************************************Secciones Interna 5 Contexto*******************************/
.banner-secciones-internas5 {
    background: url(../img/banner-contexto.jpg);
    width: 100%;
    background-position: 0px -143px;
    background-size: 100%;
    /* height: 339px; */
    margin-top: 113px;
}

.caja-relevancia-ecosistema-digital {
    min-height: 1147px;
    background: url(../img/fondo-contexto1.jpg);
    background-size: 108%;
    background-position: -33px -168px;
    margin-top: 45px;
    background-repeat: all;
}

.caja-texto-ecosistema {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: end;
    position: relative;
    align-items: flex-end;
}

.caja-texto-ecosistema .caja-texto-inner img {
    width: 100%;
    max-width: 548px;
    position: absolute;
    right: 18px;
    top: 168px;
}

.caja-texto-inner {
    width: 100%;
    margin-top: 48px;
    margin-right: 106px;
    max-width: 365px;
}

.caja-texto-inner h1 {
    font-size: 2.5em;
    position: relative;
    right: 51px;
}

.caja-texto-inner p {
    color: #FFF;
    font-size: 1.1em;
}

.caja-texto-inner p:nth-of-type(1) {
    margin-top: 108px;
}

.caja-texto-inner h3 {
    font-size: 1.2em;
    margin: 0;
    font-family: 'Telefonica-bold';
    color:#0B2739;
        margin-top: 88px;
}

.presidente-clase{
    line-height: 20px;
}

.contexto-sector {
    background: url(../img/fondo-logo-movistar.jpg);
    background-size: 995px;
    background-position: 118px 826px;
    background-repeat: no-repeat;
}

.contenido-contexto-sector-columnas-completas {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    min-height: 1463px;
}

.columna-titulo-sector h1 {
    color: #019DF4;
}

.columna-imagen-sector img {
    width: 100%;
    max-width: 423px;
}

.contenido-contexto-sector-columnas {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.columnas-textos-sector {
    -webkit-columns: 3 150px;
    -moz-columns: 3 150px;
    columns: 3 160px;
    -webkit-column-gap: 5em;
    -moz-column-gap: 5em;
    column-gap: 5em;
}

/**************************************columnas-diseños**********************************/
#page-wrap {
    width: 100%;
    margin: 0px auto;
}

#page-wrap>div {
    margin: 0 0 50px 0;
    min-width: 970px;
    width: 100%;
        display: flex;

}

.group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.caja-imagen-iniciativas {
    width: 100%;
    max-width: 1205px;
    margin: 0 auto;
}
.group {
    display: inline-block;
}

.five-columns .col {
    width: 33%;
    float: left;
    padding: 2%;
}

.five-columns .col:nth-of-type(1) {
    padding-left: 0;
}

.five-columns .col:nth-of-type(3) {
   /* padding-right: 0;
    position: relative;
    left: -18px;
    top: -15px;*/
}

.five-columns .col:nth-of-type(3) p:nth-of-type(1) {
   /* border-left: 3px solid #0B2739;
    color: #0B2739;
    padding-left: 20px;
    font-family: 'Telefonica-light' !important;
    font-size: 1.2em;
    margin-top: -40px*/
}



/**************************************columnas-diseños**********************************/
.contenido-contexto-sosteniblidad {
    background: url(../img/fondo-contexto-estrellas.jpg);
    min-height: 970px;
    background-size: 107%;
    background-repeat: no-repeat;
    background-position: -12px -146px;
}

.contenido-contexto-sostenibilidad-fondo {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    background: #0B2739;
    position: relative;
    top: 75px;
    color: #FFF;
}

.caja-columnas-contexto-sostenibilidad {
    display: flex;
    width: 100%;
    padding: 5px;
    margin: 5px;
    justify-content: center;
}

.contenido-contexto-sostenibilidad-fondo h1 {
    padding-top: 20px;
    width: 100%;
    max-width: 225px;
    padding-left: 54px;
    margin-bottom: 15px;
    font-family: 'Telefonica-light' !important;
    color: #FFF;
}

.columna-contexto-sostenibilidad {
    width: 100%;
    max-width: 433px;
    padding: 9px;
    margin: 10px;
    padding-top: 5px;
}

.columna-contexto-sostenibilidad:nth-of-type(2) p:nth-of-type(1) {
    border-left: 3px solid #019DF4;
    color: #019DF4;
    padding-left: 6px;
    font-family: 'Telefonica-light' !important;
    font-size: 1.2em;
}

.contenido-fondo-pacto-digital {
    background: url(../img/fondo-contexto-azul.jpg);
    background-size: cover;
}

.columnas-titulo-pacto-digital {
    display: flex;
    color: #FFF;
    padding-top: 50px;
 
}

.columna-pacto-digital-inner1 {
    width: 100%;
    max-width: 423px;
    padding: 5px;
    margin: 5px;
}

.columnas-pacto-digital {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
    color: #FFF;
    
}

.contenido-fondo-pacto-inner {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}

.columna-titulo-pacto {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    margin: 5px;
}

.columna-titulo-pacto h1 {
    margin: 0;
}

.columna-titulo-pacto:nth-of-type(1) {
    width: 100%;
    max-width: 209px;
    padding-left: 0;
}

.columna-caja-imagen h2 {
    font-family: 'Telefonica' !important;
    color: #FFF;
    font-size: 4em;
    margin: 0;
}

.columna-caja-imagen p {
    margin-top: 10px;
}

.columna-caja-imagen img {
    width: 100%;
    max-width: 55px;
}

.columna-caja-imagen {
    display: flex;
    align-items: center;
}

.caja-columna-pacto-digital p {
    margin-top: 15px;
    margin-bottom: 20px;
}

.caja-columna-pacto-digital {
    margin-top: 120px;
    width: 100%;
    max-width: 318px;
}

.columna-pacto-digital-1 .caja-columna-pacto-digital:nth-of-type(1) {
    margin-top: 0px;
}

.columna-pacto-digital-inner1 .caja-columna-pacto-digital:nth-of-type(1) {
    margin-top: 0px;
    max-width: 438px;
    position: relative;
}

img.imagen-contexto-pacto {
    width: 131%;
    max-width: 631px;
    display: block;
    position: absolute;
    /* margin-right: 113px; */
    right: 19px;
}

.contenido-pacto-reactivar {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}

.columna-pacto-reactivar {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 444px;
}

.columna-pacto-reactivar h1{
    color: #019DF4;
    font-size: 2em;
}
.columna-pacto-reactivar p{
    color: #0B2739;
}
.columnas-iconos-pacto-reactivar-inner {
    display: flex;
    justify-content: space-between;
}

.columnas-iconos-pacto-reactivar-inner2 {
    display: flex;
        height: 205px;
    justify-content: center;
    align-items: center;
}

.columna-reactivar-iconos {
    width: 100%;
    max-width: 267px;
    color: #FFF;
    text-align: center;
}

.columna-reactivar-iconos img {
    width: 100%;
    max-width: 200px;
}

.columna-reactivar-iconos h2 {
    color: #FFF;
    font-size: 4.5em;
    margin: 0;
    margin-top: 15px;
}

.caja-reactivar-iconos1-img {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    position: relative;
}

.columna-reactivar-iconos1 {
    width: 100%;
    max-width: 474px;
}

.columna-reactivar-iconos1:nth-of-type(2) {
    border-left: 3px solid #83af37;
    padding-left: 25px;
}

.columna-reactivar-iconos1 h2 {
    margin: 0;
    color: #83af37;
}

.columna-reactivar-iconos1:nth-of-type(2) p {
    color: #83af37;
    width: 100%;
    max-width: 275px;
}

.columna-reactivar-iconos1 .caja-reactivar-iconos1-img h2:nth-of-type(1) {
    font-size: 4em;
}

.caja-reactivar-iconos1-img img {
    width: 100%;
    margin: 0 auto;
    max-width: 140px;
    display: block;
    position: absolute;
    right: 56px;
}

.columna-reactivar-iconos1:nth-of-type(1) {
    max-width: 194px;
}

.columna-reactivar-iconos1:nth-of-type(3) {
    border-radius: 19px;
    border: 2px solid #83af37;
    max-width: 230px;
}

.columna-reactivar-iconos1:nth-of-type(3) .caja-reactivar-iconos1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.columna-reactivar-iconos1:nth-of-type(3) .caja-reactivar-iconos1 p {
    line-height: 20px;
    font-size: 1.1em;
    text-align: center;
    color: #83af37;
}

.columna-reactivar-iconos1:nth-of-type(3) .caja-reactivar-iconos1 h2 {
    font-size: 4.5em;
}

.columnas-iconos-pacto-reactivar2 {
    background: #83af37;
    border-radius: 19px;
    padding: 30px;
    margin-top: 37px;
}

.columnas-iconos-pacto-reactivar2 h3 {
    color: #FFF;
    margin: 0;
    font-size: 1.1em;
    margin-bottom: 25px;
    font-weight: bold;
    padding-top: 6px;
    font-family: 'Telefonica-bold';
}

.columna-reactivar-iconos:nth-of-type(2) img {
    width: 100%;
    max-width: 125px;
}

.columna-reactivar-iconos:nth-of-type(3) img {
    width: 100%;
    max-width: 80px;
}

.columna-reactivar-iconos:nth-of-type(4) img {
    width: 100%;
    max-width: 150px;
}

.columnas-iconos-pacto-reactivar3 {
    border: solid 2px #83af37;
    border-radius: 19px;

    margin-top: 37px;
}

.columnas-iconos-pacto-reactivar3 .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos:nth-of-type(1) {
    background: #83af37;
    -webkit-border-top-left-radius: 19px;
    -webkit-border-bottom-left-radius: 19px;
    -moz-border-radius-topleft: 19px;
    -moz-border-radius-bottomleft: 19px;
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;

    position: relative;
    right: 1px;
}

.columnas-iconos-pacto-reactivar3 .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos:nth-of-type(1) h3 {
    color: #FFF;
    font-weight: bold;
}

.columnas-iconos-pacto-reactivar3 .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos {
    min-height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.columnas-iconos-pacto-reactivar3 .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos:nth-of-type(3) {
    border-left: solid 2px #83af37;
    border-right: solid 2px #83af37;
}

.columnas-iconos-pacto-reactivar3 .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos h4 {
    color: #83af37;
    padding: 20px;
}

.columnas-iconos-pacto-reactivar4 .columnas-iconos-pacto-reactivar-inner {
    display: flex;
    justify-content: flex-start;
}

.columnas-iconos-pacto-reactivar3.reactivar-fucsia {
    border: solid 2px #cf2282;
}

.columnas-iconos-pacto-reactivar3.reactivar-fucsia .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos:nth-of-type(1) {
    background: #cf2282;
}

.columnas-iconos-pacto-reactivar3.reactivar-fucsia .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos:nth-of-type(3) {
    border-left: solid 2px #cf2282;
    border-right: solid 2px #cf2282;
}

.columnas-iconos-pacto-reactivar-inner.reactivar-fucsia .columna-reactivar-iconos1:nth-of-type(1) {
    margin-right: 46px;
    padding-bottom: 100px;
}

.columnas-iconos-pacto-reactivar-inner.reactivar-fucsia .columna-reactivar-iconos1 h2 {
    margin: 0;

    color: #cf2282;
}

.columnas-iconos-pacto-reactivar-inner.reactivar-fucsia .columna-reactivar-iconos1:nth-of-type(2) {
    border-left: 3px solid #cf2282;
    max-width: 730px;
    padding-left: 25px;
}

.columnas-iconos-pacto-reactivar-inner.reactivar-fucsia .columna-reactivar-iconos1:nth-of-type(2) p {
    color: #cf2282;
    width: 100%;
    max-width: 730px;
    margin-top: 18px;
}

.columnas-iconos-pacto-reactivar5.reactivar-fucsia .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos {
    width: 100%;
    max-width: 267px;
    color: #cf2282;
    text-align: center;
    border: 2px solid #cf2282;
    border-radius: 19px;
    padding: 40px;
}

.columnas-iconos-pacto-reactivar5.reactivar-fucsia .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos h2 {
    color: #cf2282;
}

.columnas-iconos-pacto-reactivar5.reactivar-fucsia {
    margin-top: 50px;
}

.columnas-iconos-pacto-reactivar3.reactivar-fucsia .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos h4 {
    color: #cf2282;
    padding: 20px;
    font-size: 1.2em;
}

.columna-imagen-ilustacion img {
    width: 100%;
    max-width: 600px;
}

.columna-imagen-ilustacion {
    display: flex;
    justify-content: flex-end;
}

.contenido-fondo-reactivar {
    background: url(../img/fondo-blanco-contexto.jpg);
   background-size: 100%;
    background-position: 134px 1552px;
    background-repeat: no-repeat;
    position: relative;
}

.columnas-iconos-pacto-reactivar3.reactivar-fucsia .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos1 {
    width: 100%;
    max-width: 727px;
}

.columnas-iconos-pacto-reactivar5.reactivar-azul-relleno .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos {
    background: #019DF4;
    margin: 10px;
    border-radius: 19px;
    padding: 32px;
}

.columnas-iconos-pacto-reactivar5.reactivar-azul-relleno .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos:nth-of-type(1) {
    margin-left: 0;
}

.columnas-iconos-pacto-reactivar5.reactivar-azul .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos {
    width: 100%;
    max-width: 267px;
    color: #cf2282;
    text-align: center;
    border: 2px solid #cf2282;
    border-radius: 19px;
    padding: 40px;
}

.columnas-iconos-pacto-reactivar5.reactivar-azul .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos:nth-of-type(1) {
    margin-right: 123px;
    margin-left: 0;
}

.columnas-iconos-pacto-reactivar5.reactivar-azul .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos:nth-of-type(3) {
    border: none;
    margin: 0 !important;
    max-width: 147px;
    padding: 0 !important;
}

.columnas-iconos-pacto-reactivar5.reactivar-azul .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos:nth-of-type(3) img {
    max-width: 120px;
}

.columnas-iconos-pacto-reactivar5.reactivar-azul .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos {
    width: 100%;
    max-width: 163px;
    color: #019DF4;
    text-align: center;
    border: 2px solid #019DF4;
    border-radius: 19px;
    padding: 27px !important;
    margin: 17px;
}

.columnas-iconos-pacto-reactivar5.reactivar-azul .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos h2 {
    color: #019DF4;
    margin: 0;
    font-size: 3.5em;
}

.columnas-iconos-pacto-reactivar5.reactivar-azul .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos h4 {
    margin: 0;
    color: #019DF4;
    font-weight: bold;
}

.columnas-iconos-pacto-reactivar5.reactivar-azul-relleno .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos p {
    line-height: 18px;
}

.columnas-iconos-pacto-reactivar5.reactivar-azul .columnas-iconos-pacto-reactivar-inner {
    align-items: center;
    justify-content: flex-start;
}

.columnas-iconos-pacto-reactivar5.reactivar-azul-relleno .columnas-iconos-pacto-reactivar-inner {
    align-items: flex-end;
}

.columnas-iconos-pacto-reactivar5.reactivar-azul-relleno .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos h3 {
    margin: 0;
    font-size: 1.3em;
    padding-bottom: 12px;
    color: #FFF;
    font-weight: bold;
}

.columnas-iconos-pacto-reactivar-inner.reactivar-azul .columna-reactivar-iconos1:nth-of-type(2) {
    border-left: 3px solid #019DF4;
    max-width: 730px;
    padding-left: 25px;
}

.columnas-iconos-pacto-reactivar-inner.reactivar-azul .columna-reactivar-iconos1 h2 {
    margin: 0;
    color: #019DF4;
}

.columnas-iconos-pacto-reactivar-inner.reactivar-azul .columna-reactivar-iconos1:nth-of-type(1) {
    margin-right: 46px;
    padding-bottom: 100px;
}

.columnas-iconos-pacto-reactivar3.reactivar-azul .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos:nth-of-type(1) {
    background: #019DF4;
    
}

.columnas-iconos-pacto-reactivar3.reactivar-azul {
    border: solid 2px #019DF4;
}

.columnas-iconos-pacto-reactivar3.reactivar-azul .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos:nth-of-type(3) {
    border-left: solid 2px #019DF4;
    border-right: solid 2px #019DF4;
}

.columnas-iconos-pacto-reactivar3.reactivar-azul .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos h4 {
    color: #019DF4;
    padding: 20px;
        font-size: 1.1em;
}

h3.titulo-internet-hogar {
    color: #019DF4;
    margin: 0;
    font-size: 1.1em;
    margin-bottom: 25px;
    font-family: 'Telefonica-bold';
    padding-top: 50px;
}

h3.titulo-internet-comoaporta {
    color: #019DF4;
    font-family: 'Telefonica-light' !important;
}

.pacto-digital-desktop {
    display: block;
}

.pacto-digital-mobile {
    display: none;
}

.imagen-contexto-pacto-mobile {
    display: none;
}

.columnas-iconos-pacto-reactivar-inner.reactivar-morado .columna-reactivar-iconos1 h2 {
    margin: 0;
    color: #865396;
}

.columnas-iconos-pacto-reactivar-inner.reactivar-morado .columna-reactivar-iconos1:nth-of-type(2) {
    border-left: 3px solid #865396;
    max-width: 730px;
    padding-left: 25px;
}

.columnas-iconos-pacto-reactivar-inner.reactivar-morado .columna-reactivar-iconos1:nth-of-type(1) {
    margin-right: 46px;
    padding-bottom: 100px;
}

.columnas-iconos-pacto-reactivar5.reactivar-morado .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 267px;
    color: #865396;
    ;
    text-align: center;
    border: 2px solid #865396;
    border-radius: 19px;
    padding: 32px;
}

.columnas-iconos-pacto-reactivar5.reactivar-morado .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos h2 {
    color: #865396;
    margin: 0;
}

.columnas-iconos-pacto-reactivar5.reactivar-morado .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos p {
    font-size: 1.2em;
}

.columnas-iconos-pacto-reactivar5.reactivar-morado .columnas-iconos-pacto-reactivar-inner {
    display: flex;
    justify-content: flex-start;
}

.columnas-iconos-pacto-reactivar5.reactivar-morado .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos:nth-of-type(1) {
    margin-right: 45px;
}

.columnas-iconos-pacto-reactivar5.reactivar-morado {
    margin-top: 50px;
}

.columnas-iconos-pacto-reactivar-inner.reactivar-naranja .columna-reactivar-iconos1 h2 {
    margin: 0;
    color: #ff4b0f;
}

.columnas-iconos-pacto-reactivar-inner.reactivar-naranja .columna-reactivar-iconos1:nth-of-type(2) {
    border-left: 3px solid #ff4b0f;
    max-width: 730px;
    padding-left: 25px;
}

.columnas-iconos-pacto-reactivar-inner.reactivar-naranja .columna-reactivar-iconos1:nth-of-type(1) {
    margin-right: 46px;
    padding-bottom: 100px;
}

.columnas-iconos-pacto-reactivar5.reactivar-naranja .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 267px;
    color: #ff4b0f;
    ;
    text-align: center;
    border: 2px solid #ff4b0f;
    border-radius: 19px;
    padding: 32px;
}

.columnas-iconos-pacto-reactivar5.reactivar-naranja .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos h2 {
    color: #ff4b0f;
    margin: 0;
}

.columnas-iconos-pacto-reactivar5.reactivar-naranja .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos p {
    font-size: 1.2em;
}

.columnas-iconos-pacto-reactivar5.reactivar-naranja .columnas-iconos-pacto-reactivar-inner {
    display: flex;
    justify-content: flex-start;
}

.columnas-iconos-pacto-reactivar5.reactivar-naranja .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos:nth-of-type(1) {
    margin-right: 45px;
}



.columnas-iconos-pacto-reactivar-inner.reactivar-naranja .columna-reactivar-iconos1 h3{
    margin: 0;
    color: #ff4b0f;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 7px;
}
.columnas-iconos-pacto-reactivar-inner.reactivar-naranja .columna-reactivar-iconos1 p{
    margin: 0;
    color: #ff4b0f;
}







.columnas-iconos-pacto-reactivar5.reactivar-morado {
    margin-top: 50px;
}

.columnas-iconos-pacto-reactivar5.reactivar-naranja {
    margin-top: 58px;
}

.fondo-reactivar-2 {
    background: url(../img/ontexto-ilustracion-2-1.png);
    background-size: 592px;
    background-repeat: no-repeat;
    background-position: 416px -9px;
}

.columnas-iconos-pacto-reactivar5.reactivar-morado .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos:nth-of-type(2) {
    background: #FFF;
}








.columnas-iconos-pacto-reactivar3.reactivar-morado .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos:nth-of-type(1) {
    background: #865396;
    
}

.columnas-iconos-pacto-reactivar3 .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos h4 {
    color: #83af37;
    padding: 20px;
    font-size: 1.2em;
}

.columnas-iconos-pacto-reactivar3.reactivar-morado .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos h4 {
    color: #865396;
    font-size: 1.1em;
    padding: 20px;
}

.columnas-iconos-pacto-reactivar3.reactivar-morado {
    border: solid 2px #865396;
}

.columnas-iconos-pacto-reactivar3.reactivar-morado .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos:nth-of-type(3) {
    border-left: solid 2px #865396;
    border-right: solid 2px #865396;
}





.columnas-iconos-pacto-reactivar3.reactivar-naranja .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos:nth-of-type(1) {
    background: #ff4b0f;
   
}

.columnas-iconos-pacto-reactivar3 .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos h4 {
    color: #83af37;
    padding: 20px;
}

.columnas-iconos-pacto-reactivar3.reactivar-naranja .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos h4 {
    color: #ff4b0f;
    padding: 20px;
    font-size: 1.1em;
}

.columnas-iconos-pacto-reactivar3.reactivar-naranja {
    border: solid 2px #ff4b0f;
}

.columnas-iconos-pacto-reactivar3.reactivar-naranja .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos:nth-of-type(3) {
    border-left: solid 2px #ff4b0f;
    border-right: solid 2px #ff4b0f;
}

.imagen-capitulo-5-reactivar {
    position: absolute;
    bottom: -112px;
    right: -270px;
    width: 75%;
    /* max-width: 469px; */
}















/**********************************interna Activiadad Regulatoria interna*****************************/

.banner-secciones-internas6 {
    background: url(../img/banner-actividad-regulatoria.jpg);
    width: 100%;
    background-position: 0px -143px;
    background-size: 100%;
    /* height: 339px; */
    margin-top: 113px;
    background-repeat: no-repeat;
}




.contendor-agenda-regulatoria {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}




.columna-agenda-regulatoria {
    width: 100%;
    max-width: 297px;
   
}
.columna-agenda-regulatoria h1{
    color: #FFF;
    font-family: 'Telefonica-light' !important;

}
.columna-agenda-regulatoria p{
    color: #FFF;
        font-size: 1.2em;
        font-family: 'Telefonica-light' !important;
}
.contenido-agenda-regulatoria-fondo{
    background: url(../img/fondo-actividad-1.jpg);
    margin-top:60px;
}



.contendor-fondo-actividad-color {
         padding: 33px;
    background: #019DF4;
    margin-top: 60px;
    margin-bottom:60px;
    position: relative;
    right: 31px;
}


.contendor-agenda-regulatoria-columnas {
    display: flex;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}


.columnas-agenda-regulatoria {
    width: 100%;
    max-width: 350px;
    padding: 25px;
    font-size: 1.1em;
}




.columnas-agenda-regulatoria:nth-of-type(1){
    padding-left: 0;
}





.contenido-agenda-regulatoria-fondo-columnas {
    background: url(../img/ilustracion-actividad-1.png);
    background-size: 418px;
    background-repeat: no-repeat;
    background-position: 764px 500px;
}


img.nube-actividad-1 {
    width: 100%;
    max-width: 375px;
    display: block;
    position: relative;
    /* margin: 0 auto; */
    top: -37px;
    left: 184px;
}




.contenido-agenda-regulatoria-fondo-columnas-2{
    background: url(../img/fondo-actividad-2.jpg);
}




.contenido-agenda-regulatoria-fondo-columnas-2 .contendor-agenda-regulatoria-columnas .columnas-agenda-regulatoria p{
    color: #FFF;
}


.contenido-agenda-regulatoria-fondo-columnas-2 .contendor-agenda-regulatoria-columnas .columnas-agenda-regulatoria:nth-of-type(2) p:nth-of-type(1){
    color: #019DF4;
     font-family: 'Telefonica-light' !important;
     font-size: 1.2em;
     border-left: 2px solid #019DF4;
     padding-left: 21px;
}

.contenido-agenda-regulatoria-fondo-columnas-2 .contendor-agenda-regulatoria-columnas .columnas-agenda-regulatoria:nth-of-type(2) p:nth-of-type(2){
    margin-top: 38px;

}
.contenido-agenda-regulatoria-fondo-columnas-2 .contendor-agenda-regulatoria-columnas .columnas-agenda-regulatoria:nth-of-type(2) p:nth-of-type(3){
    margin-top: 34px;

}
.contenido-agenda-regulatoria-fondo-columnas-2 .contendor-agenda-regulatoria-columnas .columnas-agenda-regulatoria:nth-of-type(2) p:nth-of-type(4){
    margin-top: 20px;

}


.contenido-agenda-regulatoria-fondo-columnas-2 .contendor-agenda-regulatoria-columnas {
    display: flex;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
        justify-content: center;
    align-items: flex-start;
    min-height: 1220px;
    padding-top: 101px;
}

.contenido-agenda-regulatoria-fondo-columnas-3 .contendor-agenda-regulatoria-columnas{
    position: relative;

}


.contenido-agenda-regulatoria-fondo-columnas-3 .contendor-agenda-regulatoria-columnas .columnas-agenda-regulatoria p{
    font-size: 1.1em;

}


.contenido-agenda-regulatoria-fondo-columnas-3 .contendor-agenda-regulatoria-columnas .columnas-agenda-regulatoria:nth-of-type(1) p:nth-of-type(1) {
    color: #019DF4;
    font-family: 'Telefonica-light' !important;
    font-size: 1.3em;
    border-left: 2px solid #019DF4;
    padding-left: 21px;
}

.contenido-agenda-regulatoria-fondo-columnas-3 .contendor-agenda-regulatoria-columnas .columnas-agenda-regulatoria:nth-of-type(1) p:nth-of-type(2) {
    margin-top:40px;
}
.contenido-agenda-regulatoria-fondo-columnas-3 .contendor-agenda-regulatoria-columnas  {
    display: flex;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    padding: 30px;
}


.contenido-agenda-regulatoria-fondo-columnas-3 .contendor-agenda-regulatoria-columnas .columnas-agenda-regulatoria:nth-of-type(3) img{
       width: 100%;
    max-width: 513px;
    top: -206px;
    right: -65px;
    position: absolute;

}

.contenido-agenda-regulatoria-fondo-columnas-3 .contendor-agenda-regulatoria-columnas .columnas-agenda-regulatoria:nth-of-type(3) p:nth-of-type(1){
    margin-top:120px;
}
.contenido-agenda-regulatoria-fondo-columnas-3 {
    margin-top: 190px;
}



.contenido-agenda-regulatoria-fondo-columnas-4{
     background: url(../img/fondo-actividad-chicas.png);
     min-height:641px;
     background-color:#019DF4;
}




.columna-texto-comicion-inner h3{
       color: #FFF;
    width: 100%;
    max-width: 672px;
    float: right;
    border-left: 3px solid;
    padding-left: 26px;
    font-family: 'Telefonica-light' !important;
}

.columna-texto-comicion-inner {
    padding: 39px;
}




.columnas-tic {
         columns: 204px 2;
    float: right;
    width: 100%;
    max-width: 630px;
    clear: both;
    color: #FFF;
        column-gap: 55px;
}



.pie-pagina-actividad-1 {
    clear: both;
    
    width: 100%;
    /* height: 18px; */
    /* padding-bottom: 10px; */
    height: 2px;
}


.contenido-agenda-regulatoria-fondo-columnas-5{
        padding-bottom: 77px;
    background: url(../img/chica-actividad-1.png);
    background-size: 473px;
    background-repeat:no-repeat;
        background-position: 4px -77px;
       
   
    background-color: #019DF4;
    
}


.columnas-5-actividad {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}


.titulo-actividad-tic {
    margin-right: 293px;
    width: 100%;
    max-width: 340px;
    float: right;
}


.titulo-actividad-tic h1{
    color: #FFF;
}


.pie-pagina-actividad-1 p{
        width: 100%;
    max-width: 297px;
    margin-right: 138px;
    margin-top: 24px;
    color: #0B2739;
    border-left: 2px solid;
    padding-left: 19px;
    font-family: 'Telefonica-light' !important;
    font-size: 1.3em;
    position: relative;
    top: -128px;

}



.contenido-agenda-regulatoria-fondo-columnas-6 {
    /* background: url(../img/fondo-actividad-5.png);*/
    background-size: 756px;
    background-repeat: no-repeat;
    background-position: 450px -0px;
    background-color: #019DF4;
    min-height: 1052px;
}




.pie-pagina-actividad-2 p{
         width: 100%;
    max-width: 305px;

    margin-right: 138px;
   
    color: #0B2739;
    border-left: 2px solid;
    padding-left: 19px;
    font-family: 'Telefonica-light' !important;
    font-size: 1.3em;

}





.columnas-tic-2{
    columns: 268px 2;
    width: 100%;
    color: #FFF;
    max-width: 630px;
        column-gap: 55px;
    margin-top: 51px;
}


.contenido-agenda-regulatoria-fondo-columnas-7{
      padding-bottom: 584px;
    background: url(../img/fondo-actividad-6.jpg);
    background-size: 129%;
    background-repeat: no-repeat;
    background-position: -9px -187px;
}

.contenedor-columnas-actividad {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}



.columna-larga-actividad {
    display: flex;
    width: 100%;
        padding-top: 31px;
        position: relative;
}




.columna-actividad-6 {
       width: 100%;
    max-width: 315px;
    padding: 30px;

}




.columna-actividad-6:nth-of-type(1){
    padding-left:0;
}
p.actividad-parrafo-top{
    margin-top:135px !important;
}



.contenido-agenda-regulatoria-fondo-columnas-8 {
    min-height: 1350px;
    background: url(../img/fondo-logo-movistar2.jpg);
    background-size: 85%;
    background-repeat: no-repeat;
  background-position: 126px 274px;
}

.contenido-agenda-regulatoria-fondo-columnas-8 .contenedor-columnas-actividad .columna-larga-actividad .columna-actividad-6{
    background-color: #FFF;
}

.contenido-agenda-regulatoria-fondo-columnas-8 .contenedor-columnas-actividad .columna-larga-actividad .columna-actividad-6:nth-of-type(3){
    background-color: transparent;
}




.contenido-agenda-regulatoria-fondo-columnas-9 {
        
    background: url(../img/fondo-actividad-7.jpg);
        background-size: 122%;
    background-repeat: no-repeat;
    background-position: 0px -406px;
    padding-bottom: 565px;
}


.columna-envolvente {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    position: relative;
}
.columna-larga-actividad-2 {
     display: flex;
    width: 100%;
    padding-top: 48px;
    align-items: flex-end;
}
.columna-actividad-7 {
    width: 100%;
    max-width: 375px;
    padding: 32px;
}


.columna-actividad-7:nth-of-type(1){
    background-color: #FFF;
}
.columna-actividad-7:nth-of-type(1) h1{
    color: #019DF4;
}
.cuadro-saltante-actividad {
    width: 100%;
    max-width: 738px;
    position: absolute;
    background: #FFF;
    -webkit-border-bottom-right-radius: 200px;
-moz-border-radius-bottomright: 200px;
border-bottom-right-radius: 200px;
    left: 0;
    background-color: #0B2739;
        padding: 32px;
        padding-top:0;

}


.cuadro-saltante-actividad h1{
    color: #019DF4;
}
.cuadro-saltante-actividad p{
    color: #FFF;
    width: 100%;
    max-width:500px;
}
.cuadro-saltante-actividad p:nth-of-type(1){
    color: #FFF;
    width: 100%;
    max-width:600px;
}
.columna-actividad-7:nth-of-type(2) p{
   color: #FFF;
   border-left: 2px solid #FFF;
   padding-left:20px;
}




.actividad-parrafo-azul{

    color: #019DF4;
    font-family: 'Telefonica-light' !important;
    font-size: 1.3em;
    border-left: 2px solid #019DF4;
    padding-left: 21px;
        width: 100%;
    max-width: 549px;
    position: absolute !important;
}




.titulo-separado-left{
        color: #0B2739;
    border-left: 2px solid;
    padding-left: 19px;
    font-family: 'Telefonica-light' !important;
    font-size: 1.3em;
}








/*********************************************Gestion 2020**********************************************/
.parrafo-top{
    margin-top:503px;
}

.caja-columnas-gestion-inner-2 {
    display: flex;
    width: 100%;
    max-width: 599px;
    color: #FFF;
}






.banner-secciones-internas7 {
    background: url(../img/banner-gestion.jpg);
    width: 100%;
    background-position: -156px -236px;
    background-size: 121%;
    /* height: 339px; */
    margin-top: 113px;
}





.contenido-gestion-seccion {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}


.contenido-gestion-seccion-1-fondo {
    background-size: cover;
    background: url(../img/fondo-gestion-1.jpg);
    padding-bottom: 694px;
    background-position: -59px -100px;
}
.caja-textos.circulos {
    display: flex;
    width: 100%;
    align-items: center;
}




.columna-gestion {
    width: 100%;
    max-width: 400px;

}

.columna-gestion p{
    font-size: 1em;
}

.columna-gestion-contenedor {
    display: flex;
    justify-content: space-between;
    padding-top:85px;
}

.caja-cuadro-gestion {
    position: relative;
}

.caja-cuadro-gestion img{
    position: absolute;
}

.caja-circulos {
    background: #0B2739;
    width: 100%;
    max-width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
        padding: 2px;
    margin:6px;

}
.caja-circulos:nth-of-type(1) p {
    color: coral;
    font-weight: bold;
    font-size: 1em !important;
    margin:0;
}
.caja-circulos:nth-of-type(2) p {
    color: #ff9800;
    font-weight: bold;
    font-size: 1em !important;
    margin:0;
}
.caja-circulos:nth-of-type(3) p {
    color: #019DF4;
    font-weight: bold;
    font-size: 1em !important;
    margin:0;
}
.caja-circulos:nth-of-type(1){
    margin-left:0;  
}

.caja-circulos p{
    margin:0;
        padding: 2px;
}


.columna-gestion:nth-of-type(1){
    max-width:300px;
}

.columna-gestion:nth-of-type(1) p{
    font-size: 1.3em;
}

.columna-gestion:nth-of-type(1) p span{
    font-style: italic;
    font-weight:bold;
}

.columna-gestion:nth-of-type(1) h2{
        margin: 0;
    margin-bottom: 30px;
    color: #019DF4;
}

.columna-gestion .caja-cuadro-gestion p:nth-of-type(1){
    padding-top:100px;
    padding-bottom: 0;
    font-weight: bold;
}


.columna-gestion .caja-cuadro-gestion p{
    font-size: 1.3em;
        padding: 38px;
}



.columna-gestion .caja-cuadro-gestion p:nth-of-type(2){
    padding-top: 0;
    color: #019DF4;
    font-weight:500;
}



.contenido-gestion-seccion-2-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) p{
    font-size: 1em;
}

.contenido-gestion-seccion-2-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion{
    width: 100%;
    max-width:300px;
    padding: 10px;
    margin:10px;
}


.contenido-gestion-seccion-2-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1){
    padding-left: 0;
    margin-left: 0;
}



.contenido-gestion-seccion-2-fondo{
     background-size: cover;
    background: url(../img/fondo-gestion-2.jpg);
    background-position: -44px 640px;
    background-repeat: no-repeat;
    padding-bottom: 453px;
}

.caja-parrafo-gestion-fondo h4{
    margin:0;
    font-weight: bold;
}
.caja-parrafo-gestion-fondo {
    background: #019DF4;
    padding: 20px;
    border-radius: 15px;
    margin-top: 30px;
    color: #FFF;
}



.contenido-gestion-seccion-2-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(2) .caja-parrafo-gestion-fondo:nth-of-type(1){
    margin-top:0;
}

.contenido-gestion-seccion-2-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) .caja-parrafo-gestion-fondo{
    margin-top:50px;
}


.contenido-gestion-seccion-2-fondo .contenido-gestion-seccion .columna-gestion-contenedor p{
    margin-top:10px;
}


.contenido-gestion-seccion-3-fondo {
   
    background-size: cover;
    background: url(../img/fondo-gestion-3.jpg);
    background-position: -409px 1903px;
    padding-bottom: 448px;
}





.contenido-gestion-seccion-3-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) p{
    font-size: 1em;
}

.contenido-gestion-seccion-3-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) p:nth-of-type(1){
        color: #019DF4;
    font-family: 'Telefonica-light' !important;
    font-size: 1.3em;
    border-left: 2px solid #019DF4;
    padding-left: 21px;
}

.contenido-gestion-seccion-3-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) h2:nth-of-type(2){
    color: #FF00A8;
}



.contenido-gestion-seccion-3-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion{
    color: #FFF;
}



.caja-gestion-cuadro-2{



border: 1px solid #FF00A8;
    border-radius: 28px;
    padding: 29px;

    margin-top: 34px;
    margin: 21px;

}

.caja-gestion-cuadro-2:nth-of-type(1){
    margin-top:0;
}



.caja-gestion-cuadro-2 h4{
    color: #FF00A8;

}

.contenido-gestion-seccion-3-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) h2{
    margin-top: 39px;

}



.caja-circular-gestion {
    width: 100%;
    /*max-width: 274px;*/
    /* height: 287px; */
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    /*margin: 10px;*/
    padding: 20px;
}

.caja-circular-gestion-inner {
    background: #FFF;
    border-radius: 100%;
    padding: 55px;
    width: 100%;
   /* max-width: 231px;*/
    margin: 0 auto;
    padding: 27px;
    text-align: center;
    height: 261px;
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.caja-circular-gestion-inner h2{
    color: #0B2739 !important;
    margin:0 !important;
    padding-bottom: 20px;
}

.caja-circular-gestion-inner ul{
    padding-left: 10px;
        width: 100%;
    max-width: 100px;
    margin: 0 auto;
}

.caja-circular-gestion:nth-of-type(1){
    background-color: #0B2739;
}

.caja-circular-gestion:nth-of-type(2){
    background-color: #019DF4;
}

.caja-circular-gestion:nth-of-type(3){
    background-color:#019DF4;
}

.caja-circular-gestion:nth-of-type(5){
    background-color:#83af37;
}
.caja-circular-gestion:nth-of-type(7){
    background-color:#ff4b0f;
}

.separador-ciruculos {
    width: 100%;
    max-width: 4px;
    height: 100px;
    background: #019DF4;
    margin: 0 auto;
        position: relative;
    left: 0px;
}



.contenido-gestion-seccion-4-fondo{
     background-size: 100%;
    background: url(../img/fondo-gestion-4.jpg);
    background-position: -10px 1903px;
    padding-bottom: 162px;

}




.contenido-gestion-seccion-4-fondo .contenido-gestion-seccion .columna-gestion-contenedor{
    display: flex;
    justify-content: flex-start;
    padding-top: 85px;
}

.contenido-gestion-seccion-4-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(2){
    margin-left:60px;

}
.caja-fondo-gestion-cuadro-cortado {
    padding: 48px;
    background: #019DF4;
    -webkit-border-radius: 50px;
-webkit-border-top-right-radius: 0;
-moz-border-radius: 50px;
-moz-border-radius-topright: 0;
border-radius: 50px;
border-top-right-radius: 0;
}




.caja-titulo-gestion1 {
    display: flex;
    justify-content: space-between;
    position: relative;

}



.caja-titulo-gestion1 img {
    width: 100%;
    position: absolute;
    max-width: 300px;
    right: -38px;
}

.caja-fondo-gestion-cuadro-cortado p{
    color: #FFF;
    font-size: 1.2em;
        margin-top: 63px;
}
.caja-fondo-gestion-cuadro-cortado p:nth-of-type(1){
    margin-top:40;
}




.caja-titulo-gestion1 h1{
    color: #019DF4;
}


.contenido-gestion-seccion-5-fondo {
    background-size: 100%;
    background: url(../img/fondo-gestion-5.jpg);
    background-position: -194px 1292px;
    padding-bottom: 334px;
}


.contenido-gestion-seccion-5-fondo .contenido-gestion-seccion .columna-gestion-contenedor{
    padding-top: 0;
}

.contenido-gestion-seccion-5-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1){
    -webkit-border-bottom-right-radius: 200px;
-moz-border-radius-bottomright: 200px;
border-bottom-right-radius: 200px;
    background-color: #0B2739;
        max-width: 400px;
}

.caja-cortada-2-gestion {
    padding: 48px;
}

.caja-cortada-2-gestion h1{
    color: #019DF4;
}
.contenido-gestion-seccion-5-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) p{
    font-size: 1em;
    color: #FFF;
}


.caja-contenedor-datos-flotante .caja-icono-texto-gestion{
    align-items: center;
    height: 40px;
}

.caja-contenedor-datos-flotante .caja-icono-texto-gestion span{
        position: relative;
    top: -8px;
}
.caja-icono-texto-gestion{
    display: flex;
    position: relative;
    width: 100%;
    max-width: 247px;

        
}
.caja-formula h1{
    margin:0;
}

.caja-cortada-2-gestion .caja-icono-texto-gestion img{

 width: 100%;
    max-width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: -31px;
}



.contenido-gestion-seccion-6-fondo {
    background-size: 1234px !important;
    background: url(../img/fondo-logo-movistar3.jpg);
    background-position: -29px 409px;
    background-repeat: no-repeat;
    padding-bottom:200px;
}


.contenido-gestion-seccion-6-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) p{
    font-size: 1em;
    color: #0B2739;
}
.contenido-gestion-seccion-6-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion p{
    color: #0B2739;
}

.contenido-gestion-seccion-6-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) h1{
    margin:0;
    color: #019DF4;
}
.contenido-gestion-seccion-6-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) h2{
    color: #0B2739;
    font-style: italic;
    padding-top: 30px;

}


.contenido-gestion-seccion-6-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion {
    max-width: 300px;
}


.contenido-gestion-seccion-7-fondo{
    background-size: 100% !important;
    background: url(../img/fondo-gestion-7.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}


.contenido-gestion-seccion-7-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) {
    max-width: 400px;
    background-color: #019DF4;
}



.contenido-gestion-seccion-7-fondo .contenido-gestion-seccion .columna-gestion-contenedor {
    display: flex;
    justify-content: space-between;
    padding-top: 67px;
    padding-bottom:60px;
        position: relative;
}


.bolita-formula{
    color:#0B2739;
    font-size: 2em;
    align-items: center;
   

}


.caja-cortada-3-gestion {
    padding: 45px;
}

.caja-cortada-3-gestion h1{
    color: #FFF;
}

.caja-cortada-3-gestion h1:nth-of-type(2){
    color:#0B2739;
    font-style: italic;
    font-weight: bold;
     font-family: 'Telefonica-bold' !important;
}
.caja-cortada-3-gestion h1:nth-of-type(3){
    color:#0B2739;
    font-style: italic;
    font-weight: bold;
     font-family: 'Telefonica-bold' !important;
}
.caja-cortada-3-gestion h1:nth-of-type(4){
    color:#0B2739;
    font-style: italic;
    font-weight: bold;
     font-family: 'Telefonica-bold' !important;
}
.caja-cortada-3-gestion p:nth-of-type(1){
    color: #FFF;
    font-size: 1em;
}
.caja-cortada-3-gestion p:nth-of-type(2){
    color:#0B2739;
    font-size: 1em;
}

.caja-cortada-3-gestion p:nth-of-type(3){
    color: #FFF;
    font-size: 1em;
}
.caja-cortada-3-gestion p:nth-of-type(4){
    color: #FFF;
    font-size: 1em;
}

.caja-formula {
    display: flex;
    align-items: center;
}

.columna-caja-cuadro-gestion {
    max-width: 382px;
    width: 100%;
}

.caja-cuadros-gestion-contenedor {
    display: flex;
    width: 100%;
    position: absolute;
    padding: 19px;
         background-size: 126%!important;
    background: url(../img/fondo-gestion-7.jpg);
    background-position: -177px -464px;
}



.caja-color-fondo-gestion {
    background: #019DF4;
    padding: 22px;
        margin: 13px;
        -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
    min-height: 373px;
}

.numeral-imagen {
    width: 100%;
    max-width: 59px;
}

p.parrafo-top.item__15.aloud{
        margin-top: 483px;
}

.caja-icono-texto-gestion span{
        width: 100%;
    max-width: 32px;
    font-size: 3.2em;
    padding-left: 2px;
    padding-right: 18px;
    position: relative;
    top: -23px;
}

.contenido-gestion-seccion-6-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(2) .caja-icono-texto-gestion span{
    color: #83af37;
}
.contenido-gestion-seccion-6-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(3) .caja-icono-texto-gestion:nth-of-type(1) span{
    color: #865396;
}
.contenido-gestion-seccion-6-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(3) .caja-icono-texto-gestion:nth-of-type(2) span{
    color: #cf2282;
}
.contenido-gestion-seccion-6-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(3) .caja-icono-texto-gestion:nth-of-type(3) span{
    color: #ff4b0f;
}
.contenido-gestion-seccion-6-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(3) .caja-icono-texto-gestion:nth-of-type(4) span{
    color: #E9C500;
}
.contenido-gestion-seccion-6-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(3) .caja-icono-texto-gestion:nth-of-type(5) span{
    color: #019DF4;
}
.contenido-gestion-seccion-6-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(3) .caja-icono-texto-gestion:nth-of-type(6) span{
    color: #0B2739;
}


p.parrafo-linea {
    color: #0B2739;
    border-left: 2px solid;
    padding-left: 31px;
    font-size: 1.3em !important;
    margin-top: 20px !important;
}



.caja-color-fondo-gestion h4{
    color: #0B2739;
    font-weight: bold;
    font-style: italic;
}
.caja-color-fondo-gestion hr{
    margin:0;
    color: #0B2739 ;
    background: #0B2739;
    border-top: 2px solid #0B2739 !important;
}




.contenido-gestion-seccion-8-fondo {
    background-size: 100% !important;
    background: url(../img/fondo-gestion-8.jpg);
    background-position: -430px 0px;
    background-repeat: no-repeat;
}

.columna-gestion-blanca {
    background: url(../img/grafico-onda-gestion.jpg);
    padding: 32px;
        background-position: -82px -255px;
    background-repeat:no-repeat;
}

.columna-gestion-blanca h1{
    color: #019DF4;
}

.columna-gestion-blanca p{
    font-size: 1.1em !important;
        width: 100%;
    max-width: 295px;
}
.columna-gestion-blanca ul{
    padding-left: 13px;
}
.columna-gestion-blanca ul li{
    position: relative;
}
.columna-gestion-blanca ul li::before {
    content: "\2022";
    color: #019DF4;
    font-weight: bold;
    display: inline-block;
    margin-left: -1em;
    position: absolute;
    left: 10px;
    font-size: 2em;
    top: -11px;
}
.contenido-gestion-seccion-8-fondo .contenido-gestion-seccion .columna-gestion-contenedor {
    display: flex;
    justify-content: flex-end;
    padding-top: 0px;
}



.contenido-gestion-seccion-8-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) {
    max-width: 428px;
    position: relative;
    left: 116px;
}





.contenido-gestion-seccion-9-fondo {
    background-size: 108% !important;
    background: url(../img/fondo-gestion-9.jpg);
    
        background-repeat: no-repeat;
    padding-bottom: 271px;
      background-position: 0px -12px;

}

.contenido-gestion-seccion-9-fondo .contenido-gestion-seccion .caja-titulo-gestion1 h1{
    color: #0B2739;
}


.contenido-gestion-seccion-9-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) h2{
    color: #FFF;
}
.contenido-gestion-seccion-9-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(3) .columna-gestion{
    padding:10px;
}

.contenido-gestion-seccion-9-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(3){
    color: #FFF;
}

.contenido-gestion-seccion-9-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(3) .columna-gestion p{
    color: #FFF;
    font-size: 1em;
}



.caja-cuadro-gestion-economica {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 2px solid;
    color: #0B2739;
    padding: 20px;
    margin: 14px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.caja-cuadro-gestion-economica p{
    color: #FFF;
    padding-top: 10px;
    padding-bottom: 5px;
}
.caja-cuadro-gestion-economica h1{
    color: #0B2739;
    font-family: 'Telefonica-bold'!important;
    margin:0;
    padding-top: 5px;
    padding-bottom: 10px;
}


.caja-cuadro-gestion-economica-2 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid;
    color: #0B2739;
    padding: 20px;
    margin: 14px;
        width: 100%;
    max-width: 177px;
}



.contenido-gestion-seccion-10-fondo {
    background-size: 100% !important;
    background: url(../img/fondo-gestion-10.jpg);
  
    background-repeat: no-repeat;
}


.contenido-gestion-seccion-10-fondo .contenido-gestion-seccion .columna-gestion-contenedor{
    padding-top:951px;
}

.contenido-gestion-seccion-10-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2){
    padding-top:0;
    align-items: flex-end;
}

.contenido-gestion-seccion-10-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion p{
    font-size: 1.1em;

}

.contenido-gestion-seccion-10-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion{
    padding:10px;
}




.caja-borde-color-gestion {
    border: 2px solid #098757;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
}
.caja-borde-color-gestion p{
    text-align: center;
    font-weight: bold;
    line-height: 17px;
}


.caja-borde-color-gestion:nth-of-type(1){
     border: 2px solid #019DF4;
}
.caja-borde-color-gestion:nth-of-type(1) h2{
    color: #019DF4;
    font-family: 'Telefonica-bold' !important;
    text-align: center;
    font-size: 2.5em;
    line-height: 30px;
}

.contenido-gestion-seccion-10-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(2) .caja-borde-color-gestion{
     border: 2px solid #FF00A8;
}
.contenido-gestion-seccion-10-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(2) .caja-borde-color-gestion h2{
    color: #FF00A8;
}
.contenido-gestion-seccion-10-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(3) .caja-borde-color-gestion{
     border: 2px solid #ff4b0f;
}
.contenido-gestion-seccion-10-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(3) .caja-borde-color-gestion h2{
     color: #ff4b0f;
}
.contenido-gestion-seccion-10-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(4) .caja-borde-color-gestion{
     border: 2px solid #E9C500;
}
.contenido-gestion-seccion-10-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(4) .caja-borde-color-gestion h2{
     color: #E9C500;
}

.contenido-gestion-seccion-10-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(5) .caja-borde-color-gestion{
     border: 2px solid #83af37;
}
.contenido-gestion-seccion-10-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(5) .caja-borde-color-gestion h2{
     color: #83af37;
}

.caja-cuadro-gestion-economica-2 h2 {
    color: #0B2739 !important;
    font-family: 'Telefonica-bold'!important;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
}


.contenido-gestion-seccion-10-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1){
    align-items: flex-end;
}


.contenido-gestion-seccion-10-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion:nth-of-type(3) p:nth-of-type(1) {
    color: #019DF4;
    font-family: 'Telefonica-light' !important;
    font-size: 1.3em;
    border-left: 2px solid #019DF4;
    padding-left: 21px;

}


.contenido-gestion-seccion-11-fondo{
        background-size: 100% !important;
    background: url(../img/fondo-gestion-11.jpg);
  
    background-repeat: no-repeat;
}

.contenedor-cajones-fondo {
    background: #0B2739;
    padding: 32px;
    margin: -35px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 17px;
    padding-bottom: 98px;
}
.contenedor-cajones-fondo .columna-gestion-contenedor .columna-gestion{
    padding:10px;
}

.contenedor-cajones-fondo .columna-gestion-contenedor .columna-gestion p{
    color: #019DF4;
}

.contenedor-cajones-fondo .columna-gestion-contenedor:nth-of-type(1){
    align-items: flex-end;
        margin-top: 45px;
    justify-content: flex-start;
   /* min-height: 195px;*/
}

.contenedor-cajones-fondo .columna-gestion-contenedor:nth-of-type(2) .columna-gestion .caja-borde-color-gestion{
    min-height: 195px;
}


.contenedor-cajones-fondo .columna-gestion-contenedor:nth-of-type(1) .columna-gestion .caja-borde-color-gestion h2{
    color: #83af37;

}

.contenedor-cajones-fondo .columna-gestion-contenedor:nth-of-type(2) .columna-gestion .caja-borde-color-gestion h2{
    color: #83af37;

}


.contenido-gestion-seccion-11-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion:nth-of-type(3) p:nth-of-type(1) {
    color: #019DF4;
    font-family: 'Telefonica-light' !important;
    font-size: 1.3em;
    border-left: 2px solid #019DF4;
    padding-left: 21px;
}

.contenido-gestion-seccion-11-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion p{
    font-size: 1em ;
}

.contenido-gestion-seccion-11-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion{
    padding: 10px;
}
.contenido-gestion-seccion-11-fondo .contenido-gestion-seccion .columna-gestion-contenedor{
    align-items: flex-end;
}

.inversiones-gestion{
    padding-left: 0 !important;
    font-size: 1em !important;
    border-left: 0 solid transparent !important;
}



.contenedor-cajones-fondo .columna-gestion-contenedor:nth-of-type(1) .columna-gestion:nth-of-type(1) .caja-borde-color-gestion p{

    font-size: 1.1em;
}




.contenedor-cajones-fondo .columna-gestion-contenedor:nth-of-type(1) .columna-gestion:nth-of-type(2){
    max-width:270px;
}



.columna-gestion-contenedor.padding-alto{
    padding-top:0;
    padding-bottom: 0;
}

.contenido-gestion-seccion-12-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion{
    max-width:500px;
}

.contenido-gestion-seccion-12-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1){
    max-width:400px;
}
.contenido-gestion-seccion-12-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) p{
    font-size: 1.1em;
}

.contenido-gestion-seccion-12-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(3){
        max-width: 133px
}


.contenido-gestion-seccion-12-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2){
    padding-bottom: 100px;
}

.imagen-chicas-gestion{
    overflow: hidden;
}

.imagen-chicas-gestion img{
        object-fit: cover;
    width: 125%;
    max-width: 706px;
    overflow: hidden;
}




.contenido-gestion-seccion-12-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2){
    position: relative;
    align-items: flex-end; 

}

.contenido-gestion-seccion-12-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .caja-tituloo-contenedor-gestion:nth-of-type(1) p{

    width: 100%;
    max-width:400px;
}
.caja-contenedor-datos-flotante {
    position: absolute;
    top: -100px;
    padding: 20px;
    right: 114px;
        background: #f4f4f4;
    border-radius: 20px;
}

.caja-tituloo-contenedor-gestion {
    min-height: 382px;
    width: 100%;
    max-width: 113px;
}


.parrafo-rotado {
        left: -7px;
    position: absolute;
    top: 71px;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(
270deg
);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(
270deg
);
}


.caja-torta-grafico-gestion-1 {
    position: relative;
}


.caja-torta-grafico-gestion-1 img{
   position: absolute;
    top: -275px;
}
.caja-texto-gestion-grafico-1 {
   position: relative;
    top: -145px;
    left: 107px;
    width: 100%;
    max-width: 154px;
    text-align: center;
}
.caja-texto-gestion-grafico-1 h1{
font-family: 'Telefonica-bold' !important;
font-size: 3.5em;
margin:0;
}



.final-bottom{
        padding-bottom: 80px;
}

.contenido-gestion-seccion-13-fondo{
     background-size: 100% !important;
    background: url(../img/fondo-gestion-13.jpg);
  
    background-repeat: no-repeat;
    background-position: 855px 10px;
    padding-bottom: 100px;
}
.contenido-gestion-seccion-13-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2){
    justify-content: flex-start;

}
.contenido-gestion-seccion-13-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(3){
    padding-top:20px;
}

.contenido-gestion-seccion-13-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion{
    max-width:314px;
}

.contenido-gestion-seccion-13-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion p{
    font-size: 1.1em;

}
.contenido-gestion-seccion-13-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion{
    padding:10px;
}
.columna-gestion.gestion-plan-responsable .columna-gestion{
    max-width: 178px;
}

.columna-gestion.gestion-plan-responsable .columna-gestion:nth-of-type(2){
    position: relative;
    left: 75px;
}

.columna-gestion.gestion-plan-responsable {
    display: flex;
        max-width: 986px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}
.columna-gestion.gestion-plan-responsable .columna-gestion h3{
    font-size: 1.2em;
    font-weight: bold;
}
.columna-gestion.gestion-plan-responsable .columna-gestion:nth-of-type(3) h3{
    color: #FFF;
}
.columna-gestion.gestion-plan-responsable .columna-gestion:nth-of-type(2) h3{
       width: 316px;
}

.caja-circular-gestion-flexible {
    display: flex;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    border: 2px solid #019DF4;
    align-items: center;
    width: 100%;    
}



.caja-ciruclar-icono-1 {
    background: #0B2739;
    border-radius: 90%;
     padding: 5px;
   
    width: 100%;
    max-width: 110px;
}



.caja-obalada-left {
    background: #0B2739;
        margin-left: 98px;
        height: 100%;
   width: 100%;
    -webkit-border-top-left-radius: 90px;
-webkit-border-bottom-left-radius: 90px;
-moz-border-radius-topleft: 90px;
-moz-border-radius-bottomleft: 90px;
border-top-left-radius: 90px;
border-bottom-left-radius: 90px;
display: flex;
justify-content: center;
align-items: center;

}
.caja-obalada-left p{
    color: #FFF;
        width: 100%;
    max-width: 162px;
}

.caja-obalada-right {
    background: #019DF4;
    height: 100%;
    width: 100%;
   -webkit-border-top-right-radius: 90px;
-webkit-border-bottom-right-radius: 90px;
-moz-border-radius-topright: 90px;
-moz-border-radius-bottomright: 90px;
border-top-right-radius: 90px;
border-bottom-right-radius: 90px;
display: flex;
justify-content: center;
align-items: center;

}
.caja-obalada-right p{

    color: #FFF;

}


.caja-ciruclar-icono-1 img {
    width: 100%;
    max-width: 93px;

}



.parrafo-caja-ovalada {
    margin-left: 34px;
    margin-right: 40px;
        width: 100%;
    max-width: 285px;
}



.columna-gestion-contenedor.caja-obalada-general {
    padding-top: 30px;
}


.caja-ciruclar-icono-1.ico-azul {
    background: #019DF4;
}


.caja-obalada-left.obalada-azul {
    background: #019DF4;
}


.caja-obalada-right.obalada-verde {
    background: #83af37;
}


.caja-obalada-right.obalada-morada{
    background: #865396;
}



.caja-obalada-right.obalada-fucsia{
        background: #cf2282;
}
.caja-obalada-right.obalada-naranja {
    background: #ff4b0f;
}

.caja-obalada-right.obalada-amarilla{
    background: #E9C500;
}





.contenido-gestion-seccion-14-fondo{
       background-size: 100% !important;
    background: url(../img/fondo-gestion-13.jpg);
  
    background-repeat: no-repeat;
   
}
.contenido-gestion-seccion-14-fondo .contenido-gestion-seccion .caja-titulo-gestion1 h1{
    color: #FFF;
        padding-top: 81px;

}

.columna-gestion-contenedor.integrado-gestion1 {
    justify-content: flex-start;
    color: #FFF;
    padding-top:0;
}
.columna-gestion-contenedor.integrado-gestion1 .columna-gestion{
    padding:10px;

}
.columna-gestion-contenedor.integrado-gestion1 .columna-gestion:nth-of-type(1) p{
    font-size: 1.1em !important;
}
p.integrado1{

color: #FFF;
    font-family: 'Telefonica-light' !important;
    font-size: 1.3em;
    border-left: 2px solid #FFF;
    padding-left: 21px;
      margin-left: 10px;
    margin-bottom: 28px;
}




.contenido-gestion-seccion-15-fondo{
    background-size: 100% !important;
    background: url(../img/fondo-gestion-14.jpg);
    padding-bottom: 100px;
}



.contenido-gestion-seccion-15-fondo .contenido-gestion-seccion .columna-gestion-contenedor{
    justify-content: flex-start;
}


.contenido-gestion-seccion-15-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion{
    padding:10px;
    max-width: 300px;
    color: #FFF;
}



.contenido-gestion-seccion-15-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion p{
    font-size: 1.1em !important;
}

.contenedor-tablas-inner-futbolista {
    display: flex;
    position: relative;
}


.contenedor-tabla-futbolista {
   background: #019DF4;
    padding: 40px;
    min-height: 576px;
    margin-bottom: 41px;
}


.imagene-absoluta-futbolista {
    position: absolute;
    top: 93px;
    width: 100%;
    max-width: 368px;
    left: -19px;    
}


.caja-interna-futbolista p{
    color: #FFF;
    margin-top:20px !important;
}

.caja-interna-futbolista img{
    width: 100%;
    max-width:50px;
    display: block;
    margin:0 auto;
}
.columna-futbolista{
          width: 100%;
    padding-left: 12px;
    max-width: 178px;
    padding-right: 12px;
}
.columna-futbolista:nth-of-type(1){
    border-right: 2px solid #0B2739;
}
.columna-futbolista:nth-of-type(2){
    border-right: 2px solid #0B2739;
}
.columna-futbolista:nth-of-type(3){
    border-right: 2px solid #0B2739;
}
.columna-futbolista:nth-of-type(4){
    border-right: 2px solid #0B2739;
}






.contenido-gestion-seccion-16-fondo{
    background-size: 100% !important;
    background: url(../img/fondo-gestion-15.jpg);
    padding-bottom: 98px;
    background-repeat:no-repeat;
}


.caja-titulo-gestion-2 {
    display: flex;
    padding-top:325px;
    align-items: flex-end;
}
.caja-titulo-gestion-2 h1{
    margin: 0;
        width: 100%;
    max-width: 470px;
}
.columna-gestion-contenedor.caja-columnas-pegadas{
    padding-bottom: 300px;
}

.columna-gestion-contenedor.caja-columnas-pegadas .columna-gestion{
    max-width:400px;
}
.columna-gestion-contenedor.caja-columnas-pegadas .columna-gestion:nth-of-type(1) .caja-imagen-cuadro-inner img{
    left: 10px;
}
.columna-gestion-contenedor.caja-columnas-pegadas .columna-gestion:nth-of-type(3) .caja-imagen-cuadro-inner img{
    right:  13px;
}
.columna-gestion-contenedor.caja-columnas-pegadas .columna-gestion:nth-of-type(2) .caja-imagen-cuadro-inner img {
       position: absolute;
    top: -29px;
    width: 100%;
    max-width: 900px;   
}

.caja-imagen-cuadro-inner{
    position: relative;
}
.caja-imagen-cuadro-inner img{
    position: absolute;
}


.caja-imagen-cuadro-inner p{
position: absolute;
    top: 129px;
    width: 100%;
    left: 86px;
    max-width: 179px;
    text-align: center;
    font-size: 1.1em !important;
}
.columna-gestion-contenedor.caja-columnas-pegadas .columna-gestion:nth-of-type(1) .caja-imagen-cuadro-inner  p{
    left: 97px;
}
.columna-gestion-contenedor.caja-columnas-pegadas .columna-gestion:nth-of-type(2) .caja-imagen-cuadro-inner  p{
    left: 71px;
        top: 104px;
}

.columna-gestion-contenedor.caja-columnas-pegadas .columna-gestion:nth-of-type(3) .caja-imagen-cuadro-inner  p{
    left: 38px;
        top: 97px;

}





.contenido-gestion-seccion-16-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(5){
    /*justify-content: flex-start;*/

}

.contenido-gestion-seccion-16-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(5) .columna-gestion{
    padding:10px;
    
}
.contenido-gestion-seccion-16-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(5) .columna-gestion p{
    font-size: 1.1em;
}

.contenido-gestion-seccion-16-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(5) .columna-gestion:nth-of-type(2){
    max-width:600px;
}



.contenido-gestion-seccion-16-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(5) .columna-gestion:nth-of-type(2) h2{
        text-align: end;
}




.contenido-gestion-seccion-17-fondo{
      background-size: 100% !important;
    background: url(../img/fondo-gestion-16.jpg);
    padding-bottom: 118px;
    background-repeat:no-repeat;
        background-position: 0px -197px;
}
.contenido-gestion-seccion-17-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion{
    color: #FFF;
}
.contenido-gestion-seccion-17-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion h2{
    color: #0B2739;
}
.contenido-gestion-seccion-17-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion p{
    font-size: 1.1em;
}

.contenido-gestion-seccion-17-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion:nth-of-type(2){
    max-width:600px;
}

.contenido-gestion-seccion-17-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion:nth-of-type(2) h2{
    text-align: end;

}



.caja-color-fondo-gestion.color-dos-azul{
    background: #0B2739;
    min-height: auto;
}


.contenido-gestion-seccion-17-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2){
    align-items: flex-end;
    padding-top: 381px;
}


.contenido-gestion-seccion-18-fondo{
      background-size: 100% !important;
    background: url(../img/fondo-gestion-17.jpg);
    padding-bottom: 57px;
    background-repeat:no-repeat;
           background-position: 74px -385px;

}
.contenido-gestion-seccion-18-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1){
    align-items: center;
}
.contenido-gestion-seccion-18-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion:nth-of-type(1) p{
    font-size: 1em;
}
.contenido-gestion-seccion-18-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion:nth-of-type(1) p{
    font-size: 1em;
}

.caja-color-fondo-gestion.color-dos-azul.alto-fondo {
    min-height: 373px;
}





.caja-color-fondo-gestion.azul-height-auto {
    min-height: auto;
}
.columna-gestion.caja-columna-doble ul {
    padding-left: 19px;
}

.columna-gestion.caja-columna-doble ul li{
    position: relative;
}

.columna-gestion.caja-columna-doble ul li::before {
    content: "\2022";
    color: #019DF4;
    font-weight: bold;
    font-size: 2.2em;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
    left: 13px;
    top: -14px;
}


.contenido-gestion-seccion-19-fondo{
          background-size: 105% !important;
    background: url(../img/fondo-gestion-18.jpg);
    
    background-repeat:no-repeat;
             background-position: -490px -1px;

}
.contenido-gestion-seccion-19-fondo .contenido-gestion-seccion .columna-gestion-contenedor{
    justify-content: flex-start;

}

.columna-gestion.caja-columnas-gestion {
    display: flex;
    
}
.caja-texto-abajo {
    padding: 19px;
    width: 100%;
    background: #0b2739de;
}

.columna-gestion.caja-columnas-gestion .caja-columnas-gestion-inner p{
    color: #FFF;
    font-size: 1em;
}


.columna-gestion.caja-columna-doble {
    display: flex;
    color: #FFF;
    /*justify-content: flex-end;*/
}

.columna-gestion.caja-columna-doble {
    max-width: 678px;
}
.caja-columna-doble-inner:nth-of-type(1){
        background: #0B2739;
        padding:30px;
        margin-left:47px;
        -webkit-border-bottom-left-radius: 500px;
-moz-border-radius-bottomleft: 500px;
border-bottom-left-radius: 500px;
height: 1000px;
}


.caja-columna-doble-inner:nth-of-type(2) {
    width: 100%;
    background-color:#FFF;
    color: #000;
    padding:30px;

}

.caja-columna-doble-inner:nth-of-type(2) img{
    width: 100%;
    max-width:100px;
    display: block;


}


.caja-columna-doble-inner:nth-of-type(2) p{
    font-size: 1em;
}

.caja-columna-doble-inner {
    width: 100%;
    max-width: 372px;
}

.contenido-gestion-seccion-20-fondo{
    background-size: 100% !important;
    background: url(../img/fondo-gestion-19.jpg);
    padding-bottom: 118px;
    background-repeat:no-repeat;
}

.contenido-gestion-seccion-20-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion h2{
    color: #0B2739;
}
.contenido-gestion-seccion-20-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion p{
    color: #FFF;

}

.columna-gestion-contenedor.caja-cortada-4-gestion {
    background: #0b2739b8;
    padding: 20px;
    -webkit-border-bottom-right-radius: 380px;
-moz-border-radius-bottomright: 380px;
border-bottom-right-radius: 380px;
margin-top:50px;
    height: 459px;
}
.columna-gestion-contenedor.caja-cortada-4-gestion .columna-gestion p{
    color: #FFF;
}
.columna-gestion-contenedor.caja-cortada-4-gestion .columna-gestion:nth-of-type(1){
    border-right: 2px solid #FFF;
    padding-right:20px;
    padding-left: 15px;
}
.columna-gestion-contenedor.caja-cortada-4-gestion .columna-gestion:nth-of-type(2){
    border-right: 2px solid #FFF;
    padding-right:20px;
    padding-left: 15px;
}
.columna-gestion-contenedor.caja-cortada-4-gestion .columna-gestion:nth-of-type(3){
    border-right: 2px solid #FFF;
    padding-right:20px;
    padding-left: 15px;
    height: 212px;
}
.columna-gestion-contenedor.caja-cortada-4-gestion .columna-gestion:nth-of-type(4){
    border-right: 2px solid #FFF;
    padding-right:20px;
    padding-left: 15px;
    height: 212px;
}
.columna-gestion-contenedor.caja-cortada-4-gestion .columna-gestion:nth-of-type(1) p{
    color: #FFF;
    font-size: 1em;
}



.contenido-gestion-seccion-21-fondo{
  background-size: 84% !important;
    background: url(../img/fondo-gestion-20.jpg);
    padding-bottom: 118px;
    background-repeat: no-repeat;
    background-position: 0px -5px;
}

.parrafo-bottom p{
        width: 100%;
    max-width: 188px;
    color: #FFF;
    font-weight: bold;
}


.parrafo-bottom {
    display: flex;
 
    justify-content: flex-end;

}





.contenido-gestion-seccion-21-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1){
        align-items: flex-end;
        padding-top: 0px;
}

.contenido-gestion-seccion-21-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion h1{
    margin: 0;
}
.contenido-gestion-seccion-21-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion:nth-of-type(3){
        position: relative;
    top: 199px;
}
.contenido-gestion-seccion-21-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion:nth-of-type(2){
max-width: 134px;
}

.caja-titulo-gestion2 {
    width: 100%;
    max-width: 331px;
    margin-top: 91px;
}


.contenido-gestion-seccion-21-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(3){
    padding-top:27px;
}

.contenido-gestion-seccion-21-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(3) .columna-gestion{
    padding: 10px;
}
.contenido-gestion-seccion-21-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(3) .columna-gestion p{
    font-size: 1em;
}



.caja-flotante-cobertura {
    display: flex;
    align-items: flex-start;
}
.caja-1-cobertura h2{
    color: #FFF;
    font-family: 'Telefonica-bold' !important;
        margin: 12px;

}

.caja-1-cobertura:nth-of-type(1) {
        background: #ff7600;
    align-items: center;

    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    border-radius: 30px;
    margin: 11px;
    text-align: center;

}
.caja-1-cobertura:nth-of-type(2) {
    background: #ff4b0f;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    border-radius: 30px;
    margin: 11px;
    text-align: center;

}


.row.columna-rapida {
    display: flex;
    align-items: flex-end;
}






.contenido-gestion-seccion-22-fondo{
    background-size: 100% !important;
    background: url(../img/fondo-gestion-21.jpg);
    padding-bottom: 118px;
    background-repeat:no-repeat;
        background-position: 10px -87px;
}


.row.columnas-numeros-gestion {
    border-bottom: 2px solid #1C6EA4;
    border-radius: 0px 0px 0px 40px;
    border-left: 2px solid #1C6EA4;
    border-radius: 0px 0px 0px 40px;
    margin-top: 93px;
}

.row.columnas-numeros-gestion .col-md-4:nth-of-type(1){
    border-left: 0;
}
.row.columnas-numeros-gestion .col-md-4{
        border-left: 2px solid;
    min-height: 279px;
}

.caja-numero-absoluto{
    position: relative;
}
.caja-numero-absoluto h3{
    margin: 0;
    position: absolute;
    top: -43px;
    font-size: 1.3em;
    width: 100%;
    max-width: 165px;
    left: 24px;
}
.caja-numero-absoluto p{
    padding: 25px;
}
.caja-numero-absoluto-inner {
    position: absolute;
    top: -75px;
    left: -29px;
}

.caja-numero-absoluto-inner h2{
    color: #019DF4;
    font-size: 3em;
}


.t-feature-box-white.t-me-2.t-my-4.caja-color-naranja {
    position: absolute;
    top: -13px;
    height: 100%;
    max-height: 160px;
    width: 100%;
    max-width: 277px;
    border: 1px solid #EC624B !important;
}

.caja-naranja-borde {
    padding: 0 !important;
}
.caja-naranja-borde p{
    text-align: center;
}
.caja-naranja-borde h3{
    border: 0 !important;
    text-align: center;
}

.t-feature-box-white.t-me-2.t-my-4.caja-color-naranja h3{
    text-align: center;
    border: 0 !important;
    padding: 0;

}



.contenido-gestion-seccion-23-fondo {
    background-size: 100% !important;
    background: url(../img/fondo-gestion-22.jpg);
    padding-bottom:63px;
    background-repeat: no-repeat;
        background-position: 3px -145px;
}


.contenido-gestion-seccion-23-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1){
    align-items: flex-end;
}
.contenido-gestion-seccion-23-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion .caja-flotante-cobertura.cobertura-no-flotante h2{
    color: #FFF;
    font-size: 2.5em;
    font-weight: bold;
}

.contenido-gestion-seccion-23-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion .caja-flotante-cobertura.cobertura-no-flotante p{
    color:#FFF;
    font-size: 1.1em;
}
.contenido-gestion-seccion-23-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion:nth-of-type(1){
    max-width: 500px;
}
.contenido-gestion-seccion-23-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion:nth-of-type(1) .caja-flotante-cobertura.cobertura-no-flotante .caja-1-cobertura:nth-of-type(2){
    width: 100%;
    max-width:200px;


}
.contenido-gestion-seccion-23-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion h4{
    font-weight: bold;
}

.contenido-gestion-seccion-23-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion:nth-of-type(2) p{
    color: #FFF;

}
.caja-transparente-numero {
    background: #0b2739b8;
    padding: 20px;
    border-radius: 22px;
    position: relative;
}
.caja-transparente-numero p{
    color: #FFF;
    font-size: 1.1em !important;
    padding: 20px;
}


.caja-absoluta-numero {
        position: absolute;
    top: -42px;
    left: 102px;
    border: 2px solid #FFF;
    border-radius: 100%;
    padding: 17px;
}

.caja-absoluta-numero h1{
    margin:0;
    color: #FFF;
}
.contenido-gestion-seccion-23-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2){
    padding-top: 200px;
}

.contenido-gestion-seccion-23-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion{
    padding:10px;
}

.contenido-gestion-seccion-23-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion:nth-of-type(2) p.parrafo-centrado{
      width: 100%;
    max-width: 288px;
    text-align: center;
    color: #0B2739;
    font-size: 1.3em;
    margin: 0 auto;
    padding-bottom: 60px;
    font-weight: bold;
}


.contenido-gestion-seccion-23-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion:nth-of-type(2) .caja-transparente-numero .caja-absoluta-numero{
        position: absolute;
       top: -27px;
    left: 113px;
    border: 2px solid #FFF;
    border-radius: 100%;
         padding-bottom: 24px;
    padding-top: 24px;
}

.contenido-gestion-seccion-23-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion:nth-of-type(3) .caja-transparente-numero .caja-absoluta-numero{
        top: -40px;
    left: 113px;
}



.contenido-gestion-seccion-23-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion:nth-of-type(2) .caja-transparente-numero .caja-absoluta-numero h1{
    font-size: 1.1em;
}
h2.caja-titulo-gestion-3-heading {
    text-align: center;
}



/************************************tabla-gestion 1**********************************/
.tg-gestion {
    border-collapse: collapse;
    border-spacing: 0;
}

.tg-gestion td {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tg-gestion th {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tg-gestion .tg-0pky-gestion {
    border-color: inherit;
    text-align: left;
    vertical-align: top;
   padding: 22px;
      border-left: 0;
    border-right: 0;
    position: relative;
}

.tg-gestion .tg-0pky-gestion img{
        width: 85px;
    position: absolute;
    left: 0px;
    top: 16px;
}

th.tg-0pky-gestion {
    border-left: 0;
    border-top: 0;
    border-right: 0;
}



td.tg-0pky-gestion:nth-of-type(1){
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
        width: 57%;

}

td.tg-0pky-gestion:nth-of-type(2){
    border-left: 0;
    border-right: 0;
}

table.tg-gestion thead tr th.tg-0pky-gestion{
     text-align:center;
}
table.tg-gestion tbody tr:nth-of-type(3) td{
    border-bottom: 0;
}
/************************************tabla-gestion 1**********************************/



.contenido-gestion-seccion-24-fondo {
    background-size: 110% !important;
    background: url(../img/fondo-gestion-23.jpg);
    padding-bottom: 23px;
    background-repeat: no-repeat;
       background-position: 0px -6px;
       color: #FFF;
}


.contenido-gestion-seccion-24-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1){
    justify-content: flex-start;

}
.contenido-gestion-seccion-24-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion p{
    font-size: 1em;
}
.caja-borde-color-gestion.gestion-color-2:nth-of-type(1) h2{
    color: #865396;

}

.caja-borde-color-gestion.gestion-color-2:nth-of-type(1) {
    border: 2px solid #865396;
    color: #865396;
    padding: 3px;
}

.caja-borde-color-gestion.gestion-color-2:nth-of-type(2) {
    border: 2px solid #cf2282;;
    color: #cf2282;
    padding: 3px;
    margin-top: 30px;
}

.caja-borde-color-gestion.gestion-color-2:nth-of-type(2) h2{
    color: #cf2282;
    font-family: 'Telefonica-bold' !important;
    text-align: center;
    font-size: 2.5em;
    line-height: 30px;

}

.contenido-gestion-seccion-24-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion{
    padding:10px;
}

.contenido-gestion-seccion-24-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion:nth-of-type(2){
    max-width:300px;
}

.contenido-gestion-seccion-24-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion:nth-of-type(2) p.linea-parrafo{

color: #019DF4;
    font-family: 'Telefonica-light' !important;
    font-size: 1.3em;
    border-left: 2px solid #019DF4;
    padding-left: 21px;
    margin-top: 60px;
}




.gestion-imagen-cohete img {
    position: absolute;
    width: 100%;
    max-width: 200px;
    top: -491px;
    right: 89px;
}





.contenido-gestion-seccion-24-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2){
    align-items: flex-end;
    position: relative;
}



.contenido-gestion-seccion-24-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion:nth-of-type(1){
    max-width:600px;
}




.contenido-gestion-seccion-24-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(3) .columna-gestion{
    padding: 10px;
}

.contenido-gestion-seccion-24-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(3) .columna-gestion p{
    font-size: 1em;
}


.contenido-gestion-seccion-25-fondo {
    background-size: 110% !important;
    background: url(../img/fondo-gestion-24.jpg);
        padding-bottom: 104px;
    background-repeat: no-repeat;
    background-position: -86px -14px;
}
.t-row.t-align-items-end.margin-parte2.part-2-ingles {
    margin-top: 458px;
}


.contenido-gestion-seccion-25-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1){
    max-width:300px;
}
.contenido-gestion-seccion-25-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion p{
    color: #FFF;
    font-size: 1.1em;
}

.contenido-gestion-seccion-25-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) p{
    font-size: 1.1em;
    color:#FFF;

}










.contenido-gestion-seccion-26-fondo {
    background-size: 110% !important;
    background: url(../img/fondo-gestion-25.jpg);
    padding-bottom: 118px;
    background-repeat: no-repeat;
       background-position: 0px -6px;
}



.contenido-gestion-seccion-26-fondo .contenido-gestion-seccion .columna-gestion-contenedor{
    padding-top: 0;
    justify-content: flex-end;
    }

.contenido-gestion-seccion-26-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion{
    max-width: 970px;
    margin: 0 auto;
}


.contenendor-fondo-blanco {
    background: #FFF;
    padding: 37px;
    position: relative;
}

.contenedor-caja-botones-flotantes {
    display: flex;
}
.caja-parrafos-columna-blanca {
    display: flex;
}




.caja-borde-color-gestion.gestion-color-3{
    padding: 10px;
        margin: 10px;
       
}
.caja-borde-color-gestion.gestion-color-3:nth-of-type(1){
    width: 100%;
    max-width:250px;
    border: solid 2px #EC624B;
}
.caja-borde-color-gestion.gestion-color-3:nth-of-type(1) h2{
    color: #EC624B;
}
.caja-borde-color-gestion.gestion-color-3:nth-of-type(1) p{
    font-weight: lighter;
    color: #EC624B;
}
.caja-borde-color-gestion.gestion-color-3:nth-of-type(2){
    width: 100%;
    max-width:250px;
    /*    margin-left: 35px;
    margin-right: 46px;*/
    border: solid 2px #cf2282;
}
.caja-borde-color-gestion.gestion-color-3:nth-of-type(2) h2{
    color: #cf2282;
    font-family: 'Telefonica-bold' !important;
    text-align: center;
    font-size: 2.5em;
    line-height: 30px;
}
.caja-borde-color-gestion.gestion-color-3:nth-of-type(2) p{
    font-weight: lighter;
    color: #cf2282;
}

.caja-borde-color-gestion.gestion-color-3:nth-of-type(3){
    width: 100%;
    max-width:142px;
    border: 2px solid #019DF4;
}

.caja-borde-color-gestion.gestion-color-3:nth-of-type(3) h2{
    color: #019DF4;
    font-family: 'Telefonica-bold' !important;
    text-align: center;
    font-size: 2.5em;
    line-height: 30px;
}
.caja-borde-color-gestion.gestion-color-3:nth-of-type(3) p{
    font-weight: lighter;
    color: #019DF4;
}

.columna-blanca-parrafo {
    padding: 10px;
    margin: 10px;
    width: 100%;
        font-size: 0.9em;
}




.contenedor-caja-botones-flotantes {
    display: flex;
        justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    max-width: 806px;
}






.contenido-gestion-seccion-27-fondo {
    background-size: 100% !important;
    background: url(../img/fondo-gestion-26.jpg);
   
    padding-bottom: 343px;
    background-repeat: no-repeat;
    background-position: 0px -29px;
}

.contenido-gestion-seccion-27-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1){
    justify-content: flex-start;
        align-items: flex-end;  
            padding-top: 0;
}
.contenido-gestion-seccion-27-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion{
    padding: 10px;

}
.contenido-gestion-seccion-27-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion:nth-of-type(2){
    max-width:450px;
        padding-top: 0;
}
.contenido-gestion-seccion-27-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion:nth-of-type(2) p{
    font-size: 1.2em;
}

.contenido-gestion-seccion-27-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2){
    padding-top: 84px;
}




.caja-cartada-certificado-gestion{
    -webkit-border-bottom-right-radius: 300px;
-moz-border-radius-bottomright: 300px;
border-bottom-right-radius: 300px;
border:2px solid #019DF4;
    padding: 35px;
}

.caja-cartada-certificado-gestion p{
    width: 100%;
    max-width:290px;
}


.contenido-gestion-seccion-28-fondo {
    background-size: 110% !important;
    background: url(../img/fondo-gestion-27.jpg);
   
    padding-bottom: 88px;
    background-repeat: no-repeat;
    background-position: -15px -597px;
}

.contenido-gestion-seccion-28-fondo .contenido-gestion-seccion .columna-gestion-contenedor{
    padding-top: 0;
}
.contenido-gestion-seccion-28-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion{
    max-width:400px;
}

.columna-cortada-gestion {
    background: #0B2739;
    -webkit-border-bottom-right-radius: 200px;
    -moz-border-radius-bottomright: 200px;
    border-bottom-right-radius: 200px;
        
    padding: 35px;
}




.caja-datos-columna-cortada h2{
    color: #FFF !important;
}


.caja-datos-columna-cortada h1{
    color: #019DF4;
    font-size: 3em;
    font-family: 'Telefonica-bold' !important;
    letter-spacing: -3px;
    margin-bottom:10px;
     margin-top:10px;
}





h1.titulo-central-equis {
    width: 100%;
    max-width: 922px;
    font-size: 2em;
    color: #FFF;
        margin: 0 auto;
    margin-top: 190px;
}

.columna-gestion.gestion-imagen-cohete {
    width: 100%;
    max-width: 312px;
}
.bold-anti{
    font-family: 'Telefonica' !important;
}
.spacer-vert {
    width: 100%;
    max-width: 2px;
       height: 66px;
    background: #FFF;
    margin-left: 10px;
    margin-right: 10px;
}

.caja-numero-grande {
    display: flex;
    align-items: center;
    /*border-left: 1px solid #FFF;*/
}
.contenido-gestion-seccion-28-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) .caja-numero-grande:nth-of-type(1){
    border-left: 0;
}


.contenido-gestion-seccion-28-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2){
    padding: 20px;
    align-items: center;
}

.caja-numero-grande h1{
    color: #FFF;
    font-size: 6em;
    font-family: 'Telefonica-bold' !important;
}

.caja-numero-grande p{
    color: #FFF;
}

.caja-numero-grande p:nth-of-type(1){
    font-size: 1.1em;
}




.contenido-gestion-seccion-29-fondo {
    background-size: 116% !important;
    background: url(../img/fondo-gestion-28.jpg);
   
    padding-bottom: 12px;
    background-repeat: no-repeat;
    background-position: -15px -149px;
}



.contenido-gestion-seccion-29-fondo .contenido-gestion-seccion .columna-gestion-contenedor{
    padding-top: 0;
}



.contenido-gestion-seccion-29-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) h1:nth-of-type(1){
    color: #0B2739;


}
.contenido-gestion-seccion-29-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) h1:nth-of-type(2){
    color: #fff;


}

.contenido-gestion-seccion-29-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) p{
    color: #FFF;
    font-size: 1.1em;
}





.contenido-gestion-seccion-29-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2){
    padding-top: 60px;
}


.contenido-gestion-seccion-29-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion{
    padding: 10px;
}


.caja-borde-color-gestion.gestion-color-4{
    background-color:#0B2739;
}
.caja-borde-color-gestion.gestion-color-4 h2{
    margin:0;
}

.contenido-gestion-seccion-29-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion:nth-of-type(4) .caja-borde-color-gestion.gestion-color-4{
    width: 100%;
    max-width: 150px;
}




.contenido-gestion-seccion-29-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(3){
    padding-top: 86px;
}

.contenido-gestion-seccion-29-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(3) .columna-gestion{
    padding:10px;
   
}
.contenido-gestion-seccion-29-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(3) .columna-gestion{
    width: 100%;
    max-width:100%;
}

.contenido-gestion-seccion-29-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(3) .columna-gestion p{
     color: #7e8082;
         font-size: 1em;
}



.contenido-gestion-seccion-30-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1){
    padding-top:10px;
    justify-content: space-between;
}



.contenido-gestion-seccion-30-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion{
    padding: 10px;
    max-width:306px;
    width: 100%;
}
.contenido-gestion-seccion-30-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion:nth-child(2){
    max-width:600px;
}

.contenido-gestion-seccion-30-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion p{
    font-size: 1em;
}
.caja-cortada-gestion-5{
    -webkit-border-bottom-right-radius: 250px;
-moz-border-radius-bottomright: 250px;
border-bottom-right-radius: 250px;
background-color:#0B2739;
    padding: 20px;
}

.caja-cortada-gestion-5 p:nth-of-type(1){
    width: 100%;
    max-width:600px;
}
.caja-cortada-gestion-5 p{
    width: 100%;
    max-width:400px;
}


.contenido-gestion-seccion-31-fondo {
    background-size: 110% !important;
    background: url(../img/fondo-gestion-30.jpg);
    padding-bottom: 118px;
    background-repeat: no-repeat;
       background-position: 3px -6px;
}

.contenido-gestion-seccion-31-fondo  .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion{
    padding: 10px;
        max-width: 317px;
}

.contenido-gestion-seccion-31-fondo  .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion p{
    font-size: 1em;
}


.caja-1-cobertura:nth-of-type(3) {
    background: #ff4b0f;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    border-radius: 30px;
    margin: 11px;
    text-align: center;
}



.columna-gestion-contenedor.contenedor-bebe-gestion{
    background: url(../img/fondo-gestion-31.jpg);
    background-position: -292px -344px;
}





.columna-azul{
    background-color:#019DF4;
    padding: 25px;
        padding-bottom: 137px;
}
.contenido-gestion-seccion-33-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion p{
    font-size:1em;
}
.contenido-gestion-seccion-33-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion:nth-of-type(1){
    width: 100%;
    max-width: 466px;
}


.contenido-agenda-regulatoria-fondo-columnas-4.fondo-gestion-cuadrado-5{
    width: 100%;
    background: url(../img/gestion-manos.png);
    background-color:#019DF4;
    background-size: cover;
    background-repeat: no-repeat;
  
}
.caja-transparente-numero.numero-relleno{
    border-radius: 0 !important;
    -webkit-border-top-left-radius: 30px !important;
-webkit-border-bottom-right-radius: 30px !important;
-moz-border-radius-topleft: 30px !important;
-moz-border-radius-bottomright: 30px !important;
border-top-left-radius: 30px !important;
border-bottom-right-radius: 30px !important;

}

.paddig-parrafo{
    padding-left: 43px;
}

.caja-transparente-numero.numero-relleno .caja-absoluta-numero {
    border:0;
    background-color: #019DF4;
    height: 54px;
    top: -35px;
    width: 100%;
    height: 100%;
    max-width: 50px;
    max-height: 50px;
        display: flex;
    justify-content: center;
    align-items: center;
        left: 124px;


}



.caja-transparente-numero.numero-relleno {
    border: 2px solid #019DF4;
    background-color: transparent;
   
}





.contenido-gestion-seccion-31-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2){
    padding-top:10px;
}






.contenido-gestion-seccion-32-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion{
        padding: 10px;
}


.contenido-gestion-seccion-32-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion p{
    font-size:1em;
}



.contenido-gestion-seccion-32-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion:nth-of-type(2) p.linea-parrafo {
    color: #6c6c6c;
    font-family: 'Telefonica-light' !important;
    font-size: 1.3em;
    border-left: 2px solid #6c6c6c;
    padding-left: 21px;
    margin-top: 10px;
        width: 100%;
    max-width: 217px;
}
.contenido-gestion-seccion-32-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion:nth-of-type(3) .columna-cortada-gestion-6{
    border: 2px solid #019DF4;
    padding:20px;
    -webkit-border-bottom-left-radius: 70px;
-moz-border-radius-bottomleft: 70px;
border-bottom-left-radius: 70px;
}




.contenido-gestion-seccion-33-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1){
padding-top:0;
position: relative;
align-items: flex-start;
}


.contenido-gestion-seccion-33-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion:nth-of-type(2){
    /*position: absolute;
    left: 220px;
    top: 100px;*/
align-items: center;
    display: flex;
    flex-direction: column;
}


.contenido-gestion-seccion-33-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion:nth-of-type(2) img{
           width: 100%;
    max-width: 203px;
    position: relative;
    right: 22px;
    margin: 0 auto;
}



.columna-texto-comicion.gestion-manos .columna-texto-comicion-inner h3{
        float: left;
    width: 100%;
    max-width: 399px;
    margin-left: 80px;
}

.contenido-gestion-seccion-33-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2){
    padding-top:10px;
}


.contenido-gestion-seccion-33-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion{
    padding:10px;
}


.contenido-gestion-seccion-33-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion p{
    font-size: 1em;
}




.contenido-gestion-seccion-34-fondo .contenido-gestion-seccion .columna-gestion-contenedor{
        padding-top: 65px;
    color: #FFF;
}

.contenido-gestion-seccion-34-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion{
    padding:10px;
    width: 100%;
    max-width:303px;
}

.contenido-gestion-seccion-34-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion p{
    font-size: 1em;
}

.contenido-gestion-seccion-35-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion{
    padding:10px;
}

.contenido-gestion-seccion-35-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion p{
    font-size: 1em;
}

.contenido-gestion-seccion-35-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1){

}

.columns-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}

.col {
  padding: 10px;
  margin: 0 10px;
  background: #fff;
  width: 33.333%;
}





.contenedor-columnas-justificadas{
  -webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 19px;
-moz-column-gap: 19px;
column-gap: 19px;
-webkit-column-rule: 1px solid rgba(28,110,164,0.06);
-moz-column-rule: 1px solid rgba(28,110,164,0.06);
column-rule: 1px solid rgba(28,110,164,0.06);
    width: 100%;
    max-width: 763px;
}


.contenido-gestion-seccion.seccion-flex {
    display: flex;
        align-items: flex-end;
        position: relative;
        padding-top: 152px;
}

.imagen-columna-justificada {
    width: 100%;
   
        max-width: 341px;
    position: absolute;
    right: -24px;
}


.contenido-gestion-seccion-35-fondo{
    background: url(../img/fondo-gestion-35.png);
    background-size: 100%;
    background-repeat:no-repeat;
    background-position: 23px -13px;

}




.contenido-gestion-seccion-36-fondo{
     background: url(../img/fondo-gestion-37.jpg);
    background-size: cover;
    background-repeat:no-repeat;
       background-position: 0px -0px;
    padding-top: 0px;

}
.contenido-gestion-seccion-36-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion{
    padding: 10px;
}

.contenido-gestion-seccion-36-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion p{
    font-size: 1em;
}

.contenido-gestion-seccion-36-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion:nth-of-type(2) p:nth-of-type(2){
    margin-top:185px;
}

.contenido-gestion-seccion-36-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion:nth-of-type(3) p:nth-of-type(1){
    margin-top:185px;
}


p.parrafo-linea.linea-absoluta.absoluta-2 {
    width: 100%;
    max-width: 500px;
}

.columna-gestion-contenedor.contenedor-caja-doble {
    justify-content: center;
    padding-bottom: 100px;
    flex-direction: row;
}


.caja-borde {
    border: 1px solid #FFF;
    padding: 15px;
}

.columna-gestion-contenedor.contenedor-caja-doble .columna-gestion{
    width: 100%;
        max-width: 334px;
        padding:0;
}

.columna-gestion-contenedor.contenedor-caja-doble .columna-gestion:nth-of-type(1) p{
    font-size: 1em;
    color: #FFF;
}
.caja-titulo-gestion-3.r-heading-3 {
    width: 100%;
}
.columna-gestion-contenedor.contenedor-caja-doble .columna-gestion .caja-borde:nth-of-type(1){
    border-top: 0;
    border-left: 0;
}

.columna-gestion-contenedor.contenedor-caja-doble .columna-gestion .caja-borde{
    border-left: 0;
    border-bottom: 0;
    height: 69px;
}
.columna-gestion-contenedor.contenedor-caja-doble .columna-gestion:nth-of-type(1) .caja-borde{
    text-align:center;
}
.columna-gestion-contenedor.contenedor-caja-doble .columna-gestion:nth-of-type(2) .caja-borde{
    border-right: 0;
    text-align: center;
}


.contenido-gestion-seccion-37-fondo{
     background: url(../img/fondo-gestion-38.jpg);
    background-size: 100%;
    background-repeat:no-repeat;
    background-position: 23px -13px;
}


.contenido-gestion-seccion-37-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion{
    width: 100%;
    max-width:400px;
}



.contenido-gestion-seccion-37-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1){
    align-items: flex-end;
        justify-content: flex-start;
}

.contenido-gestion-seccion-37-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2){
    align-items: flex-end;
        justify-content: flex-start;
}


.contenido-gestion-seccion-37-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion {
    padding: 10px;
}

.contenido-gestion-seccion-37-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion p{
    font-size: 1em;
}


.columna-wrap{
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.columna-gestion-contenedor-2 {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}
.columna-gestion-contenedor-2 .columna-wrap .columna-gestion{
    width: 100%;
    max-width:400px;
}
.columna-gestion-contenedor-2 .columna-wrap .columna-gestion:nth-of-type(1) p{
    font-size: 1em;
}

.columna-gestion-contenedor-2 .columna-wrap .columna-gestion:nth-of-type(1) .caja-redondeada{
    color: #019DF4;
    text-align: right;
}


.columna-gestion-contenedor-2 .columna-wrap .columna-gestion:nth-of-type(2) .caja-redondeada:nth-of-type(1){
    color: #83af37;
}
.columna-gestion-contenedor-2 .columna-wrap .columna-gestion:nth-of-type(2) .caja-redondeada:nth-of-type(2){
    color: #ff4b0f;
}

.columna-gestion-contenedor-2 .columna-wrap .columna-gestion:nth-of-type(2) .caja-redondeada:nth-of-type(3){
    color: #E9C500;
}

.columna-gestion-contenedor-2 .columna-wrap .columna-gestion:nth-of-type(2) .caja-redondeada:nth-of-type(4){
    color: #cf2282;
}


.caja-redondeada.sola {
    width: 100%;
    text-align: center;
    color: #865396;
    
    max-width: 861px;
}



.caja-redondeada {
    border: 2px solid;
    border-radius: 90px;
    padding: 10px;
    margin: 10px;
    width: 100%;
}
.columna-gestion-contenedor-2 .columna-wrap .columna-gestion:nth-of-type(1){
    padding-left: 0;
}

.columna-gestion-contenedor-2 .columna-wrap .columna-gestion{
    width: 100%;
    max-width:395px;
    padding: 8px;
}

.columna-gestion-contenedor-2 .columna-wrap .columna-gestion:nth-of-type(2){

}

.caja-redondeada.absoluta {
    text-align: center;
    position: absolute;
    color: #83af37;
    top: 165px;
    width: 100%;
    max-width: 264px;
    right: -8px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(
90deg
);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(
90deg
);
}




.contenido-gestion-seccion-38-fondo{
       background: url(../img/fondo-gestion-39.jpg);
   background-size: 111%;
    background-repeat: no-repeat;
    background-position: 23px -41px;
    margin-top: 30px;
}

.contenido-gestion-seccion-38-fondo .contenido-gestion-seccion .columna-gestion-contenedor{
    padding-top: 0;
}

.columna-gestion-responsable{
    background:#0B2739;
        /*margin-bottom: 100px;*/
        padding: 66px;
        color: #FFF;
        position: relative;
}

.caja-contratos-nuevos {
    width: 100%;
        max-width: 93px;
    text-align: center;    

    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 405px;
    top: 698px;
    padding: 13px;
}
.columna-gestion.columna-gestion-400 {
    width: 100%;
    max-width: 400px;
}

.caja-contratos-nuevos h1{
    margin:0;
    font-family: 'Telefonica-bold' !important;
    color: #FFF;
}

.caja-contratos-nuevos p{
    line-height: 13px;
}
.contenido-gestion-seccion-38-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion{
    max-width:450px;


}

.contenido-gestion-seccion-38-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion p{
    font-size: 1em;
}


p.parrafo-linea.linea-absoluta {
    position: absolute;
    color: #019DF4;
}

.contenedor-columnas-justificadas {
    width: 100%;
    max-width: 582px;
}



.contenido-gestion-seccion-40-fondo .contenido-gestion-seccion .columna-gestion-contenedor{
    padding-top: 0;
    align-items: flex-end;
}



.contenido-gestion-seccion-40-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion p{
    font-size: 1em;
}

.contenido-gestion-seccion-40-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion{
    padding: 10px;
}
.contenido-gestion-seccion-40-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(3) .caja-qr-gestion img{
    width: 100%;
    max-width:80px;
}
.caja-qr-gestion{
    display: flex;
    align-items: flex-end;
}



.contenido-gestion-seccion-41-fondo{
     background: url(../img/fondo-gestion-41.jpg);
    background-size: 105%;
    background-repeat:no-repeat;
    background-position: 23px -13px;
}

.contenido-gestion-seccion-41-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion img{
    width: 100%;
    max-width:158px;
}
.contenido-gestion-seccion-41-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion.gestion-iconos-tabla{
    border:1px solid;   
    border-bottom: 0;
    border-top: 0;
    color: #019DF4;
}
.caja-icono-tabla{
    border:1px solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 26px;
}
.contenido-gestion-seccion-41-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion.gestion-iconos-tabla:nth-of-type(1){
    border:1px solid;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
}
.contenido-gestion-seccion-41-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion.gestion-iconos-tabla:nth-of-type(5){
    border-right: 0;
}

.contenido-gestion-seccion-41-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion.gestion-iconos-tabla:nth-of-type(1) .caja-icono-tabla{
    border-left: 0;
}
.contenido-gestion-seccion-41-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion.gestion-iconos-tabla:nth-of-type(5) .caja-icono-tabla{
    border-right: 0;
}
.contenido-gestion-seccion-41-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion.gestion-iconos-tabla img{
    width: 100%;
    max-width:100px;
    display: block;
    margin:0 auto;
}
.caja-listado-icono {
    padding: 14px;
}
.caja-listado-icono ul{
    padding-left: 17px;
}

.columna-cortada-azul-inner {
    width: 100%;
    background: #019DF4;
    display: flex;
    color: #FFF;
    max-width: 1182px;
    margin: 0 auto;
    position: relative;
    padding: 44px;
    -webkit-border-bottom-right-radius: 300px;
    -moz-border-radius-bottomright: 300px;
    border-bottom-right-radius: 300px;
    left: 11px;
}



.columna-gestion-contenedor.columna-cortada-azul {
    background: #FFF;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding-top: 0;
}





.contenido-gestion-seccion-41-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(3){
    justify-content: center;
    align-items: center;
}

.contenido-gestion-seccion-41-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(3) .columna-gestion{
    max-width:400px;
    text-align: center;
}

.contenido-gestion-seccion-41-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(4){
    justify-content: center;
    width: 100%;
    justify-content: center;
    max-width: 787px;
    align-items: center;
    margin: 0 auto;
}
.contenido-gestion-seccion-41-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(4) .columna-gestion{

    display: flex;
    justify-content: center;
    align-items: center;
}
.clase-bold-heading{
    color: #FFF;
     font-family: 'Telefonica-bold' !important;
}
.columna-gestion-contenedor.columna-cortada-azul .columna-cortada-azul-inner .columna-gestion{
    padding: 20px;
}
.columna-gestion-contenedor.columna-cortada-azul .columna-cortada-azul-inner .columna-gestion:nth-of-type(1){
    max-width:424px;
}


.columna-gestion-contenedor.columna-cortada-azul .columna-cortada-azul-inner .columna-gestion p{
    font-size: 1em;
}

.contenido-gestion-seccion-44-fondo{
     background: url(../img/fondo-gestion-44.jpg);
    background-size: 105%;
    background-repeat:no-repeat;
    background-position: 23px -13px;
}

.caja-redondeada.redondeada-concava {
    border-radius: 17px;
    color:#ff4b0f ;
}


.caja-redondeada.redondeada-concava h4{
    margin:0;
    color:#ff4b0f ;
}




.contenido-gestion-seccion-42-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion{
    padding: 10px;
}


.contenido-gestion-seccion-42-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion p{
    font-size: 1em;
}



.contenido-gestion-seccion-43-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion{
    padding: 10px;
}
.contenido-gestion-seccion-43-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion p{
    font-size: 1em;
}

.contenido-gestion-seccion-43-fondo .contenido-gestion-seccion .columna-gestion-contenedor{
    padding-top: 20px;
}


.contenido-gestion-seccion-44-fondo .contenido-gestion-seccion .columna-gestion-contenedor{
    padding-top:0;
}


.contenido-gestion-seccion-44-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion p{
    font-size: 1em;
}
.contenido-gestion-seccion-44-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1){
     width: 100%;
    max-width:400px;

}

.contenido-gestion-seccion-44-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) .columna-blanca{
    width: 100%;
    max-width:400px;
    padding: 46px;
}
.contenido-gestion-seccion-44-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) .columna-blanca ul{
    padding-left: 19px;
}
.contenido-gestion-seccion-44-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) .columna-blanca ul li{
    position: relative;
}

.contenido-gestion-seccion-44-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) .columna-blanca ul li::before {
    content: "\2022";
    color: #019DF4;
    font-weight: bold;
    font-size: 2.2em;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
    left: 13px;
    top: -13px;

    }

.caja-linea-externa-gestion {
    border-left: 1px solid;
    color: #FFF;
    padding-left: 26px;
    padding: 26px;
}
.caja-linea-externa-gestion ul{
    padding-left:0;
    list-style: none;

}
.caja-linea-externa-gestion ul li{
    padding-top: 10px;
}

p.caja-numero-lateral{
   width: 100%;
    position: relative;
    left: 20px;
    max-width: 363px;
}



.caja-numero-lateral span:nth-of-type(1) {
    position: absolute;
    left: -30px;
    font-size: 3.6em;
    top: -18px;
}

.caja-numero-lateral span:nth-of-type(2){
    position: relative;
}






span.bolas-asg{
    background: #0B2739;
    border-radius: 100%;
    padding: 9px;
    font-size: 0.6em;
    padding-left: 12px;
    width: 100%;
    max-width: 100%;
    height: 22px;
    font-weight: bold;
    padding-right: 13px;
        margin: 7px;
}

.texto-asg{
    font-family: 'Telefonica-light' !important; 
    margin:0;
    margin-bottom:10px;

}

span.bolas-asg:nth-of-type(1) {
    opacity: 0.5;
    position: absolute;
    width: 34px;
    height: 32px;
    left: 90px;
    top: -2px;
    font-family: 'Telefonica' !important;
    font-size: 0.4em;
    color: #ff7600;
}

span.bolas-asg:nth-of-type(2) {
       opacity: 1;
    position: absolute;
    width: 34px;
    left: 130px;
    height: 33px;
    top: -2px;
    font-family: 'Telefonica' !important;
    font-size: 0.4em;
    color: #ff4b0f;
}

span.bolas-asg:nth-of-type(3) {
    opacity: 0.5;
    position: absolute;
   width: 34px;
    left: 170px;
    height: 34px;
    top: -2px;
    font-family: 'Telefonica' !important;
    font-size: 0.4em;
     color:#019DF4;
}


.contenido-gestion-seccion-45-fondo .contenido-gestion-seccion .columna-gestion-contenedor{
    align-items: flex-end;
}



.contenido-gestion-seccion-45-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion{
    padding: 10px;
}

.contenido-gestion-seccion-46-fondo{
      background: url(../img/fondo-gestion-46.jpg);
    background-size: 100%;
    background-repeat:no-repeat;
    background-position: 0px 0px;
}

.caja-datos.datos-relleno {
    color: #0B2739;
}
.caja-redondeada-alta.alta-relleno-1 {
    background:#019DF4;
}
.caja-redondeada-alta.alta-relleno-2{
    background:#0B2739;
}


.caja-imagenes-iconos-gestion-1.caja-blanca-tabla p {
    padding-bottom: 3px;
    padding-top: 25px;
}

.contendor-tablas-grande-inner {
    display: flex;
        justify-content: flex-start;
    align-items: center;
        padding-top: 41px;
    padding-bottom: 100px;
}

.caja-redondeada-alta {
    border-radius: 20px;
    border: 1px solid;
    text-align: center;
    color: #FFF;
}

.titulo-grandes-cifras {
    padding-top: 100px;
}


.caja-imagenes-iconos-gestion-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:34px;
}

.caja-imagenes-iconos-gestion-1 img{
    width: 100%;
    max-width:24px;
    padding-top: 10px;

}
.caja-imagenes-iconos-gestion-1 img:nth-of-type(1){
        margin-bottom: 6px;
        padding-top: 0;
}

.caja-imagenes-iconos-gestion-1 img:nth-of-type(2){
    padding-top: 0px;
        margin-top: 13px;
}

.caja-dato-redondeado h3{
    color: #FFF;
}
.caja-dato-redondeado h3:after {
    content: '';
    display: block;
    position: relative;
    width: 70%;
    border: 1px solid #fff;
    margin: 8px auto; 
}


.caja-datos {
    padding: 10px;
        width: 100%;
    max-width: 138px;
    text-align: center;
    color: #FFF;
}


.caja-dato-redondeado.redondeado-fondo{
    background:#FFF;
    padding:20px;
    border:1px solid #019DF4;
    -webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
    padding-top: 0;
}


.contenido-gestion-seccion-47-fondo{
        background-size: 110% !important;
    background: url(../img/fondo-gestion-23.jpg);
    padding-bottom: 23px;
    background-repeat: repeat-y;
    background-position: 3px -6px;
    
}



.tg-datos-tablas {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.tg-datos-tablas td {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tg-datos-tablas th {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tg-c3ow-datos-tablas img{
    width: 100%;
    max-width:50px;
}

.tg-datos-tablas .tg-c3ow-datos-tablas {
    border-color: inherit;
    text-align: center;
    vertical-align: middle;
padding: 0;
    border: 0;
}

.tg-datos-tablas .tg-0pky-datos-tablas {
    border-color: inherit;
    text-align: left;
    vertical-align: top;
        border-left: 0;
    border-right: 0;
    border-bottom: 0;
    text-align: center;
}



.caja-torta-grafico-gestion-2 {
    width: 100%;
    /*max-width: 268px;*/
        position: relative;
}
.caja-torta-grafico-gestion-2 img{
        position: absolute;
    width: 100%;
    max-width: 286px;   
}

.caja-texto-grafico-2 {
    position: absolute;
        top: 85px;
    left: 85px;
    width: 100%;
    max-width: 118px;
    text-align: center;
}


.caja-texto-grafico-2 h3{
    margin:0;
    color: #FFF;
}
.caja-texto-grafico-2 p{
    color: #FFF;
}

.caja-texto-inner-gaficos-2 {
    padding: 10px;
    color: #FFF;
}


.caja-texto-inner-gaficos-2:nth-of-type(2){
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}



.columna-gestion.gestion-auditoria {
    width: 100%;
    max-width: 323px;
}


.contenido-gestion-seccion-47-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1){
    justify-content: flex-start;
}


.torta-graficos-2{
    padding: 10px;  
    width: 100%;
    max-width: 400px;
    position: relative;
}


.torta-graficos-2:nth-of-type(2) .caja-torta-grafico-gestion-2 .caja-texto-grafico-2{
    top: 97px;

}

.caja-datos-graficos-2 {
    margin-top: 289px;
    padding: 10px;
    display: flex;
    justify-content: center;
}



.caja-titulo-tablas {
    width: 100%;
    max-width: 399px;
}





.caja-titulo-tablas p{
    font-weight:bolder;
    color: #FFF;
}




.columna-gestion.tabla-datos-generos-edades-inner {
    max-width: 900px;
    width: 100%;
}


.caja-titulo-tablas-2 {
    width: 100%;
    max-width: 614px;
}


.caja-grafico-linea {
    display: flex;
}

.caja-titulo-tablas-2 p {
   font-weight: bolder;
    color: #FFF;
    width: 100%;
    max-width: 359px;
    margin-right: 29px;
}


.tg-tabla-mediana {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.tg-tabla-mediana td {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tg-tabla-mediana th {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tg-tabla-mediana .tg-0pky-tabla-mediana {
    border-color: inherit;
    text-align: left;
    vertical-align: middle;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    text-align: center;
}


.columna-tablas-medianas {
    width: 100%;
       max-width: 515px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}



.columna-tablas-medianas .torta-graficos-2{
    padding: 10px;
    width: 100%;
    max-width: 400px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.columna-tablas-medianas .torta-graficos-2 .caja-torta-grafico-gestion-2 img {
    position: absolute;
    width: 100%;
    max-width: 286px;
    left: 53px;
}

.columna-tablas-medianas .torta-graficos-2 .caja-torta-grafico-gestion-2 .caja-texto-grafico-2 {
    position: absolute;
        top: 81px;
    left: 134px;
    width: 100%;
    max-width: 118px;
    text-align: center;
}


.columna-tablas-medianas .torta-graficos-2 .caja-torta-grafico-gestion-2 .caja-texto-grafico-2 h3{
        font-size: 2.5em;
}




.columna-gestion-2 {
    max-width: 400px;
    width: 100%;
    padding: 10px;
}


.columna-azul-oscuro{
    background:#0B2739;
        padding: 30px;

}


.columna-azul-oscuro h1{
    margin:0;

}

.caja-texto-grafico-2.grafico-torta-ingles {
    top: 108px;
}

.caja-borde-color-4 {
    border: 2px solid #cf2282;
    border-radius: 20px;
    padding:40px;
}

.caja-borde-color-4 p{
    font-size:1.4em;
    text-align: center;
    font-family: 'Telefonica-light' !important;
}

.spacer-height {
    width: 100%;
    max-width: 3px;
    height: 39px;
    background: #E63780;
    margin: 0 auto;
}



.caja-borde-color-4:nth-of-type(2){
    margin-top:20px;
}


.caja-dato-redondeado h3{
    font-family: 'Telefonica-bold' !important;
}

.caja-dato-redondeado h2{
    font-family: 'Telefonica-bold' !important;
}
.contenido-gestion-seccion-49-fondo{
     background-size: 100% !important;
    background: url(../img/fondo-gestion-48.jpg);
    padding-bottom: 500px;
    background-repeat: repeat-y;
        background-position: 0px -127px;
}


.caja-datos-columna-cortada {
    width: 100%;
    max-width: 245px;
    border-bottom: 1px solid #FFF;
        padding-bottom: 28px;
}

.caja-datos-columna-cortada:nth-of-type(5){
    border:0;
}

.contenido-gestion-seccion-50-fondo{
     background-size: 100% !important;
    background: url(../img/fondo-gestion-49.jpg);
    padding-bottom: 10px;
    background-repeat: repeat-y;
        background-position: 0px -360px;
}

.caja-icono-columna {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-bottom: 2px solid #019DF4;
        padding-bottom: 16px;
    padding-top: 19px;
}  


.caja-icono-columna img{
    width: 100%;
       max-width: 70px;
}




.columna-gestion-contenedor.caja-azul-oscuro {
    padding-top: 40px;
    background: #0B2739;
    padding: 30px;
    margin-top: 294px;
}


.caja-azul-oscuro-inner {
    display: flex;
}

.columna-caja-azul-oscuro {
    width: 100%;
    max-width: 432px;
    padding: 8px;
}

.columna-caja-azul-oscuro:nth-of-type(1) p:nth-of-type(3){
    margin-top:20px;
}
.columna-caja-azul-oscuro:nth-of-type(2) p:nth-of-type(1){
    margin-top:34px;
}


.contenido-gestion-seccion-51-fondo{
      background-size: 100% !important;
    background: url(../img/fondo-gestion-50.jpg);
    padding-bottom: 10px;
    background-repeat: no-repeat;
          background-position: -138px -10px;

}

.imagen-suelta {
    width: 100%;
    padding-top: 398px;
}


.contenido-gestion-seccion-51-fondo .contenido-gestion-seccion .columna-gestion-contenedor{
    align-items: flex-end;
}

.tabla-mobile{
    display: none;
}


.contenido-gestion-seccion-52-fondo{
       background-size: 114% !important;
    background: url(../img/fondo-gestion-51.jpg);
    padding-bottom: 10px;
    background-repeat: no-repeat;
          background-position: 0px -315px;
}

.contenido-gestion-seccion-52-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1){
    justify-content: flex-end;
    width: 100%;

}


.contenido-gestion-seccion-52-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion-2{
    max-width:300px;
}

.caja-color-top {
    height: 100%;
    max-height: 321px;
    text-align: center;
    border: 1px solid;
    border-radius: 20px;
    padding: 34px;
    position: relative;
    margin-top: 20px;
    color: #FFF;
    background: #0B2739;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.caja-color-top h2{
    margin:0;
}


.barra-top {
    width: 100%;
    max-width: 143px;
    height: 11px;
    background: red;
    margin: 0 auto;
    position: absolute;
    left: 68px;
    border-radius: 24px;
    top: -5px;
}



.contenido-gestion-seccion-52-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion-2:nth-of-type(1) .caja-color-top:nth-of-type(1) .barra-top{
    background-color:#019DF4;
}
.contenido-gestion-seccion-52-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion-2:nth-of-type(1) .caja-color-top:nth-of-type(1){
    border:1px solid #019DF4;
}


.contenido-gestion-seccion-52-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion-2:nth-of-type(1) .caja-color-top:nth-of-type(2) .barra-top{
    background-color:#F28D15;
}


.contenido-gestion-seccion-52-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion-2:nth-of-type(1) .caja-color-top:nth-of-type(2){
    border:1px solid #F28D15;
}




.contenido-gestion-seccion-52-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion-2:nth-of-type(1) .caja-color-top:nth-of-type(3) .barra-top{
    background-color:#E63780;
}


.contenido-gestion-seccion-52-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion-2:nth-of-type(1) .caja-color-top:nth-of-type(3){
    border:1px solid #E63780;
}



.columna-gestion-contenedor.tabla-datos-generos-edades {
    flex-direction: column;
}


.contenido-gestion-seccion-52-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion-2:nth-of-type(2) .caja-color-top:nth-of-type(1) .barra-top{
    background-color:#5CB615;
}



.contenido-gestion-seccion-52-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion-2:nth-of-type(2) .caja-color-top:nth-of-type(1){
    border:1px solid #5CB615;
}

.contenido-gestion-seccion-52-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion-2:nth-of-type(2) .caja-color-top:nth-of-type(2) .barra-top{
    background-color:#EC624B
}

.contenido-gestion-seccion-52-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion-2:nth-of-type(2) .caja-color-top:nth-of-type(2){
    border:1px solid #EC624B;
}

.contenido-gestion-seccion-52-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion-2:nth-of-type(2) .caja-color-top:nth-of-type(3) .barra-top{
    background-color:#A13EA1;
}

.contenido-gestion-seccion-52-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion-2:nth-of-type(2) .caja-color-top:nth-of-type(3){
    border:1px solid #A13EA1;
}




.contenido-gestion-seccion-52-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2){
    align-items: flex-end;
    width: 100%;
        margin-top: 105px;

}
.contenido-gestion-seccion-52-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion-2{
    padding: 15px;
}



.contenedor-onda-imagen {
    width: 91%;
    margin: 0 auto;
}

.contenido-gestion-seccion-53-fondo{
    background-size: 100% !important;
    background: url(../img/fondo-logo-movistar2-invertido.jpg);
    padding-bottom: 10px;
    background-repeat: no-repeat;
          background-position: 0px 0px;
}
.contenido-gestion-seccion-53-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion-2{
    padding: 15px; 
}
.contenido-gestion-seccion-53-fondo .contenido-gestion-seccion .columna-gestion-contenedor{
    align-items: center;
}
.contenido-gestion-seccion-53-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion-2:nth-of-type(1){
    background-color:#FFF;
}





.contenido-gestion-seccion-53-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion-2:nth-of-type(2){
    background-color:#FFF;
}



.contenido-gestion-seccion-54-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion-2:nth-of-type(1){
    max-width:600px;
}




.contenedor-caja-datos-numero {
    display: flex;
        justify-content: space-evenly;
    width: 100%;
    max-width: 444px;
}



.circulo-datos-numero {
    width: 100%;
    
    background: red;
    border-radius: 100%;
   
    
    display: flex;
    justify-content: center;
    align-items: center;
}
.circulo-datos-numero h1 {
    margin: -4px;
    padding: 22px;
}

.caja-circulos-datos-numero {
    width: 100%;
    max-width: 93px;
    padding: 10px;
}

.columna-azul-cortado{
    background-color:#019DF4;
    padding:30px;
    padding-bottom:90px;
    -webkit-border-bottom-left-radius: 200px;
-moz-border-radius-bottomleft: 200px;
border-bottom-left-radius: 200px;
}

.columna-azul-cortado h2{
    margin-left:10px;
}

.contenedor-caja-doble-2 {
    display: flex;
        align-items: flex-end;
            width: 100%;
    max-width: 293px;
    margin: 0 auto;
    color: #FFF;
}


.columna-caja-doble-2 {
    width: 100%;
}
.columna-caja-doble-2:nth-of-type(2) {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circulo-datos-numero.verde{
    background-color:#83af37;
}

.circulo-datos-numero.naranja{
    background-color:#ff4b0f;
}
.circulo-datos-numero.rojo{
    background-color:#ff2907b5;
}





.contenido-gestion-seccion-34-fondo {
    background: #0b2739;
}





/**********************************ESTILOS RESPONSIVE*****************************/

/**********************************ESTILOS RESPONSIVE*****************************/

/**********************************ESTILOS RESPONSIVE*****************************/







/**********************************ESTILOS RESPONSIVE*****************************/

/**********************************ESTILOS RESPONSIVE*****************************/

/**********************************ESTILOS RESPONSIVE*****************************/
.caja-texto-proceso-informe2 {
    display: none;
}

.parrafo-hidden {
    display: block;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    font-size: 1.2em;
}

@media screen and (max-width: 1270px) {
    #main-menu .navbar .nav>li>a {
        padding: 18px 4px 5px 4px !important;
        margin: 0 4px 17px 8px !important;
        border-bottom: 2px solid rgba(45, 78, 83, 0);
        color: #4b4e53;
        letter-spacing: 0px !important;
        background-color: transparent;
        font-size: 0.83em !important;
        font-family: 'Telefonica';
    }
}

/*ipad*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .contenido-columna-opaca ul {
    width: 100%;
    max-width: 504px;
    padding-left: 10px;
    font-size: 0.9em;
    padding-left: 14px;
    padding-top: 22px;
}

  .contenido-columna-opaca {
    width: 100%;
    max-width: 967px;
    column-count: 1;
    -webkit-column-count: 1
    -moz-column-count: 1;
    column-gap: 20px;
    color: #FFF;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
    .contenido-gestion-seccion-44-fondo {
    background: url(../img/fondo-gestion-44.jpg);
    background-size: 216%;
    background-repeat: no-repeat;
    background-position: 0px -13px;
}
   
    .contenido-gestion-seccion-41-fondo {
    background: url(../img/fondo-gestion-41.jpg);
    background-size: 162%;
    background-repeat: no-repeat;
    background-position: -1px -13px;
}
    .contenido-gestion-seccion-20-fondo {
    background-size: 165% !important;
    background: url(../img/fondo-gestion-19.jpg);
    padding-bottom: 118px;
    background-repeat: no-repeat;
}
    .contenido-gestion-seccion-17-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) {
    align-items: flex-end;
    padding-top: 66px;
}
    .contenido-gestion-seccion-18-fondo {
    background-size: 165% !important;
    background: url(../img/fondo-gestion-17.jpg);
    padding-bottom: 57px;
    background-repeat: no-repeat;
    background-position: -215px -72px;
}
.contenido-gestion-seccion-17-fondo {
    background-size: 193% !important;
    background: url(../img/fondo-gestion-16.jpg);
    padding-bottom: 118px;
    background-repeat: no-repeat;
        background-position: 0px -510px;
    }
    .contenido-gestion-seccion-19-fondo .contenido-gestion-seccion .columna-gestion-contenedor {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.contenido-gestion-seccion-19-fondo {
    background-size: 218% !important;
    background: url(../img/fondo-gestion-18.jpg);
    background-repeat: no-repeat;
    background-position: -853px -1px;
}

.columna-larga-actividad {
    display: flex;
    width: 100%;
    padding-top: 31px;
    position: relative;
    flex-wrap: wrap;
}


    /*gestion 2020 */
    .contenido-gestion-seccion-38-fondo {
    background: url(../img/fondo-gestion-39.jpg);
    background-size: 185%;
    background-repeat: no-repeat;
    background-position: -266px -41px;
    margin-top: 30px;
}
    .columna-gestion-contenedor.contenedor-caja-doble {
    justify-content: center;
    padding-bottom: 100px;
    flex-direction: row !important;
}
    .contenido-gestion-seccion-5-fondo {
    background-size: 100%;
    background: url(../img/fondo-gestion-5.jpg);
    background-position: -589px 1298px;
    padding-bottom: 334px;
}
    .contenido-gestion-seccion-4-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1){
        max-width:400px;

    }
    .contenido-gestion-seccion-2-fondo {
    background-size: cover;
    background: url(../img/fondo-gestion-2.jpg);
    background-position: -44px 640px;
    background-repeat: no-repeat;
    padding-bottom: 333px;
}
    .contenido-gestion-seccion-1-fondo {
    background-size: cover;
    background: url(../img/fondo-gestion-1.jpg);
    padding-bottom: 694px;
    background-position: -312px -92px;
    background-repeat: no-repeat;
}

   .contenido-gestion-seccion-1-fondo .contenido-gestion-seccion .columna-gestion-contenedor {
    display: flex;
    justify-content: space-between;
    padding-top: 85px;
    padding: 33px;
}

    .contenido-gestion-seccion-7-fondo .contenido-gestion-seccion .columna-gestion-contenedor{
        padding-bottom: 0px;
    }

    .contenido-gestion-seccion-8-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) {
    max-width: 371px;
    position: relative;
    left: 0;
}
.contenido-gestion-seccion-8-fondo {
    background-size: 100% !important;
    background: url(../img/fondo-gestion-8.jpg);
    background-position: -371px 0px;
    background-repeat: no-repeat;
}

    p.parrafo-top.item__15.aloud {
    margin-top: 872px;
}

.caja-cuadros-gestion-contenedor {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: absolute;
    padding: 19px;
    background-size: 126%!important;
    background: url(../img/fondo-gestion-7.jpg);
    background-position: -177px -464px;
}

   .banner-secciones-internas7 {
    background: url(../img/banner-gestion.jpg);
    width: 100%;
    background-position: -156px -154px;
    background-size: 121%;
    /* height: 339px; */
    margin-top: 0px;
}



.columna-caja-cuadro-gestion {
    max-width: 232px;
    width: 100%;
}


.caja-titulo-gestion1 {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 20px;
}



.columna-gestion {
    width: 100%;
    max-width: 400px;
    padding: 20px;
}



.columna-gestion-contenedor {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}



.contenido-gestion-seccion-9-fondo {
       background-size: 141% !important;
    background: url(../img/fondo-gestion-9.jpg);
    background-repeat: no-repeat;
    padding-bottom: 158px;
    background-position: -147px -3px;
    background-color: #019DF4;
}

.caja-cuadro-gestion-economica-2{
    background-color:#019DF4;
}

.contenido-gestion-seccion-9-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(3) {
    color: #FFF;
    padding: 20px;
}




.contenido-gestion-seccion-10-fondo .contenido-gestion-seccion .columna-gestion-contenedor {
    padding-top: 624px;
}



.caja-contenedor-datos-flotante {
    position: absolute;
    top: -367px;
    padding: 20px;
    right: 24px;
    background: #f4f4f4;
    border-radius: 20px;
}


.caja-texto-gestion-grafico-1 {
    position: relative;
    top: -220px;
    left: 24px;
    width: 100%;
    max-width: 154px;
    text-align: center;
}


.caja-texto-gestion-grafico-1 h1 {
    font-family: 'Telefonica-bold' !important;
    font-size: 2.5em;
    margin: 0;
}

.contenido-gestion-seccion-12-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) {
    position: relative;
    align-items: flex-end;
    padding: 28px;
}










    .imagen-auditoria {
        background-position: 0px -444px;
        height: 570px;
        max-width: 100%;
        width: 100%;
    }

    .container.contenedor-seccion.tabla-seccion {
        width: 100%;
    }

    .imagen-grupos-interes-mobile img:nth-of-type(2) {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .caja-tabla-grande-contenedor {
    overflow-x: auto;
}
.contenedor-tabla-mediana-parte-2 {
      overflow-x: auto;
}

    .header-1 #main-menu .nav.navbar-nav {
        margin-right: 0 !important;
    }

    .banner-secciones-internas3 {
        background: url(../img/banner-acerca-movistar.jpg);
        width: 100%;
        background-position: 0px -1px;
        background-size: cover;
        /* height: 339px; */
        margin-top: 0;
    }

    .caja-imagen-valores {
        position: relative;
        top: 2px;
        width: 100%;
        max-width: 500px;
        right: 0px;
    }

    .caja-texto-seccion-banner {
        padding: 45px;
        position: relative;
        left: 0px;
    }

    #main-menu .navbar-collapse.collapse.in {
        display: block !important;
        width: 100%;
    }

    .caja-asuntos-materiales h4 {
        padding-left: 28px;
    }

    .nav-tabs>li {
        float: left;
        margin-bottom: -1px;
        font-size: 1.2em;
        width: 50%;
        text-align: center;
    }

    .columnas-contruccion-informe {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .imagen-podio h4 {
        margin: 0;
        font-family: 'Telefonica-bold';
        font-size: 1em;
    }

    .imagen-lapiz h4 {
        margin: 0;
        font-family: 'Telefonica-bold';
        font-size: 1em;
    }

    .flecha img {
        width: 100%;
        max-width: 54px;
        display: block;
        margin: 0;
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }

    .imagenes-podio-lapiz {
        display: flex;
        justify-content: space-around;
        width: 100%;
        max-width: 191px;
    }

    .caja-texto-invitados h4 {
        margin: 0;
        font-family: 'Telefonica-bold';
        font-size: 1em;
    }

    .caja-texto-invitados h2 {
        color: #FFF;
        font-size: 2em;
        margin: 0;
        font-family: 'Telefonica-bold';
    }

    .imagen-podio img {
        width: 100%;
        max-width: 60px;
        display: block;
        margin: 0 auto;
    }

    .imagen-lapiz img {
        width: 100%;
        max-width: 60px;
        display: block;
        margin: 0 auto;
    }

    .caja-iconos-negocio {
        align-items: flex-start;
        justify-content: flex-start;
        padding-left: 20px;
    }

    .caja-plan-negocio-rentable h1 {
        margin-left: 0;
    }

    .parrafo-hidden {
        display: none;
    }

    .caja-texto-proceso-informe2 {
        display: block;
    }

    .imagen-anualmente img {
        width: 100%;
        max-width: 253px;
        display: block;
        margin: 0;
    }

    .caja-texto-anualmente-interna h2,
    .caja-texto-anualmente-interna p {
        padding: 20px;
    }

    .caja-texto-anualmente-interna p {
        padding-top: 0;
    }

    .caja-texto-anualmente-interna h2 {
        padding-bottom: 0;
    }

    .container.container-padding {
        padding: 0;
        width: 100%;
    }

    .imagen-anualmente {
        background: transparent;
    }

    .caja-texto-seccion-banner {
        padding: 18px;
    }
.banner-secciones-internas7 {
    background: url(../img/banner-gestion.jpg);
    width: 100%;
    background-position: -156px -226px;
    background-size: 131%;
    /* height: 339px; */
    margin-top: 0;
    }
    .contenedor-banner:nth-of-type(1) {
        padding: 0;
        width: 100%;
    }

    .banner-secciones-internas {
        margin-top: 0;
    }

    .texto-comunicacion {
        padding: 40px;
        margin: 0 auto;
    }

    .imagen-comunicacion img {
        width: 100%;
        max-width: 100%;
        display: block;
        margin: 0 auto;
        object-fit: cover;
        height: 100%;
        min-height: 621px;
    }

    .imagen-comunicacion {
        margin: 0 auto;
    }

    .columnas-comunicacion-seccion {
        flex-direction: column;
    }

    .columnas-proceso-informe {
        flex-direction: column;
    }

    .imagen-comunicacion {
        width: 100%;
        max-width: 600px;
        order: 2;
    }

    /********************seccion interna 1 estilos responsive******************/
    .caja-anualmente {
        flex-direction: column;
    }

    #main-menu .navbar .nav>li>a .main-menu-title {
        line-height: 20px;
        color: #ffffff;
    }

    #main-menu .sub,
    #main-menu .parent .sub,
    #main-menu .parent:hover .sub {
        display: none;
        position: relative;
        margin: 0;
        padding: 0;
        background: #019df4 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    ul.cd-header-buttons {
        top: 7px;
        right: 65px;
    }

    .btn-z {
        right: 33px;
    }

    .cd-search-trigger::after {
        width: 11px !important;
        bottom: 11px !important;
        right: 3px !important;
        height: 2px !important;
    }

    .cd-search-trigger::before {
        width: 22px !important;
        height: 22px !important;
        left: 15px !important;
        top: 10px !important;
        border: 2px solid #4b4e53;
    }

    .columnas-caja {
        flex-direction: column;
    }

    .container-fluid.content-cajas {
        padding: 0;
    }

    .logo-2 img {
        width: 100%;
        max-width: 70px;
        display: block;
        float: none;
        position: relative;
        right: -45px;
    }

    .imagen-caja {
        width: 100%;
        max-width: 100%;
    }

    .imagen-caja img {
        width: 100%;
        max-width: 100%;
    }

    .texto-boton-izq {
        left: 0;
        margin-top: 0px;
        margin-bottom: 40px;
        padding: 31px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 auto;
    }

    .texto-boton-der {
        right: 0;
        order: 2;
        margin-top: 0px;
        margin-bottom: 40px;
        padding: 31px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 auto;
    }
}

@media screen and (max-width: 800px) {
    .t-feature-box-white.t-me-2.t-my-4.caja-color-naranja {
        position: relative;

}
    p.actividad-parrafo-top {
    margin-top: 53px !important;
}
    .contenido-agenda-regulatoria-fondo-columnas-4 {
    background: none;
    padding-bottom: 280px;
    background-color: #019DF4;
    min-height: 0;
}
    .actividad-parrafo-azul {
    color: #019DF4;
    font-family: 'Telefonica-light' !important;
    font-size: 1.3em;
    border-left: 2px solid #019DF4;
    padding-left: 21px;
    width: 100%;
    max-width: 549px;
    position: relative !important;
}
    .change-color{
        color: #FFF;
    }
    p.variant-width.item__59.aloud{
        width: 100%;
        max-width: 250px;
    }
    .columna-actividad-7:nth-of-type(1) {
    background-color: transparent;
}
   div#lang-switch {
    position: relative;
    left: 16px;
    top: 3px;
    padding-bottom: 31px;
    width: 100%;
    max-width: 443px;
}
    p.parrafo-linea.linea-absoluta {
    position: relative;
    color: #019DF4;
}


.caja-tablas-iconos {
    overflow-x: auto;
    width: 100%;
}
    .columna-gestion.gestion-plan-responsable .columna-gestion:nth-of-type(2){
    position: relative;
    left: 0px;
}
    .columna-gestion.gestion-plan-responsable .columna-gestion {
    max-width: 276px;
}
    p.parrafo-top.item__15.aloud {
    margin-top: 23px;
}
    .row.columna-rapida {
    margin-bottom: 85px !important;
}
    .caja-numero-absoluto-inner {
    position: absolute;
    top: -84px;
    left: -4px;
}
    .row.columnas-numeros-gestion{
        border-left: 0;
        border:0;
    }
    .row.columnas-numeros-gestion .col-md-4{
        border:0;
    }
    .caja-columnas-contexto-sostenibilidad {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 5px;
    margin: 5px;
    justify-content: center;
}
    
    .caja-titulo-tablas-2 {
    padding: 30px;
}
    .caja-titulo-tablas {
    width: 100%;
    max-width: 399px;
    padding: 30px;
}
    .columna-gestion.tabla-datos-generos-edades-inner{
        overflow-x:auto;
    }
    .t-col-md-6.col-padding {
    padding: 34px;
}
    .contenido-gestion-seccion-23-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) {
    padding-top: 43px;
}
    .caja-absoluta-numero {
    position: absolute;
    top: -42px;
    left: 145px;
    border: 2px solid #FFF;
    border-radius: 100%;
    padding: 17px;
}
    .contenido-gestion-seccion-23-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion:nth-of-type(3) .caja-transparente-numero .caja-absoluta-numero {
    top: -40px;
    left: 145px;
}
    .contenido-gestion-seccion-23-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion:nth-of-type(2) .caja-transparente-numero .caja-absoluta-numero {
    position: absolute;
    top: -27px;
    left: 145px;
    border: 2px solid #FFF;
    border-radius: 100%;
    padding-bottom: 24px;
    padding-top: 24px;
}


    .columna-texto-comicion.gestion-manos .columna-texto-comicion-inner h3 {
    float: right;
    width: 100%;
    max-width: 399px;
    margin-left: 80px;
}

    .contenido-gestion-seccion-36-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion:nth-of-type(3) p:nth-of-type(1) {
    margin-top: 0;
}
    .caja-font{
        font-size:0.7em !important;
    }
    .caja-font-color{
        font-size:1.5em !important;
    }
    .contenedor-caja-botones-flotantes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 806px;
    flex-direction: column;
}


    .contenido-gestion-seccion-26-fondo {
    background-size: 110% !important;
    background: url(../img/fondo-gestion-25.jpg);
    padding-bottom: 0;
    background-repeat: no-repeat;
    background-position: 0px -6px;
}

.caja-cortada-gestion-5 {
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    background-color: #0B2739;
    padding: 20px;
}
    .caja-conflictos-intereses2 p {
    height: 450px;
    display: flex;
    flex-direction: column;
}

/**********************************ESTILOS RESPONSIVE GESTION2020*****************************/

/**********************************ESTILOS RESPONSIVE GESTION2020*****************************/

/**********************************ESTILOS RESPONSIVE GESTION2020*****************************/




.columna-actividad-7 {
    width: 100%;
    max-width: 485px;
    padding: 32px;
}




.cuadro-saltante-actividad {
    width: 100%;
    max-width: 738px;
    position: relative;
    background: #FFF;
    -webkit-border-bottom-right-radius: 200px;
    -moz-border-radius-bottomright: 200px;
    border-bottom-right-radius: 0px;
    left: 0;
    background-color: #0B2739;
    padding: 32px;
    padding-top: 0;
}


.columna-actividad-7:nth-of-type(1) h1 {
    color: #019DF4;
    padding-top: 27px;
}




.contenido-agenda-regulatoria-fondo-columnas-9 {
 background: url(../img/fondo-actividad-7.jpg);
       background-size: 464% !important;
    background-repeat: no-repeat;
    background-position: 0px -406px;
    padding-bottom: 0;
}


    .columna-actividad-6:nth-of-type(1) {
    padding-left: 0;
    padding: 30px;
}
    .contenido-agenda-regulatoria-fondo-columnas-7 {
  padding-bottom: 0px;
    background: url(../img/fondo-actividad-6.jpg);
    background-size: 558%;
    background-repeat: no-repeat;
    background-position: -6px -5px;
}
p.actividad-parrafo-top {
    margin-top: 33px;
}
    .columnas-tic-2 {
    columns: 268px 1;
    width: 100%;
    color: #FFF;
    max-width: 630px;
    column-gap: 55px;
    margin-top: 51px;
    padding: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    }
    .columnas-agenda-regulatoria:nth-of-type(1) {
    padding-left: 0;
    padding: 30px;
}
    .columna-larga-actividad-2 {
    display: flex;
    width: 100%;
    padding-top: 48px;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
    .contenido-agenda-regulatoria-fondo-columnas-5 {
    background: url(../img/chica-actividad-1.png);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: 1266px -77px !important;
    background-color: #019DF4;
    min-height: auto;
    padding-bottom: 130px;

}
.contenido-agenda-regulatoria-fondo-columnas-5 {
    background: url(../img/chica-actividad-1.png);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: 4px -77px;
    background-color: #019DF4;
    min-height: 1414px;
}
    .pie-pagina-actividad-2 p {
    width: 100%;
    max-width: 305px;
    margin-right: 138px;
    color: #0B2739;
    border-left: 2px solid;
    padding-left: 19px;
    font-family: 'Telefonica-light' !important;
    font-size: 1.3em;
    left: 30px;
    position: relative;
}
    .pie-pagina-actividad-1 p {
    width: 100%;
    max-width: 400px;
    margin-right: 138px;
    margin-top: 24px;
    color: #0B2739;
    border-left: 2px solid;
    padding-left: 19px;
    font-family: 'Telefonica-light' !important;
    font-size: 1.3em;
    position: relative;
    top: -17px;
    left: 30px;
}
    .contenido-agenda-regulatoria-fondo-columnas-5 {
    background: url(../img/chica-actividad-1.png);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: 266px -77px;
    background-color: #019DF4;
    min-height: 1414px;
}
    .titulo-actividad-tic {
    margin-right: 201px;
    width: 100%;
    max-width: 340px;
    float: none;
    padding: 30px;
}
    .columnas-tic {
    columns: 204px 1;
    float: none;
    width: 100%;
    max-width: 630px;
    clear: both;
    color: #FFF;
    column-gap: 55px;
    padding: 30px;
}
    .contendor-agenda-regulatoria-columnas {
    display: flex;
    width: 100%;
    max-width: 970px;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
}
    .contendor-agenda-regulatoria {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
    .contendor-fondo-actividad-color {
    padding: 33px;
    background: #019DF4;
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
    right: 0;
}
    .banner-secciones-internas6 {
    background: url(../img/banner-actividad-regulatoria.jpg);
    width: 100%;
    background-position: 0px 0px;
    background-size: 100%;
    /* height: 339px; */
    margin-top:0px;
    background-repeat: no-repeat;
}
    .contenido-agenda-regulatoria-fondo-columnas-3 .contendor-agenda-regulatoria-columnas .columnas-agenda-regulatoria:nth-of-type(3) img {
    width: 100%;
    max-width: 427px;
    top: -244px;
    right: 3px;
    position: absolute;
}
    .contenido-agenda-regulatoria-fondo-columnas-2 .contendor-agenda-regulatoria-columnas{
        flex-direction: column;
    }
    .contenido-agenda-regulatoria-fondo-columnas-3 .contendor-agenda-regulatoria-columnas{
        flex-direction: column;
    padding: 30px;
    justify-content: center;
    align-items: center;
    }
    .columnas-iconos-pacto-reactivar-inner2{
        height: 100%;
    }
    .texto-asuntos-materiales p {
    font-size: 1.2em;
    width: 100%;
    max-width: 100%;
    padding: 15px;
    margin: 5px;
}
    .texto-asuntos-materiales {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .texto-carta {
    column-count: 1;
    column-gap: 57px;
}


.caja-texto-inner p:nth-of-type(1) {
     margin-top: 0px;
}
    .fondo-mobile-contexto-1 {
   padding: 16px;
    background: #0B2739;
    margin-top: 33px;
}


    .columnas-iconos-pacto-reactivar5.reactivar-azul .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos:nth-of-type(3) img {
        width: 100%;
        max-width: 55px;
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .columna-reactivar-iconos:nth-of-type(4) img {
        width: 100%;
        max-width: 55px;
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .columnas-iconos-pacto-reactivar3 .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos:nth-of-type(1) {
        -webkit-border-top-left-radius: 19px;
        -webkit-border-top-right-radius: 19px;
        -moz-border-radius-topleft: 19px;
        -moz-border-radius-topright: 19px;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .columnas-iconos-pacto-reactivar3.reactivar-fucsia .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos:nth-of-type(1) {
        -webkit-border-top-left-radius: 19px;
        -webkit-border-top-right-radius: 19px;
        -moz-border-radius-topleft: 19px;
        -moz-border-radius-topright: 19px;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .columnas-iconos-pacto-reactivar3.reactivar-azul .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos:nth-of-type(1) {
        -webkit-border-top-left-radius: 19px;
        -webkit-border-top-right-radius: 19px;
        -moz-border-radius-topleft: 19px;
        -moz-border-radius-topright: 19px;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .columnas-iconos-pacto-reactivar3.reactivar-morado .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos:nth-of-type(1) {
        -webkit-border-top-left-radius: 19px;
        -webkit-border-top-right-radius: 19px;
        -moz-border-radius-topleft: 19px;
        -moz-border-radius-topright: 19px;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .columnas-iconos-pacto-reactivar5.reactivar-fucsia .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos {
        margin-top: 30px;
    }

    .columnas-iconos-pacto-reactivar5.reactivar-morado .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos:nth-of-type(2) {
        margin-top: 30px;
        background: #FFF;
    }

    .columnas-iconos-pacto-reactivar5.reactivar-morado .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos:nth-of-type(1) {
        margin-right: 0px;
    }

    .columnas-iconos-pacto-reactivar5.reactivar-naranja .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos {
        margin-top: 30px;
        background: #FFF;
    }

    .columnas-iconos-pacto-reactivar5.reactivar-naranja .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos:nth-of-type(1) {
        margin-right: 0px;
        margin-top: 30px;
    }

    .columnas-iconos-pacto-reactivar3 .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos:nth-of-type(3) {
        border-left: none !important;
        border-right: none !important;
        border-top: solid 2px #83af37;
        border-bottom: solid 2px #83af37;
    }

    .columnas-iconos-pacto-reactivar3.reactivar-azul .columnas-iconos-pacto-reactivar-inner2 .columna-reactivar-iconos:nth-of-type(3) {
        border-left: none;
        border-top: solid 2px #019DF4;
        border-right: none;
        border-bottom: solid 2px #019DF4;
    }

    .contenido-pacto-reactivar {
        width: 100%;
        max-width: 970px;
        margin: 0 auto;
        padding: 33px;
    }

    .columna-pacto-digital-inner1 {
        width: 100%;
        max-width: 423px;
        padding: 33px;
        margin: 5px;
    }

    .caja-columna-pacto-digital {
        margin-top: 71px;
        width: 100%;
        max-width: 318px;
    }

    .imagen-contexto-pacto-mobile {
        display: block;
    }

    img.imagen-contexto-pacto {
        width: 131%;
        max-width: 631px;
        display: block;
        right: 0;
        position: relative;
    }

    .pacto-digital-mobile {
        display: block;
    }

    .pacto-digital-desktop {
        display: none;
    }

    .contenido-contexto-sosteniblidad {
        padding-bottom: 60px;
    }

    .columnas-iconos-pacto-reactivar5.reactivar-azul .columnas-iconos-pacto-reactivar-inner .columna-reactivar-iconos:nth-of-type(1) {
        margin-right: 0;
        margin-left: 0;
    }

    .columna-reactivar-iconos {
        width: 100%;
        max-width: 100%;
        color: #FFF;
        text-align: center;
    }

    .columnas-iconos-pacto-reactivar-inner2 {
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .columnas-iconos-pacto-reactivar-inner {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }

    .caja-reactivar-iconos1-img img {
        width: 100%;
        margin: 0 auto;
        max-width: 140px;
        display: block;
        position: relative;
        right: 0px;
    }

    .columnas-titulo-pacto-digital {
        display: flex;
        color: #FFF;
        padding-top: 50px;
        flex-direction: column;
        padding: 20px;
    }

    .five-columns .col {
        width: 45%;
        float: left;
        padding: 0;
    }

    #page-wrap {
        width: 100%;
        margin: 0px auto;
        padding: 20px;
    }

    .contenido-contexto-sector-columnas {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .caja-relevancia-ecosistema-digital {
        min-height: 1265px;
        background: url(../img/fondo-contexto1.jpg);
        background-size: 108%;
        background-position: -33px -47px;
        margin-top: 50px;
        height: 100%;
    }

    .caja-texto-inner h1 {
        right: 0;
    color: #019DF4;
    }

    .caja-texto-ecosistema .caja-texto-inner img {
        display: none;
    }

    .caja-texto-inner {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
        max-width: 319px;
    }

    .caja-texto-ecosistema {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: end;
        position: relative;
        align-items: center;
    }

    .caja-relevancia-ecosistema-digital {
        background-repeat: no-repeat;
        background-size: cover;
    }

    .banner-secciones-internas5 {
        background: url(../img/banner-contexto.jpg);
        width: 100%;
        background-position: 0px 5px;
        background-size: 125%;
        /* height: 339px; */
        margin-top: 0;
        background-repeat: no-repeat;
    }

    #page-wrap>div {
        margin: 0 0 50px 0;
        min-width: 970px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .contenido-columna-opaca h3 span {
        width: 32%;
    }

    .caja-afiliacion-asociaciones {
        background-color: #8bc1dc;
        background: url(../img/movistar-colombia-4.jpg);
        margin-top: 0px;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 792px;
        background-position: -177px 0px;
    }

    .contenido-columna-opaca h3 {
        margin: 0;
        color: #FFF;
        font-size: 1em;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .caja-texto-afiliaciones {
        width: 100%;
        max-width: 300px;
        color: #0B2739;
        order: -1;
        padding: 20px;
        margin: 15px;
        background: #ffffff47;
    }

    .caja-columnas-certificaciones {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
    }

    .columnas-iniciativas-externas {
        display: flex;
        justify-content: space-between;
        margin-top: 60px;
        padding: 20px;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .caja-iniciativas-externas {
        padding: 20px;
    }

    .columnas-caja-cambios {
        padding: 20px;
    }

    .banner-secciones-internas4 {
        background: url(../img/1-Home-Web-0.jpg);
        width: 100%;
        background-position: 0px 0px;
        background-size: 200%;
        /* height: 339px; */
        margin-top: 0;
        background-repeat: no-repeat;
    }

    .contenido-carta-presidente {
        width: 100%;
        max-width: 970px;
        margin: 0 auto;
        padding: 20px;
    }

    .caja-conflictos-intereses2 p {
        column-count: 1;
        height: 100%;
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        -moz-column-fill: balance;
        column-fill: balance;
    }

    h4.heading-gri {
        padding-left: 20px;
    }

    .caja-datos-relevantes-iconos {
        display: flex;
        align-items: flex-start;
        justify-content: space-evenly;
        margin-top: 50px;
        flex-direction: column;
        align-items: center;
    }

    .bola2 {
        background: #da9615;
        width: 25px;
        height: 15px;
        border-radius: 100%;
    }

    .bola1 {
        background: #0B2739;
        width: 15px;
        height: 15px;
        border-radius: 100%;
    }

    .bola {
        width: 15px;
        height: 15px;
        background: #019DF4;
        border-radius: 100%;
    }

    h4.abonados-heading {
        padding: 0 !important;
    }

    .caja-text-datos-relevantes2 {
        color: #FFF;
        padding-left: 20px;
    }

    .caja-textos-imagen-datos-columna {
        padding-left: 15px;
    }

    .caja-datos-relevantes h1 {
        color: #0B2739;
        padding-left: 20px;
    }

    .caja-datos-relevantes h4 {
        color: #0B2739;
            padding-left: 20px;
    }

    .caja-textos-imagen-datos:nth-of-type(5) {
        margin-top: 36px;
    }

    .caja-textos-imagen-datos:nth-of-type(4) {
        margin-top: 53px;
    }

    .caja-textos-imagen-datos:nth-of-type(3) {
        margin-top: 34px;
    }

    .caja-textos-imagen-datos:nth-of-type(2) {
        margin-top: 10px;
    }

    .caja-textos-imagen-datos:nth-of-type(1) {
        margin-top: 20px;
    }

    .caja-textos-imagen-datos p {
        color: #0B2739;
        line-height: 13px;
        width: 100%;
        max-width: 261px;
        font-size: 0.8em;
    }

    .caja-textos-imagen-datos h4 {
        color: #0B2739;
        font-size: 1em;
    }

    .caja-textos-imagen-datos h3 {
        font-family: 'Telefonica-bold';
        color: #FFF;
        font-size: 1.2em;
    }

    .caja-imagen-datos-relevantes img {
        object-fit: cover;
        height: 463px;
        object-position: 3px;
    }

    .columnas-caja-datos-relevantes {
        display: flex;
        align-items: center;
        position: relative;
        flex-direction: column;
    }

    .caja-codigo-qr-datos {
        display: none;
    }

    .caja-codigo-qr-datos2 {
        display: block;
    }

    .columna-torta {
        padding-left: 20px;
    }

    .columna-listado-datos {
        padding-left: 20px;
    }

    .titulo-secciones-movistar {
        padding-left: 20px;
    }

    .caja-titulo-mision {
        padding-left: 20px;
    }


    .contenedor-mision-valores p {
        margin-bottom: 12px;
    }


    .caja-titulo-valores {
        width: 100%;
        max-width: 182px;
        margin-top: 20px;
        padding-left: 20px;
    }

    .caja-datos-valores {
        width: 100%;
        max-width: 90%;
        padding-left: 20px;
        margin-left: 5px;
        padding-right: 20px;
    }

    .caja-abierta {
        margin: 0 auto;
        max-width: 100%;
    }

    .caja-valores {
        display: flex;
        background: #019DF4;
        width: 100%;
        flex-direction: column;
        max-width: 970px;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .caja-contenedor-lista h4 {
        padding-left: 20px;
    }

    .contenedor-lista-moviles-postpago {
        padding-left: 20px;
        display: flex;
        width: 100%;
        justify-content: space-between;
        max-width: 360px;
        flex-direction: column;
    }

    .caja-contenedor-lista h1 {
        padding-left: 20px;
    }

    .caja-lista-grande {
        padding: 20px;
        width: 100%;
        max-width: 386px;
    }

    .titulo-secciones-gobernanza {
        margin-top: 0px;
        padding: 33px;
    }

    .imagen-construccion {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .imagen-dummy {
        width: 100%;
        display: block;
        max-width: 100%;
        background: url(../img/fondo-informe-2.jpg);
        padding: 20px;
        height: 600px;
    }

    .imagen-grupos-interes-mobile {
        display: block;
        width: 119%;
    }

    .imagen-grupos-interes-mobile img:nth-of-type(1) {
       position: relative; */
    left: 0;
    width: 100%;
    max-width: 479px;
/* margin: 0 auto;*/
    display: block;
    }

    .imagen-grupos-interes {
        display: none;
    }

    .caja-composicion-directiva-imagen {
        width: 100%;
        max-width: 444px;
        padding: 33px;
    }

    .caja-conflictos-intereses2 {
        padding: 33px;
            padding-top: 0;
    margin-top: 0;
    }

    .texto-intereses {
        width: 100%;
        max-width: 400px;
        padding: 33px;
            color: #0B2739;
    }

    .caja-composicion-directiva-texto {
        width: 100%;
        max-width: 400px;
        padding: 33px;
    }

    .caja-conflictos-intereses {
        background: url(../img/nubes-movistar.png);
        background-size: 76%;
        background-repeat: no-repeat;
        background-position: 102px -38px;
        padding: 33px;
            color: #0B2739;
    }

    .caja-conflictos-intereses h1 {
        padding-top: 8px;
        color: #0B2739;
    }

    .imagen-auditoria {
        background-position: 0px -219px;
            padding-bottom: 289px;
    }

    .texto-auditoria {
        width: 100%;
        max-width: 600px;
        padding-right: 65px;
        padding-left: 33px;
    }

    .caja-imagenes-comite-auditoria {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-top: 60px;
        padding-bottom: 50px;
    }

    .container-comite-auditoria {
        display: flex;
        flex-wrap: wrap;
        background: #0B2739;
        justify-content: center;
        align-items: center;
    }

    .caja-junta-directiva-texto {
        padding: 33px;
    }

    .caja-junta-directiva {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
        padding-bottom: 125px;
    }

    .caja-junta-directiva-imagenes {
        display: flex;
        width: 100%;
        max-width: 433px;
        justify-content: space-between;
        position: relative;
        top: 44px;
        left: 0px;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
    }

    .caja-atencion-accionista-texto {
        padding-left: 33px;
        padding-right: 20px;
    }

    .banner-secciones-internas2 {
        margin-top: 0;
        background: url(../img/imagen2-interna.jpg);
        width: 100%;
        background-position: -294px 0px;
        background-size: 219%;
        background-repeat: no-repeat;
    }

    .caja-estructura-gobernanza {
        justify-content: center;
    }

    .caja-atencion-accionista {
        background: url(../img/fondo-seccion-interna2.png);
        background-size: cover;
        background-position: 0px -153px;
        background-repeat: no-repeat;
        background-color: #019DF4;
    }

    .caja-composicion-texto-imagen {
        justify-content: center;
    }

    .cajas-datos {
        display: flex;
        justify-content: center;
        align-items: baseline;
        flex-direction: column;
    }

    .banner-secciones-internas {
        background: url(../img/imagen1-interna.jpg);
        width: 100%;
        background-position: 0px -1px;
        background-size: 100%;
        /* height: 339px; */
        margin-top: 113px;
        background-repeat: no-repeat;
    }

    .caja-texto-seccion-banner h2 {
        font-family: 'Telefonica-light';
        color: #FFF;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 2em;
        margin: 0;
    }

    .texto-asuntos-materiales {
        padding: 22px;
    }

    .caja-asuntos-materiales h1 {
        font-family: 'Telefonica';
        color: #019df4;
        font-size: 2em;
        padding-left: 27px;
    }

    .imagen-podio h4 {
        margin: 0;
        font-family: 'Telefonica-bold';
        font-size: 1em;
    }

    .imagen-lapiz h4 {
        margin: 0;
        font-family: 'Telefonica-bold';
        font-size: 1em;
    }

    .flecha img {
        width: 100%;
        max-width: 54px;
        display: block;
        margin: 0;
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }

    .imagenes-podio-lapiz {
        display: flex;
        justify-content: space-around;
        width: 100%;
        max-width: 191px;
    }

    .caja-texto-invitados h4 {
        margin: 0;
        font-family: 'Telefonica-bold';
        font-size: 1em;
    }

    .caja-texto-invitados h2 {
        color: #FFF;
        font-size: 2em;
        margin: 0;
        font-family: 'Telefonica-bold';
    }

    .imagen-podio img {
        width: 100%;
        max-width: 60px;
        display: block;
        margin: 0 auto;
    }

    .imagen-lapiz img {
        width: 100%;
        max-width: 60px;
        display: block;
        margin: 0 auto;
    }

    .caja-iconos-negocio {
        align-items: flex-start;
        justify-content: flex-start;
        padding-left: 20px;
    }

    .caja-plan-negocio-rentable h1 {
        margin-left: 0;
    }

    .parrafo-hidden {
        display: none;
    }

    .caja-texto-proceso-informe2 {
        display: block;
    }

    .imagen-anualmente img {
        width: 100%;
        max-width: 253px;
        display: block;
        margin: 0;
    }

    .caja-texto-anualmente-interna h2,
    .caja-texto-anualmente-interna p {
        padding: 20px;
    }

    .caja-texto-anualmente-interna p {
        padding-top: 0;
    }

    .caja-texto-anualmente-interna h2 {
        padding-bottom: 0;
    }

    .container.container-padding {
        padding: 0;
    }

    .imagen-anualmente {
        background: transparent;
    }

    .caja-texto-seccion-banner {
        padding: 18px;
    }

    .contenedor-banner:nth-of-type(1) {
        padding: 0;
        width: 100%;
    }

    .banner-secciones-internas {
        margin-top: 0;
    }

    .texto-comunicacion {
        padding: 40px;
        margin: 0 auto;
    }

    .imagen-comunicacion img {
        width: 100%;
        max-width: 100%;
        display: block;
        margin: 0 auto;
        object-fit: cover;
        height: 100%;
        min-height: 621px;
    }

    .imagen-comunicacion {
        margin: 0 auto;
    }

    .columnas-comunicacion-seccion {
        flex-direction: column;
    }

    .btn-z {
        right: 16px;
    }

    .container-fluid.content-cajas {
        padding: 0;
    }

    body.home {
        background-image: url(../img/fondo-header.jpg);
        background-position: -48px 100px;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .boton-navegador-seccion img {
        width: 100%;
        max-width: 80px;
        height: auto;
        display: block;
        cursor: pointer;
        display: none;
    }

    .contenido-header {
        margin-top: 45px;
        margin-bottom: 54px;
    }

    .caja-texto h1 {
        font-size: 8em;
        font-family: 'Telefonica-ExtraLight' !important;
        color: #0B2739;
        margin-bottom: 2px;
    }

    .caja-texto h3 {
        color: #019df4;
        font-weight: 400;
        font-size: 1em;
        font-family: 'Telefonica';
    }

    .caja-texto h2 {
        font-family: 'Telefonica-ExtraLight';
        color: #019df4;
        font-size: 3em;
        font-weight: 500;
        margin-top: 0px;
    }

    ul.cd-header-buttons {
        top: 7px !important;
        right: 46px !important;
    }

    .cd-search-trigger::after {
        width: 9px !important;
        bottom: 15px !important;
        right: 7px !important;
        height: 2px !important;
    }

    .cd-search-trigger::before {
        width: 18px !important;
        height: 18px !important;
        left: 15px !important;
        top: 10px !important;
        border: 2px solid #4b4e53;
    }

    .row.caja-footer {
        flex-direction: column;
    }

    ul.cd-header-buttons {
        top: 20px;
        right: 40px;
    }

    .texto-boton-der {
        right: 0;
        order: 2;
        margin-top: 0px;
        margin-bottom: 40px;
        padding: 31px;
    }

    .texto-boton-izq {
        left: 0;
        margin-top: 0px;
        margin-bottom: 40px;
        padding: 31px;
    }

    .columnas-caja {
        flex-direction: column;
    }

    .logo-2 img {
        float: none;
        right: 0;
    }

    .main-menu-container {
        position: relative;
    }

    .main-menu-container {
        background-color: transparent !important;
    }

    #main-menu .navbar-collapse.in {
        overflow: visible !important;
        background-color: #019df4;
    }

    .navbar-collapse {
        position: absolute;
        top: 54px;
        left: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        transition: all 0.4s ease;
        display: block;
    }

    .navbar-collapse.collapsing {
        height: auto !important;
        margin-left: 100%;
        left: 50%;
        transition: all 0.2s ease;
    }

    .navbar-collapse.show {
        left: 0;
    }
}

@media screen and (max-width: 600px) {
  
    .caja-imagenes-iconos-gestion-1.caja-blanca-tabla.desktop {
    display: none;
}
    .contenido-columna-opaca {
    width: 100%;
    max-width: 967px;
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-gap: 20px;
    color: #FFF;
}
    .contenido-gestion-seccion-49-fondo {
    background-size: 100% !important;
    background: url(../img/fondo-gestion-48.jpg);
    padding-bottom: 0;
    background-repeat: no-repeat;
    background-position: 0px -127px;
}
    .contenido-gestion-seccion-50-fondo {
    background-size: 173% !important;
    background: url(../img/fondo-gestion-49.jpg);
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 2px 907px;
}
    .imagen-suelta {
    width: 100%;
    padding-top: 119px;
}
    .columna-tablas-medianas .torta-graficos-2 .caja-torta-grafico-gestion-2 .caja-texto-grafico-2 {
    position: absolute;
    top: 70px;
    left: 79px;
    width: 100%;
    max-width: 118px;
    text-align: center;
}
    .columna-tablas-medianas .torta-graficos-2 .caja-torta-grafico-gestion-2 img {
    position: absolute;
    width: 100%;
    max-width: 286px;
    left: 0;
    margin: 0 auto;
}
    .caja-texto-grafico-2 {
    position: absolute;
    top: 79px;
    left: 75px;
    width: 100%;
    max-width: 118px;
    text-align: center;
}
    .contenedor-tablas-datos-grande {
    padding: 18px;
}

    .caja-torta-grafico-gestion-2 {
    width: 100%;
    max-width: 268px;
    position: relative;
    margin: 0 auto;
}
    .contenido-gestion-seccion-35-fondo {
    background: url(../img/fondo-gestion-35.png);
    background-size: 186%;
    background-repeat: no-repeat;
    background-position: 1px -25px;
}
    .imagen-columna-justificada {
    width: 100%;
    max-width: 341px;
    position: relative;
    right: 0px;
}
    .contenido-gestion-seccion.seccion-flex {
    display: flex;
    align-items: flex-end;
    position: relative;
    padding-top: 60px;
    flex-direction: column;
}
    .contenido-gestion-seccion-36-fondo {
    background: url(../img/fondo-gestion-37.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -328px -0px;
    padding-top: 0px;
}
    .contenido-gestion-seccion-21-fondo {
    background-size: 100% !important;
    background: url(../img/fondo-gestion-20.jpg);
    padding-bottom: 0;
    background-repeat: no-repeat;
}
    .col-md-6.clase-padding{
        padding: 43px;
    }
    .contenido-gestion-seccion-22-fondo {
    background-size: 195% !important;
    background: url(../img/fondo-gestion-21.jpg);
    padding-bottom: 118px;
    background-repeat: no-repeat;
    background-position: -1084px -87px;
}
    .contenido-gestion-seccion-21-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) {
    align-items: flex-end;
    padding-top: 42px;
}.columna-gestion.gestion-imagen-cohete {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
}

    .gestion-imagen-cohete img {
    position: relative;
    width: 100%;
    max-width: 120px;
    top: 26px;
    right: -81px;
    display: none;
}
    .contenido-gestion-seccion-24-fondo {
    background-size: 540% !important;
    background: url(../img/fondo-gestion-23.jpg);
    padding-bottom: 23px;
    background-repeat: no-repeat;
    background-position: 3px -6px;
    color: #FFF;
}
    .contenedor-columnas-justificadas {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 19px;
    -moz-column-gap: 19px;
    column-gap: 19px;
    -webkit-column-rule: 1px solid rgba(28,110,164,0.06);
    -moz-column-rule: 1px solid rgba(28,110,164,0.06);
    column-rule: 1px solid rgba(28,110,164,0.06);
    width: 100%;
    max-width: 763px;
    padding:33px;
}
    .contenido-gestion-seccion-23-fondo {
    background-size: 487% !important;
    background: url(../img/fondo-gestion-22.jpg);
    padding-bottom: 63px;
    background-repeat: no-repeat;
    background-position: 3px -145px;
}
    .contenido-gestion-seccion-21-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1) .columna-gestion:nth-of-type(3) {
    position: relative;
    top: 0;
}
    .contenido-gestion-seccion-25-fondo {
    background-size: 420% !important;
    background: url(../img/fondo-gestion-24.jpg);
    padding-bottom: 104px;
    background-repeat: no-repeat;
    background-position: -86px -14px;
}
    .caja-parrafos-columna-blanca {
    display: flex;
    flex-direction: column;
}
    .contenido-gestion-seccion-27-fondo {
    background-size: 345% !important;
    background: url(../img/fondo-gestion-26.jpg);
    padding-bottom: 343px;
    background-repeat: no-repeat;
    background-position: -138px -29px;
}
    .contenido-gestion-seccion-29-fondo {
    background-size: 381% !important;
    background: url(../img/fondo-gestion-28.jpg);
    padding-bottom: 12px;
    background-repeat: no-repeat;
    background-position: -15px -76px;
}
    .contenido-gestion-seccion-28-fondo {
    background-size: 375% !important;
    background: url(../img/fondo-gestion-27.jpg);
    padding-bottom: 88px;
    background-repeat: no-repeat;
    background-position: -298px -1008px;
}
    .contenido-gestion-seccion-31-fondo {
    background-size: 536% !important;
    background: url(../img/fondo-gestion-30.jpg);
    padding-bottom: 118px;
    background-repeat: no-repeat;
    background-position: 3px -6px;
}
    .contenido-gestion-seccion-19-fondo {
    background-size: 371% !important;
    background: url(../img/fondo-gestion-18.jpg);
    background-repeat: no-repeat;
    background-position: 0px -1px;
}
    .columna-gestion-contenedor.caja-cortada-4-gestion .columna-gestion:nth-of-type(3) {
    border-right: 2px solid #FFF;
    padding-right: 20px;
    padding-left: 15px;
    height: 100%;
}
.columna-gestion-contenedor.caja-cortada-4-gestion .columna-gestion:nth-of-type(4) {
    border-right: 2px solid #FFF;
    padding-right: 20px;
    padding-left: 15px;
    height: 100%;
}
    .contenido-gestion-seccion-18-fondo .contenido-gestion-seccion h1{
            padding-left: 39px;
    }
    i.fa.fa-angle-down {
    position: relative;
    top: 175px;
    color: #019DF4 !important;
}
    .contenido-agenda-regulatoria-fondo-columnas-9 {
    background: url(../img/fondo-actividad-7.jpg);
    background-size: 122%;
    background-repeat: no-repeat;
    background-position: 0px -406px;
    padding-bottom: 0;
}

.contenido-gestion-seccion-17-fondo {
    background-size: 425% !important;
    background: url(../img/fondo-gestion-16.jpg);
    padding-bottom: 11px;
    background-repeat: no-repeat;
    background-position: 0px -197px;
}

.contenido-gestion-seccion-17-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) {
    align-items: flex-end;
    padding-top: 0;
}   
.columna-gestion.caja-columna-doble {
    display: flex;
    color: #FFF;
    flex-direction: column;
}
.contenido-gestion-seccion-20-fondo {
    background-size: 432% !important;
    background: url(../img/fondo-gestion-19.jpg);
    padding-bottom: 33px;
    background-repeat: no-repeat;
    }

/**********************************ESTILOS RESPONSIVE GESTION2020*****************************/

/**********************************ESTILOS RESPONSIVE GESTION2020*****************************/

/**********************************ESTILOS RESPONSIVE GESTION2020*****************************/
.cuadro-saltante-actividad {
    width: 100%;
    max-width: 738px;
    position: relative;
    background: #FFF;
    -webkit-border-bottom-right-radius: 200px;
    -moz-border-radius-bottomright: 200px;
    border-bottom-right-radius: 200px;
    left: 0;
    background-color: #0B2739;
    padding: 32px;
    padding-top: 0;
}
.columna-larga-actividad {
    display: flex;
    width: 100%;
    padding-top: 31px;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.columna-larga-actividad {
    display: flex;
    width: 100%;
    padding-top: 31px;
    position: relative;
    flex-direction: column;
}


.banner-secciones-internas7 {
    background: url(../img/banner-gestion.jpg);
    width: 100%;
        background-position: -53px -7px;
    background-size: 121%;
    /* height: 339px; */
    background-repeat: no-repeat;
    margin-top: 0px;
}

.caja-cuadro-gestion img{
    height: 451px;
}


.columna-gestion-contenedor{
    flex-direction: column;
    align-items: center;
        padding: 25px;
}

.contenido-gestion-seccion-1-fondo {
    background-size: 420% !important;
    background: url(../img/fondo-gestion-1.jpg);
    padding-bottom: 155px;
    background-position: -66px -9px;
    background-repeat: no-repeat;
}


.contenido-gestion-seccion-6-fondo {
    background-size: 1234px !important;
    background: none;
    background-position: -9px 2324px;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.caja-titulo-gestion1 img{
    display: none;
}



.contenido-gestion-seccion-5-fondo {
    background-size: 100%;
    background: url(../img/fondo-gestion-5.jpg);
    background-position: -194px 1292px;
    padding-bottom: 67px;
}


.contenido-gestion-seccion-4-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(2) {
    margin-left: 60px;
    margin-top: 100px;
}
.contenido-gestion-seccion-2-fondo {
    background-size: cover;
    background: url(../img/fondo-gestion-2.jpg);
    background-position: -14px 552px;
    background-repeat: no-repeat;
    padding-bottom: 28px;
}


.contenido-gestion-seccion-2-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) {
    padding-left: 0;
    margin-left: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin:0 auto;
}



.contenido-gestion-seccion-3-fondo {
    background-size: 633% !important;
    background: url(../img/fondo-gestion-3.jpg);
    background-position: -405px 0px;
    padding-bottom: 129px;
    background-repeat: no-repeat;
}



.caja-gestion-cuadro-2:nth-of-type(1) {
    margin-top: 25px;
}


.contenido-gestion-seccion-4-fondo .contenido-gestion-seccion .columna-gestion-contenedor {
    display: flex;
    justify-content: flex-start;
    padding-top: 20px;
}



.caja-titulo-gestion1 {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 27px;
}


.contenido-gestion-seccion-2-fondo .contenido-gestion-seccion .columna-gestion-contenedor p {
    margin-top: 33px;
}





/****************************************parte 2****************************************/
.caja-cuadros-gestion-contenedor {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    padding: 19px;
    background-size: 126%!important;
    background: url(../img/fondo-gestion-7.jpg);
    background-position: -177px -464px;
}

.contenido-gestion-seccion-7-fondo {
    background-size: 583% !important;
    background: url(../img/fondo-gestion-7.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}


.contenido-gestion-seccion-7-fondo .contenido-gestion-seccion .columna-gestion-contenedor{
    padding: 5px;
        align-items: center;
}


.parrafo-top{
    margin-top:20px;
}


.contenido-gestion-seccion-8-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(1) {
    max-width: 498px;
    position: relative;
    left: 0;
}
.contenido-gestion-seccion-8-fondo .contenido-gestion-seccion .columna-gestion-contenedor{
    padding: 0;
}



/****************************************parte 3****************************************/




.contenido-gestion-seccion-9-fondo {
background-size: 527% !important;
    background: url(../img/fondo-gestion-9.jpg);
    background-repeat: no-repeat;
    padding-bottom: 95px;
    background-position: -6px 0;
}



.contenido-gestion-seccion-10-fondo .contenido-gestion-seccion .columna-gestion-contenedor {
    padding-top: 334px;
}

.contenido-gestion-seccion-11-fondo {
    background-size: 339% !important;
    background: url(../img/fondo-gestion-11.jpg);
    background-repeat: no-repeat;
}




.caja-contenedor-datos-flotante {
    position: relative;
     top: 0px; 
    padding: 20px;
     right: 0px; 
    background: #f4f4f4;
    border-radius: 20px;
}

.caja-texto-gestion-grafico-1 {
    position: relative;
      top: -204px;
    left: 30px;
    width: 100%;
    max-width: 154px;
    text-align: center;
}
.contenido-gestion-seccion-12-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion:nth-of-type(3) {
    max-width: 133px;
    margin-top: -115px;
}


.caja-texto-gestion-grafico-1 h1 {
    font-family: 'Telefonica-bold' !important;
    font-size: 2em;
    margin: 0;
}


.caja-torta-grafico-gestion-1 img {
    position: absolute;
    top: -275px;
    width: 100%;
    max-width: 207px;
}






.parrafo-rotado {
    left: -226px;
    position: absolute;
    top: 138px;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate( 
270deg
 );
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate( 
270deg
 );
}



/*parte 4*/
.caja-columna-doble-inner:nth-of-type(1) {
    background: #0B2739;
    padding: 30px;
    margin-left: 0px;
    -webkit-border-bottom-left-radius: 500px;
    -moz-border-radius-bottomleft: 500px;
    border-bottom-left-radius: 0px;
    height: 771px;
}
p.texto-footer-carta.item__31.aloud {
    /* margin-left: 40px; */
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.columna-gestion-contenedor.caja-cortada-4-gestion {
    background: #0b2739b8;
    padding: 20px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    margin-top: 50px;
}
.contenido-gestion-seccion-18-fondo {
    background-size: 243% !important;
    background: url(../img/fondo-gestion-17.jpg);
    padding-bottom: 57px;
    background-repeat: no-repeat;
    background-position: 32px -72px;
}
.parrafo-bottom {
    display: flex;
    justify-content: flex-start;
    padding-left: 77px;
    margin-top: 256px;
}
.contenedor-tablas-inner-futbolista {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.imagene-absoluta-futbolista {
    position: relative;
    top: -7px;
    width: 100%;
    max-width: 368px;
    left: -19px;
}

.columna-gestion-contenedor.caja-cortada-4-gestion .columna-gestion{
        border-right: 0px solid #FFF !important;
}
.columna-gestion-contenedor.caja-obalada-general {
    padding-top: 30px;
    padding: 0;
    margin-top: 23px;
}
.caja-obalada-right {
    background: #019DF4;
    height: 100%;
    width: 100%;
    height: 48px;
    }
.caja-obalada-left p {
    color: #FFF;
    width: 75%;
    max-width: 162px;
    line-height: 13px;
        font-size: 0.7em;
}

.caja-ciruclar-icono-1 {
    background: #0B2739;
    border-radius: 90%;
    padding: 0px;
   
    
    position: relative;
}
.caja-ciruclar-icono-1 img {
    width: 100%;
        max-width: 60px;
    position: absolute;
    left: 9px;
    top: -32px;
}
.parrafo-caja-ovalada {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    max-width: 285px;
    line-height: 9px;
}

.parrafo-caja-ovalada p{
    font-size:0.7em;
}

.caja-obalada-right p {
    color: #FFF;
    line-height: 13px;
    font-size:0.7em;
}

.columna-gestion.gestion-plan-responsable .columna-gestion:nth-of-type(2) h3 {
    position: relative;
    left: 0;
}

.columna-gestion.gestion-plan-responsable .columna-gestion:nth-of-type(3) h3 {
    color: #0B2739;
}

.caja-obalada-left {
    background: #0B2739;
    margin-left: 0;
    height: 48px;
    width: 100%;
    -webkit-border-top-left-radius: 90px;
    -webkit-border-bottom-left-radius: 90px;
    -moz-border-radius-topleft: 90px;
    -moz-border-radius-bottomleft: 90px;
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.caja-circular-gestion-flexible {
   /* flex-direction: column;*/
    display: flex;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    border: 2px solid #019DF4;
    align-items: center;
    width: 100%;
}






.contenido-gestion-seccion-14-fondo {
    background-size: 331% !important;
    background: url(../img/fondo-gestion-13.jpg);
    background-repeat: no-repeat;
    background-position: 0px 17px;
}

.contenido-gestion-seccion-14-fondo .contenido-gestion-seccion .caja-titulo-gestion1 h1 {
    color: #FFF;
    padding-top: 10px;
}

.columna-futbolista {
    width: 100%;
    padding-left: 12px;
    max-width: 100%;
    border-right: 0 !important;
    padding-right: 0px;
}


/*parte 5*/
.caja-titulo-gestion-2 {
    display: flex;
    padding-top: 119px;
    align-items: flex-end;
        padding: 25px;
}




.contenido-gestion-seccion-37-fondo .contenido-gestion-seccion .columna-gestion-contenedor .columna-gestion .caja-titulo-gestion-2{
    padding:0;
}



.columna-wrap {
    display: flex;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.caja-contratos-nuevos {
      width: 100%;
    max-width: 93px;
    text-align: center;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0;
    top: 0;
    padding: 13px;
}

.caja-redondeada.absoluta {
    text-align: center;
    display: none;
    position: relative;
    color: #83af37;
     top: 0px; 
    width: 100%;
    max-width: 264px;
    right: 0px; 
    -moz-transform: rotate(00deg);
    -webkit-transform: rotate( 
00deg
 ); 
    -o-transform: rotate(00deg);
    -ms-transform: rotate(00deg);
     transform: rotate( 
0deg
 ); 
}

.contenido-gestion-seccion-38-fondo{
    background-color:#019DF4;
    background-position: 550px 10px;
}

i.fa.fa-angle-right{
     -moz-transform: rotate(90deg);
    -webkit-transform: rotate( 
90deg
 ); 
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
     transform: rotate( 
90deg
 ); 
}


.caja-redondeada {
    border: 2px solid;
    border-radius: 90px;
    padding: 10px;
    margin: 10px;
    width: 94%;
}



h4.item__8.aloud {
    padding-left: 20px;
}


.columna-gestion-contenedor-2 .columna-wrap .columna-gestion:nth-of-type(1) .caja-redondeada {
    color: #019DF4;
    text-align: center;
}




.paddig-parrafo{
    padding-left: 0px;
}


.contenido-gestion-seccion-52-fondo {
    background-size: 485% !important;
    background: url(../img/fondo-gestion-51.jpg);
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 0px -315px;
}






.columna-cortada-azul-inner {
    width: 100%;
    background: #019DF4;
    display: flex;
    flex-direction: column;
    color: #FFF;
    max-width: 1182px;
    margin: 0 auto;
    position: relative;
    padding: 44px;
    -webkit-border-bottom-right-radius: 120px;
    -moz-border-radius-bottomright: 120px;
    border-bottom-right-radius: 120px;
    left: 11px;
}


.columna-gestion:nth-of-type(1){
        max-width: 400px;
}



.contenido-gestion-seccion-37-fondo {
    background: url(../img/fondo-gestion-38.jpg);
    background-size: 160%;
    background-repeat: no-repeat;
    background-position: 23px -13px;
}

.contenido-gestion-seccion-44-fondo {
    background: url(../img/fondo-gestion-44.jpg);
    background-size: 584%;
    background-repeat: no-repeat;
        background-position: -2px -9px;
}

.columna-gestion-contenedor.caja-azul-oscuro {
    padding-top: 40px;
    background: #0B2739;
    padding: 30px;
    margin-top: 0;
}
.caja-azul-oscuro-inner {
    display: flex;
    flex-direction: column;
}


.caja-imagenes-iconos-gestion-1.caja-blanca-tabla {
    /*display: none;*/
}

.tabla-mobile{
    display: block;
}
.contenido-gestion-seccion-46-fondo{
    background-color:#019DF4;
}

.contendor-tablas-grande-inner {
    display: flex;
    

    padding-top: 41px;
    padding-bottom: 0px;
    /* flex-direction: column; */
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}



















.contenido-gestion-seccion-41-fondo {
    background: url(../img/fondo-gestion-41.jpg);
    background-size: 554%;
    background-repeat: no-repeat;
    background-position: 0-0;
}



.contenido-gestion-seccion-41-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion.gestion-iconos-tabla:nth-of-type(1) .caja-icono-tabla {
    border-left: 0;
    border: 0;
}


.contenido-gestion-seccion-41-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion.gestion-iconos-tabla {
    border: 0px solid;
    border-bottom: 0;
    border-top: 0;
    color: #019DF4;
}


.contenido-gestion-seccion-41-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(2) .columna-gestion.gestion-iconos-tabla:nth-of-type(1) {
    border: 0px solid;
    border-top: 0;
    border-bottom: 1px solid;
    border-left: 0;
}


.contenido-gestion-seccion-41-fondo .contenido-gestion-seccion .columna-gestion-contenedor:nth-of-type(1){
    display: none;
}




.columna-gestion-contenedor.caja-columnas-pegadas .columna-gestion:nth-of-type(2) .caja-imagen-cuadro-inner img {
    position: relative;
    top: 0px;
    width: 100%;
    max-width: 900px;
}


.caja-imagen-cuadro-inner img {
     position: relative; 
}



.columna-gestion-contenedor.caja-columnas-pegadas .columna-gestion:nth-of-type(1) .caja-imagen-cuadro-inner img {
    left: -19px;
}
.columna-gestion-contenedor.caja-columnas-pegadas .columna-gestion:nth-of-type(1) .caja-imagen-cuadro-inner p {
    left: 67px;
}
.columna-gestion-contenedor.caja-columnas-pegadas .columna-gestion:nth-of-type(3) .caja-imagen-cuadro-inner p {
    left: 64px;
    top: 97px;
}

.columna-gestion-contenedor.caja-columnas-pegadas .columna-gestion:nth-of-type(3) .caja-imagen-cuadro-inner img {
    right: -7px;
}


.contenido-gestion-seccion-16-fondo {
    background-size: 124% !important;
    background: url(../img/fondo-gestion-15.jpg);
    padding-bottom: 98px;
    background-repeat: no-repeat;
}


.columna-gestion-contenedor.caja-columnas-pegadas {
    padding-bottom: 28px;
}


    .banner-secciones-internas2 {
        margin-top: 0;
        background: url(../img/imagen2-interna.jpg);
        width: 100%;
        background-position: -347px 0px;
        background-size: 219%;
        background-repeat: no-repeat;
    }

    .caja-imagenes-comite-auditoria {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
        padding-bottom: 50px;
        margin: 0 auto;
    }

    .caja-junta-directiva-imagenes {
        display: flex;
        width: 100%;
        max-width: 433px;
        justify-content: center;
        position: relative;
        top: 44px;
        left: 0px;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        margin: 0 auto;
    }

    .grafico-genero {
        margin-top: 30px;
    }
}

@media screen and (max-width: 360px) {
    .banner-secciones-internas2 {
        margin-top: 0;
        background: url(../img/imagen2-interna.jpg);
        width: 100%;
        background-position: -230px 0px;
        background-size: 219%;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 320px) {
    .caja-circulos {
    background: #0B2739;
    width: 100%;
    max-width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin: 4px;
    padding: 7px;
    height: 30px;
}
    .columna-gestion-contenedor.caja-columnas-pegadas .columna-gestion:nth-of-type(2) .caja-imagen-cuadro-inner p {
    left: 41px;
    top: 98px;
}
.columna-gestion-contenedor.caja-columnas-pegadas .columna-gestion:nth-of-type(3) .caja-imagen-cuadro-inner p {
    left: 35px;
    top: 72px;
}

.columna-gestion-contenedor.caja-columnas-pegadas .columna-gestion:nth-of-type(1) .caja-imagen-cuadro-inner p {
    left: 38px;
    top: 99px;
}
p.texto-footer-carta.item__31.aloud {
    /* margin-left: 40px; */
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    padding: 20px;
}


    .banner-secciones-internas2 {
        margin-top: 0;
        background: url(../img/imagen2-interna.jpg);
        width: 100%;
        background-position: -260px 0px;
        background-size: 219%;
        background-repeat: no-repeat;
    }
}