<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    outline: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

img.image_fancy {
    cursor: pointer;
}

.wrap_image_fancy {
    display: block;
    text-align: center;
}

.wrap_image_fancy p {
    position: relative;
    display: inline-block;
}

.wrap_image_fancy p:after {
    content: "\f00e";
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #4396A5;
    color: white;
    font-family: 'Line Awesome Free';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    top: 15px;
    right: 15px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    cursor: pointer;
    opacity: 0.5;
}

.wrap_image_fancy p:hover:after {
    opacity: 1;
}

.anim_04 {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}


html, body {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'HelveticaNeueLTPro-Lt';
}

.div_wrap {
    max-width: 1180px;
    margin: 0 auto;
    box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
    .div_wrap {
        max-width: 980px;
    }
}

@media screen and (max-width: 1023px) {
    .div_wrap {
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

    div.tools a.fav,
    div.tools .tool_buscador,
    div.tools a.medida,
    div.tools a.contacto {
        display: none;
    }
}

.verde {
    color: #70AE3F;
}

.top_bar {
    background-color: #4396A5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    z-index: 999;
}

.top_bar .icon_menu {
    width: 50px;
    display: block;
}

.top_bar .icon_menu a {
    color: white;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    display: block;
}

.top_bar .logo img {
    width: 130px;
    display: block;
}

.top_bar .menu {
    width: calc(100% - 50px - 130px - 210px);
    box-sizing: border-box;
    text-align: center;
}

.top_bar .menu ul li {
    display: inline-block;
    padding-right: 25px;
}

.top_bar .menu ul li a {
    font-family: 'KlintPro-Bold';
    color: white;
    font-size: 12px;
    cursor: pointer;
}

.top_bar .menu ul li:hover a,
.top_bar .menu ul li.active a {
    color: #425563;
}

.submenu {
    top: -500px;
}

.submenu.submenulvl1 {
    position: fixed;
    left: 0;
    background-color: white;
    width: 100%;
    padding: 10px 0;
    z-index: 998;
    box-sizing: border-box;
}

.submenu.submenulvl1.show {
    top: 50px;
}

.submenu.submenulvl1 .div_wrap {
}


.submenu.submenulvl1 ul {
    text-align: center;
}

.submenu.submenulvl1 ul li {
    display: inline-block;
    padding: 0 15px;
}

.submenu.submenulvl1 ul li:first-child {
    padding-left: 0;
}

.submenu.submenulvl1 ul li a {
    font-family: 'KlintPro-Regular';
    color: #425563;
    font-size: 13px;
    cursor: pointer;
}

.submenu.submenulvl1 ul li:hover a,
.submenu.submenulvl1 ul li.active a {
    text-decoration: underline;
    text-decoration-color: #70AE3F;
}

.submenu.submenulvl1 ul li a .numerito {
    font-family: 'KlintPro-Bold';
}

.submenu.submenulvl2 {
    position: fixed;
    left: 0;
    background-color: white;
    width: 100%;
    z-index: 997;
    border-top: 0.5px solid #e5e5e5;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    padding: 20px 0;
    box-sizing: border-box;
}

.submenu.submenulvl2.show {
    top: 92px;
}

.submenu.submenulvl2 .div_wrap {
    padding-left: 160px;
    display: flex;
    position: relative;
}

.submenu.submenulvl2 .div_wrap .close_lvl2 {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    color: #70AE3F;
    cursor: pointer;
}

.submenu.submenulvl2 .page-name a.page-name {
    font-family: 'KlintPro-Bold';
    color: #425563;
    box-sizing: border-box;
    padding-right: 20px;
    font-size: 20px;
}

.submenu.submenulvl2 ul li a {
    font-family: 'KlintPro-Regular';
    color: #425563;
    font-size: 13px;
    cursor: pointer;
}

.submenu.submenulvl2 ul li:hover a,
.submenu.submenulvl2 ul li.active a {
    color: #70AE3F;
}

.top_bar div.tools {
    width: 210px;
}

div.tools {
    text-align: right;
}

div.tools a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

div.tools a i {
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}

div.tools a.idiomas span {
    width: 20px;
    height: 20px;
    display: block;
    margin: 5px auto;
    box-sizing: border-box;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 100%;
    font-family: 'HelveticaNeueLTPro-Lt';
    font-size: 10px;
    line-height: 18px;
}

div.tools a.letras {
    font-family: 'HelveticaNeueLTPro-Bd';
    color: #fff;
    font-size: 17px;
}

div.tools a.letras span {
    font-size: 11px;
    margin-right: 2px;
}


@media screen and (max-width: 1199px) {
    .top_bar .logo img {
        width: 110px;
        display: block;
    }

    .top_bar div.tools {
        text-align: right;
    }

    .top_bar .menu {
        padding-left: 20px;
        width: calc(100% - 50px - 110px - 210px);
    }

    .top_bar .menu ul li {
        padding-right: 20px;
    }

    .top_bar .menu ul li a {
        font-size: 9px;
    }

}

@media screen and (max-width: 1023px) {
    .submenu {
        display: none;
    }
}

.top_bar_mobile {
    background-color: #4396A5;
    padding: 0px 0;
    z-index: 999;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    width: 100%;
}

.top_bar_mobile .logo {
    width: calc(100% - 50px - 100px);
}

.top_bar_mobile .logo img {
    display: block;
    width: 100px;
}

.top_bar_mobile div.menu {
    width: 50px;
    text-align: left;
}

.top_bar_mobile div.tools {
    width: 150px;
}


.top_bar_mobile a.menu {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.top_bar_mobile a.menu i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    font-size: 25px;
}

.top_bar_mobile div.div_menu {
    position: fixed;
    top: 50px;
    left: -450px;
    width: 450px;
    max-height: calc(100% - 50px);
    overflow: auto;
    background-color: #fbfbfb;
    z-index: 100;
}

.open_menu .top_bar_mobile div.div_menu {
    left: 0;
}

.top_bar_mobile div.div_menu &gt; ul &gt; li {
    border-top: 1px solid #475568;
    padding: 20px 0;
}

.top_bar_mobile div.div_menu &gt; ul &gt; li &gt; a {
    display: block;
    color: #4396A5;
    font-family: 'KlintPro-Regular';
    line-height: 25px;
    font-size: 18px;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
}

.top_bar_mobile div.div_menu &gt; ul &gt; li.w_submenu &gt; a,
.top_bar_mobile div.div_menu &gt; ul &gt; li.documentos &gt; a {
    padding-right: 40px;
}

.top_bar_mobile div.div_menu &gt; ul &gt; li:first-child {
    border-top: 0px solid white;
}

.top_bar_mobile div.div_menu &gt; ul &gt; li &gt; a:after {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: 'Line Awesome Free';
    font-weight: 900;

    content: "\f150";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    color: rgba(95, 172, 48, 1);
    line-height: 30px;
    font-size: 30px;
    display: none;
}

.top_bar_mobile div.div_menu &gt; ul &gt; li.w_submenu &gt; a:after {
    display: block;
    content: "\f107";
}

.top_bar_mobile div.div_menu &gt; ul &gt; li.w_submenu.open &gt; a:after {
    display: block;
    content: "\f106";
}

.top_bar_mobile div.div_menu &gt; ul &gt; li.documentos &gt; a:after {
    display: block;
    content: "\f150";
}

.top_bar_mobile div.div_menu &gt; ul &gt; li &gt; ul {
    max-height: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    padding-top: 0px;
    padding-botom: 0px;
}

.top_bar_mobile div.div_menu &gt; ul &gt; li.open &gt; ul {
    max-height: 999px;
    padding-top: 15px;
}


.top_bar_mobile div.div_menu &gt; ul &gt; li &gt; ul &gt; li {
    padding-left: 20px;
}

.top_bar_mobile div.div_menu &gt; ul &gt; li &gt; ul &gt; li &gt; a {
    display: block;
    color: #475568;;
    font-family: 'KlintPro-Regular';
    line-height: 25px;
    font-size: 18px;
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
}


.top_bar_mobile div.div_menu &gt; ul &gt; li &gt; ul &gt; li &gt; a:after {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: 'Line Awesome Free';
    font-weight: 900;

    content: "\f150";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    color: #475568;
    line-height: 30px;
    font-size: 30px;
    display: none;
}

.top_bar_mobile div.div_menu &gt; ul &gt; li &gt; ul &gt; li.w_submenu &gt; a:after {
    display: block;
    content: "\f107";
}

.top_bar_mobile div.div_menu &gt; ul &gt; li &gt; ul &gt; li.w_submenu.open &gt; a:after {
    display: block;
    content: "\f106";
}

.top_bar_mobile div.div_menu &gt; ul &gt; li &gt; ul &gt; li.documentos &gt; a:after {
    display: block;
    content: "\f150";
}


.top_bar_mobile div.div_menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
    max-height: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    padding-bottom: 0px;
    padding-left: 25px;
}

