#preciodelaluz_header {
    display: flex;
    font-family: 'Gotham';
    justify-content: space-between;
}
@media (min-width:1201px) {
    #preciodelaluz_header_left {
        padding-right: 120px;
        max-width: 641px;
    }
}
#preciodelaluz_header_right img {
    max-height: 390px;
}
/* #preciodelaluz_title {
    font-family: "Gotham Bold";
    font-style: normal;
    font-weight: 400;
    font-size: 33px;
    line-height: 40px;
    color: #111827;
    margin-bottom: 16px;
} */
/* ///cambio */
#preciodelaluz_title {
    font-family: "Gotham Bold";
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 47px;
    color: #FF595A;
    margin-bottom: 16px;
}
#preciodelaluz_desc {
    font-family: 'Nexa';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #6B7280;
    margin-bottom: 32px;
}
/* ///CAMBIO */
#preciodelaluz_selectores {
    max-width: 100%;
    width: 100%;
}
@media screen and (max-width:767px){
    #preciodelaluz_selectores {
        max-width: 100%;
        width: 100%;
    }
}
#preciodelaluz_selectores label, 
#preciodelaluz_selectores select, 
#preciodelaluz_selectores input {
    width: 100%;
} 
#preciodelaluz_selectores label {
    margin-bottom: 6px;    
    font-style: normal;
    font-weight: 325;
    font-size: 14px;
    line-height: 24px;
    color: #1F2937;
}
#preciodelaluz_selectores select, 
#preciodelaluz_selectores input {
    font-style: normal;
    font-weight: 325;
    font-size: 16px;
    line-height: 24px;
    color: #111827;

    padding: 10px 14px 10px 10px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-family: 'Gotham';

    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
