@charset 'UTF-8';

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url('../design/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/slick/slick.eot');
    src: url('../fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick/slick.woff') format('woff'), url('../fonts/slick/slick.ttf') format('truetype'), url('../fonts/slick/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '\2190';
}

[dir='rtl'] .slick-prev:before {
    content: '\2192';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '\2192';
}

[dir='rtl'] .slick-next:before {
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.PreviewToolBar {
    display: none;
}

.PreviewBody {
    margin-top: 0 !important;
    background-position: 0 0 !important;
}

body>#ui-datepicker-div {
    display: none;
}

.hidden {
    display: none !important;
}

@keyframes headerSlideDown {
    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}

.js--header-fixed .pane--header {
    animation-name: headerSlideDown;
    animation-duration: 0.5s;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    box-shadow: rgba(40, 48, 51, 0.2) 0px 2px 20px;
    z-index: 501;
}

.js--secondary-sticky .ir-horizontal-nav {
    position: fixed;
}

@font-face {
    font-family: "Flaticon";
    src: url('../fonts/flaticon.eot');
    src: url('../fonts/flaticon.eot?#iefix') format("embedded-opentype"),
        url('../fonts/flaticon.woff') format("woff"),
        url('../fonts/flaticon.ttf') format("truetype"),
        url('../fonts/flaticon.svg#flaticon') format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url('../fonts/flaticon.svg#flaticon') format("svg")
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal
}

.flaticon-calendar:before {
    content: "\f100"
}

#irwWrapper .timeline {
    margin: 0;
    padding: 0;
    list-style: none
}

#irwWrapper .timeline:before {
    background: #ddd;
    bottom: 0;
    content: "";
    left: 15px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 1px
}

#irwWrapper .timeline>li {
    position: relative;
    margin-right: 10px
}

#irwWrapper .timeline>li:before,
#irwWrapper .timeline>li:after {
    display: table;
    content: " "
}

#irwWrapper .timeline>li:after {
    clear: both
}

#irwWrapper .timeline li:before {
    border-top: 1px solid #ddd;
    height: 0;
    top: 0;
    width: 15px
}

#irwWrapper .timeline>li>.timeline-item {
    margin-bottom: 15px;
    margin-left: 30px;
    margin-top: -12px;
    position: relative
}

#irwWrapper .timeline {
    padding: 30px 0 0
}

#irwWrapper .timeline>li.treeline {
    margin-bottom: 20px;
    margin-left: 15px
}

#irwWrapper .timeline li.treeline.last:before {
    border-left: 1px dotted #ddd;
    border-top: 0 none
}

#irwWrapper .timeline li.treeround:before {
    border: 0 none;
    padding: 10px 0 30px
}

#irwWrapper .timeline>li>.fa,
.timeline>li>.glyphicon,
#irwWrapper .timeline>li>.ion {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    color: #ddd;
    font-size: 15px;
    height: 13px;
    left: 9px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 12px
}

#irwWrapper .timeline>li.treeround>span.tree-primary {
    background-color: #666;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    left: 30px;
    margin-left: 0;
    margin-top: 0;
    padding: 2px 15px;
    position: absolute;
    top: -3px;
    cursor: pointer
}

#irwWrapper .timeline>li.treeround>span.tree-primary:hover,
#irwWrapper .timeline>li.treeround>span.tree-primary:focus {
    background-color: #428bca
}

#irwWrapper .timeline>li.treeround>span.tree-primary.active {
    background-color: #428bca
}

#irwWrapper #irwUploadDocs .timeline li:before {
    width: 30px
}

#irwWrapper #irwUploadDocs .timeline {
    padding: 0
}

#irwWrapper #irwUploadDocs .timeline .timeline li:before {
    width: 15px
}

#irwWrapper .timeline .timeline>li.treeline {
    margin-left: 30px
}

#irwWrapper .timeline .timeline:before {
    left: 30px
}

#irwWrapper .timeline .timeline>li>.fa,
#irwWrapper .timeline .timeline>li>.glyphicon,
#irwWrapper .timeline .timeline>li>.ion {
    left: 24px
}

#irwWrapper .timeline .timeline>li.treeround>span.tree-primary {
    top: -5px;
    left: 45px
}

#irwWrapper .timeline .timeline {
    margin-top: -7px;
    padding-top: 0
}

