/*FONTES*/
@font-face {
    font-family: 'Bahianita';
    src: url(../fonts/Bahianita/Bahianita-Regular.ttf);
 }
 @font-face {
    font-family: 'Myria';
    src: url(../fonts/myriad-pro-cufonfonts/MYRIADPRO-BOLD.OTF);

 }
 @font-face {
    font-family: 'MyriaRegular';
    src: url(../fonts/myriad-pro-cufonfonts/MYRIADPRO-REGULAR.OTF);

 }
 @font-face {
    font-family: 'arial_black';
    src: url(../fonts/Arial/arial_black.ttf);

 }
 html, body{
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    overflow-x: hidden !important;
  }
body,html{
    height: 100%;
}
 /* ANIMAÇÕES */ 
 .row{
    transform: translateX(0px);
    transition: all .1s ease-in;

}
.active{
    transform: translateX(0px);
    transition-delay: all .1s ease-in;
    opacity: 1;
}
.activeDepo{
    transform: translateY(0px);
    transition-delay: all .7s ease-in;
    opacity: 1;
}
.pulse {
    animation: pulse 0.7s infinite;
    margin: 0 auto;
    display: table;
    margin-top: 50px;
    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    color: #000000;
    font-size: 1.4em;
    font-family: 'Lora';
  }

@-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(1);
      -webkit-filter: brightness(100%);
    }
    100% {
      -webkit-transform: scale(1.1);
      -webkit-filter: brightness(200%);
    }
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1);
      filter: brightness(100%);
    }
    100% {
      transform: scale(1.1);
      filter: brightness(200%);
    }
  }
  /*CONFIGURAÇÕES GLOBAIS*/

  /*SLIDE */
  .carousel-item{
    position: relative;
    color: #000000;
    opacity: 1;
  }


  .caption{
    position: absolute;
    left: 10%;
    top: 30%;
    color: #FFFFFF;
    width: 35%;
  }
  .caption h5{
    font-family: 'Arial_black';/*'MyriaRegular'*/;
    font-weight: bold;
    font-size: 2.9em;
    text-shadow: 2px 2px 2px #000000;
  }
  .caption p{
    font-size: 1.2em;
    text-align: justify;
    text-shadow: 0px 2px 2px #00000056;

  }
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
   }
   
   .carousel-control-next-icon {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
   }

 /* BOTÃO FLLUTUANTE*/
 .up {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 9999;
    border: none;
    outline: none;
    background-color: #f8dfb7;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #f9b80f;
  }
  
  .up:hover {
      background-color: #f9b80f;
      color: #1c4702;
    }
  .up i {
      font-size: 20px;
      cursor: pointer;
  }
/* REMOVENDO INDICADORES DAS UL*/
ul{
    list-style: none;
    margin: 0;
    font-family: 'Myria';
}
*{
    margin: 0;
    padding: 0;
}
/*TOPO*/
#topo{
    background-color: #f8dfb7;
    height: 40px;
}
#topo ul{
    display: flex;
    margin: 10px auto;
    margin-left: 110px;
}
#topo li{
    font-size: 0.8em;
    margin-right: 5%;
    align-items: center;
    justify-content: center;

}
/* MENU MOBILE */
#menuMobile{
height: 100vh;
background-color: #1c4702;
width: 80%;
position: absolute;
left: -1000px;
top: 0;
z-index: 99;
}
#ulMenu{
    margin: 20% auto;
}
#ulMenu li a{
    color: #FFFFFF;
}
/*TOPO 2*/
@media only screen and (max-width: 1366px) {
    .ajusteEsquerdo{
        width: 70%;
        margin-top: 9%;
  }
  .ajustePescando{
    width: 70%;
    margin-top: 30%;
  }
   .ajustePod{
    width: 60%;
    margin-top: 13%;
    margin-left: -6%;
  }
   .ajusteIdesa{
    width: 63%;
    margin-top: 12%;
    margin-left: 75px;
}
}
  @media only screen and (width > 1366px) {
    .ajusteEsquerdo{
        width: 62%;
        margin-top: 3%;
        margin-left: -8px;
  }
  .ajusteIdesa{
    width: 63%;
    margin-top: 2%;
    margin-left: 75px;

}
.ajustePescando{
    width: 60%;
    margin-top: 6%;
    margin-left: 26%;
  }
  .ajustePod{
    width: 60%;
    margin-top: 5%;
    margin-left: -6%;
  }
}

