span.help-icon-form .uk-icon{
    position: relative;
    bottom: 5px;
    background-color: #095459;
    border-radius: 100%;
    color: #fff;
    height: 18px;
    width: 18px;

}
span.help-icon-form .uk-icon svg circle:first-of-type  {
    color: #095459;     
}
.tm-header .uk-navbar-container.uk-navbar-transparent{
    background-color: hsl(0deg 0% 100% / 58%);
}
.tm-header .uk-navbar-nav li.uk-active a{
    font-weight: 800;
}

div .uk-heading-divider{
    display: block;
    border-bottom: calc(0.2px + 0.09em) solid #46bc9c;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}



.grid-dinamic-color .el-item .uk-padding{
	padding:0
}
.grid-dinamic-color .el-item .el-title{
    background-color:#359C9E;
    color:#fff;
    font-size:18px;
    padding:40px 20px 20px;
    font-weight: 700;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.grid-dinamic-color .el-item{
    background-color: #9ACDCF;
    border-radius:25px;
    position:relative;
}

.grid-dinamic-color .el-content{
	padding:5px 40px 40px 20px;
}

.grid-dinamic-color .el-image{
    position: absolute;
    background: #095459;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    top: -50px;
    border: solid 2px #fff;
}

.grid-dinamic-color > div :nth-child(3n-1) .el-item .el-title{
    background-color:#2cbc98 !important;;
}
.grid-dinamic-color > div :nth-child(3n-1) .el-item {
    background: #95ddcb !important;
}
.grid-dinamic-color > div :nth-child(3n-3) .el-item {
    background: #C8F4D3 !important;
}
.grid-dinamic-color > div :nth-child(3n-3) .el-item .el-title{
    background: #92EAA7 !important;
    color: #095559 !important;
  }

  .grid-border .el-item{
    border: solid 2px #fff;
  }

.list-custom-icon{	    
    padding:0;
    margin:0;
}
.list-custom-icon .el-item:hover{
    color:#fff;
    background-color:#2CBC98
}
.list-custom-icon .el-item:hover span{
    color:#2CBC98;
    background-color:#fff
}
.list-custom-icon .el-item span{ 
    color:#fff;
    background-color:#2CBC98;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size:18px;
    font-weight:700;
    display:inline-block;
    padding:10px;
    height:15px;
    width:15px;
    text-align:center;
    line-height:0.8;
    margin-right:10px;    
}
.list-custom-icon .el-item{ 
    background-color:#EAEAEA;
    padding:10px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size:18px;
    transition: background-color 0.5s ease-in-out;  
}
.list-custom-icon .el-content{
    display: flex;
    flex-direction: row;
    min-height: 33px;
    align-items: center;
} 
.list-custom-icon.custom_line :nth-child(2) .el-content span{
    padding: 10px 12px;
}
.list-custom-icon.custom_line :nth-child(1) .el-content span{
    padding: 9px 11px;
}





.grid-planos-nexorede .el-item .uk-padding{
	padding:0
}
.grid-planos-nexorede .el-item .el-title{
    background: #2CBC98;
    color:#fff;
    font-size:22px;
    font-weight: 800;
    padding:60px 20px 5px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.grid-planos-nexorede .el-meta{
    background: #2CBC98;
    color: #fff;
    padding-bottom: 20px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
}
.grid-planos-nexorede .el-item{
    background-color: #c0ebe0;
    border-radius:25px;
    position:relative;
    padding-bottom: 30px;
}

.grid-planos-nexorede .el-content{
	padding:5px 20px 0 20px;
    line-height: 1.2;
    text-align: center;
}
.grid-planos-nexorede .el-content span{
    display: block;
    font-size: 38px;
    font-weight: 800;
    color: #095559;
    letter-spacing: -3px
}
.grid-planos-nexorede .el-image{
    position: absolute;
    background: #92EAA7;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    top: -28px;
    border: solid 2px #fff;
    width: 80px;
    height: 80px;
    padding: 10px;
    border-radius: 40px;
}
.grid-planos-nexorede .el-link:hover{
    background-color: #92EAA7;
    color: #095559;
}

/* Botão amarelo para planos com economia (anual) */
.btn-anual {
	font-weight: 700;
	border-radius: 8px;
	padding: 8px 0;
	font-size: 1.1em;
	width: 150px;
	max-width: 100%; 
	margin: 0 auto;
	display: inline-block;
	border: none;
	box-shadow: 0 2px 8px #0001;
	transition: background 0.2s;	
}

.plano-economia {
    color: #095559; 
    display: inline; 
    font-weight: bold;
}

.aba-custom-icon .el-item{
    position: relative;
    right: 0;
   
}
.aba-custom-icon .el-title{
    margin-top: 0 !important;
}
.aba-custom-icon picture    {
    display: inline-block;
    background: #095559;
    padding: 15px;
    position: absolute;
    right: 0;
    z-index: 1;
    right: 10px;
    top: 10px;
    border-radius: 100%;
    border: solid 2px #fff;
}
.aba-custom-icon picture .el-image{
    height: 30px;
    width: 30px;
}

#formlogin div.loadbox,
#nexo-login div.loadbox{
	position: absolute;
    right: 0;
    left: 0;
    text-align: center;
}

main .table-nexorede-vantagens {}
main .table-nexorede-vantagens thead {}
main .table-nexorede-vantagens thead tr {}
main .table-nexorede-vantagens thead tr th {
    border: 1px solid #095559;
    vertical-align: middle;
    text-align: center;
}
main .table-nexorede-vantagens thead tr th:first-child {
    border: 0 none;
    text-align: left;
}
main .table-nexorede-vantagens thead tr th:not(.empty) {
    background-color: #095559;
    color: #fff;
}
main .table-nexorede-vantagens tbody {}
main .table-nexorede-vantagens tbody tr {}
main .table-nexorede-vantagens tbody tr:nth-of-type(odd) {
    background-color: #c0ebe0;
}
main .table-nexorede-vantagens tbody tr td {
    border: 1px solid #095559;
    text-align: center;
    vertical-align: middle;
}
main .table-nexorede-vantagens tbody tr td:first-child {
    min-width: 200px;
    text-align: left;
}
main .table-nexorede-vantagens tbody tr td span {
    color: red;
}
main .table-nexorede-vantagens tbody tr td span.checked {
    /*color: #2CBC98;*/
    color: #095559;
}
main .table-nexorede-vantagens tbody tr td span svg polyline {
    stroke-width: 4;
}
main .table-nexorede-vantagens tbody tr td span svg path {
    stroke-width: 4;
}

main .section-conheca-planos {
}
main .section-conheca-planos:before {
    background-color: #349c9f;
    color: #fff;
    content: 'CONHEÇA OS PLANOS PARA SUA OPERADORA';
    display: block;
    font-family: Manrope;
    font-size: x-large;
    font-weight: bold;
    padding: 2em 0;
    text-align: center;
    width: 100%;
}
main .section-conheca-planos .uk-panel {
    padding-top: 1em;
}
main .section-conheca-planos .uk-panel h3 {
    color: #349c9f;
    font-size: x-large;
}
main .section-conheca-planos .uk-panel p {
    font-size: large;
}
main .section-conheca-planos .table-nexorede-vantagens tr th {
    font-size: large;
    font-weight: bold;
}
main .section-conheca-planos .table-nexorede-vantagens tbody tr td:first-child {
    max-width: 250px;
}
main .section-conheca-planos .box-containers {}
main .section-conheca-planos .box-containers .uk-flex {
    gap: 3em;
}
main .section-conheca-planos .box-containers .uk-card {
    color: #fff;
}
main .section-conheca-planos .box-containers .uk-card .uk-card-body {
    padding-bottom: 15px;
}
main .section-conheca-planos .box-containers .uk-card .uk-card-footer {
    top: 15px;
}
main .section-conheca-planos .box-containers .uk-card .uk-card-title {
    color: #fff;
}
main .section-conheca-planos .box-containers .uk-card .uk-button-primary {
    box-shadow: unset;
}
main .section-conheca-planos .box-containers .card-cadastro {
    background-color: #95ddcb;
    color: #095459;
}
main .section-conheca-planos .box-containers .uk-card.card-cadastro .uk-card-title {
    color: #095459;
}
main .section-conheca-planos .box-containers .card-master {
    background-color: #349c9f;
}

.btn-whatsapp {
    position: fixed;
    bottom: 2em;
    right: 2em;
    z-index: 10;
}
.btn-whatsapp svg {
    filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.24));
    transition: all 0.3s ease;
}
.btn-whatsapp:hover svg {
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.48));
}

@media screen and (min-width: 640px){
    main .table-nexorede-vantagens tbody tr td:first-child {
        min-width: 300px;
    }
    .btn-whatsapp svg {
        height: 75px;
        width: 75px;
    }

}
@media screen and (min-width: 1200px){
    main .table-nexorede-vantagens tbody tr td:first-child {
        min-width: unset;
    }
}