p{
    margin: 0;
    padding: 0;
}


.linha {
    background-color: #000000;
    width: 70%;
    height: 4px;
    border: solid;
    border-width: 4px;
    padding-top: 200px;
}

.container-concorrer {
    position: relative;
    width: 100%;
    height: 440px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/lal.jpg");
  
}

.semi-container-absolute {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color:  #ffc107;
    opacity: 0.9;
    padding-left: 8%;
    padding-right: 8%;
}

.semi-container-abs-text {
    left: 0;
    right: 0;
    top: 0;
}

.p-comoConcorrer {
    margin-top: 170px;
    font-size: 40px;
    font-weight: bold;
    color: black;
    opacity: 1;
}

.p-memorize {
    font-size: 40px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    opacity: 1;

}


.subtitulo {
    font-weight: 400;
    font-size: 20px;
    color: rgb(51, 51, 51);
    
}

.passos-container1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 8%;
    padding-right: 8%;
    column-gap: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.passo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px;
    padding-left: 20px;
    padding-right: 20px; 
    background-color: rgb(202, 202, 202);
}

.passo:hover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px;
    padding-left: 20px;
    padding-right: 20px; 
    background-color: rgb(143, 143, 143);
    color: #ffc107;
    
}

.div-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border-radius: 45px;
    border-width: 2px;
    border: solid;
    border-color: #ffc107;
    background-color: black;
    color: #ffc107;
    font-size: 22px;
    font-weight: bold;
}

.p-passo-text {
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
}

.d-os-passos {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    font-size: 20px;
    font-weight: bold;
}

.div-passoLink:hover {
    color: #000000;

  
}


a {
    text-decoration: none;
    color: inherit;
  }





  /*For extra small device/mobile */
  @media screen and (max-width: 600px) {
   
    .container-concorrer {
        position: relative;
        width: 100%;
        height: 400px;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/lal.jpg");
      
    }


    .p-comoConcorrer {
        margin-top: 20%;
        font-size: 16px;
        font-weight: bold;
        color: black;
        opacity: 1;
        text-transform: uppercase;
    }
    
    .p-memorize {
        font-size: 20px;
        font-weight: bold;
        color: rgb(255, 255, 255);
        opacity: 1;
        text-transform: uppercase;
    
    }
    
    .subtitulo {
        font-weight: bold;
        font-size: 12px;
        color: rgb(0, 0, 0);
        padding-top: 15px;
        
    }

    .s-subtitulo {
        color: rgb(255, 0, 0);
        font-size: 18px;
    }

    .passos-container1 {
        display: grid;
        grid-template-columns: 1fr;
        padding-left: 10%;
        padding-right: 10%;
        row-gap: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .passo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 60px;
        padding-left: 30px;
        padding-right: 30px; 
        background-color: rgb(202, 202, 202);
    }

    .div-circle {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 60px;
        border-radius: 45px;
        border-width: 2px;
        border: solid;
        border-color: #ffc107;
        background-color: black;
        color: #ffc107;
        font-size: 18px;
        font-weight: bold;
    }
    
    .p-passo-text {
        font-size: 12px;
        font-weight: bold;
        padding-top: 10px;
    }

    .d-os-passos {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 30px;
        font-size: 16px;
        font-weight: bold;
        padding-left: 8%;
        padding-right: 8%;
    }
    

  }
  
  /*For large device/tablet */
  @media screen and (min-width: 600px) {
    
  
  } 
  
  /*For device/laptop desktop */
   @media screen and (min-width: 768px) {
       
  }
  
  /* Tamanho de Tela de meu laptop */
  
  @media screen and (min-width: 992px) {
  
  }
  
  
  /* Tamanho de Tela grande (como aquela do office TEN) */
  
  @media screen and (min-width: 1500px) {
  
  }
  
  
  @media screen and (orientation: landscape) {
  
  }
  
  
  
  
  
  
  
  