#preciodelaluz_selectores select {
    background:url(/wp-content/plugins/preciodelaluz/public/img/down-arrow.jpg) no-repeat 95% center;
}
#preciodelaluz_select_cal {
    padding-right: 23px !important;
}
#preciodelaluz_aplicar {
    width: 100%;
    text-align: center;
    line-height: 48px;
    height: 48px;

    background: #FF595A;
    border-radius: 8px;
    cursor: pointer; 
    margin-top: 24px;
    
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
#preciodelaluz_aplicar, 
#preciodelaluz_aplicar svg {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
#preciodelaluz_aplicar svg {
    margin-left: 5px;
    stroke: #FFF;
    transform: rotate(-90deg);
}
#preciodelaluz_aplicar:hover {
    border-radius:0px
}
#preciodelaluz_aplicar:hover svg {
    margin-left: 10px;
}
#preciodelaluz_label {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 35px;
    font-family: 'Nexa';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #6B7280;
}
#preciodelaluz_label span {
    margin-left: 5px;
    font-family: "Gotham Bold";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FF595A;
}
#preciodelaluz_cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 64px;
}
.preciodelaluz_card {
    width: 265px;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.preciodelaluz_card.current, 
.preciodelaluz_card.medium {
    background: #FFFFFF;
    box-shadow: 0px 6px 10px -1px rgba(6, 25, 56, 0.07);
}
.preciodelaluz_card.min {
    background: linear-gradient(0deg, rgba(236, 253, 245, 0.3), rgba(236, 253, 245, 0.3)), #FFFFFF;
    box-shadow: 0px 6px 10px -1px rgba(6, 25, 56, 0.07);    
}
.preciodelaluz_card.max {
    background: linear-gradient(0deg, rgba(254, 242, 242, 0.3), rgba(254, 242, 242, 0.3)), #FFFFFF;
    box-shadow: 0px 6px 10px -1px rgba(6, 25, 56, 0.07);
}
@media screen and (max-width:991px){
    .preciodelaluz_card {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width:767px){
    #preciodelaluz_table_table .preciodelaluz_table_cell{
        width: 100%;
    }
}
.preciodelaluz_card_title {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 20px;
    color: #111111;
    margin-bottom: 20px;
}
.preciodelaluz_card_title span {
    line-height: 45px;
    float: left;
}
.preciodelaluz_card_title .value {
    margin-left: 20px;
    font-family: 'Gotham Bold';
    font-style: normal;
    font-weight: 350;
    font-size: 24px;
    line-height: 20px;
    color: #111111;
    padding: 7px;

    border: 8px solid #F3F4F6;
    border-radius: 4px;
    float: right;
}
.preciodelaluz_card.medium .value, 
.preciodelaluz_card.max .value, 
.preciodelaluz_card.min .value {
    border-radius: 50%;
}
.preciodelaluz_card.min .value {
    border: 8px solid #ECFDF3;
}
.preciodelaluz_card.max .value {
    border: 8px solid #FEF2F2;
}
.clearfix {
    clear: both;
}
.preciodelaluz_card_sub {
    font-family: 'Gotham Bold';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #111111;
    margin-bottom: 5px;
}
.preciodelaluz_card_desc {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 325;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #101828;
}
#preciodelaluz_table {
    margin-bottom: 64px;
}
#preciodelaluz_table_label {
    margin-bottom: 24px;
}
#preciodelaluz_table_label, 
#preciodelaluz_chart_label {
    font-family: 'Gotham Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #111111;    
}
#preciodelaluz_table_table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    height: 300px;
    align-content: space-between;
}
.preciodelaluz_table_cell {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    gap: 8px;
    margin-bottom: 8px;

    width: 260px;
    height: 36px;
    border-radius: 8px;
    
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;

    background: #F3F4F6;
    color: #111827;
}
@media (max-width:1200px) {
    .preciodelaluz_table_cell {
        width: 23%;
    }
}
@media (max-width:991px) {
    .preciodelaluz_table_cell {
        width: 31%;
    }
    #preciodelaluz_table_table {
        height: 375px;
    }
}
@media (max-width:767px) {
    #preciodelaluz_table_table {
        height: auto;
    }
}
.preciodelaluz_table_cell_label {
    font-family: 'Gotham Bold';
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 20px;
    color: #111111;
}
.preciodelaluz_table_cell_value {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 20px;
}
.preciodelaluz_table_cell.green {
    background: #ECFDF3;
}
.preciodelaluz_table_cell.green .preciodelaluz_table_cell_value {
    color: #039855;
}
.preciodelaluz_table_cell.red {
    background: #FEF3F2;
}
.preciodelaluz_table_cell.red .preciodelaluz_table_cell_value {
    color: #D92D20;
}
.preciodelaluz_table_cell.gray {
    background: #F3F4F6;
}
.preciodelaluz_table_cell.gray .preciodelaluz_table_cell_value {
    color: #111827;
}
#preciodelaluz_table_legend {
    margin-top: 24px;
    display: flex;
}
#preciodelaluz_table_legend_label {
    font-family: 'Gotham Bold';
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 20px;
    color: #111111;
}
.preciodelaluz_table_legend_value {
    margin-left: 16px;

    font-family: 'Gotham';
    font-style: normal;
    font-weight: 325;
    font-size: 14px;
    line-height: 20px;
    color: #111111;
}
.preciodelaluz_table_legend_value span {
    display: inline-block;

    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 8px;
    background: #039855;
    position: relative;
    top:2px;
}
.preciodelaluz_table_legend_value.red span {
    background: #D92D20
}
.preciodelaluz_table_legend_value.gray span {
    background: #111827;
}
#lineChart {
    height: 300px;
    width: 100%;
}
@media (max-width:1200px) {
    #preciodelaluz_header_left {
        width: 60%;
        padding-right: 50px !important;
    }    
    #preciodelaluz_select_cal {
        padding-right: 20px !important;
    }
    /* ////CAMBIO */
    /* #preciodelaluz_desc {
        font-size: 16px;
        line-height: 23px;
    } */
    #preciodelaluz_desc {
        font-size: 19px;
        line-height: 28px;
    }
    #preciodelaluz_selectores select, #preciodelaluz_selectores input {
        font-size: 14px;
    }
}
@media (max-width:767px) {
    #preciodelaluz_main {
        flex-wrap: wrap;
    }
    #preciodelaluz_header_left {
        width: 100%;
        padding-right: 0px !important;
    }
    #preciodelaluz_header_right {
        display: none;
    }
}
@media screen and (max-width:360px){
    #preciodelaluz_selectores select, #preciodelaluz_selectores input {
        font-size: 13px;
    }
}
#preciodelaluz_alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin-top: 1rem;

    display: none;
    font-size: 16px;
}

div:not(".new-footer") .wp-block-separator.alignwide.is-style-wide{
    max-width: 100%;
}

.preciodelaluz_selector input[type=text]::-ms-clear, 
.preciodelaluz_selector input[type=date]::-moz-clear { 
    display: none; 
}