@font-face {
  font-family: Nunito-Bold;
  src: url("fonts/Nunito-Bold.ttf");
}

@font-face {
  font-family: Nunito-SemiBold;
  src: url("fonts/Nunito-SemiBold.ttf");
}

@font-face {
  font-family: Nunito-Regular;
  src: url("fonts/Nunito-Regular.ttf");
}

@font-face {
  font-family: Nunito-Light;
  src: url("fonts/Nunito-Light.ttf");
}

@font-face {
  font-family: Nunito-ExtraLight;
  src: url("fonts/Nunito-ExtraLight.ttf");
}

body {
  margin: 0;
  font-family: Nunito-Regular;
  line-height: unset;
}

.header {
  width: 100%;
  height: 80px;
  /* border-bottom: 1px solid #e8e8e8; */
  position: fixed;
  z-index: 10;
  top: 0px;
  background: #FFFFFF;
  transition: all 0.2s linear;
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.05);
}

.header-scrolled {
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2);
}

.header-content {
  width: 100%;
  max-width: 1080px;
  display: block;
  margin: auto;
  position: relative;
}

.header-logo {
  /* width: 120px; */
  width: 280px;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
  /* background-image: url("../img/logo.jpeg"); */
  background-image: url("../img/logo-agendacarro.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.header-menu {
  position: absolute;
  right: 0px;
  top: 29px;
  user-select: none;
}

.header-menu-item {
  margin-left: 20px;
  cursor: pointer;
  font-size: 15px;
  font-family: Nunito-SemiBold;
  color: #606366;
  text-decoration: none;
  transition: all 0.2s linear;
}

.header-menu-item:hover {
  opacity: 0.7;
}

.header-menu-btn {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.2s linear;
  background-image: url("../img/icon-menu.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.header-menu-btn.active {
  background-image: url("../img/icon-menu-active.svg");
}

.content {
  margin-top: 80px;
  /* position: absolute;
  top: 80px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow-x: hidden;
  overflow-y: auto; */
}

.line {
  width: 100%;
  max-width: 1080px;
  display: block;
  margin: auto;
  padding: 50px 0px;
}

.line.centered {
  text-align: center;
}

.column-50 {
  width: calc(50% - 3px);
  display: inline-block;
  vertical-align: middle;
}

.column-50 img {
  width: 100%;
}

.mini-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #136dfb;
  margin-bottom: 15px;
}

.big-title {
  color: #1a1a1a;
  font-size: 38px;
  font-family: Nunito-Light;
  line-height: 130%;
  margin-bottom: 20px;
}

.text {
  color: #a0a0a0;
  font-family: Nunito-Light;
  line-height: 130%;
  margin-bottom: 20px;
}

.btn {
  background: #136dfb;
  color: #FFF;
  text-transform: uppercase;
  border: 0;
  padding: 17px 50px;
  border-radius: 100px;
  font-size: 12px;
  cursor: pointer;
  user-select: none;
  font-family: Nunito-Bold;
}

.centered-mini-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #136dfb;
  margin-bottom: 15px;
  display: block;
  text-align: center;
}

.centered-medium-title {
  display: block;
  text-align: center;
  font-size: 32px;
  color: #1a1a1a;
  font-family: Nunito-Light;
}

.centered-cards {
  padding: 50px 0px;
  text-align: center;
}

.centered-card {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding: 0px 20px;
}

.centered-card-5 {
  width: calc(20% - 4px);
  display: inline-block;
  vertical-align: top;
  padding: 0px 20px;
}

.centered-card:first-child {
  padding-left: 0px;
}

.centered-card:last-child {
  padding-right: 0px;
}

.centered-card-img {
  width: 190px;
  margin-bottom: 20px;
}

.centered-card-img.h-60 {
  width: auto;
  height: 60px;
}