#irwWrapper .timeline .irwULNone:before {
    background-color: transparent
}

#irwWrapper .timeline .timeline>li.treeline:last-child,
#irwWrapper .timeline .timeline>li>.timeline-item {
    margin-bottom: 0
}

#irwWrapper .timeline .timeline li.treeround:before {
    padding-bottom: 20px
}

#irwWrapper .timeline .timeline>li.treeline {
    margin-top: 12px
}

#irwWrapper .timeline .timeline>li.treeround>span.tree-primary.active,
#irwWrapper .timeline .timeline>li.treeround>span.tree-primary {
    background-color: transparent;
    color: gray;
    border: 1px solid #eee
}

#irwWrapper .timeline .timeline>li.treeround>span.tree-primary.active,
#irwWrapper .timeline .timeline>li.treeround>span.tree-primary:hover {
    background-color: #e1e1e1;
    color: gray
}

#irwWrapper .irwMonth {
    margin: 0 0 10px
}

#irwWrapper .irwtreeEnd {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    clear: both;
    color: #ddd;
    height: 24px;
    line-height: 23px;
    margin-bottom: -15px;
    margin-left: 3px;
    margin-top: 0;
    position: relative;
    text-align: center;
    width: 25px
}

/** IRW THEME BELOW **/

/*!
 * SNL IRW CSS Theme (http://snl.com)
 * Copyright 2014
 * Version 1.0
 * Based on Bootstrap 3.0.3 
 */
/*!
 * Client Name  : SNL IR Solutions
 * KeyInst      : 4092187
*/

/***********************TYPOGRAPHY***********************/

@font-face {
    font-family: 'pt_sansregular';
    src: url('../fonts/PTS55F-webfont.eot');
    src: url('../fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PTS55F-webfont.ttf') format('truetype'),
        url('../fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansbold';
    src: url('../fonts/PTS75F-webfont.eot');
    src: url('../fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PTS75F-webfont.ttf') format('truetype'), url('../fonts/PTS75F-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansbold_italic';
    src: url('../fonts/PTS76F-webfont.eot');
    src: url('../fonts/PTS76F-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PTS76F-webfont.ttf') format('truetype'), url('../fonts/PTS76F-webfont.svg#pt_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sans_narrowbold';
    src: url('../fonts/PTN77F-webfont.eot');
    src: url('../fonts/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PTN77F-webfont.ttf') format('truetype'), url('../fonts/PTN77F-webfont.svg#pt_sans_narrowbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'pt_sansregular';
    font-size: 15px;
    color: #3e5161;
    -webkit-font-smoothing: antialiased;
}

#irwWrapper,
#irwWrapperPR {
    color: #333;
    font-family: 'pt_sansregular';
    font-weight: 400;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0px;
}

#irwWrapper a,
#irwWrapperPR a {
    color: #3e5161;
    text-decoration: none;
}

#irwWrapper a:hover,
#irwWrapper a:focus,
#irwWrapperPR a:hover,
#irwWrapperPR a:focus {
    color: #00498f;
    text-decoration: none;
}

#irwWrapper a:focus,
#irwWrapperPR a:focus {
    outline: none;
}

/*
// Contextual colors
*/
#irwWrapper .text-muted,
#irwWrapperPR .text-muted {
    color: #999999;
}

#irwWrapper .text-default,
#irwWrapperPR .text-default {
    color: #333;
}

#irwWrapper .text-primary,
#irwWrapperPR .text-primary,
.irwCopyright .text-primary {
    color: #00529f;
}

#irwWrapper a.text-primary:hover,
#irwWrapperPR a.text-primary:hover {
    color: #415984;
}

.irwCopyright a.text-primary:hover {
    color: #415984;
}

/*
// Contextual backgrounds
*/
#irwWrapper .bg-primary,
.irwCopyright .bg-primary,
.scrollbar-handle,
#irwWrapperPR .bg-primary {
    color: #fff;
    background-color: #7ebee8;
}

#irwWrapper a.bg-primary:hover,
#irwWrapperPR a.bg-primary:hover {
    background-color: #415984;
}

#irwWrapper .btn {
    border-radius: 0px;
}

