:root {
  --primary-color: #078ad0;
  --secondary-color: #005F99;
  --text-color: #4A5568;
  --background-color: #FBFBFB;
  --background-alt-color: #F8F8F8;
  --border-color: #e9e9e9;
  --accent-color: #666;
}

/* Estilos gerais do corpo da página */
body {
  font-family: 'Fira sans','Roboto', sans-serif;
  background-color: var(--background-color);
  margin: 0;
  padding: 0;
  color: var(--text-color);
}

.intro-paragraph {
  text-align: center;
  max-width: 750px; 
  margin: 1.2em auto;
  padding: 0 16px;
  font-size: 1.1em;
  color: var(--accent-color);
  line-height: 1.2;
}

.logo-container {
  background-color: #f8f8f8; 
  border-bottom: 1px solid #e7e7e7; 
  padding: 16px 2em; 
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

.panel-section {display: flex; justify-content: center; padding: 12px 0; align-items: center;}
.panel-section p {max-width: 160px; text-align: right; color: #868686; line-height: 100%; text-transform: uppercase; font-size: 90%;}

@media (min-width: 992px) {
  .panel-section p {margin-left: -172px;}
}

.features-section {
  max-width: 700px;
  margin: 2em auto; 
  padding: 2em 1em;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
}

.section-tag {
  background: var(--primary-color); 
  color: white; 
  text-align: center; 
  padding: 6px;
  border-radius: 8px 8px 0 0; 
  margin: -2em -1em 0;
  text-transform: uppercase;
  font-size: 100%;
}

@media (min-width: 992px) {
  .features-section {padding: 2em 3em 2em;}
  .section-tag {margin: -3em -3em 0;}
}

.feature-box {
  display: flex; 
  align-items: center; 
  gap: 3em;
  padding: 1em 0 1.2em;
  border-bottom: 1px solid #e9e9e9;
}

.feature-2fa {}
.feature-2fa .feature-box {border: none; padding-bottom: 0;}

.feature-box.layout-reverse {
  flex-direction: row-reverse;
}

.feature-text h2 {
  font-size: 1.2em;
  font-weight: 700;
  color: var(--text-color);
  text-transform: uppercase;
  margin: 0;
  position: relative;
  display: inline-block; 
}

.feature-text p {
  font-size: 1em;
  color: #666;
  line-height: 1.4; 
  margin-bottom: 0; margin-top: .2em;
}

.feature-icon img {
  max-width: 150px; 
  height: auto; 
}

.accordion {
  width: 100%;
  margin-top: 0; padding-left: 0;
}

.accordion li {
  list-style: none;
  width: 100%;
}

.accordion li label {
  display: flex;
  align-items: center;
  padding: 15px 0 0;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 700;
  color: #3a506b; 
  text-transform: uppercase;
}

label::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 20px;
  border-right: 3px solid #3a506b; 
  border-bottom: 3px solid #3a506b; 
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}

input[type="checkbox"] { 
  display: none;
}

.accordion .content {
  color: #555;
  padding: 0 10px 0 38px;
  line-height: 26px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s, padding 0.5s;
}

.accordion .content p {margin-top: .3em; line-height: 26px;}
.accordion input[type="checkbox"]:checked + label::before { 
  transform: rotate(45deg);
}

.accordion input[type="checkbox"]:checked + label + .content {
  max-height: 400px;
  padding: 0 10px 0 32px;
}

.site-footer {
  background-color: var(--background-alt-color); 
  border-top: 1px solid #e7e7e7; 
  padding: 12px 0; 
  text-align: center; margin-top: 24px;
}

/* conecta login button v2 */
.btn-login.btn-conectar {display: block; margin: 2px 16px; padding: 4px 4px; width: 250px; height: 54px; background: #FFF url(img/btn-conecta-auth.png) center center no-repeat; border: none; text-indent: -100em; border-radius: 8px 0 0 8px; box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.14); transition: color 0.25s 0.08s, transform 0.5s; position: relative;}
.btn-login.btn-conectar::before, .btn-login.btn-conectar::after {border: 0 solid transparent; box-sizing: border-box; content: ""; pointer-events: none; position: absolute; width: 0; height: 0; top: 0; left: 0; border-radius: 8px 0 0 8px;}
.btn-login.btn-conectar::before {border-top-width: 3px; border-left-width: 3px;}
.btn-login.btn-conectar::after {border-bottom-width: 3px; border-right-width: 3px; top: unset; bottom: 0;}
.btn-login.btn-conectar:hover, .btn-login.btn-conectar:focus {color: var(--primary-color);}
.btn-login.btn-conectar:hover::before, .btn-login.btn-conectar:hover::after, .btn-login.btn-conectar:active::before, .btn-login.btn-conectar:active::after, .btn-login.btn-conectar:focus::before, .btn-login.btn-conectar:focus::after {border-color: var(--primary-color); transition: border-color 0s, width 0.25s, height 0.25s; width: 100%; height: 100%; transition-delay: 0s, 0s, 0.25s;}

/* login button fx */
.btn-login.btn-conectar .conectar {transition-delay: .2s; display: flex; width: 120px;height: 70px;background: #078ad0;color: #FFF;text-indent: 0;align-items: center;justify-content: center;border-radius: 0 8px 8px 0;box-shadow: none;outline: none;border: 0;text-decoration: none;position: absolute;top:0; right: -20%; z-index: 2;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 6px; opacity: 0;}
.btn-login.btn-conectar .conectar {  height: 62px;  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.14);}
.btn-login.btn-conectar:hover {/*position:relative; overflow: initial; transform:translateX(-20%); background-position-x: 23%;*/}

@media (min-width:822px) and (max-width: 1070px) {.btn-login.btn-conectar:hover {transform: translateX(-40%);}}
.btn-login.btn-conectar .conectar {right: -43%; opacity: 1; right: -46%;}
.btn-login.btn-conectar svg {transform: scale(1); transition: transform 0.3s ease;}
.btn-login.btn-conectar:hover svg {transform: scale(2);margin-left: 8px;}

@media (max-width: 420px) {
  .logo-container {padding:12px 1em;}
  .intro-paragraph {margin-bottom: 0;}
  .panel-section {flex-wrap: wrap;}
  .panel-section p {max-width: unset;}
  .section-tag {margin: -2em -7px 0;}
  .features-section {padding:6px; margin-left: 12px; margin-right: 12px;}
  .feature-box {gap: 1em;}
  .feature-icon img {max-width: 70px;}
  .feature-text p {line-height: 1.2em;}
  .btn-login.btn-conectar {border-radius: 8px;}
  .btn-login.btn-conectar::before {border-radius: 8px;}
  .btn-login.btn-conectar .conectar {display: none;}
}
