      
      .contenedorConvoca{
        display:flex;
        justify-content:center;
        width:100%;
      }
      
      
      .convoca{
        display:flex;
        width:100%;
        flex-direction:column;
        align-items:center;
        gap:81px;
      }

      
      .convoca .arriba{
        padding:84px 0 0 0;
        display:flex;
        flex-direction:column;
        align-items:center;
        /*background-color:green;*/
        max-width:1046px;
        margin:0 20px 0 20px;
      }
      
      .convoca .badge{
        background-color:#1E2F6F;
        padding:14px 21px;
        margin-bottom:28px;
        font-size:16px;
        line-height:16px;
        font-weight:600;
        color:white;
        width:fit-content;
      }
      
      .convoca a.boton{
        text-decoration:none;
        cursor:pointer;
        background-color:orange;
        padding:5px;
      }
      
      .convoca .espacioFoto{
        display:flex;
        width:100%;
        justify-content:center;
        flex-direction:column;
        gap: 2px;
      }
      
      .convoca .galeria{
        display:flex;
        width:100%;
        justify-content:center;
        gap: 2px;
      }
      
.convoca .foto1{
  display:flex;
  height:370px;
  width:100%;
  max-width:45%;
  background-color:black;
}

.convoca .foto2{
  display:flex;
  width:100%;
  height:370px;
  max-width:30%;
  background-color:darkgrey;
}

.convoca .foto3{
  display:flex;
  width:100%;
  height:370px;
  /*flex:1 1 100px;*/
  max-width:25%;
  /*min-width:380px;*/
  background-color:lightgrey;
}
      
      .convoca .titular{
        font-size:48px;
        line-height:48px;
        font-weight:700;
        margin-bottom:18px;
        color:#1E2F6F;
      }
      
      .convoca .parrafo{
        font-size:20px;
        line-height:31px;
        font-weight:500;
        margin-bottom:32px;
        text-align:center;
      }
      
      .convoca a.boton{
        font-size:18px;
        line-height:18px;
        font-weight:600;
        text-decoration:none;
        cursor:pointer;
        background-color:#E56A1F;
        padding:19px 38px;
        color:white;
      }
      
      
            
      .convoca img{
        width:100%;
        height:100%;
        object-position:center;
        object-fit:cover;
      }
      