#irwWrapper .btn-primary,
#irwWrapperPR .btn-primary {
    color: #ffffff;
    background: #0680f2;
    border-color: #0680f2;
    color: white;
    border-color: #0680f2;
    border-radius: 0px;
}

#irwWrapper .btn-primary:hover,
#irwWrapper .btn-primary:focus,
#irwWrapper .btn-primary:active,
#irwWrapper .btn-primary.active,
#irwWrapper .open .dropdown-toggle.btn-primary,
#irwWrapperPR .btn-primary:hover,
#irwWrapperPR .btn-primary:focus,
#irwWrapperPR .btn-primary:active,
#irwWrapperPR .btn-primary.active,
#irwWrapperPR .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #016dd2;
    border-color: #016dd2;
}

#irwWrapper .panel-default>.panel-heading {
    color: #2E4267;
}

#irwWrapper .irwTable .irwTableHeader,
#irwWrapper .gridPR .irwTableRowItem .irwPRSummary,
#irwWrapper .gridPR .irwTableRowItem:hover {
    background-color: #7ebee8;
    color: #fff;
    font-size: 16px;
    font-family: pt_sansregular;
    padding: 8px 0;
}

#irwWrapper .panel-default>.panel-heading-Select {
    background-color: #7ebee8;
    color: #fff !important;
    font-size: 16px;
    font-family: pt_sansregular;
}

#irwWrapper .panel-default>.panel-heading-Select a:hover,
#irwWrapper .panel-default>.panel-heading-Select a:focus,
#irwWrapper .panel-default>.panel-heading-Select a:active {
    color: #fff;
}

/*
// IRW Tabs
// --------------------------------------------------
*/
#irwWrapper .irwTabs {
    border: none;
    border-bottom: 4px solid #0680f2;
    padding: 0 10px;
    margin-top: 24px;
}

#irwWrapper .irwTabs ul {
    margin-left: -10px;
}

#irwWrapper .irwTabs ul li a {
    display: block;
    padding: 0px 30px;
    background-color: #c5c5c5;
    color: #929292 !important;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    font-family: 'PT Sans Narrow', sans-serif;
}

#irwWrapper .irwTabs ul li a:hover,
#irwWrapper .irwTabs ul li.active a {
    color: #fff;
    text-decoration: none;
}

#irwWrapper .irwTabs ul li.active a {
    background-color: #0680f2;
    color: #ffffff !important;
    text-transform: uppercase;
    padding: 0 30px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    font-size: 20px;
}

/* --Mobile View-- */
#irwWrapper .irwTabs .form-group.visible-xs {
    margin-left: 0px !important;
    margin-top: 5px;
    margin-bottom: 10px;
}

#irwWrapper .irwTabs .form-group.visible-xs label {
    color: #fff;
}

/**/
#irwWrapper .irwSwitch ul li a span.fa {
    font-size: 14px;
}

#irwWrapper .irwTableRowItem ul li a:hover,
#irwWrapper .irwTableRowItem ul li.active a,
.ui-datepicker .ui-datepicker-title {
    color: #415984;
}

#irwWrapper .irwTableRowItem h6,
#irwWrapper .irwTableRowItem ul li {
    font-size: 12px;
}

#irwWrapper .ui-widget {
    font-family: 'pt_sansregular';
    font-size: 14px;
}

#irwWrapper .meter {
    background-color: #ccc;
}

h1.irwTitle {
    display: none;
}

/*Suppress Title on Press Releases*/
/*Suppress FAQ extra paragraphs*/
.irwDivFaqs .scrollbar-content p,
.irwDivFaqs p {
    display: none;
}

.irwDivFaqs .scrollbar-content {
    width: 100%;
}

.irwDivFaqs .scrollbars {
    height: 172px !important;
}

/*Stock Chart Config Menu */
#irwWrapper .irwConfigMenuWrapper {
    z-index: 1029;
}

#irwWrapper .nav-tabs>li.active>a,
#irwWrapper .nav-tabs>li.active>a:hover,
#irwWrapper .nav-tabs>li.active>a:focus,
.mCS-bootstrap-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-bootstrap-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
#irwWrapper #irwTabsEvent {
    background-color: #0680f2;
}

/**/
#irwWrapper .irwNote {
    border-bottom-color: #00529f;
}

#irwWrapper .irwFilingHighlightItem {
    border-left-color: #00529f;
}