#topo2{
    background-color: #FFFFFF;
    height: 120px;
    display: flex;
    justify-items: center;
    align-items: center;
    position: relative;
    }

#topo2 input[type='text']{
    border-color: #1c4702;
}

#topo2 ::-webkit-input-placeholder {
    font-size: 0.8em;
 }
 
 #topo2 :-moz-placeholder { /* Firefox 18- */
    font-size: 0.8em;
 }
 
 #topo2 ::-moz-placeholder {  /* Firefox 19+ */
    font-size: 0.8em;
 }
 
 #topo2 :-ms-input-placeholder {  
    font-size: 0.8em;
 }
 .dropdown:hover > .dropdown-menu{
    display: block;
 }
/*TOPO 3*/
/*#topo3{
background-color: #1f7b3e;
height: 60px;
width: 100%;
z-index: 999;
position: relative;
}
nav



}
*/
.navbar ul{
    margin: auto;
    padding: 0;


}
.navbar ul li{
    cursor: pointer;
}
.navbar ul li a{
    color: #FFFFFF;
    cursor: pointer;
    letter-spacing: 3px;
    transition: all .6s ease-in-out;
    padding: 0;
    font-size: 1.0em;
    width: 100%;
    
}

.navbar li:hover{
    background-color: #f9b80f;
    color: #000000;    
}

.navbar-expand-lg .navbar-nav .nav-link,.dropdown-item  {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
letter-spacing: 6px;
margin: 20px;
}
.dropdown-menu {
width: 100%;
font-size: 1.0em;
}
.dropdown-menu ul{
    width: 100%;
}
.dropdown-menu li:hover {
width: 90%;
font-size: 1.0em;
background-color: #e9ecef;
height: 100%;
}


.dropdown:hover>.dropdown-menu {
  display: block;
}


/* SLIDE*/
#carouselExampleFade .carousel-item{
    height: 70vh;
  }
  @media (max-width: 575px){
    #carouselExampleFade .carousel-item{
      height: 55vh;
    }
  }
  #carouselExampleFade .carousel-item img{
    height: 100%;
  }

#slide,#carouselExampleIndicators{
    max-height: 800px;
    padding: 0;

}

/* NOTICIAS*/
#noticiasGrande{
    margin-bottom: 3%;
}
#noticias{
    margin: 0;
    padding: 0;
    max-height: 2300px;
    background-color: #f8dfb7;

}
#noticias span{
    margin-top: 2%;
}
#noticias h2,h3{
text-align: center;
font-family: 'arial_black';
font-size: 1.5em;
}
#noticias hr{
    background-color: #f9b80f;
    width: 96%;
    margin-left: 2%;
    box-shadow: 0px 2px 2px #00000056;
}
#noticias .cardLateral{
border: none;
height: 260px;
margin-bottom: 7%;
position: relative;
}
.cardLateral .tit{
    top: 55%;
    left: 0;
    position: absolute;
}
@media only screen and (max-width: 1366px) {

.cardCentral .imgMeio{
  width: 535px;
  max-height: 430px;
  margin: auto auto;
  object-fit: cover
}
.rodapeCentral{
    margin-top: 3%;
    font-size: 0.8em;
}
.cardCentral .tit{
    display: block;
    font-weight:bold;
    letter-spacing: 0;
    font-size:1.5em;
    margin-top: 2%;
}

}
@media only screen and (width > 1366px) {

.cardCentral .imgMeio{
  width: 620px;
  max-height: 400px;
  margin: auto auto;
  object-fit: cover
}
.rodapeCentral{
    margin-top: 5%;
    display: block;
    left: 0;
    font-size: 0.8em;

}
.cardCentral .tit{
    display: block;
    font-weight:bold;
    letter-spacing: 0;
    font-size:1.5em;
    margin-top: 2%;
}
}
    /* SOBRE */

    /* ===== PATCH FINAL SOBRE + ONDAS (NÃO MEXER ACIMA) ===== */

