jumb@charset "UTF-8";
/***** Base *****/
/*Created by Diego Barreiros 2019*/
* {
  box-sizing: border-box;
}

body {
  background-color: #FFFFFF;
  color: #333333;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400 !important;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 32px;
  margin: 0;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

main a {
  color: #004571 !important;
  font-size: medium;
}

main a:not(.form-field a){
  text-decoration: underline;
}

main a:hover{
	color: #0066cc !important;
}

a:active, a:focus {
  text-decoration: underline;
}

input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out;
}

input:focus {
  border: 1px solid rgba(0, 69, 113, 1);
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/hc/theming_assets/01HZPP6173BR32VNG37N5W4CZF) no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid rgba(0, 69, 113, 1);
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid rgba(0, 69, 113, 1);
}

.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

.container2 {
  margin: 0 auto;
  margin-left: 18%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 5px 20px 10px 20px;
  line-height: 20px;
}

.dropdown-toggle {
  background: none;
  border: 0;
  padding: 0;
  text-align: initial;
}

.dropdown-toggle:focus {
  outline: 0;
  text-decoration: underline;
}

.dropdown-toggle::after {
  color: inherit;
}

.dropdown-toggle2 {
  background: #e57200;
  color: #fff;
  border: 0;
  padding: 0;
  text-align: initial;
}

.dropdown-toggle2:focus {
  outline: 0;
  text-decoration: underline;
}

.dropdown-toggle2::after {
  color: inherit;
}

/*** Custom grid settings ****/
@media(min-width:320px){
  .container{
		max-width: 300px !important;
  }
}

@media(min-width:360px){
  .container{
		max-width: 360px !important;
  }
}

@media(min-width:414px){
  .container{
		max-width: 404px !important;
  }
}

@media(min-width:768px){
  .container{
		max-width: 760px !important;
  }
}

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

@media(min-width:1200px){
  .container{
		max-width: 1120px !important;
  }
}


/***** Buttons *****/
.button, [role="button"] {
  border: 1px solid rgba(0, 69, 113, 1);
  border-radius: 4px;
  color: rgba(0, 69, 113, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

.button::after, [role="button"]::after {
  color: rgba(0, 69, 113, 1);
}

.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
  background-color: rgba(0, 69, 113, 1);
  color: #FFFFFF;
  text-decoration: none;
}

.button[aria-selected="true"]:hover, .button[aria-selected="true"]:focus, .button[aria-selected="true"]:active, [role="button"][aria-selected="true"]:hover, [role="button"][aria-selected="true"]:focus, [role="button"][aria-selected="true"]:active {
  background-color: #00070b;
  border-color: #00070b;
}

.button[data-disabled], [role="button"][data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  background-color: rgba(0, 69, 113, 1);
  border: 0;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}


.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #00070b;
}

.button-large[disabled], input[type="submit"][disabled] {
  background-color: #ddd;
}


/*Remover setas de incremento/decremento do campo do CPF/CNPJ*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.button-secondary {
  color: #666;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: #333333;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
}


.table th,
.table th a {
  color: #666;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"]
.table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

.table td {
  display: block;
}


/***** Forms *****/
.form {
  width: flex;

}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  color: #004571;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid rgba(0, 69, 113, 1);
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid rgba(0, 69, 113, 1);
}

.form-field input[type="checkbox"] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid rgba(0, 69, 113, 1);
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(0, 69, 113, 1);
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label::after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}

.form-field .optional {
  color: #666;
  margin-left: 4px;
}

.form-field p {
  color: #666;
  font-size: 12px;
  margin: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url(/hc/theming_assets/01HZPP66TE8G5X4WJCPTDJVVPQ) 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: #666;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: #00254d;
}

.form-txt h1 {
  color: #004571;
}

/***** Header *****/
.header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
  position: relative;
  align-items: center;
  display: flex;
  height: 71px;
  justify-content: space-between;
}

.logo img {
  max-height: 50px;
  /*margin-bottom: 10px;*/
  }

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}

.nav-wrapper a {
  border: 0;
  color: #e57200;
  display: none;
  font-size: 23px;
  padding: 0 20px 0 0;
  width: auto;
}


[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  color: #e78019;
  text-decoration: underline;
  }

.nav-wrapper a.login {
  display: inline-block;
}

.nav-wrapper .icon-menu {
  border: 0;
  color: rgba(0, 86, 179, 1);
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

[dir="rtl"] .nav-wrapper .icon-menu {
  margin-left: 10px;
  margin-right: 0;
}

.nav-wrapper .icon-menu:hover, .nav-wrapper .icon-menu:focus, .nav-wrapper .icon-menu:active {
  background-color: transparent;
  color: rgba(0, 86, 179, 1);
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

.user-info > [role="button"] {
  border: 0;
  color: rgba(0, 86, 179, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover, .user-info > [role="button"]:focus {
  color: rgba(0, 86, 179, 1);
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: rgba(0, 86, 179, 1);
  padding-right: 15px;
}

[dir="rtl"] .user-info > [role="button"]::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}


#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent::before {
  background-color: rgba(0, 69, 113, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #FFFFFF;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

/***** Footer *****/
.footer {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding: 30px 0;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}

.footer-language-selector {
  color: #666;
  display: inline-block;
  font-weight: 300;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

.breadcrumbs li {
  display: inline;
  font-weight: 300;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li:first-child {
  display:none;
}

.breadcrumbs li:not(:first-child) + li::before {
  content: ">";
  margin: 0 4px;
  color: #004571;
}

.breadcrumbs li a{
	text-decoration: underline;
}

.breadcrumbs li a:visited {
  font-weight: 500;
}

.breadcrumbs li a:hover {
  color: #0066cc !important;
}

/****** Pop-up de confirmação de solicitação - Lia Barcellos 04/03/2020 ******/

.feedback-popup-modal {
  margin: 0 auto;
}

.modal-content {
  text-align: center;
  margin: 0 auto;
  background: #FFFFFF;
  color: #004571;
  box-shadow: 0px 3px 10px 4px rgba(0, 0, 0, 0.25);
}

.btn-close {
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 1.5em;
  font-weight: 600;
}

.feedback-popup {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-top: 0px !important;
}

.title-feedback-popup {
  font-size: 2.5em;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #e57200;
  margin-top: 10px;
}

.text-feedback-popup {
  font-size: 1.5em;
}

.directlinks-feedback-popup {
  margin: 10px;
}

.emailicons-container-feedback-popup {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
}

.img-feedback-popup {
  filter: opacity(50%);
  -webkit-filter: opacity(50%);
  -moz-filter: opacity(50%);
  -ms-filter: opacity(50%);
  -o-filter: opacity(50%);
  cursor: pointer;
  height: auto;
  transition: all 150ms ease;
}

.separator {
  width: 1px;
  height: 80px;
  background-color: #004571
}

.img-feedback-popup#gmail:hover,
.img-feedback-popup#yahoo:hover,
.img-feedback-popup#outlook:hover,
.img-feedback-popup#zendesk:hover {
  filter: none;
  -webkit-filter: opacity(1);
  -moz-filter: opacity(1);
  -ms-filter: opacity(1);
  -o-filter: opacity(1);
}

/* Fonte do número do boleto */
label#numBoleto{
  font-size: 1.2rem;
}

/*Mobile Portrait*/
@media (max-width: 600px) {
  .modal-content {
    padding: 10px;
  }

  .feedback-popup {
    font-size: 80%;
    padding: 0px 10px 10px 10px !important;
  }

  .text-feedback-popup {
    margin: 10px 0px;
  }

  .directlinks-feedback-popup {
    margin: 10px 0px;
  }

  .img-feedback-popup {
    width: 23vw;
    padding: 10px 10px;
  }

  .separator {
    display: none;
  }
  label#numBoleto {
    word-break: break-word;
}
  table#tabelaCodigoDeBarras {
    width: 100%;
  }
  table#tabelaCodigoDeBarras th {
    padding-right: 5px;
    min-width: 75px;
  }
  table#tabelaCodigoDeBarras td {
    padding-right: 5px;
    max-width: 15px;
    word-break: break-word;
  }
	.validarMinha{
  
    margin-left: 20% !important;
    margin-right: 20% !important;
    width: 60% !important;
    text-align: center;
    font-size: 12px !important;
  	font-weight: 400 !important;
	}
  
  .naturgy-ajuda-container__texto{
    font-size: 10px
  }
}

/*Mobile Landscape*/
@media (min-width: 320px) and (max-height: 450px) {

  .feedback-popup-modal {
    width: 60% !important;
    font-size: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .modal-content {
    padding: 10px 15px;
  }

  .feedback-popup {
    margin: 0px auto;
    font-size: 60%;
    padding: 0px 15px 10px 15px !important;
  }

  .feedback-popup a {
    font-size: 1.2em;
  }

  .title-feedback-popup {
    margin-top: 0px;
  }

  .text-feedback-popup {
    font-size: 1.7em;
    margin: 10px 0px;
  }

  .spantext-feedback-popup {
    font-size: 1.2em;
  }

  .directlinks-feedback-popup {
    margin: 10px 0px;
  }

  .emailicons-container-feedback-popup {
    padding-bottom: 5px;
  }

  .img-feedback-popup {
    width: 12vw;
    padding: 10px 10px;
  }

  .separator {
    display: none;
  }
  label#numBoleto {
    word-break: break-word;
}
  table#tabelaCodigoDeBarras {
    width: 100%;
  }
  table#tabelaCodigoDeBarras th {
    padding-right: 5px;
    min-width: 75px;
  }
  table#tabelaCodigoDeBarras td {
    padding-right: 5px;
    max-width: 15px;
    word-break: break-word;
  }
  .validarMinha{
  
    margin-left: 20% !important;
    margin-right: 20% !important;
    width: 60% !important;
    text-align: center;
    font-size: 12px !important;
  	font-weight: 400 !important;
	}
  .naturgy-ajuda-container__texto{
    font-size: 10px
  }

}

/*iPad Portrait*/
@media (max-width: 768px) and (min-height: 1024px) {
  .modal-content {
    padding: 10px;
    width: 100%;
  }

  .feedback-popup {
    justify-content: center;
    font-size: 90%;
    padding: 0px 15px 10px 15px;
  }

  .title-feedback-popup {
    margin-top: 0px;
  }

  .text-feedback-popup {
    margin: 10px;
  }

  .directlinks-feedback-popup {
    margin: 20px 10px;
  }

  .emailicons-container-feedback-popup {
    padding-bottom: 5px;
  }

  .img-feedback-popup {
    width: 15vw;
    padding: 10px 20px;
  }

  .separator {
    display: none;
  }
  label#numBoleto {
    word-break: break-word;
}
  table#tabelaCodigoDeBarras {
    width: 100%;
  }
  table#tabelaCodigoDeBarras th {
    padding-right: 5px;
    min-width: 75px;
  }
  table#tabelaCodigoDeBarras td {
    padding-right: 5px;
    max-width: 15px;
    word-break: break-word;
  }
  .validarMinha{
  
    margin-left: 25% !important;
    margin-right: 25% !important;
    width: 50% !important;
	}
  .naturgy-ajuda-container__texto{
    font-size: 10px
  }

}

@media(min-width: 600px){
  .validarMinha{
  
    margin-left: 30% !important;
    margin-right: 30% !important;
    width: 40% !important;
    text-align: center;
    font-size: 12px !important;
  	font-weight: 300 !important;
	}
}

/*Small Desktop*/
@media(min-width: 1024px) {

  .feedback-popup-modal {
    width: 60% !important;
    font-size: 80%;
  }

  .modal-content {
    padding: 20px;
  }

  .text-feedback-popup {
    margin: 20px 0px;
  }

  .img-feedback-popup {
    width: 11vw;
    padding: 10px;
  }
  label#numBoleto {
    word-break: break-word;
}
  table#tabelaCodigoDeBarras {
    width: 100%;
  }
  table#tabelaCodigoDeBarras th {
    padding-right: 5px;
    min-width: 75px;
  }
  table#tabelaCodigoDeBarras td {
    padding-right: 5px;
    max-width: 15px;
    word-break: break-word;
  }
  .validarMinha{
  
    margin-left: 35% !important;
    margin-right: 35% !important;
    width: 30% !important;
    text-align: center;
    font-size: 15px !important;
  	font-weight: 400 !important;
	}

}

/*Medium Desktop*/
@media(min-width: 1300px) {
  .feedback-popup-modal {
    font-size: 90%;
  }

  .spantext-feedback-popup {
    margin: 5px;
  }

  .text-feedback-popup {
    margin: 20px;
  }
  .emailicons-container-feedback-popup{
    justify-content: center;
  }
  .img-feedback-popup {
    width: 10vw;
    padding: 10px 30px;
  }
  .validarMinha{
  
    margin-left: 40% !important;
    margin-right: 40% !important;
    width: 20% !important;
    text-align: center;
    font-size: 15px !important;
  	font-weight: 400 !important;
	}
}

/*Large Desktop*/
@media(min-width: 1600px) {
  .text-feedback-popup {
    margin: 20px 10px
  }

  .img-feedback-popup {
    width: 10vw;
  }
  .validarMinha{
  
    margin-left: 40% !important;
    margin-right: 40% !important;
    width: 20% !important;
    text-align: center;
    font-size: 15px !important;
  	font-weight: 400 !important;
	}
}


/*Extra-Large Desktop*/
@media(min-width: 1800px) {
  .feedback-popup-modal {
    font-size: 100%;
  }

  .spantext-feedback-popup {
    margin: 20px 20px;
  }

  .img-feedback-popup {
    width: 8vw;
  }
  .validarMinha{
  
    margin-left: 25% !important;
    margin-right: 25% !important;
    width: 50% !important;
	}
}

/***** Search field *****/
.search {
  position: relative;
   
}

.search input[type="search"] {
  /*border: 1px solid #ddd;*/
 border-radius: 4px;
  box-sizing: border-box;
  color: #999;
  height: 40px;
  padding-left: 10px;
  padding-right: 20px;
  padding-bottom: 5px;
  -webkit-appearance: none;
  width: 200px;
  font-size: medium;
}

[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
 }

.search input[type="search"]:focus {
  /*border: 1px solid rgba(0, 69, 113, 1);*/
  color: #555;
}

.search::before {
  position: relative;
  top: 38%;
  transform: translateY(-20%);
  background-color: #f5f5f5;
  color: #4d4d4d;
  content: "\1F50D";
  font-size: 18px;
  position: absolute;
  right: 15px;
 }

[dir="rtl"] .search::before {
  right: 15px;
  left: auto;
}

.search-full input[type="search"] {
  border: 1px solid #fff;
  background-color: #f5f5f5;
}

.placeholder {
  color: #004571;
}


/***** Hero component *****/

.position-1 {
    position: relative;
}

.hero {
  /* position: relative;*/
    background-image: url(/hc/theming_assets/01K83JARAHAP3PYCSNG5FAHBZX);
    background-position: center;
    background-size: contain;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 420px;
    text-align: 0;
    width: 100%;
    background-color: #fff;
  background-position-y: 20%;
}

.hero-inner {
    position: absolute;
    font-size: 10px;
    max-width: 500px;
    margin: 20% auto;
   }

.hero-inner-text {
font-size: 30px;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

.page-header h2, .page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
  color: #004571;
}

.page-header-description {
  font-style: italic;
  font-weight: 300;
  margin: 0;
  word-break: break-word;
}

.page-header .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

.blocks-item {
  border: 1px solid rgba(0, 69, 113, 1);
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(0, 69, 113, 1);
  display: flex;
  flex: 1 0 340px;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: rgba(0, 69, 113, 1);
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: #FFFFFF;
  text-decoration: none;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: #333333;
}

.blocks-item-link {
  color: rgba(0, 69, 113, 1);
  padding: 20px 30px;
}

.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/***** Homepage *****/
.section-title h1{
  font-size: 1.75rem;
  font-family:inherit;
  color: rgba(0, 69, 113, 1);
}

.section {
  margin-bottom: 40px;
}

.section h2 {
  margin-bottom: 10px;
  text-align: initial;
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.promoted-articles-item {
  flex: 1 0 auto;
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  color: #333333;
}

.promoted-articles-item .icon-lock::before {
  vertical-align: baseline;
}

.promoted-articles-item:last-child a {
  border: 0;
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  background-image: url(/hc/theming_assets/01HZPP6FJCK059PJ9NCY45EFWK);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}

.recent-activity-item-parent {
  font-size: 16px;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: #333333;
  display: inline-block;
  width: 100%;
}

.recent-activity-item-link {
  font-size: 14px;
  font-weight: 300;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

.recent-activity-item-time, .recent-activity-item-comment {
  color: #666;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-item-comment span::before {
  color: rgba(0, 69, 113, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}

[dir="rtl"] .recent-activity-item-comment span::before {
  padding-left: 3px;
}

.recent-activity-controls {
  padding-top: 15px;
}

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
}

.category-content {
  flex: 1;
}

.section-tree {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-tree .section {
  flex: initial;
}

.section-tree-title {
  margin-bottom: 0;
}

.section-tree-title a {
  color: #333333;
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.article-list-item {
  font-size: 16px;
  padding: 15px 0;
}

.article-list-item a {
  color: #333333;
}

.article-list-item .icon-lock::before {
  vertical-align: baseline;
}

.icon-star::before {
  color: rgba(0, 69, 113, 1);
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}

.section-content {
  flex: 1;
}

.section-subscribe .dropdown-toggle::after {
  display: none;
}

.section-list {
  margin: 40px 0;
}

.section-list--collapsed .section-list-item:nth-child(1n + 6) {
  display: none;
}

.section-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}

.section-list-item:first-child {
  border-top: 1px solid #ddd;
}

.section-list-item a {
  align-items: center;
  color: #333333;
  display: flex;
  justify-content: space-between;
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}

.see-all-sections-trigger[aria-hidden="true"] {
  display: none;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}

.article-container {
  display: flex;
  flex-direction: column;
}

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #004571;
}

.article-avatar {
  margin-right: 10px;
}

.article-author {
  margin-bottom: 10px;
}

.article-title .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role="button"] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  vertical-align: middle;
}

.article-body img {
  height: auto;
  max-width: 100%;
}

.article-body ul, .article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .article-body ul, [dir="rtl"] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol, .article-body li > ul, .article-body li > ol {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
}

.article-body a:visited {
  color: none;
}

.article-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  line-height: 1.6;
  margin: 20px 0 30px 0;
  word-wrap: break-word;
}

.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: #666;
  font-weight: 300;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count .icon-comments {
  color: rgba(0, 69, 113, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

.article-relatives {
  --height-non-IE: min-content;
  min-height: 300px;
  min-height: var(--height-non-IE);
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

.article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}

.article-relatives > *:last-child {
  padding: 0;
}

.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}

.article-vote {
  background: transparent;
  border: 1px solid rgba(0, 69, 113, 1);
  color: rgba(0, 69, 113, 1);
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-vote::before {
  font-size: 8px;
  margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}

.article-vote::after {
  content: attr(title);
  /* Yes/No label*/
}

.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: rgba(0, 69, 113, 1);
}

.article-vote:hover {
  background-color: rgba(0, 69, 113, 1);
}

.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected="true"]::before, .article-vote[aria-selected="true"]::after {
  color: #FFFFFF;
}

.article-vote-up::before {
  content: "\2713";
}

.article-vote-down::before {
  content: "\2715";
}

.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

.article-return-to-top {
  border-top: 1px solid #ddd;
}

.article-return-to-top a {
  color: #333333;
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top .icon-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
  margin-right: 10px;
}

.article-unsubscribe {
  background-color: rgba(0, 69, 113, 1);
  color: #FFFFFF;
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #00070b;
  border-color: #00070b;
}

.sidenav-title {
  font-size: 15px;
  position: relative;
}

.sidenav-item {
  border-radius: 4px;
  color: #333333;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
}

.sidenav-item.current-article, .sidenav-item:hover {
  background-color: rgba(0, 69, 113, 1);
  color: #FFFFFF;
  text-decoration: none;
}

.recent-articles h3,
.related-articles h3 {
  font-size: 15px;
  margin: 20px 0;
}
.recent-articles a,
.related-articles a {
  color: #004571;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
  }

/** CUSTOM ARTICLES - Artigos - Lia Barcellos - 2021 **/

/* Breadcrumbs */
.article .breadcrumbs{
  margin-bottom: 25px !important;
}

/*Configurações gerais*/
.article-title{
  font-size: 2.2rem;
}

.article-content{
	margin-top: 30px;
}

.article-body h1, .article-body h2, .article-body h3, .article-body h4, .article-body p, .article-body ul, .article-body ol, .article-body .notice-box{
  color: #004571;
}

