.elementor-kit-5{--e-global-color-primary:#EC6500;--e-global-color-secondary:#9FA1A4;--e-global-color-text:#151C21;--e-global-color-accent:#61CE70;--e-global-color-1ee1c07:#FFFFFF;--e-global-typography-primary-font-family:"Quenda";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Univers LT 55 Roman";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Univers LT 55 Roman";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Univers LT 55 Roman", Sans-serif;}.elementor-kit-5 h1{font-family:"Quenda", Sans-serif;font-weight:100;}.elementor-kit-5 h2{font-family:"Quenda", Sans-serif;font-size:40px;font-weight:400;}.elementor-kit-5 h3{font-family:"Quenda", Sans-serif;}.elementor-kit-5 h4{font-family:"Quenda", Sans-serif;}.elementor-kit-5 h5{font-family:"Quenda", Sans-serif;}.elementor-kit-5 h6{font-family:"Quenda", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-right:0px;padding-left:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}}/* Start custom CSS *//* CSS CUSTOM COPEL */


/* 16px root */
html{ font-size: 100%; }

/* 14px root */
@media (max-width: 980px) { html{ font-size: 87.5%; } }

/* 12px root */
@media (max-width: 980px) { html{ font-size: 75%; } }

html,
body {
  padding: 0;
  margin: 0;
}

a { color: inherit; text-decoration: none; }

* {  box-sizing: border-box; padding: 0; margin: 0; outline: 0; }

ul { padding-left: 1rem; margin-bottom: 1rem; }

::marker{
    display: none !important;
}

img{ max-width: 100%; }

body::-webkit-scrollbar{
  width: 3px;
  background: #ccc;
}

body::-webkit-scrollbar-thumb{
  background: var(--e-global-color-primary);
}

.imgDestaque{
    height: 22rem;
        display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.imgDestaque .elementor-container{
    width: 100%;
}


.box-destaque{
    width: 56.5rem;
}

.menuTroca li a:after{
    content: "";
    background: url('/copel/wp-content/uploads/2021/11/arrow-laranja.svg') !important;
    width: 2rem !important;
    height: 2rem !important;
    position: relative !important;
    opacity: 1 !important;
}

.menuTroca a{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menuTroca a:after{
    height: initial !important;
}

.menuTroca a.elementor-item-active{
    background: var(--e-global-color-primary);
    border-radius: 5px;
    color: #fff !important;
}

.menuTroca a.elementor-item-active:after{
    filter: brightness(100);
}

.menuTroca a:hover:after{
    filter: brightness(0);
}

.acordionTroca ul{
    padding-left: 2rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.acordionTroca ul li:before{
    content: "";
    background: url("/copel/wp-content/uploads/2021/11/arrow-laranja.svg") #fff;
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -2rem;
    top: -5px;
}

.acordionTroca ul li{
    position: relative;
}

.acordionTroca ul li + li{
    margin-top: 1rem;
}

.acordionTroca strong{
    font-size: 28px;
    font-family: "Quenda", Sans-serif;
    font-weight: 200;
    display: block;
    margin: 2rem 0;
}

.acordionTroca .elementor-tab-title{
    display: flex;
    gap: 2rem;
    padding: 2rem 0;
}

.acordionTroca .elementor-tab-title span i{
    background: #f1f1f1;
    width: 2.75rem;
    height: 2.75rem;
    box-sizing: content-box;
    border-radius: 50%;
    text-align: center;
    line-height: 2.75rem;
}

.acordionTroca .elementor-tab-content a {
    color: var(--e-global-color-primary);
}

.acordionTroca .elementor-tab-content a:hover{
    text-decoration: underline;
}

.acordionTroca .elementor-tab-content li{
    margin-top: 0px;
}

.acordionTroca table{
    box-shadow: 0 0 15px -3px rgba(0,0,0,.3);
    margin-bottom: 2rem;
}

.acordionTroca table td, .acordionTroca table th{
    border: none;
}

.acordionTroca th{
    color: var(--e-global-color-primary);
}

.AbasIluminacao a{
    background: var(--e-global-color-primary);
    color: #fff;
    padding: .5rem .6rem;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}

.AbasCopel a{
    background: var(--e-global-color-primary);
    color: #fff;
    padding: .5rem .6rem;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}




.Atendimento a{
    background: initial;
    width: 100%;
    height: 7.35rem;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    border-radius: 0px;
    font-family: "Quenda", Sans-serif;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    gap: 1rem;
    color: #151C21;
}

.Atendimento ul li:hover a{
    color: #fff;
}

.Atendimento ul{
    list-style: none;
    padding: 0;
}

.Atendimento ul li{
    width: calc(20% - .2rem);
    padding: .5rem;
    background: #f1f1f1;
    transition: all ease .3s
}

.Atendimento ul li:hover{
    background: var(--e-global-color-primary);
    color: #fff;
}

.Atendimento ul li img{
    height: 2.37rem;
}

.Atendimento ul li:hover img{
    filter: grayscale(100) brightness(100);
    transition: all ease .3s;
}

.Atendimento ul{
    display: flex;
    flex-wrap: wrap;
    gap: .2rem;
}

.AbasIluminacao .elementor-tab-title{
    width: 12rem;
    height: 12rem;
    border-radius: 5px;
    box-shadow: 0px 0px 12px #00000029;
    background: url(/copel/wp-content/uploads/2021/11/broadcast-tower.svg);
    background-position: right center;
    background-repeat: no-repeat;
}


.AbasIluminacao .elementor-tabs-wrapper{
    display: flex;
    gap: 2rem;
    padding: 1rem;
}

.AbasIluminacao .elementor-tab-title.elementor-active{
    background: var(--e-global-color-primary) url(/copel/wp-content/uploads/2021/11/broadcast-tower-active.svg);
    background-position: right center;
    background-repeat: no-repeat;
}

.AbasIluminacao .elementor-tab-title:before,
.AbasIluminacao .elementor-tab-title.elementor-active:before{
    content: "" !important;
    width: 35% !important;
    height: 2px !important;
    display: block !important;
    margin-bottom: 1rem !important;
    margin-top: .5rem !important;
    position: relative !important;
    left: initial !important;
    right: initial !important;
}

.AbasIluminacao .elementor-tab-title:before{
    background: #000 !important;
}

.AbasIluminacao .elementor-tab-title.elementor-active:before{
    background: #fff !important;
}

.AbasIluminacao .elementor-tab-title:after,
.AbasIluminacao .elementor-tab-title.elementor-active:after{
    content: "";
    width: 2.6rem !important;
    height: 2.6rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    right: initial !important;
    left: initial !important;
    bottom: 1rem !important;
    border-radius: 50%;
    box-shadow: 0px 0px 12px #151C2133 !important;
}

.AbasIluminacao .elementor-tab-title:after{
    background: var(--e-global-color-primary) !important;
    content: "+";
    font-size: 2rem;
    font-weight: 200 !important;
    color: #fff;
}

.AbasIluminacao .elementor-tab-title.elementor-active:after{
    box-shadow: 0px 0px 12px #FFFFFF5C !important;
    background: url("/copel/wp-content/uploads/2021/11/arrow-laranja.svg") #f1f1f1 !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    transform: rotate(90deg);
}

.AbasCopel .elementor-tab-title{
    width: 12rem;
    height: 12rem;
    border-radius: 5px;
    box-shadow: 0px 0px 12px #00000029;
    background: url(/copel/wp-content/uploads/2022/02/simbolo-copel1.svg);
    background-position: right center;
    background-repeat: no-repeat;
}


.AbasCopel .elementor-tabs-wrapper{
    display: flex;
    gap: 2rem;
    padding: 1rem;
}

.AbasCopel .elementor-tab-title.elementor-active{
    background: var(--e-global-color-primary) url(/copel/wp-content/uploads/2022/02/simbolo-copel1.svg);
    background-position: right center;
    background-repeat: no-repeat;
}

.AbasCopel .elementor-tab-title:before,
.AbasCopel .elementor-tab-title.elementor-active:before{
    content: "" !important;
    width: 35% !important;
    height: 2px !important;
    display: block !important;
    margin-bottom: 1rem !important;
    margin-top: .5rem !important;
    position: relative !important;
    left: initial !important;
    right: initial !important;
}

.AbasCopel .elementor-tab-title:before{
    background: #000 !important;
}

.AbasCopel .elementor-tab-title.elementor-active:before{
    background: #fff !important;
}

.AbasCopel .elementor-tab-title:after,
.AbasCopel .elementor-tab-title.elementor-active:after{
    content: "";
    width: 2.6rem !important;
    height: 2.6rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    right: initial !important;
    left: initial !important;
    bottom: 1rem !important;
    border-radius: 50%;
    box-shadow: 0px 0px 12px #151C2133 !important;
}

.AbasCopel .elementor-tab-title:after{
    background: var(--e-global-color-primary) !important;
    content: "+";
    font-size: 2rem;
    font-weight: 200 !important;
    color: #fff;
}

.AbasCopel .elementor-tab-title.elementor-active:after{
    box-shadow: 0px 0px 12px #FFFFFF5C !important;
    background: url("/copel/wp-content/uploads/2021/11/arrow-laranja.svg") #f1f1f1 !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    transform: rotate(90deg);
}





.alertAutoLeitura{
    line-height: 1;
}

.txtAutoleitura a{
    text-decoration: underline;
}

.alertAutoLeitura .elementor-alert{
    display: flex;
    gap: 1rem;
    border-radius: 5px;
}

.alertAutoLeitura .elementor-alert:before{
    content: "";
    background: url(/copel/wp-content/uploads/2021/11/exclamation-triangle.svg);
    display: flex;
    width: 5.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.alertAutoLeitura .elementor-alert-title{
    display: none;
}

.faqAutoleitura .elementor-tab-title{
    box-shadow: 0px 0px 12px #0000112B;
    border-radius: 5px;
}

.faqAutoleitura .elementor-tab-title{
    margin-top: 1rem;
}

.faqAutoleitura .elementor-accordion-icon{
    background: var(--e-global-color-primary);
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: .3rem;
    border-radius: 50%;
    margin-top: -5px;
    width: 28px !important;
    height: 28px !important;
}

.debitoAutomatico ul li{
    display: flex;
    flex-direction: column;
    height: 12rem;
    width: 12rem;
    border: thin solid #f1f1f1;
    box-shadow: 0px 0px 12px rgba(0,0,0,.1);
    padding: 1.5rem;
    border-radius: 5px;
    font-family: "Quenda", Sans-serif;
    transition: all ease .3s;
    position: relative;
}

.debitoAutomatico ul li:before{
    content: "";
    width: 35% !important;
    height: 2px !important;
    display: block !important;
    margin-bottom: 1rem !important;
    margin-top: 0.5rem !important;
    position: relative !important;
    left: initial !important;
    right: initial !important;
    background: #000;
}

.debitoAutomatico ul li:hover{
    box-shadow: 0px 0px 12px rgba(0,0,0,.2);
}

.debitoAutomatico ul li a{
    background: var(--e-global-color-primary);
    padding: .5rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all ease .3s;
    position: absolute;
    width: calc(100% - 3rem);
    bottom: 1.5rem;
}

.debitoAutomatico ul li a:hover{
    opacity: .9;
}

.debitoAutomatico ul{
    display: flex;
    gap: 2rem;
}

.debitoAutomatico .residencial{
    background: url("/copel/wp-content/uploads/2021/11/home.svg");
    background-position: center right;
    background-repeat: no-repeat;
}

.debitoAutomatico .empresa{
    background: url("/copel/wp-content/uploads/2021/11/broadcast-tower.svg");
    background-position: center right;
    background-repeat: no-repeat;
}

.debitoAutomatico .especial1{
    background: url("/copel/wp-content/uploads/2021/11/building.svg");
    background-position: center right;
    background-repeat: no-repeat;
}

.debitoAutomatico .especial2{
    background: url("/copel/wp-content/uploads/2021/11/briefcase.svg");
    background-position: center right;
    background-repeat: no-repeat;
}

.BlocoResidencial{
    height: 22rem;
}

.BlocoResidencial .tituloBloco p{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.BlocoResidencial .iconBtBloco .elementor-icon-list-item a{
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    height: 100%;
    transition: all ease .3s;
}

.BlocoResidencial .iconBtBloco:hover .elementor-icon-list-item a{
    justify-content: flex-end;
    gap: 2rem;
}

.BlocoResidencial .iconBtBloco .elementor-icon-list-item{
    position: relative;
    background: rgba(255, 117, 12, 1);
    width: 55%;
    height: 14em;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 1rem;
    transition: all ease .3s;
}

.BlocoResidencial .iconBtBloco:hover .elementor-icon-list-item{
    width: 100%;
    height: 100%;
    background: rgba(255, 117, 12, .8);
}

.iconBtBloco{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.iconBtBloco:hover{
    height: 100%;
}

.iconBtBloco .elementor-icon-list-text{
    display: flex !important;
    flex-direction: column;
    gap: .5rem;
    align-items: stretch;
    justify-content: stretch;
}

.BlocoResidencial .iconBtBloco .elementor-icon-list-item svg{
    width: 1.5rem;
    height: 1.7rem;
}

.iconBtBloco .elementor-icon-list-text:after{
    content: "Acessar";
    display: flex;
    background: #F2F4F6;
    width: 100%;
    height: 1.9rem;
    font-size: .9rem;
    color: #000;
    font-weight: 200;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-family: "Proxima Nova", Sans-Serif;
    transition: all ease .3s;
}

.iconBtBloco .elementor-icon-list-text:hover:after{
    opacity: .9;
}

.iconBtBloco .elementor-icon-list-text{
    align-self: start !important;
    width: 100%;
}

.atalhosHome ul{
    background: #E4E6EA;
    gap: 1px;
    border-radius: 5px;
    overflow: hidden;
}

.atalhosHome ul li{
    width: calc(25% - 1px);
}

.atalhosHome ul li a{
    flex-direction: column;
    align-items: start !important;
    justify-content: start;
    height: 10rem;
    background: #f1f1f1;
    padding: 1rem;
    gap: 1rem;
    position: relative;
    transition: all ease .3s;
}

.atalhosHome ul li a:hover{
    background: #e5e5e5;
    box-shadow: inset 0 0 10px rgba(0,0,0,.1);
}

.atalhosHome ul li a svg{
    width: 2rem;
    height: 2rem;
}

.atalhosHome ul li a:after{
    content: "Veja mais ";
    font-family: "Univers LT 55 Roman", Sans-serif;
    font-size: .9rem;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    padding-right: 1.5rem;
    background: url("/copel/wp-content/uploads/2021/12/arrow-right.png");
    background-position: right center;
    background-repeat: no-repeat;
}

.atalhosHome .elementor-icon-list-text{
    width: 100%;
    padding: 0px !important;
}

.atalhoslista ul{
    
    gap: 1px;
    border-radius: 5px;
    overflow: hidden;
}

.atalhoslista ul li{
    width: calc(33%);
}

.atalhoslista ul li a{
    flex-direction: column;
    align-items: start !important;
    justify-content: start;
    height: 10rem;
    background: #f1f1f1;
    padding: 1rem;
    gap: 1rem;
    position: relative;
    transition: all ease .3s;
}

.atalhoslista ul li a:hover{
    background: #e5e5e5;
    box-shadow: inset 0 0 10px rgba(0,0,0,.1);
}

.atalhoslista ul li a svg{
    width: 2rem;
    height: 2rem;
}

.atalhoslista ul li a:after{
    content: "Veja mais ";
    font-family: "Univers LT 55 Roman", Sans-serif;
    font-size: .9rem;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    padding-right: 1.5rem;
    background: url("/copel/wp-content/uploads/2021/12/arrow-right.png");
    background-position: right center;
    background-repeat: no-repeat;
}

.atalhoslista .elementor-icon-list-text{
    width: 100%;
    padding: 0px !important;
}


.maisServicos{
    background: var(--e-global-color-primary);
    padding: 1rem;
    border-radius: 5px;
    transition: all ease .3s;
}

.maisServicos:hover{
    opacity: .9;
}

.maisServicos ul li{
    position: relative;
}

.maisServicos ul li a:after{
    content: "Veja mais ";
    font-family: "Univers LT 55 Roman", Sans-serif;
    font-size: .9rem;
    position: absolute;
    right: 0;
    padding-right: 2rem;
    background: url("/copel/wp-content/uploads/2021/12/arrow-right.png");
    background-position: right center;
    background-repeat: no-repeat;
    filter: contrast(0) invert(100) brightness(100);
}

.maisServicos ul li a{
    width: 22rem;
}

.maisServicos .elementor-icon-list-text{
    max-width: 50%;
}

.postsHome .elementor-post__read-more{
    text-align: right;
}

.postsHome .elementor-post__read-more:after{
    content: "";
    font-family: "Univers LT 55 Roman", Sans-serif;
    font-size: .9rem;
    padding-right: 1.5rem;
    background: url("/copel/wp-content/uploads/2021/12/arrow-right.png");
    background-position: right center;
    background-repeat: no-repeat;
}

.elementor-post__read-more{
    position: relative;
}

.postsHome .elementor-post__text{
    display: flex;
    flex-direction: column;
}

.boxApps{
    height: 18rem;
}

.iconCasaEmpresa{
    height: 38rem;
    position: relative;
}

.iconCasaEmpresa .elementor-heading-title{
    max-width: 400px;
    z-index: 10;
}

.iconDetails{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1rem;
    background: var(--e-global-color-primary);
    width: 50% !important;
    display: flex;
    height: 13rem;
    transition: all ease .3s;
}

.iconDetails.Empresa{
    left: 0;
    background: #f1f1f1;
}

.iconDetails a{
    flex-direction: column;
    align-items: start !important;
    gap: 1rem;
}

.iconCasaEmpresa:hover .elementor-widget-container, .iconCasaEmpresa:hover .iconDetails ul{
    width: 100%;
    height: 100%;
}

.iconCasaEmpresa:hover .iconDetails a{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
}

.iconCasaEmpresa:hover .iconDetails{
    width: 100% !important;
    height: 100%;
}

.iconDetails .elementor-icon-list-item{
    flex-direction: column;
    align-items: start;
    gap: 1rem;
    height: 100%;
}

.iconDetails li{
    justify-content: center !important;
    height: 100%;
    transition: all ease .3s;
    opacity: 1;
}

.iconCasaEmpresa:hover .iconDetails li{
    opacity: 0;
}

.iconDetails li:after{
    content: "Veja as opções";
    color: #fff;
    font-weight: 200;
    font-size: .9rem;
    position: relative !important;
}

.iconDetails.Empresa li:after{
    color: var(--e-global-color-primary);
}

.iconDetails ul{
    height: 100%;
}

.iconDetails .elementor-icon-list-text{
    width: 135px;
}

.iconDetails.Empresa .elementor-icon-list-text{
    width: 180px;
}

.iconCasaEmpresa h2{
    -webkit-text-stroke-width: 1px !important;
    -webkit-text-stroke-color: #fff;
    color: transparent !important;
    z-index: 10;
    position: absolute;
}

.BoxEmpresa:hover .titEmpresa h2{
    -webkit-text-stroke-color: var(--e-global-color-primary) !important;
}

.iconCasaEmpresa .txtCasa{
    opacity: 0;
    transition: all ease .3s;
}

.txtCasa ul li:before{
    content: "";
    background: url("/copel/wp-content/uploads/2021/12/arrow-right.png");
    width: 30px;
    height: 30px;
    filter: brightness(100) contrast(100);
    display: block;
}

.txtEmpresa{
    color: var(--e-global-color-primary) !important;
}

.txtEmpresa ul li:before{
    filter: initial;
}

.txtCasa ul li{
    display: flex;
    align-items: center;
}

.txtCasa{
    position: absolute;
    top: calc(48% - 72px);
    left: calc(50% - 145px);
    width: 400px !important;
}

.iconCasaEmpresa:after{
    content: "Mais serviços";
    background: url("/copel/wp-content/uploads/2021/12/arrow-right.png");
    filter: brightness(100) contrast(100);
    display: block;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 1.8rem;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    transition: all ease .3s;
    opacity: 0;
}

.iconCasaEmpresa:hover:after{
    opacity: 1;
}

.BoxEmpresa:after{
    color: var(--e-global-color-primary);
    filter: initial;
}

.iconCasaEmpresa:hover .txtCasa{
    opacity: 1;
    z-index: 10;
}

.boxWhats .elementor-container{
    width: 860px;
    box-shadow: 0 0 15px -5px rgba(0,0,0,.3);
    border-radius: 5px;
    background: #fff;
}

.boxWhats h2 b{
    color: var(--e-global-color-primary);
}

.boxSustentabilidade .elementor-container{
    flex-direction: column;
    height: 100%;
}

.boxSustentabilidade .elementor-container > div{
    width: 100% !important;
    height: 50% !important;
}

.boxSustentabilidade{
    height: 100%;
}

.servicesHome ul{
    display: block !important;
    padding: 2rem !important;
}

.servicesHome ul li{
    width: calc(25% - 1rem);
    height: 12rem;
    border-radius: 5px;
    box-shadow: 0 0 15px -5px rgba(0,0,0,.3);
    padding: 1rem !important;
    flex-direction: column;
    transition: all ease .3s;
}

.servicesHome ul li a{
    flex-direction: column;
}

.servicesHome ul li svg{
    position: absolute !important;
    right: 1rem;
    top: calc(50% - 75px) !important;
    margin: 0 !important;
    fill: initial !important;
}

.servicesHome li:before{
    content: "";
    width: 25%;
    height: 2px;
    display: block;
    background: #000;
    position: absolute;
    left: 1rem;
}

.servicesHome li:after{
    content: "+";
    width: 2.5rem !important;
    height: 2.5rem !important;
    border-radius: 50%;
    border: none !important;
    background: var(--e-global-color-primary);
    position: absolute !important;
    bottom: 0 !important;
    left: 1rem !important;
    top: initial !important;
    color: #fff;
    font-size: 1.5rem;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.servicesHome ul li:hover{
    background: var(--e-global-color-primary);
}

.servicesHome ul li:hover .elementor-icon-list-text{
    color: #fff !important;
}

.servicesHome ul li:hover:after,
.servicesHome ul li:hover:before{
    color: var(--e-global-color-primary);
    background: #fff;
}

.servicesHome .elementor-icon-list-icon{
    position: absolute;
    width: 100%;
    height: 100%;
}

.servicesHome .elementor-icon-list-text{
    line-height: 1.3;
    align-self: start !important;
    margin-top: 1rem;
}

.servicesHome .elementor-icon-list-text{
    max-width: 200px;
}

.servicesHome ul li{
    margin: 8px !important;
}

.servicesHome .slick-arrow{
    font-size: 0px;
    background: var(--e-global-color-primary) !important;
    color: #fff !important;
    position: absolute;
    top: calc(50% - 20px);
    border: thin solid #fff !important;
    z-index: 999999;
    outline: none !important;
}

.servicesHome .slick-prev:before{
    content: "<";
    display: block;
    font-size: 1rem;
}

.servicesHome .slick-next:before{
    content: ">";
    display: block;
    font-size: 1rem;
}

.servicesHome .slick-next{
    right: 28px;
}

.postPrincipal article{
    display: flex !important;
    gap: 2rem;
    align-items: center;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    border-radius: 5px;
    padding-right: 2rem !important;
}

.postPrincipal article a{
    margin-bottom: 0px !important;
}

.boxAppBlog .elementor-container{
    flex-direction: column;
}

.boxAppBlog .elementor-container > div{
    width: 100%;
}

.resultSearch .elementor-post__read-more,
.postPrincipal .elementor-post__read-more,
.postList .elementor-post__read-more{
    display: block !important;
    text-align: right !important;
    padding-right: 2rem;
    background: url("/copel/wp-content/uploads/2021/12/arrow-right.png");
    display: block;
    background-repeat: no-repeat;
    background-position: right center;
}

.categoriasList ul{
    list-style-type: initial;
    padding-left: 2rem;
}

.categoriasList h5{
    font-size: 28px;
}

.categoriasList h5:after{
    content: "";
    height: 2px;
    display: block;
    background: var(--e-global-color-primary);
    max-width: 20%;
    margin-top: 1rem;
}

.iconsFontSize ul{
    gap: 1em;
}

.iconsFontSize .elementor-icon-list-icon{
    position: absolute;
    width: 100%;
    padding-left: 17px;
    top: 5px;
    cursor: pointer;
}

.outraTab{
    display: none !important;
}

.listaLinks{
    display: flex;
    gap: 2rem;
}

.listaLinks a{
    flex-direction: column;
    position: relative;
    justify-content: flex-start;
    padding: 20px 25px;
    width: 12rem;
    height: 12rem;
    border-radius: 5px;
    box-shadow: 0px 0px 12px #00000029;
    background: url(/copel/wp-content/uploads/2021/11/broadcast-tower.svg);
    background-position: right center;
    background-repeat: no-repeat;
    color: var(--e-global-color-primary) !important;
    font-weight: bold;
}

.listaLinks a:before{
    content: "" !important;
    width: 35% !important;
    height: 2px !important;
    display: block !important;
    margin-bottom: 1rem !important;
    margin-top: 0.5rem !important;
    position: relative !important;
    left: initial !important;
    right: initial !important;
    background: var(--e-global-color-primary);
}

.listaLinks a:after{
    content: "+";
    width: 2.6rem !important;
    height: 2.6rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    right: initial !important;
    left: initial !important;
    bottom: 1rem !important;
    border-radius: 50%;
    box-shadow: 0px 0px 12px #151c2133 !important;
    color: #fff;
    background: var(--e-global-color-primary);
}


@media(max-width: 768px){
    
    .txtCasa{
        display: none;
    }
    
    .iconDetails{
        width: 70% !important;
    }
    
    .atalhosHome ul li{
        width: calc(50% - .1rem);
    }
    
    .atalhosHome ul li .elementor-icon-list-text{
        font-size: 14px;
        line-height: 1;
    }
    
    .atalhoslista ul li{
        width: calc(50% - .1rem);
    }
    
    .atalhoslista ul li .elementor-icon-list-text{
        font-size: 14px;
        line-height: 1;
    }
    
    .servicesHome ul{
        flex-direction: column;
        gap: 2rem;
    }
    
    .servicesHome ul li{
        width: 100%;
    }
    
    .boxWhats .elementor-container{
        width: 100%;
    }
    
    .postPrincipal article{
        flex-direction: column;
        padding-right: 0 !important;
        gap: 1rem;
    }
    
    .postPrincipal .elementor-post__text{
        padding: 1rem;
    }
    
    .acordionTroca strong{
        font-size: 20px;
    }
    
    .AbasIluminacao .elementor-tabs-wrapper{
        display: flex !important;
        flex-direction: column;
    }
    
    .AbasIluminacao .elementor-tabs-wrapper .listaLinks{
        flex-direction: column;
    }
    
    .AbasIluminacao .elementor-tabs-wrapper .listaLinks a{
        width: 14rem;
        height: 14rem;
    }
    
    .hide-abbas{
        display: none !important;
    }
    
    .AbasIluminacao .elementor-tabs-content-wrapper{
        gap: 2rem;
    }
    
    .elementor-tab-mobile-title{
        position: relative;
        margin-bottom: 2rem;
    }
    
    .AbasIluminacao .elementor-tab-title{
        width: 14rem;
        height: 14rem;
    }
    
    .AbasIluminacao .elementor-tab-content{
        margin-bottom: 2rem;
    }
    
    .AbasCopel .elementor-tabs-wrapper{
        display: none !important;
    }
    
.AbasCopel .elementor-tabs-content-wrapper{
        gap: 2rem;
    }
    .elementor-tab-mobile-title{
        position: relative;
        margin-bottom: 2rem;
    }

    
.AbasCopel .elementor-tab-title{
        width: 14rem;
        height: 14rem;
    }
    
.AbasCopel .elementor-tab-content{
        margin-bottom: 2rem;
    }
    
    .Atendimento ul li{
        width: calc(50% - .5rem);
    }
    
    .Atendimento ul li img{
        height: initial;
    }
    
}

.contrast .accessibility, .contrast .header{
    background: #000 !important;
    color: #fff !important;
}

.contrast :is(h1, h2, h3, h4, h5, p, a, span, font, .elementor-slide-description, .elementor-section, .elementor-post__card, .elementor-element, .elementor-widget-wrap){
    color: #fff !important;
    background: #000 !important;
}

.contrast .elementor-icon-list-text{
    z-index: 1;
}

.contrast :is(.elementor-button, .elementor-element-a200961, .elementor-tab-title, .elementor-element-ac0d025 .elementor-icon-list-item){
    border: thin solid #fff !important;
    color: #fff !important;
    background: #000 !important;
}

.contrast :is(.elementor-icon-list-icon svg, .menuAccessibility svg, .elementor-icon i:before, .elementor-icon svg, .elementor-icon-list-icon i){
    fill: #fff !important;
    filter: brightness(0) invert(100);
}

.thisContrast svg{
    border: thin solid #fff;
    border-radius: 50%;
}

.thisContrast{
    overflow: hidden;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Quenda';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.meusiteteste.com.br/copel/wp-content/uploads/2021/11/Quenda-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Univers LT 55 Roman';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.meusiteteste.com.br/copel/wp-content/uploads/2021/11/Univers-LT-55-Roman.ttf') format('truetype');
}
/* End Custom Fonts CSS */