#sobre{
    width: 100% !important;
    margin: 0 !important;
    padding: clamp(70px, 7vw, 110px) 0 !important;
    position: relative !important;
    overflow: hidden !important;
  
    /* mata regras antigas */
    background-image: none !important;
    background: #0099ff !important;
    min-height: auto !important;
  }
  
  /* conteúdo sempre acima das ondas */
  #sobre .ps-sobre-content{
    position: relative !important;
    z-index: 5 !important;
    width: min(980px, 92%) !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
  
  #sobre .ps-sobre-title{
    margin: 0 0 16px 0 !important;
    color: #fff !important;
    font-weight: 800 !important;
    letter-spacing: .5px !important;
    font-size: clamp(22px, 3.2vw, 42px) !important;
    line-height: 1.1 !important;
  }
  
  #sobre .ps-sobre-text{
    margin: 0 auto !important;
    color: #fff !important;
    max-width: 72ch !important;
    font-size: clamp(13px, 1.2vw, 16px) !important;
    line-height: 1.65 !important;
    text-align: justify !important; /* pode trocar pra center se quiser */
    letter-spacing: .2px !important;
  }
  
  /* ondas grudadas no topo/fundo e com animação */
  #sobre .ps-wave{
    position: absolute !important;
    left: 0 !important;
    width: 100% !important;
    height: clamp(70px, 9vw, 140px) !important;
    display: block !important;
    z-index: 2 !important;
    pointer-events: none !important;
    opacity: 1 !important;
  }
  
  /* topo invertida */
  #sobre .ps-wave--top{
    top: 0 !important;
    transform: rotate(180deg) translateY(0) !important;
  }
  
  /* fundo normal */
  #sobre .ps-wave--bottom{
    bottom: -1px !important;
    transform: translateY(0) !important;
  }
  
  #sobre .ps-wave-back{ fill: rgba(0,153,255,.35) !important; }
  #sobre .ps-wave-front{ fill: rgba(0,153,255,.75) !important; }
  
  /* entrar de baixo para cima + flutuar */
  #sobre .ps-wave--bottom{
    animation: waveEnterUp 900ms ease-out both, waveFloat 4.5s ease-in-out 900ms infinite !important;
  }
  #sobre .ps-wave--top{
    animation: waveEnterUpTop 900ms ease-out both, waveFloatTop 4.5s ease-in-out 900ms infinite !important;
  }
  
  @keyframes waveEnterUp{
    from{ transform: translateY(70px); opacity: 0; }
    to{ transform: translateY(0); opacity: 1; }
  }
  @keyframes waveFloat{
    0%,100%{ transform: translateY(0); }
    50%{ transform: translateY(-10px); }
  }
  
  @keyframes waveEnterUpTop{
    from{ transform: rotate(180deg) translateY(70px); opacity: 0; }
    to{ transform: rotate(180deg) translateY(0); opacity: 1; }
  }
  @keyframes waveFloatTop{
    0%,100%{ transform: rotate(180deg) translateY(0); }
    50%{ transform: rotate(180deg) translateY(-10px); }
  }
  
  /* mata ondas antigas por clip-path se ainda existirem em outro lugar */
  #sobre .wave, #sobre .wave2, #sobre .wave1, #sobre .wave3{
    display: none !important;
  }