.top_bar_mobile div.div_menu &gt; ul &gt; li &gt; ul &gt; li.open &gt; ul {
    max-height: 999px;
    padding-bottom: 15px;
}

.top_bar_mobile div.div_menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
    display: block;
    color: #475568;
    font-family: 'KlintPro-Regular';
    line-height: 20px;
    padding: 7px 0;
    position: relative;
    font-size: 15px;
}


@media screen and (max-width: 1023px) {

    .top_bar_mobile {
        padding: 10px 0;
    }

    .top_bar_mobile div.div_menu {
        top: 53.5px;
        left: -320px;
        width: 320px;
        max-height: calc(100% - 53.5px);
    }

    .open_menu .top_bar_mobile div.div_menu {
        left: 0;
    }
}


div.breadcrumb {
    position: fixed;
    top: 92px;
    padding-top: 10px;
    padding-bottom: 5px;
    left: 0px;
    font-family: 'HelveticaNeueLTPro-Lt';
    font-size: 12px;
    z-index: 100;
    width: 100%;
    background-color: white;
}

html.home div.breadcrumb,
html.page3 div.breadcrumb,
html.page6 div.breadcrumb,
html.page110 div.breadcrumb,
html.page110 div.breadcrumb,
html.home div.breadcrumb {
    display: none !important;
}

