      
            
.convocatorias h1{
        font-family: "gelica", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:52px;
        line-height:30px;
        color:#82132F;
}
      
.convocatorias h2{
        font-family: "gelica", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:30px;
        line-height:30px;
        color:#82132F;
}

      .convocatorias a{
        all:unset;
        padding:14px 23px;
        background-color:#B48B55;
        box-shadow:0 0 20px rgba(0,0,0,0.2);
        cursor:pointer;
        color:white;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size:14px;
  line-height:17px;
        width:fit-content;
        border-radius:5px;
        position:relative;
        transition:all 0.25s ease;
        top:0;
      }
      
      .convocatorias a:hover{
        background-color:#A87634;
        top:-6px;
      }


      .convocatorias{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        /*background-color: grey;*/
        padding:90px 20px;
        justify-content: center;
        gap: 80px;
      }

      .convocatoriasExtraWrapper{
        display:flex;
        width: 100%;
        max-width: 1200px;
        /*background-color: purple;*/
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
        column-gap: 20px;
      }

      .convocatoriasWrapper{
        display: flex;
        flex-direction: column;
        width:360px;
        gap:15px;
        align-items: center;
        /*background-color: green;*/
        transition: all 0.2s ease;
      }

      .convocatoriasPicture{
        display:flex;
        width:360px;
        height:240px;
        background-color: black;
        flex-shrink: 0;
        border-radius: 11px;
      }

      .convocatoriasWrapper:hover{
        transform: translateY(-2px);
      }

       .convocatoriasPicture img{
        width: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 11px;
      }

      .convocatoriasParrafo{
        display: flex;
        width: 100%;
        max-width: 436px;
        flex-direction: column;
        gap:15px;
        /*background-color: brown;*/
      }

      .convocatoriasParrafo p{
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size:14px;
  line-height:17px;
  color: black;
  padding-bottom: 5px;
      }
      

      @media(max-width:900px){

          .convocatorias{

          }

          .convocatoriasParrafo{
            align-items: center;
            text-align: center;
          }

          .convocatoriasExtraWrapper{
            row-gap: 50px;
          }

      }


      @media(max-width:700px){


          .convocatorias h1{
            font-size: 40px;
          }

          .convocatorias{
            padding: 60px;
            gap: 50px;
          }

      }