#sobre{
margin: 0;
padding: 0;
width: 100%;
min-height: 514px;
background-image: url('../../imagensBanners/capa5.png');
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
  

}
#sobre p{
    font-size: 12px;
}
#sobre .wave{
    clip-path: polygon(100% 100%, 0% 100% , 0.00% 23.09%, 1.67% 21.11%, 3.33% 19.16%, 5.00% 17.33%, 6.67% 15.73%, 8.33% 14.43%, 10.00% 13.52%, 11.67% 13.03%, 13.33% 13.00%, 15.00% 13.42%, 16.67% 14.27%, 18.33% 15.51%, 20.00% 17.07%, 21.67% 18.87%, 23.33% 20.81%, 25.00% 22.80%, 26.67% 24.72%, 28.33% 26.47%, 30.00% 27.97%, 31.67% 29.13%, 33.33% 29.90%, 35.00% 30.22%, 36.67% 30.09%, 38.33% 29.51%, 40.00% 28.51%, 41.67% 27.15%, 43.33% 25.49%, 45.00% 23.63%, 46.67% 21.65%, 48.33% 19.68%, 50.00% 17.81%, 51.67% 16.14%, 53.33% 14.75%, 55.00% 13.73%, 56.67% 13.12%, 58.33% 12.96%, 60.00% 13.26%, 61.67% 14.00%, 63.33% 15.14%, 65.00% 16.62%, 66.67% 18.36%, 68.33% 20.27%, 70.00% 22.26%, 71.67% 24.21%, 73.33% 26.02%, 75.00% 27.60%, 76.67% 28.86%, 78.33% 29.73%, 80.00% 30.18%, 81.67% 30.17%, 83.33% 29.71%, 85.00% 28.82%, 86.67% 27.55%, 88.33% 25.97%, 90.00% 24.15%, 91.67% 22.20%, 93.33% 20.21%, 95.00% 18.30%, 96.67% 16.57%, 98.33% 15.10%, 100.00% 13.97%);
    background-color: #0099ff;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 12px;
    height: 65%;
}
#sobre .wave2{
    clip-path: polygon(100% 100%, 0% 100% , 0.00% 23.09%, 1.67% 21.11%, 3.33% 19.16%, 5.00% 17.33%, 6.67% 15.73%, 8.33% 14.43%, 10.00% 13.52%, 11.67% 13.03%, 13.33% 13.00%, 15.00% 13.42%, 16.67% 14.27%, 18.33% 15.51%, 20.00% 17.07%, 21.67% 18.87%, 23.33% 20.81%, 25.00% 22.80%, 26.67% 24.72%, 28.33% 26.47%, 30.00% 27.97%, 31.67% 29.13%, 33.33% 29.90%, 35.00% 30.22%, 36.67% 30.09%, 38.33% 29.51%, 40.00% 28.51%, 41.67% 27.15%, 43.33% 25.49%, 45.00% 23.63%, 46.67% 21.65%, 48.33% 19.68%, 50.00% 17.81%, 51.67% 16.14%, 53.33% 14.75%, 55.00% 13.73%, 56.67% 13.12%, 58.33% 12.96%, 60.00% 13.26%, 61.67% 14.00%, 63.33% 15.14%, 65.00% 16.62%, 66.67% 18.36%, 68.33% 20.27%, 70.00% 22.26%, 71.67% 24.21%, 73.33% 26.02%, 75.00% 27.60%, 76.67% 28.86%, 78.33% 29.73%, 80.00% 30.18%, 81.67% 30.17%, 83.33% 29.71%, 85.00% 28.82%, 86.67% 27.55%, 88.33% 25.97%, 90.00% 24.15%, 91.67% 22.20%, 93.33% 20.21%, 95.00% 18.30%, 96.67% 16.57%, 98.33% 15.10%, 100.00% 13.97%);
    background-color: #0099ff;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 50%;
   
}

#sobre .wave1{
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    overflow: hidden;
}
#sobre .wave-1{
    animation: moveWave1 5s ease-in-out infinite alternate;
}
@keyframes moveWave1{
0%{
    transform: translateY(-60px);
}

100%{
    transform: translateY(-130px);
}



}
#sobre .wave-2{
    transform: rotate(180deg);
    animation: moveWave2 7s 1.2s ease-in-out infinite alternate;
}
@keyframes moveWave2{
    0%{
        transform: translateY(0px);
        transform: rotate(180deg);
    }
    
    100%{
        transform: translateY(40px);
        transform: rotate(180deg);
    }

}
#sobre .wave-3{
    animation: moveWave3 9s 0.6s ease-in-out infinite alternate;
    background: transparent;

}
@keyframes moveWave3{
    0%{
        transform: translateY(0px);
    }
    
    100%{
        transform: translateY(50px);
    }

}

    #sobre img{
    width: 100%;
    height: 60vh;
    margin: 0;
    padding: 0;
}
#sobre h3{
    text-align: center;
    font-family: 'Bahianita';
    font-size: 2.9em;
    color: #FFFFFF;
    letter-spacing: 1.2PX;
    margin-top: 3%;
    }
    #sobre p{
        text-align: justify;
        font-weight: 800;
        font-size: 12px;
        color: #FFFFFF;
        letter-spacing: 2px;
        margin-top: 1%;
        font-weight: 600;
        font-family: Arial, Helvetica, sans-serif;
        }
        /* PESCANDO*/