html.page221 div.breadcrumb {
    top: 50px;
}

div.breadcrumb &gt; div {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

div.breadcrumb span {
    font-family: 'HelveticaNeueLTPro-Bd';
    color: #4396A5;
}

div.breadcrumb a {
    color: black;
}

div.breadcrumb .tool.tool_favoritos {
    float: right;
    margin-left: 10px;
    line-height: 16px;
    vertical-align: text-top;
}

div.breadcrumb .tool.tool_favoritos i {
    font-size: 30px;
    line-height: 16px;
    cursor: pointer;
}

div.breadcrumb .tool.btn_favoritos span.quitar,
div.breadcrumb .tool.btn_favoritos i.las {
    display: none;
}

div.breadcrumb .tool.btn_favoritos.active span.quitar,
div.breadcrumb .tool.btn_favoritos.active i.las {
    display: inline-block;
}

div.breadcrumb .tool.btn_favoritos.active span.anadir,
div.breadcrumb .tool.btn_favoritos.active i.lar {
    display: none;
}


div.wrap_contenido {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 80px;
    box-sizing: border-box;
}

html.home div.wrap_contenido {
    padding-top: 50px;
}

div.wrap_contenido .for_scroll {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}


@media screen and (max-width: 1023px) {


    div.breadcrumb {
        display: none !important;
    }

    div.wrap_contenido {
        height: auto;
        padding-bottom: 0;
    }
}


.nav_bottom {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 100px;
    background-color: transparent;
    height: 40px;
    z-index: 9999;
    line-height: 40px;
    padding: 0;
    box-sizing: border-box;
}

.nav_bottom .tool {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.nav_bottom .tool a {
    color: #ffffff;
    line-height: 40px;
    font-size: 30px;

}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    font-size: 13px;
    line-height: 40px;
}

footer .top_footer {
    background-color: white;
    color: #445667;
    box-sizing: border-box;
    padding: 0 20px;
}

footer .top_footer a {
    color: #445667;
}

footer .bottom_footer {
    background-color: #445667;
    color: white;
    box-sizing: border-box;
    padding: 0 20px;
}

footer .bottom_footer a {
    color: white;
}

footer .links_footer_2 {
    text-align: right;
}

footer .links_footer a {
    margin: 0 10px;
    text-decoration: none !important;
}

footer .links_footer a:first-child {
    margin-left: 0 !important;
}

footer .links_footer a:last-child {
    margin-right: 0 !important;
}

footer .copyright {
    text-align: right;
}

footer .social {
    height: 40px;
}

footer .social a {
    box-sizing: border-box;
    margin-right: 7px;
    color: white;
    display: inline-block;
    height: 40px;
}

footer .social a i {
    line-height: 40px;
    font-size: 30px;
}

footer .social a.twitter:hover {
    color: #00A7EA;
}

footer .social a.linkedin:hover {
    color: #0072AC;
}

footer .social a.youtube:hover {
    color: #BA2E29;
}


@media screen and (max-width: 1199px) {
    footer {
        font-size: 11px;
    }

    footer .social a i {
        line-height: 40px;
        font-size: 20px;
    }
}

@media screen and (max-width: 1023px) {
    footer {
        position: static;
        line-height: 25px;
    }

    footer .top_footer,
    footer .bottom_footer {
        padding: 10px 0;
    }

    footer .bottom_footer {
        padding-bottom: 60px;
    }

    footer .top_footer .gv_d_flex,
    footer .bottom_footer .gv_d_flex {
        display: block;
    }

    footer .top_footer .gv_w_50,
    footer .bottom_footer .gv_w_50 {
        width: 100%;
        text-align: center;
    }

}

@media screen and (max-width: 767px) {

    footer .top_footer a {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

}


/* COOKIES */
.smsCookie {
    background-color: rgba(0, 0, 0, 0.7);
    color: #9A9A9A;
    padding: 40px 0;
    position: fixed;
    bottom: -400px;
    left: 0;
    width: 100%;
    z-index: 9999;
    font-family: 'HelveticaNeueLTPro-Lt';
    font-weight: normal;
    font-size: 19px;
    line-height: 26px;
}

.smsCookie.open {
    bottom: 0px;
}

.smsCookie &gt; div {
    max-width: 990px;
    margin: 0 auto;
}

.smsCookie b {
    font-family: 'KlintPro-Bold';
    font-weight: normal;
    font-size: 20px;
    color: white;
}

.smsCookie p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    color: white;
}

.smsCookie .for_configurar ul li {
    font-size: 15px;
    line-height: 20px;
    color: white;
}

.smsCookie p a {
    color: white;
    text-decoration: underline;
}

.smsCookie a.btn {
    border-radius: 40px;
    border: 2px solid #70AE3F;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-family: 'KlintPro-Bold';
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
    width: 300px;
    background-color: black;
    color: white;
    cursor: pointer;
    float: right;
}

.smsCookie a.btn.btn_config {
    float: left;
    border: 2px solid transparent;
    font-family: 'KlintPro-Bold';
    font-size: 20px;
    background-color: transparent;
    text-decoration: underline;
    text-transform: none;
}


.smsCookie a.comoBtn {
    color: white;
    margin-left: 15px;
    font-size: 50px;
    padding: 0;
    line-height: 30px;
    display: inline-block;
    height: 30px;
    vertical-align: bottom;
}

.smsCookie a.comoBtn.comoBtnAAnalitica,
.smsCookie a.comoBtn.comoBtnAPublicitarias {
    color: red;
}

.smsCookie a.comoBtn.comoBtnRAnalitica,
.smsCookie a.comoBtn.comoBtnRPublicitarias {
    color: green;
}

.smsCookie a.comoBtn.selected {
    display: none;
}

.smsCookie a.comoBtn i {
    line-height: 30px;
}

.smsCookie .for_configurar {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    border: 2px solid #70AE3F;
    padding: 30px;
    text-align: left;
    border-radius: 20px;
    background-color: black;
    box-sizing: border-box;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1120px;
}

.smsCookie .for_configurar ul {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-left: 25px;
}

.smsCookie .for_configurar ul li {
    list-style: disc;
}

@media screen and (max-width: 1199px) {
    .smsCookie .for_configurar {
        width: 880px;
    }
}

@media screen and (max-width: 1023px) {

    .smsCookie .for_configurar {
        width: 90%;
    }
}

@media screen and (max-width: 767px) {
    .smsCookie .for_configurar {
        max-height: 90%;
        overflow-y: auto;
    }

    .smsCookie {
        padding: 20px 0;
        font-size: 15px;
        line-height: 20px;
    }

    .smsCookie a.btn {
        border-radius: 40px;
        line-height: 40px;
        font-size: 15px;
        margin-top: 20px;
        margin-bottom: 0px;
        width: 100%;
    }

    .smsCookie b {
        font-size: 13px;
    }

    .smsCookie p,
    .smsCookie .for_configurar ul li {
        font-size: 12px;
        line-height: 15px;
        color: white;
    }

    .smsCookie a.btn.btn_config {
        font-size: 10px;
        border-radius: 20px;
        line-height: 20px;
    }

    .smsCookie a.comoBtn i {
        line-height: 20px;
    }

    .smsCookie a.comoBtn {
        font-size: 40px;
        line-height: 20px;
        height: 20px;
    }
}

.wrap_scroll &gt; .contenido {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 60px;
}

html.page3 .wrap_scroll &gt; .contenido,
html.page6 .wrap_scroll &gt; .contenido,
html.page110 .wrap_scroll &gt; .contenido {
    padding-top: 0px;
}

@media screen and (max-width: 1023px) {

    .wrap_scroll &gt; .contenido {
        padding-top: 0px;
    }

    .nav_bottom {
        width: 100%;
        margin-left: 0;
        left: 0;
        text-align: center;
        background-color: #445667;;
    }

    .nav_bottom .tool {
        display: inline-block;
        margin: 0 10px;
        float: none;
    }

    html.home .nav_bottom,
    html.page3 .nav_bottom,
    html.page6 .nav_bottom,
    html.page110 .nav_bottom {
        display: none !important;
    }

    html.home footer .bottom_footer,
    html.page3 footer .bottom_footer,
    html.page6 footer .bottom_footer,
    html.page110 footer .bottom_footer {
        padding-bottom: 10px;
    }
}


.all_historia {

}

.all_historia .anio_historia {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #425563;
}

.all_historia .anio_historia p.anio {
    color: #425563;
    font-family: KlintPro-Bold;
    font-size: 20px;
    line-height: 20px;
}

.pages_styles h4.bandera {
    padding-left: 40px;
    line-height: 40px !important;
    background-image: url("../images/banderas/b_cellnex.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    color: #009aac;
}

.pages_styles h4.bandera.bandera_au {
    background-image: url("../images/banderas/b_AU.png");
}

.pages_styles h4.bandera.bandera_ce {
    background-image: url("../images/banderas/b_cellnex.png");
}

.pages_styles h4.bandera.bandera_es {
    background-image: url("../images/banderas/b_ES.png");
}

.pages_styles h4.bandera.bandera_fr {
    background-image: url("../images/banderas/b_FR.png");
}

.pages_styles h4.bandera.bandera_ir {
    background-image: url("../images/banderas/b_IR.png");
}

.pages_styles h4.bandera.bandera_it {
    background-image: url("../images/banderas/b_IT.png");
}

.pages_styles h4.bandera.bandera_nl {
    background-image: url("../images/banderas/b_NE.png");
}

.pages_styles h4.bandera.bandera_dn {
    background-image: url("../images/banderas/b_NO.png");
}

.pages_styles h4.bandera.bandera_po {
    background-image: url("../images/banderas/b_PO.png");
}

.pages_styles h4.bandera.bandera_pt {
    background-image: url("../images/banderas/b_PT.png");
}

.pages_styles h4.bandera.bandera_ch {
    background-image: url("../images/banderas/b_SU.png");
}

.pages_styles h4.bandera.bandera_sw {
    background-image: url("../images/banderas/b_SW.png");
}

.pages_styles h4.bandera.bandera_uk {
    background-image: url("../images/banderas/b_UK.png");
}

.pages_styles h4.bandera.bandera_au_dn {
    background-image: url("../images/banderas/b_AU.png");
    padding-left: 80px;
    position: relative;
}

.pages_styles h4.bandera.bandera_au_dn:after {
    position: absolute;
    top: 5px;
    left: 40px;
    content: "";
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-image: url("../images/banderas/b_NO.png");
}

.pages_styles h4.bandera.bandera_dn_ch {
    background-image: url("../images/banderas/b_NO.png");
    padding-left: 80px;
    position: relative;
}

.pages_styles h4.bandera.bandera_dn_ch:after {
    position: absolute;
    top: 5px;
    left: 40px;
    content: "";
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-image: url("../images/banderas/b_SU.png");
}

.pages_styles h4.bandera.bandera_es_nl {
    background-image: url("../images/banderas/b_ES.png");
    padding-left: 80px;
    position: relative;
}

.pages_styles h4.bandera.bandera_es_nl:after {
    position: absolute;
    top: 5px;
    left: 40px;
    content: "";
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-image: url("../images/banderas/b_NE.png");
}

.caja_bandera {
    margin-bottom: 30px !important;
}

.caja_bandera .titulo_caja_bandera {
    padding: 15px !important;
    padding-left: 70px !important;
    background-color: #009aac !important;
    color: white !important;
    font-weight: normal !important;
    font-family: 'HelveticaNeueLTPro-Bd' !important;
    font-style: normal !important;
    background-image: url("../images/banderas/b_cellnex.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left 15px center;
    min-height: 50px;
    box-sizing: border-box;
}

.caja_bandera.caja_bandera_v .titulo_caja_bandera {
    background-color: #70AE3F !important;
}

.caja_bandera .titulo_caja_bandera.titulo_caja_bandera_sin {
    background-image: none;
    padding-left: 15px !important;
    min-height: auto !important;
}

.caja_bandera .titulo_caja_bandera.titulo_caja_bandera_au {
    background-image: url("../images/banderas/b_AU.png");
}

.caja_bandera .titulo_caja_bandera.titulo_caja_bandera_ce {
    background-image: url("../images/banderas/b_cellnex.png");
}

.caja_bandera .titulo_caja_bandera.titulo_caja_bandera_es {
    background-image: url("../images/banderas/b_ES.png");
}

.caja_bandera .titulo_caja_bandera.titulo_caja_bandera_fr {
    background-image: url("../images/banderas/b_FR.png");
}

.caja_bandera .titulo_caja_bandera.titulo_caja_bandera_ir {
    background-image: url("../images/banderas/b_IR.png");
}

.caja_bandera .titulo_caja_bandera.titulo_caja_bandera_it {
    background-image: url("../images/banderas/b_IT.png");
}

.caja_bandera .titulo_caja_bandera.titulo_caja_bandera_nl {
    background-image: url("../images/banderas/b_NE.png");
}

.caja_bandera .titulo_caja_bandera.titulo_caja_bandera_dn {
    background-image: url("../images/banderas/b_NO.png");
}

.caja_bandera .titulo_caja_bandera.titulo_caja_bandera_po {
    background-image: url("../images/banderas/b_PO.png");
}

.caja_bandera .titulo_caja_bandera.titulo_caja_bandera_pt {
    background-image: url("../images/banderas/b_PT.png");
}

.caja_bandera .titulo_caja_bandera.titulo_caja_bandera_ch {
    background-image: url("../images/banderas/b_SU.png");
}

.caja_bandera .titulo_caja_bandera.titulo_caja_bandera_sw {
    background-image: url("../images/banderas/b_SW.png");
}

.caja_bandera .titulo_caja_bandera.titulo_caja_bandera_uk {
    background-image: url("../images/banderas/b_UK.png");
}

.caja_bandera .contenido_caja_bandera {
    padding: 15px;
    background-color: #e4f3f5;
    border-bottom: 2px solid #009aac;
    border-top: 2px solid #009aac;
}

.caja_bandera.caja_bandera_v .contenido_caja_bandera {
    padding: 15px;
    background-color: #edf3e4;
    border-bottom: 2px solid #70AE3F;
    border-top: 2px solid #70AE3F;
}

.content_cajas_ODS {
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
    column-gap: 30px;
}

.content_cajas_ODS .caja_ODS {
    width: calc(50% - 30px);
    border-top: 1px solid #475568;;
    border-bottom: 2px solid #60ac30;;
    background-color: #edf3e4;
    margin-bottom: 30px;
}

.content_cajas_ODS.content_cajas_ODS_b_turquesa .caja_ODS {
    background-color: #cce6e3;
}

.content_cajas_ODS .caja_ODS .imagen_ODS {
    padding: 10px 0;
    background-color: #ffffff;
}

.content_cajas_ODS .caja_ODS .imagen_ODS img {
    width: 80px;
    display: block;
    margin: 0 auto;
}

.content_cajas_ODS .caja_ODS .contenido_ODS {
    text-align: left;
    padding: 15px;
    background-color: #edf3e4;
    border-top: 2px solid #60ac30;;
}

.content_cajas_ODS.content_cajas_ODS_b_turquesa .caja_ODS .contenido_ODS {
    background-color: #cce6e3;
}

.wrap_scroll {
    overflow: hidden;
}

.fancybox__content img {
    background-color: white;
}

.fancybox__container {
    z-index: 9999;
}

.pagina_verificacion img {
    width: 1000px;
    border: 1px solid black;
}

.div_home {

}

.div_home.div_home_1 {
    background-image: url(../images/home.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}

.div_home.div_home_1 .div_degradado {
    width: 700px;
    background: rgba(95, 172, 48, 1);
    background: -moz-linear-gradient(left, rgba(95, 172, 48, 1) 0%, rgba(95, 172, 48, 0.89) 65%, rgba(95, 172, 48, 0.86) 66%, rgba(96, 172, 48, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(95, 172, 48, 1)), color-stop(65%, rgba(95, 172, 48, 0.89)), color-stop(66%, rgba(95, 172, 48, 0.86)), color-stop(100%, rgba(96, 172, 48, 0)));
    background: -webkit-linear-gradient(left, rgba(95, 172, 48, 1) 0%, rgba(95, 172, 48, 0.89) 65%, rgba(95, 172, 48, 0.86) 66%, rgba(96, 172, 48, 0) 100%);
    background: -o-linear-gradient(left, rgba(95, 172, 48, 1) 0%, rgba(95, 172, 48, 0.89) 65%, rgba(95, 172, 48, 0.86) 66%, rgba(96, 172, 48, 0) 100%);
    background: -ms-linear-gradient(left, rgba(95, 172, 48, 1) 0%, rgba(95, 172, 48, 0.89) 65%, rgba(95, 172, 48, 0.86) 66%, rgba(96, 172, 48, 0) 100%);
    background: linear-gradient(to right, rgba(95, 172, 48, 1) 0%, rgba(95, 172, 48, 0.89) 65%, rgba(95, 172, 48, 0.86) 66%, rgba(96, 172, 48, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5fac30', endColorstr='#60ac30', GradientType=1);
    padding: 0px 50px;
    color: white;
    display: flex;
    height: 100%;
    align-items: center;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.div_home.div_home_1 .div_degradado .logo {

}

.div_home.div_home_1 .div_degradado .logo img {
    width: 200px;
}

.div_home.div_home_1 .div_degradado .anio {
    font-family: 'KlintPro-Regular';
    color: white;
    font-size: 150px;
    margin-bottom: 10px;
}
.div_home.div_home_1 .div_degradado .anio span {
    font-family: 'KlintPro-Bold';
}

.div_home.div_home_1 .div_degradado .claim {
    font-family: 'KlintPro-Bold';
    color: white;
    font-size: 50px;
}

.div_home.div_home_1 .linea_azul {
    font-family: 'KlintPro-Bold';
    color: white;
    font-size: 20px;
    background-color: #475568;
    padding: 20px 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.div_home.div_home_1 .btn_descarga {
    margin-top: 30px;
    box-sizing: border-box;
    border: 1px solid white;
}


.div_home.div_home_1 .flecha_home {
    font-size: 60px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    color: white;
    display: block;
}

.div_home.div_home_2 {
    padding: 100px 0;
    background-color: #fbfbfb;
    background-image: url("../images/ola.png");
    background-size: 1920px auto;
    background-position: top 200px center;
    background-repeat: no-repeat;
}

.div_home.div_home_2 img {
    max-width: 100%;
}

.div_home.div_home_2 p {
    font-family: 'KlintPro-Light';
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
}

.div_home.div_home_2 p a {
    display: inline-block;
    background-color: rgba(95, 172, 48, 1);
    color: white;
    padding: 10px 15px;
    font-size: 20px;
    margin-right: 20px;
    border: 1px solid rgba(95, 172, 48, 1);
    margin-bottom: 20px;
}

.div_home.div_home_2 p a:hover {
    background-color: white;
    color: rgba(95, 172, 48, 1);
}

.div_home.div_home_3 {
    padding: 100px 0;
}

.div_home.div_home_3 h3 {
    color: rgba(95, 172, 48, 1);
    font-family: 'KlintPro-Light';
    font-size: 25px;
    margin-bottom: 30px;
}

.div_home.div_home_3 .logos_sostenibilidad {
    text-align: center;
}

.div_home.div_home_3 .logos_sostenibilidad img {
    height: 80px;
    margin: 20px;
}


.div_home.div_home_4 {
    padding: 100px 0;
    background-color: #fbfbfb;
}

.div_home.div_home_4 h3 {
    color: rgba(95, 172, 48, 1);
    font-family: 'KlintPro-Light';
    font-size: 25px;
    margin-bottom: 30px;
}

.div_home.div_home_4 img {
    width: 100%;
}


.div_favoritos .div_listado {
    padding: 20px;
    background-color: #70AE3F;
}

.div_favoritos .div_listado ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.div_favoritos .div_listado ul li {
    list-style: none;
    padding: 0;
    display: block;
    border-top: 1px solid white;
    margin: 0;
    position: relative;
}

.div_favoritos .div_listado &gt; ul &gt; li:last-child {
    border-bottom: 1px solid white;
}

.div_favoritos .div_listado ul li a {
    display: block;
    line-height: 30px;
    font-size: 15px;
    color: white !important;
    text-decoration: none !important;
    font-family: 'HelveticaNeueLTPro-Bd';
}

.div_favoritos .div_listado ul li li a {
    font-family: 'HelveticaNeueLTPro-Lt';
}

.div_favoritos .div_listado ul li a i {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px;
    font-size: 20px;
}

.div_favoritos .div_listado ul li a i.las {
    display: none;
}

.div_favoritos .div_listado ul li a.active i.las {
    display: block;
}

.div_favoritos .div_listado ul li a.active i.lar {
    display: none;
}

.div_favoritos .div_listado ul li li {
    padding-left: 25px;
}

.btn_descarga {
    width: 200px;
    border: 1px solid #70AE3F;
    background-color: #70AE3F;
    margin-top: 15px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    padding: 10px 0;
    color: #FFFFFF !important;
    display: block;
    cursor: pointer;
}

.btn_descarga:hover {
    background-color: #FFF;
    color: #70AE3F !important;
}

@media screen and (max-width: 1023px) {
    .div_home.div_home_1 {
        height: 600px !important;
    }

    .div_home.div_home_2 {
        color: white;
        background-position: bottom center;
    }
}

@media screen and (max-width: 767px) {
    .div_home.div_home_1 {
        height: 500px !important;
    }

    .div_home.div_home_1 .div_degradado {
        width: 100% !important;
    }

    .div_home.div_home_1 .div_degradado .anio {
        font-size: 100px !important;
    }

    .div_home.div_home_1 .div_degradado .claim {
        font-size: 30px !important;
    }

    .div_home.div_home_1 .btn_descarga {
        display: none !important;
    }

    .div_home.div_home_2 {
        padding: 40px 0;
        padding-bottom: 0;
    }

}


/* CENTRO_DE_DESCARGAS */

.div_cdd .div_titulo {
    color: #70AE3F !important;
    font-family: 'KlintPro-Bold';
    font-size: 18px;
    margin-bottom: 15px;
}

.div_cdd .div_listado {

}

.div_cdd .div_listado ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.div_cdd .div_listado ul li {
    list-style: none;
    padding: 0 15px;
    display: block;
    margin: 0;
    position: relative;
    margin-bottom: 5px;
    background-color: #e1e1e1;
    overflow: hidden;
}


.div_cdd .div_listado ul li a {
    display: block;
    line-height: 40px;
    font-size: 15px;
    color: black;
    text-decoration: none !important;
    font-family: 'HelveticaNeueLTPro-Lt';
    text-transform: uppercase;
    float: left;
    width: calc(100% - 35px);
    margin-left: 5px;
    overflow: hidden;
    padding-right: 35px;
    box-sizing: border-box;
}


.div_cdd .div_listado ul li a:after {
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 40px;
    content: "\f019";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 30px;
}


.div_cdd .div_listado ul li a.btn_favoritos_per_page {
    display: block;
    width: 25px;
    float: left;
    overflow: hidden;
    position: relative;
    padding-right: 0px;
}

.div_cdd .div_listado ul li a.btn_favoritos_per_page:after {
    display: none;
}


.div_cdd .div_listado ul li a.btn_favoritos_per_page i {
    line-height: 40px;
    font-size: 25px;
}

.div_cdd .div_listado ul li a.btn_favoritos_per_page i.lar {
}

.div_cdd .div_listado ul li a.btn_favoritos_per_page i.las {
    display: none;
    position: absolute;
    top: 0;
    font-size: 11px;
    left: 7px;
}

.div_cdd .div_listado ul li a.btn_favoritos_per_page.active i.las {
    display: block;
}


.informes_otros_anios {
    position: relative;
}

.informes_otros_anios .swiper-button-next,
.informes_otros_anios .swiper-container-rtl .swiper-button-prev {
    right: -50px;
    left: auto;
    color: #70AE3F;
}

.informes_otros_anios .swiper-button-prev,
.informes_otros_anios .swiper-container-rtl .swiper-button-next {
    left: -50px;
    right: auto;
    color: #70AE3F;
}

.informes_otros_anios .wrap_swiper {
    overflow: hidden;
}

.informes_otros_anios .wrap_swiper .mySwiperCdd {
    width: 100%;
}

.informes_otros_anios a {
    text-decoration: none !important;
}

.informes_otros_anios img {
    width: 100%;
    aspect-ratio: 1/1.4;
    object-fit: contain;
    object-position: center center;
    background-color: #cccccc;
    margin-right: 15px;
    box-sizing: border-box;
    border: 1px solid black;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .informes_otros_anios {
        text-align: center;
        width: calc(100% - 100px);
        margin: 0 auto;
    }
}


.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999999;
    opacity: 0;
    display: none;
}

.popup.opacita {
    opacity: 1;
}

.popup.displaya {
    display: block;
}

.popup &gt; .wrap_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -300px;
    width: 600px;
    height: 600px;
    background-color: #70AE3F;
    z-index: 1000;
    overflow: scroll;
}

.popup &gt; .wrap_popup &gt; .close_popup {
    position: absolute;
    top: 15px;
    right: 15px;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.popup &gt; .wrap_popup &gt; .close_popup:hover {
    color: white;
}


.popup_buscador .resultados_buscador {
    max-height: 100%;
    overflow: auto;
    padding: 30px 35px;
}

.popup_buscador .resultados_buscador a {
    color: #fff;
    display: block;
    padding: 5px 0;
    font-family: "HelveticaNeueLTPro-Bd";
}

.popup_buscador .resultados_buscador a span {
    font-size: 13px;
    font-style: italic;
    font-family: "HelveticaNeueLTPro-Lt";
}

.tool.tool_buscador {
    position: relative;
    display: inline-block;
}


.tool.tool_buscador .div_buscador {
    position: absolute;
    top: -1px;
    right: 30px;
    box-sizing: border-box;
    height: calc(100% + 2px);
    border-top: 0px solid #445667;
    border-bottom: 1px solid #445667;
    padding-left: 0px;
    z-index: 9;
}

.tool.tool_buscador .div_buscador form {
    display: block;
    width: 100%;
    height: 100%;
    background-color: white !important;
}

.tool.tool_buscador .div_buscador form input {
    display: block;
    height: 100%;
    line-height: 40px;
    width: 0px;
    padding-left: 0px;
    background-color: white !important;
}

.tool.tool_buscador .div_buscador form input:active,
.tool.tool_buscador .div_buscador form input:focus,
.tool.tool_buscador:hover .div_buscador form input {
    width: 200px;
    padding-left: 10px;
    background-color: white !important;
}

.page221 .destacado_imagen{
    position: relative;
}
.page221 .destacado_imagen a.link_video{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    background-color: #70AE3F;
    font-size: 15px;
    text-decoration: none;
    display: block;
    height: 40px;
}
.page221 .destacado_imagen a.link_video i{
    line-height: 40px;
    height: 40px;
    font-size: 30px;
    margin-right: 10px;
    display: inline-block;
}</pre></body></html>