/*----- IR Left menu start here -------*/
#left-menu {}

#left-menu h2 {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px 10px;
    font-size: 19px;
    line-height: 42px;
}

#left-menu ul li ul.submenu {
    display: none;
}

#left-menu ul,
#left-menu ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

#left-menu ul li {
    font-size: 15px;
}

#left-menu ul li a {
    padding: 4px 24px 4px 10px;
    float: left;
    width: 100%;
    line-height: 30px;
    position: relative;
    color: #3e5161;
    text-decoration: none
}

#left-menu ul li a i {
    position: absolute;
    right: 10px;
    top: 12px;
    color: #0680f2;
}

#left-menu ul li a:hover {
    text-decoration: none;
    color: #3e5161;
}

#left-menu ul li.active>a {
    text-decoration: none;
    font-weight: bold;
}

#left-menu ul li ul li a {
    padding-left: 39px;
    line-height: normal;
}

#left-menu ul li.openNav>a>i::before {
    content: "\f056" !important;
}

#irwWrapper h2.subtitle,
h2.subtitle {
    line-height: 1;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    color: #00529f;
    border-bottom: 2px solid #00529f;
    padding-bottom: 10px;
}

#corpsection p {
    color: #3e5161;
    font-size: 15px;
    padding: 15px 0;
    float: left;
    width: 100%;
    line-height: 21px;
}

.energia-renovable .priceouter,
#marketsection .priceouter {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.energia-renovable .priceouter .pricevalue,
#marketsection .priceouter .pricevalue {
    float: left;
    font-size: 48px;
    color: #ffffff;
}

.energia-renovable .priceouter span i,
#marketsection .priceouter span i {
    float: left;
    font-size: 20px;
    color: #ffffff !important;
    line-height: 50px;
    margin-left: 5px;
}

.energia-renovable .labeltext,
#marketsection .labeltext {
    font-size: 15px;
    line-height: 21px;
    display: block;
    font-family: 'pt_sansbold';
}

.energia-renovable .value,
#marketsection .value {
    font-size: 15px;
    line-height: 21px;
    display: block;
    font-family: 'pt_sansregular';
}

#irwWrapper .energia-renovable p.asof,
#marketsection p.asof {
    font-size: 12px;
    margin-top: 20px;
    float: left;
    width: 100%;
}

#irwWrapper .halfsections h2.titulo {
    margin: 0px;
}

.energia-renovable,
.energia-plus {
    padding: 30px 40px 10px;
    color: #fff;
}

/*news slider */
/*bx slider css*/

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 12px 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    left: 0px;
    background: none;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
}

.bx-wrapper .bx-next {
    right: 10px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url('../images/irw/controls.png') -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url('../images/irw/controls.png') -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

/*bx vertical top right overrides*/
/*IE 8 fox*/
#bx-slider-top-right .bxslider3 {
    min-height: 150px;
}

#bx-slider-top-right .bxslider3 .prone {
    min-height: 50px;
}

#irwWrapper .prone a,
#irwWrapper .prone {
    color: #ffffff !important;
}

#bx-slider-top-right .bx-wrapper .bx-controls-direction a {
    top: -15px;
    width: auto;
}

#bx-slider-top-right ul {
    margin: 0;
    padding: 0;
}

#bx-slider-top-right .bx-wrapper .bx-prev {
    right: 30px;
    left: auto;
}

#bx-slider-top-right .bx-wrapper .bx-prev .fa.fa-chevron-circle-down {
    font-size: 18px;
    color: #ffffff;
    opacity: 1;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
}

#bx-slider-top-right .bx-wrapper .bx-prev .fa.fa-chevron-circle-down:hover {
    font-size: 18px;
    color: #fff;
    opacity: 1;
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
}

#bx-slider-top-right .bx-wrapper .bx-next .fa.fa-chevron-circle-up {
    font-size: 18px;
    color: #ffffff;
    opacity: 1;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
}

#bx-slider-top-right .bx-wrapper .bx-next .fa.fa-chevron-circle-up:hover {
    font-size: 18px;
    color: #fff;
    opacity: 1;
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
}

#bx-slider-top-right .bx-wrapper .bx-next {
    right: 0;
}

.halfsections {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

#featuresection ul {
    float: left;
    width: 100%;
}