#pescando{
    background-color: #f8dfb7;
    height: 50px;
    overflow: hidden;
}
#pescando ul{
    display: flex;
    margin: auto;
    width: 80%;
}
#pescando li{
    font-family: 'Bahianita';
    margin-right: 3%;
    font-size: 1.9rem;
}

/* DEPOIMENTOS */
#depoimentos{
padding: 1%;
display: flex;
align-items: center;
justify-items: center;
background-color: #f2f2f2;
max-height: 1000px;
}

.circle {
    background-color: #aaa;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: relative;
    left: 7%;
    float: left;
    margin-right: 10%;
  }
  
  .circle img {
    position: absolute;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    margin-left: 0%;
    height: 100%;
  }


#depoimentos small{
        text-align: center;
        font-family: 'Myria';
        font-size: 0.9em;
        color: #000000;
        letter-spacing: 1.2PX;
        margin-top: 3%;
}
#depoimentos span{
display: block;
font-size: 1.9em;
font-family: 'Myria';
padding: 0;
margin-top: 2% ;
}
#depoimentos p {
    text-align: justify;
}
#depoimentos small,p{
    display: block;
    font-size: 0.9em;
    text-align: start;
    padding: 0;
    margin: 0;

    }
    @media only screen and (width > 450px) {
        #depoimentos .card{
            width: 60%;
            margin: 1% auto;
            display: table;
            padding: 0;
            border-radius: 0;
            background-color: #d9d9d9;
            border: none;
            margin-bottom: 5%;
        }
        #depoimentos .prev{
            position: absolute;
            top: -1%;
            left: 11%;
        }
        #depoimentos .next{
            position: absolute;
            top: -1%;
            right: 10%;
        }
    }
    @media only screen and (width <= 450px) {
        #depoimentos .card{
            width: 90%;
            margin: 1% auto;
            display: table;
            padding: 0;
            border-radius: 0;
            background-color: #d9d9d9;
            border: none;
            margin-bottom: 5%;
        }

        #depoimentos .carousel-control-prev{
            position: absolute;
            top: -4%;
            left: -3%
        }
        #depoimentos .carousel-control-next{
            position: absolute;
            top: -4%;
            right: -11px;
        }
    }
.depo{
    padding: 5%;
}
.img-depo{
    position: absolute;
    right: 0;
    width: 40%;
    height: 100%;
}
@media only screen and (max-width: 1366px) {
    .ajusteEsquerdo{
        width: 70%;
        margin-top: 10%;
  }
  .ajustePescando{
    width: 70%;
    margin: 10%;
  }
}
@media (min-resolution: 120dpi) and (max-width: 1366px) {
    .ajusteEsquerdo{
        width: 70%;
        margin-top: 10%;
  }
  .ajustePescando{
    width: 70%;
    margin: 10%;
  }
}
  @media only screen and (max-width: 1920px) {
   .apoioIdesa{
        width: 62%;
        margin-top: 3%;
        margin-left: 196px;
  }
  .apoioUfs{
    width: 63%;
    margin-top: 5%;
    margin-left: 102px;

}
.apoioPetro{
    width: 60%;
    margin-top: 5%;
    margin-left: -4%;
  }

}
@media (min-resolution: 120dpi) and (max-width: 1920px) {
    /* Estilos para 125% (1.25x) ou superior */
    .apoioIdesa{
        width: 62%;
        margin-top: 3%;
        margin-left: 196px;
  }
  .apoioUfs{
    width: 63%;
    margin-top: 5%;
    margin-left: 102px;

}
.apoioPetro{
    width: 60%;
    margin-top: 5%;
    margin-left: -4%;
  }
  }
#apoiadres{
    position: relative;
    max-height: 1600px;
    padding: 5%;

}
#apoiadores h2{
    text-align: center;
    font-family: 'arial_black';
    font-size: 2.1em;
    margin: 1% auto;
}
#apoiadores p {
    text-align: center;
    font-size: 0.8em;
}
#apoiadores img{
    width: 70%;
}
#redessociais{
    margin-top: 15%;
    padding: 0; 
    background-image: url('../../imagem/BG-DOBRA-FINAL.png'); 
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-items: start;
    min-height: 380px;
    max-height: 1100px;


}
#redessociais a{
    text-align: start;
    font-family: 'MyriaRegular';
    font-size: 1.0em;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    
    }