.article-body h2:not(.article-title){
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

.article-body > p, .article-body > ol{
  font-size: 1.03em;
}

.article-body a{
	font-size: 1em;
  text-decoration: underline;
}

.article-body a.is-external-link:after{
	display: inline-block;
 	content: "\f35d";
  font-family: 'Font Awesome 5 Free';
  font-size: .45em;
  font-weight: 900;
  margin-left: .3em;
  margin-bottom: .3em;
  margin-top: 1em;
  vertical-align: top;
}

/* Botões */
.article-btn-row{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.btn-orange-front--article, .btn-orange-front--mid-page-banner{
  height: 50px !important;
}

.btn-orange-front--article{
  width: 40% !important;
  margin-top: 10px;
}

.btn-orange-front--article:hover{
	width: 40% !important;
}

/* Collapses */
.article-body .collapse .card-body2, .article-body .collapsing .card-body2{
  padding: 1.5rem !important;
}

.article-body .collapse p, .article-body .collapsing p, .article-body .collapse ul{
  color: #003558 !important;
  font-size: 1rem;
}

.article-body .collapse a, .article-body .collapsing a{
	font-size: 1rem;
}

/* Notice boxes */
.article-body .notice-box{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.article-body .notice-box .notice-box__icon-cell{
  width:10.8571%;
  margin-left:10px;
}

.article-body .notice-box .notice-box__text-cell{
	width:85.1429%;
  padding:14px 0;
  vertical-align:middle;
}

.article-body .notice-box .notice-box__text-cell p{
  margin: 0;
 	padding: 5px;
  color: #004571 !important;
  font-size: 1rem;
}

.article-body .notice-box .notice-box__text-cell a{
    font-size: 1rem;
}

/* Box Half Width */
.article-body .notice-box--half-width{
	width: 55%;
}

/* Box Fale conosco */
.article-body .notice-box--fale-conosco{
  height: 80px;
}

/* Media queries */
@media(max-width: 767.98px){
  .article.container{
    padding-left: 0;
    padding-right: 0;
  }
}

@media(max-width: 991.98px){
  /* Botões */
  .btn-orange-front--article{
    margin-top: 20px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    width: 100% !important;
  }
  .btn-orange-front--article:first-child{
     margin-top: 10px;
  }
  .btn-orange-front--article:hover{
    width: 100% !important;
  }
  
  /*Titles*/
  .article-body h2:not(.article-title){
    font-size: 1.5rem;
  }
  
  /* Collapses */
  .article-body .collapse .card-body2, .article-body .collapsing .card-body2{
    padding: 1.4rem !important;
  }
  
  /* Notice boxes */
 .article-body .notice-box{
		width: 95%;
	}
}

@media(min-width: 992px){
  /* Breadcrumbs */
  .article .breadcrumbs{
    margin-bottom: 40px !important;
  }
}
/** FIM - CUSTOM ARTICLES - Lia Barcellos - 2021 **/

/** CUSTOM CATEGORY PAGE - CATEGORIA - Lia Barcellos - 2021 **/
.category-container{
  margin-bottom: 5rem;
}

.category-container, .category-container a{
	color: #004571;
}

.category-header{
  text-align: center;
	margin: 1rem 0 3rem;
}

.category-title{
  font-size: 2.5rem;
}

.section-tree .section {
  margin: 0 auto 2rem;
  padding: 20px;
  text-align: center;
}

.section .section-tree-title{
	margin: 1rem 0;  
}

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

a.section:hover {
 	text-decoration: none !important;
  color: #004571 !important;
}

.section-tree .section .section-tree-img-container{
	height: 70%;
  display: flex;
}
  
.section-tree .section .section-tree-img{
  position: initial;
  margin: auto;
}

@media(max-width: 991.98px){
  .section-tree {
    width: 85%;
    margin: 0 auto !important;
  }
  .section-tree .section{
    height: 160px;
    width: 100%;
    margin-bottom: 1.6rem;
  }
  .section-tree-img-container{
    height: 60% !important;
  }
  .section-tree .section .section-tree-img{
   	max-height: 70px;
    max-width: 70px;
  }
  .section-tree-title{
    margin-top: 
  }
}

@media(min-width: 992px){
  .section-tree .section {
   	width: 30%;
  }
  .section-tree .section .section-tree-img{
   	max-height: 100px;
  	max-width: 110px;
  }
}
/** FIM - CUSTOM CATEGORY PAGE - Lia Barcellos - 2021 **/

/** CUSTOM SECTION PAGE - Lia Barcellos - 2021 **/
.section-page .sub-nav{
	margin-bottom: 0;
}

.section-container, .section-container a{
	color: #004571;
}

.section-header{
  width: 70%;
  text-align: center;
	margin: 1rem auto;
}

.section-title{
  font-size: 2.5rem;
}

.section-header .section-img-container{
  margin: 0 auto .8rem;
}
  
.section-header .section-img--vertical{
  height: 5.2rem;
  width: auto;
}

.section-header .section-img--horizontal{
  height: auto;
  width: 6rem;
}

.section-container .article-list{
	width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.section-container .article-list-item{
  flex: 0 0 45%;
}

@media(max-width: 767.98px){
  .section-container .article-list-item{
    flex: 0 0 100%;
  }
}

@media (max-width: 991.98px){
  .section-header .section-img--vertical{
		height: 4.5rem;
  }
  .section-header .section-img--horizontal{
		width: 5rem;
  }
  .section-header, .article-list{
    width: 90% !important;
  }
  .section-title{
    font-size: 2rem;
  }
}

/** FIM - CUSTOM SECTION PAGE - Lia Barcellos - 2021 **/

/** CUSTOM ERROR PAGE - Lia Barcellos - 2021 **/
.error-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1% 5% 3%;
  color: #004571;
}

.error-page h2{
  font-size: 2.5em;
}

.error-page p{
  width: 80%;
  margin: 0 auto;
}

.error-page img{
  width: 60%;
}

@media (max-width: 991.98px){
 .error-page img{
  	width: 80%;
	}
}
/** FIM - CUSTOM ERROR PAGE - Lia Barcellos - 2021 **/

/***** Attachments *****/
.article-attachments{
	margin-top: 5%;
}

/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item::before {
  color: #333333;
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item::before {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #666;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.share a::before {
  color: #666;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share a:hover::before {
  color: rgba(0, 69, 113, 1);
}

.share-twitter::before {
  content: "\e901";
}

.share-facebook::before {
  content: "\e903";
}

.share-linkedin::before {
  content: "\e900";
}

.share-googleplus::before {
  content: "\e902";
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #666;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: rgba(0, 69, 113, 1);
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter .dropdown-toggle {
  color: #666;
  font-weight: 300;
  font-size: 13px;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid rgba(0, 69, 113, 1);
  padding: 40px 20px 20px;
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.comment-avatar {
  margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}


.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: rgba(0, 69, 113, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.6;
  overflow-x: auto;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul, [dir="rtl"] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol, .comment-body li > ul, .comment-body li > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  color: #00254d;
}

.comment-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.vote a {
  outline: none;
}

.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #666;
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up:hover::before,
.vote-down:hover::before {
  color: rgba(0, 69, 113, 1);
}

.vote-up::before, .vote-down::before {
  color: #666;
  font-size: 24px;
}

.vote-up::before {
  content: "\2B06";
}

.vote-down::before {
  content: "\2B07";
}

.vote-voted::before {
  color: rgba(0, 69, 113, 1);
}

.vote-voted:hover::before {
  color: #00070b;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
  background-color: #f7f7f7;
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #666;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01HZPP6FDN5TCMRSPQARPKE3HW);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header h4 {
  margin-bottom: 0;
}

.post-to-community {
  margin-top: 10px;
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

.community-follow .dropdown {
  width: 100%;
}

.community-follow [role="button"] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

.community-follow [role="button"]:hover {
  background-color: rgba(0, 69, 113, 1);
}

.community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"] {
  background-color: rgba(0, 69, 113, 1);
  color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"]::after {
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"]:hover {
  background-color: #00070b;
  border-color: #00070b;
}

.community-follow [role="button"]::after {
  border-left: 1px solid rgba(0, 69, 113, 1);
  content: attr(data-follower-count);
  color: rgba(0, 69, 113, 1);
  display: inline-block;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

[dir="rtl"] .community-follow [role="button"]::after {
  border-left: 0;
  border-right: 1px solid rgba(0, 69, 113, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: rgba(0, 86, 179, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: #00254d;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #666;
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  font-weight: 300;
  text-align: center;
}


/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: rgba(0, 69, 113, 1);
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}


[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-pending, .status-label-not-planned {
  background-color: #eee;
  color: #666;
}

.status-label-pending {
  text-align: center;
}

.status-label-open {
  background-color: #cc3340;
}

.status-label-closed {
  background-color: #ddd;
}

.status-label-solved {
  background-color: #999;
}

.status-label-new {
  background-color: #ffd12a;
}

.status-label-hold {
  background-color: #000;
}

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-answered {
  text-transform: lowercase;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

.post-container {
  display: flex;
  flex-direction: column;
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul, .post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ul, [dir="rtl"] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.post-body ul > ul, .post-body ol > ol, .post-body ol > ul, .post-body ul > ol, .post-body li > ul, .post-body li > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  color: #00254d;
}

.post-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #666;
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: rgba(0, 69, 113, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

.post-sidebar h5 {
  font-weight: 600;
}

.post-comments {
  margin-bottom: 20px;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

.collapsible-nav-list li {
  color: #333333;
  line-height: 45px;
  order: 1;
}

.collapsible-nav-list li a {
  color: #333333;
  display: block;
}

.collapsible-nav-list li[aria-selected="true"] {
  order: 0;
  position: relative;
}


.collapsible-nav-list li[aria-selected="true"] a {
  color: #333333;
}

.collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0;
}


[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
  left: 0;
  right: auto;
}

.collapsible-nav[aria-expanded="true"] {
  max-height: none;
}

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715";
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}


.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
  content: "\2715";
}


.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-title::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 10px;
}


[dir="rtl"] .collapsible-sidebar-title::after {
  left: 10px;
  right: auto;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.my-activities-sub-nav li[aria-selected="true"] {
  border-color: rgba(0, 69, 113, 1);
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

.my-activities-table thead {
  display: none;
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}


.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

.requests-table-toolbar .request-filter {
  display: block;
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

.requests-table-toolbar .organization-unsubscribe {
  background-color: rgba(0, 69, 113, 1);
  color: #FFFFFF;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

.requests .requests-table thead {
  display: none;
}

.requests .requests-table-info {
  display: block;
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
.subscriptions-unsubscribe a {
  background: rgba(0, 69, 113, 1);
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}



.subscriptions-unsubscribe a:hover {
  background-color: #00070b;
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #666;
  font-size: 13px;
  font-weight: 300;
}

.no-activities {
  color: #666;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}
.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #666;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid rgba(0, 69, 113, 1);
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid rgba(0, 69, 113, 1);
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

.request-sidebar h5 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #666;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 0 auto;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border-radius: 50%;
  height: 40px;
  float: left;
  margin-left: 5px;
  width: 40px;
}

[dir="rtl"] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) {
  background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a {
  color: #333333;
  text-decoration: none;
}

.pagination a, .pagination span {
  font-size: 15px;
  color: #666;
  padding: 10px 12px;
}

.pagination-current {
  background-color: rgba(0, 69, 113, 1);
}

.pagination-current a, .pagination-current span {
  color: #FFFFFF;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #666;
  font-size: 13px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected="true"]::after,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
}

.icon-star::before {
  content: "\2605";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-googleplus-::before {
  content: "\e902";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "\1F464";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: "\2B06";
}

.icon-arrow-down::before {
  content: "\2B07";
}

.icon-attachments::before {
  content: "\1F4CE";
}

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}

.icon-menu::before {
  content: "\2630";
}

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

.icon-notification-info::before {
  content: "\2139";
}

.icon-notification-success::before {
  content: "\2714";
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}
.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.profile-header .options [data-action="edit-profile"] {
  background-color: rgba(0, 69, 113, 1);
  border: 0;
  color: #FFFFFF;
  line-height: normal;
  padding: 8px 20px;
  outline-color: rgba(0, 69, 113, 1);
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #666;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}
.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px rgba(0, 69, 113, 1);
  border-radius: 4px;
  color: rgba(0, 69, 113, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}

.profile-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #666;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}
.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}


.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-activity::before {
  right: 0;
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
  content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
  content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
  content: "\1f4ac";
  line-height: 35px;
}

/***** Search results *****/
.search-results {
  /*display: flex;*/
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.search-results-column {
  flex: 1;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}

.search-result-description {
  margin-top: 15px;
  word-break: break-word;
}

.search-result-votes, .search-result-meta-count {
  color: #666;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes::before, .search-result-meta-count::before {
  color: rgba(0, 69, 113, 1);
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result-votes::before {
  content: "\1F44D";
}

.search-result-meta-count::before {
  content: "\1F4AC";
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

.search-result-breadcrumbs li:last-child::after {
  content: "·";
  display: inline-block;
  margin: 0 5px;
}

/* Don't display CJK results in italic */
/* Add a yellow background instead */
html[lang|="zh"] .search-result-description em,
html[lang|="ko"] .search-result-description em,
html[lang|="ja"] .search-result-description em {
  font-style: normal;
  background: yellow;
}

.title-mn-2 {
  padding: 0;
  color: #e57200;
}

.title-mn-3 {
  padding: 0;
  color: #004571;
}

.item {
	margin: 0;
	/*background: #d5202b;*/
	text-align: left;
	/*font-size: 20px;*/
  margin: right;
  color: #004571;
  padding: 0px 0px 10px 10px;
  }

.item2:hover{
  background:#fff;
  color: #004571;
}

.item3:hover{
  background:#e78019;
}

.item4:hover{
  background:#19577f;
}

/*accordion*/

.accordion h2 {
  background-color: #fff;
  color: #fff;
  }

.card-body {
  background-color: #fff;
  color: #004571;
  padding: 5px 0 !important;
}

.card-body2 {
  background-color: #fff;
  color: #004571;
  padding: 15px 10px 10px 15px !important;
}

.card-body p {
  color: #004571;  
}

.btn-link {
    font-weight: 400;
    color: #fff!important;
    border-radius: 0;
    width: 100%;
    text-align: left !important;
}

.accordion2 h2 {
  background-color: #004571;
  color: #fff;
  }

.card-body2 {
  background-color: #fff;
  color: #004571;
}

.card-body2 p {
  color: #003558;
}

.btn {
    display: inline-block;
    padding: 10px 20px !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.42857143;
    text-align: center;
    white-space: inherit;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    }
   
  .btn2 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
    margin: 10px 0;
}

.btn-accordion {
  display: inline-block;
  padding: 12px 20px 10px 20px !important;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  color: #fff;
}

.accordion3 {
  background-color: #fff;
}

.accordion3 h2 {
  color: #004571;
  background-color: #fff;
    }

.card-body3 {
  background-color: #fff;
  color: #004571;
}

.card-body3 p {
  color: #000;
}

.btn-link3 {
    font-weight: 400;
    color: #000 !important;
    border-radius: 0;
    width: 100%;
    text-align: left !important;
    background-color: #fff;
}

 .btn3 {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
    margin: 10px 0;
   width: 25%;
}

.accordion4 h2 {
  color: #004571;
  background: transparent;
    }

.card-body4 {
  background-color: #fff;
  color: #004571;
}

.card-body4 p {
  color: #000;
}

.btn-link4 {
    font-weight: 400;
    color: #fff !important;
    border-radius: 0;
    width: 100%;
    text-align: left !important;
    background-color: #e57200;
}

 .btn4 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
    margin: 0;
   width: 28%;
}

.btn-secondary {
    color: #fff;
    background-color: #004571 !important;
    border-color: #6c757d !important;
    padding: 5px 5px 5px 5px !important;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color:#004571 !important;
    border-bottom: none !important;
}

.card-header2 {
  /*padding: .75rem 1.25rem;*/
   padding: 0;
    margin-bottom: 0;
    color: #ffffff;
    background-color: #004571;
    border-bottom: none !important;
}

.card-body-home {
  color: #fff;
  background-color: #004571;
  width: 100%;
  margin-top: 0rem;
}

.card-body-home2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    color: #fff; 
    background-color: #fff;
    background-clip: 1px !important;
    border: 2px;
    border-radius: 0;
    margin-left: 20px;
    margin-top: 0px;
    width: 100%;
}

.card-title {
  margin-left: 2.4rem;
  margin-top: 1rem;
  margin-right: 1rem;
  }

.card-title2 {
  margin-left: 0.1rem;
  margin-top: 1rem;
  color: #004571;
  }

.card-body-home3 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    color: #fff; 
    background-color: transparent;
    background-clip: 1px !important;
    border: 2px;
    border-radius: 0;
    margin-left: 0;
    margin-top: 10px;
}

/*box artigo QUERO SER CLIENTE*/
.card-body-client {
  background: #f2f2f2;
}

.card-text-client{
  margin: 0;
  padding-left: 14px;
  padding-right: 14px;
}

.card-title-client {
  margin: 1rem;
}
/*END box artigo QUERO SER CLIENTE*/

/*box artigo contestar fatura*/
.card-body-boxcont_fat {
  background: #f2f2f2;
}

.card-text-boxcont_fat{
  margin: 0;
  padding-left: 14px;
  padding-right: 14px;
}

.card-title-boxcont_fat {
  margin: 1rem;
}
.article-cx-boxcont_fat {
    color: #E57300;
    font-weight: bold;
    font-size: inherit;
}

.img_box_cont_fat {
    vertical-align: middle;
    border: 3px;
    border-style: solid;
    padding: 5%;
}
/* END box artigo contestar fatura*/

.card-title3 {
  margin-left: 2.1rem;
  margin-top: 0rem;
  color: #004571;
  }

.card-text-3 {
 color: #004571;
 margin-left: 1rem;
}

.div.card-title3.card-text-a3 {
  margin-left: 0.1rem;
  margin-top: 0rem;
  color: #004571 !important;
  }

.card-title-4 {
  margin-left: 0;
  margin-top: 0rem;
  color: #004571;
  }

.card-text {
 margin-left: 2.0rem;  
}

.card-text-a {
 color: #fff;
 margin-left: 1rem;
}

.card-text-a:hover {
  color: #e57200;
}

.card-text-a-home {
 color: #004571;
 margin-left: 0;
}

.card-text-a-home:hover {
  color: #e57200;
}

.card-text-a-art {
 color: #004571;
 margin-left: 0;
}

.card-text-a-art:hover {
  color: #e57200;
}

.card-text-a-art_chat {
  color: #004570;
  text-decoration: underline;
  text-decoration-color: orange;  
}

.img-fluid {
  max-width: 100% !important;
  height: auto!important;
}

.img-fluid2 {
    width: 100%;
    height: auto;
    padding: 0px 40px 0 10px;
    }

.col-md-8 .card-body-home {
  background-color: #004571;
  color: #e57200;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    
    padding-right: 0 !important;
    padding-left: 0 !important;  
}

.card {
    flex-direction: inherit!important;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: none !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.card2 {
    position: relative;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-direction: column;
    /* flex-direction: column; */
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: none;
    border: 0;
    border-radius: 0;
  }

.card2 .mb-3 .img-fluid {
  max-width: 100%;
}

.card4 .mb-0 {
  color: #fff;
}

.fa, .far, .fas {
 color: #fff;
}

li {
margin-bottom: 9px;
}

div.card.mb-3 {
  margin-bottom: 0 !important;
  margin-right: 10px;
}

.a {
  color: #004571 !important;
}

.article-cx-alt {
  color:#004571;
}

.article-cx-alt h2 {
  color: #004570;
}

.article-cx-alt2 {
  color:#E57300;
}

/* box de texto */
.alert_naturgy {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 3px solid #004571;
    border-radius: .25rem;
    }

 
@media (min-width: 768px){
  .tab_margin_leitura span{
    font-size: 1.2rem;
}
  .tab_margin_leitura ~ ul li span{
    font-size: 1.2rem;
  }
}

.font_leitura {
  font-size: 25px !important;
}

.tab_margin {
  padding: 0 10px;
}

.font_cond_uso {
  font-size: 12px;
}

.card3 {
    position: relative;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
  }

.card4 {
    position: relative;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body-home {
    color: #fff;
    background-color: #004571;
    width: 100%;
    width: 100%;
}

.col-nat {
  background-color: #004571;
}

/*Bootstrap Nav Tabs*/
.nav-pills .nav-item{
  margin-bottom: 0px;
  background-color: rgba(0, 69, 113, 1);
}

.nav-pills .nav-link{
  border-radius: 0px !important;
  color: #fff !important;
}

.nav-pills .nav-item:hover{
  background-color: #003659;
}

.nav-pills .nav-link:hover{
  border-radius: 0px !important;
  color: #fff !important;
}

.nav-pills .nav-link.active{
  border-radius: 0px !important;
  background-color: #fff !important;
  color: rgba(0, 69, 113, 1) !important;
  border: 1px solid rgba(0,0,0,.125);
  border-bottom: none;
  height:110%;
}

.nav-pills > .nav-item.active > a{
  color: rgba(0, 69, 113, 1) !important;
}

#pills-tabContent > .tab-pane{
  border: 1px solid rgba(0,0,0,.125);
  padding: 20px 10px;
}

.social ul{
  padding: 0 auto;
  display:flex;
}

.social li {
	background: none repeat scroll 0 0 #ffffff;
	border: 2px solid #ffffff;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	-o-border-radius: 5%;
	-ms-border-radius: 5%;
	border-radius: 5%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 1 auto;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li a {
	color: #004571;
  font-size: 25px;
}
.social li:hover {
  color: #e57200;
}

.social .fab {
  font-size: 25px;
  color: #004571 !important;
  }

.social .fab:hover {
  font-size: 25px;
  color: #e57200 !important;
  }

.social h7 {
  padding: 10px;
  color: #4d4d4d;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0!important;
}

.article_text_azul{
  color: #004571;
}

.btn_artigo {
    color: #fff;
    background-color: #004571;
    padding: 10px;
    border: 0;
    border-radius: 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

.btn_artigo:hover {
  background-color: #e57200;
  border-radius: 4px;
}

.under_orange {
  color: #e57300;
}

.card-footer{  
  border-top: none;
  font-size: 12px;
}

/*** CUSTOM FORMULÁRIOS - LIA BARCELLOS - 2021 ***/
.form-page-container{
  color: #004571;
  margin-top: 25px;
}

.formulario-titulo, .naturgy-ajuda-container__titulo{
  margin-bottom: 20px;
  color: #004571;
  font-size: 1.9rem;
}

.form-container{
  padding-top: 15px;
}

/* NATURGY AJUDA */
.form-page-container .naturgy-ajuda-container{
  color: #004571;
  margin-left: 50px;
  padding: 15px 0 15px 50px;
  border-left: 1px solid #004571;
}

.form-page-container .naturgy-ajuda-container__subtitulo{
	font-size: 1.2rem !important;
}

.form-page-container .naturgy-ajuda-container a{
  text-decoration: underline;
}


  
/* Tutorial de Preenchimento de campos*/
.tutorial-toggler{
  display: none;
}

.textbox-tutorial{
  display: none;
}

.textbox-tutorial.show{
 display: block;
}

.img-tutorial {
  width: 80%;
  height: auto;
  border:1px solid #eee;
}

/** alterações validador de boleto**/
.validador-col{
  	display: flex !important;
    flex: 0 0 25% !important; 
    max-width: 100% !important;
    padding: 0 0 7% !important;
    flex-direction: column;
}

.boleto-col {
  flex: 0 0 75%;
  max-width: 75%;
  
}

/** alterações validador de boleto**/

/** MEDIA QUERIES **/
@media (max-width: 991.98px) {
  .form-page-container .row{
   flex-direction: column-reverse; 
  }
  .form-col{
    width: 100%;
    padding: 0 7% !important;
  }
  .formulario-titulo, .naturgy-ajuda-container__titulo{
  	margin-bottom: 2rem;
  }
  
  /* NATURGY AJUDA */
  .form-page-container .naturgy-ajuda-container{
    margin: 5% 7% 7%;
    padding: 0 0 5%;
    border-left: none;
    border-bottom: 1px solid #004571;
	}
  
  .naturgy-ajuda-container__texto:last-child{
    margin-bottom: 0px;
  }
  
  /* Tutorial de Preenchimento de campos*/
  .tutorial-toggler{
    display: block;
  }

  .img-tutorial {
    width: 100%;
    height: auto;
  }
}   

@media(min-width:992px){
  .textbox-tutorial{
   	margin-top: 35px; 
  }
}
/** FIM CUSTOM FORMULÁRIOS - LIA BARCELLOS - 2021 **/

/* ANTIGOS BOTÕES DA PÁGINA */
.btn-auto {
  color: #004571;
  background-color: #fff;
  padding: 10px 10px 10px 10px;
  border: 1px solid #004571;
  border-radius: 20px!important;
  }

.btn-auto:hover {
  color: #fff;
  border-color: #004571;
  background-color: #004571;
  }

 .btn-emergency {
  color: #f43417;
  background-color: #fff;
  padding: 10px 10px 10px 10px;
  border: 1;
  border-radius: 20px!important;
  border-color: #f43417;
  }

.btn-emergency:hover {
  color: #fff;
  border-color: #f43417;
  background-color: #f43417;
  }

 .btn-emergency:focus {
  background-color: #f43417;
  color: white;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='60px' height='60px' viewBox='0 0   100 100' enable-background='new 0 0 100 100' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23fff' d='M45.3,40.6c0.3,2,0.5,3.9,0.8,5.9c0.5,3.9,1,7.8,1.5,11.7c0.2,1.3,0.2,2.6,1.8,2.7c1.1,0.1,2.3,0,2.5-1.3 c0.4-1.8,0.4-3.9,0.7-5.8c0.2-2,0.5-3.9,0.7-5.8c0.6-4.3,1.1-8.6,1.7-12.8c-3.4,0-6.7,0-10.2,0C44.7,37,45.1,38.8,45.3,40.6z'/%3E%3Cpath fill='%23fff' d='M96.7,85.9c-1.5-2.6-3-5.2-4.5-7.8c-2.7-4.7-5.4-9.4-8.1-14c-3.3-5.7-6.6-11.4-9.8-17 c-3.2-5.6-6.5-11.2-9.7-16.9c-2.5-4.4-5.1-8.8-7.6-13.2c-1.2-2.1-2.4-4.3-3.7-6.4c-1.3-2.2-4.6-2.6-6-0.2c-0.9,1.6-1.8,3.2-2.8,4.8 c-2.3,4.1-4.7,8.1-7,12.2c-3.2,5.5-6.3,11-9.5,16.4c-3.3,5.7-6.6,11.5-10,17.2c-2.9,5-5.7,9.9-8.6,14.9C7.5,78.9,5.8,82,4,85 c-0.3,0.5-0.6,1-0.8,1.5c-1.3,2.5,0.5,5.1,3.1,5.1c2.4,0,4.9,0,7.3,0c5.1,0,10.2,0,15.2,0c6.5,0,12.9,0,19.4,0c6.6,0,13.1,0,19.7,0 c5.4,0,10.9,0,16.3,0c3,0,6.1,0,9.1,0c1.4,0,2.8-0.2,3.7-1.6C97.9,88.6,97.4,87.2,96.7,85.9z M55.7,81.3c-2.1,2.7-6,3.3-9.1,2.1 c-3.1-1.2-4.4-4.4-4.4-7.6c0-3.5,2.5-6.5,5.9-7.3c3.4-0.7,6.9,0.9,8.5,4C58,75.3,57.6,78.9,55.7,81.3z M58.5,40 c-0.9,7-1.8,14.1-2.7,21.1c-0.1,1.1-0.2,2.4-1,3.3C54,65.2,52.7,65,51.6,65c-1.7,0-3.4,0.1-5,0c-1-0.1-1.9-0.4-2.3-1.4 c-0.6-1.4-0.5-3.2-0.7-4.6c-0.2-1.8-0.4-3.5-0.6-5.3c-0.4-3.5-0.8-6.9-1.3-10.4c-0.2-2-0.4-3.9-0.8-5.8c-0.3-1.5-0.3-3,0.6-4.3 c1.8-2.7,5.6-1.9,8.4-1.9c0,0,0,0,0,0c2.5,0,5.9-0.6,7.8,1.4C59.7,34.6,58.9,37.6,58.5,40z'/%3E%3Cpath fill='%23fff' d='M49.7,72.5c-1.9,0.1-3.1,1.5-3.2,3.4c0,1.9,1.5,3.9,3.5,3.8c2-0.1,3.4-2.3,3.2-4.2 C53,73.6,51.6,72.4,49.7,72.5z'/%3E%3C/g%3E%3C/svg%3E");
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px;
outline: none; 
}

.svg_2via {
  color: #004571;
  background-color: #fff;
  padding: 30px;
  border: 1px solid #004571;
  border-radius: 20px!important;
  border-color: #004571;
  background-image: url('data:image/svg+xml,%3Csvg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="60px" height="60px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"%3E%3Cpath fill="%23004571" d="M95.9,62.8c-1.4-4-4.7-5.5-8.8-5.5c-5.8,0-11.5,0-17.3,0c-2.9,0-5.7,0-8.6,0c-2.5,0-5.2-0.3-7.6,0.3 c-3.9,1-5.7,4.4-5.7,8.2c0,5.7,0.1,11.3,0,17c0,2.1,0,4,1.1,5.9c1,1.6,2.6,2.9,4.4,3.4c2.4,0.7,5.2,0.3,7.6,0.3c2.8,0,5.7,0,8.5,0 c5.8,0,11.7,0,17.5,0c2.6,0,5.5-0.4,7.2-2.6c0.7-0.9,1.3-2,1.7-3c0.5-1.3,0.2-3.3,0.2-4.7c0-3.2,0-6.4,0-9.5c0-1.6,0-3.2,0-4.8 c0-0.8,0-1.6,0-2.4c0-0.4,0-0.8,0-1.2c0-0.3,0-0.5,0-0.8C96.1,63.2,96,63,95.9,62.8z M82.2,63.5c0.3,0.5-0.1,0.6-0.6,0.9 c-0.5,0.3-1,0.6-1.5,1c-1,0.6-1.9,1.3-2.9,1.9c-0.9,0.6-1.9,1.2-2.8,1.8c-0.8,0.5-1.8,1.4-2.8,1.4c-0.9,0-2-1-2.7-1.4 c-1-0.6-2-1.3-3-1.9c-1.7-1.1-3.7-2.1-5.2-3.7C68,63.5,75.1,63.5,82.2,63.5z M54.8,80.5c-0.2,0.2-0.6,0.2-0.8,0.2c0-4.7,0-9.3,0-14 c1.5,0.9,3,1.8,4.4,2.7c0.8,0.5,1.7,1.1,2.5,1.6c0.5,0.4,1.2,0.6,1.3,1.3c0.1,0.7-0.7,1.2-1.1,1.6c-0.7,0.8-1.4,1.5-2.2,2.3 C57.6,77.7,56.2,79.1,54.8,80.5z M57.8,86.3c2.1-2.4,4.3-4.6,6.5-6.9c0.6-0.6,1.2-1.3,1.8-1.9c0.4-0.5,1.1-1.5,1.8-1.6 c0.7-0.2,1.2,0.5,1.8,0.8c0.6,0.4,1.3,0.6,2,0.6c0.7,0,1.3-0.2,1.9-0.5c0.6-0.3,1.2-1,1.8-1.1c0.8,0,1.3,0.9,1.8,1.3 c0.6,0.6,1.2,1.2,1.7,1.8c1.2,1.2,2.4,2.5,3.6,3.7c1.2,1.2,2.4,2.3,3.3,3.7C76.6,86.3,67.2,86.3,57.8,86.3z M90.3,81.1 c-3.1-3.1-6.1-6.1-9.2-9.2c1.8-1.2,3.6-2.3,5.4-3.5c0.9-0.6,1.8-1.1,2.7-1.7c0.4-0.3,0.9-0.5,1.1,0c0.2,0.4,0,1.3,0,1.7 C90.3,72.7,90.3,76.9,90.3,81.1z"/%3E%3Cpath fill="%23004571" d="M23.4,86.6c-1.7,0-3.5,0-5.2,0c-1.5,0-3.2,0.1-4.7-0.1c-2.3-0.3-2.1-2.4-2.1-4.2c0-7,0-13.9,0-20.9 c0-14,0-28,0-42c0-1.5-0.6-4.6,1.4-5.3c1.1-0.4,2.5-0.2,3.6-0.2c1.8,0,3.6,0,5.4,0c7,0,13.9,0,20.9,0c3.4,0,6.9,0,10.3,0 c1.5,0,3-0.1,4.4,0.1c0.6,0.1,1.3,0.2,1.7,0.8c0.4,0.6,0.4,1.5,0.5,2.3c0,1.6,0,3.2,0,4.9c0,3.5,0,7,0,10.5c0,3.5,0,7,0,10.5 c0,1.6-0.2,3.2,0.1,4.8c0.1,0.9,0.6,1.8,1.4,2.3c2,1,4.1-0.2,4.3-2.3c0.2-1.6,0-3.3,0-4.9c0-1.7,0-3.5,0-5.2c0-7,0-14,0-21 c0-2.6-0.7-4.9-2.7-6.7c-1.9-1.6-4.3-2-6.8-2c-7,0-14,0-20.9,0c-6.9,0-13.8-0.2-20.6,0c-4.2,0.1-7.8,2.3-8.7,6.6 c-0.7,3-0.2,6.3-0.2,9.3c0,3.5,0,6.9,0,10.4c0,13.9,0,27.8,0,41.8c0,1.8,0,3.6,0,5.4c0,1.5-0.1,3.1,0.2,4.5 c0.4,2.2,1.7,4.2,3.6,5.4c2.3,1.4,4.9,1.2,7.5,1.2c1.7,0,3.5,0,5.2,0c1.5,0,3.2,0.1,4.2-1.2c0.7-0.9,0.6-2.3,0.1-3.2 C25.5,87,24.5,86.6,23.4,86.6z"/%3E%3Cpath fill="%23004571" d="M48,26.4c-3.4-3.8-8-6-13.2-5.9c-4.7,0.1-9.5,1.8-12.8,5.3c-7.1,7.7-5.9,20.9,2,27.5 c4.5,3.8,10.3,4.5,16,4.3c0.9,0,2.9,0.3,3.5-0.6c0.4-0.6,0.4-2-0.3-2.3c-0.3-0.1-0.7,0-1,0.1c-0.8,0.1-1.5,0.2-2.3,0.3 c-1.5,0.1-3.1,0.1-4.6-0.1c-4.9-0.6-9.6-2.9-12.4-7c-2.6-3.9-3.6-8.8-2.5-13.4c1.2-4.9,4.6-9.2,9.4-11c4.9-1.8,11.3-0.4,15.2,3.1 c3.2,2.9,4.8,7.4,4.1,11.6c-0.3,2.1-1.1,4.4-2.6,5.9c-1.7,1.7-4,2.8-6.3,3.2c-4.4,0.8-9.6-1.2-10.3-6.1c-0.1-0.8-0.2-1.8,0.7-2.1 c0.6-0.2,1.3,0,1.9,0c0.8,0,1.6,0,2.5,0c1.5,0,2.9,0,4.4,0c1.2,0,3.2,0.4,4.3-0.3c0.7-0.5,0.3-2.3,0.2-3.1 c-0.1-1.2-0.4-2.3-0.9-3.4c-0.9-1.8-2.6-3-4.5-3.6C35,27.8,31,28.4,28.6,31c-1.5,1.5-2.1,3.5-2.3,5.5c-0.3,2.3-0.4,4.8,0.4,7 c1.6,4.8,6.6,7.4,11.5,7.3c4.7-0.1,9.2-2.3,11.5-6.5c2.1-3.7,2.5-8.4,1.3-12.5C50.4,29.8,49.4,27.9,48,26.4z M33.2,31.2 c2.4-0.6,5.4,0,6.5,2.4c0.3,0.6,0.8,1.8,0.5,2.5c-0.3,0.6-1.2,0.6-1.8,0.6c-1.4,0-2.8,0-4.2,0c-0.7,0-1.5,0-2.2,0 c-0.5,0-1.5,0.2-1.9-0.2c-0.8-0.7,0.1-2.4,0.5-3.1C31.2,32.5,32.1,31.5,33.2,31.2z"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: top;
  background-position-y: 10px;
}

.svg_2via:hover, .svg_2via:focus {
background-image: url('data:image/svg+xml,%3Csvg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="60px" height="60px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"%3E%3Cpath fill="%23ffffff" d="M95.9,62.8c-1.4-4-4.7-5.5-8.8-5.5c-5.8,0-11.5,0-17.3,0c-2.9,0-5.7,0-8.6,0c-2.5,0-5.2-0.3-7.6,0.3 c-3.9,1-5.7,4.4-5.7,8.2c0,5.7,0.1,11.3,0,17c0,2.1,0,4,1.1,5.9c1,1.6,2.6,2.9,4.4,3.4c2.4,0.7,5.2,0.3,7.6,0.3c2.8,0,5.7,0,8.5,0 c5.8,0,11.7,0,17.5,0c2.6,0,5.5-0.4,7.2-2.6c0.7-0.9,1.3-2,1.7-3c0.5-1.3,0.2-3.3,0.2-4.7c0-3.2,0-6.4,0-9.5c0-1.6,0-3.2,0-4.8 c0-0.8,0-1.6,0-2.4c0-0.4,0-0.8,0-1.2c0-0.3,0-0.5,0-0.8C96.1,63.2,96,63,95.9,62.8z M82.2,63.5c0.3,0.5-0.1,0.6-0.6,0.9 c-0.5,0.3-1,0.6-1.5,1c-1,0.6-1.9,1.3-2.9,1.9c-0.9,0.6-1.9,1.2-2.8,1.8c-0.8,0.5-1.8,1.4-2.8,1.4c-0.9,0-2-1-2.7-1.4 c-1-0.6-2-1.3-3-1.9c-1.7-1.1-3.7-2.1-5.2-3.7C68,63.5,75.1,63.5,82.2,63.5z M54.8,80.5c-0.2,0.2-0.6,0.2-0.8,0.2c0-4.7,0-9.3,0-14 c1.5,0.9,3,1.8,4.4,2.7c0.8,0.5,1.7,1.1,2.5,1.6c0.5,0.4,1.2,0.6,1.3,1.3c0.1,0.7-0.7,1.2-1.1,1.6c-0.7,0.8-1.4,1.5-2.2,2.3 C57.6,77.7,56.2,79.1,54.8,80.5z M57.8,86.3c2.1-2.4,4.3-4.6,6.5-6.9c0.6-0.6,1.2-1.3,1.8-1.9c0.4-0.5,1.1-1.5,1.8-1.6 c0.7-0.2,1.2,0.5,1.8,0.8c0.6,0.4,1.3,0.6,2,0.6c0.7,0,1.3-0.2,1.9-0.5c0.6-0.3,1.2-1,1.8-1.1c0.8,0,1.3,0.9,1.8,1.3 c0.6,0.6,1.2,1.2,1.7,1.8c1.2,1.2,2.4,2.5,3.6,3.7c1.2,1.2,2.4,2.3,3.3,3.7C76.6,86.3,67.2,86.3,57.8,86.3z M90.3,81.1 c-3.1-3.1-6.1-6.1-9.2-9.2c1.8-1.2,3.6-2.3,5.4-3.5c0.9-0.6,1.8-1.1,2.7-1.7c0.4-0.3,0.9-0.5,1.1,0c0.2,0.4,0,1.3,0,1.7 C90.3,72.7,90.3,76.9,90.3,81.1z"/%3E%3Cpath fill="%23ffffff" d="M23.4,86.6c-1.7,0-3.5,0-5.2,0c-1.5,0-3.2,0.1-4.7-0.1c-2.3-0.3-2.1-2.4-2.1-4.2c0-7,0-13.9,0-20.9 c0-14,0-28,0-42c0-1.5-0.6-4.6,1.4-5.3c1.1-0.4,2.5-0.2,3.6-0.2c1.8,0,3.6,0,5.4,0c7,0,13.9,0,20.9,0c3.4,0,6.9,0,10.3,0 c1.5,0,3-0.1,4.4,0.1c0.6,0.1,1.3,0.2,1.7,0.8c0.4,0.6,0.4,1.5,0.5,2.3c0,1.6,0,3.2,0,4.9c0,3.5,0,7,0,10.5c0,3.5,0,7,0,10.5 c0,1.6-0.2,3.2,0.1,4.8c0.1,0.9,0.6,1.8,1.4,2.3c2,1,4.1-0.2,4.3-2.3c0.2-1.6,0-3.3,0-4.9c0-1.7,0-3.5,0-5.2c0-7,0-14,0-21 c0-2.6-0.7-4.9-2.7-6.7c-1.9-1.6-4.3-2-6.8-2c-7,0-14,0-20.9,0c-6.9,0-13.8-0.2-20.6,0c-4.2,0.1-7.8,2.3-8.7,6.6 c-0.7,3-0.2,6.3-0.2,9.3c0,3.5,0,6.9,0,10.4c0,13.9,0,27.8,0,41.8c0,1.8,0,3.6,0,5.4c0,1.5-0.1,3.1,0.2,4.5 c0.4,2.2,1.7,4.2,3.6,5.4c2.3,1.4,4.9,1.2,7.5,1.2c1.7,0,3.5,0,5.2,0c1.5,0,3.2,0.1,4.2-1.2c0.7-0.9,0.6-2.3,0.1-3.2 C25.5,87,24.5,86.6,23.4,86.6z"/%3E%3Cpath fill="%23ffffff" d="M48,26.4c-3.4-3.8-8-6-13.2-5.9c-4.7,0.1-9.5,1.8-12.8,5.3c-7.1,7.7-5.9,20.9,2,27.5 c4.5,3.8,10.3,4.5,16,4.3c0.9,0,2.9,0.3,3.5-0.6c0.4-0.6,0.4-2-0.3-2.3c-0.3-0.1-0.7,0-1,0.1c-0.8,0.1-1.5,0.2-2.3,0.3 c-1.5,0.1-3.1,0.1-4.6-0.1c-4.9-0.6-9.6-2.9-12.4-7c-2.6-3.9-3.6-8.8-2.5-13.4c1.2-4.9,4.6-9.2,9.4-11c4.9-1.8,11.3-0.4,15.2,3.1 c3.2,2.9,4.8,7.4,4.1,11.6c-0.3,2.1-1.1,4.4-2.6,5.9c-1.7,1.7-4,2.8-6.3,3.2c-4.4,0.8-9.6-1.2-10.3-6.1c-0.1-0.8-0.2-1.8,0.7-2.1 c0.6-0.2,1.3,0,1.9,0c0.8,0,1.6,0,2.5,0c1.5,0,2.9,0,4.4,0c1.2,0,3.2,0.4,4.3-0.3c0.7-0.5,0.3-2.3,0.2-3.1 c-0.1-1.2-0.4-2.3-0.9-3.4c-0.9-1.8-2.6-3-4.5-3.6C35,27.8,31,28.4,28.6,31c-1.5,1.5-2.1,3.5-2.3,5.5c-0.3,2.3-0.4,4.8,0.4,7 c1.6,4.8,6.6,7.4,11.5,7.3c4.7-0.1,9.2-2.3,11.5-6.5c2.1-3.7,2.5-8.4,1.3-12.5C50.4,29.8,49.4,27.9,48,26.4z M33.2,31.2 c2.4-0.6,5.4,0,6.5,2.4c0.3,0.6,0.8,1.8,0.5,2.5c-0.3,0.6-1.2,0.6-1.8,0.6c-1.4,0-2.8,0-4.2,0c-0.7,0-1.5,0-2.2,0 c-0.5,0-1.5,0.2-1.9-0.2c-0.8-0.7,0.1-2.4,0.5-3.1C31.2,32.5,32.1,31.5,33.2,31.2z"/%3E%3C/svg%3E');
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px;
  outline: none;
}

.svg_cliente {
background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='60px' height='60px' viewBox='0 0 100 100' enable-background='new 0 0 100 100' xml:space='preserve'%3E%3Cpath fill='%23004571' d='M35.5,86.1c-8.8,0-17.5,0-26.3,0c-3.5,0-6.4-2.3-7.1-5.7c-0.2-1-0.1-2.1-0.1-3.1c0-1.2,0-2.4,0-3.6 c0-1.9,0.1-3.8,0.5-5.7c0.8-3.5,2.7-6.7,5.2-9.3c3.8-3.9,8.5-5.8,14-6c1.7,0,3.2,0.2,4.8,0.8c2.8,1.1,5.8,1.7,8.9,1.6 c2.2,0,4.4-0.3,6.5-0.8c2.1-0.6,4-1.6,6.3-1.6c4.1,0,8.1,0.9,11.5,3.2c3.4,2.3,6.3,5.3,7.8,9.2c1.8,4.6,1.6,9.8,1.4,14.6 c-0.1,3.6-3.4,6.4-7,6.4C53.1,86.1,44.3,86.1,35.5,86.1z'/%3E%3Cpath fill='%23004571' d='M16.4,28.5c0-10.5,8.7-19.1,19.2-19c10.1,0.1,19,8.4,19,19.2c0,10.5-8.7,19-19.2,19 C24.5,47.6,16.3,38.7,16.4,28.5z'/%3E%3Cpath fill='%23004571' d='M98,34.5c-0.4,0.6-0.7,1.2-1.2,1.7C93,40,89.2,43.8,85.4,47.5c-2.9,2.9-5.8,5.8-8.8,8.7 c-1.3,1.3-2.1,1.3-3.4,0c-2.5-2.5-5.1-5.1-7.6-7.6c-1.2-1.2-2.5-2.4-3.7-3.7c-1.1-1.2-1.2-2.1,0-3.3c1.1-1.1,2.2-2.2,3.3-3.3 c1.2-1.2,2-1.2,3.2,0c1.3,1.3,2.6,2.6,3.8,3.9c0.8,0.8,2.2,3.2,3.4,2c4.8-4.8,9.6-9.6,14.4-14.4c1.5-1.5,2.1-1.4,3.6,0 c1.1,1.1,2.2,2.2,3.3,3.3C97.4,33.5,97.6,34,98,34.5z'/%3E%3C/svg%3E");
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px;
}

.svg_cliente:hover, .svg_cliente:focus {
background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='60px' height='60px' viewBox='0 0 100 100' enable-background='new 0 0 100 100' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M35.5,86.1c-8.8,0-17.5,0-26.3,0c-3.5,0-6.4-2.3-7.1-5.7c-0.2-1-0.1-2.1-0.1-3.1c0-1.2,0-2.4,0-3.6 c0-1.9,0.1-3.8,0.5-5.7c0.8-3.5,2.7-6.7,5.2-9.3c3.8-3.9,8.5-5.8,14-6c1.7,0,3.2,0.2,4.8,0.8c2.8,1.1,5.8,1.7,8.9,1.6 c2.2,0,4.4-0.3,6.5-0.8c2.1-0.6,4-1.6,6.3-1.6c4.1,0,8.1,0.9,11.5,3.2c3.4,2.3,6.3,5.3,7.8,9.2c1.8,4.6,1.6,9.8,1.4,14.6 c-0.1,3.6-3.4,6.4-7,6.4C53.1,86.1,44.3,86.1,35.5,86.1z'/%3E%3Cpath fill='%23fff' d='M16.4,28.5c0-10.5,8.7-19.1,19.2-19c10.1,0.1,19,8.4,19,19.2c0,10.5-8.7,19-19.2,19 C24.5,47.6,16.3,38.7,16.4,28.5z'/%3E%3Cpath fill='%23fff' d='M98,34.5c-0.4,0.6-0.7,1.2-1.2,1.7C93,40,89.2,43.8,85.4,47.5c-2.9,2.9-5.8,5.8-8.8,8.7 c-1.3,1.3-2.1,1.3-3.4,0c-2.5-2.5-5.1-5.1-7.6-7.6c-1.2-1.2-2.5-2.4-3.7-3.7c-1.1-1.2-1.2-2.1,0-3.3c1.1-1.1,2.2-2.2,3.3-3.3 c1.2-1.2,2-1.2,3.2,0c1.3,1.3,2.6,2.6,3.8,3.9c0.8,0.8,2.2,3.2,3.4,2c4.8-4.8,9.6-9.6,14.4-14.4c1.5-1.5,2.1-1.4,3.6,0 c1.1,1.1,2.2,2.2,3.3,3.3C97.4,33.5,97.6,34,98,34.5z'/%3E%3C/svg%3E");
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px;
outline: none;
}

.svg_emergencia {
background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='60px' height='60px' viewBox='0 0 100 100' enable-background='new 0 0 100 100' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23f43417' d='M45.3,40.6c0.3,2,0.5,3.9,0.8,5.9c0.5,3.9,1,7.8,1.5,11.7c0.2,1.3,0.2,2.6,1.8,2.7c1.1,0.1,2.3,0,2.5-1.3 c0.4-1.8,0.4-3.9,0.7-5.8c0.2-2,0.5-3.9,0.7-5.8c0.6-4.3,1.1-8.6,1.7-12.8c-3.4,0-6.7,0-10.2,0C44.7,37,45.1,38.8,45.3,40.6z'/%3E%3Cpath fill='%23f43417' d='M96.7,85.9c-1.5-2.6-3-5.2-4.5-7.8c-2.7-4.7-5.4-9.4-8.1-14c-3.3-5.7-6.6-11.4-9.8-17 c-3.2-5.6-6.5-11.2-9.7-16.9c-2.5-4.4-5.1-8.8-7.6-13.2c-1.2-2.1-2.4-4.3-3.7-6.4c-1.3-2.2-4.6-2.6-6-0.2c-0.9,1.6-1.8,3.2-2.8,4.8 c-2.3,4.1-4.7,8.1-7,12.2c-3.2,5.5-6.3,11-9.5,16.4c-3.3,5.7-6.6,11.5-10,17.2c-2.9,5-5.7,9.9-8.6,14.9C7.5,78.9,5.8,82,4,85 c-0.3,0.5-0.6,1-0.8,1.5c-1.3,2.5,0.5,5.1,3.1,5.1c2.4,0,4.9,0,7.3,0c5.1,0,10.2,0,15.2,0c6.5,0,12.9,0,19.4,0c6.6,0,13.1,0,19.7,0 c5.4,0,10.9,0,16.3,0c3,0,6.1,0,9.1,0c1.4,0,2.8-0.2,3.7-1.6C97.9,88.6,97.4,87.2,96.7,85.9z M55.7,81.3c-2.1,2.7-6,3.3-9.1,2.1 c-3.1-1.2-4.4-4.4-4.4-7.6c0-3.5,2.5-6.5,5.9-7.3c3.4-0.7,6.9,0.9,8.5,4C58,75.3,57.6,78.9,55.7,81.3z M58.5,40 c-0.9,7-1.8,14.1-2.7,21.1c-0.1,1.1-0.2,2.4-1,3.3C54,65.2,52.7,65,51.6,65c-1.7,0-3.4,0.1-5,0c-1-0.1-1.9-0.4-2.3-1.4 c-0.6-1.4-0.5-3.2-0.7-4.6c-0.2-1.8-0.4-3.5-0.6-5.3c-0.4-3.5-0.8-6.9-1.3-10.4c-0.2-2-0.4-3.9-0.8-5.8c-0.3-1.5-0.3-3,0.6-4.3 c1.8-2.7,5.6-1.9,8.4-1.9c0,0,0,0,0,0c2.5,0,5.9-0.6,7.8,1.4C59.7,34.6,58.9,37.6,58.5,40z'/%3E%3Cpath fill='%23f43417' d='M49.7,72.5c-1.9,0.1-3.1,1.5-3.2,3.4c0,1.9,1.5,3.9,3.5,3.8c2-0.1,3.4-2.3,3.2-4.2 C53,73.6,51.6,72.4,49.7,72.5z'/%3E%3C/g%3E%3C/svg%3E");
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px;  
}

.svg_emergencia:hover {
background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='60px' height='60px' viewBox='0 0 100 100' enable-background='new 0 0 100 100' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23fff' d='M45.3,40.6c0.3,2,0.5,3.9,0.8,5.9c0.5,3.9,1,7.8,1.5,11.7c0.2,1.3,0.2,2.6,1.8,2.7c1.1,0.1,2.3,0,2.5-1.3 c0.4-1.8,0.4-3.9,0.7-5.8c0.2-2,0.5-3.9,0.7-5.8c0.6-4.3,1.1-8.6,1.7-12.8c-3.4,0-6.7,0-10.2,0C44.7,37,45.1,38.8,45.3,40.6z'/%3E%3Cpath fill='%23fff' d='M96.7,85.9c-1.5-2.6-3-5.2-4.5-7.8c-2.7-4.7-5.4-9.4-8.1-14c-3.3-5.7-6.6-11.4-9.8-17 c-3.2-5.6-6.5-11.2-9.7-16.9c-2.5-4.4-5.1-8.8-7.6-13.2c-1.2-2.1-2.4-4.3-3.7-6.4c-1.3-2.2-4.6-2.6-6-0.2c-0.9,1.6-1.8,3.2-2.8,4.8 c-2.3,4.1-4.7,8.1-7,12.2c-3.2,5.5-6.3,11-9.5,16.4c-3.3,5.7-6.6,11.5-10,17.2c-2.9,5-5.7,9.9-8.6,14.9C7.5,78.9,5.8,82,4,85 c-0.3,0.5-0.6,1-0.8,1.5c-1.3,2.5,0.5,5.1,3.1,5.1c2.4,0,4.9,0,7.3,0c5.1,0,10.2,0,15.2,0c6.5,0,12.9,0,19.4,0c6.6,0,13.1,0,19.7,0 c5.4,0,10.9,0,16.3,0c3,0,6.1,0,9.1,0c1.4,0,2.8-0.2,3.7-1.6C97.9,88.6,97.4,87.2,96.7,85.9z M55.7,81.3c-2.1,2.7-6,3.3-9.1,2.1 c-3.1-1.2-4.4-4.4-4.4-7.6c0-3.5,2.5-6.5,5.9-7.3c3.4-0.7,6.9,0.9,8.5,4C58,75.3,57.6,78.9,55.7,81.3z M58.5,40 c-0.9,7-1.8,14.1-2.7,21.1c-0.1,1.1-0.2,2.4-1,3.3C54,65.2,52.7,65,51.6,65c-1.7,0-3.4,0.1-5,0c-1-0.1-1.9-0.4-2.3-1.4 c-0.6-1.4-0.5-3.2-0.7-4.6c-0.2-1.8-0.4-3.5-0.6-5.3c-0.4-3.5-0.8-6.9-1.3-10.4c-0.2-2-0.4-3.9-0.8-5.8c-0.3-1.5-0.3-3,0.6-4.3 c1.8-2.7,5.6-1.9,8.4-1.9c0,0,0,0,0,0c2.5,0,5.9-0.6,7.8,1.4C59.7,34.6,58.9,37.6,58.5,40z'/%3E%3Cpath fill='%23fff' d='M49.7,72.5c-1.9,0.1-3.1,1.5-3.2,3.4c0,1.9,1.5,3.9,3.5,3.8c2-0.1,3.4-2.3,3.2-4.2 C53,73.6,51.6,72.4,49.7,72.5z'/%3E%3C/g%3E%3C/svg%3E");
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px;  
}


.svg_online {
background-image: url('data:image/svg+xml,%3Csvg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="60px" height="60px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"%3E%3Cg%3E%3Cpath fill="%23004570" d="M74.5,2c-11,0-22-0.1-33,0c-2.7,0-5.4,0-8.2,0c-2.5,0-5.1-0.2-7.6,0.1c-3.4,0.4-6.5,2.4-8,5.6 c-0.8,1.8-1,3.7-1,5.6c0,2.8,0,5.6,0,8.3c0,5.4,0,10.9,0,16.3c0,11,0,21.9,0,32.9c0,5.5-0.1,11.1,0,16.6c0,3.4,1.2,6.7,4.1,8.7 C24.3,98.6,28.9,98,33,98c5.5,0,11,0,16.5,0c5.5,0,11,0,16.5,0c2.4,0,3.8-0.3,5.3-2.2c1.7-2.1,3.3-4.2,5-6.3 c1.7-2.1,3.4-4.3,5.1-6.4c1.4-1.8,3.1-3.5,3.3-5.8c0.3-2.7,0-5.5,0.1-8.2c0-2.8,0-5.6,0-8.4c0-10.9,0-21.9,0-32.8 c0-2.8,0-5.6,0-8.4c0-2.6,0.2-5.2,0-7.8c-0.3-3.5-2.2-6.8-5.4-8.4C78,2.5,76.2,2.1,74.5,2z M68.5,88.7c-0.5-0.2-0.5-0.1-0.6-0.6 c-0.1-0.3,0-0.7,0-1c0-0.7,0-1.4,0-2.1c0-1-0.3-2.8,0.3-3.6c0.6-0.7,1.9-0.5,2.7-0.5c1.2,0,2.4,0,3.7,0 C72.5,83.5,70.5,86.1,68.5,88.7z M76.1,74.2c-2.4-0.1-4.8-0.1-7.2-0.1c-1.8,0-4.1-0.3-5.8,0.4c-1.2,0.5-1.8,1.7-1.9,3 c-0.2,2.3-0.1,4.6-0.1,6.9c0,1.1,0,2.2,0,3.3c0,0.9,0.2,2-0.1,2.9c-0.6,1.4-3.3,0.9-4.5,0.9c-4.8,0-9.6,0-14.5,0 c-4.9,0-9.8,0.1-14.7,0c-1.3,0-2.8-0.3-3.5-1.5c-0.9-1.5-0.6-3.5-0.6-5.2c0-9.8,0-19.6,0-29.4c0-9.7,0-19.4,0-29.2 c0-2.4,0-4.9,0-7.3c0-2.2-0.2-4.5,0.1-6.6c0.1-1.1,0.5-2.2,1.6-2.7c1.5-0.8,3.4-0.5,5-0.5c9.8,0,19.6,0,29.3,0 c4.9,0,9.8-0.1,14.8,0c1.2,0,2.6,0.1,3.5,1c1,1.1,0.9,2.8,0.9,4.1c0,9.7,0,19.4,0,29.1c0,4.9,0,9.8,0,14.7c0,2.5,0,4.9,0,7.4 c0,2.3,0.2,4.7,0,7.1C78.3,73.8,77.5,74.2,76.1,74.2z"/%3E%3Cpath fill="%23004570" d="M42.1,23.2c-5,2.1-8.6,6.1-10.3,11.2c-1.9,5.6-1.8,11.9,0.9,17.3c2.6,5.3,7,9.4,12.8,11 c2.8,0.8,5.9,1.1,8.8,1c1.8-0.1,3.6-0.4,5.4-0.6c0.7-0.1,1.3-0.1,1.7-0.7c0.2-0.2,0.3-0.5,0.4-0.8c0-0.1,0.2-0.3,0.2-0.3 c0-0.1-0.6-0.4-0.7-0.5c-1.4-1-3-0.4-4.6-0.3c-1.5,0.1-3,0.2-4.5,0.1c-3-0.1-5.9-0.7-8.6-2c-5.2-2.5-9.2-7.8-10.1-13.5 c-0.8-5.2,0.5-11.3,4-15.4c3.8-4.5,10.1-6.3,15.8-5.1c5.5,1.2,10.5,4.9,12.3,10.4c1.6,4.8,0.5,10.5-3.2,14c-1.8,1.8-4.2,2.7-6.7,3 c-2.6,0.3-5.5,0.2-7.8-1.4c-1.9-1.4-3.4-3.6-3.6-6C44.2,43.4,44.8,43,46,43c1.9,0,3.9,0,5.8,0c1.8,0,3.6,0,5.4,0 c1.3,0,2.7,0.4,2.9-1.2c0.3-2.3-0.1-4.8-1.2-6.8c-2.3-4.1-7.6-5.3-11.9-4c-6.2,1.8-7.4,9-6.5,14.5c0.8,5.4,5.4,9.4,10.6,10.2 c5,0.8,10.3-1,13.9-4.6c3.7-3.7,4.7-9.1,3.9-14.1c-0.8-4.9-3.2-9.2-7.3-12c-3.8-2.6-8.4-3.7-13-3.4C46.4,21.8,44.2,22.3,42.1,23.2z M50.5,33.3c1.4,0.1,2.8,0.4,3.9,1.4c1.4,1.3,1.7,3.3,1.7,5.1c-3.9,0-7.7,0-11.6,0C44.7,36.3,46.6,33.2,50.5,33.3z"/%3E%3C/g%3E%3C/svg%3E');
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px;  
}

.svg_online:hover, .svg_online:focus {
background-image: url('data:image/svg+xml,%3Csvg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="60px" height="60px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"%3E%3Cg%3E%3Cpath fill="%23ffffff" d="M74.5,2c-11,0-22-0.1-33,0c-2.7,0-5.4,0-8.2,0c-2.5,0-5.1-0.2-7.6,0.1c-3.4,0.4-6.5,2.4-8,5.6 c-0.8,1.8-1,3.7-1,5.6c0,2.8,0,5.6,0,8.3c0,5.4,0,10.9,0,16.3c0,11,0,21.9,0,32.9c0,5.5-0.1,11.1,0,16.6c0,3.4,1.2,6.7,4.1,8.7 C24.3,98.6,28.9,98,33,98c5.5,0,11,0,16.5,0c5.5,0,11,0,16.5,0c2.4,0,3.8-0.3,5.3-2.2c1.7-2.1,3.3-4.2,5-6.3 c1.7-2.1,3.4-4.3,5.1-6.4c1.4-1.8,3.1-3.5,3.3-5.8c0.3-2.7,0-5.5,0.1-8.2c0-2.8,0-5.6,0-8.4c0-10.9,0-21.9,0-32.8 c0-2.8,0-5.6,0-8.4c0-2.6,0.2-5.2,0-7.8c-0.3-3.5-2.2-6.8-5.4-8.4C78,2.5,76.2,2.1,74.5,2z M68.5,88.7c-0.5-0.2-0.5-0.1-0.6-0.6 c-0.1-0.3,0-0.7,0-1c0-0.7,0-1.4,0-2.1c0-1-0.3-2.8,0.3-3.6c0.6-0.7,1.9-0.5,2.7-0.5c1.2,0,2.4,0,3.7,0 C72.5,83.5,70.5,86.1,68.5,88.7z M76.1,74.2c-2.4-0.1-4.8-0.1-7.2-0.1c-1.8,0-4.1-0.3-5.8,0.4c-1.2,0.5-1.8,1.7-1.9,3 c-0.2,2.3-0.1,4.6-0.1,6.9c0,1.1,0,2.2,0,3.3c0,0.9,0.2,2-0.1,2.9c-0.6,1.4-3.3,0.9-4.5,0.9c-4.8,0-9.6,0-14.5,0 c-4.9,0-9.8,0.1-14.7,0c-1.3,0-2.8-0.3-3.5-1.5c-0.9-1.5-0.6-3.5-0.6-5.2c0-9.8,0-19.6,0-29.4c0-9.7,0-19.4,0-29.2 c0-2.4,0-4.9,0-7.3c0-2.2-0.2-4.5,0.1-6.6c0.1-1.1,0.5-2.2,1.6-2.7c1.5-0.8,3.4-0.5,5-0.5c9.8,0,19.6,0,29.3,0 c4.9,0,9.8-0.1,14.8,0c1.2,0,2.6,0.1,3.5,1c1,1.1,0.9,2.8,0.9,4.1c0,9.7,0,19.4,0,29.1c0,4.9,0,9.8,0,14.7c0,2.5,0,4.9,0,7.4 c0,2.3,0.2,4.7,0,7.1C78.3,73.8,77.5,74.2,76.1,74.2z"/%3E%3Cpath fill="%23ffffff" d="M42.1,23.2c-5,2.1-8.6,6.1-10.3,11.2c-1.9,5.6-1.8,11.9,0.9,17.3c2.6,5.3,7,9.4,12.8,11 c2.8,0.8,5.9,1.1,8.8,1c1.8-0.1,3.6-0.4,5.4-0.6c0.7-0.1,1.3-0.1,1.7-0.7c0.2-0.2,0.3-0.5,0.4-0.8c0-0.1,0.2-0.3,0.2-0.3 c0-0.1-0.6-0.4-0.7-0.5c-1.4-1-3-0.4-4.6-0.3c-1.5,0.1-3,0.2-4.5,0.1c-3-0.1-5.9-0.7-8.6-2c-5.2-2.5-9.2-7.8-10.1-13.5 c-0.8-5.2,0.5-11.3,4-15.4c3.8-4.5,10.1-6.3,15.8-5.1c5.5,1.2,10.5,4.9,12.3,10.4c1.6,4.8,0.5,10.5-3.2,14c-1.8,1.8-4.2,2.7-6.7,3 c-2.6,0.3-5.5,0.2-7.8-1.4c-1.9-1.4-3.4-3.6-3.6-6C44.2,43.4,44.8,43,46,43c1.9,0,3.9,0,5.8,0c1.8,0,3.6,0,5.4,0 c1.3,0,2.7,0.4,2.9-1.2c0.3-2.3-0.1-4.8-1.2-6.8c-2.3-4.1-7.6-5.3-11.9-4c-6.2,1.8-7.4,9-6.5,14.5c0.8,5.4,5.4,9.4,10.6,10.2 c5,0.8,10.3-1,13.9-4.6c3.7-3.7,4.7-9.1,3.9-14.1c-0.8-4.9-3.2-9.2-7.3-12c-3.8-2.6-8.4-3.7-13-3.4C46.4,21.8,44.2,22.3,42.1,23.2z M50.5,33.3c1.4,0.1,2.8,0.4,3.9,1.4c1.4,1.3,1.7,3.3,1.7,5.1c-3.9,0-7.7,0-11.6,0C44.7,36.3,46.6,33.2,50.5,33.3z"/%3E%3C/g%3E%3C/svg%3E');
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px; 
outline: none;
}

.svg_deb_auto{
background-image: url('data:image/svg+xml,%3Csvg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="60px" height="60px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"%3E%3Cg%3E%3Cpath fill="%23004570" d="M49.6,88.3c-7.9-0.1-15.7-0.1-23.6-0.1c-1.9,0-3.8,0-5.8,0c-1.7,0-3.4,0.2-5,0c-2.3-0.3-3-2-3-4.1 c-0.1-7.9,0-15.8,0-23.7c0-7.8,0-15.7,0-23.5c0-7.9-0.2-15.8-0.1-23.6c0-1.9,0.6-3.5,2.6-3.8c1.5-0.2,3.1,0.1,4.6,0.3 c1.9,0.2,3.8,0.4,5.7,0.5c7.8,0.6,15.6,0.7,23.4,0.2c3.8-0.2,7.6-0.7,11.4-1.1c1.9-0.2,4.2,0,4.8,2.1c0.4,1.4,0.1,3,0.1,4.4 c0,2,0,3.9,0,5.9c0,2-0.6,5.4,1.6,6.5c1,0.5,2.5,0.6,3.5,0c1-0.5,1.3-1.6,1.5-2.6c0.2-1.6,0.1-3.3,0.1-5c0-1.9,0-3.7,0-5.6 c0-2.8,0.2-5.9-1.1-8.5c-1-2-2.8-3.4-5-4.1c-1.3-0.4-2.6-0.4-3.9-0.4c-2,0-4,0-6,0c-3.9,0-7.8,0-11.7,0C36,2,28.1,2,20.2,2 c-3.1,0-6.6-0.5-9.5,0.6C8.6,3.5,6.3,5.6,6.1,8c-0.2,1.7,0,3.6,0,5.3c0,1.9,0,3.8,0,5.8c0,4,0,7.9,0,11.9c0,7.8,0,15.6,0,23.5 c0,7.9,0,15.8,0,23.7c0,1.9,0,3.9,0,5.8c0,1.7-0.2,3.4,0.1,5.1c0.4,2.6,2.3,5.5,5.3,5.7c2,0.2,4,0,6,0c1.9,0,3.9,0,5.8,0 c4,0,8,0,12,0c3.9,0,7.9,0,11.8,0c1.6,0,3.5,0.3,5-0.3c1.3-0.6,2.2-1.7,2.2-3.2C54.3,88.7,51.7,88.3,49.6,88.3z"/%3E%3Cpath fill="%23004570" d="M41.5,21.9c-5.2,0-10.4-0.1-15.5,0c-1.9,0-4.4-0.4-6.1,0.6c-1.4,0.8-1.6,2.5-1.4,3.9 c0.3,1.6,1.5,2.4,3.1,2.6c2.3,0.3,4.7,0.1,7,0.1c2.6,0,5.2,0,7.7,0c1.3,0,2.5,0,3.8,0c1,0,2,0.1,2.9-0.2c1.8-0.6,2.3-2.2,2.2-4 C45.1,22.9,43.4,21.9,41.5,21.9z"/%3E%3Cpath fill="%23004570" d="M22,44.2c0-1.4-0.4-2.9-2.1-2.7c-1.8,0.2-1.5,2.2-1.5,3.5c0,4.5,0,9,0,13.5c0,2.3,0,4.5,0,6.8 c0,1.3-0.4,3.5,1.3,4c1.7,0.5,2.3-1,2.4-2.4c0.1-2.3,0-4.6,0-6.9C22,54.7,22,49.5,22,44.2z"/%3E%3Cpath fill="%23004570" d="M39.6,51c0-1.1-0.5-2.2-1.7-2.3c-1.3-0.1-1.9,0.9-2,2.1c-0.2,3.5,0,7,0,10.5c0,1.8,0,3.5,0.1,5.3 c0,1,0.1,2.3,1.3,2.6c1.2,0.3,2.1-0.4,2.3-1.6c0.2-1.6,0.1-3.4,0.1-5C39.6,58.8,39.6,54.9,39.6,51z"/%3E%3Cpath fill="%23004570" d="M30.6,61c0-1.8,0-3.7,0-5.5c0-1.2,0-2.8-1.6-2.8c-1.6,0-1.6,1.6-1.6,2.8c0,1.8,0,3.7,0,5.5 c0,1.9,0,3.7,0,5.6c0,1.3,0.1,3,1.9,2.8c1.6-0.2,1.4-2,1.4-3.1C30.6,64.4,30.6,62.7,30.6,61z"/%3E%3Cpath fill="%23004570" d="M92.6,69.1c-4.7-4.8-9.6-9.4-14.2-14.3c-3.2-3.3-6.8-8.2-11.7-8.9c-3-0.4-5.7,1.2-7.9,3.1 c-0.2-2.2,0.7-4.2,2-5.9c1.2-1.6,2.7-3.6,1.3-5.6c-3.5-5.2-8.2,2.2-9.4,5.3c-0.8,2.1-1.2,4.4-1.2,6.7c0,1.3,0.1,2.7,0.3,4 c0.2,1.2,0.2,2.2-0.4,3.2c-2,3.1-5.6,5.7-5.6,9.7c0,3.7,3.2,6.6,5.6,9c3.8,3.9,7.6,7.8,11.6,11.4c1.9,1.8,3.9,3.5,5.9,5.3 c1.9,1.7,3.7,3.8,5.9,5.1c1.1,0.7,2.2,0.9,3.2,0c1.4-1.2,2.4-2.8,3.8-4.1c2-1.9,4.1-3.7,6.3-5.4c2.1-1.8,4.4-3.5,6.2-5.7 c1.5-1.9,2.3-4.1,2.1-6.5C96,73.1,94.3,70.9,92.6,69.1z M87.6,76.7c-1.5,1.7-3.2,3.1-4.6,4.9c-1.2,1.5-2.4,3.2-3.9,4.5 c-1.3,1.1-2.8,1.7-4.6,1.2c-1.9-0.5-3.5-1.8-4.8-3.2c-1.5-1.6-2.8-3.4-4.3-5c-0.7-0.8-1.4-1.5-2.1-2.3c-0.4-0.3-1.1-0.9-1.1-1.5 c0-0.5,0.7-1,1-1.4c2.2-2.2,4.4-4.4,6.6-6.6c1.1-1.1,2.2-2.1,3.2-3.2c0.5-0.5,0.9-1,1.4-1.4c0.2-0.2,0.4-0.3,0.7-0.4 c0.4-0.1,0.6,0,1,0.2c1.3,0.8,2.4,2.3,3.5,3.4c1.2,1.2,2.4,2.4,3.6,3.6c1.1,1.2,2.3,2.3,3.4,3.5C87.8,74.2,89,75.2,87.6,76.7z M64.9,52.4c2.1-0.1,3.3,1.9,4.5,3.3c0.1,0.2,0.4,0.4,0.5,0.6c0.2,0.3,0.1,0.3-0.1,0.7c-0.3,0.5-0.6,1-0.9,1.5 c-0.6,0.8-1.5,1.7-2.6,1.8c-2.2,0.2-3.9-2-4.7-3.7c-0.5-1.1-0.3-2,0.6-2.8C62.8,53,63.8,52.5,64.9,52.4z M55.5,61.2 c1.7,1.2,3.8,2.3,4.6,4.3c0.7,1.7-1,3.8-2.8,4c-2.1,0.2-3.9-1.8-4.7-3.5c-0.5-1-0.5-1.8,0.3-2.7C53.6,62.5,54.6,62,55.5,61.2z"/%3E%3C/g%3E%3C/svg%3E%0A');
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px;  
}

.svg_deb_auto:hover, .svg_deb_auto:focus {
background-image: url('data:image/svg+xml,%3Csvg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="60px" height="60px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"%3E%3Cg%3E%3Cpath fill="%23ffffff" d="M49.6,88.3c-7.9-0.1-15.7-0.1-23.6-0.1c-1.9,0-3.8,0-5.8,0c-1.7,0-3.4,0.2-5,0c-2.3-0.3-3-2-3-4.1 c-0.1-7.9,0-15.8,0-23.7c0-7.8,0-15.7,0-23.5c0-7.9-0.2-15.8-0.1-23.6c0-1.9,0.6-3.5,2.6-3.8c1.5-0.2,3.1,0.1,4.6,0.3 c1.9,0.2,3.8,0.4,5.7,0.5c7.8,0.6,15.6,0.7,23.4,0.2c3.8-0.2,7.6-0.7,11.4-1.1c1.9-0.2,4.2,0,4.8,2.1c0.4,1.4,0.1,3,0.1,4.4 c0,2,0,3.9,0,5.9c0,2-0.6,5.4,1.6,6.5c1,0.5,2.5,0.6,3.5,0c1-0.5,1.3-1.6,1.5-2.6c0.2-1.6,0.1-3.3,0.1-5c0-1.9,0-3.7,0-5.6 c0-2.8,0.2-5.9-1.1-8.5c-1-2-2.8-3.4-5-4.1c-1.3-0.4-2.6-0.4-3.9-0.4c-2,0-4,0-6,0c-3.9,0-7.8,0-11.7,0C36,2,28.1,2,20.2,2 c-3.1,0-6.6-0.5-9.5,0.6C8.6,3.5,6.3,5.6,6.1,8c-0.2,1.7,0,3.6,0,5.3c0,1.9,0,3.8,0,5.8c0,4,0,7.9,0,11.9c0,7.8,0,15.6,0,23.5 c0,7.9,0,15.8,0,23.7c0,1.9,0,3.9,0,5.8c0,1.7-0.2,3.4,0.1,5.1c0.4,2.6,2.3,5.5,5.3,5.7c2,0.2,4,0,6,0c1.9,0,3.9,0,5.8,0 c4,0,8,0,12,0c3.9,0,7.9,0,11.8,0c1.6,0,3.5,0.3,5-0.3c1.3-0.6,2.2-1.7,2.2-3.2C54.3,88.7,51.7,88.3,49.6,88.3z"/%3E%3Cpath fill="%23ffffff" d="M41.5,21.9c-5.2,0-10.4-0.1-15.5,0c-1.9,0-4.4-0.4-6.1,0.6c-1.4,0.8-1.6,2.5-1.4,3.9 c0.3,1.6,1.5,2.4,3.1,2.6c2.3,0.3,4.7,0.1,7,0.1c2.6,0,5.2,0,7.7,0c1.3,0,2.5,0,3.8,0c1,0,2,0.1,2.9-0.2c1.8-0.6,2.3-2.2,2.2-4 C45.1,22.9,43.4,21.9,41.5,21.9z"/%3E%3Cpath fill="%23ffffff" d="M22,44.2c0-1.4-0.4-2.9-2.1-2.7c-1.8,0.2-1.5,2.2-1.5,3.5c0,4.5,0,9,0,13.5c0,2.3,0,4.5,0,6.8 c0,1.3-0.4,3.5,1.3,4c1.7,0.5,2.3-1,2.4-2.4c0.1-2.3,0-4.6,0-6.9C22,54.7,22,49.5,22,44.2z"/%3E%3Cpath fill="%23ffffff" d="M39.6,51c0-1.1-0.5-2.2-1.7-2.3c-1.3-0.1-1.9,0.9-2,2.1c-0.2,3.5,0,7,0,10.5c0,1.8,0,3.5,0.1,5.3 c0,1,0.1,2.3,1.3,2.6c1.2,0.3,2.1-0.4,2.3-1.6c0.2-1.6,0.1-3.4,0.1-5C39.6,58.8,39.6,54.9,39.6,51z"/%3E%3Cpath fill="%23ffffff" d="M30.6,61c0-1.8,0-3.7,0-5.5c0-1.2,0-2.8-1.6-2.8c-1.6,0-1.6,1.6-1.6,2.8c0,1.8,0,3.7,0,5.5 c0,1.9,0,3.7,0,5.6c0,1.3,0.1,3,1.9,2.8c1.6-0.2,1.4-2,1.4-3.1C30.6,64.4,30.6,62.7,30.6,61z"/%3E%3Cpath fill="%23ffffff" d="M92.6,69.1c-4.7-4.8-9.6-9.4-14.2-14.3c-3.2-3.3-6.8-8.2-11.7-8.9c-3-0.4-5.7,1.2-7.9,3.1 c-0.2-2.2,0.7-4.2,2-5.9c1.2-1.6,2.7-3.6,1.3-5.6c-3.5-5.2-8.2,2.2-9.4,5.3c-0.8,2.1-1.2,4.4-1.2,6.7c0,1.3,0.1,2.7,0.3,4 c0.2,1.2,0.2,2.2-0.4,3.2c-2,3.1-5.6,5.7-5.6,9.7c0,3.7,3.2,6.6,5.6,9c3.8,3.9,7.6,7.8,11.6,11.4c1.9,1.8,3.9,3.5,5.9,5.3 c1.9,1.7,3.7,3.8,5.9,5.1c1.1,0.7,2.2,0.9,3.2,0c1.4-1.2,2.4-2.8,3.8-4.1c2-1.9,4.1-3.7,6.3-5.4c2.1-1.8,4.4-3.5,6.2-5.7 c1.5-1.9,2.3-4.1,2.1-6.5C96,73.1,94.3,70.9,92.6,69.1z M87.6,76.7c-1.5,1.7-3.2,3.1-4.6,4.9c-1.2,1.5-2.4,3.2-3.9,4.5 c-1.3,1.1-2.8,1.7-4.6,1.2c-1.9-0.5-3.5-1.8-4.8-3.2c-1.5-1.6-2.8-3.4-4.3-5c-0.7-0.8-1.4-1.5-2.1-2.3c-0.4-0.3-1.1-0.9-1.1-1.5 c0-0.5,0.7-1,1-1.4c2.2-2.2,4.4-4.4,6.6-6.6c1.1-1.1,2.2-2.1,3.2-3.2c0.5-0.5,0.9-1,1.4-1.4c0.2-0.2,0.4-0.3,0.7-0.4 c0.4-0.1,0.6,0,1,0.2c1.3,0.8,2.4,2.3,3.5,3.4c1.2,1.2,2.4,2.4,3.6,3.6c1.1,1.2,2.3,2.3,3.4,3.5C87.8,74.2,89,75.2,87.6,76.7z M64.9,52.4c2.1-0.1,3.3,1.9,4.5,3.3c0.1,0.2,0.4,0.4,0.5,0.6c0.2,0.3,0.1,0.3-0.1,0.7c-0.3,0.5-0.6,1-0.9,1.5 c-0.6,0.8-1.5,1.7-2.6,1.8c-2.2,0.2-3.9-2-4.7-3.7c-0.5-1.1-0.3-2,0.6-2.8C62.8,53,63.8,52.5,64.9,52.4z M55.5,61.2 c1.7,1.2,3.8,2.3,4.6,4.3c0.7,1.7-1,3.8-2.8,4c-2.1,0.2-3.9-1.8-4.7-3.5c-0.5-1-0.5-1.8,0.3-2.7C53.6,62.5,54.6,62,55.5,61.2z"/%3E%3C/g%3E%3C/svg%3E%0A');
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px; 
outline: none;
}

.svg_titular {
background-image: url('data:image/svg+xml,%3Csvg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="60px" height="60px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"%3E%3Cg%3E%3Cpath fill="%23004570" d="M70.4,25.6c1.7,2,3.4,5.5,6.6,3.8c1.4-0.8,2.5-2.3,2.2-4c-0.3-1.7-1.8-2.9-2.6-4.3c-0.3-0.5-0.5-1.1,0-1.3 c0.3-0.1,0.9,0,1.3,0c0.7,0,1.3,0,2,0c2.2,0,4.3,0.2,6.5,0.1c1.6-0.1,3.5-0.2,4.3-1.9c0.7-1.4,0.4-3.5-0.8-4.5 c-1.5-1.3-3.7-1-5.5-1c-2.7,0-5.3,0-8,0c0.2-0.7,0.4-1.4,0.8-2c0.4-0.6,0.8-1.1,1.2-1.8c0.7-1.2,1-2.5,0.4-3.8 c-1-2.2-3.6-3-5.4-1.5c-0.8,0.7-1.5,1.6-2.2,2.5c-0.9,1.2-1.9,2.3-2.9,3.4c-1,1.2-2,2.4-3,3.6c-0.8,1.2-1.6,2.5-1.4,4 c0.2,1.6,1.6,3,2.6,4.2C67.8,22.6,69.1,24.1,70.4,25.6z"/%3E%3Cpath fill="%23004570" d="M39.7,57.3c8.3-0.1,15.9-5.4,19-13.2c3.1-7.9,1.5-17.5-5.2-23.1c-6.7-5.6-16.7-6.4-24.3-2.4 c-3.9,2-7.2,5.3-9.1,9.3c-2,4.4-2.1,9.6-0.7,14.2C22,50.9,30.4,57.4,39.7,57.3z M25.9,35.1c0.2-5.5,4.7-10,9.8-11.4 c5.2-1.5,11.3,0.4,14.6,4.7c3.6,4.7,3.2,11.4-0.2,16.1c-3.4,4.7-9.6,6.7-15,4.8C29.3,47.2,25.7,41.1,25.9,35.1z"/%3E%3Cpath fill="%23004570" d="M64.2,68.7c-15-6.7-32.2-7.5-47.3-0.7c-6.4,2.9-11.3,7.8-13.8,14.5C1.8,86.1,1.3,90,1.8,93.9 c0.1,0.9,0.3,1.8,0.5,2.7c0.2,0.7,0.2,1.4,1,1.5C3.9,98.2,4.7,98,5.4,98c0.5,0,1.7,0.2,2.1-0.2c0.4-0.5,0.6-1.6,0.8-2.2 c0.3-1.1,0.4-2.2,0.5-3.3c0.2-1.7,0.3-3.4,0.7-5.1c0.8-3.1,2.2-6,4.3-8.3C19,73.2,27.7,71.6,35,71c8-0.7,16.7,0.2,24.2,3.4 c3.2,1.4,5.9,3.4,7.9,6.3c1.8,2.8,2.8,6,3.2,9.2c0.3,2,0.3,4.1,1.1,5.9c0.3,0.7,0.7,1.6,1.3,2c0.6,0.4,1.7,0.2,2.4,0.2 c0.4,0,1.1,0.1,1.4-0.1c0.5-0.4,0.7-1.4,0.8-1.9c0.4-1.9,0.6-3.8,0.5-5.7c-0.2-7-3.4-13.9-8.7-18.5C67.5,70.5,65.9,69.4,64.2,68.7z "/%3E%3Cpath fill="%23004570" d="M91.5,29.8c-1.7-2-3.4-5.5-6.6-3.8c-1.4,0.8-2.5,2.3-2.2,4c0.3,1.7,1.8,2.9,2.6,4.3c0.3,0.5,0.5,1.1,0,1.3 c-0.3,0.1-0.9,0-1.3,0c-0.7,0-1.3,0-2,0c-2.2,0-4.3-0.2-6.5-0.1c-1.6,0.1-3.5,0.2-4.3,1.9c-0.7,1.4-0.4,3.5,0.8,4.5 c1.5,1.3,3.7,1,5.5,1c2.7,0,5.3,0,8,0c-0.2,0.7-0.4,1.4-0.8,2c-0.4,0.6-0.8,1.1-1.2,1.8c-0.7,1.2-1,2.5-0.4,3.8 c1,2.2,3.6,3,5.4,1.5c0.8-0.7,1.5-1.6,2.2-2.5c0.9-1.2,1.9-2.3,2.9-3.4c1-1.2,2-2.4,3-3.6c0.8-1.2,1.6-2.5,1.4-4 c-0.2-1.6-1.6-3-2.6-4.2C94.1,32.8,92.8,31.3,91.5,29.8z"/%3E%3C/g%3E%3C/svg%3E');
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px;  
}

.svg_titular:hover, .svg_titular:focus {
background-image: url('data:image/svg+xml,%3Csvg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="60px" height="60px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"%3E%3Cg%3E%3Cpath fill="%23ffffff" d="M70.4,25.6c1.7,2,3.4,5.5,6.6,3.8c1.4-0.8,2.5-2.3,2.2-4c-0.3-1.7-1.8-2.9-2.6-4.3c-0.3-0.5-0.5-1.1,0-1.3 c0.3-0.1,0.9,0,1.3,0c0.7,0,1.3,0,2,0c2.2,0,4.3,0.2,6.5,0.1c1.6-0.1,3.5-0.2,4.3-1.9c0.7-1.4,0.4-3.5-0.8-4.5 c-1.5-1.3-3.7-1-5.5-1c-2.7,0-5.3,0-8,0c0.2-0.7,0.4-1.4,0.8-2c0.4-0.6,0.8-1.1,1.2-1.8c0.7-1.2,1-2.5,0.4-3.8 c-1-2.2-3.6-3-5.4-1.5c-0.8,0.7-1.5,1.6-2.2,2.5c-0.9,1.2-1.9,2.3-2.9,3.4c-1,1.2-2,2.4-3,3.6c-0.8,1.2-1.6,2.5-1.4,4 c0.2,1.6,1.6,3,2.6,4.2C67.8,22.6,69.1,24.1,70.4,25.6z"/%3E%3Cpath fill="%23ffffff" d="M39.7,57.3c8.3-0.1,15.9-5.4,19-13.2c3.1-7.9,1.5-17.5-5.2-23.1c-6.7-5.6-16.7-6.4-24.3-2.4 c-3.9,2-7.2,5.3-9.1,9.3c-2,4.4-2.1,9.6-0.7,14.2C22,50.9,30.4,57.4,39.7,57.3z M25.9,35.1c0.2-5.5,4.7-10,9.8-11.4 c5.2-1.5,11.3,0.4,14.6,4.7c3.6,4.7,3.2,11.4-0.2,16.1c-3.4,4.7-9.6,6.7-15,4.8C29.3,47.2,25.7,41.1,25.9,35.1z"/%3E%3Cpath fill="%23ffffff" d="M64.2,68.7c-15-6.7-32.2-7.5-47.3-0.7c-6.4,2.9-11.3,7.8-13.8,14.5C1.8,86.1,1.3,90,1.8,93.9 c0.1,0.9,0.3,1.8,0.5,2.7c0.2,0.7,0.2,1.4,1,1.5C3.9,98.2,4.7,98,5.4,98c0.5,0,1.7,0.2,2.1-0.2c0.4-0.5,0.6-1.6,0.8-2.2 c0.3-1.1,0.4-2.2,0.5-3.3c0.2-1.7,0.3-3.4,0.7-5.1c0.8-3.1,2.2-6,4.3-8.3C19,73.2,27.7,71.6,35,71c8-0.7,16.7,0.2,24.2,3.4 c3.2,1.4,5.9,3.4,7.9,6.3c1.8,2.8,2.8,6,3.2,9.2c0.3,2,0.3,4.1,1.1,5.9c0.3,0.7,0.7,1.6,1.3,2c0.6,0.4,1.7,0.2,2.4,0.2 c0.4,0,1.1,0.1,1.4-0.1c0.5-0.4,0.7-1.4,0.8-1.9c0.4-1.9,0.6-3.8,0.5-5.7c-0.2-7-3.4-13.9-8.7-18.5C67.5,70.5,65.9,69.4,64.2,68.7z "/%3E%3Cpath fill="%23ffffff" d="M91.5,29.8c-1.7-2-3.4-5.5-6.6-3.8c-1.4,0.8-2.5,2.3-2.2,4c0.3,1.7,1.8,2.9,2.6,4.3c0.3,0.5,0.5,1.1,0,1.3 c-0.3,0.1-0.9,0-1.3,0c-0.7,0-1.3,0-2,0c-2.2,0-4.3-0.2-6.5-0.1c-1.6,0.1-3.5,0.2-4.3,1.9c-0.7,1.4-0.4,3.5,0.8,4.5 c1.5,1.3,3.7,1,5.5,1c2.7,0,5.3,0,8,0c-0.2,0.7-0.4,1.4-0.8,2c-0.4,0.6-0.8,1.1-1.2,1.8c-0.7,1.2-1,2.5-0.4,3.8 c1,2.2,3.6,3,5.4,1.5c0.8-0.7,1.5-1.6,2.2-2.5c0.9-1.2,1.9-2.3,2.9-3.4c1-1.2,2-2.4,3-3.6c0.8-1.2,1.6-2.5,1.4-4 c-0.2-1.6-1.6-3-2.6-4.2C94.1,32.8,92.8,31.3,91.5,29.8z"/%3E%3C/g%3E%3C/svg%3E');
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px;
  outline: none;
}

.svg_venc {
background-image: url('data:image/svg+xml,%3Csvg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="60px" height="60px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"%3E%3Cg%3E%3Cpath fill="%23004570" d="M35.5,40.7c2.5,0,4.5-2,4.5-4.5v0c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2c0-2.5-2-4.5-4.5-4.5 c-2.5,0-4.5,2-4.5,4.5c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v0C31,38.7,33,40.7,35.5,40.7z"/%3E%3Cpath fill="%23004570" d="M50,40.7c2.5,0,4.5-2,4.5-4.5v0c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2c0-2.5-2-4.5-4.5-4.5 c-2.5,0-4.5,2-4.5,4.5c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v0C45.5,38.7,47.5,40.7,50,40.7z"/%3E%3Cpath fill="%23004570" d="M64.5,40.7c2.5,0,4.5-2,4.5-4.5v0c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2c0-2.5-2-4.5-4.5-4.5 c-2.5,0-4.5,2-4.5,4.5c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v0C60,38.7,62,40.7,64.5,40.7z"/%3E%3Cpath fill="%23004570" d="M35.5,54.5c2.5,0,4.5-2,4.5-4.5c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2c0-2.5-2-4.5-4.5-4.5 c-2.5,0-4.5,2-4.5,4.5c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2C31,52.5,33,54.5,35.5,54.5z"/%3E%3Cpath fill="%23004570" d="M50,54.5c2.5,0,4.5-2,4.5-4.5c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2c0-2.5-2-4.5-4.5-4.5 c-2.5,0-4.5,2-4.5,4.5c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2C45.5,52.5,47.5,54.5,50,54.5z"/%3E%3Cpath fill="%23004570" d="M97.5,68.1c-1.2-7-5.6-12.7-12.2-16.1c-1.4-0.7-1.6-1.8-1.6-3c0-0.4,0-0.8,0-1.2c0-4.4,0-8.8,0-13.1 c0-4.3,0-8.6-0.1-12.9c-0.1-5.9-3-10.1-7.8-11c-2.4-0.4-4.9-0.4-7.3-0.2c-2.1,0.1-3.6-0.2-3.8-2.2c0-0.2,0-0.5,0-0.7 c0-0.3,0-0.6,0-0.9c0-2-1.3-3.3-3.3-3.4c-2.3-0.1-3.6,1.5-3.5,3.7C58,7,58,7,58,7.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.3 c-0.1,2.6-1.7,2.9-4.1,2.8c-7-0.1-14-0.1-21,0c-2.8,0.1-5.1,0.1-5.2-3.2c0-0.2,0-0.4,0-0.6c0-0.1,0-0.2,0-0.2c0,0,0-0.1,0-0.1 c0.1-1.7-1.3-2.9-3-3.1C23,3,21.2,4.2,21.3,5.7c0,0.1,0,0.2,0,0.3c0,0,0,0,0,0.1c0,0.3,0,0.5,0,0.8c-0.2,4.9-4.1,3.6-7.3,3.6 C5.8,10.5,2.1,14.1,2,22.2c0,6,0,12,0,18c0,6,0,12,0,18c0,7.9,3.7,11.5,11.6,11.6c10.7,0.1,21.3,0.1,32,0c3.2-0.1,4.4,0.6,4.6,4.2 c0.4,11.4,7.6,19.4,18.8,22c2.9,0.6,5.9,0.7,8.8,0.3c11.2-1.5,17.6-9.3,19.8-18.4c0.4-1.6,0.5-3.2,0.5-4.8 C98,71.4,97.8,69.7,97.5,68.1z M73.6,89.2c-9.4,0-16.9-7.3-16.9-16.6c0.2-9.1,7.5-16.3,16.7-16.3c9.5,0,16.9,7.2,16.9,16.6 C90.1,81.9,82.7,89.2,73.6,89.2z M27.9,20.8c0-0.2,0-0.3,0-0.5c0.1-2.6,1.9-2.7,4.2-2.7c7.2,0.1,14.3,0.1,21.5,0 c2.5,0,4.4,0.1,4.5,2.9c0,0.2,0,0.3,0,0.5c0,0.3,0,0.5,0,0.8c0,1.9,1.1,3.5,3.3,3.4c2.4,0,3.5-1.5,3.5-3.7c0-0.3,0-0.6,0-0.9 c0-0.2,0-0.4,0-0.6c0.2-4.1,4.7-3.1,6.3-3c1.6,0.1,5.3-0.4,5.4,3.5c0,0.2,0,0.4,0,0.6c-0.3,3.2-0.3,6.3-0.3,9.5 c0,5.3,0.3,10.5,0.4,15.8c0,2.4-1.3,2.6-3.2,2.6c-8.6,0-15.1,3.8-19.7,10.9c-1.4,2.1-2.9,2.6-5.2,2.6c-5.8-0.1-11.5,0-17.3,0 c-5.6,0-11.2-0.1-16.8,0c-3.7,0.1-5.4-1.1-5.4-4.9C9.2,51.8,9.2,46,9.2,40.1c0-5.9,0-11.7-0.1-17.6c0-3,0.3-5.5,2-5.6 c1.4-0.1,10-2.2,9.9,4.4c0,2.2,1,3.9,3.3,3.9c2.5,0.1,3.6-1.5,3.6-3.6C27.9,21.4,27.9,21.1,27.9,20.8z"/%3E%3Cpath fill="%23004570" d="M82.1,69.3c-2.8,0.1-5.2,0.3-5.1-3.8c0.1-1.9-1.6-3.1-3.7-2.9c-2,0.2-3,1.6-3.1,3.6c0,1.3-0.1,2.5-0.1,3.5 c-0.1,6.6,0.7,7.2,8.9,6.8c2.1,0,4.2,0.2,6.3-0.1c1.7-0.2,2.8-1.3,2.8-3.2c0-0.1,0-0.2,0-0.3c0,0,0,0,0-0.1c0-1.6-0.5-2.9-2-3.3 C84.9,69.3,83.5,69.3,82.1,69.3z"/%3E%3Cpath fill="%23004570" d="M21,31.3c-2.5,0-4.5,2-4.5,4.5c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v0c0,2.5,2,4.5,4.5,4.5 c2.5,0,4.5-2,4.5-4.5v0c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2C25.5,33.4,23.5,31.3,21,31.3z"/%3E%3Cpath fill="%23004570" d="M21,45.2c-2.5,0-4.5,2-4.5,4.5c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2c0,2.5,2,4.5,4.5,4.5 c2.5,0,4.5-2,4.5-4.5c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2C25.5,47.2,23.5,45.2,21,45.2z"/%3E%3C/g%3E%3C/svg%3E%0A');
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px;  
}



.svg_venc:hover, .svg_venc:focus {
background-image: url('data:image/svg+xml,%3Csvg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="60px" height="60px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"%3E%3Cg%3E%3Cpath fill="%23ffffff" d="M35.5,40.7c2.5,0,4.5-2,4.5-4.5v0c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2c0-2.5-2-4.5-4.5-4.5 c-2.5,0-4.5,2-4.5,4.5c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v0C31,38.7,33,40.7,35.5,40.7z"/%3E%3Cpath fill="%23ffffff" d="M50,40.7c2.5,0,4.5-2,4.5-4.5v0c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2c0-2.5-2-4.5-4.5-4.5 c-2.5,0-4.5,2-4.5,4.5c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v0C45.5,38.7,47.5,40.7,50,40.7z"/%3E%3Cpath fill="%23ffffff" d="M64.5,40.7c2.5,0,4.5-2,4.5-4.5v0c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2c0-2.5-2-4.5-4.5-4.5 c-2.5,0-4.5,2-4.5,4.5c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v0C60,38.7,62,40.7,64.5,40.7z"/%3E%3Cpath fill="%23ffffff" d="M35.5,54.5c2.5,0,4.5-2,4.5-4.5c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2c0-2.5-2-4.5-4.5-4.5 c-2.5,0-4.5,2-4.5,4.5c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2C31,52.5,33,54.5,35.5,54.5z"/%3E%3Cpath fill="%23ffffff" d="M50,54.5c2.5,0,4.5-2,4.5-4.5c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2c0-2.5-2-4.5-4.5-4.5 c-2.5,0-4.5,2-4.5,4.5c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2C45.5,52.5,47.5,54.5,50,54.5z"/%3E%3Cpath fill="%23ffffff" d="M97.5,68.1c-1.2-7-5.6-12.7-12.2-16.1c-1.4-0.7-1.6-1.8-1.6-3c0-0.4,0-0.8,0-1.2c0-4.4,0-8.8,0-13.1 c0-4.3,0-8.6-0.1-12.9c-0.1-5.9-3-10.1-7.8-11c-2.4-0.4-4.9-0.4-7.3-0.2c-2.1,0.1-3.6-0.2-3.8-2.2c0-0.2,0-0.5,0-0.7 c0-0.3,0-0.6,0-0.9c0-2-1.3-3.3-3.3-3.4c-2.3-0.1-3.6,1.5-3.5,3.7C58,7,58,7,58,7.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.3 c-0.1,2.6-1.7,2.9-4.1,2.8c-7-0.1-14-0.1-21,0c-2.8,0.1-5.1,0.1-5.2-3.2c0-0.2,0-0.4,0-0.6c0-0.1,0-0.2,0-0.2c0,0,0-0.1,0-0.1 c0.1-1.7-1.3-2.9-3-3.1C23,3,21.2,4.2,21.3,5.7c0,0.1,0,0.2,0,0.3c0,0,0,0,0,0.1c0,0.3,0,0.5,0,0.8c-0.2,4.9-4.1,3.6-7.3,3.6 C5.8,10.5,2.1,14.1,2,22.2c0,6,0,12,0,18c0,6,0,12,0,18c0,7.9,3.7,11.5,11.6,11.6c10.7,0.1,21.3,0.1,32,0c3.2-0.1,4.4,0.6,4.6,4.2 c0.4,11.4,7.6,19.4,18.8,22c2.9,0.6,5.9,0.7,8.8,0.3c11.2-1.5,17.6-9.3,19.8-18.4c0.4-1.6,0.5-3.2,0.5-4.8 C98,71.4,97.8,69.7,97.5,68.1z M73.6,89.2c-9.4,0-16.9-7.3-16.9-16.6c0.2-9.1,7.5-16.3,16.7-16.3c9.5,0,16.9,7.2,16.9,16.6 C90.1,81.9,82.7,89.2,73.6,89.2z M27.9,20.8c0-0.2,0-0.3,0-0.5c0.1-2.6,1.9-2.7,4.2-2.7c7.2,0.1,14.3,0.1,21.5,0 c2.5,0,4.4,0.1,4.5,2.9c0,0.2,0,0.3,0,0.5c0,0.3,0,0.5,0,0.8c0,1.9,1.1,3.5,3.3,3.4c2.4,0,3.5-1.5,3.5-3.7c0-0.3,0-0.6,0-0.9 c0-0.2,0-0.4,0-0.6c0.2-4.1,4.7-3.1,6.3-3c1.6,0.1,5.3-0.4,5.4,3.5c0,0.2,0,0.4,0,0.6c-0.3,3.2-0.3,6.3-0.3,9.5 c0,5.3,0.3,10.5,0.4,15.8c0,2.4-1.3,2.6-3.2,2.6c-8.6,0-15.1,3.8-19.7,10.9c-1.4,2.1-2.9,2.6-5.2,2.6c-5.8-0.1-11.5,0-17.3,0 c-5.6,0-11.2-0.1-16.8,0c-3.7,0.1-5.4-1.1-5.4-4.9C9.2,51.8,9.2,46,9.2,40.1c0-5.9,0-11.7-0.1-17.6c0-3,0.3-5.5,2-5.6 c1.4-0.1,10-2.2,9.9,4.4c0,2.2,1,3.9,3.3,3.9c2.5,0.1,3.6-1.5,3.6-3.6C27.9,21.4,27.9,21.1,27.9,20.8z"/%3E%3Cpath fill="%23ffffff" d="M82.1,69.3c-2.8,0.1-5.2,0.3-5.1-3.8c0.1-1.9-1.6-3.1-3.7-2.9c-2,0.2-3,1.6-3.1,3.6c0,1.3-0.1,2.5-0.1,3.5 c-0.1,6.6,0.7,7.2,8.9,6.8c2.1,0,4.2,0.2,6.3-0.1c1.7-0.2,2.8-1.3,2.8-3.2c0-0.1,0-0.2,0-0.3c0,0,0,0,0-0.1c0-1.6-0.5-2.9-2-3.3 C84.9,69.3,83.5,69.3,82.1,69.3z"/%3E%3Cpath fill="%23ffffff" d="M21,31.3c-2.5,0-4.5,2-4.5,4.5c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2v0c0,2.5,2,4.5,4.5,4.5 c2.5,0,4.5-2,4.5-4.5v0c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2C25.5,33.4,23.5,31.3,21,31.3z"/%3E%3Cpath fill="%23ffffff" d="M21,45.2c-2.5,0-4.5,2-4.5,4.5c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2c0,2.5,2,4.5,4.5,4.5 c2.5,0,4.5-2,4.5-4.5c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2C25.5,47.2,23.5,45.2,21,45.2z"/%3E%3C/g%3E%3C/svg%3E%0A');
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px;  
outline: none;
}

.svg_religar {
background-image: url('data:image/svg+xml,%3Csvg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="60px" height="60px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"%3E%3Cg%3E%3Cpath fill="%23004570" d="M85.2,78.2C77.5,70.6,69.9,63,62.3,55.3c-1.9-1.9-3.7-3.7-5.6-5.6c-0.7-0.7-1.8-1.5-2.1-2.5 c-0.4-1.1,0.2-2.5,0.3-3.5c0.3-2.4,0.2-4.6-0.3-6.9c-0.5-2.3-1.4-4.4-2.6-6.4c-4.1-7-11.6-11.3-19.7-11.2c-2.4,0-10,0.5-8.7,4.6 c0.3,1,1.1,1.7,1.8,2.4c0.9,0.9,1.9,1.9,2.8,2.8c1.7,1.7,3.7,3.4,4.4,5.8c1.1,3.8-2.3,7.6-6.3,7c-2.3-0.4-3.8-2.3-5.3-3.8 c-0.9-0.9-1.8-1.8-2.7-2.7c-0.9-0.9-1.7-1.9-2.8-2.5c-4.4-2.4-5.1,5.9-5.2,8.5c-0.1,4.6,1.4,9.1,3.9,12.9 c4.2,6.3,11.2,9.7,18.7,9.7c1,0,1.9-0.1,2.9-0.2c0.9-0.1,1.9-0.4,2.8,0c1,0.4,1.9,1.6,2.6,2.3c1,1,2.1,2,3.1,3.1 c3.8,3.8,7.6,7.5,11.3,11.3c3.8,3.8,7.5,7.6,11.4,11.4c1.6,1.6,3.2,3.5,5.2,4.7c1.5,0.9,3.3,1.5,5.1,1.6c3.7,0.2,7.4-1.4,9.6-4.4 c2.2-3,2.7-6.9,1.5-10.4C87.7,81.3,86.6,79.6,85.2,78.2z M24.3,56.1c-2.9-1.6-5.2-4.2-6.7-7.2c-1.2-2.4-2-5.3-1.4-7.9 c2.2,2.1,4.2,4.5,7,5.6c2.3,0.9,4.9,0.9,7.2,0.2c5.2-1.6,8.4-6.7,7.8-12.1c-0.2-1.8-0.8-3.4-1.8-4.9c-1.2-1.8-2.9-3.1-4.5-4.5 c2.8-1.3,6.9,0.4,9.3,1.8c3.7,2.2,6.3,5.7,7.6,9.8c2.5,8.5-2.3,17.7-10.7,20.6C33.5,59,28.4,58.4,24.3,56.1z M44.5,61.4 c-0.8-0.9,1.8-2.2,2.3-2.6c1.1-1,2.1-2,3.1-3.2c0.5-0.6,1-1.2,1.5-1.8c0.5-0.7,0.6-0.8,1.3-0.2c1.2,1.2,2.5,2.4,3.6,3.6 c1.2,1.2,0.1,2.1-0.9,3c-1.2,1.2-2.4,2.3-3.5,3.5c-0.6,0.6-1.2,1.1-1.8,1.7c-0.2,0.2-0.4,0.4-0.5,0.5c-0.2,0.4-0.4,0.4-0.6,0 c-0.3-0.1-0.6-0.6-0.8-0.8C47,63.9,45.7,62.7,44.5,61.4z M82.8,89.7c-1.1,2-3.5,3.3-5.8,2.7c-2.8-0.7-4.8-3.2-6.7-5.1 c-4.4-4.4-8.8-8.9-13.2-13.3c-1.1-1.1-2.2-2.1-3.2-3.2c-0.1-0.1-0.5-0.5-0.5-0.7c0-0.1,0.6-0.6,0.6-0.6c0.6-0.7,1.3-1.3,1.9-2 c1.1-1.1,2.2-2.2,3.3-3.3c0.5-0.5,1.3-1.5,2.2-1.5c0.9,0,1.7,1.2,2.3,1.7c1.1,1.1,2.3,2.2,3.4,3.4c2.3,2.2,4.5,4.5,6.8,6.7 c2.5,2.5,5.1,5.1,7.6,7.6C83.4,84.3,84.4,86.9,82.8,89.7z"/%3E%3Cpath fill="%23004570" d="M75.5,24.5c-2.8,3.4-7.4,7.7-5.4,12.6c0.4,1,1,1.8,1.6,2.6c0.7,0.8,1.3,1.9,0.2,2.6c-0.9,0.6-2-0.1-2.7-0.5 c-1.1-0.6-2.1-1.3-3-2.1c-3.5-3-5.3-7.2-4.9-11.8c0.4-5,3.2-9.6,6.2-13.5c1.6-2.1,3.3-4,4.7-6.2c0.6-1,1.2-2,1.5-3.1 c0.3-0.9,0.3-2.3,1.2-2.9c0.8-0.5,1.6,0,2,0.7c0.5,1.1,0.6,2.3,1.2,3.4c1.1,2.2,2.6,4.2,4.1,6.1c3,3.7,5.8,7.5,7.1,12.2 c1.3,4.7,0.6,9.4-2.6,13.2c-1.6,1.9-3.6,3.3-5.8,4.3c-1.1,0.5-2.5,0.1-2.3-1.3c0.1-0.6,0.5-1,0.9-1.4c0.4-0.5,0.8-1,1.1-1.5 C83.3,32.6,78.5,28.4,75.5,24.5z M75.5,8.1c-1.5,2.3-3.1,4.6-4.8,6.8c-1.7,2.2-3.3,4.3-4.6,6.8c-1.2,2.3-2,4.8-2.1,7.4 c0,2.8,1,5.1,2.8,7.2c-0.4-3.5,0.9-6.7,3.1-9.4c1.1-1.3,2.3-2.6,3.2-4c0.5-0.7,0.7-1.5,1-2.3c0.2-0.6,0.6-1.1,1.3-1.1 c0.7,0,1.2,0.4,1.4,1c0.1,0.4,0.2,0.8,0.3,1.2c0.2,0.4,0.5,0.8,0.8,1.1c1.1,1.5,2.2,2.9,3.3,4.3c1,1.2,1.8,2.6,2.3,4.1 c0.6,1.7,0.6,3.4,0.6,5.2c1.8-1.4,2.7-4.3,2.8-6.5c0.1-2.6-0.7-5.2-1.8-7.5c-1.2-2.5-2.9-4.7-4.6-6.9C78.8,12.9,77.1,10.5,75.5,8.1 z"/%3E%3C/g%3E%3C/svg%3E');
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px;  
}

.svg_religar:hover, .svg_religar:focus {
background-image: url('data:image/svg+xml,%3Csvg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="60px" height="60px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"%3E%3Cg%3E%3Cpath fill="%23ffffff" d="M85.2,78.2C77.5,70.6,69.9,63,62.3,55.3c-1.9-1.9-3.7-3.7-5.6-5.6c-0.7-0.7-1.8-1.5-2.1-2.5 c-0.4-1.1,0.2-2.5,0.3-3.5c0.3-2.4,0.2-4.6-0.3-6.9c-0.5-2.3-1.4-4.4-2.6-6.4c-4.1-7-11.6-11.3-19.7-11.2c-2.4,0-10,0.5-8.7,4.6 c0.3,1,1.1,1.7,1.8,2.4c0.9,0.9,1.9,1.9,2.8,2.8c1.7,1.7,3.7,3.4,4.4,5.8c1.1,3.8-2.3,7.6-6.3,7c-2.3-0.4-3.8-2.3-5.3-3.8 c-0.9-0.9-1.8-1.8-2.7-2.7c-0.9-0.9-1.7-1.9-2.8-2.5c-4.4-2.4-5.1,5.9-5.2,8.5c-0.1,4.6,1.4,9.1,3.9,12.9 c4.2,6.3,11.2,9.7,18.7,9.7c1,0,1.9-0.1,2.9-0.2c0.9-0.1,1.9-0.4,2.8,0c1,0.4,1.9,1.6,2.6,2.3c1,1,2.1,2,3.1,3.1 c3.8,3.8,7.6,7.5,11.3,11.3c3.8,3.8,7.5,7.6,11.4,11.4c1.6,1.6,3.2,3.5,5.2,4.7c1.5,0.9,3.3,1.5,5.1,1.6c3.7,0.2,7.4-1.4,9.6-4.4 c2.2-3,2.7-6.9,1.5-10.4C87.7,81.3,86.6,79.6,85.2,78.2z M24.3,56.1c-2.9-1.6-5.2-4.2-6.7-7.2c-1.2-2.4-2-5.3-1.4-7.9 c2.2,2.1,4.2,4.5,7,5.6c2.3,0.9,4.9,0.9,7.2,0.2c5.2-1.6,8.4-6.7,7.8-12.1c-0.2-1.8-0.8-3.4-1.8-4.9c-1.2-1.8-2.9-3.1-4.5-4.5 c2.8-1.3,6.9,0.4,9.3,1.8c3.7,2.2,6.3,5.7,7.6,9.8c2.5,8.5-2.3,17.7-10.7,20.6C33.5,59,28.4,58.4,24.3,56.1z M44.5,61.4 c-0.8-0.9,1.8-2.2,2.3-2.6c1.1-1,2.1-2,3.1-3.2c0.5-0.6,1-1.2,1.5-1.8c0.5-0.7,0.6-0.8,1.3-0.2c1.2,1.2,2.5,2.4,3.6,3.6 c1.2,1.2,0.1,2.1-0.9,3c-1.2,1.2-2.4,2.3-3.5,3.5c-0.6,0.6-1.2,1.1-1.8,1.7c-0.2,0.2-0.4,0.4-0.5,0.5c-0.2,0.4-0.4,0.4-0.6,0 c-0.3-0.1-0.6-0.6-0.8-0.8C47,63.9,45.7,62.7,44.5,61.4z M82.8,89.7c-1.1,2-3.5,3.3-5.8,2.7c-2.8-0.7-4.8-3.2-6.7-5.1 c-4.4-4.4-8.8-8.9-13.2-13.3c-1.1-1.1-2.2-2.1-3.2-3.2c-0.1-0.1-0.5-0.5-0.5-0.7c0-0.1,0.6-0.6,0.6-0.6c0.6-0.7,1.3-1.3,1.9-2 c1.1-1.1,2.2-2.2,3.3-3.3c0.5-0.5,1.3-1.5,2.2-1.5c0.9,0,1.7,1.2,2.3,1.7c1.1,1.1,2.3,2.2,3.4,3.4c2.3,2.2,4.5,4.5,6.8,6.7 c2.5,2.5,5.1,5.1,7.6,7.6C83.4,84.3,84.4,86.9,82.8,89.7z"/%3E%3Cpath fill="%23ffffff" d="M75.5,24.5c-2.8,3.4-7.4,7.7-5.4,12.6c0.4,1,1,1.8,1.6,2.6c0.7,0.8,1.3,1.9,0.2,2.6c-0.9,0.6-2-0.1-2.7-0.5 c-1.1-0.6-2.1-1.3-3-2.1c-3.5-3-5.3-7.2-4.9-11.8c0.4-5,3.2-9.6,6.2-13.5c1.6-2.1,3.3-4,4.7-6.2c0.6-1,1.2-2,1.5-3.1 c0.3-0.9,0.3-2.3,1.2-2.9c0.8-0.5,1.6,0,2,0.7c0.5,1.1,0.6,2.3,1.2,3.4c1.1,2.2,2.6,4.2,4.1,6.1c3,3.7,5.8,7.5,7.1,12.2 c1.3,4.7,0.6,9.4-2.6,13.2c-1.6,1.9-3.6,3.3-5.8,4.3c-1.1,0.5-2.5,0.1-2.3-1.3c0.1-0.6,0.5-1,0.9-1.4c0.4-0.5,0.8-1,1.1-1.5 C83.3,32.6,78.5,28.4,75.5,24.5z M75.5,8.1c-1.5,2.3-3.1,4.6-4.8,6.8c-1.7,2.2-3.3,4.3-4.6,6.8c-1.2,2.3-2,4.8-2.1,7.4 c0,2.8,1,5.1,2.8,7.2c-0.4-3.5,0.9-6.7,3.1-9.4c1.1-1.3,2.3-2.6,3.2-4c0.5-0.7,0.7-1.5,1-2.3c0.2-0.6,0.6-1.1,1.3-1.1 c0.7,0,1.2,0.4,1.4,1c0.1,0.4,0.2,0.8,0.3,1.2c0.2,0.4,0.5,0.8,0.8,1.1c1.1,1.5,2.2,2.9,3.3,4.3c1,1.2,1.8,2.6,2.3,4.1 c0.6,1.7,0.6,3.4,0.6,5.2c1.8-1.4,2.7-4.3,2.8-6.5c0.1-2.6-0.7-5.2-1.8-7.5c-1.2-2.5-2.9-4.7-4.6-6.9C78.8,12.9,77.1,10.5,75.5,8.1 z"/%3E%3C/g%3E%3C/svg%3E');
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px;
outline: none;
}

.svg_cons {
background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='60px' height='60px' viewBox='0 0 100 100' enable-background='new 0 0 100 100' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23004571' d='M45.3,40.6c0.3,2,0.5,3.9,0.8,5.9c0.5,3.9,1,7.8,1.5,11.7c0.2,1.3,0.2,2.6,1.8,2.7c1.1,0.1,2.3,0,2.5-1.3 c0.4-1.8,0.4-3.9,0.7-5.8c0.2-2,0.5-3.9,0.7-5.8c0.6-4.3,1.1-8.6,1.7-12.8c-3.4,0-6.7,0-10.2,0C44.7,37,45.1,38.8,45.3,40.6z'/%3E%3Cpath fill='%23004571' d='M96.7,85.9c-1.5-2.6-3-5.2-4.5-7.8c-2.7-4.7-5.4-9.4-8.1-14c-3.3-5.7-6.6-11.4-9.8-17 c-3.2-5.6-6.5-11.2-9.7-16.9c-2.5-4.4-5.1-8.8-7.6-13.2c-1.2-2.1-2.4-4.3-3.7-6.4c-1.3-2.2-4.6-2.6-6-0.2c-0.9,1.6-1.8,3.2-2.8,4.8 c-2.3,4.1-4.7,8.1-7,12.2c-3.2,5.5-6.3,11-9.5,16.4c-3.3,5.7-6.6,11.5-10,17.2c-2.9,5-5.7,9.9-8.6,14.9C7.5,78.9,5.8,82,4,85 c-0.3,0.5-0.6,1-0.8,1.5c-1.3,2.5,0.5,5.1,3.1,5.1c2.4,0,4.9,0,7.3,0c5.1,0,10.2,0,15.2,0c6.5,0,12.9,0,19.4,0c6.6,0,13.1,0,19.7,0 c5.4,0,10.9,0,16.3,0c3,0,6.1,0,9.1,0c1.4,0,2.8-0.2,3.7-1.6C97.9,88.6,97.4,87.2,96.7,85.9z M55.7,81.3c-2.1,2.7-6,3.3-9.1,2.1 c-3.1-1.2-4.4-4.4-4.4-7.6c0-3.5,2.5-6.5,5.9-7.3c3.4-0.7,6.9,0.9,8.5,4C58,75.3,57.6,78.9,55.7,81.3z M58.5,40 c-0.9,7-1.8,14.1-2.7,21.1c-0.1,1.1-0.2,2.4-1,3.3C54,65.2,52.7,65,51.6,65c-1.7,0-3.4,0.1-5,0c-1-0.1-1.9-0.4-2.3-1.4 c-0.6-1.4-0.5-3.2-0.7-4.6c-0.2-1.8-0.4-3.5-0.6-5.3c-0.4-3.5-0.8-6.9-1.3-10.4c-0.2-2-0.4-3.9-0.8-5.8c-0.3-1.5-0.3-3,0.6-4.3 c1.8-2.7,5.6-1.9,8.4-1.9c0,0,0,0,0,0c2.5,0,5.9-0.6,7.8,1.4C59.7,34.6,58.9,37.6,58.5,40z'/%3E%3Cpath fill='%23004571' d='M49.7,72.5c-1.9,0.1-3.1,1.5-3.2,3.4c0,1.9,1.5,3.9,3.5,3.8c2-0.1,3.4-2.3,3.2-4.2 C53,73.6,51.6,72.4,49.7,72.5z'/%3E%3C/g%3E%3C/svg%3E");
background-repeat: no-repeat; 
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px;  
}

.svg_cons:hover, .svg_cons:focus {
background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='60px' height='60px' viewBox='0 0 100 100' enable-background='new 0 0 100 100' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23fff' d='M45.3,40.6c0.3,2,0.5,3.9,0.8,5.9c0.5,3.9,1,7.8,1.5,11.7c0.2,1.3,0.2,2.6,1.8,2.7c1.1,0.1,2.3,0,2.5-1.3 c0.4-1.8,0.4-3.9,0.7-5.8c0.2-2,0.5-3.9,0.7-5.8c0.6-4.3,1.1-8.6,1.7-12.8c-3.4,0-6.7,0-10.2,0C44.7,37,45.1,38.8,45.3,40.6z'/%3E%3Cpath fill='%23fff' d='M96.7,85.9c-1.5-2.6-3-5.2-4.5-7.8c-2.7-4.7-5.4-9.4-8.1-14c-3.3-5.7-6.6-11.4-9.8-17 c-3.2-5.6-6.5-11.2-9.7-16.9c-2.5-4.4-5.1-8.8-7.6-13.2c-1.2-2.1-2.4-4.3-3.7-6.4c-1.3-2.2-4.6-2.6-6-0.2c-0.9,1.6-1.8,3.2-2.8,4.8 c-2.3,4.1-4.7,8.1-7,12.2c-3.2,5.5-6.3,11-9.5,16.4c-3.3,5.7-6.6,11.5-10,17.2c-2.9,5-5.7,9.9-8.6,14.9C7.5,78.9,5.8,82,4,85 c-0.3,0.5-0.6,1-0.8,1.5c-1.3,2.5,0.5,5.1,3.1,5.1c2.4,0,4.9,0,7.3,0c5.1,0,10.2,0,15.2,0c6.5,0,12.9,0,19.4,0c6.6,0,13.1,0,19.7,0 c5.4,0,10.9,0,16.3,0c3,0,6.1,0,9.1,0c1.4,0,2.8-0.2,3.7-1.6C97.9,88.6,97.4,87.2,96.7,85.9z M55.7,81.3c-2.1,2.7-6,3.3-9.1,2.1 c-3.1-1.2-4.4-4.4-4.4-7.6c0-3.5,2.5-6.5,5.9-7.3c3.4-0.7,6.9,0.9,8.5,4C58,75.3,57.6,78.9,55.7,81.3z M58.5,40 c-0.9,7-1.8,14.1-2.7,21.1c-0.1,1.1-0.2,2.4-1,3.3C54,65.2,52.7,65,51.6,65c-1.7,0-3.4,0.1-5,0c-1-0.1-1.9-0.4-2.3-1.4 c-0.6-1.4-0.5-3.2-0.7-4.6c-0.2-1.8-0.4-3.5-0.6-5.3c-0.4-3.5-0.8-6.9-1.3-10.4c-0.2-2-0.4-3.9-0.8-5.8c-0.3-1.5-0.3-3,0.6-4.3 c1.8-2.7,5.6-1.9,8.4-1.9c0,0,0,0,0,0c2.5,0,5.9-0.6,7.8,1.4C59.7,34.6,58.9,37.6,58.5,40z'/%3E%3Cpath fill='%23fff' d='M49.7,72.5c-1.9,0.1-3.1,1.5-3.2,3.4c0,1.9,1.5,3.9,3.5,3.8c2-0.1,3.4-2.3,3.2-4.2 C53,73.6,51.6,72.4,49.7,72.5z'/%3E%3C/g%3E%3C/svg%3E");
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px;  
  outline: none;
}


.svg_quitar {
background-image: url('data:image/svg+xml,%3Csvg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="60px" height="60px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"%3E%3Cpath fill="%23004570" d="M47.6,88.2c-1.3,1.4-2.3,2.8-3.5,4c-4.8,5-13.4,3.8-16.3-2.8c-1.5-3.4-0.8-7.7,2-10.6 c2.1-2.2,4.3-4.3,6.4-6.6c1.7-1.9,1.3-4.4-0.8-5.7c-1.2-0.8-2.5-0.8-3.6,0.1c-2.5,2.3-5,4.6-7.3,7.1c-1.4,1.5-1.2,3.1,0.1,4.9 c1.3,1.7,1.2,3.5-0.1,4.6c-1.5,1.2-3.3,1.1-4.6-0.8c-1-1.5-1.6-3.4-2.4-5.1c-0.2-0.5-0.7-1.1-1.2-1.2c-4.8-0.8-8.5-4.8-8.4-9.5 c0-2.4,0.8-4.7,2.5-6.6c1.4-1.6,3.2-1.9,4.6-0.8c1.6,1.2,1.7,2.7,0.3,4.7c-1.4,1.9-1.3,3.9,0.2,5.2c1.4,1.3,3.3,1.4,4.7,0.1 c3.9-3.7,7.7-7.5,11.5-11.4c1.5-1.6,1.3-3.6-0.2-5.1c-1.4-1.4-3.6-1.4-5.1,0.1c-1.6,1.5-3.1,3.1-4.6,4.6c-1.3,1.2-3.2,1.4-4.4,0.3 c-3.7-3.8-7.7-7.3-10.9-11.5C-1,36.5,1.1,20.7,12,13.8c2.3-1.4,4.8-2.5,7.2-3.6c1.2-0.5,2.9,0.5,3.5,1.9c0.6,1.5,0,3.2-1.4,3.9 c-1.8,0.9-3.8,1.5-5.5,2.6c-7.7,5-10,15.5-4.9,23.1c2.1,3.1,5.1,5.7,7.8,8.4c0.2,0.2,1.2,0.1,1.5-0.1c0.9-0.7,1.7-1.7,2.6-2.4 c3.1-2.4,6.7-2.9,10.2-1.3c3.5,1.6,5.7,4.5,5.6,8.6c-0.1,1.6-0.5,3.1-0.8,4.7c-0.1,0.4,0,1,0.3,1.2c5.6,4.2,6.5,7,4.2,13.6 c0,0.1-0.1,0,0.2,0.3c1.4,1.1,2.8,2.2,4.1,3.4c3.3,3.2,6.5,6.5,9.7,9.7c2.2,2.2,5.1,1.6,6.4-1.2c0.7-1.6-0.1-2.7-1.1-3.7 c-3.9-4-7.9-7.9-11.8-11.9c-1.8-1.8-2-3.5-0.6-4.9c1.3-1.3,3.4-1.1,5,0.6c3.8,3.8,7.6,7.6,11.4,11.4c0.7,0.6,1.5,1.2,2.3,1.5 c1.4,0.4,3.2-0.5,3.9-1.7c0.7-1.2,0.5-3.3-0.5-4.4c-3.8-3.9-7.7-7.7-11.5-11.5c-0.5-0.5-1.1-1-1.4-1.6c-0.9-1.4-0.5-3.1,0.7-4.1 c1.2-0.9,3-0.8,4.3,0.4c3.7,3.6,7.3,7.3,11,10.9c0.5,0.5,0.9,1,1.5,1.4c1.7,1.4,3.8,1.4,5.1,0c1.5-1.6,1.5-3.4-0.2-5.2 c-1.6-1.7-3.1-3.4-4.8-4.8c-2.7-2.3-3.1-4.3-0.1-7.1c4.4-4.1,8.7-8.4,12.6-13c3.4-4,4.3-8.8,3-14.1c-1.6-6.6-5.8-10.6-12.1-12.6 c-1.5-0.5-3.2-0.6-4.8-0.6c-11.3,0-22.7-0.1-34,0c-1,0-2.2,0.5-2.9,1.2c-3,2.9-6,5.8-8.9,8.8c-1.9,2-1.6,4.4,0.7,5.9 c1.5,0.9,3,0.6,4.6-1c2.1-2.1,4.2-4.1,6.2-6.3c1.7-1.9,3.9-2,5.9,0c8.2,8.3,16.4,16.5,24.6,24.8c0.8,0.8,1.5,2,1.5,3 c0,2.4-2.8,3.6-4.8,2.2c-0.4-0.3-0.8-0.6-1.1-1c-7.2-7.2-14.3-14.4-21.5-21.5c-1.6-1.6-1.6-1.5-3.2,0c-2.1,1.9-4,4.1-6.4,5.5 c-3.3,1.8-6.8,1.4-9.9-1c-3-2.3-4.2-5.4-3.9-9.1c0.2-2.6,1.5-4.6,3.3-6.4c3.4-3.3,6.7-6.8,10.2-10.1c0.8-0.7,2-1.3,3.1-1.3 c12.6-0.1,25.2-0.3,37.9,0c9.6,0.2,16.3,5.4,20.4,13.9c2.2,4.6,2.4,9.5,1.4,14.4c-1.1,5.2-4,9.4-7.9,13c-2.4,2.2-4.7,4.6-7,7 c-1.6,1.6-1.6,1.6,0,3.2c2,2,4.1,3.9,5,6.7c1.6,5.1-1.7,11.5-7.7,12.3c-1,0.1-1.4,0.5-1.6,1.5c-0.8,4.5-3.6,7.2-8,8.1 c-1,0.2-1.4,0.6-1.6,1.7c-0.7,3.8-3.1,6.6-6.7,7.6c-3.6,1-7.1,0.4-9.9-2.5C50.7,91.1,49.3,89.9,47.6,88.2z M38.7,78.6 c-1.5,1.4-3,2.8-4.4,4.3c-1.5,1.6-1.4,3.8,0,5.2c1.4,1.4,3.5,1.4,5.1-0.1c1.1-1,2-2.1,3.1-3c0.8-0.7,0.8-1.3,0-2 C41.2,81.7,38.8,78.5,38.7,78.6z"/%3E%3C/svg%3E');
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px; 
}

.svg_quitar:hover, .svg_quitar:focus {
background-image: url('data:image/svg+xml,%3Csvg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="60px" height="60px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"%3E%3Cpath fill="%23ffffff" d="M47.6,88.2c-1.3,1.4-2.3,2.8-3.5,4c-4.8,5-13.4,3.8-16.3-2.8c-1.5-3.4-0.8-7.7,2-10.6 c2.1-2.2,4.3-4.3,6.4-6.6c1.7-1.9,1.3-4.4-0.8-5.7c-1.2-0.8-2.5-0.8-3.6,0.1c-2.5,2.3-5,4.6-7.3,7.1c-1.4,1.5-1.2,3.1,0.1,4.9 c1.3,1.7,1.2,3.5-0.1,4.6c-1.5,1.2-3.3,1.1-4.6-0.8c-1-1.5-1.6-3.4-2.4-5.1c-0.2-0.5-0.7-1.1-1.2-1.2c-4.8-0.8-8.5-4.8-8.4-9.5 c0-2.4,0.8-4.7,2.5-6.6c1.4-1.6,3.2-1.9,4.6-0.8c1.6,1.2,1.7,2.7,0.3,4.7c-1.4,1.9-1.3,3.9,0.2,5.2c1.4,1.3,3.3,1.4,4.7,0.1 c3.9-3.7,7.7-7.5,11.5-11.4c1.5-1.6,1.3-3.6-0.2-5.1c-1.4-1.4-3.6-1.4-5.1,0.1c-1.6,1.5-3.1,3.1-4.6,4.6c-1.3,1.2-3.2,1.4-4.4,0.3 c-3.7-3.8-7.7-7.3-10.9-11.5C-1,36.5,1.1,20.7,12,13.8c2.3-1.4,4.8-2.5,7.2-3.6c1.2-0.5,2.9,0.5,3.5,1.9c0.6,1.5,0,3.2-1.4,3.9 c-1.8,0.9-3.8,1.5-5.5,2.6c-7.7,5-10,15.5-4.9,23.1c2.1,3.1,5.1,5.7,7.8,8.4c0.2,0.2,1.2,0.1,1.5-0.1c0.9-0.7,1.7-1.7,2.6-2.4 c3.1-2.4,6.7-2.9,10.2-1.3c3.5,1.6,5.7,4.5,5.6,8.6c-0.1,1.6-0.5,3.1-0.8,4.7c-0.1,0.4,0,1,0.3,1.2c5.6,4.2,6.5,7,4.2,13.6 c0,0.1-0.1,0,0.2,0.3c1.4,1.1,2.8,2.2,4.1,3.4c3.3,3.2,6.5,6.5,9.7,9.7c2.2,2.2,5.1,1.6,6.4-1.2c0.7-1.6-0.1-2.7-1.1-3.7 c-3.9-4-7.9-7.9-11.8-11.9c-1.8-1.8-2-3.5-0.6-4.9c1.3-1.3,3.4-1.1,5,0.6c3.8,3.8,7.6,7.6,11.4,11.4c0.7,0.6,1.5,1.2,2.3,1.5 c1.4,0.4,3.2-0.5,3.9-1.7c0.7-1.2,0.5-3.3-0.5-4.4c-3.8-3.9-7.7-7.7-11.5-11.5c-0.5-0.5-1.1-1-1.4-1.6c-0.9-1.4-0.5-3.1,0.7-4.1 c1.2-0.9,3-0.8,4.3,0.4c3.7,3.6,7.3,7.3,11,10.9c0.5,0.5,0.9,1,1.5,1.4c1.7,1.4,3.8,1.4,5.1,0c1.5-1.6,1.5-3.4-0.2-5.2 c-1.6-1.7-3.1-3.4-4.8-4.8c-2.7-2.3-3.1-4.3-0.1-7.1c4.4-4.1,8.7-8.4,12.6-13c3.4-4,4.3-8.8,3-14.1c-1.6-6.6-5.8-10.6-12.1-12.6 c-1.5-0.5-3.2-0.6-4.8-0.6c-11.3,0-22.7-0.1-34,0c-1,0-2.2,0.5-2.9,1.2c-3,2.9-6,5.8-8.9,8.8c-1.9,2-1.6,4.4,0.7,5.9 c1.5,0.9,3,0.6,4.6-1c2.1-2.1,4.2-4.1,6.2-6.3c1.7-1.9,3.9-2,5.9,0c8.2,8.3,16.4,16.5,24.6,24.8c0.8,0.8,1.5,2,1.5,3 c0,2.4-2.8,3.6-4.8,2.2c-0.4-0.3-0.8-0.6-1.1-1c-7.2-7.2-14.3-14.4-21.5-21.5c-1.6-1.6-1.6-1.5-3.2,0c-2.1,1.9-4,4.1-6.4,5.5 c-3.3,1.8-6.8,1.4-9.9-1c-3-2.3-4.2-5.4-3.9-9.1c0.2-2.6,1.5-4.6,3.3-6.4c3.4-3.3,6.7-6.8,10.2-10.1c0.8-0.7,2-1.3,3.1-1.3 c12.6-0.1,25.2-0.3,37.9,0c9.6,0.2,16.3,5.4,20.4,13.9c2.2,4.6,2.4,9.5,1.4,14.4c-1.1,5.2-4,9.4-7.9,13c-2.4,2.2-4.7,4.6-7,7 c-1.6,1.6-1.6,1.6,0,3.2c2,2,4.1,3.9,5,6.7c1.6,5.1-1.7,11.5-7.7,12.3c-1,0.1-1.4,0.5-1.6,1.5c-0.8,4.5-3.6,7.2-8,8.1 c-1,0.2-1.4,0.6-1.6,1.7c-0.7,3.8-3.1,6.6-6.7,7.6c-3.6,1-7.1,0.4-9.9-2.5C50.7,91.1,49.3,89.9,47.6,88.2z M38.7,78.6 c-1.5,1.4-3,2.8-4.4,4.3c-1.5,1.6-1.4,3.8,0,5.2c1.4,1.4,3.5,1.4,5.1-0.1c1.1-1,2-2.1,3.1-3c0.8-0.7,0.8-1.3,0-2 C41.2,81.7,38.8,78.5,38.7,78.6z"/%3E%3C/svg%3E');
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px; 
outline: none;
}


.svg_cntst {
background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='60px' height='60px' viewBox='0 0 100 100' enable-background='new 0 0 100 100' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23004570' d='M91.7,76.5c-3.2-4.9-6.6-9.8-9.9-14.7c-1.7-2.5-3.3-5-5-7.5c-1.4-2.1-2.8-4.2-3.2-6.7 c-0.5-2.8-0.2-5.6-0.3-8.4c0-3.1-0.1-6.1-0.1-9.2c0-3,0-6,0.1-8.9c0.1-2.6,0.4-5.2,0.2-7.8C73,8.2,69.7,4.3,64.7,3 c-2.6-0.7-5.3-0.6-7.9-0.5c-3,0.1-5.9,0.1-8.9,0.2c-6,0-12.1,0-18.1,0c-5-0.1-10.9-0.9-15.7,0.9c-4.6,1.7-7,6.1-7.2,10.9 C6.7,17.1,7,20,7,22.8c0,3,0,6,0,8.9c0,6-0.1,12-0.1,17.9c0,3,0,6,0,9c0,6,0,11.9,0,17.9c0,4.8-0.9,10.3,1.3,14.8 c2.3,4.7,7.2,5.1,11.8,5.3c5.9,0.2,11.7,0,17.6,0c5.9,0,11.9-0.1,17.8,0c4.5,0.1,9.6,0.7,13.6-1.9c1.9-1.3,3.1-3.4,5-4.7 c2.1-1.3,4.6-1.3,7-1.3c3.4,0.1,7.6,0.7,10.7-1.1c1.6-0.9,2.6-2.5,2.7-4.3C94.7,80.7,93,78.5,91.7,76.5z M47.6,90.1 c-5.8,0-11.5,0-17.3,0c-2.8,0-5.5,0-8.3,0c-2.1,0-4.6,0.5-6.5-0.5c-2.2-1.1-2.2-3.8-2.2-6c0-2.8,0.1-5.6,0.1-8.4 c0-10.3,0-20.6,0-30.9c0-9.8-0.3-19.6,0-29.4c0-1.4,0.1-3,1-4.1c1.1-1.3,2.8-1.4,4.3-1.5c4.9-0.3,9.8,0.1,14.7,0.1 c5,0,10.1,0,15.1,0c2.7,0,5.3-0.1,8-0.1c2.2,0,4.6-0.2,6.8,0.2c3.9,0.7,3.7,4.6,3.7,7.7c0,4.8-0.1,9.5-0.1,14.3 c0,5.1,0.2,10.2-0.1,15.3c-0.2,4.7-3.4,8.2-6,12c-2.8,4.1-5.7,8.3-8.5,12.4c-1.5,2.1-2.9,4.3-4.4,6.4c-1.1,1.6-2.2,3.3-2.1,5.4 c0.2,4.1,3.9,5.8,7.5,6c2.5,0.1,5.1,0,7.6-0.1c1.3,0,3.2-0.6,3.5,1C58.9,90.4,53.2,90.1,47.6,90.1z M53.1,82 c5.8-8.6,11.5-17.2,17.3-25.7C76,64.8,81.6,73.4,87.2,82C75.8,82,64.5,82,53.1,82z'/%3E%3Cpath fill='%23004570' d='M25.5,25.2c7.1,0.1,14.1-0.1,21.2-0.1c2.4,0,3.8-2.9,2.3-4.7c-1.6-2-5.9-1.2-8.1-1.1c-3.4,0-6.9,0-10.3,0 c-3,0-6.2-0.3-9.1,0c-2.1,0.2-3.8,1.9-2.8,4C19.8,25.7,23.2,25.2,25.5,25.2z'/%3E%3Cpath fill='%23004570' d='M25.5,34c7.1,0.1,14.1-0.1,21.2-0.1c2.4,0,3.8-2.9,2.3-4.7c-1.6-2-5.9-1.2-8.1-1.1c-3.4,0-6.9,0-10.3,0 c-3,0-6.2-0.3-9.1,0c-2.1,0.2-3.8,1.9-2.8,4C19.8,34.5,23.2,34,25.5,34z'/%3E%3Cpath fill='%23004570' d='M48.9,38c-1.6-2-5.9-1.2-8.1-1.1c-3.4,0-6.9,0-10.3,0c-3,0-6.2-0.3-9.1,0c-2.1,0.2-3.8,1.9-2.8,4 c1.2,2.5,4.6,1.9,6.9,2c7.1,0.1,14.1-0.1,21.2-0.1C49,42.7,50.4,39.8,48.9,38z'/%3E%3Cpath fill='%23004570' d='M57.4,25.1c3.8,0,3.8-5.9,0-5.9C53.6,19.2,53.6,25,57.4,25.1z'/%3E%3Cpath fill='%23004570' d='M57.4,33.9c3.8,0,3.8-5.9,0-5.9C53.6,28,53.6,33.8,57.4,33.9z'/%3E%3Cpath fill='%23004570' d='M57.4,42.7c3.8,0,3.8-5.9,0-5.9C53.6,36.8,53.6,42.6,57.4,42.7z'/%3E%3Cpath fill='%23004570' d='M69.1,63.6c0,2.1,0,4.2,0,6.4c0,1.4-0.9,6,1.5,6c2.1,0,1.6-4,1.5-5.3c-0.1-1.4,0-2.7,0-4.1 c0-1.3,0.5-4.1-0.8-5C69.8,60.5,69.1,62.4,69.1,63.6z'/%3E%3Cpath fill='%23004570' d='M69.1,78.4c0,1.9,2.9,1.9,2.9,0C72,76.5,69.1,76.5,69.1,78.4z'/%3E%3C/g%3E%3C/svg%3E%0A");
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px; 
}

.svg_leitura {
background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='60px' height='60px' viewBox='0 0 100 100' enable-background='new 0 0 100 100' xml:space='preserve'%3E%3Cpath fill='%23004571' d='M88.5,37.9c0.2-3.3,0.2-6.6,0.2-9.9c0-2.8,0.1-5.8-0.4-8.6c-0.7-4-2.9-7.6-6.5-9.5c-2.2-1.2-4.7-1.7-7.1-1.8 c-1.1,0-2.1-0.1-3.1-0.2c-0.4-1.6-0.6-3.8-1.8-5.1c-1-1.1-2.6-1.1-3.9-1.2c-2.4-0.1-4.9-0.1-7.3,0c-1.2,0.1-2.6,0.3-3.5,1.2 c-1.1,1.3-1.4,3.4-1.8,4.9c-1.8,0-3.6,0-5.4,0c-0.4-1.6-0.7-3.8-1.8-5.1c-1-1.1-2.6-1.1-4-1.2c-2.4-0.1-4.9-0.1-7.3,0.1 c-1.3,0.1-2.8,0.3-3.7,1.3c-1.2,1.3-1.5,3.3-1.9,5c-4.5-0.1-9.2,0.8-12.5,4.1c-3.1,3.1-4.2,7.5-3.9,11.7c0.2,3.4,0.1,6.7,0.1,10.1 c0.1,2.9,0.2,5.8-0.1,8.8c-0.2,2.9-0.8,5.7-1.9,8.4c-0.6,1.4-1.3,2.7-2.2,3.9C7.7,56,6.5,57,6.1,58.3c-0.8,2.1,0.8,3.7,2.8,4.2 c1.5,0.4,3.2,0.3,4.8,0.3c1.8,0,3.7,0,5.5,0c7.4,0,14.9,0,22.3,0C56.4,62.9,71.3,63,86.3,63c3,0,10.7,0.5,8.5-4.7 c-0.5-1.2-1.3-2.2-2.1-3.3c-0.9-1.3-1.6-2.6-2.2-4c-1.2-2.7-1.8-5.6-2-8.5C88.4,41,88.4,39.4,88.5,37.9z M17.4,55.5 c4.3-9.5,2.1-19.9,2.3-29.9c0.1-2.6,0.2-5.7,1.9-7.8c2-2.3,5.5-2.5,8.3-2.4c11,0.2,22,0.2,33,0.1c2.8,0,5.6,0,8.4,0 c1.8,0,3.6,0,5.3,0.4c2.6,0.7,3.6,2.7,4,5.2c0.3,2.6,0.2,5.2,0.1,7.7c0,3.1-0.1,6.2,0,9.3c0.2,5.8,1.1,11.5,1.7,17.3 C61.5,55.5,39.6,55.5,17.4,55.5z'/%3E%3Cpath fill='%23004571' d='M88.5,75.6c0-1.6,0.2-3.7-0.8-5.1c-0.9-1.2-2.7-1.4-4.1-1.5C80.3,68.9,77,69,73.7,69c-3.6,0-7.1,0-10.7,0 c-4.1,0-8.2,0-12.3,0c-8.2,0-16.4,0-24.6,0c-2.1,0-4.1,0-6.2,0c-1.4,0-3-0.1-4.4,0.2c-2.4,0.6-3.1,2.7-3,5 c0.3,6.3-1.2,13.4,3.3,18.6c4.4,5.1,11.1,4.4,17.2,4.4c8.5,0.1,17,0.1,25.5,0c4.2,0,8.4,0,12.6-0.1c3.4,0,6.8,0.1,9.9-1.6 c3.3-1.8,5.9-5,6.9-8.5C89,83.4,88.4,79.5,88.5,75.6z M80.6,84.3c-0.3,2.4-1.6,4.5-4.1,5.1c-1.7,0.4-3.7,0.2-5.4,0.2 c-2.1,0-4.1,0-6.2,0c-8.2,0-16.5,0-24.7,0c-4.7,0-9.4-0.1-14.1-0.1c-1.9,0-4.8-1.7-5.4-3.4c-1-2.6-0.5-5.8-0.4-8.7 c0-0.9,2.7-0.9,3.2-0.9c2,0,4,0,6,0c4,0,8.1,0,12.1,0c8,0,16.1,0,24.1,0.1c4.5,0,9,0,13.5,0c0.3,0,0.5,0.2,1.4,0.6 C80.7,79.4,80.9,81.9,80.6,84.3z'/%3E%3Cpath fill='%23FFFFFF' d='M50.7,69c10.4,0,20.9,0,31.3,0c-16.6-0.1-33.3,0-49.9,0c-4.7,0-9.5,0-14.2,0C28.9,69.1,39.8,69,50.7,69z'/%3E%3Cpath fill='%23004571' d='M66.7,21.8c-5.8,0-11.6,0-17.4,0c-2.9,0-5.8,0-8.7,0c-2.7,0-5.5-0.3-8.2,0.1c-4.9,0.7-3.8,6.5-3.8,10.1 c0,1.5,0,2.9,0,4.4c0,1.1-0.1,2.1,0.2,3.2c0.3,1.5,1.3,2.6,2.8,3.1c1.2,0.4,2.4,0.3,3.6,0.3c1.6,0,3.2,0,4.8,0c3.3,0,6.6,0,9.9,0 c0,0,0,0,0,0c3.5,0,7.1,0,10.6,0c1.7,0,3.5,0,5.2,0c1.1,0,2.3,0,3.4-0.6c2.2-1.2,1.9-4,1.9-6.1c0-3.4,0.1-6.9,0-10.3 C70.8,23.4,69.4,21.8,66.7,21.8z M58.4,35.7c-7.1,0-14.3,0-21.8,0c0-2.6,0-4.4,0-6.5c8.9,0,17.5,0,26.2,0C64.5,35,64,35.7,58.4,35.7 z'/%3E%3C/svg%3E");
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px; 
}

.svg_leitura:hover, .svg_leitura:focus {
background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='60px' height='60px' viewBox='0 0 100 100' enable-background='new 0 0 100 100' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M88.5,37.9c0.2-3.3,0.2-6.6,0.2-9.9c0-2.8,0.1-5.8-0.4-8.6c-0.7-4-2.9-7.6-6.5-9.5c-2.2-1.2-4.7-1.7-7.1-1.8 c-1.1,0-2.1-0.1-3.1-0.2c-0.4-1.6-0.6-3.8-1.8-5.1c-1-1.1-2.6-1.1-3.9-1.2c-2.4-0.1-4.9-0.1-7.3,0c-1.2,0.1-2.6,0.3-3.5,1.2 c-1.1,1.3-1.4,3.4-1.8,4.9c-1.8,0-3.6,0-5.4,0c-0.4-1.6-0.7-3.8-1.8-5.1c-1-1.1-2.6-1.1-4-1.2c-2.4-0.1-4.9-0.1-7.3,0.1 c-1.3,0.1-2.8,0.3-3.7,1.3c-1.2,1.3-1.5,3.3-1.9,5c-4.5-0.1-9.2,0.8-12.5,4.1c-3.1,3.1-4.2,7.5-3.9,11.7c0.2,3.4,0.1,6.7,0.1,10.1 c0.1,2.9,0.2,5.8-0.1,8.8c-0.2,2.9-0.8,5.7-1.9,8.4c-0.6,1.4-1.3,2.7-2.2,3.9C7.7,56,6.5,57,6.1,58.3c-0.8,2.1,0.8,3.7,2.8,4.2 c1.5,0.4,3.2,0.3,4.8,0.3c1.8,0,3.7,0,5.5,0c7.4,0,14.9,0,22.3,0C56.4,62.9,71.3,63,86.3,63c3,0,10.7,0.5,8.5-4.7 c-0.5-1.2-1.3-2.2-2.1-3.3c-0.9-1.3-1.6-2.6-2.2-4c-1.2-2.7-1.8-5.6-2-8.5C88.4,41,88.4,39.4,88.5,37.9z M17.4,55.5 c4.3-9.5,2.1-19.9,2.3-29.9c0.1-2.6,0.2-5.7,1.9-7.8c2-2.3,5.5-2.5,8.3-2.4c11,0.2,22,0.2,33,0.1c2.8,0,5.6,0,8.4,0 c1.8,0,3.6,0,5.3,0.4c2.6,0.7,3.6,2.7,4,5.2c0.3,2.6,0.2,5.2,0.1,7.7c0,3.1-0.1,6.2,0,9.3c0.2,5.8,1.1,11.5,1.7,17.3 C61.5,55.5,39.6,55.5,17.4,55.5z'/%3E%3Cpath fill='%23fff' d='M88.5,75.6c0-1.6,0.2-3.7-0.8-5.1c-0.9-1.2-2.7-1.4-4.1-1.5C80.3,68.9,77,69,73.7,69c-3.6,0-7.1,0-10.7,0 c-4.1,0-8.2,0-12.3,0c-8.2,0-16.4,0-24.6,0c-2.1,0-4.1,0-6.2,0c-1.4,0-3-0.1-4.4,0.2c-2.4,0.6-3.1,2.7-3,5 c0.3,6.3-1.2,13.4,3.3,18.6c4.4,5.1,11.1,4.4,17.2,4.4c8.5,0.1,17,0.1,25.5,0c4.2,0,8.4,0,12.6-0.1c3.4,0,6.8,0.1,9.9-1.6 c3.3-1.8,5.9-5,6.9-8.5C89,83.4,88.4,79.5,88.5,75.6z M80.6,84.3c-0.3,2.4-1.6,4.5-4.1,5.1c-1.7,0.4-3.7,0.2-5.4,0.2 c-2.1,0-4.1,0-6.2,0c-8.2,0-16.5,0-24.7,0c-4.7,0-9.4-0.1-14.1-0.1c-1.9,0-4.8-1.7-5.4-3.4c-1-2.6-0.5-5.8-0.4-8.7 c0-0.9,2.7-0.9,3.2-0.9c2,0,4,0,6,0c4,0,8.1,0,12.1,0c8,0,16.1,0,24.1,0.1c4.5,0,9,0,13.5,0c0.3,0,0.5,0.2,1.4,0.6 C80.7,79.4,80.9,81.9,80.6,84.3z'/%3E%3Cpath fill='%23FFFFFF' d='M50.7,69c10.4,0,20.9,0,31.3,0c-16.6-0.1-33.3,0-49.9,0c-4.7,0-9.5,0-14.2,0C28.9,69.1,39.8,69,50.7,69z'/%3E%3Cpath fill='%23fff' d='M66.7,21.8c-5.8,0-11.6,0-17.4,0c-2.9,0-5.8,0-8.7,0c-2.7,0-5.5-0.3-8.2,0.1c-4.9,0.7-3.8,6.5-3.8,10.1 c0,1.5,0,2.9,0,4.4c0,1.1-0.1,2.1,0.2,3.2c0.3,1.5,1.3,2.6,2.8,3.1c1.2,0.4,2.4,0.3,3.6,0.3c1.6,0,3.2,0,4.8,0c3.3,0,6.6,0,9.9,0 c0,0,0,0,0,0c3.5,0,7.1,0,10.6,0c1.7,0,3.5,0,5.2,0c1.1,0,2.3,0,3.4-0.6c2.2-1.2,1.9-4,1.9-6.1c0-3.4,0.1-6.9,0-10.3 C70.8,23.4,69.4,21.8,66.7,21.8z M58.4,35.7c-7.1,0-14.3,0-21.8,0c0-2.6,0-4.4,0-6.5c8.9,0,17.5,0,26.2,0C64.5,35,64,35.7,58.4,35.7 z'/%3E%3C/svg%3E");
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px; 
outline: none;
}

.img_fluid-icon {
  width:20% ;
 }
/* FIM ANTIGOS BOTÕES */

.modal-content {
  padding: 10px 10px 10px 10px;
}


.menu li:hover a {
  color: #23DC61;
}

.menu li:hover .gly-user {
  border: 2px solid rgb(35, 220, 97);
}

/* PADRAO */

.menu li a {
  color: #000;
  text-decoration: none;
  }

.menu li .gly-user {
  border: 2px solid rgb(255, 255, 255);
  padding: 0.6em;
  border-radius: 25px;
  margin-right: 8px;
}

.accordion .card-header:after {
    font-family: "Font Awesome 5 Free";  
    content: "\f068";
  	font-weight: 900;
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

@media (max-width: 380.00px) {
  .btn_artigo {
    font-size: 10px !important;
  }
}

@media (max-width: 640px){
.article-title{
  font-size:1.9rem;
  margin-top: .5rem;   
}

.font_leitura {
  font-size: 25px;
	}
} 

@media (max-width: 575.98px) {
  .hero {
    width: 100%;
    height: 240px;
    background-size: 120%;
   }
  
  .hero-inner-text {
    font-size: 25px;
} 
  
  .section {
    margin-bottom: 15px;
  }
  
  .hero-inner {
    position: none;
    transform: translateY(100%);
    margin: 0;
    width: 90%
  }
  
  .col {
    display: none;
  } 
  
  .col-2 {
   flex: none !important;
    max-width: none !important;
  }
  
  .col-1 {
    flex: none !important;
    max-width: 100% !important;
   }
  
  .col-3 {
    flex: none !important;
    max-width: 100% !important;
    margin-left:  0;
    margin-top: -25px;
  }
  
  .btn-block {
    display: block; 
    width: 100%;
    white-space: normal;
    }  
  
  .btn_venc {
    display: none;
  }
  
  .article-header{
   	margin-bottom: 10px;
  	margin-top: 10px; 
  }
   
  .article-content {
    margin: 40px 0;
  }
  
  .back_to_homepage {
    padding: 5px 5px 5px 5px;
  }  
  
  .mn {
    border: 1px solid #ddd;
    padding-top: 15px;
    }
  
  .table_desktop {
    display: none;
  }
  
  .table_phone {
    width: 100%;
   }
  
  .btn_artigo {
    font-size: 13px;
    padding: 5px;
    color: #fff;
    background-color: #004571;
    border: 0;
    border-radius: 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    white-space: nowrap;
  }

  .btn_artigo:hover {
    background-color: #e57200;
    border-radius: 4px;
  }     
  
  .card-body-home2 {
    margin-left: 0;
   }
    
  .hide_phone {
    display: none;
  }
  
  .svg_2via {
    color: #004571;
    background-color: #fff;
    padding: 30px;
    border: 1;
    border-radius: 20px!important;
    border-color: #004571;
    background-image: url('data:image/svg+xml,%3Csvg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="55px" height="55px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"%3E%3Cpath fill="%23004571" d="M95.9,62.8c-1.4-4-4.7-5.5-8.8-5.5c-5.8,0-11.5,0-17.3,0c-2.9,0-5.7,0-8.6,0c-2.5,0-5.2-0.3-7.6,0.3 c-3.9,1-5.7,4.4-5.7,8.2c0,5.7,0.1,11.3,0,17c0,2.1,0,4,1.1,5.9c1,1.6,2.6,2.9,4.4,3.4c2.4,0.7,5.2,0.3,7.6,0.3c2.8,0,5.7,0,8.5,0 c5.8,0,11.7,0,17.5,0c2.6,0,5.5-0.4,7.2-2.6c0.7-0.9,1.3-2,1.7-3c0.5-1.3,0.2-3.3,0.2-4.7c0-3.2,0-6.4,0-9.5c0-1.6,0-3.2,0-4.8 c0-0.8,0-1.6,0-2.4c0-0.4,0-0.8,0-1.2c0-0.3,0-0.5,0-0.8C96.1,63.2,96,63,95.9,62.8z M82.2,63.5c0.3,0.5-0.1,0.6-0.6,0.9 c-0.5,0.3-1,0.6-1.5,1c-1,0.6-1.9,1.3-2.9,1.9c-0.9,0.6-1.9,1.2-2.8,1.8c-0.8,0.5-1.8,1.4-2.8,1.4c-0.9,0-2-1-2.7-1.4 c-1-0.6-2-1.3-3-1.9c-1.7-1.1-3.7-2.1-5.2-3.7C68,63.5,75.1,63.5,82.2,63.5z M54.8,80.5c-0.2,0.2-0.6,0.2-0.8,0.2c0-4.7,0-9.3,0-14 c1.5,0.9,3,1.8,4.4,2.7c0.8,0.5,1.7,1.1,2.5,1.6c0.5,0.4,1.2,0.6,1.3,1.3c0.1,0.7-0.7,1.2-1.1,1.6c-0.7,0.8-1.4,1.5-2.2,2.3 C57.6,77.7,56.2,79.1,54.8,80.5z M57.8,86.3c2.1-2.4,4.3-4.6,6.5-6.9c0.6-0.6,1.2-1.3,1.8-1.9c0.4-0.5,1.1-1.5,1.8-1.6 c0.7-0.2,1.2,0.5,1.8,0.8c0.6,0.4,1.3,0.6,2,0.6c0.7,0,1.3-0.2,1.9-0.5c0.6-0.3,1.2-1,1.8-1.1c0.8,0,1.3,0.9,1.8,1.3 c0.6,0.6,1.2,1.2,1.7,1.8c1.2,1.2,2.4,2.5,3.6,3.7c1.2,1.2,2.4,2.3,3.3,3.7C76.6,86.3,67.2,86.3,57.8,86.3z M90.3,81.1 c-3.1-3.1-6.1-6.1-9.2-9.2c1.8-1.2,3.6-2.3,5.4-3.5c0.9-0.6,1.8-1.1,2.7-1.7c0.4-0.3,0.9-0.5,1.1,0c0.2,0.4,0,1.3,0,1.7 C90.3,72.7,90.3,76.9,90.3,81.1z"/%3E%3Cpath fill="%23004571" d="M23.4,86.6c-1.7,0-3.5,0-5.2,0c-1.5,0-3.2,0.1-4.7-0.1c-2.3-0.3-2.1-2.4-2.1-4.2c0-7,0-13.9,0-20.9 c0-14,0-28,0-42c0-1.5-0.6-4.6,1.4-5.3c1.1-0.4,2.5-0.2,3.6-0.2c1.8,0,3.6,0,5.4,0c7,0,13.9,0,20.9,0c3.4,0,6.9,0,10.3,0 c1.5,0,3-0.1,4.4,0.1c0.6,0.1,1.3,0.2,1.7,0.8c0.4,0.6,0.4,1.5,0.5,2.3c0,1.6,0,3.2,0,4.9c0,3.5,0,7,0,10.5c0,3.5,0,7,0,10.5 c0,1.6-0.2,3.2,0.1,4.8c0.1,0.9,0.6,1.8,1.4,2.3c2,1,4.1-0.2,4.3-2.3c0.2-1.6,0-3.3,0-4.9c0-1.7,0-3.5,0-5.2c0-7,0-14,0-21 c0-2.6-0.7-4.9-2.7-6.7c-1.9-1.6-4.3-2-6.8-2c-7,0-14,0-20.9,0c-6.9,0-13.8-0.2-20.6,0c-4.2,0.1-7.8,2.3-8.7,6.6 c-0.7,3-0.2,6.3-0.2,9.3c0,3.5,0,6.9,0,10.4c0,13.9,0,27.8,0,41.8c0,1.8,0,3.6,0,5.4c0,1.5-0.1,3.1,0.2,4.5 c0.4,2.2,1.7,4.2,3.6,5.4c2.3,1.4,4.9,1.2,7.5,1.2c1.7,0,3.5,0,5.2,0c1.5,0,3.2,0.1,4.2-1.2c0.7-0.9,0.6-2.3,0.1-3.2 C25.5,87,24.5,86.6,23.4,86.6z"/%3E%3Cpath fill="%23004571" d="M48,26.4c-3.4-3.8-8-6-13.2-5.9c-4.7,0.1-9.5,1.8-12.8,5.3c-7.1,7.7-5.9,20.9,2,27.5 c4.5,3.8,10.3,4.5,16,4.3c0.9,0,2.9,0.3,3.5-0.6c0.4-0.6,0.4-2-0.3-2.3c-0.3-0.1-0.7,0-1,0.1c-0.8,0.1-1.5,0.2-2.3,0.3 c-1.5,0.1-3.1,0.1-4.6-0.1c-4.9-0.6-9.6-2.9-12.4-7c-2.6-3.9-3.6-8.8-2.5-13.4c1.2-4.9,4.6-9.2,9.4-11c4.9-1.8,11.3-0.4,15.2,3.1 c3.2,2.9,4.8,7.4,4.1,11.6c-0.3,2.1-1.1,4.4-2.6,5.9c-1.7,1.7-4,2.8-6.3,3.2c-4.4,0.8-9.6-1.2-10.3-6.1c-0.1-0.8-0.2-1.8,0.7-2.1 c0.6-0.2,1.3,0,1.9,0c0.8,0,1.6,0,2.5,0c1.5,0,2.9,0,4.4,0c1.2,0,3.2,0.4,4.3-0.3c0.7-0.5,0.3-2.3,0.2-3.1 c-0.1-1.2-0.4-2.3-0.9-3.4c-0.9-1.8-2.6-3-4.5-3.6C35,27.8,31,28.4,28.6,31c-1.5,1.5-2.1,3.5-2.3,5.5c-0.3,2.3-0.4,4.8,0.4,7 c1.6,4.8,6.6,7.4,11.5,7.3c4.7-0.1,9.2-2.3,11.5-6.5c2.1-3.7,2.5-8.4,1.3-12.5C50.4,29.8,49.4,27.9,48,26.4z M33.2,31.2 c2.4-0.6,5.4,0,6.5,2.4c0.3,0.6,0.8,1.8,0.5,2.5c-0.3,0.6-1.2,0.6-1.8,0.6c-1.4,0-2.8,0-4.2,0c-0.7,0-1.5,0-2.2,0 c-0.5,0-1.5,0.2-1.9-0.2c-0.8-0.7,0.1-2.4,0.5-3.1C31.2,32.5,32.1,31.5,33.2,31.2z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: top;
    background-position-y: 10px;
  }

.svg_2via:hover, .svg_2via:focus {
background-image: url('data:image/svg+xml,%3Csvg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="55px" height="55px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"%3E%3Cpath fill="%23ffffff" d="M95.9,62.8c-1.4-4-4.7-5.5-8.8-5.5c-5.8,0-11.5,0-17.3,0c-2.9,0-5.7,0-8.6,0c-2.5,0-5.2-0.3-7.6,0.3 c-3.9,1-5.7,4.4-5.7,8.2c0,5.7,0.1,11.3,0,17c0,2.1,0,4,1.1,5.9c1,1.6,2.6,2.9,4.4,3.4c2.4,0.7,5.2,0.3,7.6,0.3c2.8,0,5.7,0,8.5,0 c5.8,0,11.7,0,17.5,0c2.6,0,5.5-0.4,7.2-2.6c0.7-0.9,1.3-2,1.7-3c0.5-1.3,0.2-3.3,0.2-4.7c0-3.2,0-6.4,0-9.5c0-1.6,0-3.2,0-4.8 c0-0.8,0-1.6,0-2.4c0-0.4,0-0.8,0-1.2c0-0.3,0-0.5,0-0.8C96.1,63.2,96,63,95.9,62.8z M82.2,63.5c0.3,0.5-0.1,0.6-0.6,0.9 c-0.5,0.3-1,0.6-1.5,1c-1,0.6-1.9,1.3-2.9,1.9c-0.9,0.6-1.9,1.2-2.8,1.8c-0.8,0.5-1.8,1.4-2.8,1.4c-0.9,0-2-1-2.7-1.4 c-1-0.6-2-1.3-3-1.9c-1.7-1.1-3.7-2.1-5.2-3.7C68,63.5,75.1,63.5,82.2,63.5z M54.8,80.5c-0.2,0.2-0.6,0.2-0.8,0.2c0-4.7,0-9.3,0-14 c1.5,0.9,3,1.8,4.4,2.7c0.8,0.5,1.7,1.1,2.5,1.6c0.5,0.4,1.2,0.6,1.3,1.3c0.1,0.7-0.7,1.2-1.1,1.6c-0.7,0.8-1.4,1.5-2.2,2.3 C57.6,77.7,56.2,79.1,54.8,80.5z M57.8,86.3c2.1-2.4,4.3-4.6,6.5-6.9c0.6-0.6,1.2-1.3,1.8-1.9c0.4-0.5,1.1-1.5,1.8-1.6 c0.7-0.2,1.2,0.5,1.8,0.8c0.6,0.4,1.3,0.6,2,0.6c0.7,0,1.3-0.2,1.9-0.5c0.6-0.3,1.2-1,1.8-1.1c0.8,0,1.3,0.9,1.8,1.3 c0.6,0.6,1.2,1.2,1.7,1.8c1.2,1.2,2.4,2.5,3.6,3.7c1.2,1.2,2.4,2.3,3.3,3.7C76.6,86.3,67.2,86.3,57.8,86.3z M90.3,81.1 c-3.1-3.1-6.1-6.1-9.2-9.2c1.8-1.2,3.6-2.3,5.4-3.5c0.9-0.6,1.8-1.1,2.7-1.7c0.4-0.3,0.9-0.5,1.1,0c0.2,0.4,0,1.3,0,1.7 C90.3,72.7,90.3,76.9,90.3,81.1z"/%3E%3Cpath fill="%23ffffff" d="M23.4,86.6c-1.7,0-3.5,0-5.2,0c-1.5,0-3.2,0.1-4.7-0.1c-2.3-0.3-2.1-2.4-2.1-4.2c0-7,0-13.9,0-20.9 c0-14,0-28,0-42c0-1.5-0.6-4.6,1.4-5.3c1.1-0.4,2.5-0.2,3.6-0.2c1.8,0,3.6,0,5.4,0c7,0,13.9,0,20.9,0c3.4,0,6.9,0,10.3,0 c1.5,0,3-0.1,4.4,0.1c0.6,0.1,1.3,0.2,1.7,0.8c0.4,0.6,0.4,1.5,0.5,2.3c0,1.6,0,3.2,0,4.9c0,3.5,0,7,0,10.5c0,3.5,0,7,0,10.5 c0,1.6-0.2,3.2,0.1,4.8c0.1,0.9,0.6,1.8,1.4,2.3c2,1,4.1-0.2,4.3-2.3c0.2-1.6,0-3.3,0-4.9c0-1.7,0-3.5,0-5.2c0-7,0-14,0-21 c0-2.6-0.7-4.9-2.7-6.7c-1.9-1.6-4.3-2-6.8-2c-7,0-14,0-20.9,0c-6.9,0-13.8-0.2-20.6,0c-4.2,0.1-7.8,2.3-8.7,6.6 c-0.7,3-0.2,6.3-0.2,9.3c0,3.5,0,6.9,0,10.4c0,13.9,0,27.8,0,41.8c0,1.8,0,3.6,0,5.4c0,1.5-0.1,3.1,0.2,4.5 c0.4,2.2,1.7,4.2,3.6,5.4c2.3,1.4,4.9,1.2,7.5,1.2c1.7,0,3.5,0,5.2,0c1.5,0,3.2,0.1,4.2-1.2c0.7-0.9,0.6-2.3,0.1-3.2 C25.5,87,24.5,86.6,23.4,86.6z"/%3E%3Cpath fill="%23ffffff" d="M48,26.4c-3.4-3.8-8-6-13.2-5.9c-4.7,0.1-9.5,1.8-12.8,5.3c-7.1,7.7-5.9,20.9,2,27.5 c4.5,3.8,10.3,4.5,16,4.3c0.9,0,2.9,0.3,3.5-0.6c0.4-0.6,0.4-2-0.3-2.3c-0.3-0.1-0.7,0-1,0.1c-0.8,0.1-1.5,0.2-2.3,0.3 c-1.5,0.1-3.1,0.1-4.6-0.1c-4.9-0.6-9.6-2.9-12.4-7c-2.6-3.9-3.6-8.8-2.5-13.4c1.2-4.9,4.6-9.2,9.4-11c4.9-1.8,11.3-0.4,15.2,3.1 c3.2,2.9,4.8,7.4,4.1,11.6c-0.3,2.1-1.1,4.4-2.6,5.9c-1.7,1.7-4,2.8-6.3,3.2c-4.4,0.8-9.6-1.2-10.3-6.1c-0.1-0.8-0.2-1.8,0.7-2.1 c0.6-0.2,1.3,0,1.9,0c0.8,0,1.6,0,2.5,0c1.5,0,2.9,0,4.4,0c1.2,0,3.2,0.4,4.3-0.3c0.7-0.5,0.3-2.3,0.2-3.1 c-0.1-1.2-0.4-2.3-0.9-3.4c-0.9-1.8-2.6-3-4.5-3.6C35,27.8,31,28.4,28.6,31c-1.5,1.5-2.1,3.5-2.3,5.5c-0.3,2.3-0.4,4.8,0.4,7 c1.6,4.8,6.6,7.4,11.5,7.3c4.7-0.1,9.2-2.3,11.5-6.5c2.1-3.7,2.5-8.4,1.3-12.5C50.4,29.8,49.4,27.9,48,26.4z M33.2,31.2 c2.4-0.6,5.4,0,6.5,2.4c0.3,0.6,0.8,1.8,0.5,2.5c-0.3,0.6-1.2,0.6-1.8,0.6c-1.4,0-2.8,0-4.2,0c-0.7,0-1.5,0-2.2,0 c-0.5,0-1.5,0.2-1.9-0.2c-0.8-0.7,0.1-2.4,0.5-3.1C31.2,32.5,32.1,31.5,33.2,31.2z"/%3E%3C/svg%3E');
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px;
  outline: none;
}
  
  .svg_online {
background-image: url('data:image/svg+xml,%3Csvg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="50px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"%3E%3Cg%3E%3Cpath fill="%23004570" d="M74.5,2c-11,0-22-0.1-33,0c-2.7,0-5.4,0-8.2,0c-2.5,0-5.1-0.2-7.6,0.1c-3.4,0.4-6.5,2.4-8,5.6 c-0.8,1.8-1,3.7-1,5.6c0,2.8,0,5.6,0,8.3c0,5.4,0,10.9,0,16.3c0,11,0,21.9,0,32.9c0,5.5-0.1,11.1,0,16.6c0,3.4,1.2,6.7,4.1,8.7 C24.3,98.6,28.9,98,33,98c5.5,0,11,0,16.5,0c5.5,0,11,0,16.5,0c2.4,0,3.8-0.3,5.3-2.2c1.7-2.1,3.3-4.2,5-6.3 c1.7-2.1,3.4-4.3,5.1-6.4c1.4-1.8,3.1-3.5,3.3-5.8c0.3-2.7,0-5.5,0.1-8.2c0-2.8,0-5.6,0-8.4c0-10.9,0-21.9,0-32.8 c0-2.8,0-5.6,0-8.4c0-2.6,0.2-5.2,0-7.8c-0.3-3.5-2.2-6.8-5.4-8.4C78,2.5,76.2,2.1,74.5,2z M68.5,88.7c-0.5-0.2-0.5-0.1-0.6-0.6 c-0.1-0.3,0-0.7,0-1c0-0.7,0-1.4,0-2.1c0-1-0.3-2.8,0.3-3.6c0.6-0.7,1.9-0.5,2.7-0.5c1.2,0,2.4,0,3.7,0 C72.5,83.5,70.5,86.1,68.5,88.7z M76.1,74.2c-2.4-0.1-4.8-0.1-7.2-0.1c-1.8,0-4.1-0.3-5.8,0.4c-1.2,0.5-1.8,1.7-1.9,3 c-0.2,2.3-0.1,4.6-0.1,6.9c0,1.1,0,2.2,0,3.3c0,0.9,0.2,2-0.1,2.9c-0.6,1.4-3.3,0.9-4.5,0.9c-4.8,0-9.6,0-14.5,0 c-4.9,0-9.8,0.1-14.7,0c-1.3,0-2.8-0.3-3.5-1.5c-0.9-1.5-0.6-3.5-0.6-5.2c0-9.8,0-19.6,0-29.4c0-9.7,0-19.4,0-29.2 c0-2.4,0-4.9,0-7.3c0-2.2-0.2-4.5,0.1-6.6c0.1-1.1,0.5-2.2,1.6-2.7c1.5-0.8,3.4-0.5,5-0.5c9.8,0,19.6,0,29.3,0 c4.9,0,9.8-0.1,14.8,0c1.2,0,2.6,0.1,3.5,1c1,1.1,0.9,2.8,0.9,4.1c0,9.7,0,19.4,0,29.1c0,4.9,0,9.8,0,14.7c0,2.5,0,4.9,0,7.4 c0,2.3,0.2,4.7,0,7.1C78.3,73.8,77.5,74.2,76.1,74.2z"/%3E%3Cpath fill="%23004570" d="M42.1,23.2c-5,2.1-8.6,6.1-10.3,11.2c-1.9,5.6-1.8,11.9,0.9,17.3c2.6,5.3,7,9.4,12.8,11 c2.8,0.8,5.9,1.1,8.8,1c1.8-0.1,3.6-0.4,5.4-0.6c0.7-0.1,1.3-0.1,1.7-0.7c0.2-0.2,0.3-0.5,0.4-0.8c0-0.1,0.2-0.3,0.2-0.3 c0-0.1-0.6-0.4-0.7-0.5c-1.4-1-3-0.4-4.6-0.3c-1.5,0.1-3,0.2-4.5,0.1c-3-0.1-5.9-0.7-8.6-2c-5.2-2.5-9.2-7.8-10.1-13.5 c-0.8-5.2,0.5-11.3,4-15.4c3.8-4.5,10.1-6.3,15.8-5.1c5.5,1.2,10.5,4.9,12.3,10.4c1.6,4.8,0.5,10.5-3.2,14c-1.8,1.8-4.2,2.7-6.7,3 c-2.6,0.3-5.5,0.2-7.8-1.4c-1.9-1.4-3.4-3.6-3.6-6C44.2,43.4,44.8,43,46,43c1.9,0,3.9,0,5.8,0c1.8,0,3.6,0,5.4,0 c1.3,0,2.7,0.4,2.9-1.2c0.3-2.3-0.1-4.8-1.2-6.8c-2.3-4.1-7.6-5.3-11.9-4c-6.2,1.8-7.4,9-6.5,14.5c0.8,5.4,5.4,9.4,10.6,10.2 c5,0.8,10.3-1,13.9-4.6c3.7-3.7,4.7-9.1,3.9-14.1c-0.8-4.9-3.2-9.2-7.3-12c-3.8-2.6-8.4-3.7-13-3.4C46.4,21.8,44.2,22.3,42.1,23.2z M50.5,33.3c1.4,0.1,2.8,0.4,3.9,1.4c1.4,1.3,1.7,3.3,1.7,5.1c-3.9,0-7.7,0-11.6,0C44.7,36.3,46.6,33.2,50.5,33.3z"/%3E%3C/g%3E%3C/svg%3E');
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px;  
}

.svg_online:hover, .svg_online:focus {
background-image: url('data:image/svg+xml,%3Csvg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="50px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"%3E%3Cg%3E%3Cpath fill="%23ffffff" d="M74.5,2c-11,0-22-0.1-33,0c-2.7,0-5.4,0-8.2,0c-2.5,0-5.1-0.2-7.6,0.1c-3.4,0.4-6.5,2.4-8,5.6 c-0.8,1.8-1,3.7-1,5.6c0,2.8,0,5.6,0,8.3c0,5.4,0,10.9,0,16.3c0,11,0,21.9,0,32.9c0,5.5-0.1,11.1,0,16.6c0,3.4,1.2,6.7,4.1,8.7 C24.3,98.6,28.9,98,33,98c5.5,0,11,0,16.5,0c5.5,0,11,0,16.5,0c2.4,0,3.8-0.3,5.3-2.2c1.7-2.1,3.3-4.2,5-6.3 c1.7-2.1,3.4-4.3,5.1-6.4c1.4-1.8,3.1-3.5,3.3-5.8c0.3-2.7,0-5.5,0.1-8.2c0-2.8,0-5.6,0-8.4c0-10.9,0-21.9,0-32.8 c0-2.8,0-5.6,0-8.4c0-2.6,0.2-5.2,0-7.8c-0.3-3.5-2.2-6.8-5.4-8.4C78,2.5,76.2,2.1,74.5,2z M68.5,88.7c-0.5-0.2-0.5-0.1-0.6-0.6 c-0.1-0.3,0-0.7,0-1c0-0.7,0-1.4,0-2.1c0-1-0.3-2.8,0.3-3.6c0.6-0.7,1.9-0.5,2.7-0.5c1.2,0,2.4,0,3.7,0 C72.5,83.5,70.5,86.1,68.5,88.7z M76.1,74.2c-2.4-0.1-4.8-0.1-7.2-0.1c-1.8,0-4.1-0.3-5.8,0.4c-1.2,0.5-1.8,1.7-1.9,3 c-0.2,2.3-0.1,4.6-0.1,6.9c0,1.1,0,2.2,0,3.3c0,0.9,0.2,2-0.1,2.9c-0.6,1.4-3.3,0.9-4.5,0.9c-4.8,0-9.6,0-14.5,0 c-4.9,0-9.8,0.1-14.7,0c-1.3,0-2.8-0.3-3.5-1.5c-0.9-1.5-0.6-3.5-0.6-5.2c0-9.8,0-19.6,0-29.4c0-9.7,0-19.4,0-29.2 c0-2.4,0-4.9,0-7.3c0-2.2-0.2-4.5,0.1-6.6c0.1-1.1,0.5-2.2,1.6-2.7c1.5-0.8,3.4-0.5,5-0.5c9.8,0,19.6,0,29.3,0 c4.9,0,9.8-0.1,14.8,0c1.2,0,2.6,0.1,3.5,1c1,1.1,0.9,2.8,0.9,4.1c0,9.7,0,19.4,0,29.1c0,4.9,0,9.8,0,14.7c0,2.5,0,4.9,0,7.4 c0,2.3,0.2,4.7,0,7.1C78.3,73.8,77.5,74.2,76.1,74.2z"/%3E%3Cpath fill="%23ffffff" d="M42.1,23.2c-5,2.1-8.6,6.1-10.3,11.2c-1.9,5.6-1.8,11.9,0.9,17.3c2.6,5.3,7,9.4,12.8,11 c2.8,0.8,5.9,1.1,8.8,1c1.8-0.1,3.6-0.4,5.4-0.6c0.7-0.1,1.3-0.1,1.7-0.7c0.2-0.2,0.3-0.5,0.4-0.8c0-0.1,0.2-0.3,0.2-0.3 c0-0.1-0.6-0.4-0.7-0.5c-1.4-1-3-0.4-4.6-0.3c-1.5,0.1-3,0.2-4.5,0.1c-3-0.1-5.9-0.7-8.6-2c-5.2-2.5-9.2-7.8-10.1-13.5 c-0.8-5.2,0.5-11.3,4-15.4c3.8-4.5,10.1-6.3,15.8-5.1c5.5,1.2,10.5,4.9,12.3,10.4c1.6,4.8,0.5,10.5-3.2,14c-1.8,1.8-4.2,2.7-6.7,3 c-2.6,0.3-5.5,0.2-7.8-1.4c-1.9-1.4-3.4-3.6-3.6-6C44.2,43.4,44.8,43,46,43c1.9,0,3.9,0,5.8,0c1.8,0,3.6,0,5.4,0 c1.3,0,2.7,0.4,2.9-1.2c0.3-2.3-0.1-4.8-1.2-6.8c-2.3-4.1-7.6-5.3-11.9-4c-6.2,1.8-7.4,9-6.5,14.5c0.8,5.4,5.4,9.4,10.6,10.2 c5,0.8,10.3-1,13.9-4.6c3.7-3.7,4.7-9.1,3.9-14.1c-0.8-4.9-3.2-9.2-7.3-12c-3.8-2.6-8.4-3.7-13-3.4C46.4,21.8,44.2,22.3,42.1,23.2z M50.5,33.3c1.4,0.1,2.8,0.4,3.9,1.4c1.4,1.3,1.7,3.3,1.7,5.1c-3.9,0-7.7,0-11.6,0C44.7,36.3,46.6,33.2,50.5,33.3z"/%3E%3C/g%3E%3C/svg%3E');
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px; 
outline: none;
}

.svg_deb_auto{
background-image: url('data:image/svg+xml,%3Csvg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="50px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"%3E%3Cg%3E%3Cpath fill="%23004570" d="M49.6,88.3c-7.9-0.1-15.7-0.1-23.6-0.1c-1.9,0-3.8,0-5.8,0c-1.7,0-3.4,0.2-5,0c-2.3-0.3-3-2-3-4.1 c-0.1-7.9,0-15.8,0-23.7c0-7.8,0-15.7,0-23.5c0-7.9-0.2-15.8-0.1-23.6c0-1.9,0.6-3.5,2.6-3.8c1.5-0.2,3.1,0.1,4.6,0.3 c1.9,0.2,3.8,0.4,5.7,0.5c7.8,0.6,15.6,0.7,23.4,0.2c3.8-0.2,7.6-0.7,11.4-1.1c1.9-0.2,4.2,0,4.8,2.1c0.4,1.4,0.1,3,0.1,4.4 c0,2,0,3.9,0,5.9c0,2-0.6,5.4,1.6,6.5c1,0.5,2.5,0.6,3.5,0c1-0.5,1.3-1.6,1.5-2.6c0.2-1.6,0.1-3.3,0.1-5c0-1.9,0-3.7,0-5.6 c0-2.8,0.2-5.9-1.1-8.5c-1-2-2.8-3.4-5-4.1c-1.3-0.4-2.6-0.4-3.9-0.4c-2,0-4,0-6,0c-3.9,0-7.8,0-11.7,0C36,2,28.1,2,20.2,2 c-3.1,0-6.6-0.5-9.5,0.6C8.6,3.5,6.3,5.6,6.1,8c-0.2,1.7,0,3.6,0,5.3c0,1.9,0,3.8,0,5.8c0,4,0,7.9,0,11.9c0,7.8,0,15.6,0,23.5 c0,7.9,0,15.8,0,23.7c0,1.9,0,3.9,0,5.8c0,1.7-0.2,3.4,0.1,5.1c0.4,2.6,2.3,5.5,5.3,5.7c2,0.2,4,0,6,0c1.9,0,3.9,0,5.8,0 c4,0,8,0,12,0c3.9,0,7.9,0,11.8,0c1.6,0,3.5,0.3,5-0.3c1.3-0.6,2.2-1.7,2.2-3.2C54.3,88.7,51.7,88.3,49.6,88.3z"/%3E%3Cpath fill="%23004570" d="M41.5,21.9c-5.2,0-10.4-0.1-15.5,0c-1.9,0-4.4-0.4-6.1,0.6c-1.4,0.8-1.6,2.5-1.4,3.9 c0.3,1.6,1.5,2.4,3.1,2.6c2.3,0.3,4.7,0.1,7,0.1c2.6,0,5.2,0,7.7,0c1.3,0,2.5,0,3.8,0c1,0,2,0.1,2.9-0.2c1.8-0.6,2.3-2.2,2.2-4 C45.1,22.9,43.4,21.9,41.5,21.9z"/%3E%3Cpath fill="%23004570" d="M22,44.2c0-1.4-0.4-2.9-2.1-2.7c-1.8,0.2-1.5,2.2-1.5,3.5c0,4.5,0,9,0,13.5c0,2.3,0,4.5,0,6.8 c0,1.3-0.4,3.5,1.3,4c1.7,0.5,2.3-1,2.4-2.4c0.1-2.3,0-4.6,0-6.9C22,54.7,22,49.5,22,44.2z"/%3E%3Cpath fill="%23004570" d="M39.6,51c0-1.1-0.5-2.2-1.7-2.3c-1.3-0.1-1.9,0.9-2,2.1c-0.2,3.5,0,7,0,10.5c0,1.8,0,3.5,0.1,5.3 c0,1,0.1,2.3,1.3,2.6c1.2,0.3,2.1-0.4,2.3-1.6c0.2-1.6,0.1-3.4,0.1-5C39.6,58.8,39.6,54.9,39.6,51z"/%3E%3Cpath fill="%23004570" d="M30.6,61c0-1.8,0-3.7,0-5.5c0-1.2,0-2.8-1.6-2.8c-1.6,0-1.6,1.6-1.6,2.8c0,1.8,0,3.7,0,5.5 c0,1.9,0,3.7,0,5.6c0,1.3,0.1,3,1.9,2.8c1.6-0.2,1.4-2,1.4-3.1C30.6,64.4,30.6,62.7,30.6,61z"/%3E%3Cpath fill="%23004570" d="M92.6,69.1c-4.7-4.8-9.6-9.4-14.2-14.3c-3.2-3.3-6.8-8.2-11.7-8.9c-3-0.4-5.7,1.2-7.9,3.1 c-0.2-2.2,0.7-4.2,2-5.9c1.2-1.6,2.7-3.6,1.3-5.6c-3.5-5.2-8.2,2.2-9.4,5.3c-0.8,2.1-1.2,4.4-1.2,6.7c0,1.3,0.1,2.7,0.3,4 c0.2,1.2,0.2,2.2-0.4,3.2c-2,3.1-5.6,5.7-5.6,9.7c0,3.7,3.2,6.6,5.6,9c3.8,3.9,7.6,7.8,11.6,11.4c1.9,1.8,3.9,3.5,5.9,5.3 c1.9,1.7,3.7,3.8,5.9,5.1c1.1,0.7,2.2,0.9,3.2,0c1.4-1.2,2.4-2.8,3.8-4.1c2-1.9,4.1-3.7,6.3-5.4c2.1-1.8,4.4-3.5,6.2-5.7 c1.5-1.9,2.3-4.1,2.1-6.5C96,73.1,94.3,70.9,92.6,69.1z M87.6,76.7c-1.5,1.7-3.2,3.1-4.6,4.9c-1.2,1.5-2.4,3.2-3.9,4.5 c-1.3,1.1-2.8,1.7-4.6,1.2c-1.9-0.5-3.5-1.8-4.8-3.2c-1.5-1.6-2.8-3.4-4.3-5c-0.7-0.8-1.4-1.5-2.1-2.3c-0.4-0.3-1.1-0.9-1.1-1.5 c0-0.5,0.7-1,1-1.4c2.2-2.2,4.4-4.4,6.6-6.6c1.1-1.1,2.2-2.1,3.2-3.2c0.5-0.5,0.9-1,1.4-1.4c0.2-0.2,0.4-0.3,0.7-0.4 c0.4-0.1,0.6,0,1,0.2c1.3,0.8,2.4,2.3,3.5,3.4c1.2,1.2,2.4,2.4,3.6,3.6c1.1,1.2,2.3,2.3,3.4,3.5C87.8,74.2,89,75.2,87.6,76.7z M64.9,52.4c2.1-0.1,3.3,1.9,4.5,3.3c0.1,0.2,0.4,0.4,0.5,0.6c0.2,0.3,0.1,0.3-0.1,0.7c-0.3,0.5-0.6,1-0.9,1.5 c-0.6,0.8-1.5,1.7-2.6,1.8c-2.2,0.2-3.9-2-4.7-3.7c-0.5-1.1-0.3-2,0.6-2.8C62.8,53,63.8,52.5,64.9,52.4z M55.5,61.2 c1.7,1.2,3.8,2.3,4.6,4.3c0.7,1.7-1,3.8-2.8,4c-2.1,0.2-3.9-1.8-4.7-3.5c-0.5-1-0.5-1.8,0.3-2.7C53.6,62.5,54.6,62,55.5,61.2z"/%3E%3C/g%3E%3C/svg%3E%0A');
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px;  
}

.svg_deb_auto:hover, .svg_deb_auto:focus {
background-image: url('data:image/svg+xml,%3Csvg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="50px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"%3E%3Cg%3E%3Cpath fill="%23ffffff" d="M49.6,88.3c-7.9-0.1-15.7-0.1-23.6-0.1c-1.9,0-3.8,0-5.8,0c-1.7,0-3.4,0.2-5,0c-2.3-0.3-3-2-3-4.1 c-0.1-7.9,0-15.8,0-23.7c0-7.8,0-15.7,0-23.5c0-7.9-0.2-15.8-0.1-23.6c0-1.9,0.6-3.5,2.6-3.8c1.5-0.2,3.1,0.1,4.6,0.3 c1.9,0.2,3.8,0.4,5.7,0.5c7.8,0.6,15.6,0.7,23.4,0.2c3.8-0.2,7.6-0.7,11.4-1.1c1.9-0.2,4.2,0,4.8,2.1c0.4,1.4,0.1,3,0.1,4.4 c0,2,0,3.9,0,5.9c0,2-0.6,5.4,1.6,6.5c1,0.5,2.5,0.6,3.5,0c1-0.5,1.3-1.6,1.5-2.6c0.2-1.6,0.1-3.3,0.1-5c0-1.9,0-3.7,0-5.6 c0-2.8,0.2-5.9-1.1-8.5c-1-2-2.8-3.4-5-4.1c-1.3-0.4-2.6-0.4-3.9-0.4c-2,0-4,0-6,0c-3.9,0-7.8,0-11.7,0C36,2,28.1,2,20.2,2 c-3.1,0-6.6-0.5-9.5,0.6C8.6,3.5,6.3,5.6,6.1,8c-0.2,1.7,0,3.6,0,5.3c0,1.9,0,3.8,0,5.8c0,4,0,7.9,0,11.9c0,7.8,0,15.6,0,23.5 c0,7.9,0,15.8,0,23.7c0,1.9,0,3.9,0,5.8c0,1.7-0.2,3.4,0.1,5.1c0.4,2.6,2.3,5.5,5.3,5.7c2,0.2,4,0,6,0c1.9,0,3.9,0,5.8,0 c4,0,8,0,12,0c3.9,0,7.9,0,11.8,0c1.6,0,3.5,0.3,5-0.3c1.3-0.6,2.2-1.7,2.2-3.2C54.3,88.7,51.7,88.3,49.6,88.3z"/%3E%3Cpath fill="%23ffffff" d="M41.5,21.9c-5.2,0-10.4-0.1-15.5,0c-1.9,0-4.4-0.4-6.1,0.6c-1.4,0.8-1.6,2.5-1.4,3.9 c0.3,1.6,1.5,2.4,3.1,2.6c2.3,0.3,4.7,0.1,7,0.1c2.6,0,5.2,0,7.7,0c1.3,0,2.5,0,3.8,0c1,0,2,0.1,2.9-0.2c1.8-0.6,2.3-2.2,2.2-4 C45.1,22.9,43.4,21.9,41.5,21.9z"/%3E%3Cpath fill="%23ffffff" d="M22,44.2c0-1.4-0.4-2.9-2.1-2.7c-1.8,0.2-1.5,2.2-1.5,3.5c0,4.5,0,9,0,13.5c0,2.3,0,4.5,0,6.8 c0,1.3-0.4,3.5,1.3,4c1.7,0.5,2.3-1,2.4-2.4c0.1-2.3,0-4.6,0-6.9C22,54.7,22,49.5,22,44.2z"/%3E%3Cpath fill="%23ffffff" d="M39.6,51c0-1.1-0.5-2.2-1.7-2.3c-1.3-0.1-1.9,0.9-2,2.1c-0.2,3.5,0,7,0,10.5c0,1.8,0,3.5,0.1,5.3 c0,1,0.1,2.3,1.3,2.6c1.2,0.3,2.1-0.4,2.3-1.6c0.2-1.6,0.1-3.4,0.1-5C39.6,58.8,39.6,54.9,39.6,51z"/%3E%3Cpath fill="%23ffffff" d="M30.6,61c0-1.8,0-3.7,0-5.5c0-1.2,0-2.8-1.6-2.8c-1.6,0-1.6,1.6-1.6,2.8c0,1.8,0,3.7,0,5.5 c0,1.9,0,3.7,0,5.6c0,1.3,0.1,3,1.9,2.8c1.6-0.2,1.4-2,1.4-3.1C30.6,64.4,30.6,62.7,30.6,61z"/%3E%3Cpath fill="%23ffffff" d="M92.6,69.1c-4.7-4.8-9.6-9.4-14.2-14.3c-3.2-3.3-6.8-8.2-11.7-8.9c-3-0.4-5.7,1.2-7.9,3.1 c-0.2-2.2,0.7-4.2,2-5.9c1.2-1.6,2.7-3.6,1.3-5.6c-3.5-5.2-8.2,2.2-9.4,5.3c-0.8,2.1-1.2,4.4-1.2,6.7c0,1.3,0.1,2.7,0.3,4 c0.2,1.2,0.2,2.2-0.4,3.2c-2,3.1-5.6,5.7-5.6,9.7c0,3.7,3.2,6.6,5.6,9c3.8,3.9,7.6,7.8,11.6,11.4c1.9,1.8,3.9,3.5,5.9,5.3 c1.9,1.7,3.7,3.8,5.9,5.1c1.1,0.7,2.2,0.9,3.2,0c1.4-1.2,2.4-2.8,3.8-4.1c2-1.9,4.1-3.7,6.3-5.4c2.1-1.8,4.4-3.5,6.2-5.7 c1.5-1.9,2.3-4.1,2.1-6.5C96,73.1,94.3,70.9,92.6,69.1z M87.6,76.7c-1.5,1.7-3.2,3.1-4.6,4.9c-1.2,1.5-2.4,3.2-3.9,4.5 c-1.3,1.1-2.8,1.7-4.6,1.2c-1.9-0.5-3.5-1.8-4.8-3.2c-1.5-1.6-2.8-3.4-4.3-5c-0.7-0.8-1.4-1.5-2.1-2.3c-0.4-0.3-1.1-0.9-1.1-1.5 c0-0.5,0.7-1,1-1.4c2.2-2.2,4.4-4.4,6.6-6.6c1.1-1.1,2.2-2.1,3.2-3.2c0.5-0.5,0.9-1,1.4-1.4c0.2-0.2,0.4-0.3,0.7-0.4 c0.4-0.1,0.6,0,1,0.2c1.3,0.8,2.4,2.3,3.5,3.4c1.2,1.2,2.4,2.4,3.6,3.6c1.1,1.2,2.3,2.3,3.4,3.5C87.8,74.2,89,75.2,87.6,76.7z M64.9,52.4c2.1-0.1,3.3,1.9,4.5,3.3c0.1,0.2,0.4,0.4,0.5,0.6c0.2,0.3,0.1,0.3-0.1,0.7c-0.3,0.5-0.6,1-0.9,1.5 c-0.6,0.8-1.5,1.7-2.6,1.8c-2.2,0.2-3.9-2-4.7-3.7c-0.5-1.1-0.3-2,0.6-2.8C62.8,53,63.8,52.5,64.9,52.4z M55.5,61.2 c1.7,1.2,3.8,2.3,4.6,4.3c0.7,1.7-1,3.8-2.8,4c-2.1,0.2-3.9-1.8-4.7-3.5c-0.5-1-0.5-1.8,0.3-2.7C53.6,62.5,54.6,62,55.5,61.2z"/%3E%3C/g%3E%3C/svg%3E%0A');
background-repeat: no-repeat; 
background-position: top;
background-position-y: 10px; 
outline: none;
}
}

@media (min-width: 576px) and (max-width: 767.98px) {
.hero {
    width: 100%;
    height: 420px;
    background-size: 100%;
  }
  
  .hero-inner-text {
    font-size: 25px;
} 
  
  .section {
    margin-bottom: 15px;
  }
  
  .hero-inner {
    position: none;
    transform: translateY(100%);
    margin: 0;
    width: 90%
  }
  
  .ul {
    margin: 1.1rem;
    
  }
  
  .col-md-auto{
    max-width: 25%;
  }
  
    
  .col-2 {
    display: none;
  }
  
  .col-1 {
    flex: none !important;
    max-width: 100% !important;
   }
  
  .col-3 {
    flex: none !important;
    max-width: 100% !important;
    margin-left:  0;
    margin-top: 0;
  }
  
  .btn-block {
    display: block; 
    width: 100%;
    white-space: normal;
    }
  
  .img-fluid2 {
    display: none;
  }
  
  .img-fluid2 {
    display: none;
  }
  
.article {
    flex: 1 0 auto;
    padding: 0 10px 10px 10px !important;
  }
  
  .article {
    margin-left: 8px;
    margin-right: 8px;
  }
  
  .src-component-container-ScrollContainer-flexContainer {
  max-width: 100%;
  }
  
  .mnn {
    display: none;
  }
  
  .article-relatives {
    display: none;
  }
  
  .card-text-a {
    margin-left: 0.2rem;
  }
  .table_phone {
    display: none;
  }   
  
  .tab_margin {
  padding: 0;
  }
  
  .tab_margin_sub {
    padding-left: 0%;
    padding-right: 0%;
  }  
  
  .tab_margin_sub {
    padding-left: 20%;
    padding-right: 20%;
    color: #004571;
	}
   .only_phone {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) { 
  .hero {
    background-size: 100%;
    }
  
  .col-md-auto {
    flex: auto !important;
    width: 100% !important;
    max-width: 100%;
   }    
  
  .col-2 {
   flex: none !important;
  }
  
  .col-3 {
    flex: none !important;
    max-width: none !important;
    margin-left:  0;
    margin-top: 0;
  }
  
  .btn-block {
    display: block; 
    width: 100%;
    white-space: normal;
    }
  
  .img-fluid2 {
    display: none;
  }  
  
  .table_phone {
    display: none;
  }
  
  .tab_margin {
  	padding: 0;
  }
  
  .tab_margin_sub {
    padding-left: 20%;
    padding-right: 20%;
    color: #004571;
  }
  
 	.only_phone {
  	display: none;
  }
}
 
@media (min-width: 992px) and (max-width: 1199.98px) { 
  .hero {
    width: 100%;
    height: 420px;
    background-size: 100%;
  }
  
  .col-md-auto {
    flex: auto !important;
    width: 15% !important;
    max-width: 100%;
   }    
  
  .col-2 {
   flex: auto !important;
   
  }
  
  .img-fluid2 {
    display: none;
  }  
  
  .table_phone {
    display: none;
  }
  
  .tab_margin {
  padding: 0;
  }
  
  .tab_margin_sub {
    padding-left: 20%;
    padding-right: 20%;
    color: #004571;
  }
  
  .btn-block {
    display: block; 
    width: 100%;
    white-space: normal;
  }
  
  .btn_padding {
  	padding: 20px ! important;
  }
  
 	.only_phone {
  	display: none;
  }
}

@media (min-width: 1200px) {
  .col-md-auto {
    flex: auto !important;
    width: 22% !important;
    max-width: 100% !important;
   }    
  
  .mn {
    	display: none;
  }
  
  .table_phone {
    display: none;
  }
  
  .tab_margin {
  	padding: 0;
  }
  
  .tab_margin_sub {
    padding-left: 20%;
    padding-right: 20%;
    color: #004571;
	}
  
 	.only_phone {
  	display: none;
  }
}

/*** Entenda os campos da conta - Lia Barcellos - 30/04/2020 ***/
.btn-campos-conta{
  position:absolute;
  background-color:#004571 !important;
  color:#ffffff;
  height:30px;
  width:30px;
  padding: 5px;
  border: 0;
  border-radius: .25rem;
  line-height:initial;
}

.btn-campos-conta:hover{
  background-color:#003659 !important;
}

@media (max-width:640px){
  .btn-campos-conta{
    height:5vw;
    width:5vw;
    font-size: 50%;
  }
  
  .btn-campos-conta.two-digits{
    height:6vw;
    width:6vw;
  }
}

@media (max-width:991px){
  .btn-campos-conta{
    height:20px;
    width:20px;
    font-size: 60%;
  }
  
  .btn-campos-conta.two-digits{
    height:22px;
    width:22px;
  }
}

.tooltip{
  font-family: Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
}

.tooltip > .tooltip-inner {
  background-color: #003659;
  border-color: #003659;
  max-width: 300px;
  font-size: .95rem;
}

.tooltip.bs-tooltip-right > .arrow::before {
  border-right-color: #003659 !important;
}

.tooltip.bs-tooltip-left > .arrow::before {
  border-left-color: #003659 !important;
}

.tooltip.bs-tooltip-top > .arrow::before {
  border-top-color: #003659 !important;
}

.tooltip.bs-tooltip-bottom > .arrow::before {
  border-bottom-color: #003659 !important;
}

#tabelaCodigoDeBarras {
  border-collapse: separate;
  border-spacing: 0 8px;
  margin-top: -8px;
}

/*Esconder elementos visualmente*/
.sr-only{
  border: 0; 
  clip: rect(0 0 0 0); 
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  height: 1px; 
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}


/*** START CSS - MINHA NATURGY JULHO 2020 - HOME - DIEGO ***/
main{
  margin-top: 30px;
}


/** CUSTOM HEADER NATURGY - JANEIRO 2021 - Lia Barcellos **/
.jumbotron {
  position:relative;
  overflow:hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 10rem;
  width: 100%;
  background-color: #ffffff !important;
  background-position-y: 20%;
  padding: 140px 0 !important;
  margin-top: 0rem;
  margin-bottom: 0rem !important;
}

.jumbotron--pagina-inicial{
  background-image: url(/hc/theming_assets/01K83JARAHAP3PYCSNG5FAHBZX);
  
}

.jumbotron--servicos{
  background-image: url(/hc/theming_assets/01K83JARAHAP3PYCSNG5FAHBZX);
}

.jumbotron--servicos-fol{
  background-image: url(/hc/theming_assets/01K81RSX0WT97VP244MA217C23);
}


.jumbotron .angle-down{
  position: absolute;
	bottom: 6.2%;
	left: 50%;
}

.jumbotron .title-container {
  position:relative;
  z-index:2;
  margin: 0;
 	padding: 0;
}

.jumbotron .titulo{
  color: #e57200;
  font-size: 3rem !important;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}


.jumbotron p.subtitulo{
  color: #004571;
  font-size: 1.6rem;
}


.jumbotron .button-strip{
  justify-content: space-between;
}

/*.jumbotron--servicos .button-strip .btn-header{
  display: none !important;
}*/

.jumbotron--servicos-fol .button-strip .btn-header{
  display: none !important;
}

.jumbotron--pagina-inicial .angle-down > svg > .angle-down-svg{
  fill: #aaa;
}


/* Media queries */
@media(max-width: 991.98px){
  .jumbotron{
    position: relative;
    

  }
  
  .jumbotron--pagina-inicial{
    padding: 60px 0 210px !important;
    background-size: 220%;
    background-position-y: 100%;
    background-position-x: 65%;
   
  }
  
  .jumbotron--servicos{
    padding: 30px 0 300px !important;
    background-size: 180%;
    background-position-y: 95%;
    background-position-x: 100%;
       
  }
  
  .jumbotron--servicos-fol{
    padding: 140px 0 0px !important;
    background-size: 100%;
    background-position-y: 95%;
    background-position-x: 100%;
  }
  
    
  .jumbotron .angle-down{
    bottom: 0%;
    left: 47%;
  }

  .jumbotron .title-container{
    position:relative;
    z-index:2;
   
  }
  
  .jumbotron .titulo{
    font-size: 3rem;
    margin-bottom: 1rem;
    color:#e57200 !important;
  }
  

  .jumbotron p.subtitulo{
    width: 80%;
    font-size: 1.1rem;
    margin-bottom: 1.6rem;
    
  }
  
  .jumbotron .button-strip{
    flex-direction: column;
  }

  .jumbotron .btn-header{
    --width-non-IE-mobile: max-content;
    width: 70%;
    width: var(--width-non-IE-mobile);
    font-size: 1.05rem !important;
  }

  .jumbotron .btn-header:hover{
    --width-non-IE-mobile: max-content;
    width: 70%;
    width: var(--width-non-IE-mobile);
    font-size: 1.05rem !important;
  }
}

  .jumbotron .btn-header-mude{
    --width-non-IE-mobile: max-content;
    width: 70%;
    width: var(--width-non-IE-mobile);
    font-size: 1.05rem !important;
  }

  .jumbotron .btn-header-mude:hover{
    --width-non-IE-mobile: max-content;
    width: 70%;
    width: var(--width-non-IE-mobile);
    font-size: 1.05rem !important;
  }
}

@media(max-width: 575.98px){
  .jumbotron--pagina-inicial .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* background: linear-gradient(0deg, rgba(53, 39, 27, 0.06) 0%, rgba(229,144,0,0.02) 75%);*/
     background-position-y: 100% !important;
    background-position-x: 65% !important;
  }
    
  .jumbotron--pagina-inicial .angle-down > svg > .angle-down-svg{
    fill: #aaa;
     }
  }

@media(max-width: 440px){
  .jumbotron .titulo{
    font-size: 2rem !important;
  }
  .jumbotron p.subtitulo{
    font-size: 1.1rem;
  }
  
  .jumbotron--pagina-inicial{
    padding: 50px 0 150px !important;
    background-size: 100%;
    background-position-x: 50%;
    background-position-y: 50%;
  }
   }

@media (min-width: 768px){
  .jumbotron--pagina-inicial{
    background-size: 150%;
    background-position-x: 50%;
    background-position-y: 130%;
  }
  
  .jumbotron--servicos{
    padding: 80px 0 180px !important;
    background-size: 130%;
    background-position-x: 80.5%;
  	background-position-y: center;
	}
  
  .jumbotron--servicos-fol{
    padding: 60px 0 80px !important;
    background-size: 100%;
    background-position-x: 80.5%;
  	background-position-y: center;
	}
  
  .jumbotron .title-container {
    width: 65%;
  }
  
  .jumbotron .button-strip{
    flex-direction: row;
    width: 75%;
  }
  
  .jumbotron .btn-header:first-child{
    --width-non-IE: max-content;
   	width: 60%;
    width: var(--width-non-IE);
  }
  
  .jumbotron .btn-header:first-child:hover{
   	--width-non-IE: max-content;
    width: 60%;
    width: var(--width-non-IE);
  }
  
  .jumbotron .btn-header:last-child{
    --width-non-IE: max-content;
   	width: 35%;
    width: var(--width-non-IE);
  }
  
  .jumbotron .btn-header:last-child:hover{
   	--width-non-IE: max-content;
    width: 35%;
    width: var(--width-non-IE);
  }
  
   .jumbotron .btn-header-mude:first-child{
    --width-non-IE: max-content;
   	width: 60%;
    width: var(--width-non-IE);
  }
  
  .jumbotron .btn-header-mude:first-child:hover{
   	--width-non-IE: max-content;
    width: 60%;
    width: var(--width-non-IE);
  }
  
  .jumbotron .btn-header-mude:last-child{
    --width-non-IE: max-content;
   	width: 35%;
    width: var(--width-non-IE);
  }
  
  .jumbotron .btn-header-mude:last-child:hover{
   	--width-non-IE: max-content;
    width: 35%;
    width: var(--width-non-IE);
  }
  .jumbotron .titulo{
    font-size: 3.5rem;
  }

  .jumbotron p.subtitulo{
    font-size: 1.2rem;
  }
}

@media (min-width: 992px){
  .jumbotron--pagina-inicial{
    padding: 7% 0 20% !important;
    background-size: 94%;
    background-position-x: 210%;
		background-position-y: 40%;
  }
  
  .jumbotron--servicos{
    padding: 7% 0 !important;
    background-size: 80%;
    background-position-x: 100%;
    background-position-y: 50%;
	}
  
  .jumbotron--servicos-fol{
    padding: 60px 0 90px !important;
    background-size: 100%;
    background-position-x: 100%;
    background-position-y: 50%;
	}
  
  .jumbotron .title-container {
    width: 48%;
  }
  
  .jumbotron p.subtitulo{
    font-size: 1.2rem;
  }
  
  .jumbotron .button-strip{
    width: 80%;
  }
  
  .jumbotron .btn-header{
    font-size: 1.05rem !important;
  }

  .jumbotron .btn-header:hover{
    font-size: 1.05rem !important;
  }
}

 
@media(min-width: 1200px){
  .jumbotron--pagina-inicial{
    background-size: 80%;
    background-position-x: 140%;
    background-position-y: top;
  }
  .jumbotron--servicos{
    background-size: 75%;
		background-position-x: 90%;
		background-position-y: 50%;
  }
  
  .jumbotron--servicos-fol{
    padding: 15% !important;
    background-size: 80%;
		background-position-x: 50%;
		background-position-y: 50%;
  }
  
  .jumbotron .titulo{
    font-size: 4rem;
  }
  .jumbotron .button-strip{
    width: 70%;
  }
}

@media (min-width: 1300px){
  .jumbotron--pagina-inicial{
    background-position-x: 50%;
  }
}

@media (min-width:1400px){
  .jumbotron .titulo{
    font-size: 4.2rem;
  }
  .jumbotron--servicos{
    background-size: 90%;
    background-position-y: 0%;
    background-position-x: 20%;
  }
  
  .jumbotron--servicos-fol{
    background-size: 70%;
    background-position-y: 0%;
  }
  
}

@media (min-width:1500px){
  .jumbotron--pagina-inicial{
    background-size: 75%;
    background-position-x: 40%;
  }
}

@media (min-width:1600px){
  .jumbotron--servicos{
  	background-position-y: 50%;
      }
  
  .jumbotron--servicos-fol{
  	background-position-y: 50%;
  }
  
}

@media (min-width: 1800px){
	.jumbotron--servicos{
    padding: 6% 0 12% !important;
    background-size: 80%;
  }
  
  .jumbotron--servicos-fol{
    padding: 6% 0 12% !important;
    background-size: 80%;
	}
  
}
/** FIM - HEADER NATURGY JANEIRO 2021 - Lia Barcellos **/

/** CONFIGURACOES GLOBAIS - LIA BARCELLOS - 2021 **/
.main-title{
  color: #004571;
  text-align: left;
  font-size: 2.5rem;
  padding: 0.5em 0;
  margin-bottom: 0;
}

/* HOME PAGE - PÁGINA INICIAL */

/* Sections */
.home-page-section{
  margin-bottom: 4rem;
}

.home-page-section--segunda-via{
 	margin-bottom: 0; 
}

.home-page-section--banner{
  margin-top: 7rem;
}

/* Container Fluid */
.container-fluid-facil{
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid-facil:first-child{
  padding-bottom: 1%; 
  padding-top: 2%
}

.container-fluid-facil:not(:first-child){
  padding-bottom: 1%; 
  padding-top: 2%;
}

.container-fluid-facil--segunda-via {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15%;
}

@media(max-width: 991.98px){
  .home-page-section{
    margin-bottom: 10%;
  }
  
  .container-fluid-facil:first-child(){
   padding-bottom: 0%;
  }
  
  .container-fluid-facil:nth-child(2){
  	padding-top: 0%;
	}  
}

/** BOTÕES GRANDES - CARDS - FACILIDADES E SEGUNDA VIA **/

/* START FACILIDADES - DIEGO */
.cardbox{
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
  transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  padding: 10px 15px 20px 15px;
  cursor: pointer;
  justify-content: space-between;
  word-wrap: break-word;
}

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

.cardbox a:hover{
  color: #004571 !important;
}

.cardbox:hover{
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.cardbox h3{
  font-weight: 600;
}

.cardbox img{
  position: absolute;
  top: 20px;
  right: 15px;
  max-height: 120px;
}

.cardbox-1{
  background-repeat: no-repeat;
  background-position: right;
  background-size: 60px;
  margin: 0 15px 0 15px;
  padding-right: 65px !important;
 }

.cardbox-2{
  background-repeat: no-repeat;
  background-position: right;
  background-size: 60px;
  margin: 0 17px 0 15px;
  padding-right: 50px !important;
}

.cardbox-3{
  background-repeat: no-repeat;
  background-position: right;
  background-size: 60px;
  margin: 0px 17px 0 15px;
  padding-right: 80px;
}

.cardbox-4{
  background-repeat: no-repeat;
  background-position: right;
  background-size: 60px;
  margin: 0 15px 0 15px;
 }

.cardbox-5{
  background-repeat: no-repeat;
  background-position: right;
  background-size: 60px;
  margin: 0 15px 0 15px;
}

.cardbox-6{
  background-repeat: no-repeat;
  background-position: right;
  background-size: 60px;
  margin: 0px 15px 0 15px;
  padding-right: 64px !important;
  word-wrap: break-word;
}

.cardbox-7{
  background-repeat: no-repeat;
  background-position: right;
  background-size: 60px;
  padding-right: 64px !important;
  margin: 0 15px 0 15px;
 }

.color-p {
	color: #4d4d4d;
}

.link-card {
	color: #004571;
	background-color: #fff;
}

.link-card:hover, .link-card:focus {
  color: #004571;
  background-color: #fff;
  text-decoration:none; 
}

.title_botton {
	margin: 10px 0px 10px 0px;
}

@media(max-width: 990px){
  .container-fluid-facil{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .cardbox{
  	margin: 20px;
    padding: 10px 30px 20px 15px;
  }
  
  .cardbox-3{
    background-repeat: no-repeat;
    background-position: right;
    background-size: 60px;
    padding-right: 50px;
	}
  
  .color-p {
    color: #4d4d4d;
    font-size: 1rem;
  } 
}

/* START NATURGY ALERTA - DIEGO 15/12/2021 */

.colorbackground {
  background-color: #e57200;
  border-radius: 10px;
  
}

.container-fluid-naturgy-alerta {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #CCD9E2;
  padding: 2% 4%;
    }

.color_font_naturgy_alerta {
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  padding-top: 5px;
}

.imagem_exclamation {
    margin-left: -2rem!important;
    image-orientation: inherit;
    width: 5rem;
}

.tooltip-inner {
    text-align: left !important;
    padding: 20px ! important;
}

/* START QUERO SER CLIENTE- DIEGO */
.container-fluid-qcliente {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #f4f4f2;
  padding: 2% 4%;
}
 
.box_qs_cliente{
  color: #fff;
  margin: 3% 0% 0% 0%;  
}

.btn-cliente{
	font-weight: bold !important;
}

.btn-cliente:hover {   
  font-weight: bold;
}
 
.font_qs_cliente{
  font-size: 35px;
  font-weight: bold;
  line-height: 100%;
  color: #004571;
}

.font_sub-text {
  font-size: larger;
  line-height: 1.5rem;
  color: #004571;
}

.box_image{
  color: #fff;
  margin: auto;  
}

.naturgy_favicon {
	background-image: url("data:image/svg+xml,%0A%3Csvg id='Camada_1' data-name='Camada 1' xmlns='http://www.w3.org/2000/svg' width='100px' height='100px' viewBox='0 0 396.7 380.7'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23e8e8ea;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Efavicon_naturgy%3C/title%3E%3Cpath class='cls-1' d='M160.3,298.6c-15.3,13.5-30.7,26.9-46,40.5-13.8,12.4-29.9,19.1-48.5,17.7-23-1.8-39.7-21.4-43.1-49.5a155.6,155.6,0,0,1-.7-18.1q0-120.3,0-240.6c0-8.1-2.4-17.5,7.4-22.4s18.2-.9,26.2,4c20.3,12.6,38.5,27.9,55.6,44.4,26.2,25.3,48.4,53.8,68.6,84.1,16,24.1,15.7,48.1,3.6,73.2-8.3,17.3-20.4,32-32.7,47.4,5.9,1,8.2-3.1,11-5.4Q262.5,192,363.1,109.8c1.9-1.5,3.7-3.2,5.7-4.5,4.2-2.7,7.8-9.4,13.3-5.5s1.8,11.4-.8,16.4C368,142.1,350.1,165,332,187.6c-46.4,57.8-93.2,115.3-149.9,163.8-8.5,7.3-17.3,14.4-27.7,19.1-4.4,1.9-9.3,4.1-13.7.8s-2.9-9.1-2-13.5c2.9-13.9,9.2-26.6,15.2-39.3,2.9-6,6-11.9,8.9-17.9Z'/%3E%3C/svg%3E");
  background-repeat: repeat; 
}

@media(max-width:767.98px){
 	.container-fluid-qcliente {
    padding: 10% 5% 2%;
	}
}

 	.container-fluid-naturgy-alerta {
    padding: 10% 5% 2%;
	}
}

/* END QUERO SER CLIENTE- DIEGO */

@media screen and (max-width: 640px){
  .container{
    display: block;
    width: 100%;
  }
}

@media(max-width: 767.98px){
  .main-title{
  	font-size: 2rem;    
    padding: 1em 0 .5em;
  }
}

@media screen and (min-width: 900px){
  .container{
    width: 33.33333%;
  }
}


/** START SOLICITAÇÕES - HOME PAGE - PÁGINA INICIAL - LIA BARCELLOS - 2021 **/
.home-page-section--solicitacoes {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 2%;
}

/* BOTÕES DE SOLICITAÇÃO */
.btn-container{
  -webkit-transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  -moz-transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

.btn-container:hover{
  transform: scale(1.05);
}

.btn-container:hover .content{
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.container .title{
  text-align: center;
  margin-bottom: 10px;
}

.content {
  width: 70%;
  margin: auto;
  overflow: hidden;
  border-radius: 4px;
}

.content--blue{
  background-color: #004571;
}

.content:hover, .btn-solicitacao:hover{
	text-decoration: none !important;
}

.content .btn-solicitacao{
  display: block;
  width: 100%;
}

.content-image{
  width: 80%;
  margin: 0 auto;
}

.content-details__outer{
  width: 70%;
  position: absolute;
  bottom: -10%;
  text-align: center;
}

.content-details__inner{
  --width-non-IE: 95%;
  width: var(--width-non-IE);
  width: min-content;
  max-width: var(--width-non-IE);
  margin: 0 auto;
  padding: 5px 10px;
  border: 1.8px solid;
  border-radius: 4px;
}

.content--blue .content-details__inner{
  color: #004571;
  background-color: #fff;
  border-color: #004571;
}

.content-details__inner p{
  font-size: 1em;
  margin: 0;
}

@media (max-width: 991.98px) {  
  .btn-container{
    margin-top: 5%;
  }
  .btn-container--informe-quitacao{
    margin-top: 15%;
  }
  .content{
    min-height: 125px;
  }
  .btn-container--informe-quitacao .content{
    min-height: 145px;
  }
  .content, .content-details__outer {
    width: 60%;
 	}
  .content-details__inner{
  	min-width: 90%;
  }
  .content-details__outer p{
    font-size: 1.0em;
	}     
}

@media(min-width: 768px){
  .home-page-section--solicitacoes {
  	padding-bottom: 2rem;
	}
  .home-page-section--solicitacoes .row{
    padding-top: 2%;
  }
  .btn-container{
    margin-top: 0;
  }
  .content{
    min-height: 150px;
  }
	.content, .content-details__outer {
    width: 90%;
 	}
}

@media(min-width: 992px){
  .content-details__inner p{
    white-space: nowrap;
  }
}

@media(min-width: 1200px){
  .content{
    min-height: 125px;
  }
  .content, .content-details__outer {
    width: 70%;
 	}
  .content-details__inner p{
    white-space: nowrap;
  }
}
/* FIM SOLICITACOES - LIA BARCELLOS - 2021 */

/* START - NATURGY AJUDA - HOME PAGE - PÁGINA INICIAL - LIA BARCELLOS - 2021 */
.container-naturgy-ajuda {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 1%; 
  padding-top: 2%;
}

.container-naturgy-ajuda .row{
  margin: 15px 15px 0;
}

.container-naturgy-ajuda .container-categoria{
  padding: 0 10px !important;
}

.container-naturgy-ajuda .titulo-categoria{
  display: block;
  width: 80%;
  font-weight: 600;
  font-size: 1.05rem;
}

.container-naturgy-ajuda ul{
  padding-left: 0;
  padding-right: 0;
}

.container-naturgy-ajuda a{
 color: #004571 !important; 
}

.container-naturgy-ajuda a:hover{
 color: #e57200 !important; 
}

@media(max-width: 767.98px){
 .container-naturgy-ajuda .container{
		margin-top: 5%;
  }
}
  
@media(max-width: 990px){
  .container-naturgy-ajuda {
    padding-bottom: 4%;
    padding-top: 10%;
  }
  .container-naturgy-ajuda .container-categoria{
    padding: 0 0 20px !important;
  }
}
/* END - NATURGY AJUDA HOMEPAGE */

/* FINAL CSS - MINHA NATURGY 2020 - HOMEPAGE - DIEGO */


/** CUSTOM FOOTER - RODAPÉ - LIA BARCELLOS 2021 **/
.rodape{
  margin-top: 10rem;
  padding: 2rem 0;
  font-size: 14px;
  color: #fff !important;
  background-color: #004571;
}

.rodape .row{
  margin: 0;
}

.rodape__links-container{
  align-items: flex-start;
  margin: 1rem 0 2.5rem;
}

.rodape a{
  color: #fff;
  text-decoration: underline;
  margin: 0 .5em;
}

.rodape a:first-child{
  margin-left: 0;
}

.rodape a:hover {
  color: #fff;
}

/* Definições de ícones do FontAwesome */
.rodape .fab {
  width: 50px;
  margin: 5px 0;
  padding: 10px;
  font-size: 30px !important;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
}

.rodape .fab:hover {
  color: rgba(255,255,255,.8) !important;
  text-decoration: none;
}

/*Tablets and down */
@media(max-width: 991.98px){
 .rodape {
    clear: both;
   	margin-top: 5rem;
    font-size: 1rem;
   	padding: 2rem 1rem 4rem;
	}
}

/*Desktops and up*/
@media(max-width:767.98px){
  .rodape__links-container a:not(:first-child){
    margin: .5rem 0 0;
  }
}
/** END CUSTOM FOOTER - RODAPÉ **/


/*** START - MENU DE NAVEGAÇÃO - LIA BARCELLOS - 2021 ***/

/* Criar espaço para o menu */
.jumbotron-container{
  margin-top: 60px;
}

/** BARRA PRINCIPAL **/
.navbar-container{
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  min-height: 60px;
  background-color: rgba(255,255,255,1);
}

.navbar{
  width: 100%;
  min-height: 60px;
  padding: 0 !important;
}

/* Logo */
.navbar-brand{
  padding: 10px 0px;
  margin-right: .5em !important;
}

.navbar-brand img{
  width: 100%;
  height: auto;
  transform: translateZ(0); /* Corrigir imagem borrada em Chrome */
}

/** CONTEÚDO COLAPSÁVEL **/
.navbar-collapse{
  margin: 0;
}

/* Container dos itens de navegação */
.navbar-items-container{
  height: 100%;
/*   flex-grow: 1; */
  align-items: baseline;
}

/** BOTÕES Login e Cadastro **/

/* Container */
.nav-buttons-container{
  order: 2;
  margin: 0 1em !important;
	justify-content: space-around;
}

/* Botões */
.nav-buttons-container .btn-menu{
  height: 30px;
  width: 100%;
  font-size: 1rem !important;
  white-space: nowrap;
}

.nav-buttons-container .btn-menu:hover{
  height: 30px;
  width: 100%;
  font-size: 1rem !important;
  white-space: nowrap;
}

/** PESQUISA **/
.search-container{
  margin: 0 .5em;
}

.search-container .search::before{
  color: #999;
}

/** MENU PRINCIPAL **/

/* Container */
.main-menu{
  width: 100%;
  height: 100%;
  flex-grow: 1;
  padding: 5px 0px 0px;
  justify-content: center;
}

/* Container de cada item de menu */
.main-menu .nav-item{
  flex-grow: 1;
  margin: 0;
  text-align: center;
}

/* Item de menu */
.main-menu .nav-item .nav-link{
  box-sizing: border-box;
  font-size: 16px;
  color: #004571 !important;
  border: none !important;
  border-radius: 0px !important;
  
  transition: .1s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

.main-menu .nav-item .nav-link:hover, .main-menu .nav-item .nav-link:focus, .main-menu .nav-item .nav-link:active, .main-menu .nav-item .nav-link[aria-expanded="true"] {
  background-color: transparent !important;
}

.main-menu .nav-item .nav-link:active{
  outline: 1px dotted #003558 !important;
}

.main-menu .nav-item .nav-link.dropdown-toggle{
  display: flex;
  flex-wrap: nowrap;
}

.main-menu .nav-item .nav-link.dropdown-toggle:after{
  display: inline-block;
  height: 100%;
  width: 15px;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 90' width='15' height='11'%3E%3Cstyle%3E tspan %7B white-space:pre %7D .shp0 %7B fill: none;stroke: %23004571;stroke-linecap:round;stroke-width: 9.7 %7D %3C/style%3E%3Cpath id='Forma 3' class='shp0' d='M100.58 5.2L53 56L5.18 4.8' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-y: 60%;
  background-size: 100%;
}

/** DROPDOWNS **/
.dropdown-menu{
  margin: -1px 0 0 !important;
  border-radius: 0 !important;
  border-color: #f4f4f2 !important;
}

.dropdown-menu--naturgy-ajuda__submenu.show, .dropdown-menu--naturgy-ajuda__submenu[aria-expanded="true"]{
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
}
  
.dropdown-menu--naturgy-ajuda__submenu .titulo-categoria{
  color: #004571;
  margin: 0 !important;
}

.dropright .dropdown-toggle:after{
  margin-left: .5rem !important;
}

/*Dropdown items*/
.dropdown-item{
  color: #004571 !important;
  white-space: normal !important;
}

.dropdown-item:hover{
  background-color: #f4f4f2 !important;
}

.dropdown-item > a{
	display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #004571;
  text-align: inherit;
  white-space: normal;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item > a:hover{
  color: #004571 !important;
  text-decoration: none;
}

.dropdown-item:active, .dropdown-item:focus{
  background-color: #f4f4f2 !important;
}

.dropdown-item--login{
  display: flex !important;
  align-items: center !important;
}

.dropdown-item--login > a:after{
	display: inline-block;
  content: ' ';
  float: right;
  margin-top: .2rem;
  background-image: url(/hc/theming_assets/01HZPP65ZM0K33MEZYHAWWXJBN);
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
}

.dropdown-item--external-link > a:after{
	display: inline-block;
 	content: "\f35d";
  font-family: 'Font Awesome 5 Free';
  font-size: .7em;
  font-weight: 900;
  float: right;
}

.dropdown-item--submenu > a{
  border-radius: 0px;
 	font-size: inherit;
	line-height: inherit;
  padding: 0 !important;
  transition: none;
}

.dropdown-toggle--submenu:after{
  height: 14px;
  width: 10px;
  float: right;
  margin: .15rem 0;
  border: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 90' width='10' height='15'%3E%3Cstyle%3E tspan %7B white-space:pre %7D .shp0 %7B fill: none;stroke: %23004571;stroke-linecap:round;stroke-width: 9.7 %7D %3C/style%3E%3Cpath id='Forma 3' class='shp0' d='M5.2 5.42L56 53L4.8 100.82' /%3E%3C/svg%3E");
}
  
.dropdown-item--submenu > a:hover, .dropdown-item--submenu > a:active, .dropdown-item--submenu > a:focus{
  color: #004571 !important;
	background-color: transparent !important;
}

.dropdown-item--submenu > a:active, .dropdown-item--submenu > a:focus{
 	outline: 1px dotted #000; 
}

.dropdown-item--article:hover{
  background-color: transparent !important;
}

.dropdown-item--article > a{
  text-decoration: underline !important;
}

.dropdown-item--article > a:hover{
  color: #003558 !important;
  text-decoration: underline;
}

 /* Panel Naturgy Ajuda */
.dropdown-menu--naturgy-ajuda .titulo-categoria a{
  color: #004571;
  font-size: 14px !important;
}

.dropdown-menu--naturgy-ajuda__submenu .dropdown-item a{
  font-size: 14px !important;
}

/*Aviso de "Login necessário"*/
.login-indicator{
  padding: .25rem 1rem .25rem 1.2rem !important;
  align-items: center;
}

.login-indicator__img{
  flex-basis: 45px;
	flex-grow: 1;
  margin-right: 0.5rem;
}

.login-indicator__text{
	flex-grow: 2;
  margin: auto;
  color: #004571;
  font-size: 0.7em;
}

/** MENU - MEDIA QUERIES **/

/* Tablets and down */
@media(max-width: 991.98px){
  
  /* "Bloqueador de tela" semi-transparente que aparece enquanto o menu estiver aberto */
  .nav-screen-blocker{
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.2);
    overflow: hidden !important;
    z-index: 2;
  }
   
  /** BARRA PRINCIPAL **/
  
  /*Container da navegação*/
  .navbar-container .navbar-inner{
    min-width: 100%;
    margin: 0;
    padding: 0;
  }
 
  .navbar{
    z-index: 999;
    padding: .5em 0 !important;
    flex-direction: row;
    box-shadow: 0 -5px 10px rgba(0,0,0,.4);
  }
    
  /* Logo e botão de menu */
  .navbar-brand{
    height: auto;
    margin-left: 1em !important;
    display: flex;
    width: 30%;
  }
  
  .navbar-brand a{
    display: flex;
    align-items: center;
  }
  
  .navbar-brand img{
    width: 100% !important;
  } 
  
  /** NÃO COLAPSÁVEL **/ 
  .non-collapsibles-container{
    width: 50%;
    margin-right: .5em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  
  /* Controllers */
  .controllers-container {
    display: flex;
    margin: auto 0 !important;
  }
  
  .navbar-toggler-container{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .navbar-toggler{
    padding: .5em !important;
 		border: none !important;
    vertical-align: middle;
  }
  
	.hamburger-box, .navbar-toggler__title{
    display:inline-block;
    vertical-align: middle;
    font-size: .9rem;
  }
  
  .search-toggler .fa-search{
    font-size: 1.45rem;
    color: rgba(0,0,0,.5);
  }
  
  .search-toggler .fa-search:active, .search-toggler .fa-search:hover{
    opacity: 0.7;
  }
  
  /* Botão */
  .nav-buttons-container{
    order: initial;
    width: 50%;
    height: 30px;
    margin: 0 !important;
    padding: 0 .5rem;
  }
  
  /** CONTEÚDO COLAPSÁVEL **/
  .navbar-collapse{
    display: flex;
    flex-direction: column;
    padding: 1em 0 0 !important;
  }
  
  /* Container dos itens de navegação*/
  .navbar-items-container{
    order: 2 !important;
    width: 100%;
    max-height: 75vh;
    height: min-content;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; /* Safari mobile */
  }
  
  /** SEARCH **/
	.search-container{
    order: 1;
    width: 100%;
    margin: 0;
    padding: 1em;
    opacity: 0; /*Para a animação de entrada*/
  }
  
  .search-container .search input{
    width: 100%;
  }
  
  /** MENU PRINCIPAL **/
  .main-menu{
    padding-bottom: 1em;
    height: min-content;
  }
  
  .main-menu, .main-menu .nav-item{
    width: 100%;
  }
  
  /* Itens de menu */
  .main-menu .nav-item{
    opacity: 0; /*Para a animação de entrada*/
  }
  
  /*Para controlar o tempo da animação de entrada*/
  .main-menu .nav-item:nth-child(1) { animation-delay: .05s }
  .main-menu .nav-item:nth-child(3) { animation-delay: .1s }
  .main-menu .nav-item:nth-child(5) { animation-delay: .15s }
  .main-menu .nav-item:nth-child(7) { animation-delay: .2s }
  
  
  .main-menu .nav-item .nav-link{
    font-size: 1em;
    text-align: left;
		padding-right: 35px;
    padding-left: 30px;
    justify-content: space-between;
  }
  
  .main-menu .nav-item .nav-link:active{
    outline: none !important;
    border: none !important;
    background-color: #f2f2f2 !important;
  }
  
  .main-menu .nav-item .nav-link:focus{
    text-decoration: underline !important;
  }
  
  /* Seta para baixo dos itens de menu */
  .main-menu .nav-item .nav-link:after, .dropright .dropdown-toggle:after{
     height: 11px !important;
		width: 18px !important;
    float: right;
    margin: 4% 0 0 !important;
    border: 0 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 90' width='19' height='12'%3E%3Cstyle%3E tspan %7B white-space:pre %7D .shp0 %7B fill: none;stroke: %23004571;stroke-linecap:round;stroke-width: 9.7 %7D %3C/style%3E%3Cpath id='Forma 3' class='shp0' d='M100.58 5.2L53 56L5.18 4.8' /%3E%3C/svg%3E");
    
   	transition: .2s transform cubic-bezier(.79,.14,.15,.86);
  }
  
  .main-menu .nav-item .nav-link[aria-expanded="true"]:after, .dropright .dropdown-toggle[aria-expanded="true"]:after{
    transform: translateX(3px) rotate(180deg);
  }
  
  /** DROPDOWNS **/
  
  /* Dropdown menu */
  .dropdown-menu{
    width: 100%;
    margin:0;
    padding-right: 10px !important;
    padding-left: 10px !important;
    background-color: #f4f4f2 !important;
    border: none !important;
    box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.05) !important;
  }
  
  .dropdown-menu--main{
    height: min-content;
    padding: 10px !important;
  }
    
  /*Submenus e subpanels*/
  .dropdown-menu--submenu{ 
    min-height: 100%;
    left:100%;
    top:0;
    background-color: transparent !important;
    box-shadow: inset 0px 10px 8px -8px rgba(0, 0, 0, 0.05) !important;
  }
  
  .dropdown-menu--naturgy-ajuda__submenu{
		padding-top: 20px !important;
  }
  
  /* Divider */
  .dropdown-divider{
		margin: 0 auto !important;
  }
  
  .dropdown-divider:not(.dropdown-divider--login-divider){
		width: 90%;
  }
  
  .dropdown-divider--vertical{
    display: none !important;
  }
  
  /* Dropdown items */
  .dropdown-item{
    margin: 0 !important;
  }
  
  .dropdown-menu--main > .dropdown-item{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  
  .dropdown-menu--main > .dropdown-item--submenu > a[aria-expanded="true"]{
    padding-bottom: 20px !important;
  }
  
  .dropdown-item:not(.dropdown-item--submenu):focus, .dropdown-item.dropdown-item:not(.dropdown-item--submenu):active{
    outline: none !important;
		background-color: #e8e8e4 !important;
  }
  
  .dropdown-item--submenu:focus{
    outline: 1px dotted #003558 !important;
  } 
  
  .dropdown-item--submenu > a:active{
    background-color: #e8e8e4 !important;
  }
  
  .dropdown-item > a:active{
    color: #003558 !important;
    text-decoration: underline !important;
  }
  
  .dropdown-menu--submenu .dropdown-item{
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  
  .dropdown-menu--submenu .dropdown-item a{
    font-size: 14px;
    font-weight: 300 !important;
  }
  
  .dropdown-item--login > a:after{
   	float: right;
  }
  
  .dropright .dropdown-toggle:after{
    margin-top: 2% !important;
  }
  
  .login-indicator{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  
  /* Panel Naturgy Ajuda */
  .dropdown-menu--naturgy-ajuda{
    padding-bottom: 10px !important;
  }
  
  .dropdown-menu--naturgy-ajuda .titulo-categoria{
		font-weight: 600;
  }
  
  .dropdown-menu--naturgy-ajuda__categoria-container{
    padding-bottom: 25px !important;
  }
  
  .dropdown-menu--naturgy-ajuda__submenu .lista-artigos{
    padding-left: 5px !important;
  }
  
  .dropdown-menu--naturgy-ajuda__submenu .dropdown-item{
   	padding: 10px 0 0 !important;
  }
}

/*Big phones and down*/
@media(max-width: 575.98px){
  .navbar{
  	min-height: 18vw;
	}
}

/* Tablets */
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-brand{
		width: 25%;
  }
  
  .navbar-brand img{
		width: auto !important;
  }
  
  .non-collapsibles-container{
		width: 30%;
    margin-right: 1em;
  }
  
  .main-menu .nav-item .nav-link:after{
  	margin-top: 1.5% !important; 
  }
  
  .main-menu .nav-item .nav-link, .dropdown-item, .login-indicator{
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  
  .login-indicator{
    width: 60%;
    margin: 0 auto;
  }
  
  .login-indicator__text{
		font-size: .8em;
  }
  
  .dropright .dropdown-toggle:after{
		margin-right: .35rem !important;
  }
  
  .dropdown-item--login > a:after{
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
  }
  
  /* Panel Naturgy Ajuda */
  .dropdown-menu--naturgy-ajuda__categoria-container:nth-child(odd){
    padding-right: 45px !important;
  }
  
  .dropdown-menu--naturgy-ajuda__categoria-container:nth-child(even){
    padding-left: 45px !important;
  }
}

/* Desktops/Tablets and up */
@media (min-width: 768px){
  
  /* Panel Naturgy Ajuda */
  .dropdown-menu--naturgy-ajuda__categoria-container{
    padding-bottom: 25px !important;
  }
    
  .dropdown-menu--naturgy-ajuda__categoria-container .lista-artigos{
    padding: 10px 0 0 !important;
  }
  
  .dropdown-menu--naturgy-ajuda__submenu .dropdown-item{
		padding: 5px 0 !important;
  }
}

/* Desktops and up */
@media(min-width: 992px){ 
  /*Containers da navegação*/
  .navbar-container{
    background-color: #fff;
	  transition: .2s all cubic-bezier(.55,.06,.68,.19);    
  }
  
  nav.navbar-expand-lg{
		justify-content: center;
  }
  
  /* Logo */
  .navbar-brand{
    min-width: 10%;
    padding: 10px 0px;
    margin-right: .5em !important;
  }
  
  /** NÃO COLAPSÁVEL **/ 
  .non-collapsibles-container{
   order: 2; 
  }
  
  /* Botão Login */
  .nav-buttons-container{
		width: 8vw;
  }

  /** CONTEÚDO COLAPSÁVEL **/
  .navbar-collapse{
    height: 60px;
/*     flex-grow: 0 !important; */
    justify-content: center;
    align-items: center !important;
  }
  
  /* Container dos itens de navegação */
  .navbar-items-container{
    flex-grow: 1;
    margin: 0 0.4em;
    align-items: center !important;
  }
  
  /** SEARCH **/
  .search-container .search input{
    font-size: .9em !important;
  }
  
  /* Itens de menu */
  .main-menu > .nav-item{
  	flex-grow: 1; 
  }

  .main-menu .nav-item .nav-link{
    height: 100% !important;
    padding-top: 0 !important;
    align-items: center;
  	justify-content: center;
  }
  
  .main-menu .nav-item .nav-link:hover, .main-menu .nav-item .nav-link:focus, .main-menu .nav-item .nav-link:active, .main-menu .nav-item .nav-link[aria-expanded="true"] {
    z-index: 9999;
    box-shadow: 0 -8px 20px rgba(0,0,0,.05), 0 -8px 8px rgba(0,0,0,.02);
  }
  
  /** DROPDOWNS **/
  .dropdown-menu{
    margin:0;
  }
  
  .dropdown-menu--main{
    /* determina uma altura mínima fixa em pixels para Internet Explorer */
    --height-non-IE: min-content;
    min-height: 400px;
    min-height: var(--height-non-IE);
    width: 280px;
    margin-top: -5px !important;
    padding: .8rem  0 !important;
    z-index: inherit !important;
    box-shadow: 0 10px 20px rgba(0,0,0,.05), 0 10px 8px rgba(0,0,0,.02) !important;
  }

  .dropdown-menu--submenu{ 
    left:100%;
    top:0;
    min-height: 100%;
    box-shadow: 15px 10px 20px -2px rgba(0,0,0,.04), 15px 10px 20px -2px rgba(0,0,0,.02);
  }
  
  .dropdown-menu--subpanel{
    min-height: 150px;
    height: min-content;
    min-width: 340px !important;
    max-width: 390px !important;
    width: max-content;
    padding: 20px 10px !important;
  }
  
  .dropdown-menu > li:hover .dropdown-menu--submenu:not(.dropdown-menu--naturgy-ajuda__submenu){
    display: block;
  }
  
  /* Dropdown Items */
  .dropdown-item--submenu .dropdown-item:active, .dropdown-item--submenu .dropdown-item .dropdown-toggle:active, .dropdown-item--submenu .dropdown-item:focus, .dropdown-item--submenu .dropdown-item .dropdown-toggle:focus{
  	outline: 1px dotted #003558 !important;
	}
  
  .dropdown-menu .dropdown-item a{
    font-size: 14px;
  }
  
  /* Panel Naturgy Ajuda */
	.dropdown-menu--naturgy-ajuda{
    width: 200px;
  }
  
  .dropdown-menu--naturgy-ajuda__submenu{
    height: min-content;
   	width: 28vw;
  }
  
  .dropdown-menu--naturgy-ajuda__categoria-container{
    padding: 0 15px 15px !important;
  }
  
  .dropdown-menu--naturgy-ajuda .titulo-categoria{
		font-weight: 700;
    font-size: 14px !important;
  }
  
  .dropdown-menu--naturgy-ajuda__submenu .dropdown-item{
		padding: 0 !important;
    margin-bottom: 1%;
  }
  
  .dropdown-menu--naturgy-ajuda__categoria-container.col-md-6 .dropdown-item{
		margin-bottom: 2%;
  }
  
  .dropdown-menu--naturgy-ajuda__submenu .dropdown-item--more-articles{
    margin-top: 15px;
  }
  
  /* Divider */
  .dropdown-divider:not(.dropdown-divider--login-divider):not(.dropdown-divider--vertical){
		display: none !important;
  }
  
  .dropdown-divider--vertical{
    height: 70% !important;
    width: 1px;
    border-left: 1px solid #f4f4f2;
  }
}

@media(min-width: 1200px){
  /* Logo */
  .navbar-brand{
    width: 12%;
  }
  
  .navbar-inner{
  	min-width: 1120px !important;
    max-width: 80vw !important;  
	}
  
   /** BOTÃO LOGIN **/
  .nav-buttons-container{
		width: 6vw;
  }
  
  /** CONTEÚDO COLAPSÁVEL **/
  .navbar-collapse{
    justify-content: space-evenly;
  }
  
  .navbar-items-container{
		max-width: 50vw;
  }
  
	/** SEARCH **/
  .search-container .search input{
    font-size: 1em !important;
  }
  
  /** DROPDOWNS **/
  .dropdown-menu--naturgy-ajuda__submenu{
    width: 31vw;
    font-size: .85rem;
  }
  .dropdown-menu--naturgy-ajuda__categoria-container{
    padding: 0 20px 20px !important;
  }
}

@media(min-width:1400px){
  /* Panel Naturgy Ajuda */
	.dropdown-menu--naturgy-ajuda{
    width: 215px;
  }
}

@media(min-width:1600px){
  .navbar-inner{
    max-width: 75vw !important;
  }
}

@media(min-width:1800px){
  .navbar-inner{
    max-width: 70vw !important;
  }
  .navbar-items-container{
		max-width: 40vw;
  }
}

/*** END - MENU DE NAVEGAÇÃO - LIA BARCELLOS - 2021 ***/

/** CUSTOM SEARCH PAGE - LIA BARCELLOS MAI/2021 **/
.search-results-title{
  font-size: 2rem;
}
/** END CUSTOM SEARCH PAGE - LIA BARCELLOS MAI/2021 **/

/*** CUSTOM BUTTONS ***/
.btn-mn{
  width: 50%;
  height: 40px;
  padding: 0 20px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: larger !important;
  border: 2px solid !important;
  border-radius: 4px;
}

.btn-mn:hover{
  width: 50%;
  font-size: larger !important;
  text-decoration: none !important;
  border: 2px solid;
  border-radius: 4px;
	outline: none;
}

.btn-mn--nowrap{
  white-space: nowrap;
}

.btn-orange-front {
  color: #fff !important;
  background-color: #e57200 !important;
  border-color: #e57200 !important;
}

.btn-orange-front:hover{
/*   color: #004571 !important;
  background-color: #fff !important;
  border-color: #e57200 !important; */
  
  color: #fff !important;
  background-color: #dc6016 !important;
  border-color: #dc6016 !important;
}

.btn-orange-front--home-page:hover{
  color: #fff !important;
  background-color: #dc6016 !important;
  border-color: #dc6016 !important;
}

.btn-white-front {
  font-size: normal !important;
  border: 1px solid;
  background-color: #fff !important;
 }

.btn-white-front:hover {
  font-size: normal;
  color: #fff !important;
}

.btn-white-front--blue{
  color: #004571 !important;
	border-color: #004571 !important;
}

.btn-white-front--blue:hover {
    color: #023d62 !important;
  	border-color: #023d62 !important;
}

.btn-white-front--orange{
  color: #e57200 !important;
	border-color: #e57200 !important;
}

.btn-white-front--orange:hover {
    color: #dc6016 !important;
  	border-color: #dc6016 !important;
}

.btn-blue-front{
  color: #fff !important;
  background-color: #004571 !important;
  border-color: #004571 !important;
}

.btn-blue-front:hover{
  color: #fff !important;
  background-color: #023d62 !important;
  border-color: #023d62 !important;
}

.btn-clear-front{
  color: #004571 !important;
  text-decoration: underline;
  background-color: transparent !important;
}

.btn-clear-front:hover{
  color: #001625 !important;
  text-decoration: underline !important;
  background-color: transparent !important;
}
/*** END CUSTOM BUTTONS ***/

/*** START POP-UP PESQUISA DE SATISFAÇÃO SURVEY MONKEY - LIA BARCELLOS - 10/09/2020 ***/
.survey-monkey-widget{
  z-index:6;
  position:fixed;
  bottom:11px;
  left:40px;
}

.survey-monkey-widget__dialog{
	height: 0%;
  display:none;
  transform: translate(10%, 0%);
  transition: all.3s ease-in-out;
}

.survey-monkey-widget__dialog.active{
  height: 100%;
  display:block;
}

.survey-monkey-widget__dialog .btn-close{
  /* z-index 2000000 Para aparecer no Internet Explorer */
  z-index: 2000000;
  position: relative;
  transform: translate(-50px, 10px)
}

.survey-monkey-widget__dialog .smcx-embed{
  border-radius: 4px;
  height: 307px;
  width:70vw;
  display: block;
}

.survey-monkey-widget__dialog .smcx-embed > .smcx-iframe-container{
  height: 307px;
  width:70vw;
}

.survey-monkey-widget__button{
  width: auto;
  height:50px;
  margin-top: 10px;
  padding: 0px 20px;
  float:left;
  
  border-radius:100px;
  border: 2px solid rgba(226, 112, 0, 0.5);
  background-color: #ffffff;
  color: #e27000;
  font-weight: bold;
  
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0,0,0,.06);
  transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

.survey-monkey-widget__button:focus{
	outline: 0;
  border: 2px solid rgba(226, 112, 0, 0.8);
  box-shadow: 0px 0px 0px 2px rgba(226, 112, 0, 0.5);
}

.survey-monkey-widget__button:hover{
  	border: 2px solid rgba(226, 112, 0, 0.8);
  	box-shadow: 0 5px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.survey-monkey-widget__button .desktop-thumb-icon{
  font-weight:900;
  color:rgb(226, 112, 0);
  margin-left: 6px;
}

@media(max-width:991.98px){
  .survey-monkey-widget{
    z-index:6;
    position:fixed;
    right:22%;
	}
  
  .survey-monkey-widget__dialog{
    transform: translate(20%, 0%);
  }
  
  .survey-monkey-widget__dialog.active .btn-close{
    font-size: 1.2em;
    transform: translate(0px, 30px);
  }
  
  .survey-monkey-widget__dialog .smcx-embed{
    display:none;
  }

  .survey-monkey-widget__dialog.active .smcx-embed{
    height: 45vh;
    width:95vw;
    display: block;
  }

  .survey-monkey-widget__dialog .smcx-embed > .smcx-iframe-container{
    height: 45vh;
    width:95vw;
  }
  
  .survey-monkey-widget__button{
    width: 50px;
    height:50px;
    margin-top: 10px;
    padding: 0px;
    font-size: 1.4em;
    float:left;
	}
  
  .survey-monkey-widget__button .thumb-icon{
    font-weight:900;
    color:rgba(226, 112, 0, 0.6);
    transition: color .3s cubic-bezier(.155,1.105,.295,1.12);
  }

  .survey-monkey-widget__button.clicked .thumb-icon{
    color:rgb(226, 112, 0);
  }
}
/*** END POP-UP PESQUISA SURVEY MONKEY - LIA BARCELLOS - 10/09/2020 ***/


/*** START CAMPANHA DE PARCELAMENTO - LIA BARCELLOS - 20/08/2020 ***/

/* START PÁGINA DE PARCELAMENTO*/
/* Header */
.jumbotron--parcelamento{
  background-image: url(/hc/theming_assets/01HZPP6A4BN689QEADJS3T07V3);
  background-size: auto 100% !important;
  background-color: #F4F4F2 !important;
}

/* Artigo */
.container--parcelamento .article-content{
	margin-top: 10px;
  color: #004571;
}

.container--parcelamento .article-content ul{
	margin-top: 2%;
  margin-bottom: 2% !important;
  padding-right: 20%;
  color: #004571;
}

.container--parcelamento .article-content ul li{
	display: inline-flex;
  align-items: baseline;
}

.container--parcelamento .article-content ul li .fa-circle{
  font-size: .6em;
}

.container--parcelamento .article-content ul li span{
	margin-left: 10px;
}

.container--parcelamento table{
  width: 85%;
}

.container--parcelamento table p{
  margin-left: 5px;
}

@media(min-width: 992px){
	.container--parcelamento{
    padding: 0 !important;
	}
}

@media(max-width: 767.979px){
  .jumbotron--parcelamento{
    background-size: 150% !important;
    background-position-x: 80% !important;
  }
}

@media(max-width: 991.98px){
  .container--parcelamento .article-title:nth-child(2){
    font-size: 20px !important;
  }
 .container--parcelamento table{
  	width: 90%;
	}
  .container--parcelamento .article-content ul {
    padding-left: 0;
    padding-right: 8%;
  }
  .container--parcelamento .article-content ul li span{
    font-size: .9em;
  }
	.container--parcelamento .article-content ul li .fa-circle{
		font-size: .5em;
	}
}
/* END PÁGINA DE PARCELAMENTO */

/*** END CAMPANHA DE PARCELAMENTO ***/

/* START Pop-up de imagem - Página inicial */
.modal-dialog--img-modal{
  max-width: 100% !important;
}

.modal-content--img-modal{
	background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  
  width: auto !important;
}

.modal-content--img-modal .modal-body{
	padding: 0 !important;
  margin: 0 auto !important;
  width: min-content;
  display: -ms-inline-grid;
	-ms-grid-columns: min-content;
  -ms-align: center;
}

.modal-content--img-modal .img-container{
	width: min-content;
  height: min-content;
  display: flex;
  flex-direction: column;
  margin: 0 auto !important;
 }

.modal-content--img-modal button.close{
  align-self: flex-start;
  margin-left: 92%;
  margin-bottom: 2px;
  color: #f4f4f4;
  text-shadow: 0 1px 0 #000;
  opacity: 1;
 }

.modal-content--img-modal button.close span{
	font-size: 1.3rem;
}

.modal-content--img-modal .img-container a{
  width: min-content;
  display: -ms-inline-grid;
	-ms-grid-columns: min-content;
  margin: 0 auto !important;
}

.modal-content--img-modal .img-container img{
  width: 90vw;
}

.modal-content--img-modal label{
  margin: 0 auto;
  width: 80%;
  color: #fff;
  font-size: 1em;
}

@media(min-width: 700px){
	.modal-content--img-modal button.close{
    opacity: .8;
	}
	.modal-content--img-modal button.close span{
		font-size: 1.8rem;
	}
  .modal-content--img-modal .img-container img{
    width: 50vw;
  }
  .modal-content--img-modal label{
    font-size: 1.1em;
  }
}
@media(min-width:1000px){
  .modal-content--img-modal button.close{
  	margin-left: 94%;
	}
}
@media(min-width: 1200px){
  .modal-content--img-modal button.close span{
		font-size: 2rem;
	}
  .modal-content--img-modal .img-container img{
    width:40vw;
  }
}
@media(min-width: 1300px){
  .modal-content--img-modal .img-container img{
    width:38vw;
  }
  .modal-content--img-modal label{
    font-size: 1.2em;
  }
}
@media(min-width: 1500px){
  .modal-content--img-modal .img-container img{
    width:32vw;
  }
}
@media(min-width: 1800px){
  .modal-content--img-modal .img-container img{
    width:30vw;
  }
}
/* END - Pop-up de imagem - Página inicial */

/*** START ARTIGO - ENTENDA OS CAMPOS DA SUA CONTA - LIA BARCELLOS - 24/11/2020 ***/
.conta-container{
  position:relative;
  margin:0 auto;
}
@media(min-width:768px){
  .conta-container{
   width:max-content; 
  }
}
/*** END ARTIGO - ENTENDA OS CAMPOS DA SUA CONTA***/


.responsive {
  width: 100%;
  height: auto;
}


/*** START MEDIA QUERY - QUERO SER CLIENTE - DIEGO ***/

/* START MEDIA QUERY - BANNER MID-PAGE */
@media (max-width: 575.98px) {    
  
.btn-cliente, .btn-orange-front--mid-page-banner {
    color: #fff !important;
    background-color: #e57200 !important;
    font-size: larger!important;
    width: 60%;
    border: 2px solid #e57200 !important;
    outline: none;
    margin-bottom: 10px;
     }  
  
 .btn-cliente:hover, .btn-orange-front--mid-page-banner:hover{
    padding: 10% auto!important;
    font-size: larger!important;
    width: 60%;
   }      
  
  .font_qs_cliente {
  font-size: 35px;
  font-weight: bold;
  line-height: 100%;
  }
  
.img-fluid-naturgy {
  max-width: 100% !important;
  height: auto!important;
}  
  
.box_image {
    color: #fff;
    margin: 10% 2% 16% 3%;
}
  
  .box_qs_cliente{
    color: #004571;
    margin: 7% 0% 0% 0%;  
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.font_qs_cliente {
    font-size: 35px;
    font-weight: bold;
    line-height: 100%;  
  }

  .img-fluid-naturgy {
    max-width: 100% !important;
    height: auto!important;
  }  

  .box_image {
    color: #fff;
    margin: 17% 2% 16% 3%;
  }
  
  .box_qs_cliente{
    margin: 3% 5% 5% 5%;  
  }
}

@media (min-width: 992px) and (max-width: 5000px) { 
  .box_qs_cliente {
    margin: 10% 0;
    padding: 0;
  }

  .font_qs_cliente {
    font-size: 3rem;
    font-weight: bold;
    line-height: 100%;
    padding-right: 5%;
  }
  
  .font_sub-text {
    font-size: larger;
    line-height: 1.5rem;
    color: #004571;
    padding-right: 10%;
  }
}
/*** FINAL MEDIA QUERY - QUERO SER CLIENTE - DIEGO ***/

.alert {
  margin-top: -1rem !important;*/
  padding: 0.75rem 1.5rem !important;
  margin-right: 0 !important;
  margin-bottom: 2rem ! important;
  /*** margin-left: 1rem !important;***/
  border: 0 solid transparent !important;
  border-radius: 4px !important;
  /***box-shadow: 0 6px 10px rgb(0 0 0 / 8%), 0 0 6px rgb(0 0 0 / 5%);***/
}

.alert-link {
  color:  #FFFFFF !important;
}

.alert-link:hover {
  color:  #004571 !important;
}

.alert-link_consulte {
  font-size: 1.3rem !important;
  line-height: 1.5rem !important;
  color: #FFFFFF !important;
}

.alert-link_consulte:hover {
 font-size: 1.3rem !important;
  line-height: 1.5rem !important;
  color: #004571 !important;
}

.alert-secondary {
    color:  #004571 !important;
    background-color: #CCD9E2 !important;
    border-color: #f4f4f2!important;
}

.callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  border-left-color: #f0ad4e;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #888; }

.hamburger-box {
  width: 26px;
  height: 25px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 100%;
    height: 3px;
    background-color: #888;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* ----------------------------------------------
 * Generated by Animista on 2021-1-21 9:39:13
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
.slide-in-left {
	-webkit-animation: slide-in-left 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: slide-in-left 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/*** END ANIMISTA ***/

/*
  slide-down animation
 */
.slide-down {
	-webkit-animation: slide-down 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: slide-down 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@keyframes slide-down {
  0% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    /*-webkit-transform: scaleY(0);
            transform: scaleY(0);*/
    height: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
     height: 100%;
  }
}

/*
	appear animation
*/
.appear{
  -webkit-animation: appear 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: appear 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

.appear-late{
  -webkit-animation: appear 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000) .3s both;
	        animation: appear 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000) .3s both;
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.w-90{
 width: 90% !important; 
}


/*
	Novo botão quero ser cliente - CRIAMOS! MAR2023
*/

.bt_laranja {
  height: 40px;
  padding: 40px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: larger !important;
  border: 2px solid !important;
  border-radius: 4px;
  color: #fff !important;
  background-color: #e57200 !important;
  border-color: #e57200 !important;
  outline: none;
  /* white-space: nowrap;*/
}

.bt_laranja:hover{
  font-size: larger !important;
  text-decoration: none !important;
  border: 2px solid;
  border-radius: 4px;
	outline: none;
  color: #fff !important;
  background-color: #dc6016 !important;
  border-color: #dc6016 !important;
  }

.bt_laranja:active, .bt_laranja:focus  {
 outline: none !important;
 text-decoration: none;
}


/* modifica tamanho da fonte no botão do pop up */
.bt_font_size  {
font-size: 13px !important;
}

.bt_font_size:hover {
font-size: 13px !important;
}

/*
	Novo botão Checklist Pulse - CRIAMOS! MAR2023
*/

  .callout-color_laranja {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee; 
  border-left-width: 5px;
  border-radius: 3px;
  border-left-color: #e57200;
}

.callout-color_lar_2 {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee; 
  border-left-width: 5px;
  border-radius: 3px;
  border-left-color: #ea8e32;
}

.callout-color_lar_3 {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee; 
  border-left-width: 5px;
  border-radius: 3px;
  border-left-color: #efaa66;
}

  .callout-color_azul {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee; 
  border-left-width: 5px;
  border-radius: 3px;
  border-left-color: #004571;
}


.pulse{
    width: 10%;
    height: 20%;
    background: #e57200;
    border-radius: 4px;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    line-height: 50px;
    font-family: sans-serif;
    /* text-transform: uppercase;*/
    animation: animate-pulse 3s linear infinite;
    cursor: pointer
    
}

@keyframes animate-pulse{
    0%{
        box-shadow: 0 0 0 0 rgba(229,114,0,1),  0 0 0 0 rgba(229,114,0,1);
    }
    40%{
        box-shadow: 0 0 0 10px rgba(0,69,113,0.0),  0 0 0 0 rgba(0,69,113,0.0);
    }
    80%{
        box-shadow: 0 0 0 20px rgba(0,69,113,0.0),  0 0 0 10px rgba(0,69,113,0.0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(0,69,113,0.0),  0 0 0 10px rgba(0,69,113,0.0);
    }
    
}


.pulse:hover {
    background: #dc6016;
   } 
      
.color_checklist {
  color: #FFF !important;
  padding: 15px;
  text-decoration: none!important;
  }

.color_checklist:hover {
  color: #FFF !important;
  font-weight: medium !important;
  padding: 15px;
     }

.color_pro_verif {
  color: #fff !important;
  padding: 15px;
  text-decoration: none!important;
  }

.color_pro_verif:hover {
  color: #fff !important;
  font-weight: medium !important;
  padding: 15px;
}

.alert-card_cinza {
    color: #f4f4f2;
    background-color: #f4f4f2;
    border-color: #f4f4f2;
    color: #004571;
   }

/* Circulo númerico artigo */

.numberCircle {
    font: 25px Arial, sans-serif;
    Margin:0 auto;
    width: 2em;
    height: 2em;
    box-sizing: initial;
    background: #fff;
    border: 0.1em solid #004571;
    color: #e57200;
    text-align: center;
    border-radius: 20%; 
    line-height: 2em;
    font-weight: bold;  
    box-sizing: content-box;   
}
/* Fim Circulo númerico artigo */

/* Botão responsivo nova página QUERO SER CLIENTE */

  /* FIM */
  
.title_checklist {
  font-weight: bold;  
  font-size: 3.2rem;
  color: #fff;
  background-color: #004571;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
  
  @media (max-width: 500px) {
 
  .title_checklist {
    font-weight: bold; 
    font-size: 2.2rem !important;
    color: #004571;
    background-color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    }
  }
  

@media (max-width: 360px) { 

.bt_laranja {
    width: 80%;
                
    }
}

.btn-laranja{
  width:100%;
  height: 100%;
  padding: 20px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: larger !important;
  border: 2px solid !important;
  border-radius: 4px;
  color: #fff !important;
  background-color: #e57200 !important;
  border-color: #e57200 !important;
}

.btn-laranja:hover{
  width:100%;
  font-size: larger !important;
  text-decoration: none !important;
  border: 2px solid;
  border-radius: 4px;
	outline: none;
  color: #fff !important;
  background-color: #dc6016 !important;
  border-color: #dc6016 !important;
}

.whatsapp-icon {
    color: #25D366; /* Verde do WhatsApp */
}


.jumbotron .btn-header-mude {
    font-size: 1.05rem !important;
}

.jumbotron .btn-header-mude:hover {
    font-size: 1.05rem !important;
}

/* recaptcha*/
.grecaptcha-badge{
  bottom: 180px !important; 
}

.validar:hover{
  background-color:#dc6016  !important
}

.validar:focus{
  background-color:#dc6016  !important
}

.validarMinha:hover{
  background-color:#dc6016  !important;
}

.validarMinha:focus{
  background-color:#dc6016  !important;
}

/* Inicio da animação Alerta Onde posso pagar a conta de gás? */
@keyframes slideFadeRight {
    from {
      opacity: 0;
      transform: translateX(-30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .alert-animado {
    animation: slideFadeRight 0.8s ease-out;
  }
/* final da animação Alerta Onde posso pagar a conta de gás? */




<!-- Container para guardar a URL do asset -->

/* Banner 360000447431*/ 
<div id="banner-debito-url" data-url="{{asset 'Banner__debito_automatico_1200x300px.png'}}" style="display:none;"></div>

/* Banner Fatura Online*/
<div id="banner-fatura-url" data-url="{{asset '17001_Banner_Fatura_NTG_1200x300px_V1.jpg'}}" style="display:none;"></div>


<meta name="banner-debito-url" content="{{asset 'Banner__debito_automatico_1200x300px.png'}}" />



/* Início Card com brilho contínuo */
/* Card com brilho contínuo */
.glow-card {
  position: relative;
  overflow: hidden; /* importante para o brilho não sair do card */
}

/* Camada de brilho */
.glow-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%; /* começa fora do card */
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg); /* inclina o brilho */
  animation: shine 2s linear infinite; /* animação contínua */
}

/* Movimento do brilho */
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%; /* atravessa todo o card */
  }
}

/* Final Card com brilho contínuo */

/* Pattern*/
.pattern_bg {
  background-image: radial-gradient(rgba(255,255,255,0.2) 1px, transparent 1px);
  background-size: 20px 20px;
}