#featuresection ul li {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #c1c5c9;
}

#featuresection ul li>div>a:first-child {
    float: left;
    padding-right: 10px;
    vertical-align: bottom;
    height: 100%;
    position: relative;
    bottom: 0px;
    margin-top: 12px;
}

#featuresection ul li>div .doclink,
#featuresection ul li>div .docdate {
    padding-top: 7px;
}

#featuresection ul li>div .docfile {}

#irwWrapper #featuresection ul li .irwFilingIconset .irwFilingDownload {
    margin: 0px 0 0px 6px;
}

#contactsection p {
    float: left;
    width: 100%;
    line-height: 30px;
    margin-bottom: 17px;
}

.container.padding {
    padding-bottom: 0px;
}

form#corporateform {
    margin-bottom: 0px;
}

.copyrightsection {
    float: left;
    width: 100%;
    padding: 30px 0;
}

#irwWrapper .panel-default>.panel-heading-Select .panel-title>a {
    color: #ffffff !important;
}

#irwWrapper a.irwOpenConfigMenu {
    color: #ffffff !important
}

.pagetitle-inner {
    color: #ffffff;
    font-size: 35px;
    margin-bottom: 20px;
}

.last-word {
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
}

.halfsections #bx-slider-top-right {
    position: relative;
    z-index: 2;
}

.halfsections .icndocs {
    background: #00498f url('../images/irw/icn_feature.png') no-repeat 95% 90%;
}

.halfsections .marketdata {
    position: relative;
    z-index: 2;
}

.halfsections #marketsection.icnmarket {
    /*background: #7ebee8 url('../images/irw/icn_market.png') no-repeat 95% 90%;*/
    background: #7ebee8;
}

.halfsections .energia-renovable.icnmarket {
    /*background:#00498f url('../images/irw/icn_market.png') no-repeat 95% 90%;*/
    background: #00498f;
}

#irwWrapper p.newspara {
    margin: 10px 0;
}

.toolkitouter {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.toolkitouter .irwToolKit {
    text-align: center;
}

#irwWrapper #irwCommitteeCharting .table-hover>thead>tr .hover_class {
    border-top-color: #00529f;
}

#irwWrapper #irwCommitteeCharting .table-hover>tbody>tr:hover>td:first-child {
    border-left-color: #00529f;
}

#irwWrapper #irwTabsEvent {
    background-color: transparent;
}

#irwWrapper #irwTabsEvent>li.active>a {
    background-color: #0680f2;
    color: #ffffff !important;
    text-transform: uppercase;
    padding: 0 30px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    font-size: 20px;
}

#irwWrapper #irwTabsEvent>li>a {
    background-color: #f5f5f5;
    color: #666;
    border-radius: 0px;
    padding: 0 30px;
    font-size: 20px;
}

#irwWrapper #irwTabsEvent {
    background-color: transparent;
    border-bottom: 4px solid #0680f2;
    padding: 0px;
}

#irwWrapper #irwTabsEvent>li {
    margin-bottom: -1px;
}

.irwInfoRequestSubmit i.irwInfoReqIEfix {
    margin-right: 4px;
    position: relative;
    padding-left: 10px;
}

.irwInfoRequestSubmit i.irwInfoReqIEfix i.irwMendetory {
    position: absolute;
    left: 0px;
    line-height: 20px;
    width: auto;
    text-align: left;
}

#irwWrapper .gridPR .irwTableRowItem .irwPRSummary {
    padding: 0 15px;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

#irwWrapper .readmorebtn {
    color: #fff !important;
    background: #0074c4;
    text-decoration: none;
    padding: 8px 0px;
    margin-top: 20px;
    clear: both;
    width: 90px;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
}

#irwWrapper .readmorebtn:hover {
    background: #016dd2;
}

.desktop {
    display: block !important
}

.mobile {
    display: none !important
}

.lang-sp,
.lang-en {
    display: none;
}

body[data-lang="SP"] .lang-sp {
    display: block;
}

body[data-lang="EN"] .lang-en {
    display: block;
}

body[data-lang="EN"] #left-menu ul.lang-sp {
    display: none !important;
}

body[data-lang="SP"] #left-menu ul.lang-en {
    display: none !important;
}