#redessociais h2{
text-align: start;
font-family: 'arial_black';
font-size: 1.8em;
color: #FFFFFF;

}
#redessociais img{
    width: 100%;
}
#redessociais ul{
    margin-top: 1%;
    padding: 0;
    transform: translateY(50%);
}
#redessociais h2{
    margin-top: 21%;
    padding: 0;
    transform: translateY(50%);
}

#redessociais li{
    text-align: start;
    font-family: 'MyriaRegular';
    color: #FFFFFF;
    margin: 2% auto;
    font-size: 1.0em;
    cursor: pointer;
    position: relative;

    }
    #redessociais li label{
    margin-left: 15%;
    }
    #redessociais li i{
        position: absolute;
        left: 0;
        top: -5px;
        font-size: 1.6em;
        margin-right: 5%;
}
#rodape{
    height: 10px;
    background-color: #FFFFFF;
}
#rodape h4{
    text-align: center;
    font-size: 1.1em;
    padding: 10px;
}

/* GALERIA*/
#galeria{
    padding: 1%;
}
#galeria .card img{
    width: 100%;
    min-height: 300px;
    max-height: 300px;
}


#galeria .parede{
position: absolute;
display: none;
transition: all .5s ease-in;
border-radius: 5px;
}


#galeria  .title{

    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
    cursor: pointer;
    color: #FFFFFF;
}

.parede i {
    text-align: center;
    font-size: 3.0em;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    color: #FFFFFF;
    margin-top: 26%;
}

#galeria .card:hover .parede{
background-color: #000000;
height: 100%;
width: 100%;
display: grid;
opacity: 0.5;
cursor: pointer;

}
/* ATUACAO */
@media  only screen and (max-width: 1366px) {
    /* Estilos para 125% (1.25x) ou superior */
#atuacao  img{
    width: 95%;
    margin: 0 auto;

 }
}
/* ATUACAO */
@media (min-resolution: 120dpi) and (width: 1920px) {
    /* Estilos para 125% (1.25x) ou superior */
#atuacao  img{
    width: 80%;

 }
}
/*EQUIPE*/
#equipe{
    max-height: 3000px;
}
/* ===============================
   NOTÍCIAS (thumbs) - versão responsiva
   - NÃO depende de .cardLateral/.cardCentral
   - Evita cortar imagens (object-fit: contain)
   =============================== */

.ps-noticias{
    background-color: #f8dfb7;
    padding-bottom: 32px;
}

.ps-noticias__title{
    text-align: center;
    font-family: 'arial_black';
    font-size: 1.5em;
    margin: 36px auto 26px;
}

.ps-news-card{
    margin-bottom: 22px;
}

.ps-news-thumb{
    width: 100%;
    aspect-ratio: 16 / 9;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 6px rgba(0,0,0,.12);
    border: 1px solid rgba(255,255,255,0.25);
}

.ps-news-thumb img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain; /* não corta */
    object-position: center;
    display: block;
}

.ps-news-thumb--featured{
    aspect-ratio: 16 / 10;
}

.ps-news-card__headline{
    text-align: center;
    max-width: 28ch;   /* evita linha enorme */
    margin-left: auto;
    margin-right: auto;
  }

.ps-news-card__headline--featured{
    font-size: 1.35em;
}

.ps-news-card__meta{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.85em;
}

.ps-news-card__meta a{
    font-weight: 700;
  }

.ps-news-card__meta a:hover{
    text-decoration: underline;
}

@media (max-width: 991px){
    .ps-news-thumb--featured{ aspect-ratio: 16 / 9; }
    .ps-news-card__headline--featured{ font-size: 1.15em; }
}

