.spinny-wrapper {
  position: relative;
}

.spinny-words {}

.spinny-words span {
  position: absolute;
  opacity: 0;
  animation: rotateWord 18s linear infinite 0s;
}

.spinny-words span:nth-child(2) {
  animation-delay: 3s;
}

.spinny-words span:nth-child(3) {
  animation-delay: 6s;
}

.spinny-words span:nth-child(4) {
  animation-delay: 9s;
}

.spinny-words span:nth-child(5) {
  animation-delay: 12s;
}

.spinny-words span:nth-child(6) {
  animation-delay: 15s;
}

@keyframes rotateWord {
  0% {
    opacity: 0;
  }

  2% {
    opacity: 0;
    transform: translateY(-30px);
  }

  5% {
    opacity: 1;
    transform: translateY(0px);
  }

  17% {
    opacity: 1;
    transform: translateY(0px);
  }

  20% {
    opacity: 0;
    transform: translateY(30px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* p dos footer */
#footer-section {
  padding: 40px 0px;
  background: #ffffff;
  color: #6f6f6f;
  display: none;
}



#footer-section h4 {
  font-size: 20px;
  font-weight: 500;

}


#footer-section p {
  margin-bottom: 0px;
}





#footer-section ul {
  padding-inline-start: 0px;
  list-style: none;

}


#footer-section ul a {
  color: #6f6f6f;

}

#footer-section li {
  margin-bottom: 5px;
}


.social i {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  background-color: #8c1819 !important;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  padding: 9px;
  margin-right: 5px;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.social i:hover {
  color: #8c1819;
  background-color: #fff !important;

}

.social .icofont-instagram {
  /*background-image: linear-gradient(-90deg, red, yellow);*/
  background: linear-gradient(-150deg, rgb(131, 58, 180), rgb(253, 29, 29), rgb(252, 176, 69));

}


.social .icofont-youtube {
  background: #db4533;
}

.social .icofont-line {
  background: #1ac02b;
}

.social .icofont-facebook {
  background: #3c5a9a;
}




#footer-section .sitemap ul a:hover {
  color: #8c1819;
}









#footer-section .col-lg-3 {
  border-right: 1px solid #dee2e6;
}

#footer-section .col-lg-3:last-child {
  border-right: 0px solid #dee2e6;
}




















a {
  text-decoration: none !important;
  color: #6f6f6f;

}

a:hover {
  color: #6f6f6f;
}





#footer-section .mobile-collapse_title {
  /*font-size: 14px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #343a40;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;*/
}

@media (max-width: 992px) {
  #footer-section {
    display: none;
  }

  #footer-section .mobile-collapse {
    margin-top: -1px;
    margin-bottom: 0;
    padding: 0 0 0 20px;
    background: #f5f5f5;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    margin-left: -15px;
    margin-right: -15px;
  }

  #footer-section .mobile-collapse_content {
    display: none;
    padding-bottom: 17px;
    /*font-size: 14px*/
  }

  #footer-section .open>.mobile-collapse_content {
    display: block
  }

  #footer-section .mobile-collapse_title {
    cursor: pointer;
    position: relative;
    /*font-size: 16px!important;*/
    margin-bottom: 0px !important;
    padding: 17px 38px 16px 0;
    letter-spacing: 0.02em;
    line-height: 26px;
    overflow: hidden;
    color: #000000 !important;
    /*text-transform: uppercase;*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color 0s linear;
    -ms-transition: color 0s linear;
    -webkit-transition: color 0s linear;
    -o-transition: color 0s linear
  }

  #footer-section .mobile-collapse_content {
    padding-right: 25px;
    padding-top: 15px
  }

  #footer-section .mobile-collapse.open .mobile-collapse_title {
    padding: 17px 38px 5px 0
  }

  #footer-section .mobile-collapse_title:hover {
    color: #cfa348
  }

  #footer-section .mobile-collapse_title:hover:before {
    color: #8c1819;
  }

  #footer-section .mobile-collapse_title:before {
    position: absolute;
    display: block;
    top: 17px;
    right: 14px;
    font-family: IcoFont;
    font-style: normal;
    font-size: 24px;
    content: "\eab2";
    line-height: 25px;
    font-weight: 300;
    color: #8c1819;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear
  }

  #footer-section .open>.mobile-collapse_title:before {
    content: "\eab9"
  }

  #footer-section .mobile-collapse__title.title-under::after {
    display: none
  }
}







.box-social a {
  background: #343a40;
  display: inline-block;
  color: #ffffff;
  border-radius: 3px;
  font-size: 30px;
  padding: 5px;
}

.box-social a:nth-child(5n+1) {
  background: #3a579c;
}

.box-social a:nth-child(5n+2) {
  background: #52adee;
}

.box-social a:nth-child(5n+3) {
  background: #1ac02b;
}

.box-social a:nth-child(5n+4) {
  background: #db4533;
}

.box-social a:nth-child(5n+5) {
  background: #f56d5d;
}

.box-social p:nth-child(5n+1) a {
  background: #3a579c;
}

.box-social p:nth-child(5n+2) a {
  background: #52adee;
}

.box-social p:nth-child(5n+3) a {
  background: #1ac02b;
}

.box-social p:nth-child(5n+4) a {
  background: #db4533;
}

.box-social p:nth-child(5n+5) a {
  background: #f56d5d;
}




.box-social a:hover {
  background: #ffffff;
  color: #343a40;
}






#section-copy {
  padding: 10px 0px;
  background: #f53c88;
  color: #ffffff;
  line-height: 15px;
  display: flex;
}


#section-copy i {
  font-size: 25px;
  color: #ffffff;
}

#section-copy i.icofont-users-alt-3 {
  font-size: 30px;
}

#section-copy .box-copyright {
  font-size: 10px;
}

#section-copy .footer-text-total {
  font-size: 10px;
}

#section-copy .box-copyright a {
  color: #363636;
}

#section-copy .box-copyright p {
  margin-bottom: 0px;
}

#section-copy .box-copyright span {
  color: #363636;
}






















@media (max-width: 1200px) {}




@media (max-width: 992px) {
  #footer-section {
    padding: 0px 0px;
    background: #f5f5f5;
  }

  #footer-section .col-lg-3 {
    border-right: 0px solid #dee2e6;
  }

  #section-copy {
    text-align: center;
  }

  #section-copy .float-right {
    float: initial !important;
    display: inline-block;
    width: 335px;
    margin-bottom: 20px;
  }

  #section-copy .box-copyright {
    display: inline-block;

  }

  #section-copy .float-left {
    float: initial !important;
    display: inline-block;

  }
}




@media (max-width: 768px) {}

/* end p dos footer */