.page-187 .irwHeaderRow .irwPageHeader {
    padding: 0px;
}

#irwWrapper table.clienttable {
    width: 100%;
    margin-top: 20px;
}

#irwWrapper table.clienttable thead th {
    background: #7ebee8;
    color: #fff;
    text-align: center;
}

#irwWrapper table.clienttable tr {
    border-bottom: 1px solid #ebebeb;
}

#irwWrapper table.clienttable tr:last-child {
    border-bottom: none;
}

#irwWrapper table.clienttable th,
#irwWrapper table.clienttable td {
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 15px;
}

#irwWrapper table.clienttable td:first-child {
    border-left: none;
}

#irwWrapper table.clienttable tr:last-child td {
    border-bottom: none;
}

#irwWrapper table.clienttable th {
    border-bottom: none;
    padding: 10px;
}

#irwWrapper table.clienttable td,
#irwWrapper table.clienttable th {
    width: 18%;
}

#irwWrapper table.clienttable td:last-child,
#irwWrapper table.clienttable th:last-child {
    width: auto;
}

#irwWrapper table.clienttable a.archivo-pdf {
    display: block;
    border-bottom: 0px;
    margin-top: 5px;
    background: url('../images/irw/icono-pdf-small.png') no-repeat 97% center;
    padding: 5px;
}

#irwWrapper .irwResponsiveTable.clienttable .footable-row-detail-name {
    vertical-align: middle;
}

#irwWrapper #irwCommitteeCharting .irwCommittee .irwLegends .text-info {
    display: none;
}

#contactwrapper {
    float: left;
    width: 100%;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333 !important;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #777 !important;
}

@media(max-width: 991px) {
    #irwWrapper #featuresection.halfsections.row {
        margin-left: 0;
        margin-right: 0;
    }

    #irwWrapper #featuresection.halfsections.row>.col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width: 767px) {
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important
    }

    .page-175 .press-releases .irwTabs select {
        float: left;
        width: 100%;
        height: 40px;
    }

    #left-menu {
        position: relative;
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }

    .toolkitouter {
        width: auto;
        float: right;
        position: absolute;
        right: 0px;
        top: 0px;
        margin-top: 0px;
    }

    .irMenu-Button.btn-primary {
        color: #fff;
        background-color: #00529f;
        border-color: #00529f;
        border-radius: 0px;
    }

    #irwWrapper>.container:first-child {
        padding: 0px;
    }

    #irwWrapper #irwTabsEvent>li>a,
    #irwWrapper #irwTabsEvent>li.active>a {
        padding: 0 15px;
        font-size: 18px;
    }

    #irwWrapper #irwCommitteeCharting .footable-row-detail-name {
        margin-right: 10px;
    }
}

.ui-datepicker .ui-datepicker-header {
    background: #7ebee8;
}

.ui-datepicker .ui-datepicker-header .ui-state-hover {
    background: #0680f2;
    border: 0px
}

.ui-datepicker .ui-datepicker-calendar a.ui-state-hover {
    background: #0680f2;
}

.irwConfigMenuBody .nav-tabs>li.active>a {
    background-color: #0680f2;
}

#irwWrapper .irwConfigMenuBody .nav-tabs>li.active>a .tab-pointer {
    color: #0680f2;
    bottom: -14px;
}

#irwWrapper a.irwOpenConfigMenu:hover,
#irwWrapper a.irwOpenConfigMenu:active,
#irwWrapper a.irwOpenConfigMenu:focus {
    background: #0680f2;
}

#left-menu ul li ul li.activesub a {
    text-decoration: none;
    font-weight: bold;
}

#govdocsform .irwgovdocs .irwDocCommonDate {
    display: none !important;
}

#irwWrapper h2.subtitle.subtitle_spainish {
    display: none;
}

#irwWrapper #CP_spain {
    display: none;
}

body[data-lang="SP"] #irwWrapper h2.subtitle.title-SP,
body[data-lang="SP"] #irwWrapper #CP_spain {
    display: block;
}

body[data-lang="SP"] #corpsection p,
body[data-lang="SP"] #irwWrapper h2.subtitle.title-EN,
body[data-lang="EN"] #irwWrapper h2.subtitle.title-SP,
body[data-lang="EN"] #irwWrapper #CP_spain {
    display: none;
}

