





/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
  .cover-page {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: linear-gradient(135deg, #a8edea, #fed6e3);
    overflow: hidden;
  }

  .page-center {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #a8edea, #fed6e3);
    overflow: hidden;
  }

  .section-bg {
    background-color: #fafafb;
  }

  .section-title {
    text-align: center;
    padding-bottom: 50px;
  }

  .section-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background: #f5f9fc;
    color: #428bca;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
  }

  .section-title h3 {
    margin: 15px 0 0 0;
    font-size: 32px;
    font-weight: 700;
  }

  .section-title h3 span {
    color: #428bca;
  }

  .section-title p {
    margin: 15px auto 0 auto;
    font-weight: 500;
    color: #919191;
  }

  @media (min-width: 1024px) {
    .section-title p {
      width: 50%;
    }
  }

/*--------------------------------------------------------------
# sobre
--------------------------------------------------------------*/
  .sobre .icon-boxes h3 {
    font-size: 28px;
    font-weight: 700;
    color: #394047;
    margin-bottom: 15px;
  }

  .sobre .icon-box {
    margin-top: 40px;
  }

  .sobre .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid #b9d4ec;
    border-radius: 50px;
    transition: 0.5s;
  }

  .sobre .icon-box .icon i {
    color: #428bca;
    font-size: 32px;
  }

  .sobre .icon-box:hover .icon {
    background: #428bca;
    border-color: #428bca;
  }

  .sobre .icon-box:hover .icon i {
    color: #fff;
  }

  .sobre .icon-box .title {
    margin-left: 85px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .sobre .icon-box .title a {
    color: #343a40;
    transition: 0.3s;
  }

  .sobre .icon-box .title a:hover {
    color: #428bca;
  }

  .sobre .icon-box .description {
    margin-left: 85px;
    line-height: 24px;
    font-size: 14px;
  }

  .sobre .video-box {
    background: center center no-repeat;
    background-size: cover;
    min-height: 500px;
  }

  .sobre .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#428bca 50%, rgba(66, 139, 202, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
  }

  .sobre .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);
  }

  .sobre .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(66, 139, 202, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
  }

  .sobre .play-btn:hover::after {
    border-left: 15px solid #428bca;
    transform: scale(20);
  }

  .sobre .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;
    animation: none;
    border-radius: 0;
  }

  @keyframes pulsate-btn {
    0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
    }

    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }

/*--------------------------------------------------------------
# ministerios
--------------------------------------------------------------*/
  .ministerios {
    padding: 80px 0 60px 0;
  }

  .ministerios .counters span {
    font-size: 48px;
    display: block;
    color: #428bca;
    font-weight: 700;
  }

  .ministerios .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 500;
  }

  #ministerios .box {
    margin-bottom: 30px;
  }

  #ministerios .icon {
    float: left;
  }

  #ministerios .icon i {
    color: #428bca;
    font-size: 36px;
    line-height: 1;
    transition: 0.5s;
  }

  #ministerios .title {
    margin-left: 60px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    color: #428bca;
  }

  #ministerios .title a {
    color: #111;
  }

  #ministerios .box:hover .title a {
    color: #428bca;
  }

  #ministerios .description {
    font-size: 14px;
    margin-left: 60px;
    line-height: 24px;
    margin-bottom: 0;
  }

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
  .contribua {
    background: linear-gradient(rgba(12, 13, 14, 0.8), rgba(12, 13, 14, 0.8)), url("../../../../storage/site/iprcontagem_background.jpg") fixed center center;
    background-size: cover;
    padding: 120px 0;
  }

  .contribua h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .contribua h6, .contribua h5, .contribua h4 {
    color: #fff;
  }

  .contribua p {
    color: #fff;
  }

  .contribua .contribua-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 35px;
    border-radius: 4px;
    transition: 0.5s;
    margin-top: 20px;
    background: #428bca;
    color: #fff;
  }

  .contribua .contribua-btn:hover {
    background: #5697d0;
  }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
  #footer {
    background: #000;
    padding: 0 0 30px 0;
    color: #eee;
    font-size: 14px;
  }

  #footer .footer-top {
    background: #111;
    padding: 60px 0 30px 0;
  }

  #footer .footer-top .footer-info {
    margin-bottom: 30px;
  }

  #footer .footer-top .footer-info h3 {
    font-size: 34px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 10px;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    border-left: 4px solid #428bca;
  }

  #footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    color: #eee;
  }

  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #eee;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }

  #footer .footer-top .social-links a:hover {
    background: #428bca;
    color: #fff;
  }

  #footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
  }

  #footer .footer-top h4::before,
  #footer .footer-top h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
  }

  #footer .footer-top h4::before {
    right: 0;
    background: #555;
  }

  #footer .footer-top h4::after {
    background: #428bca;
    width: 60px;
  }

  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }

  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #ddd;
  }

  #footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #333;
    padding: 10px 0;
  }

  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }

  #footer .footer-top .footer-links ul a, #footer .footer-top .footer-contact p a {
    color: #eee;
  }

  #footer .footer-top .footer-links ul a:hover, #footer .footer-top .footer-contact p a:hover {
    color: #428bca;
  }

  #footer .footer-top .footer-contact {
    margin-bottom: 30px;
  }

  #footer .footer-top .footer-contact p, #footer .footer-top .footer-contact p a {
    line-height: 26px;
  }

  #footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
  }

  #footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
  }

  #footer .footer-top .footer-newsletter input[type="submit"] {
    background: #428bca;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
  }

  #footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #13a456;
  }

  #footer .copyright {
    text-align: center;
    padding-top: 30px;
  }

  #footer .credits {
    text-align: center;
    font-size: 13px;
    color: #ddd;
  }