.cover{
	background-image: url("../img/dr-content/01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 800px;
	background-position: center center;
}
.title{
	font-family: 'Poppins', Arial, sans-serif;
	line-height: 1em;
	font-size: 3em;
}
.section-2{
	padding: 60px 120px;
}
.subtitle{
	font-family: 'Dancing Script', cursive;
	font-size: 2em;
}
.pi-section-base-2{
	background-color: #de9e27;
}
/*Timeline*/
.pi-timeline-date {
    width: 500px;
}
.pi-timeline-item-date span:last-child {
    font-size: 16px;
}
/*Footer*/
.footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
	z-index: 3;
}

.btn-whatsapp {
  z-index: 999999;
  background: #3BBF5A;
  position: fixed;
  bottom: 110px;
  right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(59, 191, 90, 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;
}
h1, .h1 {
    font-size: 2.2em;
}
}
@media (max-width: 960px) {
.section-2 {
    padding: 40px 55px;
}
}