#programa-topo p{
    color: var(--cinza2);
    font-size: 16px;
    line-height: 180%;
}

#programa-topo p strong{
    color: var(--rosa);
}

#publico{
    width: 100%;
    height: 685px;
    background-image: url(/imagens/bg-programa-publico.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 75px;
}


#publico h3{
    font-size: 32px;
    margin: 100px 0 40px;    
}
#publico p{
color: #fff;
font-size: 16px;
line-height: 180%;
}

#modalidades h3{
    font-size: 32px;
    margin: 40px 0 40px;    
}

#modalidades p{
    color: var(--cinza2);
    font-size: 16px;
    line-height: 180%;
}

#modalidades .numero
{
    font-family: var(--mont);
    font-weight: 500;
    font-size: 165px;
    color: var(--verde);
}

#modalidades .texto{
    font-family: var(--mont);
    font-size: 16px;
    color: var(--cinza2);
    line-height: 180%;
    margin-top: 40px;
}

#modalidades .texto strong{
    font-weight: bold;
    color: var(--rosa);
}

#sobre-programa
{
    background-color: var(--cinza);
    font-size: 16px;
    line-height: 180%;
    color: var(--cinza2);
    margin: 40px 0;
    padding: 40px 0;
}

#roda-etapas{
width: 634px;
height: 737px;
background-image: url(/imagens/roda-etapas.png);
background-size: cover;
position: relative;
}

#roda-etapas div{
    position: relative;
    display: block;
    top: 270px;
    left: 40px;
}
#roda-etapas h3{
    font-size: 40px;
}

#roda-etapas h4{
    font-size: 30px;
    color: var(--verde);
    font-family: var(--mont);
    font-weight: bold;
    width: 50%;
}

#fases .fase h4{
    font-family: var(--mont);
    color: var(--azul);
    font-size: 27px;
    font-weight: bold;
}
#fases .fase h5 {        
display: none;  }

#fases .fase span{
    font-family: var(--mont);
    color: var(--cinza2);
    font-size: 18px;
}

#fases .fase p{
    font-family: var(--mont);
    color: var(--cinza2);
    font-size: 16px;
    line-height: 180%;
}

#fase-1 {
    position: absolute;
    width: 600px;
    top: -10px;
    right: 35px;
  }

  #fase-2 {
    position: absolute;
    width: 550px;
    top: 165px;
    right: -46px;
  }
  #fase-2.fase h4, #fase-2.fase h5{
      color: #aa408d;
  }

  #fase-3 {
    position: absolute;
    width: 530px;
    top: 315px;
    right: -46px;
  }
  #fase-3.fase h4, #fase-3.fase h5{
      color: #b9c4cb;
  }

  #fase-4 {
    position: absolute;
    width: 547px;
    top: 489px;
    right: -26px;
  }
  #fase-4.fase h4, #fase-4.fase h5{
      color: #716f6f;
  }

  #fase-5 {
    position: absolute;
    width: 629px;
    top: 662px;
    right: 13px;
  }
  #fase-5.fase h4,#fase-5.fase h5{
      color: #89be30;
  }

  #duracao
  {
      margin-top: 120px;
  }

.tag-box{
    width: 100%; 
    text-align: center; 
    position: relative; 
    margin: auto;
}

.tag-box span{
    display: block; 
    width: 931px; 
    height: 68px; 
    line-height: 68px;
    background-image: url(/imagens/tag-box-cinza.png); 
    position: relative;
     margin:-1px auto; 
     color: #fff;
     font-size: 31px;
}

.tag-box::after{
	display: none;
}

#faixa{
    display: flex;
    flex-direction: row;
}
#faixa div{
    width: 33.33%;
    height: 330px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;

}

#faixa div span{
    color: #fff;
    font-family: var(--mont);
    font-size: 77px;
    font-weight: bold;
    margin-left: 20px;
}

#faixa div p {
    color: #fff;
    font-size: 14px;
    font-family: var(--mont);
    line-height: 180%;
    width: 70%;
    margin: 0 0 0 20px;    
  }

#faixa div:first-child{
    background-color: var(--verde);
    justify-content: end;
}

#faixa div:nth-child(2){
    background-color:var(--rosa);    
}
#faixa div:nth-child(2)::before{
    content: '';
    display: block;    
    width: 0; 
    height: 0; 
    border-top: 165px solid var(--rosa);
    border-bottom: 165px solid var(--rosa);
    border-left: 75px solid var(--verde);
}

#faixa div:last-child{
    background-color: var(--cinza2);
    
}

#faixa div:last-child::before{
    content: '';
    display: block;    
    width: 0; 
    height: 0; 
    border-top: 165px solid var(--cinza2);
    border-bottom: 165px solid var(--cinza2);
    border-left: 75px solid var(--rosa);
}

#servicos{
    margin-top: 80px;
    font-size: 16px;
    color: var(--cinza2);
    line-height: 180%;
    font-family: var(--mont);
}
#servicos h3{
    font-size: 40px;
    margin-bottom: 40px;
}

#servicos strong{
font-size: 60px;

}

#servicosInfra h4{
    text-align: center;
    margin: 20px 0px;
    font-size: 36px;
}
#servicosInfra{
    background-color: var(--azul);
    color:#fff;
    font-size: 16px;
    font-family: var(--mont);
    padding: 20px 0;
}


#plataforma{    
    color:var(--cinza2);
    font-size: 16px;
    font-family: var(--mont);
    padding: 20px 0;
}

#plataforma p{    
    color:var(--cinza2);    
}
#plataforma h4{
    text-align: center;
    margin: 20px 0px;
    font-size: 32px;
    color:var(--azul);
}

