/*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*/




/* 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;
    }  

  }

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

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

.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;
}

.etapa1 {
    font-family: 'Bebas Neue', cursive;
    padding: 10px 5px 15px 20px;
    background-color: #00303A;
    color: white;
}

/*ESTILO PARA DISSERTAÇÕES */
.resumo{
  padding-top: 15px;
}

.colorButtomCustom {
  background-color: #00303a; /* Verde */
  border-color: #00303A; /* Verde */
}


/*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;
    }
  }