/*--------------------------------------------------------------
# Hero Comportamental
--------------------------------------------------------------*/
#hero2 {
  width: 100%;
  height: 90vh;
  background: url("../img/comportamental.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero2:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero2 .container {
  padding-top: 0px;
}

@media (max-width: 992px) {
  #hero2 .container {
    padding-top: 98px;
  }
}

#hero2 h1 {
  text-align:center;
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  padding-bottom:15px;
}

#hero2 h1 span {
  color: #fcaf17;
}

#hero2 h2 {
  text-align:center;
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 32px;
}

#hero2 .btns {
  margin:30px auto 0px;
  text-align:center
}

#hero2 .btn-menu, #hero2 .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #fcaf17;
}

#hero2 .btn-menu:hover, #hero2 .btn-book:hover {
  background: #fcaf17;
  color: #fff;
}

#hero2 .btn-book {
  margin-left: 15px;
}

#hero2 .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#fcaf17 50%, rgba(42, 64, 25, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#hero2 .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero2 .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#hero2 .play-btn:hover::after {
  border-left: 15px solid #fcaf17;
  transform: scale(20);
}

#hero2 .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #hero2 {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero2 .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #hero2 {
    height: auto;
  }
  #hero2.container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #hero2 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero2 h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Hero Internato
--------------------------------------------------------------*/
#hero3 {
  width: 100%;
  height: 90vh;
  background: url("../img/internato2.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero3:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero3 .container {
  padding-top: 0px;
}

@media (max-width: 992px) {
  #hero3 .container {
    padding-top: 98px;
  }
}

#hero3 h1 {
  text-align:center;
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  padding-bottom:15px;
}

#hero3 h1 span {
  color: #fcaf17;
}

#hero3 h2 {
  text-align:center;
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 32px;
}

#hero3 .btns {
  margin:30px auto 0px;
  text-align:center
}

#hero3 .btn-menu, #hero3 .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #fcaf17;
}

#hero3 .btn-menu:hover, #hero3 .btn-book:hover {
  background: #fcaf17;
  color: #fff;
}

#hero3 .btn-book {
  margin-left: 15px;
}

#hero3 .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#fcaf17 50%, rgba(42, 64, 25, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#hero3 .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero3 .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#hero3 .play-btn:hover::after {
  border-left: 15px solid #fcaf17;
  transform: scale(20);
}

#hero3 .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #hero3 {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero3 .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #hero3 {
    height: auto;
  }
  #hero3.container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #hero3 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero3 h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}



/*--------------------------------------------------------------
# Hero Domiciliar
--------------------------------------------------------------*/
#hero4 {
  width: 100%;
  height: 90vh;
  background: url("../img/domiciliar2.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero4:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero4 .container {
  padding-top: 0px;
}

@media (max-width: 992px) {
  #hero4 .container {
    padding-top: 98px;
  }
}

#hero4 h1 {
  text-align:center;
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  padding-bottom:15px;
}

#hero4 h1 span {
  color: #fcaf17;
}

#hero4 h2 {
  text-align:center;
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 32px;
}

#hero4 .btns {
  margin:30px auto 0px;
  text-align:center
}

#hero4 .btn-menu, #hero4 .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #fcaf17;
}

#hero4 .btn-menu:hover, #hero4 .btn-book:hover {
  background: #fcaf17;
  color: #fff;
}

#hero4 .btn-book {
  margin-left: 15px;
}

#hero4 .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#fcaf17 50%, rgba(42, 64, 25, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#hero4 .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero4 .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#hero4 .play-btn:hover::after {
  border-left: 15px solid #fcaf17;
  transform: scale(20);
}

#hero4 .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #hero4 {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero4 .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #hero4 {
    height: auto;
  }
  #hero4.container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #hero4 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero4 h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


/*--------------------------------------------------------------
# Hero Grupos
--------------------------------------------------------------*/
#hero5 {
  width: 100%;
  height: 90vh;
  background: url("../img/grupos2.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero5:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero5 .container {
  padding-top: 0px;
}

@media (max-width: 992px) {
  #hero5 .container {
    padding-top: 98px;
  }
}

#hero5 h1 {
  text-align:center;
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  padding-bottom:15px;
}

#hero5 h1 span {
  color: #fcaf17;
}

#hero5 h2 {
  text-align:center;
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 32px;
}

#hero5 .btns {
  margin:30px auto 0px;
  text-align:center
}

#hero5 .btn-menu, #hero5 .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #fcaf17;
}

#hero5 .btn-menu:hover, #hero5 .btn-book:hover {
  background: #fcaf17;
  color: #fff;
}

#hero5 .btn-book {
  margin-left: 15px;
}

#hero5 .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#fcaf17 50%, rgba(42, 64, 25, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#hero5 .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero5 .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#hero5 .play-btn:hover::after {
  border-left: 15px solid #fcaf17;
  transform: scale(20);
}

#hero5 .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #hero5 {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero5 .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #hero5 {
    height: auto;
  }
  #hero5.container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #hero5 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero5 h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


