/*FONTES*/

/* bebas-neue-regular - latin */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import 'https://fonts.googleapis.com/css?family=Poppins:400,500';
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;200;300;400;500;700&display=swap');
@import url("https://fonts.googleapis.com/css?family=Mea Culpa");
@import url('https://fonts.googleapis.com/css2?family=Dancing Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Source+Code+Pro');
@import url('https://fonts.googleapis.com/css2?family=Beau Rivage&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin Sans&family=Source+Code+Pro');
@import url('https://fonts.googleapis.com/css2?family=Borel&family=Cormorant+Upright&display=swap');
/* background: radial-gradient(rgb(192, 228, 255), rgb(174, 16, 108)); */

@import url(//fonts.googleapis.com/css?family=Lato:300:400:500);
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');


/*CABEÇALHO*/
.header h1 {
  font-family: 'Poppins', sans-serif;
  font-weight:300;
  letter-spacing: 2px;
  font-size:48px;

}
.header p {
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
  font-size:14px;
  color: #333333;
}
.header .titleHeader{
  text-align: center;
}

.header {
  position:relative;
  background: linear-gradient(60deg, rgb(54, 218, 204) 0%, rgb(8, 88, 98) 100%);
  color:white;
  margin: 0;
}
.imgsHeader{
  display: flex;
  justify-content: space-between; /* Isso fará com que o primeiro item vá para a esquerda e o segundo para a direita */
  align-items: center; /* Alinha os itens verticalmente no centro */
  width: 100%; 
}

.inner-header {
  height:30vh;
  width:100%;
  margin: 0;
  padding: 0;
}

.inner-header .logouneb{
  width: 200px;
  height: 100px;
  margin-right: 50px;
}
.inner-header .logoPPG{
  width: 150px;
  height: 150px;
  margin-left: 50px;
}
.flex { /*Flexbox for containers*/
  display: flex;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}
/*FIM CABEÇALHO*/

/*butão do edital*/
.face-button {
  height: 64px;
  Color: #e43;
  height: height;
  display: inline-block;
  border: 3px solid accentColor;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: accentColor;
  overflow: hidden;
  
  .icon {
    margin-right: 6px;
  }
  
  .face-primary,
  .face-secondary {
    display: block;
    padding: 0 32px;
    line-height: height;
    transition: margin .4s;
  }
  
  .face-primary {
    background-color: accentColor;
    color: #fff;
  }
  
  &:hover .face-primary {
    margin-top: -height;
  }
}


/*fim butão edital*/


/* Computer */
@media screen and (min-width: 601px) {
    .btnEdital {
        font-size: 30px;
    }
    .fontTexto {
        font-size: 20px;
        padding: 20px;
        }
    .selecaoSteps {
        font-size: 46px;
      text-decoration:underline;
      color :#420516;
        }
    .tSteps {
            font-size: 20px;
            padding: 20px;
        }
    .numberlist {
            font: 20px 'Open Sans', sans-serif;
    }
    .etapa1{
        font-size: 30px;
    }
    .etapa2{
        font-size: 40px;
    } 
    .btnDocs{
        padding: 15px 30px;
        font-size: 20px;
        margin: 10px 10px;
        width: 360px;
    }
    .listaIsencao li{
        font: 20px 'Open Sans', sans-serif;
    }  
  }

/* Mobile */
  @media screen and (max-width: 600px) {
    .btnEdital {
        font-size: 15px;
    }
    .fontTitulo {
        font-size: 30px;
    }
    .fontTexto {
    font-size: 15px;
    padding: 15px;
    }
    .selecaoSteps {
      font-size: 26px;
      text-decoration:underline;
      color :#420516;
      font-weight: 900px;
    }
    .tSteps {
        font-size: 15px;
        padding: 15px;
    }
    .numberlist {
        font: 16px 'Open Sans', sans-serif;
    }
    .etapa1{
        font-size: 20px;
    }
    .etapa2{
        font-size: 30px;
    }
    .btnDocs{
        padding: 15px 30px;
        font-size: 12px;
        margin: 5px 5px;
        width: 170px;
    }
    .listaIsencao li{
        font: 14px 'Open Sans', sans-serif;
    }
    .table{
        font: 10px 'Open Sans', sans-serif;
        width: 100%;
        margin-left: 2em;
        margin-right: 0;
    }  

  }

.btnEdital {
    background-color: #00303A;
    border: none;
    color: white;
    padding: 8px 30px;
    cursor: pointer;
}

.btnEdital:hover {
    background-color: #1f3044;
    color: white;
}

.fontTitulo {
    font-family: 'Bebas Neue', cursive;
    color: red;
}

.fontTexto {
    font-family: 'Open Sans', sans-serif;
}

.fontTexto-icon{
  font-family: 'Open Sans', sans-serif;
  padding: 5px;
  text-align: justify;
}

.custom-bg-green {
  background-color: #41B3A2; /* Cor de fundo verde */
}

.rounded-custom {
  border-radius: 10px; /* Bordas arredondadas */
}

.shadow-custom {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
}

.custom-icon {
  color: #2C3E50; /* Cor dos ícones: Branco */
  font-size: 3rem;
  padding: 10px;
  border-radius: 50%;
}

.custom-margin-top {
  margin-top: 1rem; /* Margem superior para o texto */
  color: #fff; /* Cor do texto */
}

.custom-padding {
  padding: 1rem; /* Espaçamento interno */
}

.custom-margin {
  margin-top: 1rem; /* Espaçamento superior */
  margin-bottom: 1rem; /* Espaçamento inferior */
}

.etapas {
    background-color: #fff;
    width: 100%;
    padding: 0;
    height: auto;
}

.selecaoSteps {
    font-family: 'Bebas Neue', cursive;
    padding: 10px 5px 15px 20px;
}

.tSteps {
    font-family: 'Open Sans', sans-serif;
}

.duvida {
    font-family: 'Open Sans', sans-serif;
    font-size: 18pt;
    text-align: center;
    padding: 10px 5px 15px 20px;
}
.duvida a{
    color:red;
    text-decoration: none;
    font-weight:bolder;
}

.cta-transition {
  text-align: center;
  margin: 20px 0;
}

.cta-transition .btn {
  background-color: #18BC9C; /* Cor Verde-Aquático sugerida na paleta */
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 20px;
  transition: background-color 0.3s ease;
  border: none;
}

.cta-transition .btn:hover {
  background-color: #2C3E50; /* Azul-Marinho sugerido na paleta */
}
.multi-button{
  padding-bottom: 50px;
}

.multi-button button{
  font-size: 3vmin;
  padding: .5em 1em;
  background: #fff;
  color: #4A5568;
  border: 0px solid #A0AEC0;
  margin: .1em;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
  box-shadow: 0 0 0 #BEE3F8;
  transform: translateY(0);
}
.multi-button button:first-of-type{
  border-radius: .5em 0 0 .5em;
}
.multi-button button:last-of-type{
  border-radius: 0 .5em .5em 0;
}
.multi-button button i{
  color: #A0AEC0;
  margin-right: .3em;
  transition: all .2s ease-out;
}
.multi-button:hover button{
  color: #A0AEC0;
}

.multi-button:hover button:hover{
  background: #18BC9C;
  color: #fff;
  box-shadow: 0 0 0.8em 0 rgba(213, 63, 140, .8);
  transform: translateY(-.2em);
}
.multi-button:hover button i{
  color: #CBD5E0;
}
.multi-button:hover button:hover i{
  color: #FED7E2;
  transform: rotate(-10deg);
}


.etapa1 {
    font-family: 'Bebas Neue', cursive;
    padding: 10px 5px 15px 20px;
    background-color: #41B3A2;
    color: #12372A;
    width: 100%;
}
.custom-alert {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #FFA500; /* Cor laranja para chamar atenção */
  color: black; /* Cor branca para o texto */
}

.custom-alert strong {
  color: #ffffff; /* Cor branca para o texto em negrito */
  font-size: 1.6rem;
}

#termos a {
    text-align: left;
}
.etapa2 {
    font-family: 'Bebas Neue', cursive;
    color: #7da2a9;
    padding: 10px 5px 15px 20px;
}