#irwWrapper #CP_spain {
    margin-bottom: 40px;
}

#irwWrapper .halfsections .readmorebtn {
    display: inline-block;
}

#featuresection .webcast-gray {
    padding-right: 0;
}

#featuresection .webcast-wrapper {
    background: #7F7F7F;
    float: left;
    width: 100%;
    padding: 20px 15px;
}

#featuresection .webcast-wrapper.text-center h2,
#featuresection .webcast-wrapper.text-center h3 {
    width: 100%;
    color: #fff;
    line-height: 1;
    font-size: 18px;
    font-family: pt_sansregular;
    margin-bottom: 25px;
}

#featuresection .webcast-wrapper.text-center h3 {
    padding: 20px 0 25px;
}

#featuresection ul.bullets li {
    border: none;
    display: inline-block;
    width: auto;
    text-align: center;
    float: none;
    padding: 0;
}

#featuresection .webcast-wrapper li.center-bullet {
    padding: 0 15% !important;
}

#featuresection ul.bullets {
    text-align: center;
    float: none;
}

#featuresection ul.bullets li a {
    color: #fff !important;
    font-size: 15px;
    line-height: 21px;
    font-family: 'pt_sansbold';
}

table.Financialstatemant.irwResponsiveTable {
    margin-top: 20px;
}

table.Financialstatemant.irwResponsiveTable tr td {
    border-top: 0 !important;
}

#addtocalendar .full-width,
#dialindetails .full-width {
    width: 100%;
    float: left;
    padding: 15px 0;
}

#addtocalendar .full-width,
#dialindetails .full-width {
    float: left;
    width: 100%;
}

#addtocalendar ul.bullets,
#dialindetails ul.bullets {
    padding: 5px 0 0;
}

#addtocalendar ul.bullets li,
#dialindetails ul.bullets li {
    list-style: none;
    border-bottom: 1px solid #8B8988;
    padding: 7px 0;
    margin: 0;
    font-size: 14px;
}

#addtocalendar h4,
#dialindetails h4 {
    font-weight: bold;
    color: #00498F;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'pt_sansbold';
}

#addtocalendar ul.bullets li a,
#dialindetails ul.bullets li a {
    color: #00498F !important;
}

#addtocalendar .modal-content,
#dialindetails .modal-content {
    float: left;
    width: 100%;
}

#addtocalendar ul.bullets span,
#dialindetails ul.bullets span {
    display: inline-block;
    min-width: 50%;
}

#featuredocouter .docdate {
    padding-top: 7px;
}

#featuredocouter ul li {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #c1c5c9;
}

#featuredocouter ul {
    float: left;
    width: 100%;
}

#featuredocouter ul li {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #c1c5c9;
}

#featuredocouter ul li>div>a:first-child {
    float: left;
    padding-right: 10px;
    vertical-align: bottom;
    height: 100%;
    position: relative;
    bottom: 0px;
    margin-top: 12px;
}

#featuredocouter ul li>div .doclink,
#featuresection ul li>div .docdate {
    padding-top: 7px;
}

#featuredocouter ul li>div .docfile {}

#irwWrapper #featuredocouter ul li .irwFilingIconset .irwFilingDownload {
    margin: 0px 0 0px 6px;
}

#featuredocouterWrapper ul li a {
    padding: 0;
    width: auto;
    line-height: normal;
    text-decoration: none;
    float: none;
}

@media (max-width: 992px) {
    .halfsections {
        margin-bottom: 0;
    }

    .navbar-header img {
        max-width: 140px !important;
    }
}

@media (max-width: 768px) {
    .navbar-header img {
        max-width: 254px !important;
    }
}

@media(max-width: 767px) {
    .container .container {
        padding: 0;
    }
}

#irwWrapper .asterisk-icon {
    font-size: 8px !important;
    font-weight: normal;
}


 .PageDefault #contacto-ingles header#banner-image {
        /* background: url('../images/2020/CVO-20170415-TOMA_073.jpg') no-repeat bottom center, linear-gradient(
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2)), url('../images/irw/IMG-20200124-WA00152.jpg') no-repeat center center !important; */
        /*         background: url('../images/2020/Achiras-I.png') 50%  59% !important; */
        background: url('../images/irw/mascara-oblicua.png') no-repeat bottom center, linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/2020/Achiras-I.png')50%  19%!important;
        -webkit-background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        } 