.centered-card-title {
  font-size: 22px;
  color: #333;
  font-family: Nunito-Light;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.centered-card-description {
  font-family: Nunito-Light;
  display: block;
  text-align: center;
  color: #666;
  line-height: 140%;
}

.simple-list {
  margin-top: 50px;
  margin-bottom: 30px;
}

.simple-list li {
  color: #666;
  display: block;
  margin-bottom: 25px;
}

.simple-list li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #136dfb;
  display: inline-block;
  margin-right: 30px;
}

.full-lines {
  text-align: left;
  margin-top: 50px;
}

.full-line {
  margin-top: 20px;
}

.full-line-header {
  display: block;
}

.full-line-icon {
  width: 34px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}

.full-line-icon svg {
  width: 100%;
  height: 100%;
}

.full-line-title {
  display: inline-block;
  vertical-align: middle;
  font-family: Nunito-Bold;
  margin-left: 18px;
  color: #1a1a1a;
}

.full-line-description {
  padding-left: 56px;
  font-family: Nunito-Light;
  color: #666;
  font-size: 14px;
  line-height: 21px;
}

.blue-box {
  width: 100%;
  background: #126cfa;
  background: radial-gradient(circle, #4077de 0%, #075fb1 100%);
  padding: 30px;
  text-align: center;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.blue-box-text {
  margin-top: 20px;
  margin-bottom: 40px;
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 25px;
  font-family: Nunito-Bold;
}

.blue-box-btn {
  background: #FFF;
  color: #1d66b8;
  text-transform: uppercase;
  border: 0;
  padding: 17px 50px;
  border-radius: 100px;
  font-size: 12px;
  cursor: pointer;
  user-select: none;
  font-family: Nunito-Bold;
}

.contact {
  background-color: #f8f8f8;
}

.contact-content {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 25px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-content-logo {
  /* width: 80px; */
  width: 200px;
  height: 80px;
  /* background-image: url("../img/logo.png"); */
  background-image: url("../img/logo-agendacarro-footer.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-content-data h3 {
  font-family: Nunito-Bold;
  font-size: 20px;
  margin-bottom: 10px;
  color: #606366;
}

.contact-content-data h4 {
  font-size: 15px;
  margin-bottom: 5px;
  color: #606366;
}

.footer {
  background-color: #f3f3f3;
  padding: 15px 0px;
  text-align: center;
  font-size: 11px;
  color: #919191;
}

@media screen and (max-width: 1080px) {
  .header-logo {
    margin-left: 30px;
  }
  
  .column-50 {
    width: 100%;
  }

  .column-50 img {
    max-width: 70%;
    display: block;
    margin: auto;
    margin-top: 40px;
  }

  .line {
    padding: 30px;
  }

  .btn {
    display: block;
    width: 100%;
  }

  .centered-cards {
    padding: 20px 0px;
  }

  .centered-card {
    width: 100%;
    padding: 0px 30px;
    margin-bottom: 30px;
  }

  .centered-card:first-child {
    padding-left: 30px;
  }

  .centered-card:last-child {
    padding-right: 30px;
  }

  .centered-card-5 {
    width: 100%;
    margin-top: 20px;
  }

  .full-lines {
    margin-top: 10px;
  }

  .contact-content {
    padding: 25px 30px;
  }
}

@media screen and (max-width: 768px) {
  .blue-box {
    padding: 15px;
    border-radius: 10px;
  }

  .blue-box-btn {
    cursor: pointer;
    user-select: none;
  }

  .contact-content-logo {
    display: none;
  }

  .contact-content-data {
    display: block;
    margin: auto;
  }

  .footer {
    font-size: 9px;
  }

  .header-menu {
    z-index: 9999;
    top: 80px;
    bottom: 0px;
    background: #FFF;
    border-top: 1px solid #f3f3f3;
    left: 0px;
    right: 0px;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s linear;
  }

  .header-menu-item {
    border-bottom: 1px solid #f3f3f3;
    margin: 0;
    width: 100%;
    display: block;
    height: 60px;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
  }

  .full-line-title {
    width: calc(100% - 60px);
  }

  .big-title {
    font-size: 29px;
  }

  .header-menu-btn {
    display: block;
  }

  .show {
    opacity: 1;
    pointer-events: initial;
  }
}