#bg-taxa-inscricao
{
    background-color:#EDEEF4;
    width: 100%;
    padding: 30px 0;
    font-size: 16px;
    color: var(--cinza2);
    font-family: var(--mont);
}

#bg-taxa-inscricao strong{
    font-size: 87px;
    color: var(--verde);
    }

    #obrigacao{
        margin-top: 80px;
    }
    #obrigacao h3{
        font-size: 32px;
    }

    #obrigacao p{
        font-size: 16px;
        color: var(--cinza2);
        font-family: var(--mont);
    }

    #obrigacao ul li{
        font-size: 16px;
        color: var(--cinza2);
        font-family: var(--mont);
        margin-bottom: 20px;
    }

    #obrigacao ul li::before{
        content: '';
        display: inline-block;
        width: 39px;
        height: 30px;
        background-image: url(/imagens/checklist.png);
        background-size: contain;
        background-repeat: no-repeat;
    }   

    .box{
        background-color: var(--verde);
        font-family: var(--mont);
        font-size: 16px;
        color: #fff;
        padding: 20px 30px;
        border-radius: 50px;
        margin-top: 40px;
    }

    .box h4{
        font-size: 50px;
        text-align: center;
        margin-bottom: 40px;
        font-family: var(--mont);
        font-weight: bold;
    }

    .box strong{
        font-size: 126px;
        font-family: var(--mont);   
        color: #fff;   
        position: relative;    
        top: -44px;
        
    }

    .rosa{
        background-color: var(--rosa);
    }

    .rosa strong{
        font-size: 75px;
        top: -40px;
    }

    #inscricao
    {

        margin-top: 80px;
    }

    #inscricao p
    {
        font-size: 16px;
        color: var(--cinza2);
        line-height: 180%;
        font-family: var(--mont);
    }

    #inscricao a{
        font-family: var(--mont);
        color: var(--rosa);
        display: block;
        margin-bottom: 10px;
    }

    #inscricao .bt{
        color: #fff;
        display: inline-block;
    }

    #inscricao hr{
        height: 4px;
        background-color: var(--cinza);
        border: none;
        margin: 0;
    }

    @media(max-width: 1200px)
    {
        #fase-1 {           
            width: 460px;
            top: -29px;
            right: 0;
          }

          #fase-2 {           
            width: 348px;
            top: 143px;
            right: -12px;
          }

          #fase-3 {            
            width: 354px;
            top: 315px;
            right: -46px;
          }
          #fase-4 {           
            width: 371px;
            top: 515px;
            right: -26px;
          }
          #fase-5 {           
            width: 614px;
            top: 743px;
            right: 13px;
          }

          #duracao {
            margin-top: 165px;
          }

          #faixa div{
              height: 330px;
          }
          #faixa div:nth-child(2)::before{            
            border-top: 165px solid var(--rosa);
            border-bottom: 165px solid var(--rosa);
            border-left: 30px solid var(--verde);
        }
        
        #faixa div:last-child::before{
            
            border-top: 165px solid var(--cinza2);
            border-bottom: 165px solid var(--cinza2);
            border-left: 30px solid var(--rosa);
        }
    }
/*-md*/
@media (max-width: 991.98px) {
  
    #modalidades .numero {        
        font-size: 125px;        
      }

      #roda-etapas {
        display: none;    
      }

      #fases .fase h4 {        
        font-size: 22px;        
      }

      #fases .fase h5{
          font-size: 32px;
          display: block;
          font-family: var(--mont);
          font-weight: bold;
      }

      #fase-1,
      #fase-2,
      #fase-3,
      #fase-4,
      #fase-5 {
        width: auto;
        top: 0;
        right: 0;
        position: relative;
        margin-bottom: 80px;
        text-align: center;
      }

      #faixa {
        display: flex;
        flex-direction: column;
      }
      #faixa div {
        width: 100%;
        height: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;           
      }

      #faixa div:nth-child(2)::before {
         
        border-left: 850px solid transparent;
        border-right: 850px solid transparent;
        border-top: 125px solid var(--verde);
        border-bottom: 0;
        }

        
        #faixa div:last-child::before{
            border-left: 850px solid transparent;
            border-right: 850px solid transparent;
            border-top: 125px solid var(--rosa);
            border-bottom: 0;
        }
        #faixa div span{
            margin-left: 0;
        }
        #faixa div p {
            
            font-size: 16px;            
            width: 70%;
            margin: 0 0 40px;
            text-align: center;
          }
          .tag-box span {
            display: block;
            width: 90%;
            height: 68px;
            line-height: 68px;
            background-image: none;
            position: relative;
            margin: -1px auto;
            color: #fff;
            font-size: 31px;
            background-color: var(--cinza2);
            border-radius: 30px 30px 0 0;
          }

}

/*-sm*/
@media (max-width: 767.98px)  {

    #programa-topo{
        top: 120px;
        position: relative;
    }

    #publico{
        width: 100%;
        height: auto;
        background-image: none;
        background-color: var(--azul);
        padding-top: 75px;
        margin-top: 120px;
    }

    #publico h3{
        margin: 20px 0;
    }

    #modalidades .numero {        
        font-size: 80px;        
      }
    
}
/*-mobile*/
@media (max-width: 575.98px) {
    .tag-box span {        
        height: 50px;
        line-height: 50px;                
        font-size: 16px;
        
      }

      #faixa div:nth-child(2)::before {
         
        border-left: 300px solid transparent;
        border-right: 300px solid transparent;
        border-top: 75px solid var(--verde);
        border-bottom: 0;
        }

        
        #faixa div:last-child::before{
            border-left: 300px solid transparent;
            border-right: 300px solid transparent;
            border-top: 75px solid var(--rosa);
            border-bottom: 0;
        }
}