@media (max-width: 575px){
    .ps-noticias__title{ margin: 26px auto 18px; }
    .ps-news-card__meta{ flex-direction: column; align-items: flex-start; }
}
/* =========================
   ONDA (#sobre) - FIX
   ========================= */
   #sobre{
    position: relative;
    overflow: hidden;            /* impede vazar */
    min-height: 520px;           /* garante espaço pro texto + onda */
    padding-bottom: 220px;       /* reserva espaço da onda */
  }
  
  /* camada principal da onda */
  #sobre .wave{
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    bottom: -1px !important;     /* encosta sem “linha” */
    width: 100% !important;
    height: 220px !important;    /* altura fixa e previsível */
    background-color: #0099ff;
    z-index: 1;
    clip-path: polygon(100% 100%, 0% 100% , 0.00% 23.09%, 1.67% 21.11%, 3.33% 19.16%, 5.00% 17.33%, 6.67% 15.73%, 8.33% 14.43%, 10.00% 13.52%, 11.67% 13.03%, 13.33% 13.00%, 15.00% 13.42%, 16.67% 14.27%, 18.33% 15.51%, 20.00% 17.07%, 21.67% 18.87%, 23.33% 20.81%, 25.00% 22.80%, 26.67% 24.72%, 28.33% 26.47%, 30.00% 27.97%, 31.67% 29.13%, 33.33% 29.90%, 35.00% 30.22%, 36.67% 30.09%, 38.33% 29.51%, 40.00% 28.51%, 41.67% 27.15%, 43.33% 25.49%, 45.00% 23.63%, 46.67% 21.65%, 48.33% 19.68%, 50.00% 17.81%, 51.67% 16.14%, 53.33% 14.75%, 55.00% 13.73%, 56.67% 13.12%, 58.33% 12.96%, 60.00% 13.26%, 61.67% 14.00%, 63.33% 15.14%, 65.00% 16.62%, 66.67% 18.36%, 68.33% 20.27%, 70.00% 22.26%, 71.67% 24.21%, 73.33% 26.02%, 75.00% 27.60%, 76.67% 28.86%, 78.33% 29.73%, 80.00% 30.18%, 81.67% 30.17%, 83.33% 29.71%, 85.00% 28.82%, 86.67% 27.55%, 88.33% 25.97%, 90.00% 24.15%, 91.67% 22.20%, 93.33% 20.21%, 95.00% 18.30%, 96.67% 16.57%, 98.33% 15.10%, 100.00% 13.97%);
  }
  
  /* segunda onda (mais “alta” por trás) */
  #sobre .wave2{
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    bottom: -1px !important;
    width: 100% !important;
    height: 140px !important;
    background-color: rgba(0,153,255,.55);
    z-index: 0;                 /* atrás da principal */
    clip-path: inherit;         /* usa o mesmo desenho */
  }
  
  /* garante que o conteúdo do #sobre fique acima */
  #sobre .container,
  #sobre h3,
  #sobre p{
    position: relative;
    z-index: 2;
  }

  /* =========================
   SOBRE + ONDA (FIX REAL)
   ========================= */

#sobre{
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  /* o SVG da onda fica em cima da imagem e antes do bloco azul */
/* Onda em fluxo normal (não some e não é cortada) */
#sobre .ps-wave{
    position: relative;
    display: block;
    width: 100%;
    height: 120px;
    margin: 0;
    padding: 0;
    z-index: 2;
  }
  
  #sobre .ps-wave-back{ fill: rgba(0,153,255,.35); }
  #sobre .ps-wave-front{ fill: #0099ff; }
  
  /* bloco azul do texto (SEM clip-path) */
  #sobre .ps-sobre-box{
    background: #0099ff;
    margin: 0;
    padding: 70px 0 60px;
    position: relative;
    z-index: 3;
  }
  
  /* texto acima do azul */
  #sobre .ps-sobre-box h3,
  #sobre .ps-sobre-box p{
    color: #fff !important;
  }
  
  /* DESATIVA sua "onda feia" antiga (a que usa clip-path gigante) */
  #sobre .wave,
  #sobre .wave2,
  #sobre .wave3{
    clip-path: none !important;
    background: transparent !important;
  }
  html, body { overflow-x: hidden; }

/* sobre ocupa 100% sem hack */
#sobre{
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

/* zera paddings do bootstrap dentro do #sobre (provável causa das “bordas”) */
#sobre .container,
#sobre .container-fluid{
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* e o row do bootstrap também cria margem negativa */
#sobre .row{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* onda */
#sobre .wave2{
  display: block;
  width: 100%;
  height: 120px;
  margin: 0;
  padding: 0;
}

