﻿.gridlock {
  width: 100%;
  max-width: 1284px;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.hidden {
  display: none;
}
.banner {
  font-family: "Enel Roobert Regular";
  padding-top: 125px;
  padding-bottom: 45px;
  box-sizing: border-box;
  background-color: #55be5a;
  height: 365px;
}
@media (min-width: 768px) {
  .banner {
    padding-top: 230px;
    height: 650px;
  }
}
.banner .breadcrumb {
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) {
  .banner .breadcrumb {
    font-size: 0.8125rem;
  }
}
.banner .title {
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  font-weight: 300;
  margin: 15px 0;
  font-size: 2rem;
  letter-spacing: -2.72px;  
}
@media (min-width: 768px) {
  .banner .title {
    font-size: 4.25rem;
    line-height: 79.56px;

  }
}
.banner .subtitle {
  text-align: center;
  position: relative;
  width: 70%;
  margin: 0 auto;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-size: 0.8125rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .banner .subtitle {
    width: 100%;
    max-width: 450px;
    font-size: 1.375rem;
  }
}

@media (min-width: 1260px) {
    .banner .subtitle {
        max-width: 600px;
        margin-top: 50px;
    }
}
.banner .breadcrumb {
  margin-bottom: 10px;
}
.banner .title {
  width: 90%;
  position: relative;
  margin: 0 auto 10px auto;
  text-align: center;
}
.atendimento .atendimento-item {
  font-family: Enel Roobert Regular;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 25px;
  cursor: pointer;
  box-sizing: border-box;
  overflow: auto;
}
@media (min-width: 1260px) {
  .atendimento .atendimento-item {
    padding: 25px 5%;
  }
}
.atendimento .atendimento-item .title {
  box-sizing: border-box;
  position: relative;
  left: 0;
  width: 100%;
  padding-left: 15%;
  padding-right: 10%;
  font-size: 1.5625rem;
  font-weight: bold;
  margin: 0;
  letter-spacing: -1.2px;
}
@media (min-width: 1260px) {
  .atendimento .atendimento-item .title {
    font-size: 1.875rem;
    line-height: 36px;
  }
}
.atendimento .atendimento-item .title .number {
  color: #ff0f64;
  font-weight: 700;
}
.atendimento .atendimento-item .title:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  height: 0px;
  width: 20px;
  background-color: #ff0f64;
}
@media (min-width: 1260px) {
  .atendimento .atendimento-item .title:before {
    width: 40px;
    height: 0;
  }
}
.atendimento .atendimento-item .description {
  box-sizing: border-box;
  position: relative;
  left: 0;
  width: 100%;
  padding-left: 15%;
  padding-right: 10%;
  font-weight: 300;
  font-size: 0.9375rem;
  letter-spacing: 0.44px;
  line-height: 150%;
  height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  padding-top: 30px;
}

.atendimento .atendimento-item .description h4 {
    letter-spacing: -1.2px;
}

@media (min-width: 1260px) {
  .atendimento .atendimento-item .description {
    font-size: 1.375rem;
    line-height: 35.86px;
  }

  .atendimento .atendimento-item .description h4{
    font-size: 1.375rem;
    line-height: 36px;
  }
}
.atendimento .atendimento-item .description ul {
  list-style-type: disc;
}
.atendimento .atendimento-item .description table {
  width: 100%;
  border-collapse: collapse;
}
.atendimento .atendimento-item .description th {
  width: 50%;
  padding-left: 30px;
  text-align: left;
  padding-bottom: 10px;
}
.atendimento .atendimento-item .description td {
  border: 1px solid #dddddd;
  vertical-align: top;
  padding: 20px 10px 20px 30px;
  color: #808080;
  font-size: 0.9375rem;
  line-height: 110%;
}
.atendimento .atendimento-item .description td:nth-child(odd) {
  border-left: 0px;
}
.atendimento .atendimento-item .description td:nth-child(even) {
  border-right: 0px;
}
.atendimento .atendimento-item .formula {
  width: 100%;
}
.atendimento .atendimento-item .toggle-button {
  position: absolute;
  top: 25px;
  right: 0;
  padding-right: 5%;
  color: #ff0f64;
}
.atendimento .atendimento-item.active {
  background-color: #FFFFFF;
  padding-top: 70px;
  padding-bottom: 70px;
}
.atendimento .atendimento-item.active .title:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  height: 180px;
  width: 20px;
  background-color: #ff0f64;
}
@media (min-width: 1260px) {
  .atendimento .atendimento-item.active .title:before {
    width: 40px;
    height: 150px;
    left: calc(15% + -60px);
  }
}
.atendimento .atendimento-item.active .description {
  height: 100%;
  opacity: 1;
}
@media (min-width: 1260px) {
  .atendimento .atendimento-item.active .description {
    max-width: 1300px;
    padding-left: calc(15% + 35px);
  }
}
.atendimento .atendimento-item.active .toggle-button {
  position: absolute;
  top: inherit;
  bottom: 40px;
  right: 0;
  padding-right: 5%;
  color: #ff0f64;
}
@media (min-width: 1260px) {
  .atendimento .atendimento-item.active .toggle-button {
    position: absolute;
    top: 75px;
    right: 0;
    padding-right: 5%;
    color: #ff0f64;
    margin-bottom: 25px;
  }
}

/*# sourceMappingURL=../maps/atendimento.css.map */
