/*--------------------------------------------------------------
SOBRE A SALA DE SITUAÇÃO
--------------------------------------------------------------*/
.sobre {
    width: 100%;
    overflow: hidden;
    position: relative;
   background-image: radial-gradient(circle at 100% 0%, #709ccb 0, #0e77bc 50%, #0055ad 100%); 
   
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
  }
  
  .sobre .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    min-height: 75vh;
    padding-top: 60px;
  }
  
  .sobre h2 {
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
    color: aliceblue;
  }
  .sobre h2 {
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
  }
  
  .sobre h2 span {
    text-decoration: underline;
  }
  
  .sobre p {
    max-width: 80%;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #ffffff;
    font-size: 1.5rem;
  }
  
  .sobre .carousel-control-prev,
  .sobre .carousel-control-next {
    width: 10%;
  }
  
  .sobre .carousel-control-next-icon,
  .sobre .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
  }
  
  .sobre .btn-get-started {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    animation-delay: 0.8s;
    color: var(--default-color);
    border: 2px solid var(--accent-color);
  }
  
  .sobre .btn-get-started:hover {
    background: var(--accent-color);
    color: var(--contrast-color);
    text-decoration: none;
  }
  
  @media (min-width: 1024px) {
    .sobre p {
      max-width: 60%;
    }
  
    .sobre .carousel-control-prev,
    .sobre .carousel-control-next {
      width: 5%;
    }
  }
  
  @media (max-width: 768px) {
    .sobre .carousel-container {
      min-height: 90vh;
    }
  
    .sobre h2 {
      font-size: 28px;
    }
  }
  
  .sobre .sobre-waves {
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
  }
  
  .sobre .wave1 use {
    animation: move-forever1 10s linear infinite;
    animation-delay: -2s;
    fill: var(--default-color);
    opacity: 0.6;
  }
  
  .sobre .wave2 use {
    animation: move-forever2 8s linear infinite;
    animation-delay: -2s;
    fill: var(--default-color);
    opacity: 0.4;
  }
  
  .sobre .wave3 use {
    animation: move-forever3 6s linear infinite;
    animation-delay: -2s;
    fill: var(--default-color);
  }
  
  @keyframes move-forever1 {
    0% {
      transform: translate(85px, 0%);
    }
  
    100% {
      transform: translate(-90px, 0%);
    }
  }
  
  @keyframes move-forever2 {
    0% {
      transform: translate(-90px, 0%);
    }
  
    100% {
      transform: translate(85px, 0%);
    }
  }
  
  @keyframes move-forever3 {
    0% {
      transform: translate(-90px, 0%);
    }
  
    100% {
      transform: translate(85px, 0%);
    }
  }
  
.sobreRecursosHidricos{
  text-align: justify;
}  
.sobreRecursosHidricos .count-box {
    width: 100%;
  }
  
  .salaCrise .count-box i {
    display: block;
    font-size: 48px;
    color: #0D47A1;
    float: left;
    line-height: 0;
  }
  
  .sobreRecursosHidricos .count-box span {
    font-size: 28px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    color: #646c55;
    margin-left: 60px;
  }
  .sobreRecursosHidricos .count-box {
    padding: 5px 0 0 0;
    margin: 0 0 0 60px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #646c55;
  }
  .sobreRecursosHidricos .count-box p {
    padding: 5px 0 0 0;
    margin: 0 0 0 60px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #646c55;
    text-align: justify;
  }
  
  .sobreRecursosHidricos .count-box a {
    font-weight: 600;
    display: block;
    margin-top: 20px;
    color: #646c55;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    transition: ease-in-out 0.3s;
  }
  
  .sobreRecursosHidricos .count-box a:hover {
    color: #8b9578;
  }
  
  .sobreRecursosHidricos .content {
    font-size: 15px;
  }
  
  .sobreRecursosHidricos .content h3 {
    font-weight: 700;
    font-size: 24px;
    color: #3c4133;
  }
  
  
  .sobreRecursosHidricos .content p:last-child {
    margin-bottom: 0;
  }
  
  .sobreRecursosHidricos .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#0D47A1 50%, rgba(148, 192, 69, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
  }
  
  .sobreRecursosHidricos .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);
  }
  
  .sobreRecursosHidricos .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(148, 192, 69, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
  }
  
  .sobreRecursosHidricos .play-btn:hover::after {
    border-left: 15px solid #0D47A1;
    transform: scale(20);
  }
  
  .sobreRecursosHidricos .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;
  }
  
  @-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;
    }
  }