.cover {
  background-image: url("../img/cover-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  background-position: top;
}
.title {
  font-family: 'Poppins', Arial, sans-serif;
  line-height: 1em;
  font-size: 3em;
}
.section-2 {
  padding: 60px 120px;
}
.subtitle {
  font-family: 'Yesteryear', Arial, sans-serif;
  font-size: 2em;
}
.pi-section-base-2 {
  background-color: #f17739;
}
.pi-section-base-2 a {
  color: #fff !important;
}
li::marker {
  color: transparent;
}
/*Footer*/
.footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
.btn-whatsapp {
  z-index: 999999;
  background: #25d366;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(37, 211, 102, 0.5);
}
.pulse {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(37, 211, 102, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
}
.wa-center {
  display: block;
  margin: 10px auto;
}
@media (min-width: 960px) {
  .pi-timeline-item-left {
    text-align: right;
  }
}
@media (max-width: 320px) {
  .pi-row-lg .pi-row-block-logo img {
    max-height: 48px;
  }
  .pi-header-rows-fixed .pi-row-reduced img, .pi-header-row-fixed .pi-row-reduced img {
    max-height: 48px;
  }
}
@media (max-width: 420px) {
  .pi-row-lg .pi-row-block-logo img {
    max-height: 70px;
  }
  .title {
    font-size: 2.8em;
  }
  .section-2 {
    padding: 40px 60px;
  }
  .section-3 {
    padding: 40px 60px;
  }
  h1, .h1 {
    font-size: 2.2em;
  }
	.pi-icon-box-icon-big h5{
		font-size: 1.1em !important;
		padding-top: 7px;
}
}
@media (max-width: 767px) {
  .cover {
    background-image: url("../img/cover-2-xs.jpg");
  }
}
@media (max-width: 960px) {
  .section-2 {
    padding: 40px 55px;
  }
}