.numberlist2 {
    width: 100%;
    padding: 1em;
}

.numberlist {
    position: relative;
    margin: 0.8em 0px 0px;
    list-style: outside none none;
    counter-reset: big-numba;
    padding-left: 20px;
    padding-bottom: 20px;
}
.numberlist-item {
    position: relative;
    margin: 1em 0px 0px 1.9em;
    list-style: outside none none;
}

.numberlist-item::before {
    content: counter(big-numba, decimal);
    counter-increment: big-numba;
    position: absolute;
    top: -2px;
    left: -1.9em;
    box-sizing: border-box;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    color: #FFF;
    background: #009DD9 none repeat scroll 0% 0%;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
}

.listaIsencao {
    margin: 1em;
    padding-left: 1em;
}

.facolor {
    color: #fb8122;
}

.listaIsencao li {
    margin: 10px 0;
    line-height: 1.3;
}

/*RODAPE*/
footer {
    padding-top: 3em;
    background-color: #292c2f;
    color: #bbb;
}

footer .form-control {
    background-color: #1f2022;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
    border: none;
    resize: none;
    color: #d1d2d2;
    padding: 0.7em 1em;
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}




.btn-contato {
    background: #fff;
}



.c-content {
    padding: 2em;
}

.blink_text {

    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;

     color: red;
    }

    @-moz-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @-webkit-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }
     /* CSS */