/* bloco azul */
#sobre .row.wave{
  background: #0099ff;
  width: 100%;
  padding: 60px 0 70px;
}
#carouselExampleFade .carousel-item img{
    width: 100%;
    height: 70vh;
    object-fit: cover;
    display: block;
  }

  /* Altura real do slide (item) */
#carouselExampleFade .carousel-item{
    height: 70vh;
  }
  
  /* Mobile */
  @media (max-width:575px){
    #carouselExampleFade .carousel-item{
      height: 55vh;
    }
  }
  
  /* imagem preenche o item */
  #carouselExampleFade .carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  
  @media (max-width: 575px){
    #carouselExampleFade .carousel-item img{
      height: 55vh;
    }
  }
/* =========================================
   SOBRE + ONDA SVG (ÚNICA VERDADE) - FINAL
   Cole este bloco no FINAL do style.css
   ========================================= */

/* sem bordas laterais / sem overflow */
html, body { overflow-x: hidden; }

#sobre{
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: relative !important;
}

/* remove padding/margens do bootstrap dentro do #sobre */
#sobre .container,
#sobre .container-fluid{
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#sobre .row{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* DESLIGA de vez a onda antiga (clip-path) */
#sobre .wave,
#sobre .wave1,
#sobre .wave2,
#sobre .wave3,
#sobre .wave-1,
#sobre .wave-2,
#sobre .wave-3{
  clip-path: none !important;
  background: transparent !important;
  animation: none !important;
}

/* bloco azul (desktop e mobile) */
#sobre .ps-sobre-box,
#sobre .d-block.d-sm-none{
  background: #0099ff !important;
  width: 100% !important;
  margin: 0 !important;
}

/* texto fluido e bonito */
#sobre h3{
  margin: 0 auto !important;
  padding: 40px 12px 14px !important;
  text-align: center !important;
  color: #fff !important;
  font-size: clamp(22px, 3.2vw, 40px) !important;
  line-height: 1.15 !important;
}
#sobre p{
  margin: 0 auto !important;
  padding: 0 12px 40px !important;
  max-width: 980px !important;
  color: #fff !important;
  font-size: clamp(13px, 1.1vw, 15px) !important;
  line-height: 1.6 !important;
  letter-spacing: 0.2px !important; /* tua letter-spacing 2px “trava” o texto */
  text-align: justify !important;
}

/* SVG onda: sempre 100% e visível (em cima e em baixo) */
#sobre svg.ps-wave{
  display: block !important;
  width: 100% !important;
  height: 140px !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none;
  transform: translateY(40px);
  opacity: 0;
  animation: waveEnterUp 900ms ease-out forwards;
}

/* cores */
#sobre .ps-wave-back{ fill: rgba(0,153,255,0.35) !important; }
#sobre .ps-wave-front{ fill: #0099ff !important; }

/* movimento contínuo (leve) */
#sobre .ps-wave-back{
  transform-origin: center;
  transform-box: fill-box;
  animation: waveDriftLeft 10s linear infinite, waveBob 4s ease-in-out infinite;
}
#sobre .ps-wave-front{
  transform-origin: center;
  transform-box: fill-box;
  animation: waveDriftRight 8s linear infinite, waveBob 3.2s ease-in-out infinite;
}

/* entra de baixo pra cima */
@keyframes waveEnterUp{
  from{ transform: translateY(45px); opacity: 0; }
  to  { transform: translateY(0); opacity: 1; }
}

/* “vai e volta” vertical */
@keyframes waveBob{
  0%{ transform: translateY(0); }
  100%{ transform: translateY(10px); }
}

/* drift horizontal */
@keyframes waveDriftLeft{
  0%{ transform: translateX(0); }
  100%{ transform: translateX(-30px); }
}
@keyframes waveDriftRight{
  0%{ transform: translateX(0); }
  100%{ transform: translateX(30px); }
}

/* mobile: onda um pouco menor e texto com respiro */
@media (max-width: 575px){
  #sobre svg.ps-wave{ height: 110px !important; }
  #sobre h3{ padding-top: 26px !important; }
  #sobre p{ padding-bottom: 26px !important; }
}