/*--------------------------------------------------------------
# Hero Cuidados à Domicílio
--------------------------------------------------------------*/
#hero6 {
  width: 100%;
  height: 90vh;
  background: url("../img/cuidados2.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero6:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero6 .container {
  padding-top: 0px;
}

@media (max-width: 992px) {
  #hero5 .container {
    padding-top: 98px;
  }
}

#hero6 h1 {
  text-align:center;
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  padding-bottom:15px;
}

#hero6 h1 span {
  color: #fcaf17;
}

#hero6 h2 {
  text-align:center;
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 32px;
}

#hero6 .btns {
  margin:30px auto 0px;
  text-align:center
}

#hero6 .btn-menu, #hero6 .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #fcaf17;
}

#hero6 .btn-menu:hover, #hero6 .btn-book:hover {
  background: #fcaf17;
  color: #fff;
}

#hero6 .btn-book {
  margin-left: 15px;
}

#hero6 .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#fcaf17 50%, rgba(42, 64, 25, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#hero6 .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero6 .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#hero6 .play-btn:hover::after {
  border-left: 15px solid #fcaf17;
  transform: scale(20);
}

#hero6 .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #hero6 {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero6 .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #hero6 {
    height: auto;
  }
  #hero6.container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #hero6 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero6 h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}



/*--------------------------------------------------------------
# Hero Escolha do Filhote / Raça
--------------------------------------------------------------*/
#hero7 {
  width: 100%;
  height: 90vh;
  background: url("../img/filhotes2.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero7:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero7 .container {
  padding-top: 0px;
}

@media (max-width: 992px) {
  #hero7 .container {
    padding-top: 98px;
  }
}

#hero7 h1 {
  text-align:center;
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  padding-bottom:15px;
}

#hero7 h1 span {
  color: #fcaf17;
}

#hero7 h2 {
  text-align:center;
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 32px;
}

#hero7 .btns {
  margin:30px auto 0px;
  text-align:center
}

#hero7 .btn-menu, #hero7 .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #fcaf17;
}

#hero7 .btn-menu:hover, #hero7 .btn-book:hover {
  background: #fcaf17;
  color: #fff;
}

#hero7 .btn-book {
  margin-left: 15px;
}

#hero7 .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#fcaf17 50%, rgba(42, 64, 25, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#hero7 .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero7 .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#hero7 .play-btn:hover::after {
  border-left: 15px solid #fcaf17;
  transform: scale(20);
}

#hero7 .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #hero7 {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero7 .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #hero7 {
    height: auto;
  }
  #hero7.container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #hero7 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero7 h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}





/*--------------------------------------------------------------
# Hero Guarda
--------------------------------------------------------------*/
#hero8 {
  width: 100%;
  height: 90vh;
  background: url("../img/guarda2.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero8:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero8 .container {
  padding-top: 0px;
}

@media (max-width: 992px) {
  #hero8 .container {
    padding-top: 98px;
  }
}

#hero8 h1 {
  text-align:center;
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  padding-bottom:15px;
}

#hero8 h1 span {
  color: #fcaf17;
}

#hero8 h2 {
  text-align:center;
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 32px;
}

#hero8 .btns {
  margin:30px auto 0px;
  text-align:center
}

#hero8 .btn-menu, #hero8 .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #fcaf17;
}

#hero8 .btn-menu:hover, #hero8 .btn-book:hover {
  background: #fcaf17;
  color: #fff;
}

#hero8 .btn-book {
  margin-left: 15px;
}

#hero8 .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#fcaf17 50%, rgba(42, 64, 25, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#hero8 .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero8 .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#hero8 .play-btn:hover::after {
  border-left: 15px solid #fcaf17;
  transform: scale(20);
}

#hero8 .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #hero8 {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero8 .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #hero8 {
    height: auto;
  }
  #hero8.container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #hero8 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero8 h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}




/*--------------------------------------------------------------
# Hero Palestras e Eventos
--------------------------------------------------------------*/
#hero9 {
  width: 100%;
  height: 90vh;
  background: url("../img/eventos2.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero9:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero9 .container {
  padding-top: 0px;
}

@media (max-width: 992px) {
  #hero9 .container {
    padding-top: 98px;
  }
}

#hero9 h1 {
  text-align:center;
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  padding-bottom:15px;
}

#hero9 h1 span {
  color: #fcaf17;
}

#hero9 h2 {
  text-align:center;
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 32px;
}

#hero9 .btns {
  margin:30px auto 0px;
  text-align:center
}

#hero9 .btn-menu, #hero9 .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #fcaf17;
}

#hero9 .btn-menu:hover, #hero9 .btn-book:hover {
  background: #fcaf17;
  color: #fff;
}

#hero9 .btn-book {
  margin-left: 15px;
}

#hero9 .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#fcaf17 50%, rgba(42, 64, 25, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#hero9 .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero9 .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#hero9 .play-btn:hover::after {
  border-left: 15px solid #fcaf17;
  transform: scale(20);
}

#hero9 .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #hero9 {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero9 .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #hero9 {
    height: auto;
  }
  #hero9.container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #hero9 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero9 h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}