.button-59 {
    align-items: center;
    background-color: #fff;
    border: 2px solid #000;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    fill: #000;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    justify-content: center;
    letter-spacing: -.8px;
    line-height: 24px;
    min-width: 140px;
    outline: 0;
    padding: 0 17px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-59:focus {
    color: #171e29;
    text-decoration: none;
  }
  
  .button-59:hover {
    border-color: #06f;
    color: #06f;
    fill: #06f;
    text-decoration: none;
  }
  
  .button-59:active {
    border-color: #06f;
    color: #06f;
    fill: #06f;
    text-decoration: none;
  }
  
  @media (min-width: 768px) {
    .button-59 {
      min-width: 170px;
    }
  }

  @media (max-width: 576px) {
    .table-responsive-sm {
        font-size: 0.8rem;
    }
    .ccentro {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
  .multi-button button {
      width: 100%;
      margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .inner-header .logouneb,
  .inner-header .logoPPG {
      width: 100px;
      height: 100px;
  }
}

.btn-lattes {
  background-color: #00303A;
  color: white;
  border: none;
}

.btn-lattes:hover {
  background-color: #1f3044;
  color: white;
}

.multi-button {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px;
  padding: 10px 20px;
}

.multi-button a button {
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 10px;
  font-weight: bold;
  background-color: #00303A;
  color: white;
  border: none;
  border-radius: 5px;
}

.multi-button a button i {
  margin-right: 8px;
}
/* estilo butão copiar emaiul */

.email-address {
            color: #0066cc;
            font-weight: 500;
        }
        
        .copy-button {
            background: #0066cc;
            color: white;
            border: none;
            padding: 4px;
            border-radius: 3px;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            width: 24px;
            height: 24px;
            margin-left: 8px;
            vertical-align: middle;
        }
        
        .copy-button:hover {
            background: #0052a3;
            transform: translateY(-1px);
        }
        
        .copy-button:active {
            transform: translateY(0);
        }
        
        .copy-button.copied {
            background: #28a745;
        }
        
        .copy-icon {
            width: 14px;
            height: 14px;
            fill: currentColor;
        }
        
        .notification {
            position: fixed;
            top: 20px;
            right: 20px;
            background: #28a745;
            color: white;
            padding: 12px 20px;
            border-radius: 6px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
            transform: translateX(100%);
            transition: transform 0.3s ease;
            z-index: 1000;
            font-size: 14px;
            display: none;
            align-items: center;
            gap: 8px;
        }
        
        .notification.show {
          display: flex;
            transform: translateX(0);
            transition: transform 0.3s ease;
            z-index: 1000;
        }
        
        .check-icon {
            width: 16px;
            height: 16px;
            fill: currentColor;
        }
        
        /* Responsividade */
        @media (max-width: 768px) {
            .copy-button {
                width: 22px;
                height: 22px;
                margin-left: 6px;
            }
            
            .copy-icon {
                width: 12px;
                height: 12px;
            }
            
            .notification {
                right: 10px;
                left: 10px;
                transform: translateY(-100%);
            }
            
            .notification.show {
                transform: translateY(0);
            }
        }
        
        @media (max-width: 480px) {
            
            .email-text {
                font-size: 15px;
            }
            
            .copy-button {
                width: 20px;
                height: 20px;
                margin-left: 4px;
            }
            
            .copy-icon {
                width: 11px;
                height: 11px;
            }
        }