h1 {
    font-family: 'PT Sans Narrow', sans-serif !important;
}

.bold {
    font-weight: 700 !important;
}

#irwWrapper .pane.pane--content #_ctrl0_ctl31_divModuleContainer .irwWell,
.navbar-default .navbar-nav>li>a,
.irwODSections,
#irwWrapper,
footer,
.container.corporate,
p.subtitle a,
#featuresection .webcast-wrapper.text-center h2,
.webcast-wrapper h2 a,
.col-xs-12.col-sm-4>span,
.col-xs-12.col-sm-3>span {
    font-family: 'PT Sans', sans-serif;
}

p.subtitle a {
    line-height: 30px;
}

#featuresection ul.bullets li a,
span.labeltext {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}

.col-xs-12.col-sm-4.col-md-3.desktop {
    float: none;
}

.marketdata .row .col-xs-12.col-sm-4>span {
    font-family: 'PT Sans', sans-serif;
}

@media (min-width:768px) {
    .container.padding {
        max-width: 750px;
        width: inherit;
    }
}

@media (min-width:992px) {
    .container.padding {
        max-width: 970px;
        width: inherit;
    }
}

@media (min-width:1200px) {
    .container.padding {
        max-width: 1170px;
        width: inherit;
    }
}

.col-xs-12.col-sm-4.col-md-3.desktop {
    width: 100%;
}


div div.irwCopyright {
    font-family: 'PT Sans', sans-serif !important;
}

#irwWrapper #irwTabsEvent>li.active>a {
    background-color: #0680f2;
    color: #ffffff !important;
    text-transform: uppercase;
    padding: 0 30px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    font-size: 20px;
}

#_ctrl0_ctl40_divModuleContainer .clienttable thead>tr>th {
    width: 60%
}

#investor-kit-content tr.irwHasGA td>a {
    display: flex;
    justify-content: center;
}

.clienttable a {
    color: #2790F3 !important;
    font-size: 17px;
    text-align: center !important;
}

@font-face {
    font-family: 'pt_sansregular';
    src: url('../fonts/irw/PTS55F-webfont.eot');
    src: url('../fonts/irw/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/irw/PTS55F-webfont.ttf') format('truetype'), url('../fonts/irw/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansbold';
    src: url('../fonts/irw/PTS75F-webfont.eot');
    src: url('../fonts/irw/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/irw/PTS75F-webfont.ttf') format('truetype'), url('../fonts/irw/PTS75F-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansbold_italic';
    src: url('../fonts/irw/PTS76F-webfont.eot');
    src: url('../fonts/irw/PTS76F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/irw/PTS76F-webfont.woff2') format('woff2'),
        url('../fonts/irw/PTS76F-webfont.woff') format('woff'),
        url('../fonts/irw/PTS76F-webfont.ttf') format('truetype'), url('../fonts/irw/PTS76F-webfont.svg#pt_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sans_narrowbold';
    src: url('../fonts/irw/PTN77F-webfont.eot');
    src: url('../fonts/irw/PTN77F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/irw/PTN77F-webfont.woff2') format('woff2'),
        url('../fonts/irw/PTN77F-webfont.woff') format('woff'),
        url('../fonts/irw/PTN77F-webfont.ttf') format('truetype'), url('../fonts/irw/PTN77F-webfont.svg#pt_sans_narrowbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@media (max-width: 768px) {

    .energia-plus.icnmarket,
    .col-xs-12.stock-widget {
        height: auto !important;
    }
}

.form-control-feedback,
.glyphicon-search {
    pointer-events: all !important;
    cursor: pointer;
}

/* Information Request / Emal Notifications - START */

.input-group .form-control,
.module-form_item .form-control,
.module-form_item--questions-and-comments .form-control,
.CaptchaContainer .form-control,
.btn-InforRequestSubmit,
.emailDocuments .form-control,
.irwBtnEmailUnsubscribe .btn-secondary {
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.module-form_item--questions-and-comments .form-control,
.CaptchaContainer .form-control,
.btn-InforRequestSubmit,
#_ctrl0_ctl47_UCCaptcha_txtCode,
.irwBtnEmailUnsubscribe .btn-secondary {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
}

/* END */